~/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.og0rqqKmOs + 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.og0rqqKmOs/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.og0rqqKmOs/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.og0rqqKmOs + J2_VARS_FILE=/tmp/tmp.og0rqqKmOs/tmp.QIeTrY7XSe.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.og0rqqKmOs/tmp.QIeTrY7XSe.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.og0rqqKmOs/tmp.QIeTrY7XSe.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.og0rqqKmOs/tmp.QIeTrY7XSe.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.og0rqqKmOs/tmp.QIeTrY7XSe.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.og0rqqKmOs/tmp.QIeTrY7XSe.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.og0rqqKmOs/tmp.QIeTrY7XSe.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.og0rqqKmOs/tmp.QIeTrY7XSe.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.og0rqqKmOs/tmp.QIeTrY7XSe.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.og0rqqKmOs/tmp.QIeTrY7XSe.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.og0rqqKmOs/tmp.QIeTrY7XSe.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.og0rqqKmOs/tmp.QIeTrY7XSe.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.og0rqqKmOs/tmp.QIeTrY7XSe.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.og0rqqKmOs/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.og0rqqKmOs/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.og0rqqKmOs/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.og0rqqKmOs/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.og0rqqKmOs/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 3.9 MB/s | 2.5 MB 00:00 Last metadata expiration check: 0:00:01 ago on Fri Oct 3 13:59:27 2025. Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 408 kB/s | 64 kB 00:00 (2/399): boost-system-1.75.0-8.el9.x86_64.rpm 88 kB/s | 15 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.0 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 703 kB/s | 98 kB 00:00 (5/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.0 MB/s | 216 kB 00:00 (6/399): python3-urllib-gssapi-1.0.2-4.el9.noar 122 kB/s | 24 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 175 kB/s | 17 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 381 kB/s | 57 kB 00:00 (9/399): perl-Exporter-5.74-461.el9.noarch.rpm 339 kB/s | 34 kB 00:00 (10/399): perl-Data-Dumper-2.174-462.el9.x86_64 194 kB/s | 59 kB 00:00 (11/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 129 kB/s | 25 kB 00:00 (12/399): perl-File-Temp-0.231.100-4.el9.noarch 263 kB/s | 63 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 176 kB/s | 16 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.3 MB/s | 283 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.4 MB/s | 321 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.7 MB/s | 224 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 456 kB/s | 45 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.4 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 835 kB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.5 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 306 kB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 82 kB/s | 18 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 612 kB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 695 kB/s | 134 kB 00:00 (25/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 261 kB/s | 26 kB 00:00 (26/399): iptables-nft-services-1.8.8-6.el9_1.n 296 kB/s | 28 kB 00:00 (27/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 5.7 MB/s | 1.2 MB 00:00 (28/399): perl-Encode-3.08-462.el9.x86_64.rpm 13 MB/s | 1.7 MB 00:00 (29/399): perl-Carp-1.50-460.el9.noarch.rpm 124 kB/s | 31 kB 00:00 (30/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 183 kB/s | 24 kB 00:00 (31/399): perl-Mozilla-CA-20200520-6.el9.noarch 58 kB/s | 14 kB 00:00 (32/399): python3-psutil-5.8.0-12.el9.x86_64.rp 1.7 MB/s | 218 kB 00:00 (33/399): perl-Time-Local-1.300-7.el9.noarch.rp 198 kB/s | 37 kB 00:00 (34/399): python3-yubico-1.3.3-7.el9.noarch.rpm 491 kB/s | 73 kB 00:00 (35/399): perl-Pod-Escapes-1.07-460.el9.noarch. 167 kB/s | 22 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 573 kB/s | 76 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 226 kB/s | 30 kB 00:00 (38/399): boost-filesystem-1.75.0-8.el9.x86_64. 457 kB/s | 59 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 3.2 MB/s | 410 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 1.0 MB/s | 108 kB 00:00 (41/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 379 kB/s | 39 kB 00:00 (42/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 366 kB/s | 34 kB 00:00 (43/399): libburn-1.5.4-4.el9.x86_64.rpm 873 kB/s | 175 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 88 kB/s | 19 kB 00:00 (45/399): perl-Digest-1.19-4.el9.noarch.rpm 163 kB/s | 29 kB 00:00 (46/399): libisoburn-1.5.4-4.el9.x86_64.rpm 701 kB/s | 419 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 68 kB/s | 38 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 134 kB/s | 92 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 115 kB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 259 kB/s | 77 kB 00:00 (51/399): perl-constant-1.33-461.el9.noarch.rpm 236 kB/s | 25 kB 00:00 (52/399): perl-Socket-2.031-4.el9.x86_64.rpm 262 kB/s | 58 kB 00:00 (53/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 456 kB/s | 112 kB 00:00 (54/399): perl-podlators-4.14-460.el9.noarch.rp 350 kB/s | 118 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 93 kB/s | 27 kB 00:00 (56/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 425 kB/s | 96 kB 00:00 (57/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 412 kB/s | 163 kB 00:00 (58/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 265 kB/s | 48 kB 00:00 (59/399): python3-qrcode-core-6.1-12.el9.noarch 182 kB/s | 61 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.0 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.4 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 3.1 MB/s | 900 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 114 kB/s | 31 kB 00:00 (64/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 2.3 MB/s | 489 kB 00:00 (65/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 501 kB/s | 59 kB 00:00 (66/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 2.0 MB/s | 459 kB 00:00 (67/399): jq-1.6-14.el9.x86_64.rpm 642 kB/s | 190 kB 00:00 (68/399): perl-AutoLoader-5.74-480.el9.noarch.r 65 kB/s | 23 kB 00:00 (69/399): perl-Class-Struct-0.66-480.el9.noarch 92 kB/s | 24 kB 00:00 (70/399): perl-B-1.80-480.el9.x86_64.rpm 473 kB/s | 185 kB 00:00 (71/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 217 kB/s | 23 kB 00:00 (72/399): perl-Errno-1.30-480.el9.x86_64.rpm 90 kB/s | 17 kB 00:00 (73/399): perl-File-stat-1.09-480.el9.noarch.rp 154 kB/s | 19 kB 00:00 (74/399): perl-File-Basename-2.85-480.el9.noarc 86 kB/s | 19 kB 00:00 (75/399): perl-FileHandle-2.03-480.el9.noarch.r 138 kB/s | 17 kB 00:00 (76/399): perl-Getopt-Std-1.12-480.el9.noarch.r 110 kB/s | 17 kB 00:00 (77/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 138 kB/s | 25 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 446 kB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 108 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 138 kB/s | 16 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 667 kB/s | 75 kB 00:00 (82/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (83/399): perl-overloading-0.02-480.el9.noarch. 147 kB/s | 15 kB 00:00 (84/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.7 MB/s | 259 kB 00:00 (85/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 384 kB/s | 40 kB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 158 kB/s | 47 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 466 kB/s | 42 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 859 kB/s | 94 kB 00:00 (89/399): perl-base-2.27-480.el9.noarch.rpm 206 kB/s | 18 kB 00:00 (90/399): perl-if-0.60.800-480.el9.noarch.rpm 175 kB/s | 16 kB 00:00 (91/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 141 kB/s | 25 kB 00:00 (92/399): perl-mro-1.23-480.el9.x86_64.rpm 352 kB/s | 31 kB 00:00 (93/399): perl-subs-1.03-480.el9.noarch.rpm 127 kB/s | 13 kB 00:00 (94/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 176 kB 00:00 (95/399): perl-vars-1.05-480.el9.noarch.rpm 98 kB/s | 15 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 3.7 MB/s | 452 kB 00:00 (97/399): ipa-client-common-4.10.1-12.el9_2.2.n 505 kB/s | 44 kB 00:00 (98/399): rhel-system-roles-1.21.2-1.el9_2.noar 18 MB/s | 2.4 MB 00:00 (99/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 5.7 MB/s | 656 kB 00:00 (100/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.1 MB/s | 648 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.0 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 552 kB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 448 kB/s | 41 kB 00:00 (104/399): ruby-default-gems-3.0.4-161.el9_2.2. 498 kB/s | 46 kB 00:00 (105/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 31 MB/s | 7.9 MB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 18 MB/s | 3.3 MB 00:00 (107/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 393 kB/s | 55 kB 00:00 (108/399): rubygem-io-console-0.5.7-161.el9_2.2 261 kB/s | 26 kB 00:00 (109/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 495 kB/s | 59 kB 00:00 (110/399): rubygem-bundler-2.2.33-161.el9_2.2.n 2.4 MB/s | 456 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 662 kB/s | 60 kB 00:00 (112/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.2 MB/s | 110 kB 00:00 (113/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.5 MB/s | 306 kB 00:00 (114/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 1.7 MB/s | 441 kB 00:00 (115/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.5 MB/s | 245 kB 00:00 (116/399): buildah-1.29.5-1.el9_2.x86_64.rpm 34 MB/s | 8.6 MB 00:00 (117/399): ansible-collection-ansible-netcommon 1.9 MB/s | 181 kB 00:00 (118/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 16 MB/s | 2.2 MB 00:00 (119/399): ansible-collection-ansible-posix-1.2 1.2 MB/s | 124 kB 00:00 (120/399): ansible-collection-ansible-utils-2.3 994 kB/s | 91 kB 00:00 (121/399): ansible-collection-community-general 13 MB/s | 1.3 MB 00:00 (122/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 825 kB/s | 77 kB 00:00 (123/399): golang-github-vbatts-tar-split-0.11. 8.4 MB/s | 1.0 MB 00:00 (124/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (125/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.7 MB/s | 178 kB 00:00 (126/399): python3-ansible-runner-2.0.0a1-3.el9 1.2 MB/s | 122 kB 00:00 (127/399): puppet-fdio-18.2-1.20220727113954.6f 209 kB/s | 25 kB 00:00 (128/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 410 kB/s | 44 kB 00:00 (129/399): python3-beautifulsoup4-4.9.3-2.el9os 2.1 MB/s | 204 kB 00:00 (130/399): python3-croniter-0.3.35-2.el9ost.noa 485 kB/s | 49 kB 00:00 (131/399): python3-daemon-2.3.0-1.el9ost.noarch 372 kB/s | 39 kB 00:00 (132/399): python3-docutils-0.16-6.el9ost.noarc 14 MB/s | 1.5 MB 00:00 (133/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 440 kB/s | 44 kB 00:00 (134/399): python3-gevent-21.1.2-2.el9ost.x86_6 14 MB/s | 1.6 MB 00:00 (135/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.9 MB/s | 284 kB 00:00 (136/399): python3-gitdb-4.0.5-2.el9ost.noarch. 861 kB/s | 107 kB 00:00 (137/399): python3-lockfile-0.12.2-2.el9ost.noa 323 kB/s | 31 kB 00:00 (138/399): python3-logutils-0.3.5-15.el9ost.noa 515 kB/s | 47 kB 00:00 (139/399): python3-jmespath-0.10.0-1.el9ost.noa 326 kB/s | 46 kB 00:00 (140/399): python3-memcached-1.59-3.el9ost.noar 372 kB/s | 40 kB 00:00 (141/399): python3-mimeparse-1.6.0-16.el9ost.no 170 kB/s | 16 kB 00:00 (142/399): python3-migrate-0.13.0-1.el9ost.noar 1.9 MB/s | 224 kB 00:00 (143/399): python3-natsort-7.1.1-2.el9ost.noarc 679 kB/s | 59 kB 00:00 (144/399): python3-pecan-1.4.0-2.el9ost.noarch. 3.0 MB/s | 273 kB 00:00 (145/399): python3-passlib-1.7.4-3.el9ost.noarc 6.7 MB/s | 712 kB 00:00 (146/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.0 MB/s | 90 kB 00:00 (147/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.2 MB/s | 111 kB 00:00 (148/399): python3-pyperclip-1.8.0-3.el9ost.noa 263 kB/s | 25 kB 00:00 (149/399): python3-setproctitle-1.2.2-1.el9ost. 244 kB/s | 23 kB 00:00 (150/399): python3-smmap-3.0.1-4.el9ost.noarch. 243 kB/s | 47 kB 00:00 (151/399): python3-soupsieve-2.2-1.el9ost.noarc 320 kB/s | 67 kB 00:00 (152/399): python3-sqlalchemy13-1.3.24-3.el9ost 9.3 MB/s | 1.7 MB 00:00 (153/399): python3-tenacity-6.3.1-1.el9ost.noar 590 kB/s | 51 kB 00:00 (154/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.1 MB/s | 396 kB 00:00 (155/399): python3-webtest-2.0.35-6.el9ost.noar 685 kB/s | 82 kB 00:00 (156/399): python3-zope-event-4.2.0-20.el9ost.n 2.0 MB/s | 205 kB 00:00 (157/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.4 MB/s | 243 kB 00:00 (158/399): python3-zope-interface-5.4.0-1.el9os 1.6 MB/s | 202 kB 00:00 (159/399): rubygem-deep_merge-1.2.1-7.el9ost.no 163 kB/s | 14 kB 00:00 (160/399): rubygem-fast_gettext-1.2.0-9.el9ost. 331 kB/s | 34 kB 00:00 (161/399): rubygem-multi_json-1.15.0-2.el9ost.n 227 kB/s | 22 kB 00:00 (162/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 850 kB/s | 90 kB 00:00 (163/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 167 kB/s | 16 kB 00:00 (164/399): rubygem-puppet-resource_api-1.8.13-1 276 kB/s | 34 kB 00:00 (165/399): rubygem-semantic_puppet-1.0.4-2.el9o 211 kB/s | 21 kB 00:00 (166/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.6 MB/s | 433 kB 00:00 (167/399): ansible-config_template-2.0.1-17.1.2 227 kB/s | 29 kB 00:00 (168/399): ansible-role-atos-hsm-1.0.1-17.1.202 127 kB/s | 17 kB 00:00 (169/399): ansible-role-chrony-1.3.1-17.1.20230 214 kB/s | 22 kB 00:00 (170/399): ansible-role-container-registry-1.4. 266 kB/s | 24 kB 00:00 (171/399): ansible-role-collectd-config-0.0.3-1 411 kB/s | 53 kB 00:00 (172/399): ansible-role-openstack-operations-0. 342 kB/s | 30 kB 00:00 (173/399): ansible-role-qdr-config-0.0.2-17.1.2 227 kB/s | 21 kB 00:00 (174/399): ansible-role-redhat-subscription-1.3 259 kB/s | 28 kB 00:00 (175/399): ansible-role-thales-hsm-3.0.1-17.1.2 237 kB/s | 21 kB 00:00 (176/399): ansible-role-tripleo-modify-image-1. 306 kB/s | 27 kB 00:00 (177/399): ansible-tripleo-ipa-0.3.1-17.1.20230 402 kB/s | 36 kB 00:00 (178/399): ansible-tripleo-ipsec-11.0.1-17.1.20 403 kB/s | 38 kB 00:00 (179/399): dib-utils-0.0.11-17.1.20230620173328 144 kB/s | 12 kB 00:00 (180/399): openstack-heat-agents-2.2.1-17.1.202 106 kB/s | 9.6 kB 00:00 (181/399): os-apply-config-13.1.1-17.1.20231020 612 kB/s | 54 kB 00:00 (182/399): os-collect-config-13.1.1-17.1.202310 562 kB/s | 50 kB 00:00 (183/399): puppet-aodh-18.4.2-17.1.202306201512 627 kB/s | 62 kB 00:00 (184/399): os-refresh-config-13.1.1-17.1.202310 159 kB/s | 21 kB 00:00 (185/399): puppet-apache-6.5.2-17.1.20230621001 1.3 MB/s | 259 kB 00:00 (186/399): puppet-auditd-2.2.1-17.1.20230620192 286 kB/s | 28 kB 00:00 (187/399): puppet-archive-4.6.1-17.1.2023062018 360 kB/s | 44 kB 00:00 (188/399): puppet-cinder-18.5.2-17.1.2023062105 1.3 MB/s | 120 kB 00:00 (189/399): puppet-ceilometer-18.4.3-17.1.202309 651 kB/s | 70 kB 00:00 (190/399): puppet-collectd-13.0.1-17.1.20230620 1.4 MB/s | 135 kB 00:00 (191/399): puppet-certmonger-2.7.1-17.1.2023062 121 kB/s | 26 kB 00:00 (192/399): puppet-concat-6.2.1-17.1.20230620181 338 kB/s | 41 kB 00:00 (193/399): puppet-corosync-8.0.1-17.1.202306211 763 kB/s | 68 kB 00:00 (194/399): puppet-dns-8.2.1-17.1.20230621002045 329 kB/s | 36 kB 00:00 (195/399): puppet-etcd-1.12.3-17.1.202306201932 280 kB/s | 25 kB 00:00 (196/399): puppet-designate-18.6.1-17.1.2023062 446 kB/s | 69 kB 00:00 (197/399): puppet-git-0.5.0-17.1.20230620193928 261 kB/s | 23 kB 00:00 (198/399): puppet-firewall-3.4.1-17.1.202306210 472 kB/s | 77 kB 00:00 (199/399): puppet-gnocchi-18.4.3-17.1.202306210 415 kB/s | 58 kB 00:00 (200/399): puppet-haproxy-4.2.2-17.1.2023062019 354 kB/s | 52 kB 00:00 (201/399): puppet-heat-18.4.1-17.1.202306211116 610 kB/s | 70 kB 00:00 (202/399): puppet-horizon-18.6.1-17.1.202306210 475 kB/s | 63 kB 00:00 (203/399): puppet-inifile-4.2.1-17.1.2023062018 346 kB/s | 42 kB 00:00 (204/399): puppet-keepalived-0.0.2-17.1.2023062 153 kB/s | 14 kB 00:00 (205/399): puppet-ipaclient-2.5.2-17.1.20230620 134 kB/s | 17 kB 00:00 (206/399): puppet-kmod-2.5.0-17.1.2023062019064 230 kB/s | 21 kB 00:00 (207/399): puppet-memcached-6.0.0-17.1.20230620 252 kB/s | 23 kB 00:00 (208/399): puppet-manila-18.5.2-17.1.2023110219 736 kB/s | 81 kB 00:00 (209/399): puppet-module-data-0.5.1-17.1.202306 141 kB/s | 13 kB 00:00 (210/399): puppet-mysql-10.6.1-17.1.20230621022 1.0 MB/s | 99 kB 00:00 (211/399): puppet-neutron-18.6.1-17.1.202306210 2.1 MB/s | 196 kB 00:00 (212/399): puppet-nova-18.6.1-17.1.202306210904 1.9 MB/s | 200 kB 00:00 (213/399): puppet-nssdb-1.0.2-17.1.202306201856 136 kB/s | 12 kB 00:00 (214/399): puppet-octavia-18.5.1-17.1.202306210 729 kB/s | 76 kB 00:00 (215/399): puppet-openstacklib-18.5.2-17.1.2023 696 kB/s | 62 kB 00:00 (216/399): puppet-openstack_extras-18.5.1-17.1. 403 kB/s | 48 kB 00:00 (217/399): puppet-oslo-18.5.1-17.1.202306210523 360 kB/s | 48 kB 00:00 (218/399): puppet-placement-5.4.3-17.1.20230621 421 kB/s | 41 kB 00:00 (219/399): puppet-qdr-7.4.1-17.1.20230620195605 241 kB/s | 31 kB 00:00 (220/399): puppet-redis-6.1.1-17.1.202306201917 402 kB/s | 51 kB 00:00 (221/399): puppet-remote-10.0.0-17.1.2023062019 150 kB/s | 16 kB 00:00 (222/399): puppet-rabbitmq-11.0.1-17.1.20230620 1.3 MB/s | 266 kB 00:00 (223/399): puppet-rsync-1.1.4-17.1.202306210028 236 kB/s | 28 kB 00:00 (224/399): puppet-rsyslog-4.0.1-17.1.2023062020 480 kB/s | 58 kB 00:00 (225/399): puppet-snmp-3.9.1-17.1.2023062020041 247 kB/s | 34 kB 00:00 (226/399): puppet-ssh-6.2.1-17.1.20230620190251 239 kB/s | 29 kB 00:00 (227/399): puppet-stdlib-6.3.1-17.1.20230621000 1.7 MB/s | 160 kB 00:00 (228/399): puppet-swift-18.6.1-17.1.20230621052 925 kB/s | 115 kB 00:00 (229/399): puppet-systemd-2.12.1-17.1.202306201 479 kB/s | 42 kB 00:00 (230/399): puppet-sysctl-0.0.13-17.1.2023062018 111 kB/s | 16 kB 00:00 (231/399): puppet-vswitch-14.4.3-17.1.202306210 467 kB/s | 41 kB 00:00 (232/399): puppet-vcsrepo-3.1.1-17.1.2023062018 354 kB/s | 50 kB 00:00 (233/399): python-oslo-cache-lang-2.7.1-17.1.20 209 kB/s | 19 kB 00:00 (234/399): puppet-xinetd-3.3.1-17.1.20230620185 188 kB/s | 26 kB 00:00 (235/399): python-oslo-log-lang-4.4.0-17.1.2023 146 kB/s | 14 kB 00:00 (236/399): python-oslo-middleware-lang-4.2.1-17 131 kB/s | 13 kB 00:00 (237/399): python-oslo-policy-lang-3.7.1-17.1.2 114 kB/s | 14 kB 00:00 (238/399): python-oslo-versionedobjects-lang-2. 135 kB/s | 14 kB 00:00 (239/399): python-pycadf-common-3.1.1-17.1.2023 152 kB/s | 15 kB 00:00 (240/399): python3-GitPython-3.1.14-2.el9ost.no 2.4 MB/s | 238 kB 00:00 (241/399): python3-aodhclient-2.2.0-17.1.202306 547 kB/s | 56 kB 00:00 (242/399): python3-barbicanclient-5.3.0-17.1.20 1.3 MB/s | 127 kB 00:00 (243/399): python3-cinderclient-7.4.1-17.1.2023 2.0 MB/s | 218 kB 00:00 (244/399): python3-cliff-3.7.0-17.1.20230620172 972 kB/s | 95 kB 00:00 (245/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (246/399): python3-heat-agent-2.2.1-17.1.202306 200 kB/s | 19 kB 00:00 (247/399): python3-heat-agent-ansible-2.2.1-17. 125 kB/s | 11 kB 00:00 (248/399): python3-futurist-2.3.0-17.1.20230621 402 kB/s | 64 kB 00:00 (249/399): python3-heat-agent-docker-cmd-2.2.1- 115 kB/s | 12 kB 00:00 (250/399): python3-heat-agent-apply-config-2.2. 65 kB/s | 9.9 kB 00:00 (251/399): python3-heat-agent-hiera-2.2.1-17.1. 97 kB/s | 10 kB 00:00 (252/399): python3-heat-agent-puppet-2.2.1-17.1 102 kB/s | 11 kB 00:00 (253/399): python3-heat-agent-json-file-2.2.1-1 81 kB/s | 9.8 kB 00:00 (254/399): python3-heatclient-2.3.1-17.1.202306 1.5 MB/s | 158 kB 00:00 (255/399): python3-ironic-inspector-client-4.5. 714 kB/s | 67 kB 00:00 (256/399): python3-ironicclient-4.6.4-17.1.2023 2.6 MB/s | 342 kB 00:00 (257/399): python3-keystoneclient-4.3.0-17.1.20 1.2 MB/s | 239 kB 00:00 (258/399): python3-magnumclient-3.4.1-17.1.2023 922 kB/s | 121 kB 00:00 (259/399): python3-keystonemiddleware-9.2.0-17. 458 kB/s | 92 kB 00:00 (260/399): python3-mistralclient-4.2.0-17.1.202 1.1 MB/s | 166 kB 00:00 (261/399): python3-neutronclient-7.3.1-17.1.202 2.2 MB/s | 298 kB 00:00 (262/399): python3-novaclient-17.4.1-17.1.20230 1.7 MB/s | 201 kB 00:00 (263/399): python3-os-client-config-2.1.0-17.1. 630 kB/s | 55 kB 00:00 (264/399): python3-os-service-types-1.7.0-17.1. 320 kB/s | 38 kB 00:00 (265/399): python3-os-traits-2.5.0-17.1.2023062 435 kB/s | 45 kB 00:00 (266/399): python3-osc-lib-2.3.1-17.1.202306202 694 kB/s | 78 kB 00:00 (267/399): python3-oslo-cache-2.7.1-17.1.202306 610 kB/s | 56 kB 00:00 (268/399): python3-oslo-context-3.2.1-17.1.2023 260 kB/s | 27 kB 00:00 (269/399): python3-oslo-log-4.4.0-17.1.20230620 723 kB/s | 64 kB 00:00 (270/399): python3-oslo-middleware-4.2.1-17.1.2 623 kB/s | 55 kB 00:00 (271/399): python3-oslo-policy-3.7.1-17.1.20230 811 kB/s | 76 kB 00:00 (272/399): python3-oslo-rootwrap-6.3.1-17.1.202 522 kB/s | 46 kB 00:00 (273/399): python3-oslo-serialization-4.1.1-17. 362 kB/s | 34 kB 00:00 (274/399): python3-oslo-reports-2.2.0-17.1.2023 336 kB/s | 59 kB 00:00 (275/399): python3-oslo-versionedobjects-2.4.1- 876 kB/s | 79 kB 00:00 (276/399): python3-oslo-upgradecheck-1.3.1-17.1 230 kB/s | 29 kB 00:00 (277/399): python3-osprofiler-3.4.0-17.1.202306 905 kB/s | 130 kB 00:00 (278/399): python3-pycadf-3.1.1-17.1.2023062021 448 kB/s | 53 kB 00:00 (279/399): python3-requestsexceptions-1.4.0-17. 126 kB/s | 17 kB 00:00 (280/399): python3-shade-1.33.0-17.1.2023062022 5.2 MB/s | 523 kB 00:00 (281/399): python3-saharaclient-3.3.0-17.1.2023 1.2 MB/s | 188 kB 00:00 (282/399): python3-statsd-3.2.1-20.1.el9ost.noa 283 kB/s | 35 kB 00:00 (283/399): python3-troveclient-7.0.0-17.1.20230 3.4 MB/s | 344 kB 00:00 (284/399): python3-swiftclient-3.11.1-17.1.2023 586 kB/s | 136 kB 00:00 (285/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (286/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 206 kB/s | 50 kB 00:00 (287/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (288/399): python3-zaqarclient-2.4.0-17.1.20230 1.1 MB/s | 129 kB 00:00 (289/399): python3-paramiko-2.11.0-2.el9ost.noa 2.2 MB/s | 299 kB 00:00 (290/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.2 MB/s | 427 kB 00:00 (291/399): ansible-pacemaker-1.0.4-17.1.2023121 149 kB/s | 21 kB 00:00 (292/399): python3-sqlparse-0.4.1-2.el9ost.noar 938 kB/s | 83 kB 00:00 (293/399): python3-manilaclient-2.6.4-17.1.2024 3.5 MB/s | 528 kB 00:00 (294/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.8 MB/s | 230 kB 00:00 (295/399): ansible-role-metalsmith-deployment-1 152 kB/s | 21 kB 00:00 (296/399): openstack-selinux-0.8.37-17.1.202311 1.1 MB/s | 221 kB 00:00 (297/399): puppet-ironic-18.7.1-17.1.2024030521 854 kB/s | 121 kB 00:00 (298/399): python-oslo-db-lang-8.5.2-17.1.20240 111 kB/s | 14 kB 00:00 (299/399): python3-metalsmith-1.4.4-17.1.202405 717 kB/s | 65 kB 00:00 (300/399): python3-keystoneauth1-4.4.0-17.1.202 3.2 MB/s | 409 kB 00:00 (301/399): python3-neutron-lib-2.10.3-17.1.2023 3.9 MB/s | 375 kB 00:00 (302/399): python3-glanceclient-3.3.0-17.1.2024 561 kB/s | 143 kB 00:00 (303/399): python3-octaviaclient-2.3.1-17.1.202 927 kB/s | 91 kB 00:00 (304/399): python3-oslo-db-8.5.2-17.1.202408201 1.4 MB/s | 144 kB 00:00 (305/399): python3-oslo-messaging-12.7.3-17.1.2 2.0 MB/s | 216 kB 00:00 (306/399): python3-oslo-service-2.5.1-17.1.2024 519 kB/s | 71 kB 00:00 (307/399): python3-rhosp-openvswitch-3.3-1.el9o 89 kB/s | 8.3 kB 00:00 (308/399): python3-waitress-2.0.0-4.el9ost.noar 906 kB/s | 109 kB 00:00 (309/399): openstack-tripleo-validations-14.3.2 2.0 MB/s | 204 kB 00:00 (310/399): puppet-glance-18.6.1-17.1.2025022015 865 kB/s | 87 kB 00:00 (311/399): openstack-ansible-core-2.14.2-4.7.el 11 MB/s | 2.3 MB 00:00 (312/399): puppet-ovn-18.6.1-17.1.2024092509490 239 kB/s | 29 kB 00:00 (313/399): puppet-pacemaker-1.5.1-17.1.20250214 1.3 MB/s | 158 kB 00:00 (314/399): puppet-tripleo-14.2.3-17.1.202503201 1.7 MB/s | 239 kB 00:00 (315/399): ansible-collection-containers-podman 2.2 MB/s | 243 kB 00:00 (316/399): python3-os-ken-1.4.1-17.1.2024120509 9.3 MB/s | 2.1 MB 00:00 (317/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.6 MB/s | 351 kB 00:00 (318/399): ansible-collections-openstack-1.9.1- 1.3 MB/s | 146 kB 00:00 (319/399): facter-3.14.19-3.el9ost.x86_64.rpm 4.8 MB/s | 518 kB 00:00 (320/399): hiera-3.6.0-6.el9ost.noarch.rpm 336 kB/s | 33 kB 00:00 (321/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.6 MB/s | 405 kB 00:00 (322/399): openstack-tripleo-common-15.4.1-17.1 579 kB/s | 52 kB 00:00 (323/399): openstack-tripleo-common-containers- 865 kB/s | 78 kB 00:00 (324/399): puppet-7.10.0-4.el9ost.noarch.rpm 92 kB/s | 11 kB 00:00 (325/399): puppet-headless-7.10.0-4.el9ost.noar 11 MB/s | 1.4 MB 00:00 (326/399): puppet-keystone-18.6.1-17.1.20250425 1.3 MB/s | 127 kB 00:00 (327/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (328/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (329/399): python3-cachetools-4.2.2-3.el9ost.no 263 kB/s | 33 kB 00:00 (330/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.9 MB/s | 284 kB 00:00 (331/399): python3-colorama-0.4.4-4.el9ost.noar 396 kB/s | 35 kB 00:00 (332/399): python3-dogpile-cache-1.1.5-5.el9ost 964 kB/s | 89 kB 00:00 (333/399): python3-extras-1.0.0-17.el9ost.noarc 230 kB/s | 21 kB 00:00 (334/399): python3-fixtures-3.0.0-24.el9ost.noa 962 kB/s | 93 kB 00:00 (335/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.3 MB/s | 313 kB 00:00 (336/399): python3-keyring-21.8.0-4.el9ost.noar 768 kB/s | 77 kB 00:00 (337/399): python3-msgpack-1.0.2-4.el9ost.x86_6 642 kB/s | 87 kB 00:00 (338/399): python3-openstacksdk-0.55.1-17.1.202 5.6 MB/s | 735 kB 00:00 (339/399): python3-munch-2.5.0-6.el9ost.noarch. 140 kB/s | 25 kB 00:00 (340/399): python3-paste-3.5.0-5.el9ost.noarch. 6.1 MB/s | 776 kB 00:00 (341/399): python3-paste-deploy-2.1.1-4.el9ost. 448 kB/s | 41 kB 00:00 (342/399): python3-pystache-0.5.4-15.el9ost.noa 1.1 MB/s | 132 kB 00:00 (343/399): python3-routes-2.4.1-14.el9ost.noarc 2.0 MB/s | 188 kB 00:00 (344/399): python3-repoze-lru-0.7-12.el9ost.noa 244 kB/s | 32 kB 00:00 (345/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 577 kB/s | 57 kB 00:00 (346/399): python3-secretstorage-3.3.1-3.el9ost 300 kB/s | 36 kB 00:00 (347/399): python3-simplejson-3.17.5-3.el9ost.x 2.4 MB/s | 266 kB 00:00 (348/399): python3-tempita-0.5.1-27.el9ost.noar 357 kB/s | 36 kB 00:00 (349/399): python3-testtools-2.4.0-10.el9ost.no 3.3 MB/s | 333 kB 00:00 (350/399): python3-tripleo-common-15.4.1-17.1.2 1.9 MB/s | 202 kB 00:00 (351/399): python3-tripleoclient-16.5.1-17.1.20 4.9 MB/s | 553 kB 00:00 (352/399): python3-vine-5.0.0-5.el9ost.noarch.r 298 kB/s | 26 kB 00:00 (353/399): python3-warlock-1.3.3-7.el9ost.noarc 234 kB/s | 21 kB 00:00 (354/399): python3-yappi-1.3.1-5.el9ost.x86_64. 508 kB/s | 56 kB 00:00 (355/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.8 MB/s | 180 kB 00:00 (356/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 230 kB/s | 29 kB 00:00 (357/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.3 MB/s | 123 kB 00:00 (358/399): ruby-facter-3.14.19-3.el9ost.x86_64. 94 kB/s | 9.5 kB 00:00 (359/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 145 kB/s | 19 kB 00:00 (360/399): openstack-heat-api-16.1.1-17.1.20250 184 kB/s | 16 kB 00:00 (361/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (362/399): openstack-heat-engine-16.1.1-17.1.20 179 kB/s | 15 kB 00:00 (363/399): openstack-heat-monolith-16.1.1-17.1. 164 kB/s | 16 kB 00:00 (364/399): openstack-tripleo-heat-templates-14. 4.8 MB/s | 617 kB 00:00 (365/399): puppet-barbican-18.4.2-17.1.20250625 583 kB/s | 57 kB 00:00 (366/399): python-openstackclient-lang-5.5.2-17 632 kB/s | 58 kB 00:00 (367/399): tripleo-ansible-3.3.1-17.1.202507021 647 kB/s | 570 kB 00:00 (368/399): bash-completion-2.11-4.el9.noarch.rp 516 kB/s | 459 kB 00:00 (369/399): python3-openstackclient-5.5.2-17.1.2 1.0 MB/s | 1.1 MB 00:01 (370/399): libaio-0.3.111-13.el9.x86_64.rpm 219 kB/s | 26 kB 00:00 (371/399): device-mapper-persistent-data-0.9.0- 5.0 MB/s | 786 kB 00:00 (372/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 701 kB/s | 62 kB 00:00 (373/399): glibc-langpack-en-2.34-60.el9.x86_64 6.1 MB/s | 675 kB 00:00 (374/399): krb5-workstation-1.20.1-8.el9.x86_64 5.3 MB/s | 542 kB 00:00 (375/399): libkadm5-1.20.1-8.el9.x86_64.rpm 901 kB/s | 81 kB 00:00 (376/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 428 kB/s | 37 kB 00:00 (377/399): pkgconf-1.7.3-10.el9.x86_64.rpm 362 kB/s | 45 kB 00:00 (378/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 172 kB/s | 16 kB 00:00 (379/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 136 kB/s | 12 kB 00:00 (380/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.5 MB/s | 418 kB 00:00 (381/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 578 kB/s | 68 kB 00:00 (382/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.9 MB/s | 354 kB 00:00 (383/399): python3-openvswitch3.3-3.3.4-110.el9 3.5 MB/s | 369 kB 00:00 (384/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 333 kB/s | 30 kB 00:00 (385/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 360 kB/s | 36 kB 00:00 (386/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 177 kB/s | 19 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 289 kB/s | 32 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 281 kB/s | 31 kB 00:00 (389/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.6 MB/s | 156 kB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 9.0 MB/s | 1.0 MB 00:00 (391/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 9.4 MB/s | 1.5 MB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 232 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.2 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 863 kB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 626 kB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.3 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.2 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 5.2 MB/s | 97 MB 00:18 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-dns-2.2.1-2.el9.noarch 90/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 91/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 92/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 93/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 94/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 95/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 96/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 97/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 98/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 99/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 100/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 101/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 102/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 103/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 104/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 105/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 106/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 107/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 108/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 109/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 110/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 111/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 112/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 171/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 172/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-1.7.3-10.el9.x86_64 174/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 175/408 Installing : bash-completion-1:2.11-4.el9.noarch 176/408 Installing : libkadm5-1.20.1-8.el9.x86_64 177/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 178/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 179/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 180/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 181/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 182/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 183/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 184/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 185/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 186/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 187/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 188/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 189/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 190/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 191/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 192/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 193/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 194/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 195/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 196/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 197/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 198/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 199/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 200/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 201/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 202/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 203/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 204/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 205/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 206/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 207/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 208/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 209/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 210/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 211/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 212/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 213/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 214/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 215/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 216/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 217/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 218/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 219/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 220/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 221/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 222/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 223/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 224/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 225/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 226/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 227/408 Installing : python3-memcached-1.59-3.el9ost.noarch 228/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 229/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 230/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 231/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 232/408 Installing : python3-docutils-0.16-6.el9ost.noarch 233/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 234/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 235/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 236/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 237/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 238/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 239/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 240/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 118/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 119/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 120/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 121/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 122/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 123/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 124/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 125/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 126/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 127/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 128/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 129/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 130/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 131/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 132/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 133/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 134/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 135/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 136/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 137/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 138/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 139/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 140/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 141/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 142/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 143/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 144/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 145/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 146/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 147/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 148/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 149/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 150/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 151/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 152/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 153/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 154/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 155/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 156/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 157/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 158/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 159/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 160/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 161/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 162/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 163/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 166/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 167/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 168/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 169/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 170/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 171/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 172/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 173/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 174/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 175/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 176/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 177/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 178/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 179/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 180/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 181/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 182/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 183/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 184/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 185/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 186/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 187/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 188/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 189/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 190/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 191/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 192/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 193/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 194/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 195/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 196/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 197/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 198/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 199/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 200/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 201/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 202/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 203/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 204/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 205/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 206/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 207/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 208/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 209/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 210/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 211/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 212/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 213/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 214/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 215/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 216/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 217/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 218/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 219/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 220/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 221/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 222/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 223/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 224/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 225/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 226/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 227/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 228/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 229/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 230/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 231/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 232/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 233/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 234/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 235/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 236/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 237/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 238/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 239/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 240/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 241/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 242/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 243/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 244/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 245/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 246/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 247/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 248/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 249/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 250/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 251/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 252/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 253/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 254/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 255/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 256/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 257/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 258/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 260/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 261/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 262/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 263/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 264/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 265/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 266/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 267/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 268/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 269/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 270/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 271/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 272/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 273/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 274/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 275/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 276/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 277/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 278/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 279/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 280/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 281/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 282/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 283/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 284/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 285/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 286/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 287/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 289/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 290/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 291/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 292/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 293/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 294/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 295/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 296/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 297/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 298/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 299/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 300/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 301/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 302/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 303/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 304/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 305/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 306/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 307/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 308/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 309/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 310/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 311/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 312/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 313/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 314/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 315/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 316/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 317/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 318/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 319/408 Verifying : hiera-3.6.0-6.el9ost.noarch 320/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 321/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 322/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 323/408 Verifying : puppet-7.10.0-4.el9ost.noarch 324/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 325/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 326/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 327/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 328/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 329/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 330/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 331/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 332/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 333/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 334/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 335/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 336/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 337/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 338/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 339/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 340/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 341/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 342/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 343/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 344/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 345/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 346/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 347/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 348/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 349/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 350/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 351/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 352/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 353/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 354/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 355/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 356/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 357/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 358/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 359/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 360/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 361/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 362/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 363/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 364/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 365/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 366/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 367/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 368/408 Verifying : bash-completion-1:2.11-4.el9.noarch 369/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 370/408 Verifying : libaio-0.3.111-13.el9.x86_64 371/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 372/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 373/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 374/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 375/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 376/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 377/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 378/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 379/408 Verifying : python3-dns-2.2.1-2.el9.noarch 380/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 381/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 382/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-03T14:01:44.169318 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 3.0141e-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-03 14:01:48.245905 | fa163ee5-9860-8d2f-819b-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-03 14:01:48.284778 | fa163ee5-9860-8d2f-819b-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-03 14:01:48.285413 | fa163ee5-9860-8d2f-819b-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.054269 | 0.04s 2025-10-03 14:01:48.288625 | fa163ee5-9860-8d2f-819b-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-03 14:01:48.327870 | fa163ee5-9860-8d2f-819b-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-03 14:01:48.329088 | fa163ee5-9860-8d2f-819b-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.097927 | 0.04s 2025-10-03 14:01:48.336314 | fa163ee5-9860-8d2f-819b-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-03 14:01:48.424480 | fa163ee5-9860-8d2f-819b-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-03 14:01:48.425368 | fa163ee5-9860-8d2f-819b-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.194220 | 0.09s 2025-10-03 14:01:48.430114 | fa163ee5-9860-8d2f-819b-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-03 14:01:48.816277 | fa163ee5-9860-8d2f-819b-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-03 14:01:48.817334 | fa163ee5-9860-8d2f-819b-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.586188 | 0.39s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-03 14:01:48.829624 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:01:48.829918 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:01:48.830169 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.599031 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:01:48.830400 | UUID | Info | Host | Task Name | Run Time 2025-10-03 14:01:48.830718 | fa163ee5-9860-8d2f-819b-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.39s 2025-10-03 14:01:48.830981 | fa163ee5-9860-8d2f-819b-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-10-03 14:01:48.831304 | fa163ee5-9860-8d2f-819b-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-03 14:01:48.831555 | fa163ee5-9860-8d2f-819b-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-03 14:01:48.831904 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-03 14:01:51.338944 | fa163ee5-9860-089f-826a-000000000005 | TASK | set ssh key path facts 2025-10-03 14:01:51.362184 | fa163ee5-9860-089f-826a-000000000005 | OK | set ssh key path facts | undercloud 2025-10-03 14:01:51.362772 | fa163ee5-9860-089f-826a-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.038231 | 0.02s 2025-10-03 14:01:51.366249 | fa163ee5-9860-089f-826a-000000000006 | TASK | stat private key 2025-10-03 14:01:51.716714 | fa163ee5-9860-089f-826a-000000000006 | OK | stat private key | undercloud 2025-10-03 14:01:51.718068 | fa163ee5-9860-089f-826a-000000000006 | TIMING | stat private key | undercloud | 0:00:00.393518 | 0.35s 2025-10-03 14:01:51.724129 | fa163ee5-9860-089f-826a-000000000007 | TASK | stat public key 2025-10-03 14:01:51.917625 | fa163ee5-9860-089f-826a-000000000007 | OK | stat public key | undercloud 2025-10-03 14:01:51.918993 | fa163ee5-9860-089f-826a-000000000007 | TIMING | stat public key | undercloud | 0:00:00.594443 | 0.19s 2025-10-03 14:01:51.926065 | fa163ee5-9860-089f-826a-000000000008 | TASK | create private key if it does not exist 2025-10-03 14:01:53.059827 | fa163ee5-9860-089f-826a-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-03 14:01:53.060582 | fa163ee5-9860-089f-826a-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.736042 | 1.13s 2025-10-03 14:01:53.063777 | fa163ee5-9860-089f-826a-000000000009 | TASK | create public key if it does not exist 2025-10-03 14:01:53.250841 | fa163ee5-9860-089f-826a-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-03 14:01:53.251889 | fa163ee5-9860-089f-826a-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.927344 | 0.19s PLAY [allovercloud] ************************************************************ 2025-10-03 14:01:53.289434 | fa163ee5-9860-089f-826a-000000000023 | TASK | Get local private key 2025-10-03 14:01:53.614762 | fa163ee5-9860-089f-826a-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ee5-9860-089f-826a-000000000023') missing from stats 2025-10-03 14:01:53.627244 | fa163ee5-9860-089f-826a-000000000024 | TASK | Get local public key 2025-10-03 14:01:53.805303 | fa163ee5-9860-089f-826a-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ee5-9860-089f-826a-000000000024') missing from stats 2025-10-03 14:01:53.819030 | fa163ee5-9860-089f-826a-000000000012 | TASK | create user ceph-admin 2025-10-03 14:01:54.286898 | fa163ee5-9860-089f-826a-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-03 14:01:54.288336 | fa163ee5-9860-089f-826a-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.963773 | 0.47s 2025-10-03 14:01:54.298489 | fa163ee5-9860-089f-826a-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-03 14:01:54.910829 | fa163ee5-9860-089f-826a-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-03 14:01:54.911738 | fa163ee5-9860-089f-826a-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.587194 | 0.61s 2025-10-03 14:01:54.918057 | fa163ee5-9860-089f-826a-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-03 14:01:55.220483 | fa163ee5-9860-089f-826a-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-03 14:01:55.221736 | fa163ee5-9860-089f-826a-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.897184 | 0.30s 2025-10-03 14:01:55.230611 | fa163ee5-9860-089f-826a-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-03 14:01:55.442769 | fa163ee5-9860-089f-826a-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-03 14:01:55.443978 | fa163ee5-9860-089f-826a-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.119427 | 0.21s 2025-10-03 14:01:55.452763 | fa163ee5-9860-089f-826a-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-03 14:01:55.674203 | fa163ee5-9860-089f-826a-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-03 14:01:55.675425 | fa163ee5-9860-089f-826a-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.350872 | 0.22s 2025-10-03 14:01:55.685769 | fa163ee5-9860-089f-826a-000000000017 | TASK | get remote ceph-admin public key 2025-10-03 14:01:55.743062 | fa163ee5-9860-089f-826a-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-03 14:01:55.744861 | fa163ee5-9860-089f-826a-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.420100 | 0.06s 2025-10-03 14:01:55.755216 | fa163ee5-9860-089f-826a-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-03 14:01:55.802925 | fa163ee5-9860-089f-826a-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-03 14:01:55.804432 | fa163ee5-9860-089f-826a-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.479870 | 0.05s 2025-10-03 14:01:55.815316 | fa163ee5-9860-089f-826a-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-03 14:01:56.210633 | fa163ee5-9860-089f-826a-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-03 14:01:56.211538 | fa163ee5-9860-089f-826a-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.886997 | 0.39s 2025-10-03 14:01:56.216171 | fa163ee5-9860-089f-826a-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-03 14:01:56.734394 | fa163ee5-9860-089f-826a-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-03 14:01:56.735660 | fa163ee5-9860-089f-826a-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.411107 | 0.52s 2025-10-03 14:01:56.744560 | fa163ee5-9860-089f-826a-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-03 14:01:57.241225 | fa163ee5-9860-089f-826a-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-03 14:01:57.242225 | fa163ee5-9860-089f-826a-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.917680 | 0.50s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-03 14:01:57.262404 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:01:57.262776 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:01:57.263100 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.938565 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:01:57.263458 | UUID | Info | Host | Task Name | Run Time 2025-10-03 14:01:57.263855 | fa163ee5-9860-089f-826a-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.13s 2025-10-03 14:01:57.264178 | fa163ee5-9860-089f-826a-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.61s 2025-10-03 14:01:57.264529 | fa163ee5-9860-089f-826a-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.52s 2025-10-03 14:01:57.264924 | fa163ee5-9860-089f-826a-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.50s 2025-10-03 14:01:57.265230 | fa163ee5-9860-089f-826a-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.47s 2025-10-03 14:01:57.265579 | fa163ee5-9860-089f-826a-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.39s 2025-10-03 14:01:57.265944 | fa163ee5-9860-089f-826a-000000000006 | SUMMARY | undercloud | stat private key | 0.35s 2025-10-03 14:01:57.266254 | fa163ee5-9860-089f-826a-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.30s 2025-10-03 14:01:57.266586 | fa163ee5-9860-089f-826a-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2025-10-03 14:01:57.266969 | fa163ee5-9860-089f-826a-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.21s 2025-10-03 14:01:57.267291 | fa163ee5-9860-089f-826a-000000000007 | SUMMARY | undercloud | stat public key | 0.19s 2025-10-03 14:01:57.267652 | fa163ee5-9860-089f-826a-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.19s 2025-10-03 14:01:57.268075 | fa163ee5-9860-089f-826a-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-03 14:01:57.268413 | fa163ee5-9860-089f-826a-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2025-10-03 14:01:57.268860 | fa163ee5-9860-089f-826a-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.02s 2025-10-03 14:01:57.269235 | fa163ee5-9860-089f-826a-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-03 14:01:57.269546 | fa163ee5-9860-089f-826a-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-03 14:01:57.269881 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-03 14:01:59.875162 | fa163ee5-9860-b835-700a-000000000039 | TASK | Gathering Facts 2025-10-03 14:02:00.392387 | fa163ee5-9860-b835-700a-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-03 14:02:00.394011 | fa163ee5-9860-b835-700a-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.533015 | 0.52s 2025-10-03 14:02:00.438388 | fa163ee5-9860-b835-700a-000000000039 | OK | Gathering Facts | undercloud 2025-10-03 14:02:00.439904 | fa163ee5-9860-b835-700a-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.578915 | 0.56s 2025-10-03 14:02:00.472804 | fa163ee5-9860-b835-700a-00000000000a | TASK | Load distro-specific variables 2025-10-03 14:02:00.563320 | fa163ee5-9860-b835-700a-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.702304 | 0.09s 2025-10-03 14:02:00.574986 | fa163ee5-9860-b835-700a-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.713999 | 0.09s 2025-10-03 14:02:00.594517 | e8606b6d-950b-4587-b3f2-d77189fdf13f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 14:02:00.595471 | e8606b6d-950b-4587-b3f2-d77189fdf13f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 14:02:00.619780 | fa163ee5-9860-b835-700a-000000000052 | TASK | Load distro-specific variables 2025-10-03 14:02:00.736568 | fa163ee5-9860-b835-700a-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:02:00.738219 | fa163ee5-9860-b835-700a-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.877220 | 0.11s 2025-10-03 14:02:00.747460 | fa163ee5-9860-b835-700a-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:02:00.748608 | fa163ee5-9860-b835-700a-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.887624 | 0.13s 2025-10-03 14:02:00.753896 | fa163ee5-9860-b835-700a-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.892897 | 0.12s 2025-10-03 14:02:00.755519 | fa163ee5-9860-b835-700a-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.894536 | 0.13s 2025-10-03 14:02:00.764581 | fa163ee5-9860-b835-700a-00000000000b | TASK | Install chronyd 2025-10-03 14:02:00.820230 | fa163ee5-9860-b835-700a-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.959223 | 0.05s 2025-10-03 14:02:00.831982 | fa163ee5-9860-b835-700a-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.970984 | 0.05s 2025-10-03 14:02:00.857132 | 9eb0aca0-291e-4104-8409-0022854638e7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-03 14:02:00.858141 | 9eb0aca0-291e-4104-8409-0022854638e7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-03 14:02:00.883202 | fa163ee5-9860-b835-700a-0000000000a2 | TASK | Load distro-specific variables 2025-10-03 14:02:00.948912 | fa163ee5-9860-b835-700a-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.087901 | 0.06s 2025-10-03 14:02:00.960528 | fa163ee5-9860-b835-700a-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.099533 | 0.07s 2025-10-03 14:02:00.976324 | d0fa815b-6cff-4a96-b136-60056ddb02f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 14:02:00.977131 | d0fa815b-6cff-4a96-b136-60056ddb02f9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 14:02:01.000251 | fa163ee5-9860-b835-700a-000000000102 | TASK | Load distro-specific variables 2025-10-03 14:02:01.089587 | fa163ee5-9860-b835-700a-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:02:01.091335 | fa163ee5-9860-b835-700a-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.230334 | 0.09s 2025-10-03 14:02:01.101509 | fa163ee5-9860-b835-700a-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.240510 | 0.10s 2025-10-03 14:02:01.122963 | fa163ee5-9860-b835-700a-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:02:01.124105 | fa163ee5-9860-b835-700a-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.263118 | 0.11s 2025-10-03 14:02:01.134807 | fa163ee5-9860-b835-700a-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.273700 | 0.12s 2025-10-03 14:02:01.144069 | fa163ee5-9860-b835-700a-0000000000a3 | TASK | Check for NTP service 2025-10-03 14:02:01.514067 | fa163ee5-9860-b835-700a-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-03 14:02:01.517993 | fa163ee5-9860-b835-700a-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.656992 | 0.37s 2025-10-03 14:02:01.519185 | fa163ee5-9860-b835-700a-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-03 14:02:01.519926 | fa163ee5-9860-b835-700a-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.658944 | 0.36s 2025-10-03 14:02:01.530251 | fa163ee5-9860-b835-700a-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-03 14:02:01.620931 | fa163ee5-9860-b835-700a-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-03 14:02:01.621998 | fa163ee5-9860-b835-700a-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.761003 | 0.08s 2025-10-03 14:02:01.632656 | fa163ee5-9860-b835-700a-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-03 14:02:01.633168 | fa163ee5-9860-b835-700a-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.772189 | 0.10s 2025-10-03 14:02:01.641426 | fa163ee5-9860-b835-700a-0000000000a5 | TASK | Install chronyd package 2025-10-03 14:02:04.982433 | fa163ee5-9860-b835-700a-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-03 14:02:04.983429 | fa163ee5-9860-b835-700a-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:05.122440 | 3.33s 2025-10-03 14:02:06.455000 | fa163ee5-9860-b835-700a-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-03 14:02:06.456271 | fa163ee5-9860-b835-700a-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.595284 | 4.81s 2025-10-03 14:02:06.465095 | fa163ee5-9860-b835-700a-00000000000c | TASK | Upgrade chronyd 2025-10-03 14:02:06.524351 | fa163ee5-9860-b835-700a-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-03 14:02:06.526777 | fa163ee5-9860-b835-700a-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.665763 | 0.06s 2025-10-03 14:02:06.537947 | fa163ee5-9860-b835-700a-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-03 14:02:06.538759 | fa163ee5-9860-b835-700a-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.677773 | 0.06s 2025-10-03 14:02:06.547808 | fa163ee5-9860-b835-700a-00000000000d | TASK | Configure chronyd 2025-10-03 14:02:06.607550 | fa163ee5-9860-b835-700a-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.746548 | 0.06s 2025-10-03 14:02:06.613614 | fa163ee5-9860-b835-700a-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.752630 | 0.05s 2025-10-03 14:02:06.628667 | 2b8271b3-e857-4f5e-835c-af18ea3d5166 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-03 14:02:06.629275 | 2b8271b3-e857-4f5e-835c-af18ea3d5166 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-03 14:02:06.654749 | fa163ee5-9860-b835-700a-000000000162 | TASK | Load distro-specific variables 2025-10-03 14:02:06.716586 | fa163ee5-9860-b835-700a-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.855582 | 0.06s 2025-10-03 14:02:06.741044 | fa163ee5-9860-b835-700a-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.880058 | 0.08s 2025-10-03 14:02:06.750126 | 394e3ce9-467e-466f-a226-a1b0dc68112d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 14:02:06.750647 | 394e3ce9-467e-466f-a226-a1b0dc68112d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 14:02:06.759546 | fa163ee5-9860-b835-700a-0000000001fa | TASK | Load distro-specific variables 2025-10-03 14:02:06.861930 | fa163ee5-9860-b835-700a-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:02:06.862877 | fa163ee5-9860-b835-700a-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.001892 | 0.10s 2025-10-03 14:02:06.866037 | fa163ee5-9860-b835-700a-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.005043 | 0.11s 2025-10-03 14:02:06.874764 | fa163ee5-9860-b835-700a-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:02:06.875333 | fa163ee5-9860-b835-700a-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.014355 | 0.11s 2025-10-03 14:02:06.878170 | fa163ee5-9860-b835-700a-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.017178 | 0.11s 2025-10-03 14:02:06.885585 | fa163ee5-9860-b835-700a-000000000163 | TASK | Install chrony configuration file 2025-10-03 14:02:07.693348 | fa163ee5-9860-b835-700a-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-10-03 14:02:07.694353 | fa163ee5-9860-b835-700a-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.833371 | 0.81s 2025-10-03 14:02:07.715422 | fa163ee5-9860-b835-700a-000000000163 | OK | Install chrony configuration file | undercloud 2025-10-03 14:02:07.715945 | fa163ee5-9860-b835-700a-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.854968 | 0.82s 2025-10-03 14:02:07.720344 | fa163ee5-9860-b835-700a-00000000000e | TASK | Run chronyd 2025-10-03 14:02:07.792285 | fa163ee5-9860-b835-700a-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.931288 | 0.07s 2025-10-03 14:02:07.805023 | fa163ee5-9860-b835-700a-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.944031 | 0.08s 2025-10-03 14:02:07.824993 | afe1a236-d006-4a1e-9f03-60a0709f4c66 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-03 14:02:07.825879 | afe1a236-d006-4a1e-9f03-60a0709f4c66 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-03 14:02:07.863551 | fa163ee5-9860-b835-700a-000000000233 | TASK | Load distro-specific variables 2025-10-03 14:02:07.939474 | fa163ee5-9860-b835-700a-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.078471 | 0.07s 2025-10-03 14:02:07.998587 | fa163ee5-9860-b835-700a-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.137592 | 0.13s 2025-10-03 14:02:08.015072 | 33acf044-f1fd-4f9c-a6f1-6a8c5898a1eb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-03 14:02:08.015913 | 33acf044-f1fd-4f9c-a6f1-6a8c5898a1eb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-03 14:02:08.032045 | fa163ee5-9860-b835-700a-0000000002ee | TASK | Load distro-specific variables 2025-10-03 14:02:08.104139 | fa163ee5-9860-b835-700a-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:02:08.106039 | fa163ee5-9860-b835-700a-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.245030 | 0.07s 2025-10-03 14:02:08.111640 | fa163ee5-9860-b835-700a-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.250655 | 0.08s 2025-10-03 14:02:08.153129 | fa163ee5-9860-b835-700a-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:02:08.155554 | fa163ee5-9860-b835-700a-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.294558 | 0.11s 2025-10-03 14:02:08.165367 | fa163ee5-9860-b835-700a-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.304379 | 0.12s 2025-10-03 14:02:08.174276 | fa163ee5-9860-b835-700a-000000000234 | TASK | Ensure chronyd is running 2025-10-03 14:02:08.834183 | fa163ee5-9860-b835-700a-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-03 14:02:08.835767 | fa163ee5-9860-b835-700a-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.974778 | 0.65s 2025-10-03 14:02:08.861279 | fa163ee5-9860-b835-700a-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-03 14:02:08.862825 | fa163ee5-9860-b835-700a-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.001837 | 0.69s 2025-10-03 14:02:08.872167 | fa163ee5-9860-b835-700a-000000000235 | TASK | Force chronyd restart 2025-10-03 14:02:08.962088 | fa163ee5-9860-b835-700a-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-10-03 14:02:08.963025 | fa163ee5-9860-b835-700a-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.102037 | 0.08s 2025-10-03 14:02:09.320589 | fa163ee5-9860-b835-700a-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-10-03 14:02:09.322126 | fa163ee5-9860-b835-700a-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.461139 | 0.45s 2025-10-03 14:02:09.331783 | fa163ee5-9860-b835-700a-00000000000f | TASK | Enable online service 2025-10-03 14:02:09.391306 | fa163ee5-9860-b835-700a-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.530298 | 0.06s 2025-10-03 14:02:09.423640 | fa163ee5-9860-b835-700a-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.562648 | 0.08s 2025-10-03 14:02:09.444925 | 7f4a13ea-f287-4d50-a4d6-5693bbd62316 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-03 14:02:09.445862 | 7f4a13ea-f287-4d50-a4d6-5693bbd62316 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-03 14:02:09.491044 | fa163ee5-9860-b835-700a-000000000338 | TASK | Create chrony-online.service unit file 2025-10-03 14:02:09.923586 | fa163ee5-9860-b835-700a-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-10-03 14:02:09.925906 | fa163ee5-9860-b835-700a-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.064872 | 0.42s 2025-10-03 14:02:09.957836 | fa163ee5-9860-b835-700a-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-10-03 14:02:09.958755 | fa163ee5-9860-b835-700a-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.097769 | 0.47s 2025-10-03 14:02:09.969032 | fa163ee5-9860-b835-700a-000000000339 | TASK | Enable chrony-online.service 2025-10-03 14:02:11.260390 | fa163ee5-9860-b835-700a-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-03 14:02:11.262385 | fa163ee5-9860-b835-700a-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.401391 | 1.29s 2025-10-03 14:02:11.264967 | fa163ee5-9860-b835-700a-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-03 14:02:11.266313 | fa163ee5-9860-b835-700a-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.405329 | 1.28s 2025-10-03 14:02:11.276822 | fa163ee5-9860-b835-700a-000000000010 | TASK | Sync chronyc 2025-10-03 14:02:11.335373 | fa163ee5-9860-b835-700a-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.474357 | 0.06s 2025-10-03 14:02:11.368667 | fa163ee5-9860-b835-700a-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.507670 | 0.07s 2025-10-03 14:02:11.385465 | 5835b8f5-7263-4c9c-b76e-1a85d262534e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-03 14:02:11.386198 | 5835b8f5-7263-4c9c-b76e-1a85d262534e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-03 14:02:11.426210 | fa163ee5-9860-b835-700a-00000000042a | TASK | Force NTP sync 2025-10-03 14:02:11.679026 | fa163ee5-9860-b835-700a-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-03 14:02:11.680214 | fa163ee5-9860-b835-700a-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.819222 | 0.25s 2025-10-03 14:02:11.752994 | fa163ee5-9860-b835-700a-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-03 14:02:11.753787 | fa163ee5-9860-b835-700a-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.892806 | 0.32s 2025-10-03 14:02:11.759357 | fa163ee5-9860-b835-700a-00000000042b | TASK | Ensure system is NTP time synced 2025-10-03 14:02:22.033522 | fa163ee5-9860-b835-700a-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-03 14:02:22.034984 | fa163ee5-9860-b835-700a-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.173989 | 10.27s 2025-10-03 14:02:22.036050 | fa163ee5-9860-b835-700a-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-03 14:02:22.037297 | fa163ee5-9860-b835-700a-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.176286 | 10.28s 2025-10-03 14:02:22.060090 | fa163ee5-9860-b835-700a-00000000002c | TASK | Set timezone 2025-10-03 14:02:22.542105 | fa163ee5-9860-b835-700a-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-03 14:02:22.543449 | fa163ee5-9860-b835-700a-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.682457 | 0.48s 2025-10-03 14:02:22.544366 | fa163ee5-9860-b835-700a-00000000002c | OK | Set timezone | undercloud 2025-10-03 14:02:22.545097 | fa163ee5-9860-b835-700a-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.684114 | 0.47s 2025-10-03 14:02:22.553213 | fa163ee5-9860-b835-700a-00000000002d | TASK | Restart time services 2025-10-03 14:02:22.584548 | fa163ee5-9860-b835-700a-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-03 14:02:22.631782 | fa163ee5-9860-b835-700a-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-03 14:02:22.638117 | fa163ee5-9860-b835-700a-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.777123 | 0.08s 2025-10-03 14:02:22.647708 | fa163ee5-9860-b835-700a-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-03 14:02:22.650480 | fa163ee5-9860-b835-700a-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-03 14:02:22.661066 | fa163ee5-9860-b835-700a-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.800085 | 0.09s 2025-10-03 14:02:22.685941 | fa163ee5-9860-b835-700a-000000000012 | HANDLER | Restart chronyd 2025-10-03 14:02:23.148466 | fa163ee5-9860-b835-700a-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-10-03 14:02:23.150001 | fa163ee5-9860-b835-700a-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.289010 | 0.46s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-10-03 14:02:23.161602 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:02:23.161966 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:02:23.162302 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.301325 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:02:23.162614 | UUID | Info | Host | Task Name | Run Time 2025-10-03 14:02:23.162955 | fa163ee5-9860-b835-700a-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.28s 2025-10-03 14:02:23.163285 | fa163ee5-9860-b835-700a-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.27s 2025-10-03 14:02:23.163641 | fa163ee5-9860-b835-700a-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.81s 2025-10-03 14:02:23.163988 | fa163ee5-9860-b835-700a-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.33s 2025-10-03 14:02:23.164306 | fa163ee5-9860-b835-700a-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.29s 2025-10-03 14:02:23.164622 | fa163ee5-9860-b835-700a-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.28s 2025-10-03 14:02:23.164954 | fa163ee5-9860-b835-700a-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.82s 2025-10-03 14:02:23.165322 | fa163ee5-9860-b835-700a-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.81s 2025-10-03 14:02:23.165629 | fa163ee5-9860-b835-700a-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.69s 2025-10-03 14:02:23.165979 | fa163ee5-9860-b835-700a-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.65s 2025-10-03 14:02:23.166349 | fa163ee5-9860-b835-700a-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2025-10-03 14:02:23.166741 | fa163ee5-9860-b835-700a-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.52s 2025-10-03 14:02:23.167053 | fa163ee5-9860-b835-700a-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.48s 2025-10-03 14:02:23.167350 | fa163ee5-9860-b835-700a-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2025-10-03 14:02:23.167744 | fa163ee5-9860-b835-700a-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.47s 2025-10-03 14:02:23.168078 | fa163ee5-9860-b835-700a-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.46s 2025-10-03 14:02:23.168388 | fa163ee5-9860-b835-700a-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.45s 2025-10-03 14:02:23.168707 | fa163ee5-9860-b835-700a-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.42s 2025-10-03 14:02:23.169106 | fa163ee5-9860-b835-700a-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.37s 2025-10-03 14:02:23.169520 | fa163ee5-9860-b835-700a-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.36s 2025-10-03 14:02:23.169963 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-03 14:02:24.053934 | fa163ee5-9860-58b3-b687-000000000005 | SKIPPED | fail | undercloud 2025-10-03 14:02:24.054583 | fa163ee5-9860-58b3-b687-000000000005 | TIMING | fail | undercloud | 0:00:00.065674 | 0.05s 2025-10-03 14:02:24.104028 | fa163ee5-9860-58b3-b687-000000000006 | SKIPPED | fail | undercloud 2025-10-03 14:02:24.105380 | fa163ee5-9860-58b3-b687-000000000006 | TIMING | fail | undercloud | 0:00:00.116459 | 0.05s 2025-10-03 14:02:24.113063 | fa163ee5-9860-58b3-b687-000000000008 | TASK | Ensure working_dir is provided 2025-10-03 14:02:24.148429 | fa163ee5-9860-58b3-b687-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-03 14:02:24.149630 | fa163ee5-9860-58b3-b687-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.160710 | 0.04s 2025-10-03 14:02:24.169151 | fa163ee5-9860-58b3-b687-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-03 14:02:24.205331 | fa163ee5-9860-58b3-b687-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-03 14:02:24.206501 | fa163ee5-9860-58b3-b687-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.217582 | 0.04s 2025-10-03 14:02:24.213900 | fa163ee5-9860-58b3-b687-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-03 14:02:24.251603 | fa163ee5-9860-58b3-b687-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-03 14:02:24.253006 | fa163ee5-9860-58b3-b687-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.264086 | 0.04s 2025-10-03 14:02:24.260608 | fa163ee5-9860-58b3-b687-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-03 14:02:24.296410 | fa163ee5-9860-58b3-b687-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-03 14:02:24.297720 | fa163ee5-9860-58b3-b687-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.308770 | 0.04s 2025-10-03 14:02:24.306028 | fa163ee5-9860-58b3-b687-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-03 14:02:24.362415 | fa163ee5-9860-58b3-b687-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-03 14:02:24.363724 | fa163ee5-9860-58b3-b687-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.374768 | 0.06s 2025-10-03 14:02:24.371942 | fa163ee5-9860-58b3-b687-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-03 14:02:24.455607 | fa163ee5-9860-58b3-b687-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-03 14:02:24.457225 | fa163ee5-9860-58b3-b687-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.468297 | 0.08s 2025-10-03 14:02:24.470641 | fa163ee5-9860-58b3-b687-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-03 14:02:24.484743 | fa163ee5-9860-58b3-b687-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-03 14:02:24.498486 | fa163ee5-9860-58b3-b687-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-03 14:02:24.510464 | fa163ee5-9860-58b3-b687-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.521546 | 0.14s 2025-10-03 14:02:24.518876 | fa163ee5-9860-58b3-b687-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-03 14:02:24.597193 | fa163ee5-9860-58b3-b687-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-03 14:02:24.611806 | fa163ee5-9860-58b3-b687-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-03 14:02:24.629380 | fa163ee5-9860-58b3-b687-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-03 14:02:24.641906 | fa163ee5-9860-58b3-b687-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-03 14:02:24.651100 | fa163ee5-9860-58b3-b687-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.662172 | 0.13s 2025-10-03 14:02:24.657520 | fa163ee5-9860-58b3-b687-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-03 14:02:24.702777 | fa163ee5-9860-58b3-b687-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-03 14:02:24.703789 | fa163ee5-9860-58b3-b687-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.714876 | 0.05s 2025-10-03 14:02:24.709735 | fa163ee5-9860-58b3-b687-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-03 14:02:24.735083 | fa163ee5-9860-58b3-b687-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-03 14:02:24.736073 | fa163ee5-9860-58b3-b687-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.747160 | 0.03s 2025-10-03 14:02:24.736665 | fa163ee5-9860-58b3-b687-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.747761 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-03 14:02:24.787330 | fa163ee5-9860-58b3-b687-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-03 14:02:24.811651 | fa163ee5-9860-58b3-b687-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-03 14:02:24.812873 | fa163ee5-9860-58b3-b687-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.823955 | 0.02s 2025-10-03 14:02:24.819212 | fa163ee5-9860-58b3-b687-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-03 14:02:24.977178 | fa163ee5-9860-58b3-b687-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-03 14:02:24.977945 | fa163ee5-9860-58b3-b687-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:00.989035 | 0.16s 2025-10-03 14:02:24.983000 | fa163ee5-9860-58b3-b687-000000000019 | TASK | Set IP address of first monitor 2025-10-03 14:02:25.006907 | fa163ee5-9860-58b3-b687-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-03 14:02:25.007553 | fa163ee5-9860-58b3-b687-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.018645 | 0.02s 2025-10-03 14:02:25.017484 | fa163ee5-9860-58b3-b687-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-03 14:02:25.043043 | fa163ee5-9860-58b3-b687-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-03 14:02:25.044131 | fa163ee5-9860-58b3-b687-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.055223 | 0.03s 2025-10-03 14:02:25.050347 | fa163ee5-9860-58b3-b687-000000000021 | TASK | Install cephadm package 2025-10-03 14:02:28.203877 | fa163ee5-9860-58b3-b687-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-03 14:02:28.205209 | fa163ee5-9860-58b3-b687-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.216290 | 3.15s 2025-10-03 14:02:28.215061 | fa163ee5-9860-58b3-b687-000000000022 | TASK | Stat cephadm file 2025-10-03 14:02:28.549296 | fa163ee5-9860-58b3-b687-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-03 14:02:28.550765 | fa163ee5-9860-58b3-b687-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.561843 | 0.33s 2025-10-03 14:02:28.562463 | fa163ee5-9860-58b3-b687-000000000023 | TASK | Fail if cephadm is not available 2025-10-03 14:02:28.591004 | fa163ee5-9860-58b3-b687-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-03 14:02:28.592963 | fa163ee5-9860-58b3-b687-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.604037 | 0.03s 2025-10-03 14:02:28.604354 | fa163ee5-9860-58b3-b687-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-03 14:02:29.436850 | fa163ee5-9860-58b3-b687-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-03 14:02:29.437859 | fa163ee5-9860-58b3-b687-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.448941 | 0.83s 2025-10-03 14:02:29.444339 | fa163ee5-9860-58b3-b687-000000000026 | TASK | Set list of found FSIDs 2025-10-03 14:02:29.532018 | fa163ee5-9860-58b3-b687-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-03 14:02:29.533439 | fa163ee5-9860-58b3-b687-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.544518 | 0.09s 2025-10-03 14:02:29.543577 | fa163ee5-9860-58b3-b687-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-03 14:02:29.652755 | fa163ee5-9860-58b3-b687-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-03 14:02:29.653726 | fa163ee5-9860-58b3-b687-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.664812 | 0.11s 2025-10-03 14:02:29.659774 | fa163ee5-9860-58b3-b687-000000000028 | TASK | Set FSID to the discovered value 2025-10-03 14:02:29.769985 | fa163ee5-9860-58b3-b687-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-03 14:02:29.771015 | fa163ee5-9860-58b3-b687-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.782101 | 0.11s 2025-10-03 14:02:29.777353 | fa163ee5-9860-58b3-b687-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-03 14:02:29.895330 | fa163ee5-9860-58b3-b687-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-03 14:02:29.896426 | fa163ee5-9860-58b3-b687-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.907512 | 0.12s 2025-10-03 14:02:29.903088 | fa163ee5-9860-58b3-b687-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-03 14:02:29.969163 | fa163ee5-9860-58b3-b687-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-03 14:02:29.970116 | fa163ee5-9860-58b3-b687-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.981202 | 0.07s 2025-10-03 14:02:29.976716 | fa163ee5-9860-58b3-b687-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-03 14:02:30.317542 | fa163ee5-9860-58b3-b687-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-03 14:02:30.318403 | fa163ee5-9860-58b3-b687-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.329492 | 0.34s 2025-10-03 14:02:30.323187 | fa163ee5-9860-58b3-b687-00000000002d | TASK | Ensure specs directory exists 2025-10-03 14:02:30.541850 | fa163ee5-9860-58b3-b687-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-03 14:02:30.542592 | fa163ee5-9860-58b3-b687-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.553684 | 0.22s 2025-10-03 14:02:30.549278 | fa163ee5-9860-58b3-b687-00000000002e | TASK | Stat spec file on ansible host 2025-10-03 14:02:30.791246 | fa163ee5-9860-58b3-b687-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee5-9860-58b3-b687-00000000002e') missing from stats 2025-10-03 14:02:30.799704 | fa163ee5-9860-58b3-b687-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-03 14:02:31.347072 | fa163ee5-9860-58b3-b687-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-03 14:02:31.348619 | fa163ee5-9860-58b3-b687-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.359697 | 0.55s 2025-10-03 14:02:31.364153 | fa163ee5-9860-58b3-b687-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-03 14:02:31.642604 | fa163ee5-9860-58b3-b687-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee5-9860-58b3-b687-000000000031') missing from stats 2025-10-03 14:02:31.653561 | fa163ee5-9860-58b3-b687-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-03 14:02:32.130757 | fa163ee5-9860-58b3-b687-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-03 14:02:32.132059 | fa163ee5-9860-58b3-b687-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.143139 | 0.48s 2025-10-03 14:02:32.156420 | fa163ee5-9860-58b3-b687-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-03 14:02:32.245233 | fa163ee5-9860-58b3-b687-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-03 14:02:32.246377 | fa163ee5-9860-58b3-b687-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.257458 | 0.09s 2025-10-03 14:02:32.266213 | fa163ee5-9860-58b3-b687-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-03 14:02:32.323456 | fa163ee5-9860-58b3-b687-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-03 14:02:32.324679 | fa163ee5-9860-58b3-b687-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.335757 | 0.06s 2025-10-03 14:02:32.330951 | fa163ee5-9860-58b3-b687-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-03 14:02:32.569482 | fa163ee5-9860-58b3-b687-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-03 14:02:32.571405 | fa163ee5-9860-58b3-b687-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.582471 | 0.24s 2025-10-03 14:02:32.899337 | fa163ee5-9860-58b3-b687-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-03 14:02:32.900424 | fa163ee5-9860-58b3-b687-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.911508 | 0.57s 2025-10-03 14:02:32.907041 | fa163ee5-9860-58b3-b687-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.918116 | 0.58s 2025-10-03 14:02:32.917881 | fa163ee5-9860-58b3-b687-000000000065 | TASK | Fail if necessary files are missing 2025-10-03 14:02:32.991138 | fa163ee5-9860-58b3-b687-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': 327160492, 'dev': 64516, 'nlink': 1, 'atime': 1759500116.6997378, 'mtime': 1759500116.515733, 'ctime': 1759500116.7017379, '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': '9b9b31c0bfd4e19f8d1f441fc7b1e3d891f5bcb5', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3879130625', '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-03 14:02:32.998138 | fa163ee5-9860-58b3-b687-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': 352328304, 'dev': 64516, 'nlink': 1, 'atime': 1759500117.2027514, 'mtime': 1759500117.0127463, 'ctime': 1759500117.2057514, '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': 'ccbcfe0282912e814f91606e6d819b8e1dc82937', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1707049318', '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-03 14:02:33.010631 | fa163ee5-9860-58b3-b687-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.021704 | 0.09s 2025-10-03 14:02:33.021239 | fa163ee5-9860-58b3-b687-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-03 14:02:33.254882 | fa163ee5-9860-58b3-b687-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-03 14:02:33.256328 | fa163ee5-9860-58b3-b687-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.267407 | 0.23s 2025-10-03 14:02:33.267363 | fa163ee5-9860-58b3-b687-000000000068 | TASK | Run cephadm bootstrap 2025-10-03 14:03:39.298729 | fa163ee5-9860-58b3-b687-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-03 14:03:39.300188 | fa163ee5-9860-58b3-b687-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:15.311269 | 66.03s 2025-10-03 14:03:39.311758 | fa163ee5-9860-58b3-b687-000000000069 | TASK | Show results of bootstrap 2025-10-03 14:03:39.372898 | fa163ee5-9860-58b3-b687-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-03 14:03:39.374105 | fa163ee5-9860-58b3-b687-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:15.385189 | 0.06s 2025-10-03 14:03:39.381674 | fa163ee5-9860-58b3-b687-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 14:03:39.429405 | fa163ee5-9860-58b3-b687-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.440467 | 0.05s 2025-10-03 14:03:39.444785 | f9971828-cec6-4caa-81d1-527bb515bb92 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 14:03:39.467487 | fa163ee5-9860-58b3-b687-00000000020b | TASK | Set ceph CLI 2025-10-03 14:03:39.616843 | fa163ee5-9860-58b3-b687-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-03 14:03:39.618931 | fa163ee5-9860-58b3-b687-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:15.630006 | 0.15s 2025-10-03 14:03:39.630169 | fa163ee5-9860-58b3-b687-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-03 14:03:40.716224 | fa163ee5-9860-58b3-b687-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-03 14:03:40.717733 | fa163ee5-9860-58b3-b687-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:16.728810 | 1.09s 2025-10-03 14:03:40.727395 | fa163ee5-9860-58b3-b687-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-03 14:03:42.156624 | fa163ee5-9860-58b3-b687-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-03 14:03:42.157572 | fa163ee5-9860-58b3-b687-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:18.168660 | 1.43s 2025-10-03 14:03:42.165449 | fa163ee5-9860-58b3-b687-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-03 14:03:42.201676 | fa163ee5-9860-58b3-b687-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-03 14:03:42.203005 | fa163ee5-9860-58b3-b687-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:18.214083 | 0.04s 2025-10-03 14:03:42.221229 | fa163ee5-9860-58b3-b687-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 14:03:42.261356 | fa163ee5-9860-58b3-b687-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-03 14:03:42.262504 | fa163ee5-9860-58b3-b687-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:18.273584 | 0.04s 2025-10-03 14:03:42.271938 | fa163ee5-9860-58b3-b687-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-03 14:03:42.298496 | fa163ee5-9860-58b3-b687-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-03 14:03:42.299507 | fa163ee5-9860-58b3-b687-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:18.310593 | 0.03s 2025-10-03 14:03:42.306623 | fa163ee5-9860-58b3-b687-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-03 14:03:42.361483 | fa163ee5-9860-58b3-b687-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-03 14:03:42.362986 | fa163ee5-9860-58b3-b687-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.374058 | 0.06s 2025-10-03 14:03:42.370755 | fa163ee5-9860-58b3-b687-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-03 14:03:42.371441 | fa163ee5-9860-58b3-b687-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.382531 | 0.06s 2025-10-03 14:03:42.382711 | fa163ee5-9860-58b3-b687-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-03 14:03:42.383790 | fa163ee5-9860-58b3-b687-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.394874 | 0.08s 2025-10-03 14:03:42.389090 | fa163ee5-9860-58b3-b687-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-03 14:03:42.389837 | fa163ee5-9860-58b3-b687-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.400925 | 0.08s 2025-10-03 14:03:42.395779 | fa163ee5-9860-58b3-b687-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:18.406864 | 0.09s 2025-10-03 14:03:42.405124 | fa163ee5-9860-58b3-b687-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-03 14:03:42.537351 | fa163ee5-9860-58b3-b687-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-03 14:03:42.604256 | fa163ee5-9860-58b3-b687-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-03 14:03:42.671330 | fa163ee5-9860-58b3-b687-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-03 14:03:42.739088 | fa163ee5-9860-58b3-b687-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-03 14:03:42.803958 | fa163ee5-9860-58b3-b687-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-03 14:03:42.865192 | fa163ee5-9860-58b3-b687-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-03 14:03:42.924533 | fa163ee5-9860-58b3-b687-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-03 14:03:42.980889 | fa163ee5-9860-58b3-b687-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-03 14:03:42.992455 | fa163ee5-9860-58b3-b687-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:19.003510 | 0.59s 2025-10-03 14:03:43.003524 | fa163ee5-9860-58b3-b687-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-03 14:03:44.030306 | fa163ee5-9860-58b3-b687-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-03 14:03:44.031661 | fa163ee5-9860-58b3-b687-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.042740 | 1.03s 2025-10-03 14:03:44.882838 | fa163ee5-9860-58b3-b687-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-03 14:03:44.883614 | fa163ee5-9860-58b3-b687-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.894705 | 1.88s 2025-10-03 14:03:45.806429 | fa163ee5-9860-58b3-b687-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-03 14:03:45.807312 | fa163ee5-9860-58b3-b687-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.818405 | 2.80s 2025-10-03 14:03:46.627222 | fa163ee5-9860-58b3-b687-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-03 14:03:46.627849 | fa163ee5-9860-58b3-b687-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.638944 | 3.62s 2025-10-03 14:03:46.631051 | fa163ee5-9860-58b3-b687-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.642140 | 3.63s 2025-10-03 14:03:46.641625 | fa163ee5-9860-58b3-b687-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-03 14:03:46.844234 | fa163ee5-9860-58b3-b687-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-03 14:03:46.845244 | fa163ee5-9860-58b3-b687-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.856332 | 0.20s 2025-10-03 14:03:46.849507 | fa163ee5-9860-58b3-b687-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.860597 | 0.21s 2025-10-03 14:03:46.854438 | fa163ee5-9860-58b3-b687-0000000000a7 | TASK | Fail if spec file is missing 2025-10-03 14:03:46.918647 | fa163ee5-9860-58b3-b687-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': 964694660, 'dev': 64516, 'nlink': 1, 'atime': 1759500151.306686, 'mtime': 1759500150.9836671, 'ctime': 1759500151.309686, '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': '355287692', '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-03 14:03:46.930492 | fa163ee5-9860-58b3-b687-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:22.941571 | 0.08s 2025-10-03 14:03:46.937792 | fa163ee5-9860-58b3-b687-0000000000a8 | TASK | Get ceph_cli 2025-10-03 14:03:46.954743 | fa163ee5-9860-58b3-b687-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:22.965808 | 0.02s 2025-10-03 14:03:46.960890 | 12895484-83bf-42fd-92a8-7ade80293653 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 14:03:46.977007 | fa163ee5-9860-58b3-b687-000000000270 | TASK | Set ceph CLI 2025-10-03 14:03:47.137590 | fa163ee5-9860-58b3-b687-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-03 14:03:47.139110 | fa163ee5-9860-58b3-b687-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:23.150188 | 0.16s 2025-10-03 14:03:47.148657 | fa163ee5-9860-58b3-b687-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-03 14:03:48.175145 | fa163ee5-9860-58b3-b687-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-03 14:03:48.176246 | fa163ee5-9860-58b3-b687-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:24.187329 | 1.03s 2025-10-03 14:03:48.182937 | fa163ee5-9860-58b3-b687-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-03 14:03:48.250881 | fa163ee5-9860-58b3-b687-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-03 14:03:48.251910 | fa163ee5-9860-58b3-b687-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:24.262992 | 0.07s 2025-10-03 14:03:48.258399 | fa163ee5-9860-58b3-b687-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-03 14:03:48.283217 | fa163ee5-9860-58b3-b687-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:24.294299 | 0.02s 2025-10-03 14:03:48.300175 | 97b62566-4c8a-41a6-82b6-8cfdf2836935 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-03 14:03:48.315989 | fa163ee5-9860-58b3-b687-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-03 14:03:48.350196 | fa163ee5-9860-58b3-b687-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-03 14:03:48.351297 | fa163ee5-9860-58b3-b687-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:24.362380 | 0.03s 2025-10-03 14:03:48.358278 | fa163ee5-9860-58b3-b687-0000000002a8 | TASK | set cephadm debug level 2025-10-03 14:03:48.403843 | fa163ee5-9860-58b3-b687-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-03 14:03:48.404813 | fa163ee5-9860-58b3-b687-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:24.415899 | 0.05s 2025-10-03 14:03:48.412183 | fa163ee5-9860-58b3-b687-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-03 14:03:48.499655 | fa163ee5-9860-58b3-b687-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-03 14:03:48.501025 | fa163ee5-9860-58b3-b687-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:24.512104 | 0.09s 2025-10-03 14:03:48.511601 | fa163ee5-9860-58b3-b687-0000000002aa | TASK | set container image base in ceph configuration 2025-10-03 14:03:49.509133 | fa163ee5-9860-58b3-b687-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-03 14:03:49.510855 | fa163ee5-9860-58b3-b687-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:25.521928 | 1.00s 2025-10-03 14:03:49.521548 | fa163ee5-9860-58b3-b687-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-03 14:03:49.576664 | fa163ee5-9860-58b3-b687-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-03 14:03:49.577614 | fa163ee5-9860-58b3-b687-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:25.588701 | 0.06s 2025-10-03 14:03:49.584322 | fa163ee5-9860-58b3-b687-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-03 14:03:49.650032 | fa163ee5-9860-58b3-b687-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-03 14:03:49.651231 | fa163ee5-9860-58b3-b687-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:25.662308 | 0.07s 2025-10-03 14:03:49.660653 | fa163ee5-9860-58b3-b687-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-03 14:03:49.697842 | fa163ee5-9860-58b3-b687-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-03 14:03:49.698761 | fa163ee5-9860-58b3-b687-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:25.709844 | 0.04s 2025-10-03 14:03:49.704799 | fa163ee5-9860-58b3-b687-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-03 14:03:49.760071 | fa163ee5-9860-58b3-b687-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-03 14:03:49.760934 | fa163ee5-9860-58b3-b687-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:25.772022 | 0.06s 2025-10-03 14:03:49.767412 | fa163ee5-9860-58b3-b687-0000000000ac | TASK | Apply spec 2025-10-03 14:03:51.134865 | fa163ee5-9860-58b3-b687-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-03 14:03:51.135622 | fa163ee5-9860-58b3-b687-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:27.146713 | 1.37s 2025-10-03 14:03:51.141005 | fa163ee5-9860-58b3-b687-0000000000ad | TASK | Show results of spec apply 2025-10-03 14:03:51.177251 | fa163ee5-9860-58b3-b687-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-03 14:03:51.177987 | fa163ee5-9860-58b3-b687-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:27.189078 | 0.04s 2025-10-03 14:03:51.182623 | fa163ee5-9860-58b3-b687-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-03 14:03:51.219506 | fa163ee5-9860-58b3-b687-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:27.230589 | 0.04s 2025-10-03 14:03:51.225992 | a4bc0446-e929-4e63-8821-80dbe7bf88ff | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-03 14:03:51.241919 | fa163ee5-9860-58b3-b687-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-03 14:03:52.195300 | fa163ee5-9860-58b3-b687-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-03 14:04:23.298901 | fa163ee5-9860-58b3-b687-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-03 14:04:23.300163 | fa163ee5-9860-58b3-b687-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:59.311243 | 32.06s 2025-10-03 14:04:23.317529 | fa163ee5-9860-58b3-b687-0000000000c9 | TASK | Get ceph_cli 2025-10-03 14:04:23.360206 | fa163ee5-9860-58b3-b687-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 14:04:23.361531 | fa163ee5-9860-58b3-b687-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.372611 | 0.04s 2025-10-03 14:04:23.371763 | fa163ee5-9860-58b3-b687-0000000000ca | TASK | Collect ceph config dump 2025-10-03 14:04:23.418334 | fa163ee5-9860-58b3-b687-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-03 14:04:23.419627 | fa163ee5-9860-58b3-b687-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:59.430706 | 0.05s 2025-10-03 14:04:23.429162 | fa163ee5-9860-58b3-b687-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-03 14:04:23.481087 | fa163ee5-9860-58b3-b687-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-03 14:04:23.482419 | fa163ee5-9860-58b3-b687-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:59.493496 | 0.05s 2025-10-03 14:04:23.491878 | fa163ee5-9860-58b3-b687-0000000000cc | TASK | Create pool 2025-10-03 14:04:23.560426 | fa163ee5-9860-58b3-b687-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:59.571496 | 0.07s 2025-10-03 14:04:23.571070 | fa163ee5-9860-58b3-b687-0000000000cd | TASK | Enable application on Ceph pools 2025-10-03 14:04:23.617745 | fa163ee5-9860-58b3-b687-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:59.628772 | 0.05s 2025-10-03 14:04:23.628636 | fa163ee5-9860-58b3-b687-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-03 14:04:23.668620 | fa163ee5-9860-58b3-b687-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-03 14:04:23.669759 | fa163ee5-9860-58b3-b687-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:59.680840 | 0.04s 2025-10-03 14:04:23.679506 | fa163ee5-9860-58b3-b687-0000000000d0 | TASK | Set trash interval 2025-10-03 14:04:23.764959 | fa163ee5-9860-58b3-b687-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-03 14:04:23.771365 | fa163ee5-9860-58b3-b687-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:59.782438 | 0.09s 2025-10-03 14:04:23.790503 | fa163ee5-9860-58b3-b687-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-03 14:04:23.829029 | fa163ee5-9860-58b3-b687-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:59.840107 | 0.04s 2025-10-03 14:04:23.838226 | fa163ee5-9860-58b3-b687-0000000000e9 | TASK | Get ceph_cli 2025-10-03 14:04:23.890449 | fa163ee5-9860-58b3-b687-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 14:04:23.891623 | fa163ee5-9860-58b3-b687-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.902709 | 0.05s 2025-10-03 14:04:23.898556 | fa163ee5-9860-58b3-b687-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-03 14:04:23.940296 | fa163ee5-9860-58b3-b687-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:59.951366 | 0.04s 2025-10-03 14:04:23.956726 | fa163ee5-9860-58b3-b687-0000000000f9 | TASK | Get ceph_cli 2025-10-03 14:04:23.997936 | fa163ee5-9860-58b3-b687-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-03 14:04:23.999094 | fa163ee5-9860-58b3-b687-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.010175 | 0.04s 2025-10-03 14:04:24.006830 | fa163ee5-9860-58b3-b687-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-03 14:04:24.033765 | fa163ee5-9860-58b3-b687-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-03 14:04:24.035095 | fa163ee5-9860-58b3-b687-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:00.046181 | 0.03s 2025-10-03 14:04:24.042707 | fa163ee5-9860-58b3-b687-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-03 14:04:24.089026 | fa163ee5-9860-58b3-b687-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-03 14:04:24.090091 | fa163ee5-9860-58b3-b687-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:00.101176 | 0.05s 2025-10-03 14:04:24.095646 | fa163ee5-9860-58b3-b687-0000000000fc | TASK | Extract mons_json 2025-10-03 14:04:24.142309 | fa163ee5-9860-58b3-b687-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-03 14:04:24.143405 | fa163ee5-9860-58b3-b687-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:00.154492 | 0.05s 2025-10-03 14:04:24.148639 | fa163ee5-9860-58b3-b687-0000000000fd | TASK | Build mons_list 2025-10-03 14:04:24.195126 | fa163ee5-9860-58b3-b687-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-03 14:04:24.196841 | fa163ee5-9860-58b3-b687-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:00.207915 | 0.05s 2025-10-03 14:04:24.206207 | fa163ee5-9860-58b3-b687-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-03 14:04:24.252976 | fa163ee5-9860-58b3-b687-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-03 14:04:24.254371 | fa163ee5-9860-58b3-b687-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:00.265450 | 0.05s 2025-10-03 14:04:24.264266 | fa163ee5-9860-58b3-b687-0000000000ff | TASK | Verify the keyring 2025-10-03 14:04:24.323182 | fa163ee5-9860-58b3-b687-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:00.334256 | 0.06s 2025-10-03 14:04:24.337735 | fa163ee5-9860-58b3-b687-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-03 14:04:24.376110 | fa163ee5-9860-58b3-b687-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-03 14:04:24.377291 | fa163ee5-9860-58b3-b687-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:00.388370 | 0.04s 2025-10-03 14:04:24.390629 | fa163ee5-9860-58b3-b687-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-03 14:04:24.438286 | fa163ee5-9860-58b3-b687-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-03 14:04:24.439672 | fa163ee5-9860-58b3-b687-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:00.450750 | 0.05s 2025-10-03 14:04:24.460435 | fa163ee5-9860-58b3-b687-00000000011c | TASK | Get ceph_cli 2025-10-03 14:04:24.492082 | fa163ee5-9860-58b3-b687-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.503168 | 0.03s 2025-10-03 14:04:24.497540 | 84492337-b579-4103-a8de-b6a53cc5e9aa | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-03 14:04:24.504526 | fa163ee5-9860-58b3-b687-0000000003c0 | TASK | Set ceph CLI 2025-10-03 14:04:24.691672 | fa163ee5-9860-58b3-b687-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-03 14:04:24.693116 | fa163ee5-9860-58b3-b687-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:00.704196 | 0.19s 2025-10-03 14:04:24.703036 | fa163ee5-9860-58b3-b687-00000000011d | TASK | Get the ceph orchestrator status 2025-10-03 14:04:25.540766 | fa163ee5-9860-58b3-b687-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-03 14:04:25.541632 | fa163ee5-9860-58b3-b687-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:01.552721 | 0.84s 2025-10-03 14:04:25.546784 | fa163ee5-9860-58b3-b687-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-03 14:04:25.605233 | fa163ee5-9860-58b3-b687-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-03 14:04:25.606087 | fa163ee5-9860-58b3-b687-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:01.617178 | 0.06s 2025-10-03 14:04:25.610725 | fa163ee5-9860-58b3-b687-000000000120 | TASK | Show the deployed daemons 2025-10-03 14:04:26.508050 | fa163ee5-9860-58b3-b687-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-03 14:04:26.509097 | fa163ee5-9860-58b3-b687-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:02.520185 | 0.90s 2025-10-03 14:04:26.516087 | fa163ee5-9860-58b3-b687-000000000121 | TASK | Deployed daemons 2025-10-03 14:04:26.550965 | fa163ee5-9860-58b3-b687-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-03 14:04:26.551870 | fa163ee5-9860-58b3-b687-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:02.562954 | 0.03s 2025-10-03 14:04:26.558348 | fa163ee5-9860-58b3-b687-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-03 14:04:27.388039 | fa163ee5-9860-58b3-b687-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-03 14:04:27.389399 | fa163ee5-9860-58b3-b687-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:03.400477 | 0.83s 2025-10-03 14:04:27.399309 | fa163ee5-9860-58b3-b687-000000000123 | TASK | Ceph cluster status 2025-10-03 14:04:27.425796 | fa163ee5-9860-58b3-b687-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 8ca4f405-c431-5a0c-bda1-84dffb5f281f", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 83s)", " mgr: standalone.oxqfhq(active, since 66s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-03 14:04:27.426888 | fa163ee5-9860-58b3-b687-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:03.437968 | 0.03s 2025-10-03 14:04:27.449030 | fa163ee5-9860-58b3-b687-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-03 14:04:28.006044 | fa163ee5-9860-58b3-b687-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee5-9860-58b3-b687-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-03 14:04:28.027799 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:04:28.028255 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:04:28.028722 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:04.039811 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:04:28.029198 | UUID | Info | Host | Task Name | Run Time 2025-10-03 14:04:28.029714 | fa163ee5-9860-58b3-b687-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 66.03s 2025-10-03 14:04:28.030192 | fa163ee5-9860-58b3-b687-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.06s 2025-10-03 14:04:28.030653 | fa163ee5-9860-58b3-b687-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.63s 2025-10-03 14:04:28.031225 | fa163ee5-9860-58b3-b687-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.15s 2025-10-03 14:04:28.031731 | fa163ee5-9860-58b3-b687-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.43s 2025-10-03 14:04:28.032188 | fa163ee5-9860-58b3-b687-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.37s 2025-10-03 14:04:28.032639 | fa163ee5-9860-58b3-b687-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 1.09s 2025-10-03 14:04:28.033120 | fa163ee5-9860-58b3-b687-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.03s 2025-10-03 14:04:28.033551 | fa163ee5-9860-58b3-b687-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.00s 2025-10-03 14:04:28.034002 | fa163ee5-9860-58b3-b687-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.90s 2025-10-03 14:04:28.034415 | fa163ee5-9860-58b3-b687-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.84s 2025-10-03 14:04:28.034838 | fa163ee5-9860-58b3-b687-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.83s 2025-10-03 14:04:28.035272 | fa163ee5-9860-58b3-b687-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.83s 2025-10-03 14:04:28.035705 | fa163ee5-9860-58b3-b687-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.59s 2025-10-03 14:04:28.036106 | fa163ee5-9860-58b3-b687-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.58s 2025-10-03 14:04:28.036517 | fa163ee5-9860-58b3-b687-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.55s 2025-10-03 14:04:28.036958 | fa163ee5-9860-58b3-b687-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.48s 2025-10-03 14:04:28.037345 | fa163ee5-9860-58b3-b687-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.34s 2025-10-03 14:04:28.037777 | fa163ee5-9860-58b3-b687-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.33s 2025-10-03 14:04:28.038184 | fa163ee5-9860-58b3-b687-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.23s 2025-10-03 14:04:28.038588 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-03 14:04:31.272 41159 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-03 14:04:31.301 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.302 41159 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-03 14:04:31.303 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.304 41159 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-03 14:04:31.305 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.305 41159 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-03 14:04:31.307 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.307 41159 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-03 14:04:31.309 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.309 41159 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-03 14:04:31.311 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.311 41159 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-03 14:04:31.338 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.338 41159 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-03 14:04:31.358 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.358 41159 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-03 14:04:31.360 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.360 41159 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-03 14:04:31.362 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.362 41159 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-03 14:04:31.363 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.364 41159 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-03 14:04:31.365 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.365 41159 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-03 14:04:31.367 41159 INFO migrate.versioning.api [-] done 2025-10-03 14:04:31.367 41159 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-03 14:04:31.391 41159 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-03 14:04:39Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:40Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:40Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:40Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:40Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-03 14:04:41Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:41Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:41Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:41Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:41Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 14:04:41Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-03 14:04:41Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:04:41Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:41Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 14:04:41Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:04:42Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:42Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-03 14:04:42Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-03 14:04:42Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:42Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:42Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-03 14:04:42Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:04:43Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:43Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:43Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-03 14:04:43Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:43Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 14:04:43Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:04:43Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:44Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:44Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-03 14:04:44Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:44Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:44Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-03 14:04:44Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:44Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 14:04:44Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:44Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-03 14:04:44Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:04:44Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:45Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:45Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-03 14:04:45Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:45Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-03 14:04:45Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-03 14:04:45Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:45Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-03 14:04:46Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:46Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 14:04:46Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:46Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-03 14:04:47Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:47Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-03 14:04:48Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:48Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-03 14:04:48Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:04:48Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-03 14:04:49Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:49Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:49Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:49Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:49Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:49Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:49Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-03 14:04:49Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:49Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-03 14:04:49Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-03 14:04:50Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 14:04:50Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 14:04:50Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 14:04:50Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-03 14:04:50Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:50Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:50Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:50Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 14:04:50Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:04:51Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-03 14:04:51Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:51Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:51Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-03 14:04:53Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-03 14:04:53Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:53Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-03 14:04:53Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:53Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:53Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:55Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:56Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:56Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:56Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:57Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:57Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:04:58Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:04:58Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:58Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:04:58Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:04:58Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:04:59Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:04:59Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:00Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:05:00Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:00Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:01Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:01Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:01Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-03 14:05:02Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:02Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:02Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:03Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:03Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:05:04Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:04Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:05Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:05Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:05Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:05Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:06Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-03 14:05:07Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:07Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:07Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:08Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:08Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:08Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:09Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:10Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:10Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:11Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:05:11Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:12Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-03 14:05:12Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:12Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:12Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:13Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:13Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:14Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:15Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:15Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:15Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:16Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:05:16Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:16Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-03 14:05:17Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:17Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:17Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:17Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:17Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:18Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-03 14:05:18Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:18Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:18Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:19Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:19Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:19Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:19Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:20Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:20Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:20Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-03 14:05:20Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:21Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:21Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:21Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:05:21Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:21Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:22Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:22Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:23Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-03 14:05:23Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:24Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:25Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:05:25Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:25Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-03 14:05:26Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:27Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-03 14:05:28Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:29Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-03 14:05:29Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:29Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:29Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:30Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:30Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:30Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:31Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:32Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:32Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:33Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-03 14:05:34Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:34Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:35Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:36Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:36Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:36Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:36Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:37Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-03 14:05:37Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:37Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:37Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 14:05:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 14:05:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 14:05:38Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:39Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:39Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:40Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-03 14:05:41Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:42Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-03 14:05:42Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:42Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:42Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:42Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-03 14:05:43Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:43Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:44Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:44Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 14:05:44Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:44Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 14:05:45Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:45Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 14:05:45Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:45Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:46Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:46Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-03 14:05:47Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:47Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:47Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:47Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:47Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:47Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 14:05:48Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:48Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 14:05:48Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:48Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 14:05:48Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:49Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:49Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:50Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-03 14:05:51Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:51Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-03 14:05:51Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:52Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:52Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:53Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-03 14:05:54Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:54Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:54Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:55Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:55Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:55Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 14:05:55Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:56Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:56Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:05:56Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:56Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:05:57Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:57Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:57Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:58Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:58Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:05:58Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:58Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 14:05:58Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:58Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:05:58Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:05:59Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:05:59Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:00Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:06:00Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:01Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-03 14:06:01Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:02Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:02Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:03Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:06:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:04Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:04Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:04Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:05Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:06:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:06Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:06Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:06Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:06Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:06Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:06Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:06Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:06:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:06:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:09Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:10Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-03 14:06:11Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:11Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:11Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:12Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:12Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:06:13Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:13Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:13Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:13Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:14Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:14Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:14Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:14Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:15Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:16Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:16Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:16Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:17Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-03 14:06:17Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:18Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:18Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:19Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:19Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:20Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:20Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:20Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:06:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:06:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:27Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:28Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-03 14:06:29Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:29Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:29Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:29Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:29Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:30Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:31Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:31Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:32Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:32Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:32Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:33Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:33Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:34Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-03 14:06:34Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:34Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:34Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:36Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:36Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:36Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:37Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:38Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:38Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:38Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-03 14:06:39Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:40Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-03 14:06:40Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:41Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:41Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:41Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:42Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:43Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:43Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:44Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-03 14:06:44Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:45Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-03 14:06:45Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:46Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:46Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:46Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:46Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:46Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:46Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:47Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:47Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:47Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 14:06:48Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:49Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:49Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:06:50Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:50Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 14:06:50Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:06:51Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:52Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:06:52Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-03 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:54Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:54Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 14:06:55Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:55Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:55Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:06:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:57Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:06:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:06:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:06:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:06:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:06:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-03 14:07:00Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:01Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:01Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:01Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:07:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-03 14:07:04Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:04Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-03 14:07:05Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:05Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:05Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:07:06Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:07Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:07Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:08Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:08Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:08Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:07:09Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:10Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:10Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:11Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-03 14:07:12Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:12Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:12Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:13Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:13Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:07:14Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:14Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:14Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:15Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:16Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:16Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:17Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-03 14:07:17Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:17Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:17Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:18Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:07:19Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:19Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:20Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:20Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:20Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:21Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:21Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-03 14:07:22Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:22Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:22Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:22Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-03 14:07:24Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:25Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-03 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-03 14:07:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-03 14:07:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-03 14:07:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:31Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:32Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-03 14:07:33Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:33Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:33Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:33Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:34Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:35Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:07:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:37Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:38Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-03 14:07:38Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:39Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-03 14:07:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:40Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-03 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:07:41Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:43Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:44Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:45Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:45Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:46Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-03 14:07:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:46Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:47Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:47Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:07:48Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:48Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:48Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:49Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-03 14:07:51Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-03 14:07:51Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:52Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-03 14:07:53Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:53Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:53Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:54Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:54Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:54Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:54Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-03 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:55Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:07:58Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:07:58Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-03 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:07:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:00Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-03 14:08:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:00Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:02Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:03Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-03 14:08:04Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:05Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:08:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:08:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:06Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:06Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:06Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-03 14:08:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:07Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:07Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:08Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:09Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:09Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:08:10Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:08:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:12Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:12Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:13Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-03 14:08:14Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:15Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-03 14:08:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:15Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:16Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:16Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:17Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:17Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:18Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:18Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:18Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:08:18Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:19Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-03 14:08:20Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:20Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:20Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:08:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:26Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:27Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-03 14:08:28Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:28Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:28Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:28Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:29Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:30Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:30Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-03 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:31Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:32Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:33Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:34Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:35Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:35Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:35Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-03 14:08:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:37Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-03 14:08:38Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:38Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:39Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:39Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:40Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:41Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:43Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:43Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 14:08:43Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:44Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-03 14:08:44Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:44Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:45Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:46Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:46Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-03 14:08:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:48Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-03 14:08:49Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:49Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 14:08:51Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:52Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:53Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:53Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:08:54Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-03 14:08:55Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:55Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:08:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:08:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 14:08:58Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:08:59Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:08:59Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-03 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:00Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:01Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:04Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:05Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:06Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-03 14:09:07Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:07Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:09:08Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:09Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:09Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:09Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-03 14:09:10Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:10Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:10Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:11Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:13Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:13Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 14:09:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:18Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-03 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:19Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:22Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-03 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:09:24Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:25Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:26Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:27Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:27Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:28Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-03 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:29Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:30Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:31Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:32Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:33Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:34Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:35Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 14:09:36Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:37Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-03 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:38Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:39Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:39Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-03 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 14:09:42Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 14:09:43Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:44Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-03 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:45Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:46Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:47Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-03 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:48Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:49Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:50Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:50Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-03 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:51Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:52Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:53Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:54Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-03 14:09:54Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:54Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-03 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-03 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:09:57Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:57Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-03 14:09:57Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:58Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-03 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:09:59Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:00Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:01Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-03 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:02Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:03Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:04Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:05Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-03 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:06Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:07Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:08Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:09Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:09Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:09Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-03 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:10Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:11Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:12Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-03 14:10:13Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:14Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-03 14:10:15Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:18Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:19Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-03 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:20Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:21Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-03 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:10:22Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-03 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:23Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-03 14:10:24Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-03 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:25Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:26Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:27Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:28Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:29Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-03 14:10:30Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:31Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:32Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:10:33Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:33Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:34Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-03 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:35Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:36Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:10:37Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:38Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:39Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:40Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-03 14:10:41Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-03 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:42Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:43Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:44Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-03 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:49Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:50Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:50Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:51Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-03 14:10:52Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:53Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-03 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:54Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:10:55Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-03 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-03 14:10:56Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:10:57Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:57Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-03 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-03 14:10:58Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:10:59Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-03 14:10:59Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-03 14:11:00Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-03 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:03Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:04Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:05Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:06Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:06Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-03 14:11:07Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:08Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-03 14:11:08Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:09Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-03 14:11:10Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-03 14:11:11Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-03 14:11:12Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-03 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:14Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:15Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:16Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:16Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-03 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-03 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-03 14:11:18Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:19Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:20Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-03 14:11:20Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:20Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:20Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:21Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:21Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:21Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-03 14:11:22Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-03 14:11:23Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-03 14:11:24Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-03 14:11:26Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-03 14:11:27Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:28Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-03 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:29Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-03 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:30Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-03 14:11:31Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:32Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-03 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-03 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-03 14:11:36Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:36Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:37Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:37Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:37Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:37Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:37Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:38Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:38Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:38Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-03 14:11:38Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:38Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 14:11:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:38Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:38Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:39Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:39Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:39Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-03 14:11:40Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-03 14:11:40Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:40Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:40Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:41Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-03 14:11:41Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:41Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:41Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:41Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-03 14:11:41Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:42Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:42Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:42Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:42Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:42Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-03 14:11:42Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:42Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:43Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:43Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-03 14:11:43Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:43Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:43Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:43Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-03 14:11:44Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:44Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:44Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:44Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:44Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:44Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-03 14:11:44Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:45Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:45Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:45Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-03 14:11:45Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:45Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 14:11:46Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:47Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-03 14:11:47Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:47Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-03 14:11:48Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:48Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:48Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-03 14:11:48Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:48Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-03 14:11:48Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-03 14:11:48Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:48Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-03 14:11:48Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:48Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:48Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-03 14:11:49Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:49Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:49Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-03 14:11:49Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:50Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-03 14:11:50Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:50Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:50Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:50Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-03 14:11:51Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:51Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:51Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:51Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-03 14:11:52Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:53Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-03 14:11:53Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:54Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:55Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:55Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:55Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:55Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:55Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:55Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:55Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:55Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:55Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:55Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:56Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:11:56Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 14:11:56Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:57Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 14:11:57Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-03 14:11:57Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:11:58Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-03 14:11:58Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-03 14:11:59Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-03 14:11:59Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:59Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:59Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:59Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-03 14:11:59Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-03 14:11:59Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:59Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-03 14:11:59Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-03 14:11:59Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:59Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:59Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:11:59Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-03 14:11:59Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-03 14:12:00Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:00Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-03 14:12:00Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-03 14:12:00Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:00Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:00Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:12:00Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-03 14:12:00Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:00Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-03 14:12:00Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:01Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:01Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-03 14:12:01Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:01Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:12:01Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-03 14:12:01Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-03 14:12:01Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:01Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-03 14:12:02Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-03 14:12:02Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:02Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 14:12:03Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:03Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-03 14:12:04Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:04Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-03 14:12:05Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:05Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-03 14:12:06Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:06Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-03 14:12:07Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-03 14:12:07Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-03 14:12:07Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-03 14:12:08Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-03 14:12:08Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/00b772ff-8077-4b81-9a42-e8a475fef5d8 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-03 14:12:32.445408 | fa163ee5-9860-1809-32d2-000000000006 | TASK | External deployment step 0 2025-10-03 14:12:32.471641 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-000000000006') missing from stats 2025-10-03 14:12:32.522597 | fa163ee5-9860-1809-32d2-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.135287 | 0.04s 2025-10-03 14:12:32.532773 | adbe15ad-5469-4eb3-a913-64d9f1f9b963 | INCLUDED | /root/standalone-ansible-9vn19upn/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-03 14:12:32.551157 | fa163ee5-9860-1809-32d2-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-03 14:12:33.472053 | fa163ee5-9860-1809-32d2-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-03 14:12:33.472810 | fa163ee5-9860-1809-32d2-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.085513 | 0.92s 2025-10-03 14:12:33.490826 | fa163ee5-9860-1809-32d2-000000000129 | TASK | create redis virtual ip 2025-10-03 14:12:34.456350 | fa163ee5-9860-1809-32d2-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-03 14:12:34.457363 | fa163ee5-9860-1809-32d2-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.070060 | 0.96s PLAY [Check if required variables are defined] ********************************* 2025-10-03 14:12:34.548154 | fa163ee5-9860-1809-32d2-000000000138 | TASK | Gathering Facts 2025-10-03 14:12:35.161710 | fa163ee5-9860-1809-32d2-000000000138 | OK | Gathering Facts | localhost 2025-10-03 14:12:35.163114 | fa163ee5-9860-1809-32d2-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.775809 | 0.61s 2025-10-03 14:12:35.205811 | fa163ee5-9860-1809-32d2-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-03 14:12:35.206743 | fa163ee5-9860-1809-32d2-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.819439 | 0.03s 2025-10-03 14:12:35.256205 | fa163ee5-9860-1809-32d2-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-03 14:12:35.257157 | fa163ee5-9860-1809-32d2-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.869855 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-03 14:12:35.348856 | fa163ee5-9860-1809-32d2-000000000160 | TASK | Gathering Facts 2025-10-03 14:12:35.358099 | fa163ee5-9860-1809-32d2-000000000160 | TASK | Gathering Facts 2025-10-03 14:12:35.690117 | fa163ee5-9860-1809-32d2-000000000160 | OK | Gathering Facts | standalone 2025-10-03 14:12:35.692248 | fa163ee5-9860-1809-32d2-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.304937 | 0.33s 2025-10-03 14:12:35.695601 | fa163ee5-9860-1809-32d2-000000000160 | OK | Gathering Facts | undercloud 2025-10-03 14:12:35.696908 | fa163ee5-9860-1809-32d2-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.309602 | 0.35s 2025-10-03 14:12:35.764182 | fa163ee5-9860-1809-32d2-000000000012 | TASK | Set legacy facts 2025-10-03 14:12:35.777121 | fa163ee5-9860-1809-32d2-000000000012 | TASK | Set legacy facts 2025-10-03 14:12:35.797140 | fa163ee5-9860-1809-32d2-000000000012 | OK | Set legacy facts | undercloud 2025-10-03 14:12:35.798134 | fa163ee5-9860-1809-32d2-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.410832 | 0.03s 2025-10-03 14:12:35.814953 | fa163ee5-9860-1809-32d2-000000000012 | OK | Set legacy facts | standalone 2025-10-03 14:12:35.815560 | fa163ee5-9860-1809-32d2-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.428262 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-03 14:12:35.952448 | fa163ee5-9860-1809-32d2-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-03 14:12:35.953735 | fa163ee5-9860-1809-32d2-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.566428 | 0.04s 2025-10-03 14:12:35.964436 | fa163ee5-9860-1809-32d2-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-03 14:12:35.964927 | fa163ee5-9860-1809-32d2-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.577629 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-03 14:12:36.060487 | fa163ee5-9860-1809-32d2-000000000018 | TASK | Include Service VIP vars 2025-10-03 14:12:36.089438 | fa163ee5-9860-1809-32d2-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-03 14:12:36.094450 | fa163ee5-9860-1809-32d2-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.707149 | 0.03s 2025-10-03 14:12:36.094823 | fa163ee5-9860-1809-32d2-000000000018 | OK | Include Service VIP vars | standalone 2025-10-03 14:12:36.095319 | fa163ee5-9860-1809-32d2-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.708025 | 0.02s 2025-10-03 14:12:36.098801 | fa163ee5-9860-1809-32d2-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-03 14:12:36.126498 | fa163ee5-9860-1809-32d2-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-03 14:12:36.127497 | fa163ee5-9860-1809-32d2-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.740161 | 0.03s 2025-10-03 14:12:36.138140 | fa163ee5-9860-1809-32d2-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-03 14:12:36.138616 | fa163ee5-9860-1809-32d2-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.751318 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-03 14:12:36.222044 | fa163ee5-9860-1809-32d2-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-03 14:12:36.931926 | fa163ee5-9860-1809-32d2-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee5-9860-1809-32d2-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-03 14:12:36.987627 | fa163ee5-9860-1809-32d2-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-03 14:12:37.011569 | fa163ee5-9860-1809-32d2-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-03 14:12:37.012348 | fa163ee5-9860-1809-32d2-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.625048 | 0.02s PLAY [Manage SELinux] ********************************************************** 2025-10-03 14:12:37.079260 | fa163ee5-9860-1809-32d2-000000000023 | TASK | Set selinux state 2025-10-03 14:12:37.655017 | fa163ee5-9860-1809-32d2-000000000023 | OK | Set selinux state | standalone 2025-10-03 14:12:37.656377 | fa163ee5-9860-1809-32d2-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.269069 | 0.58s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-03 14:12:37.802636 | fa163ee5-9860-1809-32d2-000000000026 | TASK | Configure Hosts Entries 2025-10-03 14:12:37.830245 | fa163ee5-9860-1809-32d2-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.442932 | 0.03s 2025-10-03 14:12:37.856904 | fa163ee5-9860-1809-32d2-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.469595 | 0.03s 2025-10-03 14:12:37.910715 | fa163ee5-9860-1809-32d2-0000000001f1 | TASK | Create temporary file for hosts 2025-10-03 14:12:38.215090 | fa163ee5-9860-1809-32d2-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-03 14:12:38.216060 | fa163ee5-9860-1809-32d2-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.828755 | 0.29s 2025-10-03 14:12:38.226846 | fa163ee5-9860-1809-32d2-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-03 14:12:38.227343 | fa163ee5-9860-1809-32d2-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.840045 | 0.32s 2025-10-03 14:12:38.241587 | fa163ee5-9860-1809-32d2-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-03 14:12:38.612227 | fa163ee5-9860-1809-32d2-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-03 14:12:38.613600 | fa163ee5-9860-1809-32d2-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.226291 | 0.36s 2025-10-03 14:12:38.646086 | fa163ee5-9860-1809-32d2-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-03 14:12:38.646963 | fa163ee5-9860-1809-32d2-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.259659 | 0.40s 2025-10-03 14:12:38.662707 | fa163ee5-9860-1809-32d2-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-03 14:12:39.012106 | fa163ee5-9860-1809-32d2-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-03 14:12:39.013758 | fa163ee5-9860-1809-32d2-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.626443 | 0.35s 2025-10-03 14:12:39.025038 | fa163ee5-9860-1809-32d2-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-03 14:12:39.025525 | fa163ee5-9860-1809-32d2-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.638228 | 0.35s 2025-10-03 14:12:39.039621 | fa163ee5-9860-1809-32d2-0000000001f4 | TASK | Render out the hosts entries 2025-10-03 14:12:39.166944 | fa163ee5-9860-1809-32d2-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-03 14:12:39.168272 | fa163ee5-9860-1809-32d2-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.780963 | 0.13s 2025-10-03 14:12:39.186633 | fa163ee5-9860-1809-32d2-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-03 14:12:39.431654 | fa163ee5-9860-1809-32d2-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-03 14:12:39.433141 | fa163ee5-9860-1809-32d2-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.045828 | 0.25s 2025-10-03 14:12:39.475580 | fa163ee5-9860-1809-32d2-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-03 14:12:39.476752 | fa163ee5-9860-1809-32d2-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.089444 | 0.27s 2025-10-03 14:12:39.495983 | fa163ee5-9860-1809-32d2-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-03 14:12:39.832906 | fa163ee5-9860-1809-32d2-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-03 14:12:39.834913 | fa163ee5-9860-1809-32d2-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.447592 | 0.32s 2025-10-03 14:12:39.856925 | fa163ee5-9860-1809-32d2-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-03 14:12:39.857980 | fa163ee5-9860-1809-32d2-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.470675 | 0.36s 2025-10-03 14:12:39.872818 | fa163ee5-9860-1809-32d2-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-03 14:12:40.167211 | fa163ee5-9860-1809-32d2-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-03 14:12:40.168936 | fa163ee5-9860-1809-32d2-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.781619 | 0.30s 2025-10-03 14:12:40.211016 | fa163ee5-9860-1809-32d2-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-03 14:12:40.211905 | fa163ee5-9860-1809-32d2-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.824600 | 0.32s PLAY [Common roles for TripleO servers] **************************************** 2025-10-03 14:12:40.338392 | fa163ee5-9860-1809-32d2-00000000002a | TASK | Common roles for TripleO servers 2025-10-03 14:12:40.365353 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-00000000002a') missing from stats 2025-10-03 14:12:40.445922 | fa163ee5-9860-1809-32d2-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.058611 | 0.02s 2025-10-03 14:12:40.515971 | fa163ee5-9860-1809-32d2-000000000254 | TASK | Gather variables for each operating system 2025-10-03 14:12:40.631751 | fa163ee5-9860-1809-32d2-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 14:12:40.633190 | fa163ee5-9860-1809-32d2-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.245878 | 0.12s 2025-10-03 14:12:40.639217 | fa163ee5-9860-1809-32d2-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.251900 | 0.12s 2025-10-03 14:12:40.665061 | fa163ee5-9860-1809-32d2-000000000256 | TASK | Check release version package is installed 2025-10-03 14:12:40.958665 | fa163ee5-9860-1809-32d2-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-03 14:12:40.960224 | fa163ee5-9860-1809-32d2-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.572911 | 0.29s 2025-10-03 14:12:40.991184 | fa163ee5-9860-1809-32d2-000000000257 | TASK | Deploy release version package 2025-10-03 14:12:45.279561 | fa163ee5-9860-1809-32d2-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-03 14:12:45.281042 | fa163ee5-9860-1809-32d2-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.893728 | 4.29s 2025-10-03 14:12:45.306047 | fa163ee5-9860-1809-32d2-000000000259 | TASK | Include packages tasks 2025-10-03 14:12:45.333156 | fa163ee5-9860-1809-32d2-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.945844 | 0.03s 2025-10-03 14:12:45.359044 | 137bcdbe-57ef-4acc-a2cb-440141b52107 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-03 14:12:45.390535 | fa163ee5-9860-1809-32d2-0000000002ad | TASK | Gather facts if they don't exist 2025-10-03 14:12:45.437074 | fa163ee5-9860-1809-32d2-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-03 14:12:45.437679 | fa163ee5-9860-1809-32d2-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.050377 | 0.05s 2025-10-03 14:12:45.463163 | fa163ee5-9860-1809-32d2-0000000002ae | TASK | Gather variables for each operating system 2025-10-03 14:12:45.580004 | fa163ee5-9860-1809-32d2-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 14:12:45.584996 | fa163ee5-9860-1809-32d2-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.197676 | 0.12s 2025-10-03 14:12:45.611907 | fa163ee5-9860-1809-32d2-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-03 14:12:45.905301 | fa163ee5-9860-1809-32d2-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-03 14:12:45.906539 | fa163ee5-9860-1809-32d2-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.519234 | 0.29s 2025-10-03 14:12:45.925989 | fa163ee5-9860-1809-32d2-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-03 14:12:51.700671 | fa163ee5-9860-1809-32d2-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-03 14:12:51.702562 | fa163ee5-9860-1809-32d2-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.315251 | 5.78s 2025-10-03 14:12:51.731980 | fa163ee5-9860-1809-32d2-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-03 14:12:52.672097 | fa163ee5-9860-1809-32d2-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-03 14:12:52.673887 | fa163ee5-9860-1809-32d2-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.286573 | 0.94s 2025-10-03 14:12:52.701568 | fa163ee5-9860-1809-32d2-00000000025a | TASK | Enable openvswitch service if installed 2025-10-03 14:12:53.663886 | fa163ee5-9860-1809-32d2-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-03 14:12:53.664952 | fa163ee5-9860-1809-32d2-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.277651 | 0.96s 2025-10-03 14:12:53.683161 | fa163ee5-9860-1809-32d2-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-03 14:12:53.943650 | fa163ee5-9860-1809-32d2-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-03 14:12:53.945293 | fa163ee5-9860-1809-32d2-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.557983 | 0.26s 2025-10-03 14:12:53.971925 | fa163ee5-9860-1809-32d2-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-03 14:12:54.265988 | fa163ee5-9860-1809-32d2-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-03 14:12:54.267347 | fa163ee5-9860-1809-32d2-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.880038 | 0.29s 2025-10-03 14:12:54.292555 | fa163ee5-9860-1809-32d2-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-03 14:12:54.349739 | fa163ee5-9860-1809-32d2-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-03 14:12:54.351106 | fa163ee5-9860-1809-32d2-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.963795 | 0.06s 2025-10-03 14:12:54.377845 | fa163ee5-9860-1809-32d2-00000000025f | TASK | Ensure network service is enabled 2025-10-03 14:12:54.774455 | fa163ee5-9860-1809-32d2-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-03 14:12:54.776436 | fa163ee5-9860-1809-32d2-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.389126 | 0.40s 2025-10-03 14:12:54.803345 | fa163ee5-9860-1809-32d2-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 14:12:55.147540 | fa163ee5-9860-1809-32d2-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 14:12:55.149256 | fa163ee5-9860-1809-32d2-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.761945 | 0.34s 2025-10-03 14:12:55.177012 | fa163ee5-9860-1809-32d2-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 14:12:55.429791 | fa163ee5-9860-1809-32d2-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 14:12:55.431228 | fa163ee5-9860-1809-32d2-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.043913 | 0.25s 2025-10-03 14:12:55.456617 | fa163ee5-9860-1809-32d2-000000000263 | TASK | Reload NetworkManager 2025-10-03 14:12:56.876998 | fa163ee5-9860-1809-32d2-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-03 14:12:56.879036 | fa163ee5-9860-1809-32d2-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.491726 | 1.42s 2025-10-03 14:12:56.907933 | fa163ee5-9860-1809-32d2-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-03 14:12:57.142628 | fa163ee5-9860-1809-32d2-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-03 14:12:57.143431 | fa163ee5-9860-1809-32d2-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.756128 | 0.23s 2025-10-03 14:12:57.160580 | fa163ee5-9860-1809-32d2-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-03 14:12:57.554971 | fa163ee5-9860-1809-32d2-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-03 14:12:57.556372 | fa163ee5-9860-1809-32d2-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.169063 | 0.40s 2025-10-03 14:12:57.582418 | fa163ee5-9860-1809-32d2-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-03 14:12:57.783226 | fa163ee5-9860-1809-32d2-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-03 14:12:57.784667 | fa163ee5-9860-1809-32d2-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.397358 | 0.20s 2025-10-03 14:12:57.803240 | fa163ee5-9860-1809-32d2-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-03 14:12:58.054527 | fa163ee5-9860-1809-32d2-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-03 14:12:58.056809 | fa163ee5-9860-1809-32d2-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.669487 | 0.25s 2025-10-03 14:12:58.133626 | fa163ee5-9860-1809-32d2-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.746301 | 0.02s 2025-10-03 14:12:58.202702 | fa163ee5-9860-1809-32d2-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-03 14:12:58.365055 | fa163ee5-9860-1809-32d2-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-03 14:12:58.366318 | fa163ee5-9860-1809-32d2-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.979009 | 0.16s 2025-10-03 14:12:58.391610 | fa163ee5-9860-1809-32d2-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-03 14:12:58.586553 | fa163ee5-9860-1809-32d2-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-03 14:12:58.587908 | fa163ee5-9860-1809-32d2-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.200599 | 0.20s 2025-10-03 14:12:58.613073 | fa163ee5-9860-1809-32d2-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-03 14:12:58.639661 | fa163ee5-9860-1809-32d2-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-03 14:12:58.640671 | fa163ee5-9860-1809-32d2-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.253363 | 0.03s 2025-10-03 14:12:58.665280 | fa163ee5-9860-1809-32d2-000000000364 | TASK | Write temporary file 2025-10-03 14:12:58.701654 | fa163ee5-9860-1809-32d2-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-03 14:12:58.702749 | fa163ee5-9860-1809-32d2-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.315441 | 0.04s 2025-10-03 14:12:58.727151 | fa163ee5-9860-1809-32d2-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-03 14:12:58.810984 | fa163ee5-9860-1809-32d2-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-03 14:12:58.812387 | fa163ee5-9860-1809-32d2-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.425073 | 0.08s 2025-10-03 14:12:58.837984 | fa163ee5-9860-1809-32d2-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-03 14:12:59.062665 | fa163ee5-9860-1809-32d2-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-03 14:12:59.064286 | fa163ee5-9860-1809-32d2-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.676976 | 0.22s 2025-10-03 14:12:59.090311 | fa163ee5-9860-1809-32d2-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-03 14:12:59.372261 | fa163ee5-9860-1809-32d2-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-03 14:12:59.373384 | fa163ee5-9860-1809-32d2-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.986075 | 0.28s 2025-10-03 14:12:59.400196 | fa163ee5-9860-1809-32d2-000000000368 | TASK | Remove temp file 2025-10-03 14:12:59.592090 | fa163ee5-9860-1809-32d2-000000000368 | CHANGED | Remove temp file | standalone 2025-10-03 14:12:59.593440 | fa163ee5-9860-1809-32d2-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.206126 | 0.19s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-03 14:12:59.767352 | fa163ee5-9860-1809-32d2-000000000034 | TASK | Deploy step tasks for step 0 2025-10-03 14:12:59.826806 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-000000000034') missing from stats 2025-10-03 14:12:59.858749 | fa163ee5-9860-1809-32d2-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-03 14:13:00.092240 | fa163ee5-9860-1809-32d2-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-03 14:13:00.094007 | fa163ee5-9860-1809-32d2-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.706693 | 0.23s 2025-10-03 14:13:00.122835 | fa163ee5-9860-1809-32d2-000000000036 | TASK | Check cloud-init status 2025-10-03 14:13:00.321597 | fa163ee5-9860-1809-32d2-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-03 14:13:00.323013 | fa163ee5-9860-1809-32d2-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.935706 | 0.20s 2025-10-03 14:13:00.348272 | fa163ee5-9860-1809-32d2-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-03 14:13:00.558705 | fa163ee5-9860-1809-32d2-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-03 14:13:00.560115 | fa163ee5-9860-1809-32d2-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.172807 | 0.21s 2025-10-03 14:13:00.586868 | fa163ee5-9860-1809-32d2-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-03 14:13:00.972003 | fa163ee5-9860-1809-32d2-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-03 14:13:00.972753 | fa163ee5-9860-1809-32d2-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.585452 | 0.38s 2025-10-03 14:13:00.997902 | fa163ee5-9860-1809-32d2-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-03 14:13:01.201274 | fa163ee5-9860-1809-32d2-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-03 14:13:01.202556 | fa163ee5-9860-1809-32d2-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.815248 | 0.20s 2025-10-03 14:13:01.230447 | fa163ee5-9860-1809-32d2-00000000003a | TASK | Write container-puppet.sh 2025-10-03 14:13:01.718323 | fa163ee5-9860-1809-32d2-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-03 14:13:01.719487 | fa163ee5-9860-1809-32d2-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.332181 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 14:13:01.787965 | fa163ee5-9860-1809-32d2-00000000003b | TIMING | include_tasks | standalone | 0:00:29.400656 | 0.04s 2025-10-03 14:13:01.812352 | 48101b25-bd9d-4fa4-8b25-2e416dcafa66 | INCLUDED | /root/standalone-ansible-9vn19upn/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-03 14:13:01.848160 | fa163ee5-9860-1809-32d2-000000000416 | TASK | Configure tuned before reboot 2025-10-03 14:13:01.899067 | fa163ee5-9860-1809-32d2-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.511754 | 0.05s 2025-10-03 14:13:01.959317 | fa163ee5-9860-1809-32d2-000000000455 | TASK | Gather variables for each operating system 2025-10-03 14:13:02.077603 | fa163ee5-9860-1809-32d2-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-03 14:13:02.078501 | fa163ee5-9860-1809-32d2-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.691200 | 0.12s 2025-10-03 14:13:02.082380 | fa163ee5-9860-1809-32d2-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.695082 | 0.12s 2025-10-03 14:13:02.161446 | fa163ee5-9860-1809-32d2-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.774133 | 0.05s 2025-10-03 14:13:02.181895 | 18b6263e-9f16-42ae-b62b-79bdf49b140b | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-03 14:13:02.211028 | fa163ee5-9860-1809-32d2-00000000047f | TASK | Check tuned package is installed 2025-10-03 14:13:02.505097 | fa163ee5-9860-1809-32d2-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-03 14:13:02.506126 | fa163ee5-9860-1809-32d2-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.118825 | 0.29s 2025-10-03 14:13:02.526768 | fa163ee5-9860-1809-32d2-000000000480 | TASK | Install tuned 2025-10-03 14:13:09.313734 | fa163ee5-9860-1809-32d2-000000000480 | CHANGED | Install tuned | standalone 2025-10-03 14:13:09.314739 | fa163ee5-9860-1809-32d2-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.927438 | 6.79s 2025-10-03 14:13:09.335502 | fa163ee5-9860-1809-32d2-000000000481 | TASK | Restart tuned 2025-10-03 14:13:11.176228 | fa163ee5-9860-1809-32d2-000000000481 | CHANGED | Restart tuned | standalone 2025-10-03 14:13:11.177369 | fa163ee5-9860-1809-32d2-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:38.790066 | 1.84s 2025-10-03 14:13:11.196359 | fa163ee5-9860-1809-32d2-000000000457 | TASK | Check for tuned-adm 2025-10-03 14:13:11.423537 | fa163ee5-9860-1809-32d2-000000000457 | OK | Check for tuned-adm | standalone 2025-10-03 14:13:11.425012 | fa163ee5-9860-1809-32d2-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.037699 | 0.23s 2025-10-03 14:13:11.485617 | fa163ee5-9860-1809-32d2-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.098299 | 0.03s 2025-10-03 14:13:11.516225 | 0c8ef4df-e006-4db6-9201-9ab03c6a061a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-03 14:13:11.553187 | fa163ee5-9860-1809-32d2-0000000004b6 | TASK | Ensure profile directory exists 2025-10-03 14:13:11.622972 | fa163ee5-9860-1809-32d2-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-03 14:13:11.624209 | fa163ee5-9860-1809-32d2-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.236895 | 0.07s 2025-10-03 14:13:11.654161 | fa163ee5-9860-1809-32d2-0000000004b7 | TASK | Create custom tuned profile 2025-10-03 14:13:11.731905 | fa163ee5-9860-1809-32d2-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-03 14:13:11.733392 | fa163ee5-9860-1809-32d2-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.346086 | 0.08s 2025-10-03 14:13:11.756951 | fa163ee5-9860-1809-32d2-0000000004b8 | TASK | Check tuned active profile 2025-10-03 14:13:12.113914 | fa163ee5-9860-1809-32d2-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-03 14:13:12.114777 | fa163ee5-9860-1809-32d2-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.727479 | 0.36s 2025-10-03 14:13:12.133057 | fa163ee5-9860-1809-32d2-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-03 14:13:12.374161 | fa163ee5-9860-1809-32d2-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-03 14:13:12.375511 | fa163ee5-9860-1809-32d2-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.988205 | 0.24s 2025-10-03 14:13:12.402466 | fa163ee5-9860-1809-32d2-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-03 14:13:12.473884 | fa163ee5-9860-1809-32d2-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-03 14:13:12.474979 | fa163ee5-9860-1809-32d2-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.087672 | 0.07s 2025-10-03 14:13:12.502850 | fa163ee5-9860-1809-32d2-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-03 14:13:12.573976 | fa163ee5-9860-1809-32d2-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-03 14:13:12.575176 | fa163ee5-9860-1809-32d2-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.187868 | 0.07s 2025-10-03 14:13:12.602390 | fa163ee5-9860-1809-32d2-0000000004bc | TASK | Enable tuned profile 2025-10-03 14:13:14.018939 | fa163ee5-9860-1809-32d2-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-03 14:13:14.020906 | fa163ee5-9860-1809-32d2-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.633586 | 1.42s 2025-10-03 14:13:14.060868 | fa163ee5-9860-1809-32d2-000000000417 | TASK | Configure kernel args and reboot 2025-10-03 14:13:14.102811 | fa163ee5-9860-1809-32d2-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.715500 | 0.04s 2025-10-03 14:13:14.214235 | fa163ee5-9860-1809-32d2-000000000569 | TASK | Get the command line args of the node 2025-10-03 14:13:14.432985 | fa163ee5-9860-1809-32d2-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-03 14:13:14.434538 | fa163ee5-9860-1809-32d2-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.047230 | 0.22s 2025-10-03 14:13:14.462658 | fa163ee5-9860-1809-32d2-00000000056b | TASK | Check if node has a nova.conf 2025-10-03 14:13:14.672971 | fa163ee5-9860-1809-32d2-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-03 14:13:14.674348 | fa163ee5-9860-1809-32d2-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.287041 | 0.21s 2025-10-03 14:13:14.701429 | fa163ee5-9860-1809-32d2-00000000056d | TASK | Warn operator about workload protection 2025-10-03 14:13:14.739622 | fa163ee5-9860-1809-32d2-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-03 14:13:14.741047 | fa163ee5-9860-1809-32d2-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.353737 | 0.04s 2025-10-03 14:13:14.768003 | fa163ee5-9860-1809-32d2-00000000056e | TASK | Setting defer reboot fact 2025-10-03 14:13:14.807587 | fa163ee5-9860-1809-32d2-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-03 14:13:14.808917 | fa163ee5-9860-1809-32d2-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.421609 | 0.04s 2025-10-03 14:13:14.834908 | fa163ee5-9860-1809-32d2-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-03 14:13:14.862506 | fa163ee5-9860-1809-32d2-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.475193 | 0.03s 2025-10-03 14:13:14.893726 | fa163ee5-9860-1809-32d2-000000000575 | TASK | Find hugepages in cmdline 2025-10-03 14:13:14.934524 | fa163ee5-9860-1809-32d2-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-03 14:13:14.935649 | fa163ee5-9860-1809-32d2-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.548342 | 0.04s 2025-10-03 14:13:14.964917 | fa163ee5-9860-1809-32d2-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-03 14:13:15.007780 | fa163ee5-9860-1809-32d2-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-03 14:13:15.009029 | fa163ee5-9860-1809-32d2-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.621719 | 0.04s 2025-10-03 14:13:15.036553 | fa163ee5-9860-1809-32d2-00000000057a | TASK | Find desired default hugepage size 2025-10-03 14:13:15.086034 | fa163ee5-9860-1809-32d2-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-03 14:13:15.087233 | fa163ee5-9860-1809-32d2-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.699927 | 0.05s 2025-10-03 14:13:15.114651 | fa163ee5-9860-1809-32d2-00000000057c | TASK | Storing non-configured hugepages 2025-10-03 14:13:15.152915 | fa163ee5-9860-1809-32d2-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.765599 | 0.04s 2025-10-03 14:13:15.179949 | fa163ee5-9860-1809-32d2-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-03 14:13:15.221832 | fa163ee5-9860-1809-32d2-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-03 14:13:15.223062 | fa163ee5-9860-1809-32d2-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.835753 | 0.04s 2025-10-03 14:13:15.250503 | fa163ee5-9860-1809-32d2-00000000057f | TASK | Determining the default hugepagesz 2025-10-03 14:13:15.293583 | fa163ee5-9860-1809-32d2-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-03 14:13:15.294811 | fa163ee5-9860-1809-32d2-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.907502 | 0.04s 2025-10-03 14:13:15.321933 | fa163ee5-9860-1809-32d2-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-03 14:13:15.372645 | fa163ee5-9860-1809-32d2-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-03 14:13:15.373924 | fa163ee5-9860-1809-32d2-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.986616 | 0.05s 2025-10-03 14:13:15.400515 | fa163ee5-9860-1809-32d2-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-03 14:13:15.443173 | fa163ee5-9860-1809-32d2-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-03 14:13:15.444327 | fa163ee5-9860-1809-32d2-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.057019 | 0.04s 2025-10-03 14:13:15.471825 | fa163ee5-9860-1809-32d2-000000000583 | TASK | Warn about possible modifications 2025-10-03 14:13:15.503217 | fa163ee5-9860-1809-32d2-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-03 14:13:15.504496 | fa163ee5-9860-1809-32d2-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.117187 | 0.03s 2025-10-03 14:13:15.531174 | fa163ee5-9860-1809-32d2-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-03 14:13:15.559611 | fa163ee5-9860-1809-32d2-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-03 14:13:15.560784 | fa163ee5-9860-1809-32d2-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.173482 | 0.03s 2025-10-03 14:13:15.581401 | fa163ee5-9860-1809-32d2-000000000585 | TASK | Cleaning up whitespaces 2025-10-03 14:13:15.622372 | fa163ee5-9860-1809-32d2-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-03 14:13:15.623396 | fa163ee5-9860-1809-32d2-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.236091 | 0.04s 2025-10-03 14:13:15.652010 | fa163ee5-9860-1809-32d2-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-03 14:13:16.002427 | fa163ee5-9860-1809-32d2-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-03 14:13:16.003930 | fa163ee5-9860-1809-32d2-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.616622 | 0.35s 2025-10-03 14:13:16.034948 | fa163ee5-9860-1809-32d2-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-03 14:13:16.096188 | fa163ee5-9860-1809-32d2-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-03 14:13:16.097517 | fa163ee5-9860-1809-32d2-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.710207 | 0.06s 2025-10-03 14:13:16.125913 | fa163ee5-9860-1809-32d2-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-03 14:13:16.174753 | fa163ee5-9860-1809-32d2-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-03 14:13:16.175931 | fa163ee5-9860-1809-32d2-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.788622 | 0.05s 2025-10-03 14:13:16.202604 | fa163ee5-9860-1809-32d2-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-03 14:13:16.264970 | fa163ee5-9860-1809-32d2-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-03 14:13:16.266167 | fa163ee5-9860-1809-32d2-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.878859 | 0.06s 2025-10-03 14:13:16.292059 | fa163ee5-9860-1809-32d2-00000000058c | TASK | Generate grub config 2025-10-03 14:13:16.352353 | fa163ee5-9860-1809-32d2-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-03 14:13:16.353465 | fa163ee5-9860-1809-32d2-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.966158 | 0.06s 2025-10-03 14:13:16.379861 | fa163ee5-9860-1809-32d2-000000000590 | TASK | Get the block device that /boot is on 2025-10-03 14:13:16.440164 | fa163ee5-9860-1809-32d2-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-03 14:13:16.441520 | fa163ee5-9860-1809-32d2-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.054210 | 0.06s 2025-10-03 14:13:16.469374 | fa163ee5-9860-1809-32d2-000000000591 | TASK | Get the mount point that /boot is in 2025-10-03 14:13:16.530221 | fa163ee5-9860-1809-32d2-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-03 14:13:16.531484 | fa163ee5-9860-1809-32d2-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.144176 | 0.06s 2025-10-03 14:13:16.558827 | fa163ee5-9860-1809-32d2-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-03 14:13:16.620227 | fa163ee5-9860-1809-32d2-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-03 14:13:16.621585 | fa163ee5-9860-1809-32d2-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.234273 | 0.06s 2025-10-03 14:13:16.649470 | fa163ee5-9860-1809-32d2-000000000593 | TASK | Executed script to fix grub-menu 2025-10-03 14:13:16.700830 | fa163ee5-9860-1809-32d2-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-03 14:13:16.702102 | fa163ee5-9860-1809-32d2-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.314793 | 0.05s 2025-10-03 14:13:16.730525 | fa163ee5-9860-1809-32d2-000000000594 | TASK | Check grub config paths 2025-10-03 14:13:16.795096 | fa163ee5-9860-1809-32d2-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-03 14:13:16.811732 | fa163ee5-9860-1809-32d2-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-03 14:13:16.817929 | fa163ee5-9860-1809-32d2-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.430617 | 0.09s 2025-10-03 14:13:16.845234 | fa163ee5-9860-1809-32d2-000000000595 | TASK | Write EFI grub.cfg 2025-10-03 14:13:16.919525 | fa163ee5-9860-1809-32d2-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-03 14:13:16.936444 | fa163ee5-9860-1809-32d2-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-03 14:13:16.942850 | fa163ee5-9860-1809-32d2-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.555539 | 0.10s 2025-10-03 14:13:16.970554 | fa163ee5-9860-1809-32d2-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-03 14:13:17.043032 | fa163ee5-9860-1809-32d2-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-03 14:13:17.043923 | fa163ee5-9860-1809-32d2-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.656621 | 0.07s 2025-10-03 14:13:17.065441 | fa163ee5-9860-1809-32d2-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-03 14:13:17.134426 | fa163ee5-9860-1809-32d2-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-03 14:13:17.135331 | fa163ee5-9860-1809-32d2-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.748026 | 0.07s 2025-10-03 14:13:17.157564 | fa163ee5-9860-1809-32d2-000000000598 | TASK | Execute grub2-mkconfig 2025-10-03 14:13:17.206122 | fa163ee5-9860-1809-32d2-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-03 14:13:17.206921 | fa163ee5-9860-1809-32d2-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.819620 | 0.05s 2025-10-03 14:13:17.227012 | fa163ee5-9860-1809-32d2-000000000599 | TASK | Check for active tuned profile 2025-10-03 14:13:17.286090 | fa163ee5-9860-1809-32d2-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-03 14:13:17.287067 | fa163ee5-9860-1809-32d2-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.899763 | 0.06s 2025-10-03 14:13:17.309141 | fa163ee5-9860-1809-32d2-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-03 14:13:17.359943 | fa163ee5-9860-1809-32d2-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-03 14:13:17.361415 | fa163ee5-9860-1809-32d2-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.974100 | 0.05s 2025-10-03 14:13:17.389168 | fa163ee5-9860-1809-32d2-00000000059b | TASK | Set reboot required fact 2025-10-03 14:13:17.441285 | fa163ee5-9860-1809-32d2-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-03 14:13:17.442480 | fa163ee5-9860-1809-32d2-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.055172 | 0.05s 2025-10-03 14:13:17.468895 | fa163ee5-9860-1809-32d2-00000000059d | TASK | Apply DPDK workarounds 2025-10-03 14:13:17.508500 | fa163ee5-9860-1809-32d2-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-03 14:13:17.509763 | fa163ee5-9860-1809-32d2-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.122454 | 0.04s 2025-10-03 14:13:17.535961 | fa163ee5-9860-1809-32d2-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-03 14:13:17.563619 | fa163ee5-9860-1809-32d2-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-03 14:13:17.564798 | fa163ee5-9860-1809-32d2-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.177491 | 0.03s 2025-10-03 14:13:17.592120 | fa163ee5-9860-1809-32d2-0000000005a0 | TASK | Load modules 2025-10-03 14:13:17.631449 | fa163ee5-9860-1809-32d2-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-03 14:13:17.643487 | fa163ee5-9860-1809-32d2-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.256177 | 0.05s 2025-10-03 14:13:17.671673 | fa163ee5-9860-1809-32d2-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-03 14:13:17.709918 | fa163ee5-9860-1809-32d2-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-03 14:13:17.723102 | fa163ee5-9860-1809-32d2-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.335792 | 0.05s 2025-10-03 14:13:17.752214 | fa163ee5-9860-1809-32d2-0000000005a4 | TASK | Drop module persistence 2025-10-03 14:13:17.802130 | fa163ee5-9860-1809-32d2-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-03 14:13:17.814274 | fa163ee5-9860-1809-32d2-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.426959 | 0.06s 2025-10-03 14:13:17.840737 | fa163ee5-9860-1809-32d2-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-03 14:13:17.889148 | fa163ee5-9860-1809-32d2-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-03 14:13:17.900847 | fa163ee5-9860-1809-32d2-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.513537 | 0.06s 2025-10-03 14:13:17.921816 | fa163ee5-9860-1809-32d2-0000000005a8 | TASK | Modules reload 2025-10-03 14:13:17.961609 | fa163ee5-9860-1809-32d2-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-03 14:13:17.962857 | fa163ee5-9860-1809-32d2-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.575546 | 0.04s 2025-10-03 14:13:17.993334 | fa163ee5-9860-1809-32d2-0000000005aa | TASK | Reboot tasks 2025-10-03 14:13:18.045504 | fa163ee5-9860-1809-32d2-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-03 14:13:18.047133 | fa163ee5-9860-1809-32d2-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.659818 | 0.05s 2025-10-03 14:13:18.069143 | fa163ee5-9860-1809-32d2-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-03 14:13:18.120758 | fa163ee5-9860-1809-32d2-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-03 14:13:18.121828 | fa163ee5-9860-1809-32d2-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.734522 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-03 14:13:18.303102 | fa163ee5-9860-1809-32d2-00000000003f | TASK | Server pre-network deployments 2025-10-03 14:13:18.328762 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-00000000003f') missing from stats 2025-10-03 14:13:18.349993 | fa163ee5-9860-1809-32d2-000000000043 | TASK | Hiera config 2025-10-03 14:13:18.375587 | fa163ee5-9860-1809-32d2-000000000043 | TIMING | Hiera config | standalone | 0:00:45.988279 | 0.02s 2025-10-03 14:13:18.421985 | fa163ee5-9860-1809-32d2-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-03 14:13:18.664230 | fa163ee5-9860-1809-32d2-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-03 14:13:18.665657 | fa163ee5-9860-1809-32d2-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.278347 | 0.24s 2025-10-03 14:13:18.692261 | fa163ee5-9860-1809-32d2-000000000722 | TASK | Write hiera config 2025-10-03 14:13:19.181865 | fa163ee5-9860-1809-32d2-000000000722 | CHANGED | Write hiera config | standalone 2025-10-03 14:13:19.182806 | fa163ee5-9860-1809-32d2-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:46.795505 | 0.49s 2025-10-03 14:13:19.241461 | fa163ee5-9860-1809-32d2-000000000044 | TASK | Hiera symlink 2025-10-03 14:13:19.472896 | fa163ee5-9860-1809-32d2-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-03 14:13:19.474164 | fa163ee5-9860-1809-32d2-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.086859 | 0.23s 2025-10-03 14:13:19.492595 | fa163ee5-9860-1809-32d2-000000000045 | TASK | Hieradata from vars 2025-10-03 14:13:19.511660 | fa163ee5-9860-1809-32d2-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.124349 | 0.02s 2025-10-03 14:13:19.566473 | fa163ee5-9860-1809-32d2-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-03 14:13:20.054630 | fa163ee5-9860-1809-32d2-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-03 14:13:20.056118 | fa163ee5-9860-1809-32d2-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.668810 | 0.49s 2025-10-03 14:13:20.082382 | fa163ee5-9860-1809-32d2-00000000077d | TASK | Render hieradata from template 2025-10-03 14:13:20.517679 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-03 14:13:20.519336 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.132023 | 0.44s 2025-10-03 14:13:20.961675 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-03 14:13:20.963947 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.576639 | 0.88s 2025-10-03 14:13:21.620908 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-03 14:13:21.622356 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.235046 | 1.54s 2025-10-03 14:13:22.093347 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-03 14:13:22.095049 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.707736 | 2.01s 2025-10-03 14:13:22.607927 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-03 14:13:22.609281 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.221970 | 2.53s 2025-10-03 14:13:23.148634 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-03 14:13:23.149865 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.762557 | 3.07s 2025-10-03 14:13:23.594612 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-03 14:13:23.595458 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.208158 | 3.51s 2025-10-03 14:13:23.984996 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-03 14:13:23.986017 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.598713 | 3.90s 2025-10-03 14:13:24.388307 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-03 14:13:24.388896 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.001599 | 4.30s 2025-10-03 14:13:24.859643 | fa163ee5-9860-1809-32d2-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-03 14:13:24.861566 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.474262 | 4.78s 2025-10-03 14:13:24.872503 | fa163ee5-9860-1809-32d2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.485208 | 4.79s 2025-10-03 14:13:24.907193 | fa163ee5-9860-1809-32d2-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-03 14:13:24.931737 | fa163ee5-9860-1809-32d2-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:52.544435 | 0.02s 2025-10-03 14:13:24.976441 | fa163ee5-9860-1809-32d2-000000000821 | TASK | Check for hieradata file 2025-10-03 14:13:25.200665 | fa163ee5-9860-1809-32d2-000000000821 | OK | Check for hieradata file | standalone 2025-10-03 14:13:25.201763 | fa163ee5-9860-1809-32d2-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:52.814459 | 0.22s 2025-10-03 14:13:25.223611 | fa163ee5-9860-1809-32d2-000000000823 | TASK | Get existing data 2025-10-03 14:13:25.250308 | fa163ee5-9860-1809-32d2-000000000823 | SKIPPED | Get existing data | standalone 2025-10-03 14:13:25.251161 | fa163ee5-9860-1809-32d2-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.863858 | 0.03s 2025-10-03 14:13:25.271821 | fa163ee5-9860-1809-32d2-000000000824 | TASK | Set data fact 2025-10-03 14:13:25.320101 | fa163ee5-9860-1809-32d2-000000000824 | SKIPPED | Set data fact | standalone 2025-10-03 14:13:25.321120 | fa163ee5-9860-1809-32d2-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.933815 | 0.05s 2025-10-03 14:13:25.342271 | fa163ee5-9860-1809-32d2-000000000826 | TASK | Write ansible hieradata file 2025-10-03 14:13:25.789585 | fa163ee5-9860-1809-32d2-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-03 14:13:25.790312 | fa163ee5-9860-1809-32d2-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.403014 | 0.45s 2025-10-03 14:13:25.861075 | fa163ee5-9860-1809-32d2-000000000047 | TIMING | include_tasks | standalone | 0:00:53.473762 | 0.04s PLAY [Server network deployments] ********************************************** 2025-10-03 14:13:26.004189 | fa163ee5-9860-1809-32d2-00000000004b | TASK | Network Configuration 2025-10-03 14:13:26.030520 | fa163ee5-9860-1809-32d2-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ee5-9860-1809-32d2-00000000004b') missing from stats 2025-10-03 14:13:26.054630 | fa163ee5-9860-1809-32d2-00000000004c | TASK | Check NetworkConfig script existence 2025-10-03 14:13:26.081055 | fa163ee5-9860-1809-32d2-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-03 14:13:26.082138 | fa163ee5-9860-1809-32d2-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:53.694830 | 0.03s 2025-10-03 14:13:26.108585 | fa163ee5-9860-1809-32d2-000000000052 | TASK | Gather SELinux fact if needed 2025-10-03 14:13:26.160145 | fa163ee5-9860-1809-32d2-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-03 14:13:26.161390 | fa163ee5-9860-1809-32d2-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.774081 | 0.05s 2025-10-03 14:13:26.189369 | fa163ee5-9860-1809-32d2-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-03 14:13:26.923127 | fa163ee5-9860-1809-32d2-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-03 14:13:26.924238 | fa163ee5-9860-1809-32d2-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:54.536935 | 0.73s 2025-10-03 14:13:26.946779 | fa163ee5-9860-1809-32d2-000000000054 | TASK | Ensure requirements are satisfied 2025-10-03 14:13:26.990171 | fa163ee5-9860-1809-32d2-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:54.602859 | 0.04s 2025-10-03 14:13:27.044816 | fa163ee5-9860-1809-32d2-0000000008bf | TASK | Gather facts if they don't exist 2025-10-03 14:13:27.094471 | fa163ee5-9860-1809-32d2-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-03 14:13:27.095543 | fa163ee5-9860-1809-32d2-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:54.708239 | 0.05s 2025-10-03 14:13:27.114608 | fa163ee5-9860-1809-32d2-0000000008c0 | TASK | Gather variables for each operating system 2025-10-03 14:13:27.206047 | fa163ee5-9860-1809-32d2-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-03 14:13:27.219887 | fa163ee5-9860-1809-32d2-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.832569 | 0.10s 2025-10-03 14:13:27.250114 | fa163ee5-9860-1809-32d2-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-03 14:13:27.487423 | fa163ee5-9860-1809-32d2-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-03 14:13:27.488607 | fa163ee5-9860-1809-32d2-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.101305 | 0.24s 2025-10-03 14:13:27.510751 | fa163ee5-9860-1809-32d2-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-03 14:13:27.548536 | fa163ee5-9860-1809-32d2-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-03 14:13:27.549665 | fa163ee5-9860-1809-32d2-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.162362 | 0.04s 2025-10-03 14:13:27.571275 | fa163ee5-9860-1809-32d2-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-03 14:13:28.553187 | fa163ee5-9860-1809-32d2-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-03 14:13:28.554204 | fa163ee5-9860-1809-32d2-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.166903 | 0.98s 2025-10-03 14:13:28.595107 | fa163ee5-9860-1809-32d2-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-03 14:13:28.803583 | fa163ee5-9860-1809-32d2-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-03 14:13:28.804370 | fa163ee5-9860-1809-32d2-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:56.417072 | 0.21s 2025-10-03 14:13:28.827143 | fa163ee5-9860-1809-32d2-000000000057 | TASK | Reload NetworkManager 2025-10-03 14:13:29.228055 | fa163ee5-9860-1809-32d2-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-03 14:13:29.230065 | fa163ee5-9860-1809-32d2-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.842757 | 0.40s 2025-10-03 14:13:29.259394 | fa163ee5-9860-1809-32d2-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-03 14:13:29.486815 | fa163ee5-9860-1809-32d2-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-03 14:13:29.488178 | fa163ee5-9860-1809-32d2-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.100872 | 0.23s 2025-10-03 14:13:29.514616 | fa163ee5-9860-1809-32d2-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-03 14:13:29.739155 | fa163ee5-9860-1809-32d2-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-03 14:13:29.740401 | fa163ee5-9860-1809-32d2-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.353095 | 0.22s 2025-10-03 14:13:29.769207 | fa163ee5-9860-1809-32d2-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-03 14:13:29.800877 | fa163ee5-9860-1809-32d2-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-03 14:13:29.802399 | fa163ee5-9860-1809-32d2-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:57.415084 | 0.03s 2025-10-03 14:13:29.830993 | fa163ee5-9860-1809-32d2-00000000005c | TASK | Ensure we get cloud-init 2025-10-03 14:13:30.081686 | fa163ee5-9860-1809-32d2-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-03 14:13:30.083250 | fa163ee5-9860-1809-32d2-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:57.695938 | 0.25s 2025-10-03 14:13:30.110026 | fa163ee5-9860-1809-32d2-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-03 14:13:30.324020 | fa163ee5-9860-1809-32d2-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-03 14:13:30.325386 | fa163ee5-9860-1809-32d2-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.938079 | 0.21s 2025-10-03 14:13:30.351789 | fa163ee5-9860-1809-32d2-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-03 14:13:30.701848 | fa163ee5-9860-1809-32d2-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-03 14:13:30.703084 | fa163ee5-9860-1809-32d2-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.315778 | 0.35s 2025-10-03 14:13:30.727045 | fa163ee5-9860-1809-32d2-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-03 14:13:30.767736 | fa163ee5-9860-1809-32d2-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-03 14:13:30.768937 | fa163ee5-9860-1809-32d2-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:58.381630 | 0.04s 2025-10-03 14:13:30.796972 | fa163ee5-9860-1809-32d2-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-03 14:13:31.040656 | fa163ee5-9860-1809-32d2-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-03 14:13:31.042025 | fa163ee5-9860-1809-32d2-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:58.654720 | 0.24s 2025-10-03 14:13:31.069379 | fa163ee5-9860-1809-32d2-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-03 14:13:31.108888 | fa163ee5-9860-1809-32d2-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:58.721581 | 0.04s 2025-10-03 14:13:31.125543 | 0f7f6767-b8f8-45c1-8dc2-dde430af9203 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-03 14:13:31.152039 | fa163ee5-9860-1809-32d2-000000000909 | TASK | Set nic_config_file fact 2025-10-03 14:13:31.212346 | fa163ee5-9860-1809-32d2-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-03 14:13:31.213363 | fa163ee5-9860-1809-32d2-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.826061 | 0.06s 2025-10-03 14:13:31.234331 | fa163ee5-9860-1809-32d2-00000000090a | TASK | Render overidden network config 2025-10-03 14:13:31.314914 | fa163ee5-9860-1809-32d2-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-03 14:13:31.315773 | fa163ee5-9860-1809-32d2-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.928468 | 0.08s 2025-10-03 14:13:31.336445 | fa163ee5-9860-1809-32d2-00000000090b | TASK | Render network_config 2025-10-03 14:13:31.394410 | fa163ee5-9860-1809-32d2-00000000090b | SKIPPED | Render network_config | standalone 2025-10-03 14:13:31.395207 | fa163ee5-9860-1809-32d2-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:59.007907 | 0.06s 2025-10-03 14:13:31.416309 | fa163ee5-9860-1809-32d2-00000000090c | TASK | Render network_config from template 2025-10-03 14:13:32.005196 | fa163ee5-9860-1809-32d2-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-03 14:13:32.006750 | fa163ee5-9860-1809-32d2-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:59.619402 | 0.59s 2025-10-03 14:13:32.034351 | fa163ee5-9860-1809-32d2-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=155829787000.44227 2025-10-03 14:13:36.069806 | fa163ee5-9860-1809-32d2-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-03 14:13:36.071601 | fa163ee5-9860-1809-32d2-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:03.684295 | 4.04s 2025-10-03 14:13:36.101457 | fa163ee5-9860-1809-32d2-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-03 14:13:36.575112 | fa163ee5-9860-1809-32d2-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-03 14:13:36.576187 | fa163ee5-9860-1809-32d2-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.188885 | 0.47s 2025-10-03 14:13:36.597068 | fa163ee5-9860-1809-32d2-000000000065 | TASK | Disable cloud-init network config 2025-10-03 14:13:36.973196 | fa163ee5-9860-1809-32d2-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-03 14:13:36.974226 | fa163ee5-9860-1809-32d2-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.586926 | 0.38s 2025-10-03 14:13:36.994492 | fa163ee5-9860-1809-32d2-000000000066 | TASK | Ensure network service is enabled 2025-10-03 14:13:37.349614 | fa163ee5-9860-1809-32d2-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-03 14:13:37.350885 | fa163ee5-9860-1809-32d2-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.963582 | 0.36s PLAY [Server network validation] *********************************************** 2025-10-03 14:13:37.485850 | fa163ee5-9860-1809-32d2-000000000096 | TASK | Basic Network Validation 2025-10-03 14:13:37.505632 | fa163ee5-9860-1809-32d2-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.118325 | 0.02s 2025-10-03 14:13:37.540386 | fa163ee5-9860-1809-32d2-000000000945 | TASK | Collect default network fact 2025-10-03 14:13:38.083221 | fa163ee5-9860-1809-32d2-000000000945 | OK | Collect default network fact | standalone 2025-10-03 14:13:38.084617 | fa163ee5-9860-1809-32d2-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.697304 | 0.54s 2025-10-03 14:13:38.111754 | fa163ee5-9860-1809-32d2-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-03 14:13:38.144931 | fa163ee5-9860-1809-32d2-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-03 14:13:38.146497 | fa163ee5-9860-1809-32d2-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.759184 | 0.03s 2025-10-03 14:13:38.168230 | fa163ee5-9860-1809-32d2-000000000947 | TASK | Check all networks Gateway availability 2025-10-03 14:13:38.196113 | fa163ee5-9860-1809-32d2-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.808808 | 0.03s 2025-10-03 14:13:38.225400 | fa163ee5-9860-1809-32d2-000000000949 | TASK | Check Controllers availability 2025-10-03 14:13:38.279995 | fa163ee5-9860-1809-32d2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-03 14:13:38.287810 | fa163ee5-9860-1809-32d2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-03 14:13:38.293743 | fa163ee5-9860-1809-32d2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-03 14:13:38.302719 | fa163ee5-9860-1809-32d2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-03 14:13:38.312170 | fa163ee5-9860-1809-32d2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-03 14:13:38.317797 | fa163ee5-9860-1809-32d2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-03 14:13:38.331661 | fa163ee5-9860-1809-32d2-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.944346 | 0.10s 2025-10-03 14:13:38.358138 | fa163ee5-9860-1809-32d2-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-03 14:13:38.386876 | fa163ee5-9860-1809-32d2-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-03 14:13:38.387944 | fa163ee5-9860-1809-32d2-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.000636 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-03 14:13:38.572317 | fa163ee5-9860-1809-32d2-00000000009a | TASK | Server pre deployments 2025-10-03 14:13:38.598083 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-00000000009a') missing from stats 2025-10-03 14:13:38.620228 | fa163ee5-9860-1809-32d2-00000000009e | TASK | Hiera config 2025-10-03 14:13:38.646446 | fa163ee5-9860-1809-32d2-00000000009e | TIMING | Hiera config | standalone | 0:01:06.259137 | 0.03s 2025-10-03 14:13:38.692847 | fa163ee5-9860-1809-32d2-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-03 14:13:38.965649 | fa163ee5-9860-1809-32d2-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-03 14:13:38.966631 | fa163ee5-9860-1809-32d2-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.579329 | 0.27s 2025-10-03 14:13:38.984779 | fa163ee5-9860-1809-32d2-00000000099f | TASK | Write hiera config 2025-10-03 14:13:39.488181 | fa163ee5-9860-1809-32d2-00000000099f | OK | Write hiera config | standalone 2025-10-03 14:13:39.489521 | fa163ee5-9860-1809-32d2-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.102214 | 0.50s 2025-10-03 14:13:39.542970 | fa163ee5-9860-1809-32d2-00000000009f | TASK | Hiera symlink 2025-10-03 14:13:39.796980 | fa163ee5-9860-1809-32d2-00000000009f | OK | Hiera symlink | standalone 2025-10-03 14:13:39.798707 | fa163ee5-9860-1809-32d2-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.411376 | 0.25s 2025-10-03 14:13:39.824852 | fa163ee5-9860-1809-32d2-0000000000a0 | TASK | Hieradata from vars 2025-10-03 14:13:39.844984 | fa163ee5-9860-1809-32d2-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:07.457665 | 0.02s 2025-10-03 14:13:39.893473 | fa163ee5-9860-1809-32d2-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-03 14:13:40.387008 | fa163ee5-9860-1809-32d2-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-03 14:13:40.388957 | fa163ee5-9860-1809-32d2-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.001643 | 0.49s 2025-10-03 14:13:40.416007 | fa163ee5-9860-1809-32d2-0000000009fa | TASK | Render hieradata from template 2025-10-03 14:13:40.879380 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-03 14:13:40.880393 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.493091 | 0.46s 2025-10-03 14:13:41.404970 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-03 14:13:41.406105 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.018799 | 0.99s 2025-10-03 14:13:42.038130 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-03 14:13:42.039916 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.652610 | 1.62s 2025-10-03 14:13:42.452818 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-03 14:13:42.454915 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.067605 | 2.04s 2025-10-03 14:13:42.941165 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-03 14:13:42.941996 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.554697 | 2.52s 2025-10-03 14:13:43.346794 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-03 14:13:43.347539 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.960240 | 2.93s 2025-10-03 14:13:43.763033 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-03 14:13:43.764035 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.376729 | 3.35s 2025-10-03 14:13:44.226195 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-03 14:13:44.227028 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.839728 | 3.81s 2025-10-03 14:13:44.726784 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-03 14:13:44.728730 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.341430 | 4.31s 2025-10-03 14:13:45.209938 | fa163ee5-9860-1809-32d2-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-03 14:13:45.210999 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.823693 | 4.79s 2025-10-03 14:13:45.219299 | fa163ee5-9860-1809-32d2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.831999 | 4.80s 2025-10-03 14:13:45.257075 | fa163ee5-9860-1809-32d2-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-03 14:13:45.272335 | fa163ee5-9860-1809-32d2-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.885027 | 0.01s 2025-10-03 14:13:45.317406 | fa163ee5-9860-1809-32d2-000000000a9e | TASK | Check for hieradata file 2025-10-03 14:13:45.493823 | fa163ee5-9860-1809-32d2-000000000a9e | OK | Check for hieradata file | standalone 2025-10-03 14:13:45.495224 | fa163ee5-9860-1809-32d2-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.107923 | 0.18s 2025-10-03 14:13:45.517422 | fa163ee5-9860-1809-32d2-000000000aa0 | TASK | Get existing data 2025-10-03 14:13:45.542801 | fa163ee5-9860-1809-32d2-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-03 14:13:45.543478 | fa163ee5-9860-1809-32d2-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.156178 | 0.02s 2025-10-03 14:13:45.560838 | fa163ee5-9860-1809-32d2-000000000aa1 | TASK | Set data fact 2025-10-03 14:13:45.585039 | fa163ee5-9860-1809-32d2-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-03 14:13:45.585723 | fa163ee5-9860-1809-32d2-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.198424 | 0.02s 2025-10-03 14:13:45.603301 | fa163ee5-9860-1809-32d2-000000000aa3 | TASK | Write ansible hieradata file 2025-10-03 14:13:46.065545 | fa163ee5-9860-1809-32d2-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-03 14:13:46.067112 | fa163ee5-9860-1809-32d2-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.679804 | 0.46s 2025-10-03 14:13:46.178191 | fa163ee5-9860-1809-32d2-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.790874 | 0.06s PLAY [Host prep steps] ********************************************************* 2025-10-03 14:13:46.340126 | fa163ee5-9860-1809-32d2-0000000000a6 | TASK | Host prep steps 2025-10-03 14:13:46.368573 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000a6') missing from stats 2025-10-03 14:13:46.489702 | fa163ee5-9860-1809-32d2-0000000000a7 | TASK | Deploy Artifacts 2025-10-03 14:13:46.602133 | fa163ee5-9860-1809-32d2-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-03 14:13:46.603612 | fa163ee5-9860-1809-32d2-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.216301 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 14:13:46.671636 | fa163ee5-9860-1809-32d2-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.284323 | 0.04s 2025-10-03 14:13:46.872536 | ee257529-b9a6-4e38-995b-fe8016d0ee4b | INCLUDED | /root/standalone-ansible-9vn19upn/Standalone/host_prep_tasks.yaml | standalone 2025-10-03 14:13:46.931781 | fa163ee5-9860-1809-32d2-000000000b1e | TASK | Run firewall role 2025-10-03 14:13:46.957034 | fa163ee5-9860-1809-32d2-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.569721 | 0.02s 2025-10-03 14:13:47.017380 | fa163ee5-9860-1809-32d2-000000000c36 | TASK | Gather variables for each operating system 2025-10-03 14:13:47.116554 | fa163ee5-9860-1809-32d2-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-03 14:13:47.118414 | fa163ee5-9860-1809-32d2-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.731101 | 0.10s 2025-10-03 14:13:47.128363 | fa163ee5-9860-1809-32d2-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.741057 | 0.11s 2025-10-03 14:13:47.146485 | fa163ee5-9860-1809-32d2-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-03 14:13:50.174450 | fa163ee5-9860-1809-32d2-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-03 14:13:50.176388 | fa163ee5-9860-1809-32d2-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.789084 | 3.03s 2025-10-03 14:13:50.197216 | fa163ee5-9860-1809-32d2-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-03 14:13:50.234901 | fa163ee5-9860-1809-32d2-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-03 14:13:50.235789 | fa163ee5-9860-1809-32d2-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.848488 | 0.04s 2025-10-03 14:13:50.256619 | fa163ee5-9860-1809-32d2-000000000c3c | TASK | Enable masquerade 2025-10-03 14:13:50.305828 | fa163ee5-9860-1809-32d2-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-03 14:13:50.307064 | fa163ee5-9860-1809-32d2-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.919756 | 0.05s 2025-10-03 14:13:50.328671 | fa163ee5-9860-1809-32d2-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-03 14:13:50.363675 | fa163ee5-9860-1809-32d2-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-03 14:13:50.364989 | fa163ee5-9860-1809-32d2-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.977682 | 0.04s 2025-10-03 14:13:50.390613 | fa163ee5-9860-1809-32d2-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-03 14:13:50.442432 | fa163ee5-9860-1809-32d2-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-03 14:13:50.443739 | fa163ee5-9860-1809-32d2-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.056435 | 0.05s 2025-10-03 14:13:50.465866 | fa163ee5-9860-1809-32d2-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-03 14:13:50.506133 | fa163ee5-9860-1809-32d2-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-03 14:13:50.507382 | fa163ee5-9860-1809-32d2-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.120074 | 0.04s 2025-10-03 14:13:50.533652 | fa163ee5-9860-1809-32d2-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-03 14:13:50.565650 | fa163ee5-9860-1809-32d2-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-03 14:13:50.566968 | fa163ee5-9860-1809-32d2-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.179660 | 0.03s 2025-10-03 14:13:50.590409 | fa163ee5-9860-1809-32d2-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-03 14:13:50.620437 | fa163ee5-9860-1809-32d2-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-03 14:13:50.621579 | fa163ee5-9860-1809-32d2-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.234272 | 0.03s 2025-10-03 14:13:50.643154 | fa163ee5-9860-1809-32d2-000000000c46 | TASK | Enable LOG rules 2025-10-03 14:13:50.670321 | fa163ee5-9860-1809-32d2-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-03 14:13:50.671348 | fa163ee5-9860-1809-32d2-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.284045 | 0.03s 2025-10-03 14:13:50.691516 | fa163ee5-9860-1809-32d2-000000000c47 | TASK | Set rule fact 2025-10-03 14:13:50.785337 | fa163ee5-9860-1809-32d2-000000000c47 | OK | Set rule fact | standalone 2025-10-03 14:13:50.789028 | fa163ee5-9860-1809-32d2-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.401719 | 0.10s 2025-10-03 14:13:50.819088 | fa163ee5-9860-1809-32d2-000000000c48 | TASK | Manage rules via nftables 2025-10-03 14:13:50.851112 | fa163ee5-9860-1809-32d2-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:18.463791 | 0.03s 2025-10-03 14:13:50.928624 | fa163ee5-9860-1809-32d2-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.541312 | 0.03s 2025-10-03 14:13:50.943836 | fd47be73-0367-43c6-b98d-fd2d66d71f54 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-03 14:13:50.970780 | fa163ee5-9860-1809-32d2-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-03 14:13:51.387005 | fa163ee5-9860-1809-32d2-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-03 14:13:51.391356 | fa163ee5-9860-1809-32d2-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.004030 | 0.42s 2025-10-03 14:13:51.737745 | fa163ee5-9860-1809-32d2-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-03 14:13:51.739442 | fa163ee5-9860-1809-32d2-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.352131 | 0.77s 2025-10-03 14:13:51.752542 | fa163ee5-9860-1809-32d2-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.365229 | 0.78s 2025-10-03 14:13:51.782495 | fa163ee5-9860-1809-32d2-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-03 14:13:52.582064 | fa163ee5-9860-1809-32d2-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-03 14:13:52.583943 | fa163ee5-9860-1809-32d2-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.196634 | 0.80s 2025-10-03 14:13:52.612117 | fa163ee5-9860-1809-32d2-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-03 14:13:52.644768 | fa163ee5-9860-1809-32d2-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-03 14:13:52.645877 | fa163ee5-9860-1809-32d2-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.258569 | 0.03s 2025-10-03 14:13:52.700938 | fa163ee5-9860-1809-32d2-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.313621 | 0.03s 2025-10-03 14:13:52.740079 | adf01ad7-9bd3-4a40-928a-e89a3b0a6bc7 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-03 14:13:52.776542 | fa163ee5-9860-1809-32d2-000000000d40 | TASK | Push empty ruleset 2025-10-03 14:13:53.257991 | fa163ee5-9860-1809-32d2-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-03 14:13:53.259460 | fa163ee5-9860-1809-32d2-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.872150 | 0.48s 2025-10-03 14:13:53.286610 | fa163ee5-9860-1809-32d2-000000000d41 | TASK | Load empty ruleset 2025-10-03 14:13:53.547651 | fa163ee5-9860-1809-32d2-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-03 14:13:53.549063 | fa163ee5-9860-1809-32d2-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.161755 | 0.26s 2025-10-03 14:13:53.576407 | fa163ee5-9860-1809-32d2-000000000d43 | TASK | Use default rules 2025-10-03 14:13:53.674218 | fa163ee5-9860-1809-32d2-000000000d43 | OK | Use default rules | standalone 2025-10-03 14:13:53.677335 | fa163ee5-9860-1809-32d2-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.290028 | 0.10s 2025-10-03 14:13:53.708480 | fa163ee5-9860-1809-32d2-000000000d44 | TASK | Enable LOG rules 2025-10-03 14:13:53.816738 | fa163ee5-9860-1809-32d2-000000000d44 | OK | Enable LOG rules | standalone 2025-10-03 14:13:53.819979 | fa163ee5-9860-1809-32d2-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.432670 | 0.11s 2025-10-03 14:13:53.851750 | fa163ee5-9860-1809-32d2-000000000d46 | TASK | Get current nftables content 2025-10-03 14:13:54.101359 | fa163ee5-9860-1809-32d2-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-03 14:13:54.102735 | fa163ee5-9860-1809-32d2-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.715426 | 0.25s 2025-10-03 14:13:54.129360 | fa163ee5-9860-1809-32d2-000000000d48 | TASK | Generate chain jumps 2025-10-03 14:13:54.618215 | fa163ee5-9860-1809-32d2-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-03 14:13:54.619714 | fa163ee5-9860-1809-32d2-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.232378 | 0.49s 2025-10-03 14:13:54.647852 | fa163ee5-9860-1809-32d2-000000000d49 | TASK | Generate chain jumps 2025-10-03 14:13:55.219349 | fa163ee5-9860-1809-32d2-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-03 14:13:55.221130 | fa163ee5-9860-1809-32d2-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.833818 | 0.57s 2025-10-03 14:13:55.257190 | fa163ee5-9860-1809-32d2-000000000d4a | TASK | Generate nft flushes 2025-10-03 14:13:55.739371 | fa163ee5-9860-1809-32d2-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-03 14:13:55.740900 | fa163ee5-9860-1809-32d2-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.353590 | 0.48s 2025-10-03 14:13:55.770496 | fa163ee5-9860-1809-32d2-000000000d4b | TASK | Generate nft tripleo chains 2025-10-03 14:13:56.271886 | fa163ee5-9860-1809-32d2-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-03 14:13:56.273517 | fa163ee5-9860-1809-32d2-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.886208 | 0.50s 2025-10-03 14:13:56.300525 | fa163ee5-9860-1809-32d2-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-03 14:13:57.978760 | fa163ee5-9860-1809-32d2-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-03 14:13:57.979900 | fa163ee5-9860-1809-32d2-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.592593 | 1.68s 2025-10-03 14:13:58.008228 | fa163ee5-9860-1809-32d2-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-03 14:13:58.568395 | fa163ee5-9860-1809-32d2-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-03 14:13:58.569872 | fa163ee5-9860-1809-32d2-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.182564 | 0.56s 2025-10-03 14:13:58.597440 | fa163ee5-9860-1809-32d2-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-03 14:13:58.879626 | fa163ee5-9860-1809-32d2-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-03 14:13:58.880594 | fa163ee5-9860-1809-32d2-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.493294 | 0.28s 2025-10-03 14:13:58.924648 | fa163ee5-9860-1809-32d2-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.537342 | 0.03s 2025-10-03 14:13:58.934540 | 01776025-dc26-4aa9-90c1-9f968c8e867f | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-03 14:13:58.974776 | fa163ee5-9860-1809-32d2-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-03 14:13:59.205804 | fa163ee5-9860-1809-32d2-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-03 14:13:59.207165 | fa163ee5-9860-1809-32d2-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.819856 | 0.23s 2025-10-03 14:13:59.236411 | fa163ee5-9860-1809-32d2-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-03 14:13:59.443454 | fa163ee5-9860-1809-32d2-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-03 14:13:59.445176 | fa163ee5-9860-1809-32d2-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.057866 | 0.21s 2025-10-03 14:13:59.521078 | fa163ee5-9860-1809-32d2-000000000b1f | TASK | create persistent logs directory 2025-10-03 14:13:59.752347 | fa163ee5-9860-1809-32d2-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 14:13:59.754025 | fa163ee5-9860-1809-32d2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.366722 | 0.23s 2025-10-03 14:14:00.015087 | fa163ee5-9860-1809-32d2-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-03 14:14:00.016212 | fa163ee5-9860-1809-32d2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.628907 | 0.49s 2025-10-03 14:14:00.023006 | fa163ee5-9860-1809-32d2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.635701 | 0.50s 2025-10-03 14:14:00.052235 | fa163ee5-9860-1809-32d2-000000000b20 | TASK | create persistent directories 2025-10-03 14:14:00.239467 | fa163ee5-9860-1809-32d2-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 14:14:00.241445 | fa163ee5-9860-1809-32d2-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.854138 | 0.19s 2025-10-03 14:14:00.251369 | fa163ee5-9860-1809-32d2-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.864065 | 0.20s 2025-10-03 14:14:00.278180 | fa163ee5-9860-1809-32d2-000000000b21 | TASK | create persistent directories 2025-10-03 14:14:00.508236 | fa163ee5-9860-1809-32d2-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-03 14:14:00.509882 | fa163ee5-9860-1809-32d2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.122570 | 0.23s 2025-10-03 14:14:00.692401 | fa163ee5-9860-1809-32d2-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-03 14:14:00.694455 | fa163ee5-9860-1809-32d2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.307147 | 0.41s 2025-10-03 14:14:00.705348 | fa163ee5-9860-1809-32d2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.318030 | 0.43s 2025-10-03 14:14:00.734744 | fa163ee5-9860-1809-32d2-000000000b22 | TASK | create persistent directories 2025-10-03 14:14:01.004798 | fa163ee5-9860-1809-32d2-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-03 14:14:01.005705 | fa163ee5-9860-1809-32d2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.618390 | 0.27s 2025-10-03 14:14:01.227906 | fa163ee5-9860-1809-32d2-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-03 14:14:01.230650 | fa163ee5-9860-1809-32d2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.843317 | 0.49s 2025-10-03 14:14:01.240451 | fa163ee5-9860-1809-32d2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.853140 | 0.50s 2025-10-03 14:14:01.268939 | fa163ee5-9860-1809-32d2-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-03 14:14:02.512101 | fa163ee5-9860-1809-32d2-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-03 14:14:02.513840 | fa163ee5-9860-1809-32d2-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.126533 | 1.24s 2025-10-03 14:14:02.539922 | fa163ee5-9860-1809-32d2-000000000b24 | TASK | create persistent directories 2025-10-03 14:14:02.771655 | fa163ee5-9860-1809-32d2-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-03 14:14:02.773316 | fa163ee5-9860-1809-32d2-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.386017 | 0.23s 2025-10-03 14:14:02.784157 | fa163ee5-9860-1809-32d2-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.396843 | 0.24s 2025-10-03 14:14:02.811544 | fa163ee5-9860-1809-32d2-000000000b25 | TASK | create persistent directories 2025-10-03 14:14:03.074122 | fa163ee5-9860-1809-32d2-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 14:14:03.076250 | fa163ee5-9860-1809-32d2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.688936 | 0.26s 2025-10-03 14:14:03.299645 | fa163ee5-9860-1809-32d2-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-03 14:14:03.301661 | fa163ee5-9860-1809-32d2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.914354 | 0.49s 2025-10-03 14:14:03.312231 | fa163ee5-9860-1809-32d2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.924918 | 0.50s 2025-10-03 14:14:03.383517 | fa163ee5-9860-1809-32d2-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-03 14:14:04.736320 | fa163ee5-9860-1809-32d2-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-03 14:14:04.738198 | fa163ee5-9860-1809-32d2-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.350883 | 1.35s 2025-10-03 14:14:04.764413 | fa163ee5-9860-1809-32d2-000000000b27 | TASK | create persistent directories 2025-10-03 14:14:05.033835 | fa163ee5-9860-1809-32d2-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 14:14:05.035790 | fa163ee5-9860-1809-32d2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.648474 | 0.27s 2025-10-03 14:14:05.250171 | fa163ee5-9860-1809-32d2-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-03 14:14:05.251783 | fa163ee5-9860-1809-32d2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.864478 | 0.49s 2025-10-03 14:14:05.262665 | fa163ee5-9860-1809-32d2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.875354 | 0.50s 2025-10-03 14:14:05.289249 | fa163ee5-9860-1809-32d2-000000000b28 | TASK | ensure ceph configurations exist 2025-10-03 14:14:05.519988 | fa163ee5-9860-1809-32d2-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-03 14:14:05.520783 | fa163ee5-9860-1809-32d2-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.133485 | 0.23s 2025-10-03 14:14:05.538818 | fa163ee5-9860-1809-32d2-000000000b29 | TASK | create persistent directories 2025-10-03 14:14:05.785154 | fa163ee5-9860-1809-32d2-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-03 14:14:05.786719 | fa163ee5-9860-1809-32d2-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.399375 | 0.25s 2025-10-03 14:14:05.798920 | fa163ee5-9860-1809-32d2-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.411609 | 0.26s 2025-10-03 14:14:05.819885 | fa163ee5-9860-1809-32d2-000000000b2b | TASK | Create cinder image conversion directory 2025-10-03 14:14:05.848223 | fa163ee5-9860-1809-32d2-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-03 14:14:05.849263 | fa163ee5-9860-1809-32d2-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:33.461958 | 0.03s 2025-10-03 14:14:05.870294 | fa163ee5-9860-1809-32d2-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-03 14:14:05.897957 | fa163ee5-9860-1809-32d2-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-03 14:14:05.898845 | fa163ee5-9860-1809-32d2-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.511540 | 0.03s 2025-10-03 14:14:05.925178 | fa163ee5-9860-1809-32d2-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-03 14:14:05.958573 | fa163ee5-9860-1809-32d2-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-03 14:14:05.959758 | fa163ee5-9860-1809-32d2-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.572452 | 0.03s 2025-10-03 14:14:05.985044 | fa163ee5-9860-1809-32d2-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-03 14:14:06.016393 | fa163ee5-9860-1809-32d2-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-03 14:14:06.017792 | fa163ee5-9860-1809-32d2-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.630483 | 0.03s 2025-10-03 14:14:06.044384 | fa163ee5-9860-1809-32d2-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-03 14:14:06.074380 | fa163ee5-9860-1809-32d2-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-03 14:14:06.075719 | fa163ee5-9860-1809-32d2-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:33.688379 | 0.03s 2025-10-03 14:14:06.102924 | fa163ee5-9860-1809-32d2-000000000b32 | TASK | Get or create LVM loopback device 2025-10-03 14:14:06.133536 | fa163ee5-9860-1809-32d2-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-03 14:14:06.134732 | fa163ee5-9860-1809-32d2-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:33.747424 | 0.03s 2025-10-03 14:14:06.160490 | fa163ee5-9860-1809-32d2-000000000b33 | TASK | Create LVM volume group 2025-10-03 14:14:06.190334 | fa163ee5-9860-1809-32d2-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-03 14:14:06.191708 | fa163ee5-9860-1809-32d2-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:33.804369 | 0.03s 2025-10-03 14:14:06.217722 | fa163ee5-9860-1809-32d2-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-03 14:14:06.245750 | fa163ee5-9860-1809-32d2-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-03 14:14:06.246998 | fa163ee5-9860-1809-32d2-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:33.859690 | 0.03s 2025-10-03 14:14:06.273196 | fa163ee5-9860-1809-32d2-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-03 14:14:06.293133 | fa163ee5-9860-1809-32d2-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-03 14:14:06.294363 | fa163ee5-9860-1809-32d2-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:33.907055 | 0.02s 2025-10-03 14:14:06.320223 | fa163ee5-9860-1809-32d2-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-03 14:14:07.244747 | fa163ee5-9860-1809-32d2-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-03 14:14:07.246351 | fa163ee5-9860-1809-32d2-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:34.859044 | 0.92s 2025-10-03 14:14:07.271742 | fa163ee5-9860-1809-32d2-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-03 14:14:09.597071 | fa163ee5-9860-1809-32d2-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-03 14:14:09.598342 | fa163ee5-9860-1809-32d2-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:37.211038 | 2.32s 2025-10-03 14:14:09.643191 | fa163ee5-9860-1809-32d2-000000000b3a | OK | set_fact | standalone 2025-10-03 14:14:09.644074 | fa163ee5-9860-1809-32d2-000000000b3a | TIMING | set_fact | standalone | 0:01:37.256774 | 0.03s 2025-10-03 14:14:09.692833 | fa163ee5-9860-1809-32d2-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:37.305527 | 0.03s 2025-10-03 14:14:09.730088 | fa163ee5-9860-1809-32d2-000000000f04 | TASK | ensure apache is installed 2025-10-03 14:14:16.918597 | fa163ee5-9860-1809-32d2-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-03 14:14:16.920140 | fa163ee5-9860-1809-32d2-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:44.532830 | 7.19s 2025-10-03 14:14:16.947354 | fa163ee5-9860-1809-32d2-000000000f05 | TASK | create image data directory 2025-10-03 14:14:17.200846 | fa163ee5-9860-1809-32d2-000000000f05 | CHANGED | create image data directory | standalone 2025-10-03 14:14:17.202528 | fa163ee5-9860-1809-32d2-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:44.815221 | 0.25s 2025-10-03 14:14:17.229798 | fa163ee5-9860-1809-32d2-000000000f06 | TASK | create /v2/ response file 2025-10-03 14:14:17.723272 | fa163ee5-9860-1809-32d2-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-03 14:14:17.724780 | fa163ee5-9860-1809-32d2-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:45.337473 | 0.49s 2025-10-03 14:14:17.752511 | fa163ee5-9860-1809-32d2-000000000f07 | TASK | Add listen line 2025-10-03 14:14:18.145379 | fa163ee5-9860-1809-32d2-000000000f07 | CHANGED | Add listen line | standalone 2025-10-03 14:14:18.146447 | fa163ee5-9860-1809-32d2-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:45.759146 | 0.39s 2025-10-03 14:14:18.168867 | fa163ee5-9860-1809-32d2-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-03 14:14:18.593915 | fa163ee5-9860-1809-32d2-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-03 14:14:18.595366 | fa163ee5-9860-1809-32d2-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:46.208059 | 0.43s 2025-10-03 14:14:18.622170 | fa163ee5-9860-1809-32d2-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-03 14:14:19.510421 | fa163ee5-9860-1809-32d2-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-03 14:14:19.512602 | fa163ee5-9860-1809-32d2-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:47.125294 | 0.89s 2025-10-03 14:14:19.568217 | fa163ee5-9860-1809-32d2-000000000b3d | TASK | create persistent logs directory 2025-10-03 14:14:19.821537 | fa163ee5-9860-1809-32d2-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-03 14:14:19.824064 | fa163ee5-9860-1809-32d2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.436751 | 0.25s 2025-10-03 14:14:20.033311 | fa163ee5-9860-1809-32d2-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-03 14:14:20.034126 | fa163ee5-9860-1809-32d2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.646826 | 0.46s 2025-10-03 14:14:20.039120 | fa163ee5-9860-1809-32d2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.651808 | 0.47s 2025-10-03 14:14:20.066030 | fa163ee5-9860-1809-32d2-000000000b3e | TASK | Mount NFS on host 2025-10-03 14:14:20.094486 | fa163ee5-9860-1809-32d2-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-03 14:14:20.095875 | fa163ee5-9860-1809-32d2-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:47.708369 | 0.03s 2025-10-03 14:14:20.122638 | fa163ee5-9860-1809-32d2-000000000b3f | TASK | Mount Node Staging Location 2025-10-03 14:14:20.152004 | fa163ee5-9860-1809-32d2-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-03 14:14:20.153302 | fa163ee5-9860-1809-32d2-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:47.765994 | 0.03s 2025-10-03 14:14:20.180493 | fa163ee5-9860-1809-32d2-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-03 14:14:20.424000 | fa163ee5-9860-1809-32d2-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-03 14:14:20.425196 | fa163ee5-9860-1809-32d2-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:48.037892 | 0.24s 2025-10-03 14:14:20.444982 | fa163ee5-9860-1809-32d2-000000000b41 | TASK | create logs directory 2025-10-03 14:14:20.696307 | fa163ee5-9860-1809-32d2-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-03 14:14:20.698035 | fa163ee5-9860-1809-32d2-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.310723 | 0.25s 2025-10-03 14:14:20.887356 | fa163ee5-9860-1809-32d2-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-03 14:14:20.888480 | fa163ee5-9860-1809-32d2-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.501174 | 0.44s 2025-10-03 14:14:20.895412 | fa163ee5-9860-1809-32d2-000000000b41 | TIMING | create logs directory | standalone | 0:01:48.508103 | 0.45s 2025-10-03 14:14:20.914562 | fa163ee5-9860-1809-32d2-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-03 14:14:20.936554 | fa163ee5-9860-1809-32d2-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-03 14:14:20.937893 | fa163ee5-9860-1809-32d2-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:48.550582 | 0.02s 2025-10-03 14:14:20.963579 | fa163ee5-9860-1809-32d2-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-03 14:14:21.176389 | fa163ee5-9860-1809-32d2-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-03 14:14:21.177871 | fa163ee5-9860-1809-32d2-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:48.790560 | 0.21s 2025-10-03 14:14:21.203821 | fa163ee5-9860-1809-32d2-000000000b44 | TASK | create persistent directories 2025-10-03 14:14:21.444674 | fa163ee5-9860-1809-32d2-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-03 14:14:21.445523 | fa163ee5-9860-1809-32d2-000000000b44 | TIMING | create persistent directories | standalone | 0:01:49.058223 | 0.24s 2025-10-03 14:14:21.448371 | fa163ee5-9860-1809-32d2-000000000b44 | TIMING | create persistent directories | standalone | 0:01:49.061076 | 0.24s 2025-10-03 14:14:21.466074 | fa163ee5-9860-1809-32d2-000000000b45 | TASK | create persistent data directory 2025-10-03 14:14:21.674148 | fa163ee5-9860-1809-32d2-000000000b45 | OK | create persistent data directory | standalone 2025-10-03 14:14:21.675740 | fa163ee5-9860-1809-32d2-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:49.288432 | 0.21s 2025-10-03 14:14:21.701578 | fa163ee5-9860-1809-32d2-000000000b46 | TASK | get parameters 2025-10-03 14:14:21.740353 | fa163ee5-9860-1809-32d2-000000000b46 | OK | get parameters | standalone 2025-10-03 14:14:21.741560 | fa163ee5-9860-1809-32d2-000000000b46 | TIMING | get parameters | standalone | 0:01:49.354255 | 0.04s 2025-10-03 14:14:21.767447 | fa163ee5-9860-1809-32d2-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-03 14:14:21.795340 | fa163ee5-9860-1809-32d2-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-03 14:14:21.796665 | fa163ee5-9860-1809-32d2-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:49.409354 | 0.03s 2025-10-03 14:14:21.823794 | fa163ee5-9860-1809-32d2-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-03 14:14:21.866456 | fa163ee5-9860-1809-32d2-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-03 14:14:21.868127 | fa163ee5-9860-1809-32d2-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:49.480811 | 0.04s 2025-10-03 14:14:21.901327 | fa163ee5-9860-1809-32d2-000000000b4a | TASK | get haproxy status 2025-10-03 14:14:21.958137 | fa163ee5-9860-1809-32d2-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-03 14:14:21.959610 | fa163ee5-9860-1809-32d2-000000000b4a | TIMING | get haproxy status | standalone | 0:01:49.572299 | 0.06s 2025-10-03 14:14:21.986856 | fa163ee5-9860-1809-32d2-000000000b4b | TASK | get pacemaker status 2025-10-03 14:14:22.039079 | fa163ee5-9860-1809-32d2-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-03 14:14:22.040623 | fa163ee5-9860-1809-32d2-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:49.653314 | 0.05s 2025-10-03 14:14:22.065836 | fa163ee5-9860-1809-32d2-000000000b4c | TASK | get docker status 2025-10-03 14:14:22.105882 | fa163ee5-9860-1809-32d2-000000000b4c | SKIPPED | get docker status | standalone 2025-10-03 14:14:22.107148 | fa163ee5-9860-1809-32d2-000000000b4c | TIMING | get docker status | standalone | 0:01:49.719841 | 0.04s 2025-10-03 14:14:22.136233 | fa163ee5-9860-1809-32d2-000000000b4d | TASK | get container_id 2025-10-03 14:14:22.186881 | fa163ee5-9860-1809-32d2-000000000b4d | SKIPPED | get container_id | standalone 2025-10-03 14:14:22.188588 | fa163ee5-9860-1809-32d2-000000000b4d | TIMING | get container_id | standalone | 0:01:49.801274 | 0.05s 2025-10-03 14:14:22.214828 | fa163ee5-9860-1809-32d2-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-03 14:14:22.271673 | fa163ee5-9860-1809-32d2-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-03 14:14:22.273119 | fa163ee5-9860-1809-32d2-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:49.885807 | 0.06s 2025-10-03 14:14:22.301278 | fa163ee5-9860-1809-32d2-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-03 14:14:22.351428 | fa163ee5-9860-1809-32d2-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-03 14:14:22.352871 | fa163ee5-9860-1809-32d2-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:49.965555 | 0.05s 2025-10-03 14:14:22.382009 | fa163ee5-9860-1809-32d2-000000000b50 | TASK | push certificate content 2025-10-03 14:14:22.444082 | fa163ee5-9860-1809-32d2-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-03 14:14:22.445655 | fa163ee5-9860-1809-32d2-000000000b50 | TIMING | push certificate content | standalone | 0:01:50.058342 | 0.06s 2025-10-03 14:14:22.473345 | fa163ee5-9860-1809-32d2-000000000b52 | TASK | set certificate ownership 2025-10-03 14:14:22.525445 | fa163ee5-9860-1809-32d2-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-03 14:14:22.526728 | fa163ee5-9860-1809-32d2-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:50.139419 | 0.05s 2025-10-03 14:14:22.552883 | fa163ee5-9860-1809-32d2-000000000b53 | TASK | reload haproxy if enabled 2025-10-03 14:14:22.603044 | fa163ee5-9860-1809-32d2-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-03 14:14:22.604443 | fa163ee5-9860-1809-32d2-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:50.217132 | 0.05s 2025-10-03 14:14:22.631998 | fa163ee5-9860-1809-32d2-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-03 14:14:22.695920 | fa163ee5-9860-1809-32d2-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-03 14:14:22.697247 | fa163ee5-9860-1809-32d2-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:50.309939 | 0.06s 2025-10-03 14:14:22.724929 | fa163ee5-9860-1809-32d2-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-03 14:14:22.777098 | fa163ee5-9860-1809-32d2-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-03 14:14:22.778676 | fa163ee5-9860-1809-32d2-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:50.391368 | 0.05s 2025-10-03 14:14:22.808852 | fa163ee5-9860-1809-32d2-000000000b58 | TASK | create persistent directories 2025-10-03 14:14:23.064740 | fa163ee5-9860-1809-32d2-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-03 14:14:23.065846 | fa163ee5-9860-1809-32d2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.678545 | 0.25s 2025-10-03 14:14:23.296466 | fa163ee5-9860-1809-32d2-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-03 14:14:23.297903 | fa163ee5-9860-1809-32d2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.910592 | 0.49s 2025-10-03 14:14:23.304835 | fa163ee5-9860-1809-32d2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.917523 | 0.49s 2025-10-03 14:14:23.328665 | fa163ee5-9860-1809-32d2-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-03 14:14:28.480414 | fa163ee5-9860-1809-32d2-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-03 14:14:28.481098 | fa163ee5-9860-1809-32d2-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:56.093800 | 5.15s 2025-10-03 14:14:28.498331 | fa163ee5-9860-1809-32d2-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-03 14:14:28.585745 | fa163ee5-9860-1809-32d2-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.74 seconds", "Notice: Applied catalog in 0.23 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.22", " Catalog application: 0.23", " Config retrieval: 0.84", " Last run: 1759500868", " Total: 0.23", "Version:", " Config: 1759500867", " 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-03 14:14:28.586553 | fa163ee5-9860-1809-32d2-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:56.199254 | 0.09s 2025-10-03 14:14:28.604869 | fa163ee5-9860-1809-32d2-000000000b5b | TASK | create persistent directories 2025-10-03 14:14:28.851531 | fa163ee5-9860-1809-32d2-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 14:14:28.852444 | fa163ee5-9860-1809-32d2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.465144 | 0.25s 2025-10-03 14:14:29.024976 | fa163ee5-9860-1809-32d2-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-03 14:14:29.025576 | fa163ee5-9860-1809-32d2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.638279 | 0.42s 2025-10-03 14:14:29.029695 | fa163ee5-9860-1809-32d2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.642383 | 0.42s 2025-10-03 14:14:29.056050 | fa163ee5-9860-1809-32d2-000000000b5c | TASK | create persistent directories 2025-10-03 14:14:29.304879 | fa163ee5-9860-1809-32d2-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 14:14:29.306954 | fa163ee5-9860-1809-32d2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.919640 | 0.25s 2025-10-03 14:14:29.484234 | fa163ee5-9860-1809-32d2-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-03 14:14:29.484855 | fa163ee5-9860-1809-32d2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:57.097558 | 0.43s 2025-10-03 14:14:29.488346 | fa163ee5-9860-1809-32d2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:57.101039 | 0.43s 2025-10-03 14:14:29.506746 | fa163ee5-9860-1809-32d2-000000000b5d | TASK | create persistent directories 2025-10-03 14:14:29.681918 | fa163ee5-9860-1809-32d2-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-03 14:14:29.683962 | fa163ee5-9860-1809-32d2-000000000b5d | TIMING | create persistent directories | standalone | 0:01:57.296654 | 0.18s 2025-10-03 14:14:29.694040 | fa163ee5-9860-1809-32d2-000000000b5d | TIMING | create persistent directories | standalone | 0:01:57.306731 | 0.19s 2025-10-03 14:14:29.715271 | fa163ee5-9860-1809-32d2-000000000b5e | TASK | create persistent directories 2025-10-03 14:14:29.966642 | fa163ee5-9860-1809-32d2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-03 14:14:29.968456 | fa163ee5-9860-1809-32d2-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.581152 | 0.25s 2025-10-03 14:14:30.145365 | fa163ee5-9860-1809-32d2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-03 14:14:30.146552 | fa163ee5-9860-1809-32d2-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.759241 | 0.43s 2025-10-03 14:14:30.361102 | fa163ee5-9860-1809-32d2-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-03 14:14:30.362926 | fa163ee5-9860-1809-32d2-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.975613 | 0.65s 2025-10-03 14:14:30.566808 | fa163ee5-9860-1809-32d2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-03 14:14:30.568871 | fa163ee5-9860-1809-32d2-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.181563 | 0.85s 2025-10-03 14:14:30.579498 | fa163ee5-9860-1809-32d2-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.192189 | 0.86s 2025-10-03 14:14:30.600789 | fa163ee5-9860-1809-32d2-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-03 14:14:30.955633 | fa163ee5-9860-1809-32d2-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-03 14:14:30.956939 | fa163ee5-9860-1809-32d2-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:58.569636 | 0.36s 2025-10-03 14:14:30.978308 | fa163ee5-9860-1809-32d2-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-03 14:14:32.303268 | fa163ee5-9860-1809-32d2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-03 14:14:32.305915 | fa163ee5-9860-1809-32d2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.918599 | 1.33s 2025-10-03 14:14:33.632153 | fa163ee5-9860-1809-32d2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-03 14:14:33.634427 | fa163ee5-9860-1809-32d2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.247119 | 2.66s 2025-10-03 14:14:34.925937 | fa163ee5-9860-1809-32d2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-03 14:14:34.927171 | fa163ee5-9860-1809-32d2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.539868 | 3.95s 2025-10-03 14:14:34.932620 | fa163ee5-9860-1809-32d2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.545296 | 3.95s 2025-10-03 14:14:34.961776 | fa163ee5-9860-1809-32d2-000000000b61 | TASK | create persistent directories 2025-10-03 14:14:35.237350 | fa163ee5-9860-1809-32d2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-03 14:14:35.239161 | fa163ee5-9860-1809-32d2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.851848 | 0.28s 2025-10-03 14:14:35.444371 | fa163ee5-9860-1809-32d2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-03 14:14:35.445870 | fa163ee5-9860-1809-32d2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:03.058562 | 0.48s 2025-10-03 14:14:35.635676 | fa163ee5-9860-1809-32d2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-03 14:14:35.637432 | fa163ee5-9860-1809-32d2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:03.250118 | 0.67s 2025-10-03 14:14:35.646647 | fa163ee5-9860-1809-32d2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:03.259322 | 0.68s 2025-10-03 14:14:35.674819 | fa163ee5-9860-1809-32d2-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-03 14:14:35.891468 | fa163ee5-9860-1809-32d2-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-03 14:14:35.893612 | fa163ee5-9860-1809-32d2-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:03.506296 | 0.22s 2025-10-03 14:14:35.921397 | fa163ee5-9860-1809-32d2-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-03 14:14:35.953322 | fa163ee5-9860-1809-32d2-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-03 14:14:35.955044 | fa163ee5-9860-1809-32d2-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:03.567732 | 0.03s 2025-10-03 14:14:35.981105 | fa163ee5-9860-1809-32d2-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-03 14:14:36.233148 | fa163ee5-9860-1809-32d2-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-03 14:14:36.234562 | fa163ee5-9860-1809-32d2-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.847257 | 0.25s 2025-10-03 14:14:36.255525 | fa163ee5-9860-1809-32d2-000000000b65 | TASK | Stop iscsi.service 2025-10-03 14:14:36.296532 | fa163ee5-9860-1809-32d2-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-03 14:14:36.298334 | fa163ee5-9860-1809-32d2-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:03.911022 | 0.04s 2025-10-03 14:14:36.355634 | fa163ee5-9860-1809-32d2-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.968311 | 0.03s 2025-10-03 14:14:36.456653 | fa163ee5-9860-1809-32d2-000000001067 | TASK | Install additional packages 2025-10-03 14:14:36.483157 | fa163ee5-9860-1809-32d2-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:04.095845 | 0.03s 2025-10-03 14:14:36.501657 | fa163ee5-9860-1809-32d2-000000001068 | TASK | Remove dracut-config-generic 2025-10-03 14:14:40.378562 | fa163ee5-9860-1809-32d2-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-03 14:14:40.379644 | fa163ee5-9860-1809-32d2-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:07.992343 | 3.88s 2025-10-03 14:14:40.402054 | fa163ee5-9860-1809-32d2-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-03 14:14:40.636980 | fa163ee5-9860-1809-32d2-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-03 14:14:40.638501 | fa163ee5-9860-1809-32d2-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:08.251193 | 0.24s 2025-10-03 14:14:40.658982 | fa163ee5-9860-1809-32d2-00000000106a | TASK | Write list of modules to load at boot 2025-10-03 14:14:41.103080 | fa163ee5-9860-1809-32d2-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-03 14:14:41.104395 | fa163ee5-9860-1809-32d2-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:08.717092 | 0.44s 2025-10-03 14:14:41.125798 | fa163ee5-9860-1809-32d2-00000000106b | TASK | Modules reload 2025-10-03 14:14:41.643494 | fa163ee5-9860-1809-32d2-00000000106b | CHANGED | Modules reload | standalone 2025-10-03 14:14:41.644593 | fa163ee5-9860-1809-32d2-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:09.257295 | 0.52s 2025-10-03 14:14:41.663852 | fa163ee5-9860-1809-32d2-00000000106c | TASK | Set default sysctl options 2025-10-03 14:14:42.144716 | fa163ee5-9860-1809-32d2-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-03 14:14:42.145554 | fa163ee5-9860-1809-32d2-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:09.758255 | 0.48s 2025-10-03 14:14:42.163868 | fa163ee5-9860-1809-32d2-00000000106d | TASK | Set extra sysctl options 2025-10-03 14:14:42.497411 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-03 14:14:42.499188 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.111889 | 0.33s 2025-10-03 14:14:42.744803 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-03 14:14:42.745832 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.358526 | 0.58s 2025-10-03 14:14:43.006435 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-03 14:14:43.007539 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.620233 | 0.84s 2025-10-03 14:14:43.223828 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-03 14:14:43.224919 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.837620 | 1.06s 2025-10-03 14:14:44.458975 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-03 14:14:44.459722 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.072423 | 2.29s 2025-10-03 14:14:44.699938 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-03 14:14:44.700634 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.313335 | 2.54s 2025-10-03 14:14:44.919289 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-03 14:14:44.920332 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.533035 | 2.76s 2025-10-03 14:14:45.182502 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-03 14:14:45.183539 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.796234 | 3.02s 2025-10-03 14:14:45.413038 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-03 14:14:45.415049 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.027738 | 3.25s 2025-10-03 14:14:45.642641 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-03 14:14:45.644249 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.256940 | 3.48s 2025-10-03 14:14:45.841663 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-03 14:14:45.842315 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.455017 | 3.68s 2025-10-03 14:14:46.052326 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-03 14:14:46.053422 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.666116 | 3.89s 2025-10-03 14:14:46.268314 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-03 14:14:46.269157 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.881857 | 4.10s 2025-10-03 14:14:46.493581 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-03 14:14:46.495154 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.107849 | 4.33s 2025-10-03 14:14:46.696006 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-03 14:14:46.697473 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.310162 | 4.53s 2025-10-03 14:14:46.902863 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-03 14:14:46.904761 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.517445 | 4.74s 2025-10-03 14:14:47.149899 | fa163ee5-9860-1809-32d2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-03 14:14:47.151409 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.764102 | 4.99s 2025-10-03 14:14:47.162246 | fa163ee5-9860-1809-32d2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.774939 | 5.00s 2025-10-03 14:14:47.182034 | fa163ee5-9860-1809-32d2-00000000106f | TASK | Sysctl reload 2025-10-03 14:14:47.595914 | fa163ee5-9860-1809-32d2-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-03 14:14:47.597716 | fa163ee5-9860-1809-32d2-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:15.210377 | 0.41s 2025-10-03 14:14:47.648952 | fa163ee5-9860-1809-32d2-000000000b67 | TASK | create persistent directories 2025-10-03 14:14:47.908191 | fa163ee5-9860-1809-32d2-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-03 14:14:47.909651 | fa163ee5-9860-1809-32d2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.522341 | 0.26s 2025-10-03 14:14:48.076025 | fa163ee5-9860-1809-32d2-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-03 14:14:48.077119 | fa163ee5-9860-1809-32d2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.689811 | 0.43s 2025-10-03 14:14:48.084294 | fa163ee5-9860-1809-32d2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.696980 | 0.43s 2025-10-03 14:14:48.110356 | fa163ee5-9860-1809-32d2-000000000b68 | TASK | Check if file certs_valid exist 2025-10-03 14:14:48.343876 | fa163ee5-9860-1809-32d2-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-03 14:14:48.345389 | fa163ee5-9860-1809-32d2-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:15.958081 | 0.23s 2025-10-03 14:14:48.371510 | fa163ee5-9860-1809-32d2-000000000b69 | TASK | Check if file cert9.db exist 2025-10-03 14:14:48.607813 | fa163ee5-9860-1809-32d2-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-03 14:14:48.608707 | fa163ee5-9860-1809-32d2-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:16.221384 | 0.24s 2025-10-03 14:14:48.628911 | fa163ee5-9860-1809-32d2-000000000b6a | TASK | Check if file key4.db exist 2025-10-03 14:14:48.795587 | fa163ee5-9860-1809-32d2-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-03 14:14:48.796463 | fa163ee5-9860-1809-32d2-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:16.409164 | 0.17s 2025-10-03 14:14:48.843425 | fa163ee5-9860-1809-32d2-000000000b6b | SKIPPED | fail | standalone 2025-10-03 14:14:48.844455 | fa163ee5-9860-1809-32d2-000000000b6b | TIMING | fail | standalone | 0:02:16.457153 | 0.03s 2025-10-03 14:14:48.865193 | fa163ee5-9860-1809-32d2-000000000b6c | TASK | Create persistent directories 2025-10-03 14:14:49.063146 | fa163ee5-9860-1809-32d2-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 14:14:49.065757 | fa163ee5-9860-1809-32d2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.678439 | 0.20s 2025-10-03 14:14:49.241923 | fa163ee5-9860-1809-32d2-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-03 14:14:49.243952 | fa163ee5-9860-1809-32d2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.856648 | 0.38s 2025-10-03 14:14:49.254928 | fa163ee5-9860-1809-32d2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.867616 | 0.39s 2025-10-03 14:14:49.281301 | fa163ee5-9860-1809-32d2-000000000b6d | TASK | create persistent directories 2025-10-03 14:14:49.476797 | fa163ee5-9860-1809-32d2-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 14:14:49.478279 | fa163ee5-9860-1809-32d2-000000000b6d | TIMING | create persistent directories | standalone | 0:02:17.090969 | 0.20s 2025-10-03 14:14:49.484413 | fa163ee5-9860-1809-32d2-000000000b6d | TIMING | create persistent directories | standalone | 0:02:17.097101 | 0.20s 2025-10-03 14:14:49.503096 | fa163ee5-9860-1809-32d2-000000000b6e | TASK | create persistent directories 2025-10-03 14:14:49.721233 | fa163ee5-9860-1809-32d2-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-03 14:14:49.723807 | fa163ee5-9860-1809-32d2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.336490 | 0.22s 2025-10-03 14:14:49.952116 | fa163ee5-9860-1809-32d2-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-03 14:14:49.953428 | fa163ee5-9860-1809-32d2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.566122 | 0.45s 2025-10-03 14:14:49.960941 | fa163ee5-9860-1809-32d2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.573628 | 0.46s 2025-10-03 14:14:49.987274 | fa163ee5-9860-1809-32d2-000000000b6f | TASK | create persistent directories 2025-10-03 14:14:50.221346 | fa163ee5-9860-1809-32d2-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-03 14:14:50.223108 | fa163ee5-9860-1809-32d2-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.835801 | 0.23s 2025-10-03 14:14:50.233164 | fa163ee5-9860-1809-32d2-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.845857 | 0.24s 2025-10-03 14:14:50.253511 | fa163ee5-9860-1809-32d2-000000000b70 | TASK | create persistent directories 2025-10-03 14:14:50.475200 | fa163ee5-9860-1809-32d2-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-03 14:14:50.476106 | fa163ee5-9860-1809-32d2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.088806 | 0.22s 2025-10-03 14:14:50.664877 | fa163ee5-9860-1809-32d2-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-03 14:14:50.665573 | fa163ee5-9860-1809-32d2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.278274 | 0.41s 2025-10-03 14:14:50.888550 | fa163ee5-9860-1809-32d2-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-03 14:14:50.890338 | fa163ee5-9860-1809-32d2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.503032 | 0.64s 2025-10-03 14:14:50.901575 | fa163ee5-9860-1809-32d2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.514261 | 0.65s 2025-10-03 14:14:50.930271 | fa163ee5-9860-1809-32d2-000000000b71 | TASK | create persistent directories 2025-10-03 14:14:51.162270 | fa163ee5-9860-1809-32d2-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-03 14:14:51.165104 | fa163ee5-9860-1809-32d2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.777790 | 0.23s 2025-10-03 14:14:51.332623 | fa163ee5-9860-1809-32d2-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-03 14:14:51.333761 | fa163ee5-9860-1809-32d2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.946454 | 0.40s 2025-10-03 14:14:51.345542 | fa163ee5-9860-1809-32d2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.958245 | 0.41s 2025-10-03 14:14:51.363190 | fa163ee5-9860-1809-32d2-000000000b72 | TASK | create persistent directories 2025-10-03 14:14:51.564828 | fa163ee5-9860-1809-32d2-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-03 14:14:51.566291 | fa163ee5-9860-1809-32d2-000000000b72 | TIMING | create persistent directories | standalone | 0:02:19.178982 | 0.20s 2025-10-03 14:14:51.575448 | fa163ee5-9860-1809-32d2-000000000b72 | TIMING | create persistent directories | standalone | 0:02:19.188138 | 0.21s 2025-10-03 14:14:51.601620 | fa163ee5-9860-1809-32d2-000000000b73 | TASK | creating directory 2025-10-03 14:14:51.835795 | fa163ee5-9860-1809-32d2-000000000b73 | CHANGED | creating directory | standalone 2025-10-03 14:14:51.836887 | fa163ee5-9860-1809-32d2-000000000b73 | TIMING | creating directory | standalone | 0:02:19.449585 | 0.23s 2025-10-03 14:14:51.857028 | fa163ee5-9860-1809-32d2-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-03 14:14:52.310196 | fa163ee5-9860-1809-32d2-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-03 14:14:52.311295 | fa163ee5-9860-1809-32d2-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:19.923993 | 0.45s 2025-10-03 14:14:52.331536 | fa163ee5-9860-1809-32d2-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-03 14:14:53.152087 | fa163ee5-9860-1809-32d2-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-03 14:14:53.153461 | fa163ee5-9860-1809-32d2-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:20.766155 | 0.82s 2025-10-03 14:14:53.178768 | fa163ee5-9860-1809-32d2-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-03 14:14:53.420826 | fa163ee5-9860-1809-32d2-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-03 14:14:53.422243 | fa163ee5-9860-1809-32d2-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:21.034938 | 0.24s 2025-10-03 14:14:53.451585 | fa163ee5-9860-1809-32d2-000000000b77 | TASK | remove temp namespace 2025-10-03 14:14:53.660211 | fa163ee5-9860-1809-32d2-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-03 14:14:53.661100 | fa163ee5-9860-1809-32d2-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:21.273802 | 0.21s 2025-10-03 14:14:53.680079 | fa163ee5-9860-1809-32d2-000000000b78 | TASK | create /var/lib/neutron 2025-10-03 14:14:53.920736 | fa163ee5-9860-1809-32d2-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-03 14:14:53.922508 | fa163ee5-9860-1809-32d2-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:21.535195 | 0.24s 2025-10-03 14:14:53.941827 | fa163ee5-9860-1809-32d2-000000000b79 | TASK | set conditions 2025-10-03 14:14:53.970665 | fa163ee5-9860-1809-32d2-000000000b79 | OK | set conditions | standalone 2025-10-03 14:14:53.971529 | fa163ee5-9860-1809-32d2-000000000b79 | TIMING | set conditions | standalone | 0:02:21.584229 | 0.03s 2025-10-03 14:14:53.989604 | fa163ee5-9860-1809-32d2-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-03 14:14:54.218439 | fa163ee5-9860-1809-32d2-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-03 14:14:54.219475 | fa163ee5-9860-1809-32d2-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:21.832175 | 0.23s 2025-10-03 14:14:54.238386 | fa163ee5-9860-1809-32d2-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-03 14:14:54.617107 | fa163ee5-9860-1809-32d2-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-03 14:14:54.618400 | fa163ee5-9860-1809-32d2-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:22.231099 | 0.38s 2025-10-03 14:14:54.640056 | fa163ee5-9860-1809-32d2-000000000b7c | TASK | create haproxy kill script 2025-10-03 14:14:55.076559 | fa163ee5-9860-1809-32d2-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-03 14:14:55.077996 | fa163ee5-9860-1809-32d2-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:22.690688 | 0.44s 2025-10-03 14:14:55.103773 | fa163ee5-9860-1809-32d2-000000000b7d | TASK | create persistent directories 2025-10-03 14:14:55.329352 | fa163ee5-9860-1809-32d2-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 14:14:55.331124 | fa163ee5-9860-1809-32d2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.943807 | 0.23s 2025-10-03 14:14:55.558153 | fa163ee5-9860-1809-32d2-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-03 14:14:55.560395 | fa163ee5-9860-1809-32d2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.173089 | 0.46s 2025-10-03 14:14:55.571024 | fa163ee5-9860-1809-32d2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.183710 | 0.47s 2025-10-03 14:14:55.597416 | fa163ee5-9860-1809-32d2-000000000b7e | TASK | create persistent directories 2025-10-03 14:14:55.835591 | fa163ee5-9860-1809-32d2-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 14:14:55.836670 | fa163ee5-9860-1809-32d2-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.449368 | 0.24s 2025-10-03 14:14:55.841226 | fa163ee5-9860-1809-32d2-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.453913 | 0.24s 2025-10-03 14:14:55.867588 | fa163ee5-9860-1809-32d2-000000000b7f | TASK | create persistent directories 2025-10-03 14:14:56.098168 | fa163ee5-9860-1809-32d2-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-03 14:14:56.100615 | fa163ee5-9860-1809-32d2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.713300 | 0.23s 2025-10-03 14:14:56.251605 | fa163ee5-9860-1809-32d2-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-03 14:14:56.252291 | fa163ee5-9860-1809-32d2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.864992 | 0.38s 2025-10-03 14:14:56.259663 | fa163ee5-9860-1809-32d2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.872352 | 0.39s 2025-10-03 14:14:56.285998 | fa163ee5-9860-1809-32d2-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-03 14:14:56.473300 | fa163ee5-9860-1809-32d2-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-03 14:14:56.474536 | fa163ee5-9860-1809-32d2-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:24.087231 | 0.19s 2025-10-03 14:14:56.500758 | fa163ee5-9860-1809-32d2-000000000b81 | TASK | create persistent directories 2025-10-03 14:14:56.765520 | fa163ee5-9860-1809-32d2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-03 14:14:56.768529 | fa163ee5-9860-1809-32d2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.381216 | 0.27s 2025-10-03 14:14:56.945000 | fa163ee5-9860-1809-32d2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-03 14:14:56.945860 | fa163ee5-9860-1809-32d2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.558559 | 0.44s 2025-10-03 14:14:57.150400 | fa163ee5-9860-1809-32d2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-03 14:14:57.153869 | fa163ee5-9860-1809-32d2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.766554 | 0.65s 2025-10-03 14:14:57.358568 | fa163ee5-9860-1809-32d2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-03 14:14:57.362070 | fa163ee5-9860-1809-32d2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.974761 | 0.86s 2025-10-03 14:14:57.580014 | fa163ee5-9860-1809-32d2-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-03 14:14:57.581128 | fa163ee5-9860-1809-32d2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.193821 | 1.08s 2025-10-03 14:14:57.589464 | fa163ee5-9860-1809-32d2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.202149 | 1.09s 2025-10-03 14:14:57.617763 | fa163ee5-9860-1809-32d2-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-03 14:14:58.065825 | fa163ee5-9860-1809-32d2-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-03 14:14:58.067362 | fa163ee5-9860-1809-32d2-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:25.680053 | 0.45s 2025-10-03 14:14:58.094339 | fa163ee5-9860-1809-32d2-000000000b83 | TASK | create tempfiles 2025-10-03 14:14:58.330012 | fa163ee5-9860-1809-32d2-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-03 14:14:58.331803 | fa163ee5-9860-1809-32d2-000000000b83 | TIMING | create tempfiles | standalone | 0:02:25.944495 | 0.24s 2025-10-03 14:14:58.360491 | fa163ee5-9860-1809-32d2-000000000b84 | TASK | Mount Nova NFS Share 2025-10-03 14:14:58.389852 | fa163ee5-9860-1809-32d2-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-03 14:14:58.391062 | fa163ee5-9860-1809-32d2-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:26.003754 | 0.03s 2025-10-03 14:14:58.416495 | fa163ee5-9860-1809-32d2-000000000b86 | TASK | check systemd-container package installed or not 2025-10-03 14:14:58.444476 | fa163ee5-9860-1809-32d2-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-03 14:14:58.445708 | fa163ee5-9860-1809-32d2-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:26.058375 | 0.03s 2025-10-03 14:14:58.471380 | fa163ee5-9860-1809-32d2-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-03 14:14:58.501315 | fa163ee5-9860-1809-32d2-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-03 14:14:58.502627 | fa163ee5-9860-1809-32d2-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:26.115319 | 0.03s 2025-10-03 14:14:58.529807 | fa163ee5-9860-1809-32d2-000000000b88 | TASK | Install systemd-container package on boot 2025-10-03 14:14:58.558048 | fa163ee5-9860-1809-32d2-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-03 14:14:58.559299 | fa163ee5-9860-1809-32d2-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:26.171991 | 0.03s 2025-10-03 14:14:58.587092 | fa163ee5-9860-1809-32d2-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-03 14:14:58.620878 | fa163ee5-9860-1809-32d2-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-03 14:14:58.622480 | fa163ee5-9860-1809-32d2-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:26.235161 | 0.03s 2025-10-03 14:14:58.646058 | fa163ee5-9860-1809-32d2-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-03 14:14:58.673029 | fa163ee5-9860-1809-32d2-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-03 14:14:58.673931 | fa163ee5-9860-1809-32d2-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:26.286629 | 0.03s 2025-10-03 14:14:58.691528 | fa163ee5-9860-1809-32d2-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-03 14:14:58.717665 | fa163ee5-9860-1809-32d2-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-03 14:14:58.718466 | fa163ee5-9860-1809-32d2-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:26.331167 | 0.03s 2025-10-03 14:14:58.735556 | fa163ee5-9860-1809-32d2-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-03 14:14:58.765365 | fa163ee5-9860-1809-32d2-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-03 14:14:58.766175 | fa163ee5-9860-1809-32d2-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:26.378877 | 0.03s 2025-10-03 14:14:58.788430 | fa163ee5-9860-1809-32d2-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-03 14:14:58.825337 | fa163ee5-9860-1809-32d2-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-03 14:14:58.826609 | fa163ee5-9860-1809-32d2-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:26.439302 | 0.04s 2025-10-03 14:14:58.845083 | fa163ee5-9860-1809-32d2-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-03 14:14:58.872166 | fa163ee5-9860-1809-32d2-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-03 14:14:58.872988 | fa163ee5-9860-1809-32d2-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.485688 | 0.03s 2025-10-03 14:14:58.890259 | fa163ee5-9860-1809-32d2-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-03 14:14:58.918858 | fa163ee5-9860-1809-32d2-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-03 14:14:58.919538 | fa163ee5-9860-1809-32d2-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.532238 | 0.03s 2025-10-03 14:14:58.937702 | fa163ee5-9860-1809-32d2-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-03 14:14:58.965484 | fa163ee5-9860-1809-32d2-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-03 14:14:58.966211 | fa163ee5-9860-1809-32d2-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:26.578912 | 0.03s 2025-10-03 14:14:58.985458 | fa163ee5-9860-1809-32d2-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-03 14:14:59.005046 | fa163ee5-9860-1809-32d2-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-03 14:14:59.005791 | fa163ee5-9860-1809-32d2-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:26.618491 | 0.02s 2025-10-03 14:14:59.025934 | fa163ee5-9860-1809-32d2-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-03 14:14:59.046322 | fa163ee5-9860-1809-32d2-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-03 14:14:59.046945 | fa163ee5-9860-1809-32d2-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.659647 | 0.02s 2025-10-03 14:14:59.064421 | fa163ee5-9860-1809-32d2-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-03 14:14:59.092244 | fa163ee5-9860-1809-32d2-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-03 14:14:59.093118 | fa163ee5-9860-1809-32d2-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.705819 | 0.03s 2025-10-03 14:14:59.111851 | fa163ee5-9860-1809-32d2-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-03 14:14:59.142438 | fa163ee5-9860-1809-32d2-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-03 14:14:59.143258 | fa163ee5-9860-1809-32d2-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:26.755960 | 0.03s 2025-10-03 14:14:59.161723 | fa163ee5-9860-1809-32d2-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-03 14:14:59.209761 | fa163ee5-9860-1809-32d2-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-03 14:14:59.210733 | fa163ee5-9860-1809-32d2-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:26.823431 | 0.05s 2025-10-03 14:14:59.228271 | fa163ee5-9860-1809-32d2-000000000b9a | TASK | Is irqbalance enabled 2025-10-03 14:14:59.259528 | fa163ee5-9860-1809-32d2-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-03 14:14:59.260283 | fa163ee5-9860-1809-32d2-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:26.872985 | 0.03s 2025-10-03 14:14:59.278427 | fa163ee5-9860-1809-32d2-000000000b9b | TASK | disable irqbalance service on compute 2025-10-03 14:14:59.297094 | fa163ee5-9860-1809-32d2-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-03 14:14:59.297872 | fa163ee5-9860-1809-32d2-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:26.910572 | 0.02s 2025-10-03 14:14:59.316529 | fa163ee5-9860-1809-32d2-000000000b9c | TASK | create persistent directories 2025-10-03 14:14:59.543402 | fa163ee5-9860-1809-32d2-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-03 14:14:59.545067 | fa163ee5-9860-1809-32d2-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.157757 | 0.23s 2025-10-03 14:14:59.557089 | fa163ee5-9860-1809-32d2-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.169773 | 0.24s 2025-10-03 14:14:59.580367 | fa163ee5-9860-1809-32d2-000000000b9d | TASK | create libvirt persistent data directories 2025-10-03 14:14:59.802117 | fa163ee5-9860-1809-32d2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-03 14:14:59.803260 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.415957 | 0.22s 2025-10-03 14:15:00.061011 | fa163ee5-9860-1809-32d2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-03 14:15:00.062516 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.675204 | 0.48s 2025-10-03 14:15:00.317249 | fa163ee5-9860-1809-32d2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-03 14:15:00.318350 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.931044 | 0.74s 2025-10-03 14:15:00.548939 | fa163ee5-9860-1809-32d2-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-03 14:15:00.550019 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.162715 | 0.97s 2025-10-03 14:15:00.732125 | fa163ee5-9860-1809-32d2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-03 14:15:00.733670 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.346365 | 1.15s 2025-10-03 14:15:00.957069 | fa163ee5-9860-1809-32d2-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-03 14:15:00.958668 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.571359 | 1.38s 2025-10-03 14:15:01.193077 | fa163ee5-9860-1809-32d2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-03 14:15:01.194905 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.807593 | 1.61s 2025-10-03 14:15:01.414530 | fa163ee5-9860-1809-32d2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-03 14:15:01.415403 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.028103 | 1.83s 2025-10-03 14:15:01.429370 | fa163ee5-9860-1809-32d2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.042062 | 1.85s 2025-10-03 14:15:01.457702 | fa163ee5-9860-1809-32d2-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-03 14:15:01.880072 | fa163ee5-9860-1809-32d2-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-03 14:15:01.881327 | fa163ee5-9860-1809-32d2-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:29.494021 | 0.42s 2025-10-03 14:15:01.908558 | fa163ee5-9860-1809-32d2-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-03 14:15:02.447728 | fa163ee5-9860-1809-32d2-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-03 14:15:02.448892 | fa163ee5-9860-1809-32d2-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:30.061589 | 0.54s 2025-10-03 14:15:02.470643 | fa163ee5-9860-1809-32d2-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-03 14:15:02.714144 | fa163ee5-9860-1809-32d2-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-03 14:15:02.715713 | fa163ee5-9860-1809-32d2-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:30.328376 | 0.24s 2025-10-03 14:15:02.742842 | fa163ee5-9860-1809-32d2-000000000ba1 | TASK | check if libvirt is installed 2025-10-03 14:15:03.019544 | fa163ee5-9860-1809-32d2-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-03 14:15:03.020963 | fa163ee5-9860-1809-32d2-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:30.633658 | 0.28s 2025-10-03 14:15:03.046574 | fa163ee5-9860-1809-32d2-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-03 14:15:03.082423 | fa163ee5-9860-1809-32d2-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-03 14:15:03.086869 | fa163ee5-9860-1809-32d2-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-03 14:15:03.095357 | fa163ee5-9860-1809-32d2-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:30.708043 | 0.05s 2025-10-03 14:15:03.120662 | fa163ee5-9860-1809-32d2-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-03 14:15:03.574556 | fa163ee5-9860-1809-32d2-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-03 14:15:03.575570 | fa163ee5-9860-1809-32d2-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:31.188270 | 0.45s 2025-10-03 14:15:03.594310 | fa163ee5-9860-1809-32d2-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-03 14:15:04.594025 | fa163ee5-9860-1809-32d2-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-03 14:15:04.597093 | fa163ee5-9860-1809-32d2-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:32.209774 | 1.00s 2025-10-03 14:15:04.624416 | fa163ee5-9860-1809-32d2-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-03 14:15:04.882284 | fa163ee5-9860-1809-32d2-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-03 14:15:04.883675 | fa163ee5-9860-1809-32d2-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.496367 | 0.26s 2025-10-03 14:15:04.889658 | fa163ee5-9860-1809-32d2-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.502344 | 0.26s 2025-10-03 14:15:04.917150 | fa163ee5-9860-1809-32d2-000000000ba6 | TASK | create persistent directories 2025-10-03 14:15:05.196623 | fa163ee5-9860-1809-32d2-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-03 14:15:05.198610 | fa163ee5-9860-1809-32d2-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.811289 | 0.28s 2025-10-03 14:15:05.407726 | fa163ee5-9860-1809-32d2-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-03 14:15:05.409030 | fa163ee5-9860-1809-32d2-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.021732 | 0.49s 2025-10-03 14:15:05.420183 | fa163ee5-9860-1809-32d2-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.032867 | 0.50s 2025-10-03 14:15:05.446438 | fa163ee5-9860-1809-32d2-000000000ba7 | TASK | Copy in cleanup script 2025-10-03 14:15:05.855971 | fa163ee5-9860-1809-32d2-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-03 14:15:05.856808 | fa163ee5-9860-1809-32d2-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:33.469510 | 0.41s 2025-10-03 14:15:05.874109 | fa163ee5-9860-1809-32d2-000000000ba8 | TASK | Copy in cleanup service 2025-10-03 14:15:06.315376 | fa163ee5-9860-1809-32d2-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-03 14:15:06.316981 | fa163ee5-9860-1809-32d2-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:33.929667 | 0.44s 2025-10-03 14:15:06.344458 | fa163ee5-9860-1809-32d2-000000000ba9 | TASK | Enabling the cleanup service 2025-10-03 14:15:07.057130 | fa163ee5-9860-1809-32d2-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-03 14:15:07.058446 | fa163ee5-9860-1809-32d2-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:34.671145 | 0.71s 2025-10-03 14:15:07.077694 | fa163ee5-9860-1809-32d2-000000000baa | TASK | create persistent directories 2025-10-03 14:15:07.276835 | fa163ee5-9860-1809-32d2-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-03 14:15:07.278923 | fa163ee5-9860-1809-32d2-000000000baa | TIMING | create persistent directories | standalone | 0:02:34.891602 | 0.20s 2025-10-03 14:15:07.517897 | fa163ee5-9860-1809-32d2-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-03 14:15:07.519167 | fa163ee5-9860-1809-32d2-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.131860 | 0.44s 2025-10-03 14:15:07.526014 | fa163ee5-9860-1809-32d2-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.138699 | 0.45s 2025-10-03 14:15:07.552893 | fa163ee5-9860-1809-32d2-000000000bab | TASK | set conditions 2025-10-03 14:15:07.586348 | fa163ee5-9860-1809-32d2-000000000bab | OK | set conditions | standalone 2025-10-03 14:15:07.587790 | fa163ee5-9860-1809-32d2-000000000bab | TIMING | set conditions | standalone | 0:02:35.200480 | 0.03s 2025-10-03 14:15:07.614329 | fa163ee5-9860-1809-32d2-000000000bac | TASK | create persistent directories 2025-10-03 14:15:07.888315 | fa163ee5-9860-1809-32d2-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 14:15:07.890801 | fa163ee5-9860-1809-32d2-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.503490 | 0.27s 2025-10-03 14:15:08.090528 | fa163ee5-9860-1809-32d2-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-03 14:15:08.091751 | fa163ee5-9860-1809-32d2-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.704444 | 0.48s 2025-10-03 14:15:08.329602 | fa163ee5-9860-1809-32d2-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-03 14:15:08.331495 | fa163ee5-9860-1809-32d2-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.944186 | 0.72s 2025-10-03 14:15:08.342741 | fa163ee5-9860-1809-32d2-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.955427 | 0.73s 2025-10-03 14:15:08.367000 | fa163ee5-9860-1809-32d2-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-03 14:15:08.851404 | fa163ee5-9860-1809-32d2-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-03 14:15:08.852878 | fa163ee5-9860-1809-32d2-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:36.465569 | 0.48s 2025-10-03 14:15:08.882952 | fa163ee5-9860-1809-32d2-000000000bae | TASK | create persistent directories 2025-10-03 14:15:09.150507 | fa163ee5-9860-1809-32d2-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 14:15:09.151593 | fa163ee5-9860-1809-32d2-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.764288 | 0.27s 2025-10-03 14:15:09.377758 | fa163ee5-9860-1809-32d2-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-03 14:15:09.378945 | fa163ee5-9860-1809-32d2-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.991640 | 0.49s 2025-10-03 14:15:09.384498 | fa163ee5-9860-1809-32d2-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.997190 | 0.50s 2025-10-03 14:15:09.404726 | fa163ee5-9860-1809-32d2-000000000baf | TASK | create empty log files 2025-10-03 14:15:09.663893 | fa163ee5-9860-1809-32d2-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-03 14:15:09.665446 | fa163ee5-9860-1809-32d2-000000000baf | TIMING | create empty log files | standalone | 0:02:37.278132 | 0.26s 2025-10-03 14:15:09.830985 | fa163ee5-9860-1809-32d2-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-03 14:15:09.832730 | fa163ee5-9860-1809-32d2-000000000baf | TIMING | create empty log files | standalone | 0:02:37.445426 | 0.43s 2025-10-03 14:15:09.843108 | fa163ee5-9860-1809-32d2-000000000baf | TIMING | create empty log files | standalone | 0:02:37.455804 | 0.44s 2025-10-03 14:15:09.869789 | fa163ee5-9860-1809-32d2-000000000bb0 | TASK | create persistent directories 2025-10-03 14:15:10.080261 | fa163ee5-9860-1809-32d2-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-03 14:15:10.082557 | fa163ee5-9860-1809-32d2-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.695249 | 0.21s 2025-10-03 14:15:10.092934 | fa163ee5-9860-1809-32d2-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.705619 | 0.22s 2025-10-03 14:15:10.120605 | fa163ee5-9860-1809-32d2-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-03 14:15:13.227561 | fa163ee5-9860-1809-32d2-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-03 14:15:13.229189 | fa163ee5-9860-1809-32d2-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:40.841880 | 3.11s 2025-10-03 14:15:13.280006 | fa163ee5-9860-1809-32d2-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:40.892681 | 0.02s 2025-10-03 14:15:13.356804 | fa163ee5-9860-1809-32d2-000000001291 | TASK | Gather variables for each operating system 2025-10-03 14:15:13.467126 | fa163ee5-9860-1809-32d2-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:41.079809 | 0.11s 2025-10-03 14:15:13.493472 | fa163ee5-9860-1809-32d2-000000001292 | TASK | Set packages facts 2025-10-03 14:15:13.537113 | fa163ee5-9860-1809-32d2-000000001292 | OK | Set packages facts | standalone 2025-10-03 14:15:13.538384 | fa163ee5-9860-1809-32d2-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:41.151078 | 0.04s 2025-10-03 14:15:13.563995 | fa163ee5-9860-1809-32d2-000000001293 | TASK | Manage package 2025-10-03 14:15:13.619861 | fa163ee5-9860-1809-32d2-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-03 14:15:13.637550 | fa163ee5-9860-1809-32d2-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-03 14:15:13.656029 | fa163ee5-9860-1809-32d2-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-03 14:15:18.440158 | fa163ee5-9860-1809-32d2-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:46.052838 | 4.87s 2025-10-03 14:15:18.459820 | fa163ee5-9860-1809-32d2-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-03 14:15:18.467593 | fa163ee5-9860-1809-32d2-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:46.080279 | 4.90s 2025-10-03 14:15:18.518429 | fa163ee5-9860-1809-32d2-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-03 14:15:19.727086 | fa163ee5-9860-1809-32d2-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-03 14:15:19.728750 | fa163ee5-9860-1809-32d2-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:47.341442 | 1.21s 2025-10-03 14:15:19.749404 | fa163ee5-9860-1809-32d2-000000000bb6 | TASK | create persistent directories 2025-10-03 14:15:19.982025 | fa163ee5-9860-1809-32d2-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-03 14:15:19.983675 | fa163ee5-9860-1809-32d2-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.596371 | 0.23s 2025-10-03 14:15:20.229876 | fa163ee5-9860-1809-32d2-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-03 14:15:20.231634 | fa163ee5-9860-1809-32d2-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.844327 | 0.48s 2025-10-03 14:15:20.242375 | fa163ee5-9860-1809-32d2-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.855065 | 0.49s 2025-10-03 14:15:20.269270 | fa163ee5-9860-1809-32d2-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-03 14:15:20.533008 | fa163ee5-9860-1809-32d2-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-03 14:15:20.535594 | fa163ee5-9860-1809-32d2-000000000bb7 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:48.148285 | 0.26s 2025-10-03 14:15:20.562279 | fa163ee5-9860-1809-32d2-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-03 14:15:20.592303 | fa163ee5-9860-1809-32d2-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-03 14:15:20.594573 | fa163ee5-9860-1809-32d2-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:48.207263 | 0.03s 2025-10-03 14:15:20.616037 | fa163ee5-9860-1809-32d2-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-03 14:15:20.850510 | fa163ee5-9860-1809-32d2-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-03 14:15:20.852047 | fa163ee5-9860-1809-32d2-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:48.464735 | 0.23s 2025-10-03 14:15:20.879914 | fa163ee5-9860-1809-32d2-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-03 14:15:21.082730 | fa163ee5-9860-1809-32d2-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-03 14:15:21.084526 | fa163ee5-9860-1809-32d2-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:48.697209 | 0.20s 2025-10-03 14:15:21.110999 | fa163ee5-9860-1809-32d2-000000000bbb | TASK | Restart systemd-logind 2025-10-03 14:15:21.578109 | fa163ee5-9860-1809-32d2-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-03 14:15:21.580001 | fa163ee5-9860-1809-32d2-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:49.192693 | 0.47s 2025-10-03 14:15:21.602285 | fa163ee5-9860-1809-32d2-000000000bbc | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-03 14:15:21.673211 | fa163ee5-9860-1809-32d2-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-03 14:15:21.674291 | fa163ee5-9860-1809-32d2-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:49.286981 | 0.07s 2025-10-03 14:15:21.699785 | fa163ee5-9860-1809-32d2-000000000bbd | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-03 14:15:21.771274 | fa163ee5-9860-1809-32d2-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-03 14:15:21.772622 | fa163ee5-9860-1809-32d2-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:49.385309 | 0.07s 2025-10-03 14:15:21.798605 | fa163ee5-9860-1809-32d2-000000000bbe | TASK | create persistent logs directory 2025-10-03 14:15:22.047510 | fa163ee5-9860-1809-32d2-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-03 14:15:22.049846 | fa163ee5-9860-1809-32d2-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.662534 | 0.25s 2025-10-03 14:15:22.216773 | fa163ee5-9860-1809-32d2-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-03 14:15:22.218756 | fa163ee5-9860-1809-32d2-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.831450 | 0.42s 2025-10-03 14:15:22.229514 | fa163ee5-9860-1809-32d2-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.842200 | 0.43s 2025-10-03 14:15:22.254797 | fa163ee5-9860-1809-32d2-000000000bc0 | TASK | Set login facts 2025-10-03 14:15:22.276272 | fa163ee5-9860-1809-32d2-000000000bc0 | OK | Set login facts | standalone 2025-10-03 14:15:22.277399 | fa163ee5-9860-1809-32d2-000000000bc0 | TIMING | Set login facts | standalone | 0:02:49.890095 | 0.02s 2025-10-03 14:15:22.302304 | fa163ee5-9860-1809-32d2-000000000bc1 | TASK | Convert logins json to dict 2025-10-03 14:15:22.329946 | fa163ee5-9860-1809-32d2-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-03 14:15:22.331026 | fa163ee5-9860-1809-32d2-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:49.943720 | 0.03s 2025-10-03 14:15:22.355953 | fa163ee5-9860-1809-32d2-000000000bc2 | TASK | Set registry logins 2025-10-03 14:15:22.383925 | fa163ee5-9860-1809-32d2-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-03 14:15:22.384944 | fa163ee5-9860-1809-32d2-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:49.997638 | 0.03s 2025-10-03 14:15:22.410045 | fa163ee5-9860-1809-32d2-000000000bc3 | TASK | Run podman install 2025-10-03 14:15:22.438664 | fa163ee5-9860-1809-32d2-000000000bc3 | TIMING | Run podman install | standalone | 0:02:50.051350 | 0.03s 2025-10-03 14:15:22.519668 | fa163ee5-9860-1809-32d2-000000001323 | TASK | Gather variables for each operating system 2025-10-03 14:15:22.665389 | fa163ee5-9860-1809-32d2-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-03 14:15:22.667438 | fa163ee5-9860-1809-32d2-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:50.280125 | 0.15s 2025-10-03 14:15:22.677086 | fa163ee5-9860-1809-32d2-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:50.289778 | 0.16s 2025-10-03 14:15:22.698770 | fa163ee5-9860-1809-32d2-000000001325 | TASK | ensure podman and deps are installed 2025-10-03 14:15:25.707632 | fa163ee5-9860-1809-32d2-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-03 14:15:25.708778 | fa163ee5-9860-1809-32d2-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:53.321477 | 3.01s 2025-10-03 14:15:25.730344 | fa163ee5-9860-1809-32d2-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-03 14:15:26.215675 | fa163ee5-9860-1809-32d2-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-03 14:15:26.216870 | fa163ee5-9860-1809-32d2-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:53.829563 | 0.49s 2025-10-03 14:15:26.243219 | fa163ee5-9860-1809-32d2-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-03 14:15:26.265092 | fa163ee5-9860-1809-32d2-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-03 14:15:26.266250 | fa163ee5-9860-1809-32d2-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:53.878942 | 0.02s 2025-10-03 14:15:26.292393 | fa163ee5-9860-1809-32d2-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-03 14:15:26.330961 | fa163ee5-9860-1809-32d2-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-03 14:15:26.332077 | fa163ee5-9860-1809-32d2-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:53.944771 | 0.04s 2025-10-03 14:15:26.358501 | fa163ee5-9860-1809-32d2-00000000132a | TASK | Update default network configuration if possible 2025-10-03 14:15:26.387296 | fa163ee5-9860-1809-32d2-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-03 14:15:26.388426 | fa163ee5-9860-1809-32d2-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:54.001118 | 0.03s 2025-10-03 14:15:26.419825 | fa163ee5-9860-1809-32d2-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-03 14:15:26.651710 | fa163ee5-9860-1809-32d2-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-03 14:15:26.653184 | fa163ee5-9860-1809-32d2-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:54.265877 | 0.23s 2025-10-03 14:15:26.678778 | fa163ee5-9860-1809-32d2-00000000132d | TASK | Get current podman network 2025-10-03 14:15:26.975113 | fa163ee5-9860-1809-32d2-00000000132d | CHANGED | Get current podman network | standalone 2025-10-03 14:15:26.976620 | fa163ee5-9860-1809-32d2-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:54.589313 | 0.30s 2025-10-03 14:15:27.003719 | fa163ee5-9860-1809-32d2-00000000132e | TASK | Update the default network configuration 2025-10-03 14:15:27.624629 | fa163ee5-9860-1809-32d2-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-03 14:15:27.626209 | fa163ee5-9860-1809-32d2-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:55.238900 | 0.62s 2025-10-03 14:15:27.658789 | fa163ee5-9860-1809-32d2-00000000132f | TASK | Write containers registries.conf 2025-10-03 14:15:28.189361 | fa163ee5-9860-1809-32d2-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-03 14:15:28.190315 | fa163ee5-9860-1809-32d2-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:55.803013 | 0.53s 2025-10-03 14:15:28.211344 | fa163ee5-9860-1809-32d2-000000001330 | TASK | Write containers.conf 2025-10-03 14:15:28.447386 | fa163ee5-9860-1809-32d2-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-03 14:15:28.448790 | fa163ee5-9860-1809-32d2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.061480 | 0.24s 2025-10-03 14:15:28.633274 | fa163ee5-9860-1809-32d2-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-03 14:15:28.634980 | fa163ee5-9860-1809-32d2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.247673 | 0.42s 2025-10-03 14:15:28.818292 | fa163ee5-9860-1809-32d2-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-03 14:15:28.819551 | fa163ee5-9860-1809-32d2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.432242 | 0.61s 2025-10-03 14:15:29.045293 | fa163ee5-9860-1809-32d2-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-03 14:15:29.046839 | fa163ee5-9860-1809-32d2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.659534 | 0.83s 2025-10-03 14:15:29.058065 | fa163ee5-9860-1809-32d2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.670752 | 0.85s 2025-10-03 14:15:29.085376 | fa163ee5-9860-1809-32d2-000000001331 | TASK | Enable podman.socket service 2025-10-03 14:15:29.114879 | fa163ee5-9860-1809-32d2-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-03 14:15:29.116204 | fa163ee5-9860-1809-32d2-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:56.728888 | 0.03s 2025-10-03 14:15:29.171097 | fa163ee5-9860-1809-32d2-000000000bc4 | TASK | Run podman login 2025-10-03 14:15:29.201331 | fa163ee5-9860-1809-32d2-000000000bc4 | TIMING | Run podman login | standalone | 0:02:56.814014 | 0.03s 2025-10-03 14:15:29.291464 | fa163ee5-9860-1809-32d2-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-03 14:15:29.318144 | fa163ee5-9860-1809-32d2-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:56.930835 | 0.03s 2025-10-03 14:15:29.353193 | fa163ee5-9860-1809-32d2-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-03 14:15:29.771530 | fa163ee5-9860-1809-32d2-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-03 14:15:29.773065 | fa163ee5-9860-1809-32d2-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:57.385759 | 0.42s 2025-10-03 14:15:29.798333 | fa163ee5-9860-1809-32d2-000000000bc7 | TASK | create persistent directories 2025-10-03 14:15:30.031282 | fa163ee5-9860-1809-32d2-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-03 14:15:30.033873 | fa163ee5-9860-1809-32d2-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.646563 | 0.23s 2025-10-03 14:15:30.260043 | fa163ee5-9860-1809-32d2-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-03 14:15:30.260797 | fa163ee5-9860-1809-32d2-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.873497 | 0.46s 2025-10-03 14:15:30.495611 | fa163ee5-9860-1809-32d2-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-03 14:15:30.497419 | fa163ee5-9860-1809-32d2-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.110113 | 0.70s 2025-10-03 14:15:30.508460 | fa163ee5-9860-1809-32d2-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.121154 | 0.71s 2025-10-03 14:15:30.535292 | fa163ee5-9860-1809-32d2-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-03 14:15:31.008004 | fa163ee5-9860-1809-32d2-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-03 14:15:31.009310 | fa163ee5-9860-1809-32d2-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:58.622004 | 0.47s 2025-10-03 14:15:31.035060 | fa163ee5-9860-1809-32d2-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-03 14:15:34.051872 | fa163ee5-9860-1809-32d2-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-03 14:15:34.053367 | fa163ee5-9860-1809-32d2-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:01.666058 | 3.02s 2025-10-03 14:15:34.080049 | fa163ee5-9860-1809-32d2-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-03 14:15:34.444114 | fa163ee5-9860-1809-32d2-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-03 14:15:34.446332 | fa163ee5-9860-1809-32d2-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:02.059021 | 0.36s 2025-10-03 14:15:34.503066 | fa163ee5-9860-1809-32d2-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:02.115747 | 0.03s 2025-10-03 14:15:34.608053 | fa163ee5-9860-1809-32d2-00000000154c | TASK | Gather variables for each operating system 2025-10-03 14:15:34.733917 | fa163ee5-9860-1809-32d2-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-03 14:15:34.736091 | fa163ee5-9860-1809-32d2-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.348781 | 0.13s 2025-10-03 14:15:34.746586 | fa163ee5-9860-1809-32d2-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.359276 | 0.14s 2025-10-03 14:15:34.775477 | fa163ee5-9860-1809-32d2-00000000154e | TASK | Install the OpenSSH server 2025-10-03 14:15:37.694775 | fa163ee5-9860-1809-32d2-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-03 14:15:37.696078 | fa163ee5-9860-1809-32d2-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:05.308772 | 2.92s 2025-10-03 14:15:37.724315 | fa163ee5-9860-1809-32d2-00000000154f | TASK | Start sshd 2025-10-03 14:15:37.752171 | fa163ee5-9860-1809-32d2-00000000154f | SKIPPED | Start sshd | standalone 2025-10-03 14:15:37.753475 | fa163ee5-9860-1809-32d2-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:05.366164 | 0.03s 2025-10-03 14:15:37.777097 | fa163ee5-9860-1809-32d2-000000001550 | TASK | PasswordAuthentication notice 2025-10-03 14:15:37.804666 | fa163ee5-9860-1809-32d2-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-03 14:15:37.805840 | fa163ee5-9860-1809-32d2-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:05.418533 | 0.03s 2025-10-03 14:15:37.832602 | fa163ee5-9860-1809-32d2-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-03 14:15:37.860823 | fa163ee5-9860-1809-32d2-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-03 14:15:37.861966 | fa163ee5-9860-1809-32d2-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:05.474659 | 0.03s 2025-10-03 14:15:37.888724 | fa163ee5-9860-1809-32d2-000000001552 | TASK | Motd duplication notice 2025-10-03 14:15:37.919235 | fa163ee5-9860-1809-32d2-000000001552 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-03 14:15:37.920822 | fa163ee5-9860-1809-32d2-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:05.533510 | 0.03s 2025-10-03 14:15:37.946954 | fa163ee5-9860-1809-32d2-000000001553 | TASK | Configure the banner text 2025-10-03 14:15:37.975915 | fa163ee5-9860-1809-32d2-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-03 14:15:37.977136 | fa163ee5-9860-1809-32d2-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:05.589828 | 0.03s 2025-10-03 14:15:38.002589 | fa163ee5-9860-1809-32d2-000000001554 | TASK | Configure the motd banner 2025-10-03 14:15:38.030616 | fa163ee5-9860-1809-32d2-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-03 14:15:38.031854 | fa163ee5-9860-1809-32d2-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:05.644542 | 0.03s 2025-10-03 14:15:38.058525 | fa163ee5-9860-1809-32d2-000000001555 | TASK | Update sshd configuration options from vars 2025-10-03 14:15:38.097733 | fa163ee5-9860-1809-32d2-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-03 14:15:38.099107 | fa163ee5-9860-1809-32d2-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:05.711798 | 0.04s 2025-10-03 14:15:38.126156 | fa163ee5-9860-1809-32d2-000000001556 | TASK | Adjust ssh server configuration 2025-10-03 14:15:38.681131 | fa163ee5-9860-1809-32d2-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-03 14:15:38.682460 | fa163ee5-9860-1809-32d2-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:06.295155 | 0.55s 2025-10-03 14:15:38.709527 | fa163ee5-9860-1809-32d2-000000001557 | TASK | Restart sshd 2025-10-03 14:15:39.170514 | fa163ee5-9860-1809-32d2-000000001557 | CHANGED | Restart sshd | standalone 2025-10-03 14:15:39.172491 | fa163ee5-9860-1809-32d2-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:06.785185 | 0.46s 2025-10-03 14:15:39.227671 | fa163ee5-9860-1809-32d2-000000000bcc | TASK | create persistent directories 2025-10-03 14:15:39.497463 | fa163ee5-9860-1809-32d2-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-03 14:15:39.499120 | fa163ee5-9860-1809-32d2-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.111809 | 0.27s 2025-10-03 14:15:39.687821 | fa163ee5-9860-1809-32d2-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-03 14:15:39.689575 | fa163ee5-9860-1809-32d2-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.302269 | 0.46s 2025-10-03 14:15:39.865769 | fa163ee5-9860-1809-32d2-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-03 14:15:39.866505 | fa163ee5-9860-1809-32d2-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.479206 | 0.64s 2025-10-03 14:15:39.870914 | fa163ee5-9860-1809-32d2-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.483607 | 0.64s 2025-10-03 14:15:39.889200 | fa163ee5-9860-1809-32d2-000000000bcd | TASK | create persistent directories 2025-10-03 14:15:40.123084 | fa163ee5-9860-1809-32d2-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-03 14:15:40.124147 | fa163ee5-9860-1809-32d2-000000000bcd | TIMING | create persistent directories | standalone | 0:03:07.736844 | 0.23s 2025-10-03 14:15:40.363437 | fa163ee5-9860-1809-32d2-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-03 14:15:40.365397 | fa163ee5-9860-1809-32d2-000000000bcd | TIMING | create persistent directories | standalone | 0:03:07.978095 | 0.48s 2025-10-03 14:15:40.587151 | fa163ee5-9860-1809-32d2-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-03 14:15:40.588879 | fa163ee5-9860-1809-32d2-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.201578 | 0.70s 2025-10-03 14:15:40.600266 | fa163ee5-9860-1809-32d2-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.212961 | 0.71s 2025-10-03 14:15:40.627453 | fa163ee5-9860-1809-32d2-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-03 14:15:40.654921 | fa163ee5-9860-1809-32d2-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-03 14:15:40.656039 | fa163ee5-9860-1809-32d2-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:08.268733 | 0.03s 2025-10-03 14:15:40.681109 | fa163ee5-9860-1809-32d2-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-03 14:15:40.709087 | fa163ee5-9860-1809-32d2-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-03 14:15:40.710342 | fa163ee5-9860-1809-32d2-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:08.323035 | 0.03s 2025-10-03 14:15:40.735894 | fa163ee5-9860-1809-32d2-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-03 14:15:40.929571 | fa163ee5-9860-1809-32d2-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-03 14:15:40.931062 | fa163ee5-9860-1809-32d2-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:08.543755 | 0.19s 2025-10-03 14:15:40.957016 | fa163ee5-9860-1809-32d2-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-03 14:15:40.986354 | fa163ee5-9860-1809-32d2-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-03 14:15:40.987738 | fa163ee5-9860-1809-32d2-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:08.600381 | 0.03s 2025-10-03 14:15:41.015533 | fa163ee5-9860-1809-32d2-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-03 14:15:41.044140 | fa163ee5-9860-1809-32d2-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-03 14:15:41.045229 | fa163ee5-9860-1809-32d2-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:08.657926 | 0.03s 2025-10-03 14:15:41.065546 | fa163ee5-9860-1809-32d2-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-03 14:15:41.096300 | fa163ee5-9860-1809-32d2-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-03 14:15:41.097188 | fa163ee5-9860-1809-32d2-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:08.709887 | 0.03s 2025-10-03 14:15:41.117567 | fa163ee5-9860-1809-32d2-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-03 14:15:41.145087 | fa163ee5-9860-1809-32d2-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:08.757778 | 0.03s 2025-10-03 14:15:41.166106 | fa163ee5-9860-1809-32d2-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-03 14:15:41.204191 | fa163ee5-9860-1809-32d2-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-03 14:15:41.205079 | fa163ee5-9860-1809-32d2-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:08.817777 | 0.04s 2025-10-03 14:15:41.224576 | fa163ee5-9860-1809-32d2-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-03 14:15:41.250591 | fa163ee5-9860-1809-32d2-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:08.863285 | 0.03s 2025-10-03 14:15:41.270568 | fa163ee5-9860-1809-32d2-000000000bd7 | TASK | Check for NTP service 2025-10-03 14:15:41.530722 | fa163ee5-9860-1809-32d2-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-03 14:15:41.531489 | fa163ee5-9860-1809-32d2-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:09.144191 | 0.26s 2025-10-03 14:15:41.548457 | fa163ee5-9860-1809-32d2-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-03 14:15:41.576961 | fa163ee5-9860-1809-32d2-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-03 14:15:41.578519 | fa163ee5-9860-1809-32d2-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:09.191204 | 0.03s 2025-10-03 14:15:41.607125 | fa163ee5-9860-1809-32d2-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-03 14:15:41.628017 | fa163ee5-9860-1809-32d2-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:09.240701 | 0.02s 2025-10-03 14:15:41.724808 | fa163ee5-9860-1809-32d2-0000000016e8 | TASK | Load distro-specific variables 2025-10-03 14:15:41.749767 | fa163ee5-9860-1809-32d2-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.362461 | 0.02s 2025-10-03 14:15:41.758179 | af8af6ac-119e-4b04-b94e-cb1cd9c13b5e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 14:15:41.779559 | fa163ee5-9860-1809-32d2-0000000017cd | TASK | Load distro-specific variables 2025-10-03 14:15:41.823620 | fa163ee5-9860-1809-32d2-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:15:41.825487 | fa163ee5-9860-1809-32d2-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.438175 | 0.05s 2025-10-03 14:15:41.835839 | fa163ee5-9860-1809-32d2-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.448536 | 0.06s 2025-10-03 14:15:41.853517 | fa163ee5-9860-1809-32d2-0000000016e9 | TASK | Install chronyd 2025-10-03 14:15:41.882166 | fa163ee5-9860-1809-32d2-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:09.494863 | 0.03s 2025-10-03 14:15:41.893436 | 07c8369f-5df0-4804-9408-6c62bb74dfad | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-03 14:15:41.917955 | fa163ee5-9860-1809-32d2-000000001806 | TASK | Load distro-specific variables 2025-10-03 14:15:41.944292 | fa163ee5-9860-1809-32d2-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.556985 | 0.03s 2025-10-03 14:15:41.952989 | 19b93153-9263-4b99-8e99-a8c520475b95 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 14:15:41.974424 | fa163ee5-9860-1809-32d2-00000000184d | TASK | Load distro-specific variables 2025-10-03 14:15:42.032628 | fa163ee5-9860-1809-32d2-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:15:42.034448 | fa163ee5-9860-1809-32d2-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.647139 | 0.06s 2025-10-03 14:15:42.043994 | fa163ee5-9860-1809-32d2-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.656691 | 0.07s 2025-10-03 14:15:42.062236 | fa163ee5-9860-1809-32d2-000000001807 | TASK | Check for NTP service 2025-10-03 14:15:42.313541 | fa163ee5-9860-1809-32d2-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-03 14:15:42.314874 | fa163ee5-9860-1809-32d2-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:09.927568 | 0.25s 2025-10-03 14:15:42.337721 | fa163ee5-9860-1809-32d2-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-03 14:15:42.389484 | fa163ee5-9860-1809-32d2-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-03 14:15:42.391087 | fa163ee5-9860-1809-32d2-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:10.003775 | 0.05s 2025-10-03 14:15:42.413386 | fa163ee5-9860-1809-32d2-000000001809 | TASK | Install chronyd package 2025-10-03 14:15:45.431316 | fa163ee5-9860-1809-32d2-000000001809 | OK | Install chronyd package | standalone 2025-10-03 14:15:45.433039 | fa163ee5-9860-1809-32d2-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:13.045740 | 3.02s 2025-10-03 14:15:45.461179 | fa163ee5-9860-1809-32d2-0000000016ea | TASK | Upgrade chronyd 2025-10-03 14:15:45.489210 | fa163ee5-9860-1809-32d2-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-03 14:15:45.490299 | fa163ee5-9860-1809-32d2-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:13.102991 | 0.03s 2025-10-03 14:15:45.516174 | fa163ee5-9860-1809-32d2-0000000016eb | TASK | Configure chronyd 2025-10-03 14:15:45.546479 | fa163ee5-9860-1809-32d2-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:13.159162 | 0.03s 2025-10-03 14:15:45.568935 | a7f1cfc0-e983-4416-999a-fcae6b733736 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-03 14:15:45.612416 | fa163ee5-9860-1809-32d2-000000001886 | TASK | Load distro-specific variables 2025-10-03 14:15:45.637618 | fa163ee5-9860-1809-32d2-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.250296 | 0.02s 2025-10-03 14:15:45.651459 | e97e0d2d-2a00-4e00-98b3-45263904d3b9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 14:15:45.677134 | fa163ee5-9860-1809-32d2-0000000018f2 | TASK | Load distro-specific variables 2025-10-03 14:15:45.722293 | fa163ee5-9860-1809-32d2-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:15:45.725219 | fa163ee5-9860-1809-32d2-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.337903 | 0.05s 2025-10-03 14:15:45.728803 | fa163ee5-9860-1809-32d2-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.341486 | 0.05s 2025-10-03 14:15:45.751300 | fa163ee5-9860-1809-32d2-000000001887 | TASK | Install chrony configuration file 2025-10-03 14:15:46.299359 | fa163ee5-9860-1809-32d2-000000001887 | OK | Install chrony configuration file | standalone 2025-10-03 14:15:46.300538 | fa163ee5-9860-1809-32d2-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:13.913234 | 0.55s 2025-10-03 14:15:46.322802 | fa163ee5-9860-1809-32d2-0000000016ec | TASK | Run chronyd 2025-10-03 14:15:46.351263 | fa163ee5-9860-1809-32d2-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:13.963943 | 0.03s 2025-10-03 14:15:46.367054 | 24b3dcc7-6eed-4c52-84b3-8b1cef5502b3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-03 14:15:46.398634 | fa163ee5-9860-1809-32d2-000000001915 | TASK | Load distro-specific variables 2025-10-03 14:15:46.413883 | fa163ee5-9860-1809-32d2-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.026578 | 0.01s 2025-10-03 14:15:46.423577 | c4448a7d-505c-4d4f-abff-179942b739a8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-03 14:15:46.448575 | fa163ee5-9860-1809-32d2-000000001999 | TASK | Load distro-specific variables 2025-10-03 14:15:46.504854 | fa163ee5-9860-1809-32d2-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-03 14:15:46.507080 | fa163ee5-9860-1809-32d2-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.119769 | 0.06s 2025-10-03 14:15:46.517517 | fa163ee5-9860-1809-32d2-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.130199 | 0.07s 2025-10-03 14:15:46.545238 | fa163ee5-9860-1809-32d2-000000001916 | TASK | Ensure chronyd is running 2025-10-03 14:15:46.962214 | fa163ee5-9860-1809-32d2-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-03 14:15:46.963552 | fa163ee5-9860-1809-32d2-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:14.576252 | 0.42s 2025-10-03 14:15:46.985491 | fa163ee5-9860-1809-32d2-000000001917 | TASK | Force chronyd restart 2025-10-03 14:15:47.033064 | fa163ee5-9860-1809-32d2-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-03 14:15:47.033935 | fa163ee5-9860-1809-32d2-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:14.646633 | 0.05s 2025-10-03 14:15:47.054730 | fa163ee5-9860-1809-32d2-0000000016ed | TASK | Enable online service 2025-10-03 14:15:47.080819 | fa163ee5-9860-1809-32d2-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:14.693514 | 0.03s 2025-10-03 14:15:47.094156 | 37b1d35e-7307-4f2b-9b23-89edbb1b6f01 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-03 14:15:47.133169 | fa163ee5-9860-1809-32d2-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-03 14:15:47.617625 | fa163ee5-9860-1809-32d2-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-03 14:15:47.619126 | fa163ee5-9860-1809-32d2-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:15.231817 | 0.49s 2025-10-03 14:15:47.647272 | fa163ee5-9860-1809-32d2-0000000019c7 | TASK | Enable chrony-online.service 2025-10-03 14:15:48.258662 | fa163ee5-9860-1809-32d2-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-03 14:15:48.259936 | fa163ee5-9860-1809-32d2-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:15.872635 | 0.61s 2025-10-03 14:15:48.287457 | fa163ee5-9860-1809-32d2-0000000016ee | TASK | Sync chronyc 2025-10-03 14:15:48.316451 | fa163ee5-9860-1809-32d2-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:15.929137 | 0.03s 2025-10-03 14:15:48.336190 | ff8c137d-546c-4935-b810-13cbe76d4a5c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-03 14:15:48.382572 | fa163ee5-9860-1809-32d2-000000001a6c | TASK | Force NTP sync 2025-10-03 14:15:48.650132 | fa163ee5-9860-1809-32d2-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-03 14:15:48.651182 | fa163ee5-9860-1809-32d2-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:16.263876 | 0.27s 2025-10-03 14:15:48.679351 | fa163ee5-9860-1809-32d2-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-03 14:15:48.904002 | fa163ee5-9860-1809-32d2-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-03 14:15:48.905017 | fa163ee5-9860-1809-32d2-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:16.517718 | 0.22s 2025-10-03 14:15:48.940752 | fa163ee5-9860-1809-32d2-000000000bda | TASK | Force NTP sync 2025-10-03 14:15:49.135659 | fa163ee5-9860-1809-32d2-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-03 14:15:49.136538 | fa163ee5-9860-1809-32d2-000000000bda | TIMING | Force NTP sync | standalone | 0:03:16.749238 | 0.19s 2025-10-03 14:15:49.155154 | fa163ee5-9860-1809-32d2-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-03 14:15:49.368555 | fa163ee5-9860-1809-32d2-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-03 14:15:49.369579 | fa163ee5-9860-1809-32d2-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:16.982278 | 0.21s 2025-10-03 14:15:49.397092 | fa163ee5-9860-1809-32d2-000000000bdc | TASK | Run timezone role 2025-10-03 14:15:49.425729 | fa163ee5-9860-1809-32d2-000000000bdc | TIMING | Run timezone role | standalone | 0:03:17.038406 | 0.03s 2025-10-03 14:15:49.520136 | fa163ee5-9860-1809-32d2-000000001c2d | TASK | Set timezone 2025-10-03 14:15:50.021135 | fa163ee5-9860-1809-32d2-000000001c2d | OK | Set timezone | standalone 2025-10-03 14:15:50.022671 | fa163ee5-9860-1809-32d2-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:17.635361 | 0.50s 2025-10-03 14:15:50.045797 | fa163ee5-9860-1809-32d2-000000001c2e | TASK | Restart time services 2025-10-03 14:15:50.086535 | fa163ee5-9860-1809-32d2-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-03 14:15:50.094743 | fa163ee5-9860-1809-32d2-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-03 14:15:50.102696 | fa163ee5-9860-1809-32d2-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:17.715376 | 0.06s 2025-10-03 14:15:50.145564 | fa163ee5-9860-1809-32d2-000000000bdd | TASK | install tmpwatch on the host 2025-10-03 14:15:53.121955 | fa163ee5-9860-1809-32d2-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-03 14:15:53.123015 | fa163ee5-9860-1809-32d2-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:20.735713 | 2.98s 2025-10-03 14:15:53.140435 | fa163ee5-9860-1809-32d2-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-03 14:15:53.166273 | fa163ee5-9860-1809-32d2-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-03 14:15:53.167092 | fa163ee5-9860-1809-32d2-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:20.779793 | 0.03s 2025-10-03 14:15:53.210647 | fa163ee5-9860-1809-32d2-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:20.823330 | 0.03s 2025-10-03 14:15:53.309775 | fa163ee5-9860-1809-32d2-000000001e61 | TASK | Gather variables for each operating system 2025-10-03 14:15:53.414610 | fa163ee5-9860-1809-32d2-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-03 14:15:53.415604 | fa163ee5-9860-1809-32d2-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.028299 | 0.10s 2025-10-03 14:15:53.420033 | fa163ee5-9860-1809-32d2-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.032725 | 0.11s 2025-10-03 14:15:53.480894 | fa163ee5-9860-1809-32d2-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:21.093554 | 0.04s 2025-10-03 14:15:53.496206 | 248523e3-8cf6-4ca7-b88a-6699949fb1c2 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-03 14:15:53.529174 | fa163ee5-9860-1809-32d2-000000001f92 | TASK | Check tuned package is installed 2025-10-03 14:15:53.835304 | fa163ee5-9860-1809-32d2-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-03 14:15:53.836394 | fa163ee5-9860-1809-32d2-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:21.449093 | 0.30s 2025-10-03 14:15:53.857410 | fa163ee5-9860-1809-32d2-000000001f93 | TASK | Install tuned 2025-10-03 14:15:53.887149 | fa163ee5-9860-1809-32d2-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-03 14:15:53.888094 | fa163ee5-9860-1809-32d2-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:21.500793 | 0.03s 2025-10-03 14:15:53.909176 | fa163ee5-9860-1809-32d2-000000001f94 | TASK | Restart tuned 2025-10-03 14:15:53.936318 | fa163ee5-9860-1809-32d2-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-03 14:15:53.937300 | fa163ee5-9860-1809-32d2-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:21.549994 | 0.03s 2025-10-03 14:15:53.958902 | fa163ee5-9860-1809-32d2-000000001e63 | TASK | Check for tuned-adm 2025-10-03 14:15:54.180878 | fa163ee5-9860-1809-32d2-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-03 14:15:54.181922 | fa163ee5-9860-1809-32d2-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:21.794620 | 0.22s 2025-10-03 14:15:54.233638 | fa163ee5-9860-1809-32d2-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:21.846319 | 0.03s 2025-10-03 14:15:54.253610 | 06ce045c-de20-46ad-bf9c-c3e6901d36c9 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-03 14:15:54.286036 | fa163ee5-9860-1809-32d2-000000001fbf | TASK | Ensure profile directory exists 2025-10-03 14:15:54.356609 | fa163ee5-9860-1809-32d2-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-03 14:15:54.357828 | fa163ee5-9860-1809-32d2-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:21.970520 | 0.07s 2025-10-03 14:15:54.380022 | fa163ee5-9860-1809-32d2-000000001fc0 | TASK | Create custom tuned profile 2025-10-03 14:15:54.450045 | fa163ee5-9860-1809-32d2-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-03 14:15:54.451117 | fa163ee5-9860-1809-32d2-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:22.063814 | 0.07s 2025-10-03 14:15:54.476013 | fa163ee5-9860-1809-32d2-000000001fc1 | TASK | Check tuned active profile 2025-10-03 14:15:54.677041 | fa163ee5-9860-1809-32d2-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-03 14:15:54.678326 | fa163ee5-9860-1809-32d2-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:22.291020 | 0.20s 2025-10-03 14:15:54.706604 | fa163ee5-9860-1809-32d2-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-03 14:15:54.934683 | fa163ee5-9860-1809-32d2-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-03 14:15:54.936050 | fa163ee5-9860-1809-32d2-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:22.548743 | 0.23s 2025-10-03 14:15:54.965910 | fa163ee5-9860-1809-32d2-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-03 14:15:55.015145 | fa163ee5-9860-1809-32d2-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-03 14:15:55.016080 | fa163ee5-9860-1809-32d2-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:22.628779 | 0.05s 2025-10-03 14:15:55.038612 | fa163ee5-9860-1809-32d2-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-03 14:15:55.089236 | fa163ee5-9860-1809-32d2-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-03 14:15:55.090719 | fa163ee5-9860-1809-32d2-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:22.703408 | 0.05s 2025-10-03 14:15:55.118743 | fa163ee5-9860-1809-32d2-000000001fc5 | TASK | Enable tuned profile 2025-10-03 14:15:55.141295 | fa163ee5-9860-1809-32d2-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-03 14:15:55.142480 | fa163ee5-9860-1809-32d2-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:22.755173 | 0.02s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-03 14:15:55.312956 | fa163ee5-9860-1809-32d2-0000000000ac | TASK | Overcloud container setup tasks 2025-10-03 14:15:55.339570 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000ac') missing from stats 2025-10-03 14:15:55.360793 | fa163ee5-9860-1809-32d2-0000000000ad | TASK | Write config data 2025-10-03 14:15:55.426348 | fa163ee5-9860-1809-32d2-0000000000ad | TIMING | Write config data | standalone | 0:03:23.039028 | 0.06s 2025-10-03 14:15:55.469539 | e0c21db4-cb4e-4ed1-92d8-5c8580c73b6c | INCLUDED | /root/standalone-ansible-9vn19upn/common_container_setup_tasks.yaml | standalone 2025-10-03 14:15:55.494782 | fa163ee5-9860-1809-32d2-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-03 14:15:55.728748 | fa163ee5-9860-1809-32d2-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-03 14:15:55.729529 | fa163ee5-9860-1809-32d2-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:23.342230 | 0.23s 2025-10-03 14:15:55.747143 | fa163ee5-9860-1809-32d2-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-03 14:15:55.962014 | fa163ee5-9860-1809-32d2-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-03 14:15:55.963788 | fa163ee5-9860-1809-32d2-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:23.576480 | 0.22s 2025-10-03 14:15:55.991696 | fa163ee5-9860-1809-32d2-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-03 14:15:56.227059 | fa163ee5-9860-1809-32d2-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-03 14:15:56.228508 | fa163ee5-9860-1809-32d2-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:23.841201 | 0.24s 2025-10-03 14:15:56.255530 | fa163ee5-9860-1809-32d2-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-03 14:15:56.467724 | fa163ee5-9860-1809-32d2-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-03 14:15:56.468982 | fa163ee5-9860-1809-32d2-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:24.081677 | 0.21s 2025-10-03 14:15:56.490399 | fa163ee5-9860-1809-32d2-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-03 14:15:56.726929 | fa163ee5-9860-1809-32d2-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-03 14:15:56.728647 | fa163ee5-9860-1809-32d2-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:24.341333 | 0.24s 2025-10-03 14:15:56.757311 | fa163ee5-9860-1809-32d2-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-03 14:15:58.091258 | fa163ee5-9860-1809-32d2-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-03 14:15:58.092248 | fa163ee5-9860-1809-32d2-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:25.704949 | 1.33s 2025-10-03 14:15:58.110561 | fa163ee5-9860-1809-32d2-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-03 14:15:58.328837 | fa163ee5-9860-1809-32d2-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-03 14:15:58.330356 | fa163ee5-9860-1809-32d2-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:25.943048 | 0.22s 2025-10-03 14:15:58.356598 | fa163ee5-9860-1809-32d2-00000000202d | TASK | Write container config scripts 2025-10-03 14:15:58.685448 | fa163ee5-9860-1809-32d2-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-03 14:15:58.686806 | fa163ee5-9860-1809-32d2-00000000202d | TIMING | Write container config scripts | standalone | 0:03:26.299499 | 0.33s 2025-10-03 14:15:58.708716 | fa163ee5-9860-1809-32d2-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-03 14:15:59.134020 | fa163ee5-9860-1809-32d2-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-03 14:15:59.134762 | fa163ee5-9860-1809-32d2-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:26.747463 | 0.43s 2025-10-03 14:15:59.152457 | fa163ee5-9860-1809-32d2-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-03 14:15:59.764061 | fa163ee5-9860-1809-32d2-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-03 14:15:59.768421 | fa163ee5-9860-1809-32d2-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:27.381121 | 0.61s 2025-10-03 14:15:59.797071 | fa163ee5-9860-1809-32d2-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-03 14:16:00.005627 | fa163ee5-9860-1809-32d2-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-03 14:16:00.008152 | fa163ee5-9860-1809-32d2-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:27.620840 | 0.21s 2025-10-03 14:16:00.034763 | fa163ee5-9860-1809-32d2-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-03 14:16:00.267021 | fa163ee5-9860-1809-32d2-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-03 14:16:00.268409 | fa163ee5-9860-1809-32d2-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:27.881109 | 0.23s 2025-10-03 14:16:00.286773 | fa163ee5-9860-1809-32d2-000000002032 | TASK | Write container config json files 2025-10-03 14:16:00.825662 | fa163ee5-9860-1809-32d2-000000002032 | CHANGED | Write container config json files | standalone 2025-10-03 14:16:00.836079 | fa163ee5-9860-1809-32d2-000000002032 | TIMING | Write container config json files | standalone | 0:03:28.448764 | 0.55s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-03 14:16:01.029536 | fa163ee5-9860-1809-32d2-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-03 14:16:01.058561 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-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-03 14:16:01.128396 | fa163ee5-9860-1809-32d2-0000000000b2 | TIMING | include_tasks | standalone | 0:03:28.741086 | 0.04s 2025-10-03 14:16:01.143330 | 26cdc7d8-2997-48b6-852d-6035c941e1e9 | INCLUDED | /root/standalone-ansible-9vn19upn/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-03 14:16:01.276170 | fa163ee5-9860-1809-32d2-0000000000b6 | TASK | External deployment step 1 2025-10-03 14:16:01.304822 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000b6') missing from stats 2025-10-03 14:16:01.357183 | fa163ee5-9860-1809-32d2-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:28.969876 | 0.04s 2025-10-03 14:16:01.384764 | 3c4aae6e-ecd7-4b54-9bda-490994c146b0 | INCLUDED | /root/standalone-ansible-9vn19upn/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-03 14:16:01.404248 | fa163ee5-9860-1809-32d2-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-03 14:16:01.461362 | fa163ee5-9860-1809-32d2-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-03 14:16:01.462322 | fa163ee5-9860-1809-32d2-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:29.075021 | 0.06s 2025-10-03 14:16:01.477149 | fa163ee5-9860-1809-32d2-000000002079 | TASK | Build disk list for cephadm 2025-10-03 14:16:01.526757 | fa163ee5-9860-1809-32d2-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-03 14:16:01.527606 | fa163ee5-9860-1809-32d2-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:29.140305 | 0.05s 2025-10-03 14:16:01.543047 | fa163ee5-9860-1809-32d2-000000002080 | TASK | Container image prepare 2025-10-03 14:16:02.610224 | fa163ee5-9860-1809-32d2-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-03 14:16:02.612396 | fa163ee5-9860-1809-32d2-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:30.225087 | 1.07s 2025-10-03 14:16:02.650545 | fa163ee5-9860-1809-32d2-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-03 14:16:02.914520 | fa163ee5-9860-1809-32d2-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-03 14:16:02.915894 | fa163ee5-9860-1809-32d2-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:30.528553 | 0.26s 2025-10-03 14:16:02.934391 | fa163ee5-9860-1809-32d2-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-03 14:16:02.987887 | fa163ee5-9860-1809-32d2-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:30.600542 | 0.05s 2025-10-03 14:16:03.033765 | fa163ee5-9860-1809-32d2-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-03 14:16:03.274243 | fa163ee5-9860-1809-32d2-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-03 14:16:03.275173 | fa163ee5-9860-1809-32d2-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:30.887873 | 0.24s 2025-10-03 14:16:03.291304 | fa163ee5-9860-1809-32d2-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-03 14:16:03.778130 | fa163ee5-9860-1809-32d2-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-03 14:16:03.778965 | fa163ee5-9860-1809-32d2-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:31.391667 | 0.49s 2025-10-03 14:16:03.794277 | fa163ee5-9860-1809-32d2-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-03 14:16:03.851936 | fa163ee5-9860-1809-32d2-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:31.464620 | 0.06s 2025-10-03 14:16:03.899510 | fa163ee5-9860-1809-32d2-0000000020eb | TASK | Check for a configured destination 2025-10-03 14:16:03.963830 | fa163ee5-9860-1809-32d2-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-03 14:16:03.965806 | fa163ee5-9860-1809-32d2-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:31.578490 | 0.06s 2025-10-03 14:16:03.994793 | fa163ee5-9860-1809-32d2-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-03 14:16:04.493281 | fa163ee5-9860-1809-32d2-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-03 14:16:04.495077 | fa163ee5-9860-1809-32d2-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:32.107768 | 0.50s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-03 14:16:04.638007 | fa163ee5-9860-1809-32d2-0000000000ba | TASK | Deploy step tasks for 1 2025-10-03 14:16:04.665163 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000ba') missing from stats 2025-10-03 14:16:04.687010 | fa163ee5-9860-1809-32d2-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-03 14:16:05.086501 | fa163ee5-9860-1809-32d2-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-03 14:16:05.087659 | fa163ee5-9860-1809-32d2-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:32.700356 | 0.40s 2025-10-03 14:16:05.106953 | fa163ee5-9860-1809-32d2-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-03 14:16:05.334590 | fa163ee5-9860-1809-32d2-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-03 14:16:05.336070 | fa163ee5-9860-1809-32d2-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:32.948761 | 0.23s 2025-10-03 14:16:05.355755 | fa163ee5-9860-1809-32d2-0000000000be | TASK | Write config data at the start of step 1 2025-10-03 14:16:05.415728 | fa163ee5-9860-1809-32d2-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:33.028411 | 0.06s 2025-10-03 14:16:05.466845 | db2077c2-70c5-4f90-9379-1faac89d9fad | INCLUDED | /root/standalone-ansible-9vn19upn/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-03 14:16:05.496306 | fa163ee5-9860-1809-32d2-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-03 14:16:05.522815 | fa163ee5-9860-1809-32d2-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-03 14:16:05.523785 | fa163ee5-9860-1809-32d2-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:33.136477 | 0.03s 2025-10-03 14:16:05.545164 | fa163ee5-9860-1809-32d2-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-03 14:16:05.571022 | fa163ee5-9860-1809-32d2-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-03 14:16:05.571993 | fa163ee5-9860-1809-32d2-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:33.184687 | 0.03s 2025-10-03 14:16:05.592792 | fa163ee5-9860-1809-32d2-00000000212c | TASK | Write the puppet step_config manifest 2025-10-03 14:16:06.017128 | fa163ee5-9860-1809-32d2-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-03 14:16:06.018187 | fa163ee5-9860-1809-32d2-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:33.630883 | 0.42s 2025-10-03 14:16:06.038340 | fa163ee5-9860-1809-32d2-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-03 14:16:06.064496 | fa163ee5-9860-1809-32d2-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-03 14:16:06.065452 | fa163ee5-9860-1809-32d2-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:33.678148 | 0.03s 2025-10-03 14:16:06.087427 | fa163ee5-9860-1809-32d2-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-03 14:16:06.103732 | fa163ee5-9860-1809-32d2-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-03 14:16:06.104666 | fa163ee5-9860-1809-32d2-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:33.717365 | 0.02s 2025-10-03 14:16:06.125222 | fa163ee5-9860-1809-32d2-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-03 14:16:06.338718 | fa163ee5-9860-1809-32d2-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-03 14:16:06.340285 | fa163ee5-9860-1809-32d2-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:33.952978 | 0.21s 2025-10-03 14:16:06.361782 | fa163ee5-9860-1809-32d2-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-03 14:16:06.390061 | fa163ee5-9860-1809-32d2-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-03 14:16:06.391645 | fa163ee5-9860-1809-32d2-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:34.004330 | 0.03s 2025-10-03 14:16:06.422954 | fa163ee5-9860-1809-32d2-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-03 14:16:06.454748 | fa163ee5-9860-1809-32d2-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-03 14:16:06.456968 | fa163ee5-9860-1809-32d2-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:34.069646 | 0.03s 2025-10-03 14:16:06.491908 | fa163ee5-9860-1809-32d2-000000002132 | TASK | Write container-puppet.json file 2025-10-03 14:16:07.010832 | fa163ee5-9860-1809-32d2-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-03 14:16:07.012450 | fa163ee5-9860-1809-32d2-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:34.625143 | 0.52s 2025-10-03 14:16:07.038751 | fa163ee5-9860-1809-32d2-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-03 14:16:07.059551 | fa163ee5-9860-1809-32d2-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-03 14:16:07.060751 | fa163ee5-9860-1809-32d2-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:34.673443 | 0.02s 2025-10-03 14:16:07.085878 | fa163ee5-9860-1809-32d2-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-03 14:16:07.115060 | fa163ee5-9860-1809-32d2-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-03 14:16:07.116134 | fa163ee5-9860-1809-32d2-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:34.728827 | 0.03s 2025-10-03 14:16:07.141142 | fa163ee5-9860-1809-32d2-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-03 14:16:07.510928 | fa163ee5-9860-1809-32d2-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-03 14:16:07.512350 | fa163ee5-9860-1809-32d2-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:35.125042 | 0.37s 2025-10-03 14:16:07.537694 | fa163ee5-9860-1809-32d2-000000002136 | TASK | Set host puppet debugging fact string 2025-10-03 14:16:07.571664 | fa163ee5-9860-1809-32d2-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-03 14:16:07.572973 | fa163ee5-9860-1809-32d2-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:35.185664 | 0.03s 2025-10-03 14:16:07.595588 | fa163ee5-9860-1809-32d2-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-03 14:16:07.618225 | fa163ee5-9860-1809-32d2-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-03 14:16:07.619136 | fa163ee5-9860-1809-32d2-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:35.231836 | 0.02s 2025-10-03 14:16:07.640897 | fa163ee5-9860-1809-32d2-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-03 14:16:07.674073 | fa163ee5-9860-1809-32d2-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-03 14:16:07.675167 | fa163ee5-9860-1809-32d2-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:35.287863 | 0.03s 2025-10-03 14:16:07.696687 | fa163ee5-9860-1809-32d2-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-03 14:16:07.715052 | fa163ee5-9860-1809-32d2-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-03 14:16:07.716075 | fa163ee5-9860-1809-32d2-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:35.328773 | 0.02s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 14:16:07.769940 | fa163ee5-9860-1809-32d2-0000000000c0 | TIMING | include_tasks | standalone | 0:03:35.382631 | 0.04s 2025-10-03 14:16:07.862126 | 511cf86a-93a8-43ff-a211-0f35361d5c72 | INCLUDED | /root/standalone-ansible-9vn19upn/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-03 14:16:07.905168 | fa163ee5-9860-1809-32d2-000000002164 | TASK | Create dirs for certificates and keys 2025-10-03 14:16:07.964793 | fa163ee5-9860-1809-32d2-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-03 14:16:07.984450 | fa163ee5-9860-1809-32d2-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-03 14:16:07.990868 | fa163ee5-9860-1809-32d2-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:35.603548 | 0.08s 2025-10-03 14:16:08.055398 | fa163ee5-9860-1809-32d2-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 14:16:08.056642 | fa163ee5-9860-1809-32d2-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:35.669335 | 0.05s 2025-10-03 14:16:08.082768 | fa163ee5-9860-1809-32d2-00000000216c | TASK | Fail if container image is undefined 2025-10-03 14:16:08.153792 | fa163ee5-9860-1809-32d2-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 14:16:08.154982 | fa163ee5-9860-1809-32d2-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:35.767674 | 0.07s 2025-10-03 14:16:08.197455 | fa163ee5-9860-1809-32d2-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-03 14:16:24.355833 | fa163ee5-9860-1809-32d2-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-03 14:16:24.357312 | fa163ee5-9860-1809-32d2-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:51.970004 | 16.16s 2025-10-03 14:16:24.412803 | fa163ee5-9860-1809-32d2-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-03 14:16:24.736246 | fa163ee5-9860-1809-32d2-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-03 14:16:24.737525 | fa163ee5-9860-1809-32d2-00000000216e | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:52.350219 | 0.32s 2025-10-03 14:16:24.789352 | fa163ee5-9860-1809-32d2-00000000217d | TASK | Fail if container image is undefined 2025-10-03 14:16:24.839187 | fa163ee5-9860-1809-32d2-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 14:16:24.840424 | fa163ee5-9860-1809-32d2-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:52.453116 | 0.05s 2025-10-03 14:16:24.884549 | fa163ee5-9860-1809-32d2-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-03 14:16:33.244945 | fa163ee5-9860-1809-32d2-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-03 14:16:33.246433 | fa163ee5-9860-1809-32d2-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:00.859126 | 8.36s 2025-10-03 14:16:33.301663 | fa163ee5-9860-1809-32d2-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-03 14:16:33.645567 | fa163ee5-9860-1809-32d2-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-03 14:16:33.646370 | fa163ee5-9860-1809-32d2-00000000217f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:01.259071 | 0.34s 2025-10-03 14:16:33.700954 | fa163ee5-9860-1809-32d2-00000000218a | TASK | Check if rsyslog exists 2025-10-03 14:16:33.956538 | fa163ee5-9860-1809-32d2-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-03 14:16:33.958371 | fa163ee5-9860-1809-32d2-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:01.571064 | 0.26s 2025-10-03 14:16:33.984692 | fa163ee5-9860-1809-32d2-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-03 14:16:34.275480 | fa163ee5-9860-1809-32d2-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-03 14:16:34.277014 | fa163ee5-9860-1809-32d2-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:01.889706 | 0.29s 2025-10-03 14:16:34.304511 | fa163ee5-9860-1809-32d2-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-03 14:16:35.086647 | fa163ee5-9860-1809-32d2-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-03 14:16:35.088969 | fa163ee5-9860-1809-32d2-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:02.701655 | 0.78s 2025-10-03 14:16:35.122412 | fa163ee5-9860-1809-32d2-000000002194 | TASK | Fail if container image is undefined 2025-10-03 14:16:35.195473 | fa163ee5-9860-1809-32d2-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 14:16:35.196876 | fa163ee5-9860-1809-32d2-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:02.809545 | 0.07s 2025-10-03 14:16:35.236974 | fa163ee5-9860-1809-32d2-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-03 14:16:41.237258 | fa163ee5-9860-1809-32d2-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-03 14:16:41.238413 | fa163ee5-9860-1809-32d2-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:08.851111 | 6.00s 2025-10-03 14:16:41.280074 | fa163ee5-9860-1809-32d2-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-03 14:16:41.689456 | fa163ee5-9860-1809-32d2-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-03 14:16:41.690475 | fa163ee5-9860-1809-32d2-000000002196 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:09.303173 | 0.41s 2025-10-03 14:16:41.730400 | fa163ee5-9860-1809-32d2-0000000021a0 | TASK | Run lvmfilter role 2025-10-03 14:16:41.759125 | fa163ee5-9860-1809-32d2-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:09.371819 | 0.03s 2025-10-03 14:16:41.823545 | fa163ee5-9860-1809-32d2-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-03 14:16:42.052465 | fa163ee5-9860-1809-32d2-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-03 14:16:42.054280 | fa163ee5-9860-1809-32d2-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:09.666963 | 0.23s 2025-10-03 14:16:42.082169 | fa163ee5-9860-1809-32d2-0000000022b9 | TASK | collect ansible devices 2025-10-03 14:16:42.135770 | fa163ee5-9860-1809-32d2-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-03 14:16:42.137247 | fa163ee5-9860-1809-32d2-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:09.749938 | 0.05s 2025-10-03 14:16:42.163343 | fa163ee5-9860-1809-32d2-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-03 14:16:42.213968 | fa163ee5-9860-1809-32d2-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-03 14:16:42.215164 | fa163ee5-9860-1809-32d2-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:09.827856 | 0.05s 2025-10-03 14:16:42.242002 | fa163ee5-9860-1809-32d2-0000000022bb | TASK | set allowed_devices 2025-10-03 14:16:42.291755 | fa163ee5-9860-1809-32d2-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-03 14:16:42.292980 | fa163ee5-9860-1809-32d2-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:09.905670 | 0.05s 2025-10-03 14:16:42.318829 | fa163ee5-9860-1809-32d2-0000000022bc | TASK | build lvm2 allow list 2025-10-03 14:16:42.368530 | fa163ee5-9860-1809-32d2-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-03 14:16:42.369902 | fa163ee5-9860-1809-32d2-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:09.982558 | 0.05s 2025-10-03 14:16:42.397955 | fa163ee5-9860-1809-32d2-0000000022bd | TASK | build lvm2 deny list 2025-10-03 14:16:42.449892 | fa163ee5-9860-1809-32d2-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-03 14:16:42.451224 | fa163ee5-9860-1809-32d2-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:10.063917 | 0.05s 2025-10-03 14:16:42.476468 | fa163ee5-9860-1809-32d2-0000000022be | TASK | build lvm2 filter 2025-10-03 14:16:42.515304 | fa163ee5-9860-1809-32d2-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-03 14:16:42.516431 | fa163ee5-9860-1809-32d2-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:10.129123 | 0.04s 2025-10-03 14:16:42.537698 | fa163ee5-9860-1809-32d2-0000000022bf | TASK | regenerate lvm config 2025-10-03 14:16:42.565278 | fa163ee5-9860-1809-32d2-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-03 14:16:42.566498 | fa163ee5-9860-1809-32d2-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:10.179191 | 0.03s 2025-10-03 14:16:42.596755 | fa163ee5-9860-1809-32d2-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-03 14:16:42.641663 | fa163ee5-9860-1809-32d2-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-03 14:16:42.642791 | fa163ee5-9860-1809-32d2-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:10.255488 | 0.04s 2025-10-03 14:16:42.692460 | fa163ee5-9860-1809-32d2-0000000021a6 | TASK | Fail if container image is undefined 2025-10-03 14:16:42.757712 | fa163ee5-9860-1809-32d2-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 14:16:42.758827 | fa163ee5-9860-1809-32d2-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:10.371526 | 0.06s 2025-10-03 14:16:42.798085 | fa163ee5-9860-1809-32d2-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-03 14:16:56.671357 | fa163ee5-9860-1809-32d2-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-03 14:16:56.672429 | fa163ee5-9860-1809-32d2-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:24.285128 | 13.87s 2025-10-03 14:16:56.713984 | fa163ee5-9860-1809-32d2-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-03 14:16:57.066643 | fa163ee5-9860-1809-32d2-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-03 14:16:57.068249 | fa163ee5-9860-1809-32d2-0000000021a8 | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:24.680936 | 0.35s 2025-10-03 14:16:57.170487 | fa163ee5-9860-1809-32d2-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 14:16:57.171590 | fa163ee5-9860-1809-32d2-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:24.784287 | 0.05s 2025-10-03 14:16:57.193372 | fa163ee5-9860-1809-32d2-0000000021ba | TASK | Fail if container image is undefined 2025-10-03 14:16:57.255980 | fa163ee5-9860-1809-32d2-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 14:16:57.257033 | fa163ee5-9860-1809-32d2-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:24.869727 | 0.06s 2025-10-03 14:16:57.288233 | fa163ee5-9860-1809-32d2-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-03 14:17:05.365368 | fa163ee5-9860-1809-32d2-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-03 14:17:05.366903 | fa163ee5-9860-1809-32d2-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:32.979557 | 8.08s 2025-10-03 14:17:05.422942 | fa163ee5-9860-1809-32d2-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-03 14:17:05.768418 | fa163ee5-9860-1809-32d2-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-03 14:17:05.769978 | fa163ee5-9860-1809-32d2-0000000021bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:33.382663 | 0.35s 2025-10-03 14:17:05.876523 | fa163ee5-9860-1809-32d2-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 14:17:05.877912 | fa163ee5-9860-1809-32d2-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:33.490600 | 0.05s 2025-10-03 14:17:05.904022 | fa163ee5-9860-1809-32d2-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-03 14:17:27.131578 | fa163ee5-9860-1809-32d2-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-03 14:17:27.132772 | fa163ee5-9860-1809-32d2-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:54.745472 | 21.23s 2025-10-03 14:17:27.150521 | fa163ee5-9860-1809-32d2-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-03 14:17:27.200472 | fa163ee5-9860-1809-32d2-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-03 14:17:27.201921 | fa163ee5-9860-1809-32d2-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:54.814607 | 0.05s 2025-10-03 14:17:27.229538 | fa163ee5-9860-1809-32d2-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-03 14:17:27.515537 | fa163ee5-9860-1809-32d2-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-03 14:17:27.517010 | fa163ee5-9860-1809-32d2-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:55.129702 | 0.29s 2025-10-03 14:17:27.542874 | fa163ee5-9860-1809-32d2-0000000021ce | TASK | is KSM enabled 2025-10-03 14:17:27.582057 | fa163ee5-9860-1809-32d2-0000000021ce | OK | is KSM enabled | standalone 2025-10-03 14:17:27.583263 | fa163ee5-9860-1809-32d2-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:55.195956 | 0.04s 2025-10-03 14:17:27.609798 | fa163ee5-9860-1809-32d2-0000000021d0 | TASK | Check for ksm 2025-10-03 14:17:27.865382 | fa163ee5-9860-1809-32d2-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-03 14:17:27.866667 | fa163ee5-9860-1809-32d2-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:55.479360 | 0.26s 2025-10-03 14:17:27.892075 | fa163ee5-9860-1809-32d2-0000000021d1 | TASK | disable KSM services 2025-10-03 14:17:27.981589 | fa163ee5-9860-1809-32d2-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-03 14:17:28.016809 | fa163ee5-9860-1809-32d2-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-03 14:17:28.028590 | fa163ee5-9860-1809-32d2-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:55.641279 | 0.14s 2025-10-03 14:17:28.054994 | fa163ee5-9860-1809-32d2-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-03 14:17:28.102283 | fa163ee5-9860-1809-32d2-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-03 14:17:28.103181 | fa163ee5-9860-1809-32d2-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:55.715880 | 0.05s 2025-10-03 14:17:28.123046 | fa163ee5-9860-1809-32d2-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-03 14:17:28.159614 | fa163ee5-9860-1809-32d2-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-03 14:17:28.160459 | fa163ee5-9860-1809-32d2-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:55.773158 | 0.04s 2025-10-03 14:17:28.182089 | fa163ee5-9860-1809-32d2-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-03 14:17:28.220803 | fa163ee5-9860-1809-32d2-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-03 14:17:28.221685 | fa163ee5-9860-1809-32d2-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:55.834383 | 0.04s 2025-10-03 14:17:28.241580 | fa163ee5-9860-1809-32d2-0000000021d6 | TASK | enable ksmtunded 2025-10-03 14:17:28.295628 | fa163ee5-9860-1809-32d2-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-03 14:17:28.309623 | fa163ee5-9860-1809-32d2-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-03 14:17:28.321256 | fa163ee5-9860-1809-32d2-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:55.933954 | 0.08s 2025-10-03 14:17:28.394055 | fa163ee5-9860-1809-32d2-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 14:17:28.395350 | fa163ee5-9860-1809-32d2-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:56.008043 | 0.05s 2025-10-03 14:17:28.420567 | fa163ee5-9860-1809-32d2-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-03 14:17:28.491139 | fa163ee5-9860-1809-32d2-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-03 14:17:28.492733 | fa163ee5-9860-1809-32d2-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:56.105425 | 0.07s 2025-10-03 14:17:28.519819 | fa163ee5-9860-1809-32d2-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-03 14:17:32.544271 | fa163ee5-9860-1809-32d2-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-03 14:17:32.547673 | fa163ee5-9860-1809-32d2-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:00.160367 | 4.03s 2025-10-03 14:17:32.575895 | fa163ee5-9860-1809-32d2-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-03 14:17:32.647638 | fa163ee5-9860-1809-32d2-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-03 14:17:32.649059 | fa163ee5-9860-1809-32d2-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:00.261752 | 0.07s 2025-10-03 14:17:32.679925 | fa163ee5-9860-1809-32d2-0000000021de | TASK | Fetch ovn VIP 2025-10-03 14:17:32.741194 | fa163ee5-9860-1809-32d2-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-03 14:17:32.742422 | fa163ee5-9860-1809-32d2-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:05:00.355114 | 0.06s 2025-10-03 14:17:32.772624 | fa163ee5-9860-1809-32d2-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-03 14:17:32.822700 | fa163ee5-9860-1809-32d2-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-03 14:17:32.823484 | fa163ee5-9860-1809-32d2-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:00.436182 | 0.05s 2025-10-03 14:17:32.843471 | fa163ee5-9860-1809-32d2-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-03 14:17:32.900297 | fa163ee5-9860-1809-32d2-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-03 14:17:32.901798 | fa163ee5-9860-1809-32d2-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:00.514488 | 0.06s 2025-10-03 14:17:32.933772 | fa163ee5-9860-1809-32d2-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-03 14:17:32.984436 | fa163ee5-9860-1809-32d2-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-03 14:17:32.985726 | fa163ee5-9860-1809-32d2-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:00.598417 | 0.05s 2025-10-03 14:17:33.016119 | fa163ee5-9860-1809-32d2-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-03 14:17:33.095704 | fa163ee5-9860-1809-32d2-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-03 14:17:33.099591 | fa163ee5-9860-1809-32d2-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:05:00.712281 | 0.08s 2025-10-03 14:17:33.190530 | fa163ee5-9860-1809-32d2-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 14:17:33.191906 | fa163ee5-9860-1809-32d2-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.804591 | 0.06s 2025-10-03 14:17:33.221522 | fa163ee5-9860-1809-32d2-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-03 14:17:33.272708 | fa163ee5-9860-1809-32d2-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:05:00.885399 | 0.05s 2025-10-03 14:17:33.341618 | fa163ee5-9860-1809-32d2-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-03 14:17:33.580975 | fa163ee5-9860-1809-32d2-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-03 14:17:33.581781 | fa163ee5-9860-1809-32d2-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:01.194481 | 0.24s 2025-10-03 14:17:33.601846 | fa163ee5-9860-1809-32d2-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-03 14:17:33.669398 | fa163ee5-9860-1809-32d2-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-03 14:17:33.670676 | fa163ee5-9860-1809-32d2-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:01.283367 | 0.07s 2025-10-03 14:17:33.702475 | fa163ee5-9860-1809-32d2-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-03 14:17:33.967667 | fa163ee5-9860-1809-32d2-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-03 14:17:33.969029 | fa163ee5-9860-1809-32d2-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:01.581722 | 0.26s 2025-10-03 14:17:34.000010 | fa163ee5-9860-1809-32d2-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-03 14:17:34.061572 | fa163ee5-9860-1809-32d2-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-03 14:17:34.062804 | fa163ee5-9860-1809-32d2-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:01.675498 | 0.06s 2025-10-03 14:17:34.095273 | fa163ee5-9860-1809-32d2-000000002393 | TASK | render OVN cluster configuration 2025-10-03 14:17:34.679008 | fa163ee5-9860-1809-32d2-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-03 14:17:34.680478 | fa163ee5-9860-1809-32d2-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:02.293169 | 0.58s 2025-10-03 14:17:34.712677 | fa163ee5-9860-1809-32d2-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-03 14:17:34.751509 | fa163ee5-9860-1809-32d2-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.364184 | 0.04s 2025-10-03 14:17:34.763837 | fa163ee5-9860-1809-32d2-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.376529 | 0.05s 2025-10-03 14:17:34.772090 | fa163ee5-9860-1809-32d2-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.384788 | 0.06s 2025-10-03 14:17:34.777199 | fa163ee5-9860-1809-32d2-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.389886 | 0.06s 2025-10-03 14:17:34.804832 | 2fe514a9-9815-4372-9b24-41ab0c4c5540 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 14:17:34.813628 | 4a5ac210-1d6c-4cba-81cb-a207ef009c48 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 14:17:34.820599 | cf75021a-5d65-4cbb-b54a-a9efcf783051 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-03 14:17:34.850884 | fa163ee5-9860-1809-32d2-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-03 14:17:35.115532 | fa163ee5-9860-1809-32d2-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-03 14:17:35.116409 | fa163ee5-9860-1809-32d2-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:02.729107 | 0.26s 2025-10-03 14:17:35.137059 | fa163ee5-9860-1809-32d2-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-03 14:17:35.188364 | fa163ee5-9860-1809-32d2-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-03 14:17:35.189493 | fa163ee5-9860-1809-32d2-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:02.802190 | 0.05s 2025-10-03 14:17:35.215417 | fa163ee5-9860-1809-32d2-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-03 14:17:35.457747 | fa163ee5-9860-1809-32d2-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-03 14:17:35.459292 | fa163ee5-9860-1809-32d2-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:03.071984 | 0.24s 2025-10-03 14:17:35.495352 | fa163ee5-9860-1809-32d2-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-03 14:17:35.551317 | fa163ee5-9860-1809-32d2-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-03 14:17:35.552597 | fa163ee5-9860-1809-32d2-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:03.165289 | 0.06s 2025-10-03 14:17:35.588292 | fa163ee5-9860-1809-32d2-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-03 14:17:35.802063 | fa163ee5-9860-1809-32d2-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-03 14:17:35.803410 | fa163ee5-9860-1809-32d2-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:03.416102 | 0.21s 2025-10-03 14:17:35.836827 | fa163ee5-9860-1809-32d2-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-03 14:17:35.877139 | fa163ee5-9860-1809-32d2-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-03 14:17:35.878250 | fa163ee5-9860-1809-32d2-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:03.490942 | 0.04s 2025-10-03 14:17:35.984616 | fa163ee5-9860-1809-32d2-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 14:17:35.985782 | fa163ee5-9860-1809-32d2-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.598475 | 0.05s 2025-10-03 14:17:36.069151 | fa163ee5-9860-1809-32d2-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 14:17:36.070638 | fa163ee5-9860-1809-32d2-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.683325 | 0.05s 2025-10-03 14:17:36.103362 | fa163ee5-9860-1809-32d2-0000000021f2 | TASK | Fail if container image is undefined 2025-10-03 14:17:36.175688 | fa163ee5-9860-1809-32d2-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 14:17:36.176739 | fa163ee5-9860-1809-32d2-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:03.789435 | 0.07s 2025-10-03 14:17:36.229028 | fa163ee5-9860-1809-32d2-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-03 14:17:44.608932 | fa163ee5-9860-1809-32d2-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-03 14:17:44.610682 | fa163ee5-9860-1809-32d2-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:12.223369 | 8.38s 2025-10-03 14:17:44.671990 | fa163ee5-9860-1809-32d2-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-03 14:17:45.027202 | fa163ee5-9860-1809-32d2-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-03 14:17:45.028619 | fa163ee5-9860-1809-32d2-0000000021f4 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:12.641307 | 0.36s 2025-10-03 14:17:45.087015 | fa163ee5-9860-1809-32d2-0000000021ff | TASK | Pre-fetch all the containers 2025-10-03 14:17:51.212413 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-03 14:17:51.214317 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:18.827015 | 6.12s 2025-10-03 14:17:58.114958 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-03 14:17:58.119466 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:25.732151 | 13.03s 2025-10-03 14:18:01.837826 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-03 14:18:01.840936 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:29.453623 | 16.75s 2025-10-03 14:18:06.128642 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-03 14:18:06.133972 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:33.746659 | 21.04s 2025-10-03 14:18:08.958104 | fa163ee5-9860-1809-32d2-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-03 14:18:08.961411 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:36.574101 | 23.87s 2025-10-03 14:18:11.483809 | fa163ee5-9860-1809-32d2-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-03 14:18:11.487810 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:39.100502 | 26.40s 2025-10-03 14:18:16.301918 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-03 14:18:16.303649 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:43.916349 | 31.21s 2025-10-03 14:18:21.361787 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-03 14:18:21.364937 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:48.977630 | 36.28s 2025-10-03 14:18:26.424938 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-03 14:18:26.427963 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:54.040661 | 41.34s 2025-10-03 14:18:29.332274 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-03 14:18:29.334935 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:56.947634 | 44.25s 2025-10-03 14:18:38.945814 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-03 14:18:38.948993 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:06.561691 | 53.86s 2025-10-03 14:18:42.648181 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-03 14:18:42.650178 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:10.262877 | 57.56s 2025-10-03 14:19:05.531529 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-03 14:19:05.536741 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:33.149338 | 80.45s 2025-10-03 14:19:19.640883 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-03 14:19:19.643094 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:47.255792 | 94.55s 2025-10-03 14:19:29.678107 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-03 14:19:29.681435 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:57.294126 | 104.59s 2025-10-03 14:19:37.706006 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-03 14:19:37.709308 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:05.321996 | 112.62s 2025-10-03 14:19:46.382427 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-03 14:19:46.385453 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:13.998144 | 121.30s 2025-10-03 14:19:52.374584 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-03 14:19:52.377567 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:19.990244 | 127.29s 2025-10-03 14:19:56.506555 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-03 14:19:56.508739 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:24.121437 | 131.42s 2025-10-03 14:20:01.286243 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-03 14:20:01.290127 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:28.902819 | 136.20s 2025-10-03 14:20:07.786246 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-03 14:20:07.790407 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:35.403099 | 142.70s 2025-10-03 14:20:22.223771 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-03 14:20:22.227396 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:49.840088 | 157.14s 2025-10-03 14:20:25.941303 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-03 14:20:25.945153 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:53.557845 | 160.86s 2025-10-03 14:20:35.422125 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-03 14:20:35.425250 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:03.037927 | 170.34s 2025-10-03 14:20:39.276497 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-03 14:20:39.281177 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:06.893869 | 174.19s 2025-10-03 14:20:43.249306 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-03 14:20:43.252327 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:10.865021 | 178.16s 2025-10-03 14:20:47.184964 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-03 14:20:47.186947 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:14.799646 | 182.10s 2025-10-03 14:20:53.038681 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-03 14:20:53.042553 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:20.655245 | 187.95s 2025-10-03 14:20:57.961966 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-03 14:20:57.965055 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:25.577746 | 192.88s 2025-10-03 14:21:02.085297 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-03 14:21:02.088585 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:29.701275 | 197.00s 2025-10-03 14:21:08.870486 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-03 14:21:08.873763 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:36.486454 | 203.78s 2025-10-03 14:21:12.048373 | fa163ee5-9860-1809-32d2-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-03 14:21:12.052961 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:39.665650 | 206.96s 2025-10-03 14:21:15.290438 | fa163ee5-9860-1809-32d2-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-03 14:21:15.293866 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:42.906550 | 210.20s 2025-10-03 14:21:18.700310 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-03 14:21:18.703192 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:46.315883 | 213.61s 2025-10-03 14:21:21.738143 | fa163ee5-9860-1809-32d2-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-03 14:21:21.742202 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:49.354895 | 216.65s 2025-10-03 14:21:27.764237 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-03 14:21:27.767538 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:55.380214 | 222.68s 2025-10-03 14:21:31.469195 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-03 14:21:31.473733 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:59.086424 | 226.38s 2025-10-03 14:21:37.344994 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-03 14:21:37.348835 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:04.961523 | 232.26s 2025-10-03 14:21:45.613910 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-03 14:21:45.616418 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:13.229113 | 240.53s 2025-10-03 14:21:49.471220 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-03 14:21:49.474778 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:17.087469 | 244.39s 2025-10-03 14:21:53.969690 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-03 14:21:53.972955 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:21.585643 | 248.88s 2025-10-03 14:21:59.030774 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-03 14:21:59.035747 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:26.648426 | 253.95s 2025-10-03 14:22:02.542330 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-03 14:22:02.546918 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:30.159610 | 257.46s 2025-10-03 14:22:06.232009 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-03 14:22:06.236342 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:33.849033 | 261.15s 2025-10-03 14:22:09.842806 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-03 14:22:09.846840 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:37.459532 | 264.76s 2025-10-03 14:22:13.351561 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-03 14:22:13.353970 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:40.966663 | 268.26s 2025-10-03 14:22:19.394231 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-03 14:22:19.397221 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:47.009913 | 274.31s 2025-10-03 14:22:23.421283 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-03 14:22:23.425777 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:51.038451 | 278.34s 2025-10-03 14:22:27.358986 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-03 14:22:27.362823 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:54.975515 | 282.27s 2025-10-03 14:22:32.916275 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-03 14:22:32.919763 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:00.532449 | 287.83s 2025-10-03 14:22:37.009913 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-03 14:22:37.014981 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:04.627673 | 291.93s 2025-10-03 14:22:40.947680 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-03 14:22:40.951710 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:08.564403 | 295.86s 2025-10-03 14:22:45.067088 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-03 14:22:45.071246 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:12.683938 | 299.98s 2025-10-03 14:22:48.572522 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-03 14:22:48.575620 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:16.188312 | 303.49s 2025-10-03 14:22:52.232893 | fa163ee5-9860-1809-32d2-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-03 14:22:52.236308 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:19.849000 | 307.15s 2025-10-03 14:22:52.690905 | fa163ee5-9860-1809-32d2-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:20.303595 | 307.60s 2025-10-03 14:22:52.894999 | fa163ee5-9860-1809-32d2-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-03 14:22:52.895749 | fa163ee5-9860-1809-32d2-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:20.508451 | 0.04s 2025-10-03 14:22:52.915283 | fa163ee5-9860-1809-32d2-000000002209 | TASK | Fail if container image is undefined 2025-10-03 14:22:52.951394 | fa163ee5-9860-1809-32d2-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-03 14:22:52.952125 | fa163ee5-9860-1809-32d2-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:20.564827 | 0.04s 2025-10-03 14:22:52.980759 | fa163ee5-9860-1809-32d2-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-03 14:22:59.113973 | fa163ee5-9860-1809-32d2-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-03 14:22:59.115526 | fa163ee5-9860-1809-32d2-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:26.728219 | 6.13s 2025-10-03 14:22:59.174361 | fa163ee5-9860-1809-32d2-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-03 14:22:59.531907 | fa163ee5-9860-1809-32d2-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-03 14:22:59.533338 | fa163ee5-9860-1809-32d2-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:27.146030 | 0.36s 2025-10-03 14:22:59.590553 | fa163ee5-9860-1809-32d2-000000002216 | TASK | Check if rsyslog exists 2025-10-03 14:22:59.867118 | fa163ee5-9860-1809-32d2-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-03 14:22:59.868840 | fa163ee5-9860-1809-32d2-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:27.481529 | 0.28s 2025-10-03 14:22:59.898113 | fa163ee5-9860-1809-32d2-000000002217 | TASK | Forward logging to swift.log file 2025-10-03 14:23:00.395914 | fa163ee5-9860-1809-32d2-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-03 14:23:00.397396 | fa163ee5-9860-1809-32d2-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:28.010087 | 0.50s 2025-10-03 14:23:00.426609 | fa163ee5-9860-1809-32d2-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-03 14:23:01.329510 | fa163ee5-9860-1809-32d2-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-03 14:23:01.331441 | fa163ee5-9860-1809-32d2-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:28.944134 | 0.90s 2025-10-03 14:23:01.363464 | fa163ee5-9860-1809-32d2-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-03 14:23:01.591114 | fa163ee5-9860-1809-32d2-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-03 14:23:01.592480 | fa163ee5-9860-1809-32d2-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:29.205173 | 0.23s 2025-10-03 14:23:01.694550 | fa163ee5-9860-1809-32d2-0000000000c3 | TIMING | include_tasks | standalone | 0:10:29.307234 | 0.07s 2025-10-03 14:23:01.736028 | f000864e-9ee9-4f08-b9e2-7d8cc66afd6c | INCLUDED | /root/standalone-ansible-9vn19upn/common_deploy_steps_tasks.yaml | standalone 2025-10-03 14:23:01.763538 | fa163ee5-9860-1809-32d2-00000000249a | TASK | Write the config_step hieradata 2025-10-03 14:23:02.248595 | fa163ee5-9860-1809-32d2-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-03 14:23:02.249935 | fa163ee5-9860-1809-32d2-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:29.862623 | 0.49s 2025-10-03 14:23:02.283747 | fa163ee5-9860-1809-32d2-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-03 14:23:02.608673 | fa163ee5-9860-1809-32d2-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-03 14:23:02.609923 | fa163ee5-9860-1809-32d2-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:30.222617 | 0.32s 2025-10-03 14:23:02.639739 | fa163ee5-9860-1809-32d2-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-03 14:23:02.894150 | fa163ee5-9860-1809-32d2-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 14:23:13.127086 | fa163ee5-9860-1809-32d2-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 14:23:23.371358 | fa163ee5-9860-1809-32d2-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-03 14:23:33.592964 | fa163ee5-9860-1809-32d2-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-03 14:23:43.815141 | fa163ee5-9860-1809-32d2-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-03 14:23:54.045021 | fa163ee5-9860-1809-32d2-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-03 14:24:04.281508 | fa163ee5-9860-1809-32d2-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 14:24:04.283324 | fa163ee5-9860-1809-32d2-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:31.896013 | 61.64s 2025-10-03 14:24:04.315953 | fa163ee5-9860-1809-32d2-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-03 14:24:04.406061 | fa163ee5-9860-1809-32d2-00000000249d | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 3 14:23:02 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 14:23:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 14:23:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 14:23:06 puppet-user: (file & line not available)", "<13>Oct 3 14:23: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 3 14:23: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 3 14:23:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 14:23:06 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Oct 3 14:23:06 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 3 14:23:06 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 3 14:23:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 3 14:23:16 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 3 14:23:25 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 3 14:23:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 3 14:23:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 3 14:23:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 3 14:23:28 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 3 14:23:28 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 3 14:23:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 3 14:23:33 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 3 14:23:35 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 3 14:23:35 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 3 14:23:36 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 3 14:23:59 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 3 14:24:00 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 14:24:02 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 3 14:24:02 puppet-user: Notice: Applied catalog in 55.97 seconds", "<13>Oct 3 14:24:02 puppet-user: Application:", "<13>Oct 3 14:24:02 puppet-user: Initial environment: production", "<13>Oct 3 14:24:02 puppet-user: Converged environment: production", "<13>Oct 3 14:24:02 puppet-user: Run mode: user", "<13>Oct 3 14:24:02 puppet-user: Changes:", "<13>Oct 3 14:24:02 puppet-user: Total: 17", "<13>Oct 3 14:24:02 puppet-user: Events:", "<13>Oct 3 14:24:02 puppet-user: Success: 17", "<13>Oct 3 14:24:02 puppet-user: Resources:", "<13>Oct 3 14:24:02 puppet-user: Restarted: 1", "<13>Oct 3 14:24:02 puppet-user: Changed: 16", "<13>Oct 3 14:24:02 puppet-user: Out of sync: 16", "<13>Oct 3 14:24:02 puppet-user: Total: 26", "<13>Oct 3 14:24:02 puppet-user: Time:", "<13>Oct 3 14:24:02 puppet-user: Schedule: 0.00", "<13>Oct 3 14:24:02 puppet-user: File line: 0.00", "<13>Oct 3 14:24:02 puppet-user: File: 0.00", "<13>Oct 3 14:24:02 puppet-user: Augeas: 0.02", "<13>Oct 3 14:24:02 puppet-user: User: 0.18", "<13>Oct 3 14:24:02 puppet-user: Config retrieval: 0.50", "<13>Oct 3 14:24:02 puppet-user: Package: 17.97", "<13>Oct 3 14:24:02 puppet-user: Last run: 1759501442", "<13>Oct 3 14:24:02 puppet-user: Exec: 28.68", "<13>Oct 3 14:24:02 puppet-user: Pcmk property: 3.79", "<13>Oct 3 14:24:02 puppet-user: Service: 4.05", "<13>Oct 3 14:24:02 puppet-user: Transaction evaluation: 55.96", "<13>Oct 3 14:24:02 puppet-user: Catalog application: 55.97", "<13>Oct 3 14:24:02 puppet-user: Filebucket: 0.00", "<13>Oct 3 14:24:02 puppet-user: Total: 55.97", "<13>Oct 3 14:24:02 puppet-user: Version:", "<13>Oct 3 14:24:02 puppet-user: Config: 1759501386", "<13>Oct 3 14:24:02 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 14:24:04.407740 | fa163ee5-9860-1809-32d2-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:32.020427 | 0.09s 2025-10-03 14:24:04.438836 | fa163ee5-9860-1809-32d2-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-03 14:24:04.468731 | fa163ee5-9860-1809-32d2-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:32.081418 | 0.03s 2025-10-03 14:24:04.540838 | fa163ee5-9860-1809-32d2-0000000024e5 | TASK | Gather variables for each operating system 2025-10-03 14:24:04.657215 | fa163ee5-9860-1809-32d2-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:32.269894 | 0.12s 2025-10-03 14:24:04.687974 | fa163ee5-9860-1809-32d2-0000000024e6 | TASK | Create puppet caching structures 2025-10-03 14:24:04.957074 | fa163ee5-9860-1809-32d2-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-03 14:24:04.958666 | fa163ee5-9860-1809-32d2-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:32.571359 | 0.27s 2025-10-03 14:24:04.988783 | fa163ee5-9860-1809-32d2-0000000024e7 | TASK | Check for facter.conf 2025-10-03 14:24:05.235175 | fa163ee5-9860-1809-32d2-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-03 14:24:05.238059 | fa163ee5-9860-1809-32d2-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:32.850744 | 0.25s 2025-10-03 14:24:05.270431 | fa163ee5-9860-1809-32d2-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-03 14:24:05.324832 | fa163ee5-9860-1809-32d2-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 14:24:05.327437 | fa163ee5-9860-1809-32d2-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:32.940125 | 0.05s 2025-10-03 14:24:05.359491 | fa163ee5-9860-1809-32d2-0000000024e9 | TASK | Write facter cache config 2025-10-03 14:24:05.885333 | fa163ee5-9860-1809-32d2-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-03 14:24:05.888069 | fa163ee5-9860-1809-32d2-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:33.500761 | 0.53s 2025-10-03 14:24:05.918634 | fa163ee5-9860-1809-32d2-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-03 14:24:06.156026 | fa163ee5-9860-1809-32d2-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-03 14:24:06.157702 | fa163ee5-9860-1809-32d2-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:33.770393 | 0.24s 2025-10-03 14:24:06.188744 | fa163ee5-9860-1809-32d2-0000000024eb | TASK | Pre-cache facts 2025-10-03 14:24:06.865038 | fa163ee5-9860-1809-32d2-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-03 14:24:06.867744 | fa163ee5-9860-1809-32d2-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:34.480423 | 0.68s 2025-10-03 14:24:06.903826 | fa163ee5-9860-1809-32d2-0000000024ec | TASK | Failed deployment if facter fails 2025-10-03 14:24:06.947920 | fa163ee5-9860-1809-32d2-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 14:24:06.949319 | fa163ee5-9860-1809-32d2-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:34.562007 | 0.04s 2025-10-03 14:24:07.005660 | fa163ee5-9860-1809-32d2-0000000024ed | TASK | Sync cached facts 2025-10-03 14:24:07.490235 | fa163ee5-9860-1809-32d2-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-0000000024ed') missing from stats 2025-10-03 14:24:07.549931 | fa163ee5-9860-1809-32d2-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 14:24:07.603970 | fa163ee5-9860-1809-32d2-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:35.216648 | 0.05s 2025-10-03 14:24:07.636535 | 62c9357a-36db-4d27-8d9f-25bba9f274cd | INCLUDED | /root/standalone-ansible-9vn19upn/generate-config-tasks.yaml | standalone 2025-10-03 14:24:07.675027 | fa163ee5-9860-1809-32d2-000000002537 | TASK | Create base directory puppet configs 2025-10-03 14:24:07.939620 | fa163ee5-9860-1809-32d2-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-03 14:24:07.941378 | fa163ee5-9860-1809-32d2-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:35.554066 | 0.26s 2025-10-03 14:24:07.975237 | fa163ee5-9860-1809-32d2-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-03 14:24:08.271718 | fa163ee5-9860-1809-32d2-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-03 14:24:08.273409 | fa163ee5-9860-1809-32d2-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:35.886099 | 0.30s 2025-10-03 14:24:08.306796 | fa163ee5-9860-1809-32d2-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-03 14:24:08.342882 | fa163ee5-9860-1809-32d2-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:35.955539 | 0.03s 2025-10-03 14:24:08.421941 | fa163ee5-9860-1809-32d2-0000000025c3 | TASK | Gather variables for each operating system 2025-10-03 14:24:08.548155 | fa163ee5-9860-1809-32d2-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:36.160832 | 0.12s 2025-10-03 14:24:08.584566 | fa163ee5-9860-1809-32d2-0000000025c4 | TASK | Create container logs path 2025-10-03 14:24:08.831955 | fa163ee5-9860-1809-32d2-0000000025c4 | OK | Create container logs path | standalone 2025-10-03 14:24:08.833939 | fa163ee5-9860-1809-32d2-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:36.446623 | 0.25s 2025-10-03 14:24:08.871026 | fa163ee5-9860-1809-32d2-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:24:09.272614 | fa163ee5-9860-1809-32d2-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 14:24:09.274365 | fa163ee5-9860-1809-32d2-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:36.887056 | 0.40s 2025-10-03 14:24:09.307886 | fa163ee5-9860-1809-32d2-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-03 14:24:09.396229 | fa163ee5-9860-1809-32d2-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:24:09.399079 | fa163ee5-9860-1809-32d2-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:37.011755 | 0.09s 2025-10-03 14:24:09.436175 | fa163ee5-9860-1809-32d2-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-03 14:24:09.479670 | fa163ee5-9860-1809-32d2-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:24:09.481152 | fa163ee5-9860-1809-32d2-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:37.093840 | 0.04s 2025-10-03 14:24:09.514565 | fa163ee5-9860-1809-32d2-0000000025cb | TASK | Update container configs with new config hashes 2025-10-03 14:24:09.577585 | fa163ee5-9860-1809-32d2-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:24:09.578781 | fa163ee5-9860-1809-32d2-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:37.191471 | 0.06s 2025-10-03 14:24:09.609537 | fa163ee5-9860-1809-32d2-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:24:09.672412 | fa163ee5-9860-1809-32d2-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:37.285090 | 0.06s 2025-10-03 14:24:09.701836 | 420947ee-f6f7-4e07-9d4a-ef50a50d2496 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:24:09.734176 | fa163ee5-9860-1809-32d2-000000002610 | TASK | Gather podman infos 2025-10-03 14:24:10.396130 | fa163ee5-9860-1809-32d2-000000002610 | OK | Gather podman infos | standalone 2025-10-03 14:24:10.397842 | fa163ee5-9860-1809-32d2-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:38.010532 | 0.66s 2025-10-03 14:24:10.443488 | fa163ee5-9860-1809-32d2-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:24:10.512378 | fa163ee5-9860-1809-32d2-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 14:24:10.514721 | fa163ee5-9860-1809-32d2-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:38.127401 | 0.07s 2025-10-03 14:24:10.550343 | fa163ee5-9860-1809-32d2-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:24:10.592676 | fa163ee5-9860-1809-32d2-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:38.205363 | 0.04s 2025-10-03 14:24:10.622392 | 4d40fbd3-f5ea-401c-8afd-2d78c7814ca5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:24:10.669209 | fa163ee5-9860-1809-32d2-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:24:44.803771 | fa163ee5-9860-1809-32d2-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 14:24:44.805789 | fa163ee5-9860-1809-32d2-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:12.418478 | 34.13s 2025-10-03 14:24:44.884890 | fa163ee5-9860-1809-32d2-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:24:44.969700 | fa163ee5-9860-1809-32d2-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 14:24:44.970962 | fa163ee5-9860-1809-32d2-00000000263b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:12.583658 | 0.08s 2025-10-03 14:24:45.015472 | fa163ee5-9860-1809-32d2-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-03 14:24:45.052770 | fa163ee5-9860-1809-32d2-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-03 14:24:45.053576 | fa163ee5-9860-1809-32d2-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:12.666273 | 0.04s 2025-10-03 14:24:45.075774 | fa163ee5-9860-1809-32d2-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-03 14:24:45.107667 | fa163ee5-9860-1809-32d2-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-03 14:24:45.108478 | fa163ee5-9860-1809-32d2-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:12.721177 | 0.03s 2025-10-03 14:24:45.132055 | fa163ee5-9860-1809-32d2-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-03 14:24:45.160826 | fa163ee5-9860-1809-32d2-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:12.773521 | 0.03s 2025-10-03 14:24:45.217612 | fa163ee5-9860-1809-32d2-000000002690 | TASK | Gather variables for each operating system 2025-10-03 14:24:45.337565 | fa163ee5-9860-1809-32d2-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:12.950241 | 0.12s 2025-10-03 14:24:45.369837 | fa163ee5-9860-1809-32d2-000000002691 | TASK | Create container logs path 2025-10-03 14:24:45.640620 | fa163ee5-9860-1809-32d2-000000002691 | OK | Create container logs path | standalone 2025-10-03 14:24:45.642128 | fa163ee5-9860-1809-32d2-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:13.254820 | 0.27s 2025-10-03 14:24:45.674555 | fa163ee5-9860-1809-32d2-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 14:24:45.974187 | fa163ee5-9860-1809-32d2-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 14:24:45.975118 | fa163ee5-9860-1809-32d2-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:13.587818 | 0.30s 2025-10-03 14:24:45.995314 | fa163ee5-9860-1809-32d2-000000002694 | TASK | Finalise hashes for all containers 2025-10-03 14:24:46.043927 | fa163ee5-9860-1809-32d2-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:24:46.045389 | fa163ee5-9860-1809-32d2-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:13.658082 | 0.05s 2025-10-03 14:24:46.076608 | fa163ee5-9860-1809-32d2-000000002696 | TASK | Manage systemd shutdown files 2025-10-03 14:24:46.111125 | fa163ee5-9860-1809-32d2-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:13.723813 | 0.03s 2025-10-03 14:24:46.146452 | 8247c3f4-9744-41ba-aeeb-74584c5cb11a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 14:24:46.174973 | fa163ee5-9860-1809-32d2-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 14:24:46.439346 | fa163ee5-9860-1809-32d2-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 14:24:46.441290 | fa163ee5-9860-1809-32d2-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:14.053977 | 0.27s 2025-10-03 14:24:46.475710 | fa163ee5-9860-1809-32d2-0000000026ca | TASK | Set podman_drop_in fact 2025-10-03 14:24:46.539236 | fa163ee5-9860-1809-32d2-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-03 14:24:46.541075 | fa163ee5-9860-1809-32d2-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:14.153762 | 0.06s 2025-10-03 14:24:46.577313 | fa163ee5-9860-1809-32d2-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 14:24:47.122365 | fa163ee5-9860-1809-32d2-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 14:24:47.127833 | fa163ee5-9860-1809-32d2-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:14.740507 | 0.55s 2025-10-03 14:24:47.643533 | fa163ee5-9860-1809-32d2-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 14:24:47.644660 | fa163ee5-9860-1809-32d2-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:15.257354 | 1.07s 2025-10-03 14:24:47.650742 | fa163ee5-9860-1809-32d2-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:15.263438 | 1.07s 2025-10-03 14:24:47.680671 | fa163ee5-9860-1809-32d2-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 14:24:48.187322 | fa163ee5-9860-1809-32d2-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 14:24:48.188678 | fa163ee5-9860-1809-32d2-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:15.801371 | 0.51s 2025-10-03 14:24:48.218053 | fa163ee5-9860-1809-32d2-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 14:24:48.715291 | fa163ee5-9860-1809-32d2-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 14:24:48.716717 | fa163ee5-9860-1809-32d2-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:16.329410 | 0.50s 2025-10-03 14:24:48.746194 | fa163ee5-9860-1809-32d2-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-03 14:24:49.732616 | fa163ee5-9860-1809-32d2-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-03 14:24:49.734550 | fa163ee5-9860-1809-32d2-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:17.347243 | 0.99s 2025-10-03 14:24:49.765727 | fa163ee5-9860-1809-32d2-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 14:24:50.221984 | fa163ee5-9860-1809-32d2-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 14:24:50.223428 | fa163ee5-9860-1809-32d2-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:17.836118 | 0.46s 2025-10-03 14:24:50.253354 | fa163ee5-9860-1809-32d2-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 14:24:50.744818 | fa163ee5-9860-1809-32d2-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 14:24:50.746842 | fa163ee5-9860-1809-32d2-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:18.359531 | 0.49s 2025-10-03 14:24:50.779954 | fa163ee5-9860-1809-32d2-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-03 14:24:51.789677 | fa163ee5-9860-1809-32d2-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 14:24:51.791549 | fa163ee5-9860-1809-32d2-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:19.404242 | 1.01s 2025-10-03 14:24:51.822541 | fa163ee5-9860-1809-32d2-000000002698 | TASK | Update container configs with new config hashes 2025-10-03 14:24:51.884100 | fa163ee5-9860-1809-32d2-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:19.496788 | 0.06s 2025-10-03 14:24:51.906002 | dd7039cb-4a4b-4593-81fd-60e116cd8c5f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 14:24:51.940976 | fa163ee5-9860-1809-32d2-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-03 14:24:52.259278 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-03 14:24:52.260595 | | WARNING | Config change detected for mysql_bootstrap, new hash: 7071c74f76151af13aeda85df5539aa1 2025-10-03 14:24:52.261481 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 186d2946c407e9957aa57edeca232834 2025-10-03 14:24:52.262321 | | WARNING | Config change detected for clustercheck, new hash: a3f5b13181d4b4bb556419a7af4a3c11 2025-10-03 14:24:52.263249 | | WARNING | Config change detected for horizon_fix_perms, new hash: 0e4e7ce811812a183d1375cea8d1f968 2025-10-03 14:24:52.264141 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 7071c74f76151af13aeda85df5539aa1 2025-10-03 14:24:52.264934 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.265817 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.266693 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.267568 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.268450 | | WARNING | Config change detected for aodh_db_sync, new hash: 2263fd6ee58883da4e00f9bee85b6886 2025-10-03 14:24:52.269258 | | WARNING | Config change detected for barbican_api, new hash: 5ebe829022f43f0f20a2fb149f48acce 2025-10-03 14:24:52.270291 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 5ebe829022f43f0f20a2fb149f48acce 2025-10-03 14:24:52.271156 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 5ebe829022f43f0f20a2fb149f48acce 2025-10-03 14:24:52.272030 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 5ebe829022f43f0f20a2fb149f48acce 2025-10-03 14:24:52.273020 | | WARNING | Config change detected for barbican_worker, new hash: 5ebe829022f43f0f20a2fb149f48acce 2025-10-03 14:24:52.273976 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 85d11873145f07b1bda0f33265b83141 2025-10-03 14:24:52.274822 | | WARNING | Config change detected for glance_api_db_sync, new hash: aa36dfdb2d7045d077de1ccb283a3cf1-b3943a1bc097756ace1588874ff7a7f9 2025-10-03 14:24:52.275659 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 2841a5f6365ae71e713b5427ee9d43d0 2025-10-03 14:24:52.276525 | | WARNING | Config change detected for horizon, new hash: 0e4e7ce811812a183d1375cea8d1f968 2025-10-03 14:24:52.277407 | | WARNING | Config change detected for iscsid, new hash: b3943a1bc097756ace1588874ff7a7f9 2025-10-03 14:24:52.278275 | | WARNING | Config change detected for keystone, new hash: f24df711ef1cfde6ec9ece6c6c510b88 2025-10-03 14:24:52.279136 | | WARNING | Config change detected for keystone_cron, new hash: f24df711ef1cfde6ec9ece6c6c510b88 2025-10-03 14:24:52.280047 | | WARNING | Config change detected for keystone_db_sync, new hash: f24df711ef1cfde6ec9ece6c6c510b88 2025-10-03 14:24:52.280914 | | WARNING | Config change detected for manila_api_db_sync, new hash: 58bce8f8425cd79ceff5e0681690ae85 2025-10-03 14:24:52.281743 | | WARNING | Config change detected for neutron_db_sync, new hash: 4acbae77a82f44be09d632df3fd1bd5f 2025-10-03 14:24:52.282584 | | WARNING | Config change detected for nova_api_db_sync, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.283402 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.284349 | | WARNING | Config change detected for nova_db_sync, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.285180 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.286098 | | WARNING | Config change detected for nova_virtnodedevd, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.286936 | | WARNING | Config change detected for nova_virtproxyd, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.287671 | | WARNING | Config change detected for nova_virtqemud, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.288557 | | WARNING | Config change detected for nova_virtsecretd, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.289419 | | WARNING | Config change detected for nova_virtstoraged, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.290295 | | WARNING | Config change detected for octavia_db_sync, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.291090 | | WARNING | Config change detected for placement_api_db_sync, new hash: 5d52b1574f86f23e26c84a0fca54ab42 2025-10-03 14:24:52.291963 | | WARNING | Config change detected for swift_copy_rings, new hash: 760b9e32de8f709390aaa48e64ee9301-18d65e1e761c0505fe9a66f690c9a8e5 2025-10-03 14:24:52.292781 | | WARNING | Config change detected for aodh_api, new hash: 2263fd6ee58883da4e00f9bee85b6886 2025-10-03 14:24:52.293664 | | WARNING | Config change detected for aodh_api_cron, new hash: 2263fd6ee58883da4e00f9bee85b6886 2025-10-03 14:24:52.294523 | | WARNING | Config change detected for aodh_evaluator, new hash: 2263fd6ee58883da4e00f9bee85b6886 2025-10-03 14:24:52.295383 | | WARNING | Config change detected for aodh_listener, new hash: 2263fd6ee58883da4e00f9bee85b6886 2025-10-03 14:24:52.296241 | | WARNING | Config change detected for aodh_notifier, new hash: 2263fd6ee58883da4e00f9bee85b6886 2025-10-03 14:24:52.297009 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 88f507b426c3a4536821527f529cf150 2025-10-03 14:24:52.297546 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 88f507b426c3a4536821527f529cf150 2025-10-03 14:24:52.298194 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 88f507b426c3a4536821527f529cf150 2025-10-03 14:24:52.298794 | | WARNING | Config change detected for cinder_api, new hash: 85d11873145f07b1bda0f33265b83141 2025-10-03 14:24:52.299459 | | WARNING | Config change detected for cinder_api_cron, new hash: 85d11873145f07b1bda0f33265b83141 2025-10-03 14:24:52.300231 | | WARNING | Config change detected for cinder_scheduler, new hash: 85d11873145f07b1bda0f33265b83141 2025-10-03 14:24:52.300834 | | WARNING | Config change detected for glance_api, new hash: aa36dfdb2d7045d077de1ccb283a3cf1-b3943a1bc097756ace1588874ff7a7f9 2025-10-03 14:24:52.301470 | | WARNING | Config change detected for glance_api_cron, new hash: aa36dfdb2d7045d077de1ccb283a3cf1 2025-10-03 14:24:52.302175 | | WARNING | Config change detected for glance_api_internal, new hash: 97acac8943c005724de37ee48b8f8317-b3943a1bc097756ace1588874ff7a7f9 2025-10-03 14:24:52.302777 | | WARNING | Config change detected for heat_api, new hash: 0f27fc69df83a359b5a44a13a5cff142 2025-10-03 14:24:52.303408 | | WARNING | Config change detected for heat_api_cfn, new hash: 6d50e6941cde2bad95be30be36d705d6 2025-10-03 14:24:52.303948 | | WARNING | Config change detected for heat_api_cron, new hash: 0f27fc69df83a359b5a44a13a5cff142 2025-10-03 14:24:52.304540 | | WARNING | Config change detected for heat_engine, new hash: 2841a5f6365ae71e713b5427ee9d43d0 2025-10-03 14:24:52.305185 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-03 14:24:52.306003 | | WARNING | Config change detected for manila_api, new hash: 58bce8f8425cd79ceff5e0681690ae85 2025-10-03 14:24:52.306833 | | WARNING | Config change detected for manila_api_cron, new hash: 58bce8f8425cd79ceff5e0681690ae85 2025-10-03 14:24:52.307407 | | WARNING | Config change detected for manila_scheduler, new hash: 58bce8f8425cd79ceff5e0681690ae85 2025-10-03 14:24:52.308141 | | WARNING | Config change detected for neutron_api, new hash: 4acbae77a82f44be09d632df3fd1bd5f 2025-10-03 14:24:52.308764 | | WARNING | Config change detected for neutron_dhcp, new hash: 4acbae77a82f44be09d632df3fd1bd5f 2025-10-03 14:24:52.309377 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 4acbae77a82f44be09d632df3fd1bd5f 2025-10-03 14:24:52.310008 | | WARNING | Config change detected for nova_api, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.310600 | | WARNING | Config change detected for nova_api_cron, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.311255 | | WARNING | Config change detected for nova_conductor, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.311934 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.312355 | | WARNING | Config change detected for nova_metadata, new hash: 1e661aa90ed6b3f88d6371de3f61f349 2025-10-03 14:24:52.312668 | | WARNING | Config change detected for nova_migration_target, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.313058 | | WARNING | Config change detected for nova_scheduler, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.313347 | | WARNING | Config change detected for nova_vnc_proxy, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.313872 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: a9495be9b19160711eb9121d3eb8bcc4 2025-10-03 14:24:52.314216 | | WARNING | Config change detected for octavia_api, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.314592 | | WARNING | Config change detected for octavia_driver_agent, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.314906 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 4acbae77a82f44be09d632df3fd1bd5f 2025-10-03 14:24:52.315199 | | WARNING | Config change detected for placement_api, new hash: 5d52b1574f86f23e26c84a0fca54ab42 2025-10-03 14:24:52.315556 | | WARNING | Config change detected for placement_wait_for_service, new hash: 5d52b1574f86f23e26c84a0fca54ab42 2025-10-03 14:24:52.316029 | | WARNING | Config change detected for swift_account_reaper, new hash: 760b9e32de8f709390aaa48e64ee9301 2025-10-03 14:24:52.316369 | | WARNING | Config change detected for swift_account_server, new hash: 760b9e32de8f709390aaa48e64ee9301 2025-10-03 14:24:52.316700 | | WARNING | Config change detected for swift_container_server, new hash: 760b9e32de8f709390aaa48e64ee9301 2025-10-03 14:24:52.317108 | | WARNING | Config change detected for swift_container_updater, new hash: 760b9e32de8f709390aaa48e64ee9301 2025-10-03 14:24:52.317514 | | WARNING | Config change detected for swift_object_expirer, new hash: 760b9e32de8f709390aaa48e64ee9301 2025-10-03 14:24:52.317913 | | WARNING | Config change detected for swift_object_server, new hash: 760b9e32de8f709390aaa48e64ee9301 2025-10-03 14:24:52.318213 | | WARNING | Config change detected for swift_object_updater, new hash: 760b9e32de8f709390aaa48e64ee9301 2025-10-03 14:24:52.318586 | | WARNING | Config change detected for swift_proxy, new hash: 760b9e32de8f709390aaa48e64ee9301 2025-10-03 14:24:52.318978 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 88f507b426c3a4536821527f529cf150 2025-10-03 14:24:52.319334 | | WARNING | Config change detected for gnocchi_api, new hash: a8c0ae0c6eedb2008c307262e0a58f8c 2025-10-03 14:24:52.319782 | | WARNING | Config change detected for gnocchi_db_sync, new hash: a8c0ae0c6eedb2008c307262e0a58f8c 2025-10-03 14:24:52.320212 | | WARNING | Config change detected for gnocchi_metricd, new hash: a8c0ae0c6eedb2008c307262e0a58f8c 2025-10-03 14:24:52.320599 | | WARNING | Config change detected for gnocchi_statsd, new hash: a8c0ae0c6eedb2008c307262e0a58f8c 2025-10-03 14:24:52.321009 | | WARNING | Config change detected for nova_compute, new hash: b3943a1bc097756ace1588874ff7a7f9-be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.321410 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: be3d3289410c1ce641e190105d0c24b3 2025-10-03 14:24:52.321736 | | WARNING | Config change detected for octavia_health_manager, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.322148 | | WARNING | Config change detected for octavia_housekeeping, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.322543 | | WARNING | Config change detected for octavia_rsyslog, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.322963 | | WARNING | Config change detected for octavia_worker, new hash: 87ebf3641e2ea56fc565a7112a918ddc 2025-10-03 14:24:52.323494 | fa163ee5-9860-1809-32d2-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-03 14:24:52.324106 | fa163ee5-9860-1809-32d2-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:19.936805 | 0.38s 2025-10-03 14:24:52.349345 | fa163ee5-9860-1809-32d2-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 14:24:52.409509 | fa163ee5-9860-1809-32d2-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:20.022203 | 0.06s 2025-10-03 14:24:52.424756 | 3778d9eb-b066-4086-acb1-5ad26ce13a97 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:24:52.452178 | fa163ee5-9860-1809-32d2-000000002719 | TASK | Gather podman infos 2025-10-03 14:24:53.252062 | fa163ee5-9860-1809-32d2-000000002719 | OK | Gather podman infos | standalone 2025-10-03 14:24:53.253366 | fa163ee5-9860-1809-32d2-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:20.866057 | 0.80s 2025-10-03 14:24:53.326016 | fa163ee5-9860-1809-32d2-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 14:24:53.387881 | fa163ee5-9860-1809-32d2-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:21.000529 | 0.06s 2025-10-03 14:24:53.504218 | fa163ee5-9860-1809-32d2-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:21.116904 | 0.07s 2025-10-03 14:24:53.549013 | fa163ee5-9860-1809-32d2-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 14:24:53.612014 | fa163ee5-9860-1809-32d2-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:21.224706 | 0.06s 2025-10-03 14:24:53.627058 | d109996f-5bad-4bde-93a7-d8b2333d61a7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:24:53.658014 | fa163ee5-9860-1809-32d2-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 14:25:01.782705 | fa163ee5-9860-1809-32d2-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 14:25:01.785015 | fa163ee5-9860-1809-32d2-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:29.397706 | 8.13s 2025-10-03 14:25:01.818341 | fa163ee5-9860-1809-32d2-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-03 14:25:04.698848 | fa163ee5-9860-1809-32d2-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-03 14:25:04.700887 | fa163ee5-9860-1809-32d2-00000000278a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:32.313549 | 2.88s 2025-10-03 14:25:04.778936 | fa163ee5-9860-1809-32d2-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-03 14:25:05.022009 | fa163ee5-9860-1809-32d2-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-03 14:25:05.023562 | fa163ee5-9860-1809-32d2-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:32.636254 | 0.24s 2025-10-03 14:25:05.071757 | fa163ee5-9860-1809-32d2-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-03 14:25:05.126458 | fa163ee5-9860-1809-32d2-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:32.739139 | 0.05s 2025-10-03 14:25:05.158500 | fa163ee5-9860-1809-32d2-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-03 14:25:05.210365 | fa163ee5-9860-1809-32d2-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:32.823050 | 0.05s 2025-10-03 14:25:05.237990 | 0da7614f-e2c7-4af7-9694-efde13209c3e | INCLUDED | /root/standalone-ansible-9vn19upn/host-container-puppet-tasks.yaml | standalone 2025-10-03 14:25:05.274053 | fa163ee5-9860-1809-32d2-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-03 14:25:05.844944 | fa163ee5-9860-1809-32d2-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-03 14:25:05.846207 | fa163ee5-9860-1809-32d2-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:33.458901 | 0.57s 2025-10-03 14:25:05.877965 | fa163ee5-9860-1809-32d2-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-03 14:25:06.172696 | fa163ee5-9860-1809-32d2-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-03 14:25:06.174080 | fa163ee5-9860-1809-32d2-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:33.786773 | 0.29s 2025-10-03 14:25:06.205362 | fa163ee5-9860-1809-32d2-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-03 14:25:06.236435 | fa163ee5-9860-1809-32d2-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:33.849123 | 0.03s 2025-10-03 14:25:06.301315 | fa163ee5-9860-1809-32d2-0000000025c3 | TASK | Gather variables for each operating system 2025-10-03 14:25:06.420166 | fa163ee5-9860-1809-32d2-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:34.032846 | 0.12s 2025-10-03 14:25:06.451139 | fa163ee5-9860-1809-32d2-0000000025c4 | TASK | Create container logs path 2025-10-03 14:25:06.769836 | fa163ee5-9860-1809-32d2-0000000025c4 | OK | Create container logs path | standalone 2025-10-03 14:25:06.771384 | fa163ee5-9860-1809-32d2-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:34.384077 | 0.32s 2025-10-03 14:25:06.804784 | fa163ee5-9860-1809-32d2-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:25:07.071087 | fa163ee5-9860-1809-32d2-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 14:25:07.072376 | fa163ee5-9860-1809-32d2-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:34.685069 | 0.27s 2025-10-03 14:25:07.101476 | fa163ee5-9860-1809-32d2-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-03 14:25:07.152294 | fa163ee5-9860-1809-32d2-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:25:07.153356 | fa163ee5-9860-1809-32d2-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:34.766050 | 0.05s 2025-10-03 14:25:07.183733 | fa163ee5-9860-1809-32d2-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-03 14:25:07.224003 | fa163ee5-9860-1809-32d2-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:25:07.225096 | fa163ee5-9860-1809-32d2-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:34.837789 | 0.04s 2025-10-03 14:25:07.254908 | fa163ee5-9860-1809-32d2-0000000025cb | TASK | Update container configs with new config hashes 2025-10-03 14:25:07.305739 | fa163ee5-9860-1809-32d2-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:25:07.306816 | fa163ee5-9860-1809-32d2-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:34.919510 | 0.05s 2025-10-03 14:25:07.339104 | fa163ee5-9860-1809-32d2-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:25:07.390128 | fa163ee5-9860-1809-32d2-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 14:25:07.391488 | fa163ee5-9860-1809-32d2-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:35.004180 | 0.05s 2025-10-03 14:25:07.424451 | fa163ee5-9860-1809-32d2-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-03 14:25:07.476482 | fa163ee5-9860-1809-32d2-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-03 14:25:07.477686 | fa163ee5-9860-1809-32d2-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:35.090379 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-03 14:25:07.660965 | fa163ee5-9860-1809-32d2-0000000000c6 | TASK | External deployment step 2 2025-10-03 14:25:07.691690 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000c6') missing from stats 2025-10-03 14:25:07.749998 | fa163ee5-9860-1809-32d2-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:35.362684 | 0.04s 2025-10-03 14:25:07.780349 | a1b84c2c-8d26-43a5-bfd7-b36ae18f5c26 | INCLUDED | /root/standalone-ansible-9vn19upn/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-03 14:25:07.803300 | fa163ee5-9860-1809-32d2-000000002852 | TASK | create cephadm working directory and related files 2025-10-03 14:25:07.856055 | fa163ee5-9860-1809-32d2-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:35.468743 | 0.05s 2025-10-03 14:25:07.919416 | fa163ee5-9860-1809-32d2-00000000287a | TASK | create cephadm workdir 2025-10-03 14:25:08.186195 | fa163ee5-9860-1809-32d2-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-9vn19upn/cephadm 2025-10-03 14:25:08.190547 | fa163ee5-9860-1809-32d2-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:35.803200 | 0.27s 2025-10-03 14:25:08.198984 | fa163ee5-9860-1809-32d2-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:35.811670 | 0.28s 2025-10-03 14:25:08.217822 | fa163ee5-9860-1809-32d2-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-03 14:25:08.474730 | fa163ee5-9860-1809-32d2-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-03 14:25:08.476279 | fa163ee5-9860-1809-32d2-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:36.088970 | 0.26s 2025-10-03 14:25:08.495597 | fa163ee5-9860-1809-32d2-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-03 14:25:08.568657 | fa163ee5-9860-1809-32d2-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-03 14:25:08.570566 | fa163ee5-9860-1809-32d2-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:36.183256 | 0.07s 2025-10-03 14:25:08.591931 | fa163ee5-9860-1809-32d2-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-03 14:25:08.647813 | fa163ee5-9860-1809-32d2-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-03 14:25:08.649175 | fa163ee5-9860-1809-32d2-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:36.261865 | 0.06s 2025-10-03 14:25:08.721021 | fa163ee5-9860-1809-32d2-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:36.333699 | 0.05s 2025-10-03 14:25:08.809876 | fa163ee5-9860-1809-32d2-000000002902 | TASK | set basic user fact 2025-10-03 14:25:08.878471 | fa163ee5-9860-1809-32d2-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-03 14:25:08.879928 | fa163ee5-9860-1809-32d2-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:36.492615 | 0.07s 2025-10-03 14:25:08.898756 | fa163ee5-9860-1809-32d2-000000002903 | TASK | set basic home fact 2025-10-03 14:25:08.961189 | fa163ee5-9860-1809-32d2-000000002903 | OK | set basic home fact | undercloud 2025-10-03 14:25:08.962562 | fa163ee5-9860-1809-32d2-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:36.575255 | 0.06s 2025-10-03 14:25:08.980788 | fa163ee5-9860-1809-32d2-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-03 14:25:09.078582 | fa163ee5-9860-1809-32d2-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-03 14:25:09.080088 | fa163ee5-9860-1809-32d2-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:36.692781 | 0.10s 2025-10-03 14:25:09.103369 | fa163ee5-9860-1809-32d2-000000002906 | TASK | get all ansible environment variables 2025-10-03 14:25:09.176214 | fa163ee5-9860-1809-32d2-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-03 14:25:09.177750 | fa163ee5-9860-1809-32d2-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:36.790439 | 0.07s 2025-10-03 14:25:09.196733 | fa163ee5-9860-1809-32d2-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-03 14:25:09.266148 | fa163ee5-9860-1809-32d2-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-03 14:25:09.267471 | fa163ee5-9860-1809-32d2-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:36.880171 | 0.07s 2025-10-03 14:25:09.282228 | fa163ee5-9860-1809-32d2-000000002909 | TASK | Set common fact 2025-10-03 14:25:09.353299 | fa163ee5-9860-1809-32d2-000000002909 | OK | Set common fact | undercloud 2025-10-03 14:25:09.354658 | fa163ee5-9860-1809-32d2-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:36.967352 | 0.07s 2025-10-03 14:25:09.373511 | fa163ee5-9860-1809-32d2-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-03 14:25:09.426084 | fa163ee5-9860-1809-32d2-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-03 14:25:09.427589 | fa163ee5-9860-1809-32d2-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:37.040278 | 0.05s 2025-10-03 14:25:09.467196 | fa163ee5-9860-1809-32d2-00000000290c | TASK | build filter list 2025-10-03 14:25:09.500502 | fa163ee5-9860-1809-32d2-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:37.113178 | 0.03s 2025-10-03 14:25:09.520513 | fa163ee5-9860-1809-32d2-00000000290d | TASK | add images pool 2025-10-03 14:25:09.613803 | fa163ee5-9860-1809-32d2-00000000290d | OK | add images pool | undercloud 2025-10-03 14:25:09.615222 | fa163ee5-9860-1809-32d2-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:37.227916 | 0.09s 2025-10-03 14:25:09.634430 | fa163ee5-9860-1809-32d2-00000000290e | TASK | add volumes pool 2025-10-03 14:25:09.717697 | fa163ee5-9860-1809-32d2-00000000290e | OK | add volumes pool | undercloud 2025-10-03 14:25:09.719286 | fa163ee5-9860-1809-32d2-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:37.331978 | 0.08s 2025-10-03 14:25:09.734292 | fa163ee5-9860-1809-32d2-00000000290f | TASK | add vms pool 2025-10-03 14:25:09.819074 | fa163ee5-9860-1809-32d2-00000000290f | OK | add vms pool | undercloud 2025-10-03 14:25:09.820188 | fa163ee5-9860-1809-32d2-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:37.432888 | 0.09s 2025-10-03 14:25:09.835166 | fa163ee5-9860-1809-32d2-000000002910 | TASK | add gnocchi pool 2025-10-03 14:25:09.876818 | fa163ee5-9860-1809-32d2-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-03 14:25:09.877647 | fa163ee5-9860-1809-32d2-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:37.490347 | 0.04s 2025-10-03 14:25:09.892298 | fa163ee5-9860-1809-32d2-000000002911 | TASK | add cinder backup pool 2025-10-03 14:25:09.970983 | fa163ee5-9860-1809-32d2-000000002911 | OK | add cinder backup pool | undercloud 2025-10-03 14:25:09.972080 | fa163ee5-9860-1809-32d2-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:37.584782 | 0.08s 2025-10-03 14:25:09.986730 | fa163ee5-9860-1809-32d2-000000002912 | TASK | add cinder extra pools 2025-10-03 14:25:10.014288 | fa163ee5-9860-1809-32d2-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:37.626980 | 0.03s 2025-10-03 14:25:10.030333 | fa163ee5-9860-1809-32d2-000000002913 | TASK | build resulting pool list 2025-10-03 14:25:10.187471 | fa163ee5-9860-1809-32d2-000000002913 | OK | build resulting pool list | undercloud 2025-10-03 14:25:10.189080 | fa163ee5-9860-1809-32d2-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:37.801766 | 0.16s 2025-10-03 14:25:10.208779 | fa163ee5-9860-1809-32d2-000000002915 | TASK | add manila data pool 2025-10-03 14:25:10.272713 | fa163ee5-9860-1809-32d2-000000002915 | OK | add manila data pool | undercloud 2025-10-03 14:25:10.274140 | fa163ee5-9860-1809-32d2-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:37.886834 | 0.06s 2025-10-03 14:25:10.292902 | fa163ee5-9860-1809-32d2-000000002916 | TASK | add manila metadata pool 2025-10-03 14:25:10.337455 | fa163ee5-9860-1809-32d2-000000002916 | OK | add manila metadata pool | undercloud 2025-10-03 14:25:10.338752 | fa163ee5-9860-1809-32d2-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:37.951446 | 0.04s 2025-10-03 14:25:10.425559 | fa163ee5-9860-1809-32d2-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:38.038239 | 0.05s 2025-10-03 14:25:10.561720 | fa163ee5-9860-1809-32d2-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-03 14:25:10.629809 | fa163ee5-9860-1809-32d2-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-03 14:25:10.631455 | fa163ee5-9860-1809-32d2-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:38.244140 | 0.07s 2025-10-03 14:25:10.650281 | fa163ee5-9860-1809-32d2-000000002aaa | TASK | build openstack client profiles per pool 2025-10-03 14:25:10.732235 | fa163ee5-9860-1809-32d2-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 14:25:10.735163 | fa163ee5-9860-1809-32d2-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:38.347836 | 0.08s 2025-10-03 14:25:10.764686 | fa163ee5-9860-1809-32d2-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 14:25:10.766141 | fa163ee5-9860-1809-32d2-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:38.378831 | 0.11s 2025-10-03 14:25:10.787345 | fa163ee5-9860-1809-32d2-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 14:25:10.788176 | fa163ee5-9860-1809-32d2-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:38.400872 | 0.14s 2025-10-03 14:25:10.808258 | fa163ee5-9860-1809-32d2-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-03 14:25:10.809078 | fa163ee5-9860-1809-32d2-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:38.421775 | 0.16s 2025-10-03 14:25:10.815266 | fa163ee5-9860-1809-32d2-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:38.427950 | 0.16s 2025-10-03 14:25:10.834046 | fa163ee5-9860-1809-32d2-000000002aab | TASK | set openstack client caps 2025-10-03 14:25:10.875221 | fa163ee5-9860-1809-32d2-000000002aab | OK | set openstack client caps | undercloud 2025-10-03 14:25:10.876591 | fa163ee5-9860-1809-32d2-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:38.489284 | 0.04s 2025-10-03 14:25:10.895374 | fa163ee5-9860-1809-32d2-000000002aac | TASK | set openstack client osd(s) caps 2025-10-03 14:25:10.940922 | fa163ee5-9860-1809-32d2-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-03 14:25:10.942121 | fa163ee5-9860-1809-32d2-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:38.554815 | 0.05s 2025-10-03 14:25:10.961574 | fa163ee5-9860-1809-32d2-000000002aad | TASK | Combine caps 2025-10-03 14:25:11.040266 | fa163ee5-9860-1809-32d2-000000002aad | OK | Combine caps | undercloud 2025-10-03 14:25:11.042196 | fa163ee5-9860-1809-32d2-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:38.654887 | 0.08s 2025-10-03 14:25:11.061306 | fa163ee5-9860-1809-32d2-000000002aae | TASK | set openstack client key 2025-10-03 14:25:11.126709 | fa163ee5-9860-1809-32d2-000000002aae | OK | set openstack client key | undercloud 2025-10-03 14:25:11.128270 | fa163ee5-9860-1809-32d2-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:38.740962 | 0.07s 2025-10-03 14:25:11.147147 | fa163ee5-9860-1809-32d2-000000002ab0 | TASK | build manila key for openstack 2025-10-03 14:25:11.198950 | fa163ee5-9860-1809-32d2-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-03 14:25:11.200237 | fa163ee5-9860-1809-32d2-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:38.812932 | 0.05s 2025-10-03 14:25:11.219633 | fa163ee5-9860-1809-32d2-000000002ab1 | TASK | build radosgw key for openstack 2025-10-03 14:25:11.271904 | fa163ee5-9860-1809-32d2-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-03 14:25:11.273927 | fa163ee5-9860-1809-32d2-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:38.886619 | 0.05s 2025-10-03 14:25:11.293199 | fa163ee5-9860-1809-32d2-000000002ab2 | TASK | build the resulting keys 2025-10-03 14:25:11.437081 | fa163ee5-9860-1809-32d2-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-03 14:25:11.438701 | fa163ee5-9860-1809-32d2-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:39.051394 | 0.14s 2025-10-03 14:25:11.527233 | fa163ee5-9860-1809-32d2-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:39.139915 | 0.05s 2025-10-03 14:25:11.689593 | fa163ee5-9860-1809-32d2-000000002dcd | TASK | build ceph orphan set 2025-10-03 14:25:11.770574 | fa163ee5-9860-1809-32d2-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-03 14:25:11.772274 | fa163ee5-9860-1809-32d2-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:39.384965 | 0.08s 2025-10-03 14:25:11.791187 | fa163ee5-9860-1809-32d2-000000002dce | TASK | clean ceph_config_overrides list 2025-10-03 14:25:11.835129 | fa163ee5-9860-1809-32d2-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:39.447812 | 0.04s 2025-10-03 14:25:11.854435 | fa163ee5-9860-1809-32d2-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-03 14:25:11.917604 | fa163ee5-9860-1809-32d2-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-03 14:25:11.919168 | fa163ee5-9860-1809-32d2-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:39.531858 | 0.06s 2025-10-03 14:25:11.937867 | fa163ee5-9860-1809-32d2-000000002dd0 | TASK | build ceph config overrides 2025-10-03 14:25:12.048468 | fa163ee5-9860-1809-32d2-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-03 14:25:12.049993 | fa163ee5-9860-1809-32d2-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:39.662685 | 0.11s 2025-10-03 14:25:12.085237 | fa163ee5-9860-1809-32d2-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-03 14:25:12.678745 | fa163ee5-9860-1809-32d2-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-03 14:25:12.680405 | fa163ee5-9860-1809-32d2-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:40.293098 | 0.59s 2025-10-03 14:25:12.700128 | fa163ee5-9860-1809-32d2-000000002883 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-03 14:25:12.795215 | fa163ee5-9860-1809-32d2-000000002883 | OK | Set bootstrap host | undercloud 2025-10-03 14:25:12.796529 | fa163ee5-9860-1809-32d2-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:40.409221 | 0.10s 2025-10-03 14:25:12.815958 | fa163ee5-9860-1809-32d2-000000002884 | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-03 14:25:12.915073 | fa163ee5-9860-1809-32d2-000000002884 | OK | Set first monitor IP | undercloud 2025-10-03 14:25:12.916133 | fa163ee5-9860-1809-32d2-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:40.528829 | 0.10s 2025-10-03 14:25:12.930848 | fa163ee5-9860-1809-32d2-000000002885 | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-03 14:25:12.979836 | fa163ee5-9860-1809-32d2-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-03 14:25:12.980497 | fa163ee5-9860-1809-32d2-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:40.593195 | 0.05s 2025-10-03 14:25:12.995791 | fa163ee5-9860-1809-32d2-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-03 14:25:13.456121 | fa163ee5-9860-1809-32d2-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-03 14:25:13.457551 | fa163ee5-9860-1809-32d2-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:41.070238 | 0.46s 2025-10-03 14:25:13.492732 | fa163ee5-9860-1809-32d2-000000002853 | TASK | Prepare cephadm user and keys 2025-10-03 14:25:14.003665 | fa163ee5-9860-1809-32d2-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-03 14:25:14.005026 | fa163ee5-9860-1809-32d2-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:41.617712 | 0.51s 2025-10-03 14:25:14.023268 | fa163ee5-9860-1809-32d2-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-03 14:25:14.105738 | fa163ee5-9860-1809-32d2-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:41.718425 | 0.08s 2025-10-03 14:25:14.188367 | fa163ee5-9860-1809-32d2-000000003049 | TASK | set cephadm playbook 2025-10-03 14:25:14.235649 | fa163ee5-9860-1809-32d2-000000003049 | OK | set cephadm playbook | undercloud 2025-10-03 14:25:14.236981 | fa163ee5-9860-1809-32d2-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:41.849664 | 0.05s 2025-10-03 14:25:14.255470 | fa163ee5-9860-1809-32d2-00000000304a | TASK | Setup the log path 2025-10-03 14:25:14.317304 | fa163ee5-9860-1809-32d2-00000000304a | OK | Setup the log path | undercloud 2025-10-03 14:25:14.318732 | fa163ee5-9860-1809-32d2-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:41.931420 | 0.06s 2025-10-03 14:25:14.337018 | fa163ee5-9860-1809-32d2-00000000304b | TASK | Setup the cephadm playbook command 2025-10-03 14:25:14.410827 | fa163ee5-9860-1809-32d2-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-03 14:25:14.412306 | fa163ee5-9860-1809-32d2-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:42.024993 | 0.07s 2025-10-03 14:25:14.430680 | fa163ee5-9860-1809-32d2-00000000304c | TASK | rotate cephadm_command.log 2025-10-03 14:25:14.677712 | fa163ee5-9860-1809-32d2-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-03 14:25:14.679175 | fa163ee5-9860-1809-32d2-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:42.291863 | 0.25s 2025-10-03 14:25:14.697811 | fa163ee5-9860-1809-32d2-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-03 14:25:15.193309 | fa163ee5-9860-1809-32d2-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-03 14:25:15.194085 | fa163ee5-9860-1809-32d2-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:42.806787 | 0.49s 2025-10-03 14:25:15.208077 | fa163ee5-9860-1809-32d2-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-03 14:25:15.287839 | fa163ee5-9860-1809-32d2-00000000304e | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-9vn19upn/cephadm/cephadm_command.log)" } 2025-10-03 14:25:15.289209 | fa163ee5-9860-1809-32d2-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:42.901901 | 0.08s 2025-10-03 14:25:15.307376 | fa163ee5-9860-1809-32d2-00000000304f | TASK | run cephadm playbook 2025-10-03 14:26:15.877449 | fa163ee5-9860-1809-32d2-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-03 14:26:15.881015 | fa163ee5-9860-1809-32d2-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:43.493705 | 60.57s 2025-10-03 14:26:15.904268 | fa163ee5-9860-1809-32d2-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-03 14:26:15.979989 | fa163ee5-9860-1809-32d2-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-03 14:26:15.981361 | fa163ee5-9860-1809-32d2-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:43.594052 | 0.08s 2025-10-03 14:26:15.999478 | fa163ee5-9860-1809-32d2-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-03 14:26:16.065186 | fa163ee5-9860-1809-32d2-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-03 14:26:16.066534 | fa163ee5-9860-1809-32d2-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:43.679224 | 0.07s 2025-10-03 14:26:16.100824 | fa163ee5-9860-1809-32d2-000000002856 | TASK | Check if the input variable file exists 2025-10-03 14:26:16.353952 | fa163ee5-9860-1809-32d2-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-03 14:26:16.355260 | fa163ee5-9860-1809-32d2-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:43.967957 | 0.25s 2025-10-03 14:26:16.371434 | fa163ee5-9860-1809-32d2-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-03 14:26:16.423233 | fa163ee5-9860-1809-32d2-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-03 14:26:16.424646 | fa163ee5-9860-1809-32d2-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:44.037337 | 0.05s 2025-10-03 14:26:16.445631 | fa163ee5-9860-1809-32d2-000000002858 | TASK | configure ceph clients 2025-10-03 14:26:16.496627 | fa163ee5-9860-1809-32d2-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:44.109307 | 0.05s 2025-10-03 14:26:16.563582 | fa163ee5-9860-1809-32d2-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-03 14:26:16.634805 | fa163ee5-9860-1809-32d2-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-03 14:26:16.636367 | fa163ee5-9860-1809-32d2-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:44.249058 | 0.07s 2025-10-03 14:26:16.655388 | fa163ee5-9860-1809-32d2-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-03 14:26:16.707633 | fa163ee5-9860-1809-32d2-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:44.320315 | 0.05s 2025-10-03 14:26:16.721011 | 3f09ba5c-7ba3-4023-9e79-56948844199e | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-03 14:26:16.755205 | fa163ee5-9860-1809-32d2-000000003157 | TASK | Clean any old fetch directory path 2025-10-03 14:26:17.024914 | fa163ee5-9860-1809-32d2-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-03 14:26:17.026592 | fa163ee5-9860-1809-32d2-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:44.639271 | 0.27s 2025-10-03 14:26:17.046169 | fa163ee5-9860-1809-32d2-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-03 14:26:17.303148 | fa163ee5-9860-1809-32d2-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-03 14:26:17.304625 | fa163ee5-9860-1809-32d2-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:44.917318 | 0.26s 2025-10-03 14:26:17.323095 | fa163ee5-9860-1809-32d2-000000003115 | TASK | Check if the input variables exist 2025-10-03 14:26:17.539913 | fa163ee5-9860-1809-32d2-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-03 14:26:17.541542 | fa163ee5-9860-1809-32d2-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:45.154231 | 0.22s 2025-10-03 14:26:17.560765 | fa163ee5-9860-1809-32d2-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-03 14:26:17.649415 | fa163ee5-9860-1809-32d2-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-03 14:26:17.650717 | fa163ee5-9860-1809-32d2-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:45.263410 | 0.09s 2025-10-03 14:26:17.669477 | fa163ee5-9860-1809-32d2-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-03 14:26:17.731253 | fa163ee5-9860-1809-32d2-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-03 14:26:17.732384 | fa163ee5-9860-1809-32d2-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:45.345076 | 0.06s 2025-10-03 14:26:17.750335 | fa163ee5-9860-1809-32d2-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-03 14:26:17.843737 | fa163ee5-9860-1809-32d2-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-03 14:26:17.844838 | fa163ee5-9860-1809-32d2-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:45.457530 | 0.09s 2025-10-03 14:26:17.862611 | fa163ee5-9860-1809-32d2-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-03 14:26:17.933781 | fa163ee5-9860-1809-32d2-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:45.546473 | 0.07s 2025-10-03 14:26:17.943826 | e2911879-f26d-45b5-be5a-b410b1a8c6ec | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-03 14:26:17.979024 | fa163ee5-9860-1809-32d2-0000000031ab | TASK | create cephx key(s) 2025-10-03 14:26:18.520371 | fa163ee5-9860-1809-32d2-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQDy199oAAAAABAAhPyQM2QDAIMn0W4RjaOlng==', '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-03 14:26:18.521638 | fa163ee5-9860-1809-32d2-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:46.134329 | 0.54s 2025-10-03 14:26:19.049478 | fa163ee5-9860-1809-32d2-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQDy199oAAAAABAA+jIuQsVA3oWcFa/5/c1Ztg==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-03 14:26:19.050666 | fa163ee5-9860-1809-32d2-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:46.663358 | 1.07s 2025-10-03 14:26:19.057890 | fa163ee5-9860-1809-32d2-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:46.670535 | 1.08s 2025-10-03 14:26:19.077152 | fa163ee5-9860-1809-32d2-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-03 14:26:19.128188 | fa163ee5-9860-1809-32d2-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:46.740878 | 0.05s 2025-10-03 14:26:19.138598 | 55de4453-ad9d-4cc0-b158-b66b359b48d7 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-03 14:26:19.177279 | fa163ee5-9860-1809-32d2-00000000320f | TASK | create ceph.conf 2025-10-03 14:26:19.785385 | fa163ee5-9860-1809-32d2-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-03 14:26:19.786877 | fa163ee5-9860-1809-32d2-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:47.399543 | 0.61s 2025-10-03 14:26:19.805418 | fa163ee5-9860-1809-32d2-00000000311b | TASK | Configure Ceph Clients 2025-10-03 14:26:19.856574 | fa163ee5-9860-1809-32d2-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:47.469264 | 0.05s 2025-10-03 14:26:19.876024 | 05c5c74b-1392-464c-ab21-9616ea2da3d7 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-03 14:26:19.917559 | fa163ee5-9860-1809-32d2-00000000327e | TASK | set effective ceph_clients without limit 2025-10-03 14:26:20.053922 | fa163ee5-9860-1809-32d2-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-03 14:26:20.055360 | fa163ee5-9860-1809-32d2-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:47.668050 | 0.14s 2025-10-03 14:26:20.073811 | fa163ee5-9860-1809-32d2-00000000327f | TASK | set effective ceph_clients with limit 2025-10-03 14:26:20.156241 | fa163ee5-9860-1809-32d2-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-03 14:26:20.157361 | fa163ee5-9860-1809-32d2-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:47.770054 | 0.08s 2025-10-03 14:26:20.175286 | fa163ee5-9860-1809-32d2-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-03 14:26:20.290822 | fa163ee5-9860-1809-32d2-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-03 14:26:20.292053 | fa163ee5-9860-1809-32d2-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:47.904747 | 0.12s 2025-10-03 14:26:20.332641 | fa163ee5-9860-1809-32d2-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-03 14:26:20.613507 | fa163ee5-9860-1809-32d2-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-9vn19upn/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-000000003281') missing from stats 2025-10-03 14:26:20.900845 | fa163ee5-9860-1809-32d2-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-9vn19upn/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-03 14:26:21.102082 | fa163ee5-9860-1809-32d2-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-9vn19upn/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-03 14:26:21.109021 | fa163ee5-9860-1809-32d2-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:48.721703 | 0.77s 2025-10-03 14:26:21.155382 | fa163ee5-9860-1809-32d2-000000003282 | TASK | push files to the other nodes of cluster 2025-10-03 14:26:21.704400 | fa163ee5-9860-1809-32d2-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-9vn19upn/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-000000003282') missing from stats 2025-10-03 14:26:22.155139 | fa163ee5-9860-1809-32d2-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-9vn19upn/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-03 14:26:22.629934 | fa163ee5-9860-1809-32d2-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-9vn19upn/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-03 14:26:22.638572 | fa163ee5-9860-1809-32d2-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:50.251248 | 1.48s 2025-10-03 14:26:22.656682 | fa163ee5-9860-1809-32d2-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-03 14:26:22.715450 | fa163ee5-9860-1809-32d2-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:50.328129 | 0.06s 2025-10-03 14:26:22.727715 | 6f45a7de-2aef-4158-ac0b-e09d88162129 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-03 14:26:22.779804 | fa163ee5-9860-1809-32d2-000000003316 | TASK | Clean any old fetch directory path 2025-10-03 14:26:23.050186 | fa163ee5-9860-1809-32d2-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-03 14:26:23.051604 | fa163ee5-9860-1809-32d2-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:50.664293 | 0.27s 2025-10-03 14:26:23.070131 | fa163ee5-9860-1809-32d2-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-03 14:26:23.122254 | fa163ee5-9860-1809-32d2-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-03 14:26:23.123461 | fa163ee5-9860-1809-32d2-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:50.736146 | 0.05s 2025-10-03 14:26:23.159414 | fa163ee5-9860-1809-32d2-000000002859 | TASK | tripleo client role 2025-10-03 14:26:23.191298 | fa163ee5-9860-1809-32d2-000000002859 | TIMING | tripleo client role | undercloud | 0:13:50.803979 | 0.03s 2025-10-03 14:26:23.209339 | fa163ee5-9860-1809-32d2-00000000285a | TASK | Load variables for standalone ganesha 2025-10-03 14:26:23.292241 | fa163ee5-9860-1809-32d2-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-03 14:26:23.293688 | fa163ee5-9860-1809-32d2-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:50.906379 | 0.08s 2025-10-03 14:26:23.312424 | fa163ee5-9860-1809-32d2-00000000285b | TASK | Config Standalone Ganesha 2025-10-03 14:26:23.399180 | fa163ee5-9860-1809-32d2-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-03 14:26:23.400623 | fa163ee5-9860-1809-32d2-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:51.013311 | 0.09s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-03 14:26:23.538457 | fa163ee5-9860-1809-32d2-0000000000ca | TASK | Deploy step tasks for 2 2025-10-03 14:26:23.568943 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000ca') missing from stats 2025-10-03 14:26:23.594105 | fa163ee5-9860-1809-32d2-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-03 14:26:24.129981 | fa163ee5-9860-1809-32d2-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-03 14:26:24.131424 | fa163ee5-9860-1809-32d2-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:51.744115 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 14:26:24.189236 | fa163ee5-9860-1809-32d2-0000000000cc | TIMING | include_tasks | standalone | 0:13:51.801926 | 0.03s 2025-10-03 14:26:24.282583 | 1833bacc-641f-461c-a1d9-b5a3958996c3 | INCLUDED | /root/standalone-ansible-9vn19upn/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-03 14:26:24.320651 | fa163ee5-9860-1809-32d2-0000000033dd | TASK | Push script 2025-10-03 14:26:24.842303 | fa163ee5-9860-1809-32d2-0000000033dd | CHANGED | Push script | standalone 2025-10-03 14:26:24.843794 | fa163ee5-9860-1809-32d2-0000000033dd | TIMING | Push script | standalone | 0:13:52.456485 | 0.52s 2025-10-03 14:26:24.875310 | fa163ee5-9860-1809-32d2-0000000033de | TASK | Insert cronjob in root crontab 2025-10-03 14:26:25.313243 | fa163ee5-9860-1809-32d2-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-03 14:26:25.314004 | fa163ee5-9860-1809-32d2-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:52.926704 | 0.44s 2025-10-03 14:26:25.335705 | fa163ee5-9860-1809-32d2-0000000033e5 | TASK | Gather variables for each operating system 2025-10-03 14:26:25.437689 | fa163ee5-9860-1809-32d2-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:53.050367 | 0.10s 2025-10-03 14:26:25.470224 | fa163ee5-9860-1809-32d2-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-03 14:26:26.221455 | fa163ee5-9860-1809-32d2-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 14:26:26.222937 | fa163ee5-9860-1809-32d2-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:53.835629 | 0.75s 2025-10-03 14:26:26.256013 | fa163ee5-9860-1809-32d2-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-03 14:28:12.216475 | fa163ee5-9860-1809-32d2-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-03 14:28:12.218936 | fa163ee5-9860-1809-32d2-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:39.831628 | 105.96s 2025-10-03 14:28:12.252567 | fa163ee5-9860-1809-32d2-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-03 14:28:12.527006 | fa163ee5-9860-1809-32d2-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-03 14:28:12.528314 | fa163ee5-9860-1809-32d2-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:40.141008 | 0.27s 2025-10-03 14:28:12.559543 | fa163ee5-9860-1809-32d2-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 14:28:13.188170 | fa163ee5-9860-1809-32d2-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 14:28:13.189964 | fa163ee5-9860-1809-32d2-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:40.802648 | 0.63s 2025-10-03 14:28:13.216252 | fa163ee5-9860-1809-32d2-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-03 14:28:13.473558 | fa163ee5-9860-1809-32d2-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-03 14:28:13.474799 | fa163ee5-9860-1809-32d2-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:41.087493 | 0.26s 2025-10-03 14:28:13.507049 | fa163ee5-9860-1809-32d2-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-03 14:28:13.561207 | fa163ee5-9860-1809-32d2-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-03 14:28:13.562501 | fa163ee5-9860-1809-32d2-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:41.175191 | 0.05s 2025-10-03 14:28:13.595473 | fa163ee5-9860-1809-32d2-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-03 14:28:13.657566 | fa163ee5-9860-1809-32d2-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-03 14:28:13.658907 | fa163ee5-9860-1809-32d2-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:41.271597 | 0.06s 2025-10-03 14:28:13.680846 | fa163ee5-9860-1809-32d2-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-03 14:28:13.737933 | fa163ee5-9860-1809-32d2-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-03 14:28:13.738713 | fa163ee5-9860-1809-32d2-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:41.351414 | 0.06s 2025-10-03 14:28:13.760250 | fa163ee5-9860-1809-32d2-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 14:28:13.810832 | fa163ee5-9860-1809-32d2-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 14:28:13.812180 | fa163ee5-9860-1809-32d2-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:41.424870 | 0.05s 2025-10-03 14:28:13.844540 | fa163ee5-9860-1809-32d2-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-03 14:28:13.885732 | fa163ee5-9860-1809-32d2-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-03 14:28:13.886982 | fa163ee5-9860-1809-32d2-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:41.499674 | 0.04s 2025-10-03 14:28:13.949407 | fa163ee5-9860-1809-32d2-000000003411 | TASK | Gather variables for each operating system 2025-10-03 14:28:14.054548 | fa163ee5-9860-1809-32d2-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:41.667239 | 0.10s 2025-10-03 14:28:14.078794 | fa163ee5-9860-1809-32d2-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-03 14:28:14.824060 | fa163ee5-9860-1809-32d2-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 14:28:14.825421 | fa163ee5-9860-1809-32d2-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:42.438115 | 0.75s 2025-10-03 14:28:14.858697 | fa163ee5-9860-1809-32d2-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-03 14:28:42.175075 | fa163ee5-9860-1809-32d2-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-03 14:28:42.176821 | fa163ee5-9860-1809-32d2-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:16:09.789512 | 27.32s 2025-10-03 14:28:42.204720 | fa163ee5-9860-1809-32d2-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-03 14:28:42.418275 | fa163ee5-9860-1809-32d2-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-03 14:28:42.419453 | fa163ee5-9860-1809-32d2-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:16:10.032148 | 0.21s 2025-10-03 14:28:42.452547 | fa163ee5-9860-1809-32d2-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 14:28:42.898384 | fa163ee5-9860-1809-32d2-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 14:28:42.899116 | fa163ee5-9860-1809-32d2-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:10.511818 | 0.44s 2025-10-03 14:28:42.919385 | fa163ee5-9860-1809-32d2-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-03 14:28:43.140073 | fa163ee5-9860-1809-32d2-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-03 14:28:43.141552 | fa163ee5-9860-1809-32d2-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:16:10.754244 | 0.22s 2025-10-03 14:28:43.179952 | fa163ee5-9860-1809-32d2-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-03 14:28:43.220374 | fa163ee5-9860-1809-32d2-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-03 14:28:43.221656 | fa163ee5-9860-1809-32d2-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:16:10.834347 | 0.04s 2025-10-03 14:28:43.256195 | fa163ee5-9860-1809-32d2-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-03 14:28:43.297467 | fa163ee5-9860-1809-32d2-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-03 14:28:43.299194 | fa163ee5-9860-1809-32d2-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:16:10.911882 | 0.04s 2025-10-03 14:28:43.335139 | fa163ee5-9860-1809-32d2-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-03 14:28:43.387132 | fa163ee5-9860-1809-32d2-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-03 14:28:43.388262 | fa163ee5-9860-1809-32d2-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:16:11.000961 | 0.05s 2025-10-03 14:28:43.410446 | fa163ee5-9860-1809-32d2-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 14:28:43.450969 | fa163ee5-9860-1809-32d2-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 14:28:43.451928 | fa163ee5-9860-1809-32d2-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:11.064624 | 0.04s 2025-10-03 14:28:43.478472 | fa163ee5-9860-1809-32d2-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-03 14:28:43.529064 | fa163ee5-9860-1809-32d2-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-03 14:28:43.530519 | fa163ee5-9860-1809-32d2-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:16:11.143207 | 0.05s 2025-10-03 14:28:43.595750 | fa163ee5-9860-1809-32d2-00000000343d | TASK | Gather variables for each operating system 2025-10-03 14:28:43.699554 | fa163ee5-9860-1809-32d2-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:11.312244 | 0.10s 2025-10-03 14:28:43.724727 | fa163ee5-9860-1809-32d2-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-03 14:28:44.485035 | fa163ee5-9860-1809-32d2-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 14:28:44.486689 | fa163ee5-9860-1809-32d2-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:12.099378 | 0.76s 2025-10-03 14:28:44.522724 | fa163ee5-9860-1809-32d2-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-03 14:29:11.547753 | fa163ee5-9860-1809-32d2-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-03 14:29:11.549502 | fa163ee5-9860-1809-32d2-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:39.162194 | 27.02s 2025-10-03 14:29:11.589920 | fa163ee5-9860-1809-32d2-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-03 14:29:11.817052 | fa163ee5-9860-1809-32d2-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-03 14:29:11.817801 | fa163ee5-9860-1809-32d2-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:39.430503 | 0.23s 2025-10-03 14:29:11.839242 | fa163ee5-9860-1809-32d2-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 14:29:12.306615 | fa163ee5-9860-1809-32d2-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 14:29:12.307596 | fa163ee5-9860-1809-32d2-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:39.920297 | 0.47s 2025-10-03 14:29:12.329835 | fa163ee5-9860-1809-32d2-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-03 14:29:12.603333 | fa163ee5-9860-1809-32d2-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-03 14:29:12.604772 | fa163ee5-9860-1809-32d2-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:40.217465 | 0.27s 2025-10-03 14:29:12.636786 | fa163ee5-9860-1809-32d2-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-03 14:29:12.688190 | fa163ee5-9860-1809-32d2-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-03 14:29:12.689324 | fa163ee5-9860-1809-32d2-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:40.302021 | 0.05s 2025-10-03 14:29:12.715832 | fa163ee5-9860-1809-32d2-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-03 14:29:12.755607 | fa163ee5-9860-1809-32d2-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-03 14:29:12.756572 | fa163ee5-9860-1809-32d2-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:40.369270 | 0.04s 2025-10-03 14:29:12.784614 | fa163ee5-9860-1809-32d2-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-03 14:29:12.843317 | fa163ee5-9860-1809-32d2-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-03 14:29:12.844212 | fa163ee5-9860-1809-32d2-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:40.456909 | 0.06s 2025-10-03 14:29:12.871039 | fa163ee5-9860-1809-32d2-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 14:29:12.919621 | fa163ee5-9860-1809-32d2-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 14:29:12.920665 | fa163ee5-9860-1809-32d2-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:40.533359 | 0.05s 2025-10-03 14:29:12.945982 | fa163ee5-9860-1809-32d2-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-03 14:29:12.987587 | fa163ee5-9860-1809-32d2-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-03 14:29:12.988563 | fa163ee5-9860-1809-32d2-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:40.601259 | 0.04s 2025-10-03 14:29:13.034329 | fa163ee5-9860-1809-32d2-000000003469 | TASK | Gather variables for each operating system 2025-10-03 14:29:13.131230 | fa163ee5-9860-1809-32d2-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:40.743911 | 0.10s 2025-10-03 14:29:13.154067 | fa163ee5-9860-1809-32d2-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-03 14:29:13.884388 | fa163ee5-9860-1809-32d2-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 14:29:13.885592 | fa163ee5-9860-1809-32d2-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:41.498289 | 0.73s 2025-10-03 14:29:13.911020 | fa163ee5-9860-1809-32d2-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-03 14:29:39.385338 | fa163ee5-9860-1809-32d2-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-03 14:29:39.386456 | fa163ee5-9860-1809-32d2-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:17:06.999154 | 25.47s 2025-10-03 14:29:39.409065 | fa163ee5-9860-1809-32d2-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-03 14:29:39.652388 | fa163ee5-9860-1809-32d2-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-03 14:29:39.653165 | fa163ee5-9860-1809-32d2-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:17:07.265866 | 0.24s 2025-10-03 14:29:39.673737 | fa163ee5-9860-1809-32d2-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 14:29:40.011677 | fa163ee5-9860-1809-32d2-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 14:29:40.012775 | fa163ee5-9860-1809-32d2-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:07.625473 | 0.34s 2025-10-03 14:29:40.036281 | fa163ee5-9860-1809-32d2-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-03 14:29:40.263444 | fa163ee5-9860-1809-32d2-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-03 14:29:40.264240 | fa163ee5-9860-1809-32d2-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:17:07.876942 | 0.23s 2025-10-03 14:29:40.285763 | fa163ee5-9860-1809-32d2-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-03 14:29:40.342588 | fa163ee5-9860-1809-32d2-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-03 14:29:40.343427 | fa163ee5-9860-1809-32d2-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:17:07.956127 | 0.06s 2025-10-03 14:29:40.368181 | fa163ee5-9860-1809-32d2-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-03 14:29:40.399200 | fa163ee5-9860-1809-32d2-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-03 14:29:40.400135 | fa163ee5-9860-1809-32d2-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:17:08.012833 | 0.03s 2025-10-03 14:29:40.427947 | fa163ee5-9860-1809-32d2-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-03 14:29:40.466050 | fa163ee5-9860-1809-32d2-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-03 14:29:40.467621 | fa163ee5-9860-1809-32d2-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:17:08.080321 | 0.04s 2025-10-03 14:29:40.489421 | fa163ee5-9860-1809-32d2-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 14:29:40.527460 | fa163ee5-9860-1809-32d2-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 14:29:40.528259 | fa163ee5-9860-1809-32d2-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:08.140957 | 0.04s 2025-10-03 14:29:40.548995 | fa163ee5-9860-1809-32d2-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-03 14:29:40.596776 | fa163ee5-9860-1809-32d2-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-03 14:29:40.597549 | fa163ee5-9860-1809-32d2-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:17:08.210250 | 0.05s 2025-10-03 14:29:40.635669 | fa163ee5-9860-1809-32d2-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-03 14:29:40.823142 | fa163ee5-9860-1809-32d2-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-03 14:29:40.825043 | fa163ee5-9860-1809-32d2-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:17:08.437733 | 0.19s 2025-10-03 14:29:40.929721 | fa163ee5-9860-1809-32d2-0000000000cf | TIMING | include_tasks | standalone | 0:17:08.542404 | 0.07s 2025-10-03 14:29:40.971628 | c4dd6797-58bc-4998-8efa-c5781466d221 | INCLUDED | /root/standalone-ansible-9vn19upn/common_deploy_steps_tasks.yaml | standalone 2025-10-03 14:29:41.003217 | fa163ee5-9860-1809-32d2-000000003509 | TASK | Write the config_step hieradata 2025-10-03 14:29:41.446902 | fa163ee5-9860-1809-32d2-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-03 14:29:41.447990 | fa163ee5-9860-1809-32d2-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:17:09.060688 | 0.44s 2025-10-03 14:29:41.472879 | fa163ee5-9860-1809-32d2-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-03 14:29:41.739520 | fa163ee5-9860-1809-32d2-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-03 14:29:41.740767 | fa163ee5-9860-1809-32d2-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:17:09.353462 | 0.27s 2025-10-03 14:29:41.766418 | fa163ee5-9860-1809-32d2-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-03 14:29:42.008035 | fa163ee5-9860-1809-32d2-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 14:29:52.216548 | fa163ee5-9860-1809-32d2-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 14:30:02.440479 | fa163ee5-9860-1809-32d2-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 14:30:02.441886 | fa163ee5-9860-1809-32d2-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:30.054548 | 20.67s 2025-10-03 14:30:02.475250 | fa163ee5-9860-1809-32d2-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-03 14:30:02.571670 | fa163ee5-9860-1809-32d2-00000000350c | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 3 14:29:41 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 14:29:47 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 14:29:47 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 14:29:47 puppet-user: (file & line not available)", "<13>Oct 3 14:29:47 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 3 14:29:47 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 3 14:29:47 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 14:29:47 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Oct 3 14:29:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 14:29:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 14:29:57 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 14:29:58 puppet-user: Notice: Applied catalog in 10.13 seconds", "<13>Oct 3 14:29:58 puppet-user: Application:", "<13>Oct 3 14:29:58 puppet-user: Initial environment: production", "<13>Oct 3 14:29:58 puppet-user: Converged environment: production", "<13>Oct 3 14:29:58 puppet-user: Run mode: user", "<13>Oct 3 14:29:58 puppet-user: Changes:", "<13>Oct 3 14:29:58 puppet-user: Total: 2", "<13>Oct 3 14:29:58 puppet-user: Events:", "<13>Oct 3 14:29:58 puppet-user: Success: 2", "<13>Oct 3 14:29:58 puppet-user: Resources:", "<13>Oct 3 14:29:58 puppet-user: Changed: 2", "<13>Oct 3 14:29:58 puppet-user: Out of sync: 2", "<13>Oct 3 14:29:58 puppet-user: Total: 28", "<13>Oct 3 14:29:58 puppet-user: Time:", "<13>Oct 3 14:29:58 puppet-user: Filebucket: 0.00", "<13>Oct 3 14:29:58 puppet-user: Schedule: 0.00", "<13>Oct 3 14:29:58 puppet-user: Package: 0.00", "<13>Oct 3 14:29:58 puppet-user: File line: 0.00", "<13>Oct 3 14:29:58 puppet-user: File: 0.00", "<13>Oct 3 14:29:58 puppet-user: Augeas: 0.01", "<13>Oct 3 14:29:58 puppet-user: User: 0.01", "<13>Oct 3 14:29:58 puppet-user: Service: 0.08", "<13>Oct 3 14:29:58 puppet-user: Config retrieval: 0.48", "<13>Oct 3 14:29:58 puppet-user: Pcmk property: 1.51", "<13>Oct 3 14:29:58 puppet-user: Exec: 1.91", "<13>Oct 3 14:29:58 puppet-user: Transaction evaluation: 10.07", "<13>Oct 3 14:29:58 puppet-user: Catalog application: 10.13", "<13>Oct 3 14:29:58 puppet-user: Last run: 1759501798", "<13>Oct 3 14:29:58 puppet-user: Pcmk resource op default: 3.07", "<13>Oct 3 14:29:58 puppet-user: Pcmk resource default: 3.27", "<13>Oct 3 14:29:58 puppet-user: Total: 10.14", "<13>Oct 3 14:29:58 puppet-user: Version:", "<13>Oct 3 14:29:58 puppet-user: Config: 1759501787", "<13>Oct 3 14:29:58 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 14:30:02.573121 | fa163ee5-9860-1809-32d2-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:30.185816 | 0.10s 2025-10-03 14:30:02.604167 | fa163ee5-9860-1809-32d2-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-03 14:30:02.633310 | fa163ee5-9860-1809-32d2-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:30.245993 | 0.03s 2025-10-03 14:30:02.702885 | fa163ee5-9860-1809-32d2-00000000354c | TASK | Gather variables for each operating system 2025-10-03 14:30:02.818113 | fa163ee5-9860-1809-32d2-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:30.430793 | 0.11s 2025-10-03 14:30:02.849384 | fa163ee5-9860-1809-32d2-00000000354d | TASK | Create puppet caching structures 2025-10-03 14:30:03.092045 | fa163ee5-9860-1809-32d2-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-03 14:30:03.093585 | fa163ee5-9860-1809-32d2-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:30.706277 | 0.24s 2025-10-03 14:30:03.124462 | fa163ee5-9860-1809-32d2-00000000354e | TASK | Check for facter.conf 2025-10-03 14:30:03.370489 | fa163ee5-9860-1809-32d2-00000000354e | OK | Check for facter.conf | standalone 2025-10-03 14:30:03.372592 | fa163ee5-9860-1809-32d2-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:30.985283 | 0.25s 2025-10-03 14:30:03.405331 | fa163ee5-9860-1809-32d2-00000000354f | TASK | Remove facter.conf if directory 2025-10-03 14:30:03.436508 | fa163ee5-9860-1809-32d2-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 14:30:03.437869 | fa163ee5-9860-1809-32d2-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:31.050529 | 0.03s 2025-10-03 14:30:03.469239 | fa163ee5-9860-1809-32d2-000000003550 | TASK | Write facter cache config 2025-10-03 14:30:03.891185 | fa163ee5-9860-1809-32d2-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-03 14:30:03.892609 | fa163ee5-9860-1809-32d2-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:31.505302 | 0.42s 2025-10-03 14:30:03.923598 | fa163ee5-9860-1809-32d2-000000003551 | TASK | Cleanup facter cache if exists 2025-10-03 14:30:04.160038 | fa163ee5-9860-1809-32d2-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 14:30:04.161673 | fa163ee5-9860-1809-32d2-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:31.774366 | 0.24s 2025-10-03 14:30:04.194393 | fa163ee5-9860-1809-32d2-000000003552 | TASK | Pre-cache facts 2025-10-03 14:30:04.748249 | fa163ee5-9860-1809-32d2-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-03 14:30:04.749489 | fa163ee5-9860-1809-32d2-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:32.362183 | 0.55s 2025-10-03 14:30:04.781516 | fa163ee5-9860-1809-32d2-000000003553 | TASK | Failed deployment if facter fails 2025-10-03 14:30:04.821181 | fa163ee5-9860-1809-32d2-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 14:30:04.822464 | fa163ee5-9860-1809-32d2-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:32.435157 | 0.04s 2025-10-03 14:30:04.868402 | fa163ee5-9860-1809-32d2-000000003554 | TASK | Sync cached facts 2025-10-03 14:30:05.188849 | fa163ee5-9860-1809-32d2-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-000000003554') missing from stats 2025-10-03 14:30:05.245803 | fa163ee5-9860-1809-32d2-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 14:30:05.296207 | fa163ee5-9860-1809-32d2-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 14:30:05.297590 | fa163ee5-9860-1809-32d2-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:32.910281 | 0.05s 2025-10-03 14:30:05.329899 | fa163ee5-9860-1809-32d2-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-03 14:30:05.360954 | fa163ee5-9860-1809-32d2-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:32.973632 | 0.03s 2025-10-03 14:30:05.438842 | fa163ee5-9860-1809-32d2-0000000035ab | TASK | Gather variables for each operating system 2025-10-03 14:30:05.529689 | fa163ee5-9860-1809-32d2-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:33.142373 | 0.09s 2025-10-03 14:30:05.560959 | fa163ee5-9860-1809-32d2-0000000035ac | TASK | Create container logs path 2025-10-03 14:30:05.819439 | fa163ee5-9860-1809-32d2-0000000035ac | OK | Create container logs path | standalone 2025-10-03 14:30:05.821074 | fa163ee5-9860-1809-32d2-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:33.433766 | 0.26s 2025-10-03 14:30:05.847878 | fa163ee5-9860-1809-32d2-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 14:30:06.163933 | fa163ee5-9860-1809-32d2-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 14:30:06.166067 | fa163ee5-9860-1809-32d2-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:33.778760 | 0.32s 2025-10-03 14:30:06.193015 | fa163ee5-9860-1809-32d2-0000000035af | TASK | Finalise hashes for all containers 2025-10-03 14:30:06.267747 | fa163ee5-9860-1809-32d2-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-03 14:30:06.268898 | fa163ee5-9860-1809-32d2-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:33.881592 | 0.07s 2025-10-03 14:30:06.292714 | fa163ee5-9860-1809-32d2-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-03 14:30:06.335004 | fa163ee5-9860-1809-32d2-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:33.947693 | 0.04s 2025-10-03 14:30:06.358658 | 0b23debb-ff97-4922-a839-ec773a68f1ab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 14:30:06.400950 | fa163ee5-9860-1809-32d2-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 14:30:06.678808 | fa163ee5-9860-1809-32d2-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 14:30:06.679705 | fa163ee5-9860-1809-32d2-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:34.292406 | 0.28s 2025-10-03 14:30:06.700268 | fa163ee5-9860-1809-32d2-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-03 14:30:06.757928 | fa163ee5-9860-1809-32d2-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-03 14:30:06.758770 | fa163ee5-9860-1809-32d2-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:34.371471 | 0.06s 2025-10-03 14:30:06.779208 | fa163ee5-9860-1809-32d2-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 14:30:07.285883 | fa163ee5-9860-1809-32d2-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 14:30:07.286826 | fa163ee5-9860-1809-32d2-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:34.899522 | 0.51s 2025-10-03 14:30:07.758306 | fa163ee5-9860-1809-32d2-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 14:30:07.759948 | fa163ee5-9860-1809-32d2-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:35.372643 | 0.98s 2025-10-03 14:30:07.770561 | fa163ee5-9860-1809-32d2-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:35.383256 | 0.99s 2025-10-03 14:30:07.800906 | fa163ee5-9860-1809-32d2-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 14:30:08.275826 | fa163ee5-9860-1809-32d2-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 14:30:08.277530 | fa163ee5-9860-1809-32d2-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:35.890222 | 0.47s 2025-10-03 14:30:08.298482 | fa163ee5-9860-1809-32d2-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 14:30:08.739761 | fa163ee5-9860-1809-32d2-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 14:30:08.740592 | fa163ee5-9860-1809-32d2-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:36.353294 | 0.44s 2025-10-03 14:30:08.760004 | fa163ee5-9860-1809-32d2-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-03 14:30:10.412034 | fa163ee5-9860-1809-32d2-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 14:30:10.415172 | fa163ee5-9860-1809-32d2-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:38.027863 | 1.65s 2025-10-03 14:30:10.447361 | fa163ee5-9860-1809-32d2-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 14:30:10.934308 | fa163ee5-9860-1809-32d2-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 14:30:10.936871 | fa163ee5-9860-1809-32d2-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:38.549543 | 0.49s 2025-10-03 14:30:10.967725 | fa163ee5-9860-1809-32d2-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 14:30:11.500366 | fa163ee5-9860-1809-32d2-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 14:30:11.502748 | fa163ee5-9860-1809-32d2-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:39.115441 | 0.53s 2025-10-03 14:30:11.533805 | fa163ee5-9860-1809-32d2-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-03 14:30:12.287532 | fa163ee5-9860-1809-32d2-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 14:30:12.289221 | fa163ee5-9860-1809-32d2-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:39.901919 | 0.75s 2025-10-03 14:30:12.314426 | fa163ee5-9860-1809-32d2-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-03 14:30:12.374043 | fa163ee5-9860-1809-32d2-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:39.986738 | 0.06s 2025-10-03 14:30:12.384258 | 75f0510f-aa68-4419-ba3a-47fd8f0d5b65 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 14:30:12.407651 | fa163ee5-9860-1809-32d2-000000003615 | TASK | Update config hashes for container startup configs 2025-10-03 14:30:12.699991 | fa163ee5-9860-1809-32d2-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-03 14:30:12.701385 | fa163ee5-9860-1809-32d2-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:40.314079 | 0.29s 2025-10-03 14:30:12.723117 | fa163ee5-9860-1809-32d2-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 14:30:12.760143 | fa163ee5-9860-1809-32d2-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:40.372826 | 0.04s 2025-10-03 14:30:12.784478 | 4a8bfa98-3f7c-48d6-866c-d718bca672f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:30:12.814214 | fa163ee5-9860-1809-32d2-000000003634 | TASK | Gather podman infos 2025-10-03 14:30:13.819293 | fa163ee5-9860-1809-32d2-000000003634 | OK | Gather podman infos | standalone 2025-10-03 14:30:13.820501 | fa163ee5-9860-1809-32d2-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:41.433192 | 1.01s 2025-10-03 14:30:13.896008 | fa163ee5-9860-1809-32d2-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 14:30:13.972040 | fa163ee5-9860-1809-32d2-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:41.584732 | 0.07s 2025-10-03 14:30:14.110941 | fa163ee5-9860-1809-32d2-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:41.723624 | 0.08s 2025-10-03 14:30:14.166681 | fa163ee5-9860-1809-32d2-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 14:30:14.227463 | fa163ee5-9860-1809-32d2-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:41.840151 | 0.06s 2025-10-03 14:30:14.249190 | 432347a1-5214-4156-a8a3-adca93b3d9ff | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:30:14.287381 | fa163ee5-9860-1809-32d2-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 14:30:32.271266 | fa163ee5-9860-1809-32d2-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 14:30:32.273225 | fa163ee5-9860-1809-32d2-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:59.885914 | 17.98s 2025-10-03 14:30:32.308716 | fa163ee5-9860-1809-32d2-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-03 14:30:34.961044 | fa163ee5-9860-1809-32d2-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-03 14:30:34.962668 | fa163ee5-9860-1809-32d2-0000000036a5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:02.575359 | 2.65s 2025-10-03 14:30:35.029062 | fa163ee5-9860-1809-32d2-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-03 14:30:35.290516 | fa163ee5-9860-1809-32d2-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-03 14:30:35.292010 | fa163ee5-9860-1809-32d2-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:18:02.904703 | 0.26s 2025-10-03 14:30:35.339337 | fa163ee5-9860-1809-32d2-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-03 14:30:35.399883 | fa163ee5-9860-1809-32d2-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:18:03.012537 | 0.06s 2025-10-03 14:30:35.431221 | fa163ee5-9860-1809-32d2-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-03 14:30:35.474769 | fa163ee5-9860-1809-32d2-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:18:03.087435 | 0.04s 2025-10-03 14:30:35.501488 | 28db1670-3fcc-44ef-abb5-d67dcfbd8d08 | INCLUDED | /root/standalone-ansible-9vn19upn/host-container-puppet-tasks.yaml | standalone 2025-10-03 14:30:35.552048 | fa163ee5-9860-1809-32d2-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-03 14:30:36.038335 | fa163ee5-9860-1809-32d2-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-03 14:30:36.040004 | fa163ee5-9860-1809-32d2-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:18:03.652688 | 0.49s 2025-10-03 14:30:36.072994 | fa163ee5-9860-1809-32d2-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-03 14:30:36.363747 | fa163ee5-9860-1809-32d2-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-03 14:30:36.365119 | fa163ee5-9860-1809-32d2-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:18:03.977813 | 0.29s 2025-10-03 14:30:36.393229 | fa163ee5-9860-1809-32d2-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-03 14:30:36.426573 | fa163ee5-9860-1809-32d2-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:18:04.039264 | 0.03s 2025-10-03 14:30:36.473681 | fa163ee5-9860-1809-32d2-000000003722 | TASK | Gather variables for each operating system 2025-10-03 14:30:36.594829 | fa163ee5-9860-1809-32d2-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:04.207514 | 0.12s 2025-10-03 14:30:36.618650 | fa163ee5-9860-1809-32d2-000000003723 | TASK | Create container logs path 2025-10-03 14:30:36.860750 | fa163ee5-9860-1809-32d2-000000003723 | OK | Create container logs path | standalone 2025-10-03 14:30:36.862199 | fa163ee5-9860-1809-32d2-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:04.474890 | 0.24s 2025-10-03 14:30:36.898922 | fa163ee5-9860-1809-32d2-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 14:30:37.143106 | fa163ee5-9860-1809-32d2-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 14:30:37.144459 | fa163ee5-9860-1809-32d2-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:04.757152 | 0.24s 2025-10-03 14:30:37.176127 | fa163ee5-9860-1809-32d2-000000003726 | TASK | Finalise hashes for all containers 2025-10-03 14:30:37.229500 | fa163ee5-9860-1809-32d2-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:30:37.231046 | fa163ee5-9860-1809-32d2-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:04.843736 | 0.05s 2025-10-03 14:30:37.261838 | fa163ee5-9860-1809-32d2-000000003728 | TASK | Manage systemd shutdown files 2025-10-03 14:30:37.307289 | fa163ee5-9860-1809-32d2-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:30:37.308440 | fa163ee5-9860-1809-32d2-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:04.921131 | 0.04s 2025-10-03 14:30:37.338664 | fa163ee5-9860-1809-32d2-00000000372a | TASK | Update container configs with new config hashes 2025-10-03 14:30:37.389102 | fa163ee5-9860-1809-32d2-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:30:37.390345 | fa163ee5-9860-1809-32d2-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:05.003036 | 0.05s 2025-10-03 14:30:37.424765 | fa163ee5-9860-1809-32d2-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 14:30:37.479908 | fa163ee5-9860-1809-32d2-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 14:30:37.481247 | fa163ee5-9860-1809-32d2-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:05.093937 | 0.05s 2025-10-03 14:30:37.514636 | fa163ee5-9860-1809-32d2-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-03 14:30:37.567601 | fa163ee5-9860-1809-32d2-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-03 14:30:37.569004 | fa163ee5-9860-1809-32d2-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:05.181694 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-03 14:30:37.740963 | fa163ee5-9860-1809-32d2-0000000000d2 | TASK | External deployment step 3 2025-10-03 14:30:37.768402 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000d2') missing from stats 2025-10-03 14:30:37.822368 | fa163ee5-9860-1809-32d2-0000000000d3 | TIMING | include_tasks | undercloud | 0:18:05.435044 | 0.04s 2025-10-03 14:30:37.832542 | d9e94aff-368f-4253-a8c6-282ae24b61fe | INCLUDED | /root/standalone-ansible-9vn19upn/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-03 14:30:37.849084 | fa163ee5-9860-1809-32d2-00000000377b | TASK | Pause cephadm 2025-10-03 14:30:37.898037 | fa163ee5-9860-1809-32d2-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-03 14:30:37.899036 | fa163ee5-9860-1809-32d2-00000000377b | TIMING | Pause cephadm | undercloud | 0:18:05.511732 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-03 14:30:38.018255 | fa163ee5-9860-1809-32d2-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-03 14:30:38.047941 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000d6') missing from stats 2025-10-03 14:30:38.071395 | fa163ee5-9860-1809-32d2-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-03 14:30:38.596604 | fa163ee5-9860-1809-32d2-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-03 14:30:38.598021 | fa163ee5-9860-1809-32d2-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:18:06.210714 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 14:30:38.670115 | fa163ee5-9860-1809-32d2-0000000000d8 | TIMING | include_tasks | standalone | 0:18:06.282805 | 0.04s 2025-10-03 14:30:38.699892 | d3f167c8-9cc3-4f5c-b4cb-81d459917463 | INCLUDED | /root/standalone-ansible-9vn19upn/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-03 14:30:38.730442 | fa163ee5-9860-1809-32d2-00000000379a | TASK | Start OVN container 2025-10-03 14:30:38.810456 | fa163ee5-9860-1809-32d2-00000000379a | TIMING | Start OVN container | standalone | 0:18:06.423123 | 0.08s 2025-10-03 14:30:38.840487 | fa163ee5-9860-1809-32d2-00000000379a | TIMING | Start OVN container | standalone | 0:18:06.453173 | 0.11s 2025-10-03 14:30:38.866183 | fa163ee5-9860-1809-32d2-00000000379a | TIMING | Start OVN container | standalone | 0:18:06.478867 | 0.13s 2025-10-03 14:30:38.878243 | fa163ee5-9860-1809-32d2-00000000379a | TIMING | Start OVN container | standalone | 0:18:06.490926 | 0.15s 2025-10-03 14:30:38.992045 | fa163ee5-9860-1809-32d2-0000000037d2 | TASK | Gather variables for each operating system 2025-10-03 14:30:39.073175 | fa163ee5-9860-1809-32d2-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:06.685851 | 0.08s 2025-10-03 14:30:39.103214 | fa163ee5-9860-1809-32d2-0000000037d3 | TASK | Create container logs path 2025-10-03 14:30:39.346528 | fa163ee5-9860-1809-32d2-0000000037d3 | OK | Create container logs path | standalone 2025-10-03 14:30:39.348021 | fa163ee5-9860-1809-32d2-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:06.960712 | 0.24s 2025-10-03 14:30:39.380753 | fa163ee5-9860-1809-32d2-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:39.690987 | fa163ee5-9860-1809-32d2-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:39.692430 | fa163ee5-9860-1809-32d2-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:07.305121 | 0.31s 2025-10-03 14:30:39.721843 | fa163ee5-9860-1809-32d2-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-03 14:30:39.825953 | fa163ee5-9860-1809-32d2-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:30:39.827257 | fa163ee5-9860-1809-32d2-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:07.439949 | 0.10s 2025-10-03 14:30:39.857153 | fa163ee5-9860-1809-32d2-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-03 14:30:39.909979 | fa163ee5-9860-1809-32d2-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:30:39.911110 | fa163ee5-9860-1809-32d2-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:07.523802 | 0.05s 2025-10-03 14:30:39.941384 | fa163ee5-9860-1809-32d2-0000000037da | TASK | Update container configs with new config hashes 2025-10-03 14:30:40.014356 | fa163ee5-9860-1809-32d2-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:30:40.015621 | fa163ee5-9860-1809-32d2-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:07.628311 | 0.07s 2025-10-03 14:30:40.047386 | fa163ee5-9860-1809-32d2-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:40.099626 | fa163ee5-9860-1809-32d2-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:07.712311 | 0.05s 2025-10-03 14:30:40.124684 | f9c5ad1c-b875-481e-b5c4-77aece8698d5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:30:40.160505 | fa163ee5-9860-1809-32d2-000000003867 | TASK | Gather podman infos 2025-10-03 14:30:41.291665 | fa163ee5-9860-1809-32d2-000000003867 | OK | Gather podman infos | standalone 2025-10-03 14:30:41.293066 | fa163ee5-9860-1809-32d2-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:08.905756 | 1.13s 2025-10-03 14:30:41.383454 | fa163ee5-9860-1809-32d2-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:41.470341 | fa163ee5-9860-1809-32d2-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:09.083031 | 0.08s 2025-10-03 14:30:41.601310 | fa163ee5-9860-1809-32d2-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:09.213991 | 0.08s 2025-10-03 14:30:41.660699 | fa163ee5-9860-1809-32d2-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:41.734364 | fa163ee5-9860-1809-32d2-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:09.347051 | 0.07s 2025-10-03 14:30:41.758266 | a1e9155b-7474-465a-a953-4b9cf6e11951 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:30:41.796161 | fa163ee5-9860-1809-32d2-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:42.603774 | fa163ee5-9860-1809-32d2-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:42.604880 | fa163ee5-9860-1809-32d2-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:10.217578 | 0.81s 2025-10-03 14:30:42.628390 | fa163ee5-9860-1809-32d2-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:45.395096 | fa163ee5-9860-1809-32d2-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:45.396672 | fa163ee5-9860-1809-32d2-0000000038d3 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:13.009363 | 2.77s 2025-10-03 14:30:45.454110 | fa163ee5-9860-1809-32d2-0000000037fd | TASK | Gather variables for each operating system 2025-10-03 14:30:45.572938 | fa163ee5-9860-1809-32d2-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:13.185561 | 0.12s 2025-10-03 14:30:45.605095 | fa163ee5-9860-1809-32d2-0000000037fe | TASK | Create container logs path 2025-10-03 14:30:45.843504 | fa163ee5-9860-1809-32d2-0000000037fe | OK | Create container logs path | standalone 2025-10-03 14:30:45.844369 | fa163ee5-9860-1809-32d2-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:13.457070 | 0.24s 2025-10-03 14:30:45.869687 | fa163ee5-9860-1809-32d2-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:46.212450 | fa163ee5-9860-1809-32d2-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:46.214302 | fa163ee5-9860-1809-32d2-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:13.826987 | 0.34s 2025-10-03 14:30:46.249418 | fa163ee5-9860-1809-32d2-000000003801 | TASK | Finalise hashes for all containers 2025-10-03 14:30:46.334341 | fa163ee5-9860-1809-32d2-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:30:46.335185 | fa163ee5-9860-1809-32d2-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:13.947886 | 0.08s 2025-10-03 14:30:46.355522 | fa163ee5-9860-1809-32d2-000000003803 | TASK | Manage systemd shutdown files 2025-10-03 14:30:46.398081 | fa163ee5-9860-1809-32d2-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:30:46.399121 | fa163ee5-9860-1809-32d2-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:14.011818 | 0.04s 2025-10-03 14:30:46.420618 | fa163ee5-9860-1809-32d2-000000003805 | TASK | Update container configs with new config hashes 2025-10-03 14:30:46.467496 | fa163ee5-9860-1809-32d2-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:30:46.468370 | fa163ee5-9860-1809-32d2-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:14.081070 | 0.05s 2025-10-03 14:30:46.488993 | fa163ee5-9860-1809-32d2-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:46.535755 | fa163ee5-9860-1809-32d2-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:14.148445 | 0.05s 2025-10-03 14:30:46.549025 | 224babe4-105b-41e8-ab62-0ee1c55663a6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:30:46.578830 | fa163ee5-9860-1809-32d2-00000000391e | TASK | Gather podman infos 2025-10-03 14:30:47.679206 | fa163ee5-9860-1809-32d2-00000000391e | OK | Gather podman infos | standalone 2025-10-03 14:30:47.680792 | fa163ee5-9860-1809-32d2-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:15.293478 | 1.10s 2025-10-03 14:30:47.775729 | fa163ee5-9860-1809-32d2-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:47.879075 | fa163ee5-9860-1809-32d2-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:15.491757 | 0.10s 2025-10-03 14:30:48.092975 | fa163ee5-9860-1809-32d2-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:15.705652 | 0.15s 2025-10-03 14:30:48.217499 | fa163ee5-9860-1809-32d2-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:48.287044 | fa163ee5-9860-1809-32d2-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:15.899736 | 0.07s 2025-10-03 14:30:48.302304 | 90db5fe0-0cc9-40cc-92fb-1f48a60d035c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:30:48.332280 | fa163ee5-9860-1809-32d2-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:49.142413 | fa163ee5-9860-1809-32d2-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:49.143460 | fa163ee5-9860-1809-32d2-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:16.756158 | 0.81s 2025-10-03 14:30:49.169159 | fa163ee5-9860-1809-32d2-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:52.034436 | fa163ee5-9860-1809-32d2-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:52.036063 | fa163ee5-9860-1809-32d2-000000003985 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:19.648754 | 2.87s 2025-10-03 14:30:52.095565 | fa163ee5-9860-1809-32d2-000000003828 | TASK | Gather variables for each operating system 2025-10-03 14:30:52.212240 | fa163ee5-9860-1809-32d2-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:19.824921 | 0.12s 2025-10-03 14:30:52.243056 | fa163ee5-9860-1809-32d2-000000003829 | TASK | Create container logs path 2025-10-03 14:30:52.507675 | fa163ee5-9860-1809-32d2-000000003829 | OK | Create container logs path | standalone 2025-10-03 14:30:52.509156 | fa163ee5-9860-1809-32d2-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:20.121848 | 0.26s 2025-10-03 14:30:52.541457 | fa163ee5-9860-1809-32d2-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:52.853162 | fa163ee5-9860-1809-32d2-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:52.854463 | fa163ee5-9860-1809-32d2-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:20.467156 | 0.31s 2025-10-03 14:30:52.885344 | fa163ee5-9860-1809-32d2-00000000382c | TASK | Finalise hashes for all containers 2025-10-03 14:30:52.992089 | fa163ee5-9860-1809-32d2-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-03 14:30:52.993550 | fa163ee5-9860-1809-32d2-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:20.606243 | 0.11s 2025-10-03 14:30:53.024005 | fa163ee5-9860-1809-32d2-00000000382e | TASK | Manage systemd shutdown files 2025-10-03 14:30:53.077723 | fa163ee5-9860-1809-32d2-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:30:53.079180 | fa163ee5-9860-1809-32d2-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:20.691870 | 0.05s 2025-10-03 14:30:53.111123 | fa163ee5-9860-1809-32d2-000000003830 | TASK | Update container configs with new config hashes 2025-10-03 14:30:53.175019 | fa163ee5-9860-1809-32d2-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:30:53.176269 | fa163ee5-9860-1809-32d2-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:20.788960 | 0.06s 2025-10-03 14:30:53.208562 | fa163ee5-9860-1809-32d2-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:53.272108 | fa163ee5-9860-1809-32d2-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:20.884782 | 0.06s 2025-10-03 14:30:53.298403 | 734c81da-71a6-41ed-b023-e1a0910c81cd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:30:53.336665 | fa163ee5-9860-1809-32d2-0000000039d0 | TASK | Gather podman infos 2025-10-03 14:30:54.555730 | fa163ee5-9860-1809-32d2-0000000039d0 | OK | Gather podman infos | standalone 2025-10-03 14:30:54.556965 | fa163ee5-9860-1809-32d2-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:22.169658 | 1.22s 2025-10-03 14:30:54.649399 | fa163ee5-9860-1809-32d2-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:54.739908 | fa163ee5-9860-1809-32d2-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:22.352590 | 0.08s 2025-10-03 14:30:54.973254 | fa163ee5-9860-1809-32d2-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:22.585935 | 0.17s 2025-10-03 14:30:55.032020 | fa163ee5-9860-1809-32d2-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:55.106101 | fa163ee5-9860-1809-32d2-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:22.718786 | 0.07s 2025-10-03 14:30:55.131507 | dcb864a9-8147-4eb4-b6af-846cab79ffa0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:30:55.242049 | fa163ee5-9860-1809-32d2-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:56.192505 | fa163ee5-9860-1809-32d2-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:56.193968 | fa163ee5-9860-1809-32d2-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:23.806658 | 0.95s 2025-10-03 14:30:56.225724 | fa163ee5-9860-1809-32d2-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-03 14:30:59.141112 | fa163ee5-9860-1809-32d2-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-03 14:30:59.142097 | fa163ee5-9860-1809-32d2-000000003a37 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:26.754798 | 2.91s 2025-10-03 14:30:59.179681 | fa163ee5-9860-1809-32d2-00000000379c | TASK | Set NB connection 2025-10-03 14:30:59.658677 | fa163ee5-9860-1809-32d2-00000000379c | CHANGED | Set NB connection | standalone 2025-10-03 14:30:59.660967 | fa163ee5-9860-1809-32d2-00000000379c | TIMING | Set NB connection | standalone | 0:18:27.273653 | 0.48s 2025-10-03 14:30:59.691137 | fa163ee5-9860-1809-32d2-00000000379d | TASK | Set SB connection 2025-10-03 14:31:00.129328 | fa163ee5-9860-1809-32d2-00000000379d | CHANGED | Set SB connection | standalone 2025-10-03 14:31:00.130677 | fa163ee5-9860-1809-32d2-00000000379d | TIMING | Set SB connection | standalone | 0:18:27.743371 | 0.44s 2025-10-03 14:31:00.161627 | fa163ee5-9860-1809-32d2-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-03 14:31:00.397542 | fa163ee5-9860-1809-32d2-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-03 14:31:00.398561 | fa163ee5-9860-1809-32d2-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:28.011262 | 0.24s 2025-10-03 14:31:00.473995 | fa163ee5-9860-1809-32d2-0000000000db | TIMING | include_tasks | standalone | 0:18:28.086675 | 0.05s 2025-10-03 14:31:00.510548 | f2ebb018-60ee-4022-8480-7dae4648d689 | INCLUDED | /root/standalone-ansible-9vn19upn/common_deploy_steps_tasks.yaml | standalone 2025-10-03 14:31:00.536645 | fa163ee5-9860-1809-32d2-000000003a7c | TASK | Write the config_step hieradata 2025-10-03 14:31:01.073038 | fa163ee5-9860-1809-32d2-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-03 14:31:01.074363 | fa163ee5-9860-1809-32d2-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:18:28.687056 | 0.54s 2025-10-03 14:31:01.105414 | fa163ee5-9860-1809-32d2-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-03 14:31:01.433280 | fa163ee5-9860-1809-32d2-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-03 14:31:01.434482 | fa163ee5-9860-1809-32d2-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:29.047176 | 0.33s 2025-10-03 14:31:01.457708 | fa163ee5-9860-1809-32d2-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-03 14:31:01.690096 | fa163ee5-9860-1809-32d2-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 14:31:11.898719 | fa163ee5-9860-1809-32d2-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 14:31:22.124536 | fa163ee5-9860-1809-32d2-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 14:31:22.127054 | fa163ee5-9860-1809-32d2-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:49.739744 | 20.67s 2025-10-03 14:31:22.158248 | fa163ee5-9860-1809-32d2-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-03 14:31:22.251710 | fa163ee5-9860-1809-32d2-000000003a7f | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 3 14:31: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 3 14:31:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 14:31:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 14:31:06 puppet-user: (file & line not available)", "<13>Oct 3 14:31: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 3 14:31: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 3 14:31:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 14:31:06 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Oct 3 14:31:10 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 14:31:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 14:31:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 14:31:14 puppet-user: Notice: Applied catalog in 7.98 seconds", "<13>Oct 3 14:31:14 puppet-user: Application:", "<13>Oct 3 14:31:14 puppet-user: Initial environment: production", "<13>Oct 3 14:31:14 puppet-user: Converged environment: production", "<13>Oct 3 14:31:14 puppet-user: Run mode: user", "<13>Oct 3 14:31:14 puppet-user: Changes:", "<13>Oct 3 14:31:14 puppet-user: Total: 2", "<13>Oct 3 14:31:14 puppet-user: Events:", "<13>Oct 3 14:31:14 puppet-user: Success: 2", "<13>Oct 3 14:31:14 puppet-user: Resources:", "<13>Oct 3 14:31:14 puppet-user: Changed: 2", "<13>Oct 3 14:31:14 puppet-user: Out of sync: 2", "<13>Oct 3 14:31:14 puppet-user: Total: 28", "<13>Oct 3 14:31:14 puppet-user: Time:", "<13>Oct 3 14:31:14 puppet-user: Filebucket: 0.00", "<13>Oct 3 14:31:14 puppet-user: Package: 0.00", "<13>Oct 3 14:31:14 puppet-user: Schedule: 0.00", "<13>Oct 3 14:31:14 puppet-user: File: 0.00", "<13>Oct 3 14:31:14 puppet-user: Augeas: 0.01", "<13>Oct 3 14:31:14 puppet-user: File line: 0.01", "<13>Oct 3 14:31:14 puppet-user: User: 0.05", "<13>Oct 3 14:31:14 puppet-user: Service: 0.07", "<13>Oct 3 14:31:14 puppet-user: Config retrieval: 0.47", "<13>Oct 3 14:31:14 puppet-user: Pcmk property: 1.52", "<13>Oct 3 14:31:14 puppet-user: Exec: 1.91", "<13>Oct 3 14:31:14 puppet-user: Last run: 1759501874", "<13>Oct 3 14:31:14 puppet-user: Pcmk resource default: 2.11", "<13>Oct 3 14:31:14 puppet-user: Pcmk resource op default: 2.12", "<13>Oct 3 14:31:14 puppet-user: Transaction evaluation: 7.97", "<13>Oct 3 14:31:14 puppet-user: Catalog application: 7.98", "<13>Oct 3 14:31:14 puppet-user: Total: 7.99", "<13>Oct 3 14:31:14 puppet-user: Version:", "<13>Oct 3 14:31:14 puppet-user: Config: 1759501866", "<13>Oct 3 14:31:14 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 14:31:22.253176 | fa163ee5-9860-1809-32d2-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:49.865864 | 0.09s 2025-10-03 14:31:22.282752 | fa163ee5-9860-1809-32d2-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-03 14:31:22.312400 | fa163ee5-9860-1809-32d2-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:49.925080 | 0.03s 2025-10-03 14:31:22.381356 | fa163ee5-9860-1809-32d2-000000003abf | TASK | Gather variables for each operating system 2025-10-03 14:31:22.478371 | fa163ee5-9860-1809-32d2-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:50.091060 | 0.10s 2025-10-03 14:31:22.510740 | fa163ee5-9860-1809-32d2-000000003ac0 | TASK | Create puppet caching structures 2025-10-03 14:31:22.768105 | fa163ee5-9860-1809-32d2-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-03 14:31:22.769797 | fa163ee5-9860-1809-32d2-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:50.382487 | 0.26s 2025-10-03 14:31:22.805028 | fa163ee5-9860-1809-32d2-000000003ac1 | TASK | Check for facter.conf 2025-10-03 14:31:23.039826 | fa163ee5-9860-1809-32d2-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-03 14:31:23.041468 | fa163ee5-9860-1809-32d2-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:50.654156 | 0.23s 2025-10-03 14:31:23.070571 | fa163ee5-9860-1809-32d2-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-03 14:31:23.124150 | fa163ee5-9860-1809-32d2-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 14:31:23.125365 | fa163ee5-9860-1809-32d2-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:50.738055 | 0.05s 2025-10-03 14:31:23.157811 | fa163ee5-9860-1809-32d2-000000003ac3 | TASK | Write facter cache config 2025-10-03 14:31:23.626882 | fa163ee5-9860-1809-32d2-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-03 14:31:23.628477 | fa163ee5-9860-1809-32d2-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:51.241168 | 0.47s 2025-10-03 14:31:23.657446 | fa163ee5-9860-1809-32d2-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-03 14:31:23.912709 | fa163ee5-9860-1809-32d2-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 14:31:23.914226 | fa163ee5-9860-1809-32d2-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:51.526920 | 0.26s 2025-10-03 14:31:23.944676 | fa163ee5-9860-1809-32d2-000000003ac5 | TASK | Pre-cache facts 2025-10-03 14:31:24.577936 | fa163ee5-9860-1809-32d2-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-03 14:31:24.579332 | fa163ee5-9860-1809-32d2-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:52.192026 | 0.63s 2025-10-03 14:31:24.610601 | fa163ee5-9860-1809-32d2-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-03 14:31:24.641818 | fa163ee5-9860-1809-32d2-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 14:31:24.643139 | fa163ee5-9860-1809-32d2-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:52.255831 | 0.03s 2025-10-03 14:31:24.688559 | fa163ee5-9860-1809-32d2-000000003ac7 | TASK | Sync cached facts 2025-10-03 14:31:25.002922 | fa163ee5-9860-1809-32d2-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-000000003ac7') missing from stats 2025-10-03 14:31:25.051770 | fa163ee5-9860-1809-32d2-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 14:31:25.091836 | fa163ee5-9860-1809-32d2-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 14:31:25.092936 | fa163ee5-9860-1809-32d2-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:52.705634 | 0.04s 2025-10-03 14:31:25.118770 | fa163ee5-9860-1809-32d2-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-03 14:31:25.150732 | fa163ee5-9860-1809-32d2-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:52.763425 | 0.03s 2025-10-03 14:31:25.192712 | fa163ee5-9860-1809-32d2-000000003b1e | TASK | Gather variables for each operating system 2025-10-03 14:31:25.313711 | fa163ee5-9860-1809-32d2-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:52.926397 | 0.12s 2025-10-03 14:31:25.339546 | fa163ee5-9860-1809-32d2-000000003b1f | TASK | Create container logs path 2025-10-03 14:31:25.583468 | fa163ee5-9860-1809-32d2-000000003b1f | OK | Create container logs path | standalone 2025-10-03 14:31:25.584630 | fa163ee5-9860-1809-32d2-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:53.197324 | 0.24s 2025-10-03 14:31:25.611263 | fa163ee5-9860-1809-32d2-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 14:31:25.885323 | fa163ee5-9860-1809-32d2-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 14:31:25.886648 | fa163ee5-9860-1809-32d2-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:53.499338 | 0.27s 2025-10-03 14:31:25.919375 | fa163ee5-9860-1809-32d2-000000003b22 | TASK | Finalise hashes for all containers 2025-10-03 14:31:25.995132 | fa163ee5-9860-1809-32d2-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:31:25.996480 | fa163ee5-9860-1809-32d2-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:53.609172 | 0.08s 2025-10-03 14:31:26.028126 | fa163ee5-9860-1809-32d2-000000003b24 | TASK | Manage systemd shutdown files 2025-10-03 14:31:26.057168 | fa163ee5-9860-1809-32d2-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:53.669855 | 0.03s 2025-10-03 14:31:26.091962 | f38f376d-1ed4-48dc-af47-555b4baef1d9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 14:31:26.120022 | fa163ee5-9860-1809-32d2-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 14:31:26.393969 | fa163ee5-9860-1809-32d2-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 14:31:26.395715 | fa163ee5-9860-1809-32d2-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:54.008399 | 0.27s 2025-10-03 14:31:26.427273 | fa163ee5-9860-1809-32d2-000000003b58 | TASK | Set podman_drop_in fact 2025-10-03 14:31:26.483111 | fa163ee5-9860-1809-32d2-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-03 14:31:26.484373 | fa163ee5-9860-1809-32d2-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:54.097067 | 0.06s 2025-10-03 14:31:26.515479 | fa163ee5-9860-1809-32d2-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 14:31:27.004548 | fa163ee5-9860-1809-32d2-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 14:31:27.007723 | fa163ee5-9860-1809-32d2-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:54.620400 | 0.49s 2025-10-03 14:31:27.462154 | fa163ee5-9860-1809-32d2-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 14:31:27.462891 | fa163ee5-9860-1809-32d2-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:55.075591 | 0.95s 2025-10-03 14:31:27.467408 | fa163ee5-9860-1809-32d2-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:55.080096 | 0.95s 2025-10-03 14:31:27.501623 | fa163ee5-9860-1809-32d2-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 14:31:27.975234 | fa163ee5-9860-1809-32d2-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 14:31:27.976880 | fa163ee5-9860-1809-32d2-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:55.589543 | 0.47s 2025-10-03 14:31:28.010045 | fa163ee5-9860-1809-32d2-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 14:31:28.525741 | fa163ee5-9860-1809-32d2-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 14:31:28.527179 | fa163ee5-9860-1809-32d2-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:56.139871 | 0.52s 2025-10-03 14:31:28.558032 | fa163ee5-9860-1809-32d2-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-03 14:31:29.286737 | fa163ee5-9860-1809-32d2-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 14:31:29.288795 | fa163ee5-9860-1809-32d2-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:56.901488 | 0.73s 2025-10-03 14:31:29.319395 | fa163ee5-9860-1809-32d2-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 14:31:29.826375 | fa163ee5-9860-1809-32d2-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 14:31:29.828013 | fa163ee5-9860-1809-32d2-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:57.440705 | 0.51s 2025-10-03 14:31:29.861199 | fa163ee5-9860-1809-32d2-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 14:31:30.405090 | fa163ee5-9860-1809-32d2-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 14:31:30.406959 | fa163ee5-9860-1809-32d2-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:58.019656 | 0.54s 2025-10-03 14:31:30.440140 | fa163ee5-9860-1809-32d2-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-03 14:31:31.258180 | fa163ee5-9860-1809-32d2-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 14:31:31.261127 | fa163ee5-9860-1809-32d2-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:58.873816 | 0.82s 2025-10-03 14:31:31.292737 | fa163ee5-9860-1809-32d2-000000003b26 | TASK | Update container configs with new config hashes 2025-10-03 14:31:31.355543 | fa163ee5-9860-1809-32d2-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:58.968216 | 0.06s 2025-10-03 14:31:31.378235 | 7a5f3a37-a45f-4f5f-b3f7-f6d9d90cf78a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 14:31:31.415032 | fa163ee5-9860-1809-32d2-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-03 14:31:31.680979 | fa163ee5-9860-1809-32d2-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-03 14:31:31.682615 | fa163ee5-9860-1809-32d2-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:59.295303 | 0.27s 2025-10-03 14:31:31.717114 | fa163ee5-9860-1809-32d2-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 14:31:31.781146 | fa163ee5-9860-1809-32d2-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:59.393825 | 0.06s 2025-10-03 14:31:31.806698 | 1ece41ac-51fc-4e7c-8188-a3bf2a523498 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:31:31.845369 | fa163ee5-9860-1809-32d2-000000003ba7 | TASK | Gather podman infos 2025-10-03 14:31:33.077199 | fa163ee5-9860-1809-32d2-000000003ba7 | OK | Gather podman infos | standalone 2025-10-03 14:31:33.078454 | fa163ee5-9860-1809-32d2-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:00.691144 | 1.23s 2025-10-03 14:31:33.183942 | fa163ee5-9860-1809-32d2-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 14:31:33.269937 | fa163ee5-9860-1809-32d2-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:00.882612 | 0.08s 2025-10-03 14:31:33.427109 | fa163ee5-9860-1809-32d2-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:01.039791 | 0.09s 2025-10-03 14:31:33.476963 | fa163ee5-9860-1809-32d2-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 14:31:33.540357 | fa163ee5-9860-1809-32d2-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:01.153047 | 0.06s 2025-10-03 14:31:33.558717 | bb17018a-5d7d-42c6-af43-fdd6a32554b5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:31:33.596487 | fa163ee5-9860-1809-32d2-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 14:32:29.819780 | fa163ee5-9860-1809-32d2-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 14:32:29.821381 | fa163ee5-9860-1809-32d2-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:57.434072 | 56.22s 2025-10-03 14:32:29.854713 | fa163ee5-9860-1809-32d2-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-03 14:33:02.747656 | fa163ee5-9860-1809-32d2-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-03 14:33:02.748875 | fa163ee5-9860-1809-32d2-000000003c13 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:30.361574 | 32.89s 2025-10-03 14:33:02.793993 | fa163ee5-9860-1809-32d2-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-03 14:33:03.036118 | fa163ee5-9860-1809-32d2-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-03 14:33:03.037588 | fa163ee5-9860-1809-32d2-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:30.650279 | 0.24s 2025-10-03 14:33:03.072619 | fa163ee5-9860-1809-32d2-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-03 14:33:03.114441 | fa163ee5-9860-1809-32d2-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:30.727133 | 0.04s 2025-10-03 14:33:03.138762 | fa163ee5-9860-1809-32d2-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-03 14:33:03.187484 | fa163ee5-9860-1809-32d2-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:30.800167 | 0.05s 2025-10-03 14:33:03.214377 | fdb246bb-28be-4552-9975-5d09ff57951e | INCLUDED | /root/standalone-ansible-9vn19upn/host-container-puppet-tasks.yaml | standalone 2025-10-03 14:33:03.264885 | fa163ee5-9860-1809-32d2-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-03 14:33:03.713786 | fa163ee5-9860-1809-32d2-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-03 14:33:03.715066 | fa163ee5-9860-1809-32d2-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:31.327760 | 0.45s 2025-10-03 14:33:03.744808 | fa163ee5-9860-1809-32d2-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-03 14:33:04.003353 | fa163ee5-9860-1809-32d2-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-03 14:33:04.004847 | fa163ee5-9860-1809-32d2-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:31.617539 | 0.26s 2025-10-03 14:33:04.037057 | fa163ee5-9860-1809-32d2-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-03 14:33:04.058560 | fa163ee5-9860-1809-32d2-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:31.671246 | 0.02s 2025-10-03 14:33:04.126328 | fa163ee5-9860-1809-32d2-000000003c90 | TASK | Gather variables for each operating system 2025-10-03 14:33:04.248930 | fa163ee5-9860-1809-32d2-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:31.861609 | 0.12s 2025-10-03 14:33:04.281934 | fa163ee5-9860-1809-32d2-000000003c91 | TASK | Create container logs path 2025-10-03 14:33:04.519317 | fa163ee5-9860-1809-32d2-000000003c91 | OK | Create container logs path | standalone 2025-10-03 14:33:04.520289 | fa163ee5-9860-1809-32d2-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:32.132986 | 0.24s 2025-10-03 14:33:04.541233 | fa163ee5-9860-1809-32d2-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 14:33:04.795532 | fa163ee5-9860-1809-32d2-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 14:33:04.796965 | fa163ee5-9860-1809-32d2-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:32.409657 | 0.25s 2025-10-03 14:33:04.821194 | fa163ee5-9860-1809-32d2-000000003c94 | TASK | Finalise hashes for all containers 2025-10-03 14:33:04.848667 | fa163ee5-9860-1809-32d2-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:33:04.850949 | fa163ee5-9860-1809-32d2-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:32.463640 | 0.03s 2025-10-03 14:33:04.883122 | fa163ee5-9860-1809-32d2-000000003c96 | TASK | Manage systemd shutdown files 2025-10-03 14:33:04.914683 | fa163ee5-9860-1809-32d2-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:33:04.916959 | fa163ee5-9860-1809-32d2-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:32.529540 | 0.03s 2025-10-03 14:33:04.939561 | fa163ee5-9860-1809-32d2-000000003c98 | TASK | Update container configs with new config hashes 2025-10-03 14:33:04.988436 | fa163ee5-9860-1809-32d2-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:33:04.989213 | fa163ee5-9860-1809-32d2-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:32.601914 | 0.05s 2025-10-03 14:33:05.021080 | fa163ee5-9860-1809-32d2-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 14:33:05.055511 | fa163ee5-9860-1809-32d2-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 14:33:05.056475 | fa163ee5-9860-1809-32d2-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:32.669172 | 0.03s 2025-10-03 14:33:05.081978 | fa163ee5-9860-1809-32d2-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-03 14:33:05.120265 | fa163ee5-9860-1809-32d2-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-03 14:33:05.121127 | fa163ee5-9860-1809-32d2-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:32.733824 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-10-03 14:33:05.269804 | fa163ee5-9860-1809-32d2-0000000000de | TASK | External deployment step 4 2025-10-03 14:33:05.297412 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000de') missing from stats 2025-10-03 14:33:05.341486 | fa163ee5-9860-1809-32d2-0000000000df | TIMING | include_tasks | undercloud | 0:20:32.954175 | 0.03s 2025-10-03 14:33:05.358396 | d2ddf698-9239-43de-9905-bc912c71db3c | INCLUDED | /root/standalone-ansible-9vn19upn/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-03 14:33:05.374750 | fa163ee5-9860-1809-32d2-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-03 14:33:06.979446 | fa163ee5-9860-1809-32d2-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-03 14:33:06.980662 | fa163ee5-9860-1809-32d2-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:34.593359 | 1.60s 2025-10-03 14:33:08.108405 | fa163ee5-9860-1809-32d2-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-03 14:33:08.110130 | fa163ee5-9860-1809-32d2-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:35.722823 | 2.73s 2025-10-03 14:33:08.120816 | fa163ee5-9860-1809-32d2-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:35.733500 | 2.74s 2025-10-03 14:33:08.139881 | fa163ee5-9860-1809-32d2-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-03 14:33:08.192786 | fa163ee5-9860-1809-32d2-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:35.805469 | 0.05s 2025-10-03 14:33:08.267046 | fa163ee5-9860-1809-32d2-000000003d18 | TASK | Create Keystone Admin resources 2025-10-03 14:33:08.319115 | fa163ee5-9860-1809-32d2-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:35.931803 | 0.05s 2025-10-03 14:33:08.346009 | 3bb6e11d-a608-443e-8551-681e401505e2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-03 14:33:08.374034 | fa163ee5-9860-1809-32d2-000000003d59 | TASK | Create admin and service projects 2025-10-03 14:33:08.433419 | fa163ee5-9860-1809-32d2-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:36.046105 | 0.06s 2025-10-03 14:33:08.443825 | d60c4a32-f58e-4dce-ac1a-08453972e14a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-03 14:33:08.471124 | fa163ee5-9860-1809-32d2-000000003daa | TASK | Async creation of Keystone project 2025-10-03 14:33:08.928315 | fa163ee5-9860-1809-32d2-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-03 14:33:08.930674 | fa163ee5-9860-1809-32d2-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:36.543358 | 0.46s 2025-10-03 14:33:09.282044 | fa163ee5-9860-1809-32d2-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-03 14:33:09.283248 | fa163ee5-9860-1809-32d2-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:36.895940 | 0.81s 2025-10-03 14:33:09.295550 | fa163ee5-9860-1809-32d2-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:36.908239 | 0.82s 2025-10-03 14:33:09.317193 | fa163ee5-9860-1809-32d2-000000003dac | TASK | Check Keystone project status 2025-10-03 14:33:09.604741 | fa163ee5-9860-1809-32d2-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-03 14:33:14.852499 | fa163ee5-9860-1809-32d2-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-03 14:33:14.854432 | fa163ee5-9860-1809-32d2-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:42.467125 | 5.54s 2025-10-03 14:33:15.101160 | fa163ee5-9860-1809-32d2-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-03 14:33:15.102835 | fa163ee5-9860-1809-32d2-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:42.715529 | 5.78s 2025-10-03 14:33:15.114213 | fa163ee5-9860-1809-32d2-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:42.726898 | 5.80s 2025-10-03 14:33:15.134778 | fa163ee5-9860-1809-32d2-000000003d5a | TASK | Create admin role 2025-10-03 14:33:16.395017 | fa163ee5-9860-1809-32d2-000000003d5a | OK | Create admin role | undercloud 2025-10-03 14:33:16.396452 | fa163ee5-9860-1809-32d2-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:44.009142 | 1.26s 2025-10-03 14:33:16.415517 | fa163ee5-9860-1809-32d2-000000003d5b | TASK | Create _member_ role 2025-10-03 14:33:16.488756 | fa163ee5-9860-1809-32d2-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-03 14:33:16.490111 | fa163ee5-9860-1809-32d2-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:44.102800 | 0.07s 2025-10-03 14:33:16.509095 | fa163ee5-9860-1809-32d2-000000003d5c | TASK | Check admin password 2025-10-03 14:33:17.889275 | fa163ee5-9860-1809-32d2-000000003d5c | OK | Check admin password | undercloud 2025-10-03 14:33:17.890602 | fa163ee5-9860-1809-32d2-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:45.503299 | 1.38s 2025-10-03 14:33:17.907118 | fa163ee5-9860-1809-32d2-000000003d5d | TASK | Create admin user 2025-10-03 14:33:19.629175 | fa163ee5-9860-1809-32d2-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-03 14:33:19.630916 | fa163ee5-9860-1809-32d2-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:47.243557 | 1.72s 2025-10-03 14:33:19.650401 | fa163ee5-9860-1809-32d2-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-03 14:33:21.090615 | fa163ee5-9860-1809-32d2-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-03 14:33:21.092155 | fa163ee5-9860-1809-32d2-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:48.704841 | 1.44s 2025-10-03 14:33:21.111381 | fa163ee5-9860-1809-32d2-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-03 14:33:21.175142 | fa163ee5-9860-1809-32d2-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-03 14:33:21.176498 | fa163ee5-9860-1809-32d2-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:48.789187 | 0.06s 2025-10-03 14:33:21.195423 | fa163ee5-9860-1809-32d2-000000003d60 | TASK | Create identity service 2025-10-03 14:33:22.289599 | fa163ee5-9860-1809-32d2-000000003d60 | OK | Create identity service | undercloud 2025-10-03 14:33:22.291248 | fa163ee5-9860-1809-32d2-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:49.903938 | 1.09s 2025-10-03 14:33:22.310151 | fa163ee5-9860-1809-32d2-000000003d61 | TASK | Create identity public endpoint 2025-10-03 14:33:23.736378 | fa163ee5-9860-1809-32d2-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-03 14:33:23.737998 | fa163ee5-9860-1809-32d2-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:51.350686 | 1.43s 2025-10-03 14:33:23.757029 | fa163ee5-9860-1809-32d2-000000003d62 | TASK | Create identity internal endpoint 2025-10-03 14:33:24.943226 | fa163ee5-9860-1809-32d2-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-03 14:33:24.944524 | fa163ee5-9860-1809-32d2-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:52.557217 | 1.19s 2025-10-03 14:33:24.963725 | fa163ee5-9860-1809-32d2-000000003d63 | TASK | Create identity admin endpoint 2025-10-03 14:33:26.181769 | fa163ee5-9860-1809-32d2-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-03 14:33:26.183169 | fa163ee5-9860-1809-32d2-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:53.795860 | 1.22s 2025-10-03 14:33:26.199541 | fa163ee5-9860-1809-32d2-000000003d19 | TASK | Create Keystone Projects 2025-10-03 14:33:26.279483 | fa163ee5-9860-1809-32d2-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:53.892158 | 0.08s 2025-10-03 14:33:26.291577 | fa163ee5-9860-1809-32d2-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:53.904266 | 0.09s 2025-10-03 14:33:26.305836 | 14d22b5f-6ecd-43da-adfc-c85a9121fa52 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-03 14:33:26.353420 | fa163ee5-9860-1809-32d2-000000003e36 | TASK | Async creation of Keystone project 2025-10-03 14:33:26.691722 | fa163ee5-9860-1809-32d2-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-03 14:33:26.693344 | fa163ee5-9860-1809-32d2-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:54.306041 | 0.34s 2025-10-03 14:33:26.704327 | fa163ee5-9860-1809-32d2-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:54.317010 | 0.35s 2025-10-03 14:33:26.723774 | fa163ee5-9860-1809-32d2-000000003e38 | TASK | Check Keystone project status 2025-10-03 14:33:26.988768 | fa163ee5-9860-1809-32d2-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-03 14:33:32.233160 | fa163ee5-9860-1809-32d2-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-03 14:33:32.234247 | fa163ee5-9860-1809-32d2-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:59.846943 | 5.51s 2025-10-03 14:33:32.238808 | fa163ee5-9860-1809-32d2-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:59.851484 | 5.51s 2025-10-03 14:33:32.259300 | fa163ee5-9860-1809-32d2-000000003d1b | TASK | Create Keystone Domains 2025-10-03 14:33:32.362982 | fa163ee5-9860-1809-32d2-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:59.975649 | 0.10s 2025-10-03 14:33:32.370886 | fa163ee5-9860-1809-32d2-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:59.983539 | 0.11s 2025-10-03 14:33:32.388108 | 0821a4a3-e4b5-4403-92b3-3466a4d98158 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-03 14:33:32.437252 | fa163ee5-9860-1809-32d2-000000003eeb | TASK | Async creation of Keystone domains 2025-10-03 14:33:32.913425 | fa163ee5-9860-1809-32d2-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-03 14:33:32.915551 | fa163ee5-9860-1809-32d2-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:00.528238 | 0.48s 2025-10-03 14:33:32.925240 | fa163ee5-9860-1809-32d2-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:00.537934 | 0.49s 2025-10-03 14:33:32.944357 | fa163ee5-9860-1809-32d2-000000003eed | TASK | Check Keystone domain status 2025-10-03 14:33:33.261387 | fa163ee5-9860-1809-32d2-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-03 14:33:38.471254 | fa163ee5-9860-1809-32d2-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-03 14:33:38.472602 | fa163ee5-9860-1809-32d2-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:06.085292 | 5.53s 2025-10-03 14:33:38.478802 | fa163ee5-9860-1809-32d2-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:06.091497 | 5.53s 2025-10-03 14:33:38.497555 | fa163ee5-9860-1809-32d2-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-03 14:33:38.529835 | fa163ee5-9860-1809-32d2-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:21:06.142522 | 0.03s 2025-10-03 14:33:38.543177 | c7cdcfe5-131e-4f94-a7ca-9992a689ca8c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-03 14:33:38.594985 | fa163ee5-9860-1809-32d2-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-03 14:33:39.870414 | fa163ee5-9860-1809-32d2-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-03 14:33:39.871780 | fa163ee5-9860-1809-32d2-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:21:07.484469 | 1.28s 2025-10-03 14:33:39.887930 | fa163ee5-9860-1809-32d2-000000003fb6 | TASK | Set openstack_domains fact 2025-10-03 14:33:39.951510 | fa163ee5-9860-1809-32d2-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-03 14:33:39.952715 | fa163ee5-9860-1809-32d2-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:21:07.565412 | 0.06s 2025-10-03 14:33:39.969229 | fa163ee5-9860-1809-32d2-000000003d1e | TASK | Create Keystone Services 2025-10-03 14:33:40.078795 | fa163ee5-9860-1809-32d2-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:07.691465 | 0.11s 2025-10-03 14:33:40.096712 | fa163ee5-9860-1809-32d2-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:07.709408 | 0.13s 2025-10-03 14:33:40.110471 | fa163ee5-9860-1809-32d2-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:07.723157 | 0.14s 2025-10-03 14:33:40.123647 | 0691d488-e5bf-4e75-a545-6942597b5692 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-03 14:33:40.129461 | 3980bc12-742b-4d9a-b25f-234e39fcec51 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-03 14:33:40.172257 | fa163ee5-9860-1809-32d2-000000004092 | TASK | Async creation of Keystone service 2025-10-03 14:33:40.600421 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-03 14:33:40.602521 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:08.215201 | 0.43s 2025-10-03 14:33:40.980415 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-03 14:33:40.981971 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:08.594663 | 0.81s 2025-10-03 14:33:41.335997 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-03 14:33:41.337895 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:08.950555 | 1.16s 2025-10-03 14:33:41.677357 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-03 14:33:41.678374 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:09.291074 | 1.51s 2025-10-03 14:33:42.020920 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-03 14:33:42.021725 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:09.634423 | 1.85s 2025-10-03 14:33:42.325095 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-03 14:33:42.326163 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:09.938857 | 2.15s 2025-10-03 14:33:42.573215 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-03 14:33:42.574261 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:10.186956 | 2.40s 2025-10-03 14:33:42.861387 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-03 14:33:42.865359 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:10.478060 | 2.69s 2025-10-03 14:33:43.155139 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-03 14:33:43.156327 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:10.769029 | 2.98s 2025-10-03 14:33:43.448797 | fa163ee5-9860-1809-32d2-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-03 14:33:43.449496 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.062197 | 3.28s 2025-10-03 14:33:43.453831 | fa163ee5-9860-1809-32d2-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:11.066515 | 3.28s 2025-10-03 14:33:43.471053 | fa163ee5-9860-1809-32d2-000000004094 | TASK | Check Keystone service status 2025-10-03 14:33:43.718231 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-03 14:33:43.719364 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:11.332057 | 0.25s 2025-10-03 14:33:43.952067 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-03 14:33:43.952762 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:11.565463 | 0.48s 2025-10-03 14:33:44.153726 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-03 14:33:44.154400 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:11.767102 | 0.68s 2025-10-03 14:33:44.411105 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-03 14:33:44.411787 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:12.024487 | 0.94s 2025-10-03 14:33:44.696148 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-03 14:33:44.697237 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:12.309932 | 1.22s 2025-10-03 14:33:44.919384 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-03 14:33:44.920599 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:12.533293 | 1.45s 2025-10-03 14:33:45.144259 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-03 14:33:45.146442 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:12.759135 | 1.67s 2025-10-03 14:33:45.364674 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-03 14:33:45.365940 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:12.978633 | 1.89s 2025-10-03 14:33:45.600594 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-03 14:33:45.602139 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:13.214833 | 2.13s 2025-10-03 14:33:45.841759 | fa163ee5-9860-1809-32d2-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-03 14:33:45.842552 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:13.455253 | 2.37s 2025-10-03 14:33:45.853211 | fa163ee5-9860-1809-32d2-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:13.465894 | 2.38s 2025-10-03 14:33:45.881629 | fa163ee5-9860-1809-32d2-000000004099 | TASK | Async creation of Keystone service 2025-10-03 14:33:46.229211 | fa163ee5-9860-1809-32d2-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-03 14:33:46.231619 | fa163ee5-9860-1809-32d2-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:13.844305 | 0.35s 2025-10-03 14:33:46.511171 | fa163ee5-9860-1809-32d2-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-03 14:33:46.512640 | fa163ee5-9860-1809-32d2-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:14.125331 | 0.63s 2025-10-03 14:33:46.746475 | fa163ee5-9860-1809-32d2-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-03 14:33:46.747604 | fa163ee5-9860-1809-32d2-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:14.360297 | 0.86s 2025-10-03 14:33:46.969105 | fa163ee5-9860-1809-32d2-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-03 14:33:46.970047 | fa163ee5-9860-1809-32d2-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:14.582748 | 1.09s 2025-10-03 14:33:46.988496 | fa163ee5-9860-1809-32d2-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:14.601181 | 1.11s 2025-10-03 14:33:47.011492 | fa163ee5-9860-1809-32d2-00000000409b | TASK | Check Keystone service status 2025-10-03 14:33:47.264230 | fa163ee5-9860-1809-32d2-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-03 14:33:52.487963 | fa163ee5-9860-1809-32d2-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-03 14:33:52.490344 | fa163ee5-9860-1809-32d2-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:20.103027 | 5.48s 2025-10-03 14:33:52.755195 | fa163ee5-9860-1809-32d2-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-03 14:33:52.757093 | fa163ee5-9860-1809-32d2-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:20.369775 | 5.74s 2025-10-03 14:33:53.031251 | fa163ee5-9860-1809-32d2-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-03 14:33:53.033158 | fa163ee5-9860-1809-32d2-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:20.645851 | 6.02s 2025-10-03 14:33:53.284066 | fa163ee5-9860-1809-32d2-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-03 14:33:53.285281 | fa163ee5-9860-1809-32d2-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:20.897974 | 6.27s 2025-10-03 14:33:53.293157 | fa163ee5-9860-1809-32d2-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:20.905853 | 6.28s 2025-10-03 14:33:53.313945 | fa163ee5-9860-1809-32d2-000000003d20 | TASK | Create Keystone Endpoints 2025-10-03 14:33:53.370994 | fa163ee5-9860-1809-32d2-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:20.983672 | 0.06s 2025-10-03 14:33:53.406215 | fa163ee5-9860-1809-32d2-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:21.018907 | 0.09s 2025-10-03 14:33:53.426402 | fa163ee5-9860-1809-32d2-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:21.039096 | 0.11s 2025-10-03 14:33:53.432707 | fa163ee5-9860-1809-32d2-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:21.045387 | 0.12s 2025-10-03 14:33:53.446844 | 58105ca0-3349-442f-af43-b604e42b6ccb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 14:33:53.453592 | b2ede398-b988-4e13-81f7-5d9df5250139 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 14:33:53.460101 | b0800780-6a8a-40c9-8c3f-39ecf42351f8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-03 14:33:53.532707 | fa163ee5-9860-1809-32d2-0000000041cf | TASK | Create Keystone public endpoints 2025-10-03 14:33:53.644907 | fa163ee5-9860-1809-32d2-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:21.257562 | 0.11s 2025-10-03 14:33:53.659257 | fa163ee5-9860-1809-32d2-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:21.271954 | 0.12s 2025-10-03 14:33:53.672201 | fa163ee5-9860-1809-32d2-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:21.284903 | 0.14s 2025-10-03 14:33:53.684807 | fe430ec5-cdb8-4255-a37e-a644ce90d840 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 14:33:53.690564 | 52e90988-3bd1-4b5a-b66b-20d3d94c14b5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 14:33:53.710235 | fa163ee5-9860-1809-32d2-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-03 14:33:54.073957 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-03 14:33:54.075413 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:21.688098 | 0.36s 2025-10-03 14:33:54.361627 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-03 14:33:54.362825 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:21.975517 | 0.65s 2025-10-03 14:33:54.680289 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-03 14:33:54.682192 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:22.294886 | 0.97s 2025-10-03 14:33:54.970417 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-03 14:33:54.971914 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:22.584616 | 1.26s 2025-10-03 14:33:55.225310 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-03 14:33:55.225973 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:22.838674 | 1.51s 2025-10-03 14:33:55.487692 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-03 14:33:55.488288 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:23.100991 | 1.78s 2025-10-03 14:33:55.749807 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-03 14:33:55.751578 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:23.364270 | 2.04s 2025-10-03 14:33:55.999331 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-03 14:33:56.000368 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:23.613063 | 2.29s 2025-10-03 14:33:56.256878 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-03 14:33:56.257701 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:23.870371 | 2.55s 2025-10-03 14:33:56.527101 | fa163ee5-9860-1809-32d2-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-03 14:33:56.527741 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:24.140443 | 2.82s 2025-10-03 14:33:56.535631 | fa163ee5-9860-1809-32d2-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:24.148325 | 2.82s 2025-10-03 14:33:56.554345 | fa163ee5-9860-1809-32d2-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-03 14:33:56.792929 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-03 14:33:56.794551 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:24.407239 | 0.24s 2025-10-03 14:33:57.031243 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-03 14:33:57.033115 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:24.645812 | 0.48s 2025-10-03 14:33:57.237873 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-03 14:33:57.239908 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:24.852601 | 0.68s 2025-10-03 14:33:57.478950 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-03 14:33:57.480762 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:25.093460 | 0.93s 2025-10-03 14:33:57.729893 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-03 14:33:57.731070 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:25.343765 | 1.18s 2025-10-03 14:33:57.924642 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-03 14:33:57.925550 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:25.538248 | 1.37s 2025-10-03 14:33:58.132266 | fa163ee5-9860-1809-32d2-0000000042f9 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-03 14:34:03.361346 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-03 14:34:03.362914 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:30.975607 | 6.81s 2025-10-03 14:34:03.629353 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-03 14:34:03.630706 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:31.243397 | 7.08s 2025-10-03 14:34:03.882474 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-03 14:34:03.885273 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:31.497949 | 7.33s 2025-10-03 14:34:04.137065 | fa163ee5-9860-1809-32d2-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-03 14:34:04.138360 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:31.751051 | 7.58s 2025-10-03 14:34:04.149953 | fa163ee5-9860-1809-32d2-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:31.762646 | 7.59s 2025-10-03 14:34:04.177092 | fa163ee5-9860-1809-32d2-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-03 14:34:04.492986 | fa163ee5-9860-1809-32d2-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-03 14:34:04.494546 | fa163ee5-9860-1809-32d2-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:32.107234 | 0.32s 2025-10-03 14:34:04.787090 | fa163ee5-9860-1809-32d2-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-03 14:34:04.788753 | fa163ee5-9860-1809-32d2-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:32.401448 | 0.61s 2025-10-03 14:34:05.075659 | fa163ee5-9860-1809-32d2-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-03 14:34:05.076246 | fa163ee5-9860-1809-32d2-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:32.688949 | 0.90s 2025-10-03 14:34:05.390588 | fa163ee5-9860-1809-32d2-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-03 14:34:05.391214 | fa163ee5-9860-1809-32d2-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.003917 | 1.21s 2025-10-03 14:34:05.394043 | fa163ee5-9860-1809-32d2-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.006747 | 1.22s 2025-10-03 14:34:05.409563 | fa163ee5-9860-1809-32d2-000000004300 | TASK | Check Keystone public endpoint status 2025-10-03 14:34:05.666894 | fa163ee5-9860-1809-32d2-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-03 14:34:10.876351 | fa163ee5-9860-1809-32d2-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-03 14:34:10.878636 | fa163ee5-9860-1809-32d2-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.491323 | 5.47s 2025-10-03 14:34:11.145258 | fa163ee5-9860-1809-32d2-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-03 14:34:11.146391 | fa163ee5-9860-1809-32d2-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.759084 | 5.74s 2025-10-03 14:34:11.438381 | fa163ee5-9860-1809-32d2-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-03 14:34:11.440937 | fa163ee5-9860-1809-32d2-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:39.053629 | 6.03s 2025-10-03 14:34:11.708214 | fa163ee5-9860-1809-32d2-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-03 14:34:11.710119 | fa163ee5-9860-1809-32d2-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:39.322812 | 6.30s 2025-10-03 14:34:11.722003 | fa163ee5-9860-1809-32d2-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:39.334691 | 6.31s 2025-10-03 14:34:11.745150 | fa163ee5-9860-1809-32d2-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-03 14:34:11.853355 | fa163ee5-9860-1809-32d2-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:39.466029 | 0.11s 2025-10-03 14:34:11.871057 | fa163ee5-9860-1809-32d2-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:39.483749 | 0.12s 2025-10-03 14:34:11.880822 | fa163ee5-9860-1809-32d2-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:39.493509 | 0.13s 2025-10-03 14:34:11.899366 | 8de68d6e-0f5e-4159-8bbc-094286e33b89 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 14:34:11.910495 | 387d2ab0-d3cc-4311-be3c-783ecf50ed22 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 14:34:11.936910 | fa163ee5-9860-1809-32d2-00000000435e | TASK | Async creation of Keystone admin endpoint 2025-10-03 14:34:12.276028 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-03 14:34:12.278256 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:39.890944 | 0.34s 2025-10-03 14:34:12.582134 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-03 14:34:12.582740 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:40.195442 | 0.64s 2025-10-03 14:34:12.929832 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-03 14:34:12.930468 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:40.543169 | 0.99s 2025-10-03 14:34:13.177715 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-03 14:34:13.178740 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:40.791441 | 1.24s 2025-10-03 14:34:13.442269 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-03 14:34:13.442887 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:41.055589 | 1.50s 2025-10-03 14:34:13.701198 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-03 14:34:13.701786 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:41.314489 | 1.76s 2025-10-03 14:34:13.914914 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-03 14:34:13.916191 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:41.528893 | 1.98s 2025-10-03 14:34:14.170580 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-03 14:34:14.171927 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:41.784628 | 2.23s 2025-10-03 14:34:14.488129 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-03 14:34:14.488786 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:42.101484 | 2.55s 2025-10-03 14:34:14.795102 | fa163ee5-9860-1809-32d2-00000000435e | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-03 14:34:14.795730 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:42.408431 | 2.86s 2025-10-03 14:34:14.804389 | fa163ee5-9860-1809-32d2-00000000435e | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:42.417075 | 2.87s 2025-10-03 14:34:14.833970 | fa163ee5-9860-1809-32d2-000000004360 | TASK | Check Keystone admin endpoint status 2025-10-03 14:34:15.140147 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-03 14:34:15.141603 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:42.754302 | 0.31s 2025-10-03 14:34:15.420653 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-03 14:34:15.422634 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.035328 | 0.59s 2025-10-03 14:34:15.691623 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-03 14:34:15.692883 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.305543 | 0.86s 2025-10-03 14:34:15.950428 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-03 14:34:15.951620 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.564315 | 1.12s 2025-10-03 14:34:16.139691 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-03 14:34:16.141778 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.754472 | 1.31s 2025-10-03 14:34:16.373781 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-03 14:34:16.376256 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:43.988950 | 1.54s 2025-10-03 14:34:16.629340 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-03 14:34:16.630541 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.243233 | 1.79s 2025-10-03 14:34:16.866428 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-03 14:34:16.867568 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.480262 | 2.03s 2025-10-03 14:34:17.094825 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-03 14:34:17.096630 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.709324 | 2.26s 2025-10-03 14:34:17.296929 | fa163ee5-9860-1809-32d2-000000004360 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-03 14:34:17.298184 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.910877 | 2.46s 2025-10-03 14:34:17.315163 | fa163ee5-9860-1809-32d2-000000004360 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:44.927849 | 2.48s 2025-10-03 14:34:17.343177 | fa163ee5-9860-1809-32d2-000000004365 | TASK | Async creation of Keystone admin endpoint 2025-10-03 14:34:17.664290 | fa163ee5-9860-1809-32d2-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-03 14:34:17.666544 | fa163ee5-9860-1809-32d2-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.279230 | 0.32s 2025-10-03 14:34:17.949981 | fa163ee5-9860-1809-32d2-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-03 14:34:17.951057 | fa163ee5-9860-1809-32d2-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.563750 | 0.61s 2025-10-03 14:34:18.263751 | fa163ee5-9860-1809-32d2-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-03 14:34:18.265786 | fa163ee5-9860-1809-32d2-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:45.878477 | 0.92s 2025-10-03 14:34:18.584400 | fa163ee5-9860-1809-32d2-000000004365 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-03 14:34:18.587064 | fa163ee5-9860-1809-32d2-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.199765 | 1.24s 2025-10-03 14:34:18.597602 | fa163ee5-9860-1809-32d2-000000004365 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.210289 | 1.25s 2025-10-03 14:34:18.620573 | fa163ee5-9860-1809-32d2-000000004367 | TASK | Check Keystone admin endpoint status 2025-10-03 14:34:18.865619 | fa163ee5-9860-1809-32d2-000000004367 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-03 14:34:24.092776 | fa163ee5-9860-1809-32d2-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-03 14:34:24.094556 | fa163ee5-9860-1809-32d2-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:51.707249 | 5.47s 2025-10-03 14:34:24.386438 | fa163ee5-9860-1809-32d2-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-03 14:34:24.388479 | fa163ee5-9860-1809-32d2-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:52.001169 | 5.77s 2025-10-03 14:34:24.622928 | fa163ee5-9860-1809-32d2-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-03 14:34:24.624198 | fa163ee5-9860-1809-32d2-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:52.236889 | 6.00s 2025-10-03 14:34:24.852683 | fa163ee5-9860-1809-32d2-000000004367 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-03 14:34:24.854496 | fa163ee5-9860-1809-32d2-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:52.467190 | 6.23s 2025-10-03 14:34:24.866645 | fa163ee5-9860-1809-32d2-000000004367 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:52.479331 | 6.24s 2025-10-03 14:34:24.889910 | fa163ee5-9860-1809-32d2-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-03 14:34:24.998216 | fa163ee5-9860-1809-32d2-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:52.610892 | 0.11s 2025-10-03 14:34:25.014890 | fa163ee5-9860-1809-32d2-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:52.627584 | 0.12s 2025-10-03 14:34:25.025108 | fa163ee5-9860-1809-32d2-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:52.637793 | 0.13s 2025-10-03 14:34:25.044044 | 744cea3e-d55e-4af9-84ca-588baa9ebb2f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 14:34:25.053462 | 49ec5e09-9088-4216-869f-703502fed9ac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-03 14:34:25.078704 | fa163ee5-9860-1809-32d2-0000000043c3 | TASK | Async creation of Keystone internal endpoint 2025-10-03 14:34:25.399428 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-03 14:34:25.401722 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:53.014408 | 0.32s 2025-10-03 14:34:25.702092 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-03 14:34:25.703735 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:53.316436 | 0.62s 2025-10-03 14:34:26.007984 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-03 14:34:26.009057 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:53.621750 | 0.93s 2025-10-03 14:34:26.306928 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-03 14:34:26.308257 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:53.920956 | 1.23s 2025-10-03 14:34:26.586803 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-03 14:34:26.587456 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:54.200158 | 1.51s 2025-10-03 14:34:26.823607 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-03 14:34:26.824277 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:54.436977 | 1.74s 2025-10-03 14:34:27.175980 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-03 14:34:27.176610 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:54.789313 | 2.10s 2025-10-03 14:34:27.410520 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-03 14:34:27.411148 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:55.023850 | 2.33s 2025-10-03 14:34:27.633226 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-03 14:34:27.635008 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:55.247701 | 2.55s 2025-10-03 14:34:27.912640 | fa163ee5-9860-1809-32d2-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-03 14:34:27.913253 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:55.525955 | 2.83s 2025-10-03 14:34:27.919372 | fa163ee5-9860-1809-32d2-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:55.532070 | 2.84s 2025-10-03 14:34:27.938019 | fa163ee5-9860-1809-32d2-0000000043c5 | TASK | Check Keystone internal endpoint status 2025-10-03 14:34:28.197816 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-03 14:34:28.198927 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:55.811625 | 0.26s 2025-10-03 14:34:28.489319 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-03 14:34:28.490022 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:56.102724 | 0.55s 2025-10-03 14:34:28.756220 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-03 14:34:28.758158 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:56.370852 | 0.82s 2025-10-03 14:34:28.998117 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-03 14:34:28.999323 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:56.612016 | 1.06s 2025-10-03 14:34:29.259447 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-03 14:34:29.261368 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:56.874057 | 1.32s 2025-10-03 14:34:29.554712 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-03 14:34:29.555637 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.168339 | 1.62s 2025-10-03 14:34:29.799424 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-03 14:34:29.800336 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.413035 | 1.86s 2025-10-03 14:34:30.039550 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-03 14:34:30.041154 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.653843 | 2.10s 2025-10-03 14:34:30.251895 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-03 14:34:30.254272 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:57.866959 | 2.32s 2025-10-03 14:34:30.515528 | fa163ee5-9860-1809-32d2-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-03 14:34:30.517559 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:58.130252 | 2.58s 2025-10-03 14:34:30.531527 | fa163ee5-9860-1809-32d2-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:58.144215 | 2.59s 2025-10-03 14:34:30.559228 | fa163ee5-9860-1809-32d2-0000000043ca | TASK | Async creation of Keystone internal endpoint 2025-10-03 14:34:30.905177 | fa163ee5-9860-1809-32d2-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-03 14:34:30.907653 | fa163ee5-9860-1809-32d2-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:58.520335 | 0.35s 2025-10-03 14:34:31.171096 | fa163ee5-9860-1809-32d2-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-03 14:34:31.172166 | fa163ee5-9860-1809-32d2-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:58.784859 | 0.61s 2025-10-03 14:34:31.445255 | fa163ee5-9860-1809-32d2-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-03 14:34:31.445904 | fa163ee5-9860-1809-32d2-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.058604 | 0.89s 2025-10-03 14:34:31.719905 | fa163ee5-9860-1809-32d2-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-03 14:34:31.720948 | fa163ee5-9860-1809-32d2-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.333643 | 1.16s 2025-10-03 14:34:31.727277 | fa163ee5-9860-1809-32d2-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.339972 | 1.17s 2025-10-03 14:34:31.743387 | fa163ee5-9860-1809-32d2-0000000043cc | TASK | Check Keystone internal endpoint status 2025-10-03 14:34:32.027726 | fa163ee5-9860-1809-32d2-0000000043cc | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-03 14:34:37.257106 | fa163ee5-9860-1809-32d2-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-03 14:34:37.260035 | fa163ee5-9860-1809-32d2-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:04.872716 | 5.52s 2025-10-03 14:34:37.544281 | fa163ee5-9860-1809-32d2-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-03 14:34:37.545454 | fa163ee5-9860-1809-32d2-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:05.158148 | 5.80s 2025-10-03 14:34:37.806052 | fa163ee5-9860-1809-32d2-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-03 14:34:37.807011 | fa163ee5-9860-1809-32d2-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:05.419707 | 6.06s 2025-10-03 14:34:38.064799 | fa163ee5-9860-1809-32d2-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-03 14:34:38.067049 | fa163ee5-9860-1809-32d2-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:05.679740 | 6.32s 2025-10-03 14:34:38.078747 | fa163ee5-9860-1809-32d2-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:05.691435 | 6.33s 2025-10-03 14:34:38.101756 | fa163ee5-9860-1809-32d2-000000003d22 | TASK | Run cleanup tasks 2025-10-03 14:34:38.157474 | fa163ee5-9860-1809-32d2-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:22:05.770160 | 0.05s 2025-10-03 14:34:38.176957 | 4eb5adad-9ec8-4181-88ea-655cee9a1041 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-03 14:34:38.235000 | fa163ee5-9860-1809-32d2-000000004424 | TASK | Get list of enabled services 2025-10-03 14:34:40.679628 | fa163ee5-9860-1809-32d2-000000004424 | CHANGED | Get list of enabled services | undercloud 2025-10-03 14:34:40.681116 | fa163ee5-9860-1809-32d2-000000004424 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:22:08.293808 | 2.45s 2025-10-03 14:34:40.700452 | fa163ee5-9860-1809-32d2-000000004425 | TASK | List services to be disabled 2025-10-03 14:34:40.804516 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-03 14:34:40.854591 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-03 14:34:40.891923 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-03 14:34:40.918776 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-03 14:34:40.946264 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-03 14:34:40.974518 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-03 14:34:41.005651 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-03 14:34:41.036452 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-03 14:34:41.063278 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-03 14:34:41.091534 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-03 14:34:41.116720 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-03 14:34:41.142718 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-03 14:34:41.167296 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-03 14:34:41.192622 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-03 14:34:41.213061 | fa163ee5-9860-1809-32d2-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-03 14:34:41.217789 | fa163ee5-9860-1809-32d2-000000004425 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:22:08.830472 | 0.52s 2025-10-03 14:34:41.239167 | fa163ee5-9860-1809-32d2-000000004426 | TASK | Delete keystone services not enabled 2025-10-03 14:34:41.261403 | fa163ee5-9860-1809-32d2-000000004426 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:22:08.874062 | 0.02s 2025-10-03 14:34:41.280380 | fa163ee5-9860-1809-32d2-000000003d23 | TASK | Create Keystone Roles 2025-10-03 14:34:41.384848 | fa163ee5-9860-1809-32d2-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:08.997521 | 0.10s 2025-10-03 14:34:41.404240 | fa163ee5-9860-1809-32d2-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:09.016934 | 0.12s 2025-10-03 14:34:41.410276 | fa163ee5-9860-1809-32d2-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:09.022969 | 0.13s 2025-10-03 14:34:41.418073 | 11483c10-dde1-43d5-bea4-73aa83d82ba3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-03 14:34:41.422063 | bf1564c0-3883-47f3-b881-062303cadf5f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-03 14:34:41.472302 | fa163ee5-9860-1809-32d2-000000004594 | TASK | Async creation of Keystone role 2025-10-03 14:34:41.793225 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-03 14:34:41.794956 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:09.407646 | 0.32s 2025-10-03 14:34:42.136256 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-03 14:34:42.137664 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:09.750362 | 0.66s 2025-10-03 14:34:42.433705 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-03 14:34:42.435453 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:10.048146 | 0.96s 2025-10-03 14:34:42.710434 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-03 14:34:42.711415 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:10.324109 | 1.24s 2025-10-03 14:34:42.961848 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-03 14:34:42.962380 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:10.575083 | 1.49s 2025-10-03 14:34:43.229722 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-03 14:34:43.230454 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:10.843157 | 1.76s 2025-10-03 14:34:43.533062 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-03 14:34:43.533636 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:11.146338 | 2.06s 2025-10-03 14:34:43.768605 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-03 14:34:43.769229 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:11.381932 | 2.30s 2025-10-03 14:34:44.079469 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-03 14:34:44.082388 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:11.695077 | 2.61s 2025-10-03 14:34:44.351647 | fa163ee5-9860-1809-32d2-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-03 14:34:44.352428 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:11.965129 | 2.88s 2025-10-03 14:34:44.360324 | fa163ee5-9860-1809-32d2-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:11.973014 | 2.89s 2025-10-03 14:34:44.379776 | fa163ee5-9860-1809-32d2-000000004596 | TASK | Check Keystone role status 2025-10-03 14:34:44.654682 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-03 14:34:44.655695 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:12.268393 | 0.27s 2025-10-03 14:34:44.932054 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-03 14:34:44.932983 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:12.545681 | 0.55s 2025-10-03 14:34:45.213964 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-03 14:34:45.216371 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:12.829062 | 0.84s 2025-10-03 14:34:45.425836 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-03 14:34:45.428409 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.041100 | 1.05s 2025-10-03 14:34:45.639877 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-03 14:34:45.640570 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.253273 | 1.26s 2025-10-03 14:34:45.855877 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-03 14:34:45.857015 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.469709 | 1.48s 2025-10-03 14:34:46.121613 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-03 14:34:46.122364 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.735064 | 1.74s 2025-10-03 14:34:46.348726 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-03 14:34:46.351134 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:13.963826 | 1.97s 2025-10-03 14:34:46.600436 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-03 14:34:46.601717 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:14.214410 | 2.22s 2025-10-03 14:34:46.891659 | fa163ee5-9860-1809-32d2-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-03 14:34:46.892379 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:14.505080 | 2.51s 2025-10-03 14:34:46.899576 | fa163ee5-9860-1809-32d2-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:14.512265 | 2.52s 2025-10-03 14:34:46.926083 | fa163ee5-9860-1809-32d2-00000000459b | TASK | Async creation of Keystone role 2025-10-03 14:34:47.271645 | fa163ee5-9860-1809-32d2-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-03 14:34:47.273600 | fa163ee5-9860-1809-32d2-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:14.886290 | 0.35s 2025-10-03 14:34:47.530323 | fa163ee5-9860-1809-32d2-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-03 14:34:47.531317 | fa163ee5-9860-1809-32d2-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:15.144012 | 0.60s 2025-10-03 14:34:47.834045 | fa163ee5-9860-1809-32d2-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-03 14:34:47.834682 | fa163ee5-9860-1809-32d2-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:15.447383 | 0.91s 2025-10-03 14:34:47.841318 | fa163ee5-9860-1809-32d2-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:15.454008 | 0.91s 2025-10-03 14:34:47.860034 | fa163ee5-9860-1809-32d2-00000000459d | TASK | Check Keystone role status 2025-10-03 14:34:48.079023 | fa163ee5-9860-1809-32d2-00000000459d | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-03 14:34:53.300885 | fa163ee5-9860-1809-32d2-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-03 14:34:53.302733 | fa163ee5-9860-1809-32d2-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:20.915428 | 5.44s 2025-10-03 14:34:53.502426 | fa163ee5-9860-1809-32d2-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-03 14:34:53.503269 | fa163ee5-9860-1809-32d2-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:21.115968 | 5.64s 2025-10-03 14:34:53.703981 | fa163ee5-9860-1809-32d2-00000000459d | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-03 14:34:53.704870 | fa163ee5-9860-1809-32d2-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:21.317548 | 5.84s 2025-10-03 14:34:53.711839 | fa163ee5-9860-1809-32d2-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:21.324541 | 5.85s 2025-10-03 14:34:53.729156 | fa163ee5-9860-1809-32d2-000000003d25 | TASK | Create Keystone Users 2025-10-03 14:34:53.817038 | fa163ee5-9860-1809-32d2-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:21.429719 | 0.09s 2025-10-03 14:34:53.836942 | fa163ee5-9860-1809-32d2-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:21.449640 | 0.11s 2025-10-03 14:34:53.842234 | fa163ee5-9860-1809-32d2-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:21.454937 | 0.11s 2025-10-03 14:34:53.856229 | 82ef2c7f-553b-4a72-bbb1-79806dd99e28 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-03 14:34:53.864289 | 6eb03b37-221c-42c6-a022-7a074568b0cb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-03 14:34:53.919367 | fa163ee5-9860-1809-32d2-000000004745 | TASK | Check password of Keystone user 2025-10-03 14:34:54.859392 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:34:54.860761 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:22.473446 | 0.94s 2025-10-03 14:34:55.701962 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:34:55.702488 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:23.315190 | 1.78s 2025-10-03 14:34:56.602535 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:34:56.603217 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:24.215919 | 2.68s 2025-10-03 14:34:57.520013 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:34:57.520874 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:25.133544 | 3.60s 2025-10-03 14:34:58.400133 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:34:58.401071 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:26.013772 | 4.48s 2025-10-03 14:34:59.256260 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:34:59.257261 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:26.869953 | 5.34s 2025-10-03 14:35:00.201259 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:00.202046 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.814745 | 6.28s 2025-10-03 14:35:01.095954 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:01.097558 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:28.710250 | 7.18s 2025-10-03 14:35:01.976840 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:01.978067 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:29.590760 | 8.06s 2025-10-03 14:35:02.917024 | fa163ee5-9860-1809-32d2-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:02.917593 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:30.530295 | 9.00s 2025-10-03 14:35:02.925588 | fa163ee5-9860-1809-32d2-000000004745 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:02.926558 | fa163ee5-9860-1809-32d2-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:30.539253 | 9.01s 2025-10-03 14:35:02.946435 | fa163ee5-9860-1809-32d2-000000004747 | TASK | Async creation of Keystone user 2025-10-03 14:35:03.324888 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:03.325737 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:30.938434 | 0.38s 2025-10-03 14:35:03.655570 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:03.656669 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.269363 | 0.71s 2025-10-03 14:35:03.949637 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:03.950322 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.563022 | 1.00s 2025-10-03 14:35:04.241652 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:04.242185 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.854888 | 1.29s 2025-10-03 14:35:04.562461 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:04.563416 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.176119 | 1.62s 2025-10-03 14:35:04.849696 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:04.850271 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.462974 | 1.90s 2025-10-03 14:35:05.167607 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:05.168463 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:32.781165 | 2.22s 2025-10-03 14:35:05.440246 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:05.441089 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.053792 | 2.49s 2025-10-03 14:35:05.741968 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:05.742861 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.355553 | 2.79s 2025-10-03 14:35:06.021348 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:06.022329 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.635020 | 3.07s 2025-10-03 14:35:06.028334 | fa163ee5-9860-1809-32d2-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:06.029202 | fa163ee5-9860-1809-32d2-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:33.641904 | 3.08s 2025-10-03 14:35:06.043714 | fa163ee5-9860-1809-32d2-000000004749 | TASK | Check Keystone user status 2025-10-03 14:35:06.318471 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:06.321159 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:33.933840 | 0.28s 2025-10-03 14:35:06.570684 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:06.571781 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:34.184472 | 0.53s 2025-10-03 14:35:06.858044 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:06.858900 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:34.471595 | 0.81s 2025-10-03 14:35:07.090774 | fa163ee5-9860-1809-32d2-000000004749 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-03 14:35:12.307490 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:12.308806 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:39.921499 | 6.26s 2025-10-03 14:35:12.571059 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:12.572281 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.184973 | 6.53s 2025-10-03 14:35:12.849306 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:12.850308 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.463002 | 6.81s 2025-10-03 14:35:13.131635 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:13.133387 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:40.746081 | 7.09s 2025-10-03 14:35:13.396707 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:13.397684 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.010379 | 7.35s 2025-10-03 14:35:13.623358 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:13.623982 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.236683 | 7.58s 2025-10-03 14:35:13.897533 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:13.899378 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.512071 | 7.85s 2025-10-03 14:35:13.909442 | fa163ee5-9860-1809-32d2-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:13.910297 | fa163ee5-9860-1809-32d2-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.522995 | 7.87s 2025-10-03 14:35:13.929105 | fa163ee5-9860-1809-32d2-00000000474e | TASK | Check password of Keystone user 2025-10-03 14:35:14.867388 | fa163ee5-9860-1809-32d2-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:14.869704 | fa163ee5-9860-1809-32d2-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:42.482394 | 0.94s 2025-10-03 14:35:15.768580 | fa163ee5-9860-1809-32d2-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:15.770809 | fa163ee5-9860-1809-32d2-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:43.383501 | 1.84s 2025-10-03 14:35:16.755293 | fa163ee5-9860-1809-32d2-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:16.756250 | fa163ee5-9860-1809-32d2-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:44.368944 | 2.83s 2025-10-03 14:35:17.711618 | fa163ee5-9860-1809-32d2-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:17.712843 | fa163ee5-9860-1809-32d2-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:45.325534 | 3.78s 2025-10-03 14:35:18.639732 | fa163ee5-9860-1809-32d2-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:18.641385 | fa163ee5-9860-1809-32d2-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:46.254078 | 4.71s 2025-10-03 14:35:19.587617 | fa163ee5-9860-1809-32d2-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:19.588338 | fa163ee5-9860-1809-32d2-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:47.201036 | 5.66s 2025-10-03 14:35:20.478450 | fa163ee5-9860-1809-32d2-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:20.479081 | fa163ee5-9860-1809-32d2-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:48.091781 | 6.55s 2025-10-03 14:35:20.486968 | fa163ee5-9860-1809-32d2-00000000474e | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-03 14:35:20.487994 | fa163ee5-9860-1809-32d2-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:48.100687 | 6.56s 2025-10-03 14:35:20.507813 | fa163ee5-9860-1809-32d2-000000004750 | TASK | Async creation of Keystone user 2025-10-03 14:35:20.902658 | fa163ee5-9860-1809-32d2-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:20.904072 | fa163ee5-9860-1809-32d2-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:48.516759 | 0.39s 2025-10-03 14:35:21.191959 | fa163ee5-9860-1809-32d2-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:21.192557 | fa163ee5-9860-1809-32d2-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:48.805258 | 0.68s 2025-10-03 14:35:21.586825 | fa163ee5-9860-1809-32d2-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:21.587396 | fa163ee5-9860-1809-32d2-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:49.200097 | 1.08s 2025-10-03 14:35:21.915321 | fa163ee5-9860-1809-32d2-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:21.916051 | fa163ee5-9860-1809-32d2-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:49.528754 | 1.41s 2025-10-03 14:35:22.231225 | fa163ee5-9860-1809-32d2-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:22.232501 | fa163ee5-9860-1809-32d2-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:49.845198 | 1.72s 2025-10-03 14:35:22.574957 | fa163ee5-9860-1809-32d2-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:22.575710 | fa163ee5-9860-1809-32d2-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:50.188410 | 2.07s 2025-10-03 14:35:22.875847 | fa163ee5-9860-1809-32d2-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:22.876643 | fa163ee5-9860-1809-32d2-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:50.489341 | 2.37s 2025-10-03 14:35:22.881575 | fa163ee5-9860-1809-32d2-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-10-03 14:35:22.882756 | fa163ee5-9860-1809-32d2-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:50.495447 | 2.37s 2025-10-03 14:35:22.901437 | fa163ee5-9860-1809-32d2-000000004752 | TASK | Check Keystone user status 2025-10-03 14:35:23.190385 | fa163ee5-9860-1809-32d2-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:23.191296 | fa163ee5-9860-1809-32d2-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:50.803995 | 0.29s 2025-10-03 14:35:23.464029 | fa163ee5-9860-1809-32d2-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:23.466028 | fa163ee5-9860-1809-32d2-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:51.078721 | 0.56s 2025-10-03 14:35:23.746610 | fa163ee5-9860-1809-32d2-000000004752 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-03 14:35:28.969465 | fa163ee5-9860-1809-32d2-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:28.970984 | fa163ee5-9860-1809-32d2-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:56.583685 | 6.07s 2025-10-03 14:35:29.264265 | fa163ee5-9860-1809-32d2-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:29.265357 | fa163ee5-9860-1809-32d2-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:56.878049 | 6.36s 2025-10-03 14:35:29.554780 | fa163ee5-9860-1809-32d2-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:29.556460 | fa163ee5-9860-1809-32d2-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:57.169153 | 6.65s 2025-10-03 14:35:29.838689 | fa163ee5-9860-1809-32d2-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:29.839908 | fa163ee5-9860-1809-32d2-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:57.452558 | 6.94s 2025-10-03 14:35:30.111799 | fa163ee5-9860-1809-32d2-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:30.112799 | fa163ee5-9860-1809-32d2-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:57.725493 | 7.21s 2025-10-03 14:35:30.120843 | fa163ee5-9860-1809-32d2-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-10-03 14:35:30.121941 | fa163ee5-9860-1809-32d2-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:57.734635 | 7.22s 2025-10-03 14:35:30.142499 | fa163ee5-9860-1809-32d2-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-03 14:35:30.228334 | fa163ee5-9860-1809-32d2-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:57.841020 | 0.08s 2025-10-03 14:35:30.259336 | fa163ee5-9860-1809-32d2-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:57.872040 | 0.11s 2025-10-03 14:35:30.289485 | fa163ee5-9860-1809-32d2-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:57.902175 | 0.14s 2025-10-03 14:35:30.302940 | fa163ee5-9860-1809-32d2-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:57.915631 | 0.16s 2025-10-03 14:35:30.313080 | dedfad99-efad-41df-a3f7-0487e7b8de80 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 14:35:30.317334 | fad18a9e-76c8-490f-b760-7b69b7975e39 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 14:35:30.320985 | c45a4ee4-3369-4f26-9455-7883bb2defdf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-03 14:35:30.418736 | fa163ee5-9860-1809-32d2-000000004962 | TASK | Async assignment of Keystone user per role 2025-10-03 14:35:30.561331 | fa163ee5-9860-1809-32d2-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:58.174011 | 0.14s 2025-10-03 14:35:30.590442 | fa163ee5-9860-1809-32d2-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:58.203127 | 0.17s 2025-10-03 14:35:30.598362 | fa163ee5-9860-1809-32d2-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:58.211047 | 0.18s 2025-10-03 14:35:30.617230 | 5ceca57b-0b08-40c1-8645-6cc3675320bf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 14:35:30.627385 | ed43fc4e-5e8d-4b5d-881f-3000b6f72ef0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 14:35:30.651815 | fa163ee5-9860-1809-32d2-000000004b42 | TASK | Async assignment of Keystone user to roles 2025-10-03 14:35:31.041435 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-03 14:35:31.042370 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:58.655068 | 0.39s 2025-10-03 14:35:31.374921 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-03 14:35:31.375568 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:58.988270 | 0.72s 2025-10-03 14:35:31.743661 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-03 14:35:31.744313 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:59.357015 | 1.09s 2025-10-03 14:35:32.013491 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-03 14:35:32.014549 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:59.627251 | 1.36s 2025-10-03 14:35:32.337783 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-03 14:35:32.339625 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:59.952318 | 1.69s 2025-10-03 14:35:32.661603 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-03 14:35:32.663185 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:00.275855 | 2.01s 2025-10-03 14:35:32.993203 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-03 14:35:32.994190 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:00.606885 | 2.34s 2025-10-03 14:35:33.308715 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-03 14:35:33.310003 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:00.922704 | 2.66s 2025-10-03 14:35:33.702451 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-03 14:35:33.703409 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.316104 | 3.05s 2025-10-03 14:35:34.056548 | fa163ee5-9860-1809-32d2-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-03 14:35:34.059153 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.671854 | 3.41s 2025-10-03 14:35:34.069709 | fa163ee5-9860-1809-32d2-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:01.682401 | 3.42s 2025-10-03 14:35:34.089782 | fa163ee5-9860-1809-32d2-000000004b44 | TASK | Check Keystone user assignment to roles status 2025-10-03 14:35:34.350162 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-03 14:35:34.351713 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:01.964401 | 0.26s 2025-10-03 14:35:34.569342 | fa163ee5-9860-1809-32d2-000000004b44 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 14:35:39.757528 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-03 14:35:39.758319 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:07.371019 | 5.67s 2025-10-03 14:35:40.054319 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-03 14:35:40.055490 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:07.668156 | 5.96s 2025-10-03 14:35:40.298326 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-03 14:35:40.300174 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:07.912866 | 6.21s 2025-10-03 14:35:40.519095 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-03 14:35:40.520298 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:08.132991 | 6.43s 2025-10-03 14:35:40.710999 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-03 14:35:40.712165 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:08.324858 | 6.62s 2025-10-03 14:35:40.940463 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-03 14:35:40.942251 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:08.554943 | 6.85s 2025-10-03 14:35:41.182178 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-03 14:35:41.184045 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:08.796737 | 7.09s 2025-10-03 14:35:41.421075 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-03 14:35:41.422895 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.035558 | 7.33s 2025-10-03 14:35:41.646131 | fa163ee5-9860-1809-32d2-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-03 14:35:41.647981 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.260674 | 7.56s 2025-10-03 14:35:41.661207 | fa163ee5-9860-1809-32d2-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.273892 | 7.57s 2025-10-03 14:35:41.685568 | fa163ee5-9860-1809-32d2-000000004b49 | TASK | Async assignment of Keystone user to roles 2025-10-03 14:35:42.088554 | fa163ee5-9860-1809-32d2-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-03 14:35:42.090042 | fa163ee5-9860-1809-32d2-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:09.702729 | 0.40s 2025-10-03 14:35:42.432127 | fa163ee5-9860-1809-32d2-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-03 14:35:42.434532 | fa163ee5-9860-1809-32d2-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:10.047221 | 0.75s 2025-10-03 14:35:42.735037 | fa163ee5-9860-1809-32d2-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-03 14:35:42.736128 | fa163ee5-9860-1809-32d2-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:10.348814 | 1.05s 2025-10-03 14:35:43.017370 | fa163ee5-9860-1809-32d2-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-03 14:35:43.019269 | fa163ee5-9860-1809-32d2-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:10.631959 | 1.33s 2025-10-03 14:35:43.336659 | fa163ee5-9860-1809-32d2-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-03 14:35:43.337328 | fa163ee5-9860-1809-32d2-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:10.950029 | 1.65s 2025-10-03 14:35:43.626489 | fa163ee5-9860-1809-32d2-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-03 14:35:43.627140 | fa163ee5-9860-1809-32d2-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:11.239841 | 1.94s 2025-10-03 14:35:43.926179 | fa163ee5-9860-1809-32d2-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-03 14:35:43.927222 | fa163ee5-9860-1809-32d2-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:11.539916 | 2.24s 2025-10-03 14:35:43.933933 | fa163ee5-9860-1809-32d2-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:11.546621 | 2.25s 2025-10-03 14:35:43.954378 | fa163ee5-9860-1809-32d2-000000004b4b | TASK | Check Keystone user assignment to roles status 2025-10-03 14:35:44.245432 | fa163ee5-9860-1809-32d2-000000004b4b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 14:35:49.468972 | fa163ee5-9860-1809-32d2-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-03 14:35:49.470510 | fa163ee5-9860-1809-32d2-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:17.083192 | 5.51s 2025-10-03 14:35:49.722198 | fa163ee5-9860-1809-32d2-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-03 14:35:49.722996 | fa163ee5-9860-1809-32d2-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:17.335696 | 5.77s 2025-10-03 14:35:49.971641 | fa163ee5-9860-1809-32d2-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-03 14:35:49.973160 | fa163ee5-9860-1809-32d2-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:17.585854 | 6.02s 2025-10-03 14:35:50.193694 | fa163ee5-9860-1809-32d2-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-03 14:35:50.195933 | fa163ee5-9860-1809-32d2-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:17.808622 | 6.24s 2025-10-03 14:35:50.452395 | fa163ee5-9860-1809-32d2-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-03 14:35:50.453642 | fa163ee5-9860-1809-32d2-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:18.066333 | 6.50s 2025-10-03 14:35:50.690168 | fa163ee5-9860-1809-32d2-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-03 14:35:50.691482 | fa163ee5-9860-1809-32d2-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:18.304171 | 6.74s 2025-10-03 14:35:50.933523 | fa163ee5-9860-1809-32d2-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-03 14:35:50.934599 | fa163ee5-9860-1809-32d2-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:18.547293 | 6.98s 2025-10-03 14:35:50.941529 | fa163ee5-9860-1809-32d2-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:18.554225 | 6.99s 2025-10-03 14:35:50.959450 | fa163ee5-9860-1809-32d2-000000004967 | TASK | Async assignment of Keystone user per role 2025-10-03 14:35:51.029799 | fa163ee5-9860-1809-32d2-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:18.642484 | 0.07s 2025-10-03 14:35:51.041187 | fa163ee5-9860-1809-32d2-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:18.653883 | 0.08s 2025-10-03 14:35:51.048332 | 82ec5524-f487-4943-a817-38b3f10eb85d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 14:35:51.068474 | fa163ee5-9860-1809-32d2-000000004bb3 | TASK | Async assignment of Keystone user to roles 2025-10-03 14:35:51.428150 | fa163ee5-9860-1809-32d2-000000004bb3 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-03 14:35:51.429138 | fa163ee5-9860-1809-32d2-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:19.041835 | 0.36s 2025-10-03 14:35:51.432791 | fa163ee5-9860-1809-32d2-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:19.045480 | 0.36s 2025-10-03 14:35:51.452119 | fa163ee5-9860-1809-32d2-000000004bb5 | TASK | Check Keystone user assignment to roles status 2025-10-03 14:35:51.769902 | fa163ee5-9860-1809-32d2-000000004bb5 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 14:35:56.985879 | fa163ee5-9860-1809-32d2-000000004bb5 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-03 14:35:56.987167 | fa163ee5-9860-1809-32d2-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.599857 | 5.53s 2025-10-03 14:35:56.993498 | fa163ee5-9860-1809-32d2-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:24.606185 | 5.54s 2025-10-03 14:35:57.013896 | fa163ee5-9860-1809-32d2-00000000496c | TASK | Async assignment of Keystone user per role 2025-10-03 14:35:57.113010 | fa163ee5-9860-1809-32d2-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:24.725691 | 0.10s 2025-10-03 14:35:57.125793 | fa163ee5-9860-1809-32d2-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:24.738482 | 0.11s 2025-10-03 14:35:57.139934 | e6f1c32d-c5c6-4d0d-ac3d-7eb22111ff1b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-03 14:35:57.163784 | fa163ee5-9860-1809-32d2-000000004bd7 | TASK | Async assignment of Keystone user to roles 2025-10-03 14:35:57.500993 | fa163ee5-9860-1809-32d2-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-03 14:35:57.502573 | fa163ee5-9860-1809-32d2-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:25.115258 | 0.34s 2025-10-03 14:35:57.839308 | fa163ee5-9860-1809-32d2-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-03 14:35:57.840701 | fa163ee5-9860-1809-32d2-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:25.453402 | 0.68s 2025-10-03 14:35:58.165548 | fa163ee5-9860-1809-32d2-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-03 14:35:58.166392 | fa163ee5-9860-1809-32d2-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:25.779091 | 1.00s 2025-10-03 14:35:58.191239 | fa163ee5-9860-1809-32d2-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:25.803936 | 1.03s 2025-10-03 14:35:58.205784 | fa163ee5-9860-1809-32d2-000000004bd9 | TASK | Check Keystone user assignment to roles status 2025-10-03 14:35:58.405109 | fa163ee5-9860-1809-32d2-000000004bd9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-03 14:36:03.617470 | fa163ee5-9860-1809-32d2-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-03 14:36:03.619786 | fa163ee5-9860-1809-32d2-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:31.232478 | 5.41s 2025-10-03 14:36:03.895018 | fa163ee5-9860-1809-32d2-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-03 14:36:03.895773 | fa163ee5-9860-1809-32d2-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:31.508473 | 5.69s 2025-10-03 14:36:04.168212 | fa163ee5-9860-1809-32d2-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-03 14:36:04.170377 | fa163ee5-9860-1809-32d2-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:31.783069 | 5.96s 2025-10-03 14:36:04.182343 | fa163ee5-9860-1809-32d2-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:31.795026 | 5.98s 2025-10-03 14:36:04.219559 | fa163ee5-9860-1809-32d2-000000003ced | TASK | is Keystone LDAP enabled 2025-10-03 14:36:04.274087 | fa163ee5-9860-1809-32d2-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-03 14:36:04.275320 | fa163ee5-9860-1809-32d2-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:31.888013 | 0.05s 2025-10-03 14:36:04.293288 | fa163ee5-9860-1809-32d2-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-03 14:36:04.348236 | fa163ee5-9860-1809-32d2-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-03 14:36:04.349628 | fa163ee5-9860-1809-32d2-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:31.962316 | 0.06s 2025-10-03 14:36:04.369459 | fa163ee5-9860-1809-32d2-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-03 14:36:04.413676 | fa163ee5-9860-1809-32d2-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-03 14:36:04.414997 | fa163ee5-9860-1809-32d2-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:32.027689 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-03 14:36:04.557584 | fa163ee5-9860-1809-32d2-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-03 14:36:04.584501 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000e2') missing from stats 2025-10-03 14:36:04.607243 | fa163ee5-9860-1809-32d2-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-03 14:36:05.121453 | fa163ee5-9860-1809-32d2-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-03 14:36:05.123021 | fa163ee5-9860-1809-32d2-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:32.735713 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 14:36:05.199955 | fa163ee5-9860-1809-32d2-0000000000e4 | TIMING | include_tasks | standalone | 0:23:32.812643 | 0.04s 2025-10-03 14:36:05.248383 | 75496a47-08fc-4429-aa45-ae6818ddb066 | INCLUDED | /root/standalone-ansible-9vn19upn/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-03 14:36:05.277618 | fa163ee5-9860-1809-32d2-000000004c1b | TASK | Create virtqemud recovery script 2025-10-03 14:36:05.747868 | fa163ee5-9860-1809-32d2-000000004c1b | CHANGED | Create virtqemud recovery script | standalone 2025-10-03 14:36:05.749240 | fa163ee5-9860-1809-32d2-000000004c1b | TIMING | Create virtqemud recovery script | standalone | 0:23:33.361933 | 0.47s 2025-10-03 14:36:05.778583 | fa163ee5-9860-1809-32d2-000000004c1c | TASK | Create virtqemud recovery trigger service 2025-10-03 14:36:06.244738 | fa163ee5-9860-1809-32d2-000000004c1c | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-03 14:36:06.246329 | fa163ee5-9860-1809-32d2-000000004c1c | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:33.859023 | 0.47s 2025-10-03 14:36:06.286674 | fa163ee5-9860-1809-32d2-000000004c1d | TASK | Create virtqemud recovery trigger timer 2025-10-03 14:36:06.815826 | fa163ee5-9860-1809-32d2-000000004c1d | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-03 14:36:06.817590 | fa163ee5-9860-1809-32d2-000000004c1d | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:34.430278 | 0.53s 2025-10-03 14:36:06.845732 | fa163ee5-9860-1809-32d2-000000004c1e | TASK | Enable virtqemud recovery trigger service 2025-10-03 14:36:07.900827 | fa163ee5-9860-1809-32d2-000000004c1e | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-03 14:36:07.902073 | fa163ee5-9860-1809-32d2-000000004c1e | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:35.514774 | 1.06s 2025-10-03 14:36:07.921594 | fa163ee5-9860-1809-32d2-000000004c1f | TASK | Enable virtqemud recovery trigger timer 2025-10-03 14:36:09.045383 | fa163ee5-9860-1809-32d2-000000004c1f | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-03 14:36:09.047292 | fa163ee5-9860-1809-32d2-000000004c1f | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:36.659983 | 1.12s 2025-10-03 14:36:09.078647 | fa163ee5-9860-1809-32d2-000000004c20 | TASK | Really enable virtqemud recovery trigger timer 2025-10-03 14:36:09.773670 | fa163ee5-9860-1809-32d2-000000004c20 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-03 14:36:09.775528 | fa163ee5-9860-1809-32d2-000000004c20 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:37.388220 | 0.70s 2025-10-03 14:36:09.804570 | fa163ee5-9860-1809-32d2-000000004c22 | TASK | Create systemd file 2025-10-03 14:36:10.330421 | fa163ee5-9860-1809-32d2-000000004c22 | CHANGED | Create systemd file | standalone 2025-10-03 14:36:10.332035 | fa163ee5-9860-1809-32d2-000000004c22 | TIMING | Create systemd file | standalone | 0:23:37.944722 | 0.53s 2025-10-03 14:36:10.362068 | fa163ee5-9860-1809-32d2-000000004c23 | TASK | Reload systemd 2025-10-03 14:36:11.200053 | fa163ee5-9860-1809-32d2-000000004c23 | CHANGED | Reload systemd | standalone 2025-10-03 14:36:11.201608 | fa163ee5-9860-1809-32d2-000000004c23 | TIMING | Reload systemd | standalone | 0:23:38.814301 | 0.84s 2025-10-03 14:36:11.231689 | fa163ee5-9860-1809-32d2-000000004c26 | TASK | Start OVN container 2025-10-03 14:36:11.292674 | fa163ee5-9860-1809-32d2-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-03 14:36:11.311360 | fa163ee5-9860-1809-32d2-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-03 14:36:11.327147 | fa163ee5-9860-1809-32d2-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-03 14:36:11.338701 | fa163ee5-9860-1809-32d2-000000004c26 | TIMING | Start OVN container | standalone | 0:23:38.951392 | 0.11s 2025-10-03 14:36:11.367678 | fa163ee5-9860-1809-32d2-000000004c28 | TASK | Set NB connection 2025-10-03 14:36:11.406113 | fa163ee5-9860-1809-32d2-000000004c28 | SKIPPED | Set NB connection | standalone 2025-10-03 14:36:11.407293 | fa163ee5-9860-1809-32d2-000000004c28 | TIMING | Set NB connection | standalone | 0:23:39.019986 | 0.04s 2025-10-03 14:36:11.435986 | fa163ee5-9860-1809-32d2-000000004c29 | TASK | Set SB connection 2025-10-03 14:36:11.475393 | fa163ee5-9860-1809-32d2-000000004c29 | SKIPPED | Set SB connection | standalone 2025-10-03 14:36:11.477002 | fa163ee5-9860-1809-32d2-000000004c29 | TIMING | Set SB connection | standalone | 0:23:39.089674 | 0.04s 2025-10-03 14:36:11.500588 | fa163ee5-9860-1809-32d2-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-03 14:36:11.740517 | fa163ee5-9860-1809-32d2-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-03 14:36:11.741499 | fa163ee5-9860-1809-32d2-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:39.354197 | 0.24s 2025-10-03 14:36:11.855565 | fa163ee5-9860-1809-32d2-0000000000e7 | TIMING | include_tasks | standalone | 0:23:39.468254 | 0.09s 2025-10-03 14:36:11.882144 | b13a760c-cb9d-4107-ae62-509b33efa6b1 | INCLUDED | /root/standalone-ansible-9vn19upn/common_deploy_steps_tasks.yaml | standalone 2025-10-03 14:36:11.907776 | fa163ee5-9860-1809-32d2-000000004c58 | TASK | Write the config_step hieradata 2025-10-03 14:36:12.427136 | fa163ee5-9860-1809-32d2-000000004c58 | OK | Write the config_step hieradata | standalone 2025-10-03 14:36:12.428364 | fa163ee5-9860-1809-32d2-000000004c58 | TIMING | Write the config_step hieradata | standalone | 0:23:40.041057 | 0.52s 2025-10-03 14:36:12.459765 | fa163ee5-9860-1809-32d2-000000004c59 | TASK | Run puppet host configuration for step 4 2025-10-03 14:36:12.780657 | fa163ee5-9860-1809-32d2-000000004c59 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-03 14:36:12.782115 | fa163ee5-9860-1809-32d2-000000004c59 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:40.394808 | 0.32s 2025-10-03 14:36:12.811138 | fa163ee5-9860-1809-32d2-000000004c5a | TASK | Wait for puppet host configuration to finish 2025-10-03 14:36:13.096136 | fa163ee5-9860-1809-32d2-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 14:36:23.310463 | fa163ee5-9860-1809-32d2-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 14:36:33.554873 | fa163ee5-9860-1809-32d2-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-03 14:36:43.856986 | fa163ee5-9860-1809-32d2-000000004c5a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 14:36:43.860313 | fa163ee5-9860-1809-32d2-000000004c5a | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:11.473005 | 31.05s 2025-10-03 14:36:43.894561 | fa163ee5-9860-1809-32d2-000000004c5b | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-03 14:36:43.980229 | fa163ee5-9860-1809-32d2-000000004c5b | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 3 14:36:12 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 14:36:17 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 14:36:17 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 14:36:17 puppet-user: (file & line not available)", "<13>Oct 3 14:36:17 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 3 14:36:17 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 3 14:36:18 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 3 14:36:18 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 14:36:18 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 3 14:36:18 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 3 14:36:18 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 3 14:36:18 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 3 14:36:18 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 3 14:36:18 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 3 14:36:18 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 14:36:18 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.54 seconds", "<13>Oct 3 14:36:22 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 14:36:24 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 14:36:30 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 3 14:36:30 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}4001714f5506d56fc9a35327b18ecccce2a6d905e593e2553b9ed3ea463de2fe'", "<13>Oct 3 14:36:30 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 3 14:36:30 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 3 14:36:30 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 3 14:36:30 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 3 14:36:31 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 14:36:36 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 3 14:36:38 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 3 14:36:38 puppet-user: Notice: Applied catalog in 20.07 seconds", "<13>Oct 3 14:36:38 puppet-user: Application:", "<13>Oct 3 14:36:38 puppet-user: Initial environment: production", "<13>Oct 3 14:36:38 puppet-user: Converged environment: production", "<13>Oct 3 14:36:38 puppet-user: Run mode: user", "<13>Oct 3 14:36:38 puppet-user: Changes:", "<13>Oct 3 14:36:38 puppet-user: Total: 10", "<13>Oct 3 14:36:38 puppet-user: Events:", "<13>Oct 3 14:36:38 puppet-user: Success: 10", "<13>Oct 3 14:36:38 puppet-user: Resources:", "<13>Oct 3 14:36:38 puppet-user: Restarted: 1", "<13>Oct 3 14:36:38 puppet-user: Changed: 10", "<13>Oct 3 14:36:38 puppet-user: Out of sync: 10", "<13>Oct 3 14:36:38 puppet-user: Total: 37", "<13>Oct 3 14:36:38 puppet-user: Time:", "<13>Oct 3 14:36:38 puppet-user: Schedule: 0.00", "<13>Oct 3 14:36:38 puppet-user: File line: 0.00", "<13>Oct 3 14:36:38 puppet-user: User: 0.01", "<13>Oct 3 14:36:38 puppet-user: Augeas: 0.01", "<13>Oct 3 14:36:38 puppet-user: File: 0.09", "<13>Oct 3 14:36:38 puppet-user: Config retrieval: 0.66", "<13>Oct 3 14:36:38 puppet-user: Pcmk property: 1.46", "<13>Oct 3 14:36:38 puppet-user: Service: 1.48", "<13>Oct 3 14:36:38 puppet-user: Last run: 1759502198", "<13>Oct 3 14:36:38 puppet-user: Pcmk resource op default: 2.14", "<13>Oct 3 14:36:38 puppet-user: Pcmk resource default: 2.19", "<13>Oct 3 14:36:38 puppet-user: Transaction evaluation: 20.06", "<13>Oct 3 14:36:38 puppet-user: Catalog application: 20.07", "<13>Oct 3 14:36:38 puppet-user: Package: 5.46", "<13>Oct 3 14:36:38 puppet-user: Exec: 7.04", "<13>Oct 3 14:36:38 puppet-user: Filebucket: 0.00", "<13>Oct 3 14:36:38 puppet-user: Total: 20.08", "<13>Oct 3 14:36:38 puppet-user: Version:", "<13>Oct 3 14:36:38 puppet-user: Config: 1759502177", "<13>Oct 3 14:36:38 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 14:36:43.981466 | fa163ee5-9860-1809-32d2-000000004c5b | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:11.594165 | 0.08s 2025-10-03 14:36:44.007236 | fa163ee5-9860-1809-32d2-000000004c5c | TASK | Pre-cache facts for puppet containers 2025-10-03 14:36:44.040519 | fa163ee5-9860-1809-32d2-000000004c5c | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:11.653200 | 0.03s 2025-10-03 14:36:44.112691 | fa163ee5-9860-1809-32d2-000000004c9d | TASK | Gather variables for each operating system 2025-10-03 14:36:44.203270 | fa163ee5-9860-1809-32d2-000000004c9d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:11.815958 | 0.09s 2025-10-03 14:36:44.226209 | fa163ee5-9860-1809-32d2-000000004c9e | TASK | Create puppet caching structures 2025-10-03 14:36:44.439347 | fa163ee5-9860-1809-32d2-000000004c9e | CHANGED | Create puppet caching structures | standalone 2025-10-03 14:36:44.440749 | fa163ee5-9860-1809-32d2-000000004c9e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:12.053442 | 0.21s 2025-10-03 14:36:44.471211 | fa163ee5-9860-1809-32d2-000000004c9f | TASK | Check for facter.conf 2025-10-03 14:36:44.705651 | fa163ee5-9860-1809-32d2-000000004c9f | OK | Check for facter.conf | standalone 2025-10-03 14:36:44.706733 | fa163ee5-9860-1809-32d2-000000004c9f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:12.319431 | 0.23s 2025-10-03 14:36:44.731463 | fa163ee5-9860-1809-32d2-000000004ca0 | TASK | Remove facter.conf if directory 2025-10-03 14:36:44.771250 | fa163ee5-9860-1809-32d2-000000004ca0 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 14:36:44.772164 | fa163ee5-9860-1809-32d2-000000004ca0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:12.384862 | 0.04s 2025-10-03 14:36:44.795179 | fa163ee5-9860-1809-32d2-000000004ca1 | TASK | Write facter cache config 2025-10-03 14:36:45.312688 | fa163ee5-9860-1809-32d2-000000004ca1 | CHANGED | Write facter cache config | standalone 2025-10-03 14:36:45.313869 | fa163ee5-9860-1809-32d2-000000004ca1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:12.926547 | 0.52s 2025-10-03 14:36:45.336929 | fa163ee5-9860-1809-32d2-000000004ca2 | TASK | Cleanup facter cache if exists 2025-10-03 14:36:45.527817 | fa163ee5-9860-1809-32d2-000000004ca2 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 14:36:45.529362 | fa163ee5-9860-1809-32d2-000000004ca2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:13.142054 | 0.19s 2025-10-03 14:36:45.562304 | fa163ee5-9860-1809-32d2-000000004ca3 | TASK | Pre-cache facts 2025-10-03 14:36:46.185474 | fa163ee5-9860-1809-32d2-000000004ca3 | CHANGED | Pre-cache facts | standalone 2025-10-03 14:36:46.186831 | fa163ee5-9860-1809-32d2-000000004ca3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:13.799524 | 0.62s 2025-10-03 14:36:46.219507 | fa163ee5-9860-1809-32d2-000000004ca4 | TASK | Failed deployment if facter fails 2025-10-03 14:36:46.261609 | fa163ee5-9860-1809-32d2-000000004ca4 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 14:36:46.262888 | fa163ee5-9860-1809-32d2-000000004ca4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:13.875553 | 0.04s 2025-10-03 14:36:46.308370 | fa163ee5-9860-1809-32d2-000000004ca5 | TASK | Sync cached facts 2025-10-03 14:36:46.630237 | fa163ee5-9860-1809-32d2-000000004ca5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-000000004ca5') missing from stats 2025-10-03 14:36:46.689993 | fa163ee5-9860-1809-32d2-000000004c5d | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 14:36:46.741657 | fa163ee5-9860-1809-32d2-000000004c5d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 14:36:46.743118 | fa163ee5-9860-1809-32d2-000000004c5d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:14.355808 | 0.05s 2025-10-03 14:36:46.777673 | fa163ee5-9860-1809-32d2-000000004c5f | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-03 14:36:46.808535 | fa163ee5-9860-1809-32d2-000000004c5f | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:24:14.421219 | 0.03s 2025-10-03 14:36:46.966498 | fa163ee5-9860-1809-32d2-000000004cfc | TASK | Gather variables for each operating system 2025-10-03 14:36:47.076942 | fa163ee5-9860-1809-32d2-000000004cfc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:14.689621 | 0.11s 2025-10-03 14:36:47.107001 | fa163ee5-9860-1809-32d2-000000004cfd | TASK | Create container logs path 2025-10-03 14:36:47.385839 | fa163ee5-9860-1809-32d2-000000004cfd | OK | Create container logs path | standalone 2025-10-03 14:36:47.387455 | fa163ee5-9860-1809-32d2-000000004cfd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:15.000145 | 0.28s 2025-10-03 14:36:47.420263 | fa163ee5-9860-1809-32d2-000000004cff | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 14:36:47.720773 | fa163ee5-9860-1809-32d2-000000004cff | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 14:36:47.722115 | fa163ee5-9860-1809-32d2-000000004cff | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:15.334808 | 0.30s 2025-10-03 14:36:47.756235 | fa163ee5-9860-1809-32d2-000000004d00 | TASK | Finalise hashes for all containers 2025-10-03 14:36:47.852433 | fa163ee5-9860-1809-32d2-000000004d00 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:36:47.853629 | fa163ee5-9860-1809-32d2-000000004d00 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:15.466322 | 0.10s 2025-10-03 14:36:47.883467 | fa163ee5-9860-1809-32d2-000000004d02 | TASK | Manage systemd shutdown files 2025-10-03 14:36:47.915559 | fa163ee5-9860-1809-32d2-000000004d02 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:15.528248 | 0.03s 2025-10-03 14:36:47.949660 | a874f23a-e311-4b30-a016-7a4be162039c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 14:36:47.977740 | fa163ee5-9860-1809-32d2-000000004d35 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 14:36:48.219421 | fa163ee5-9860-1809-32d2-000000004d35 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 14:36:48.220732 | fa163ee5-9860-1809-32d2-000000004d35 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:15.833423 | 0.24s 2025-10-03 14:36:48.250236 | fa163ee5-9860-1809-32d2-000000004d36 | TASK | Set podman_drop_in fact 2025-10-03 14:36:48.299445 | fa163ee5-9860-1809-32d2-000000004d36 | OK | Set podman_drop_in fact | standalone 2025-10-03 14:36:48.300232 | fa163ee5-9860-1809-32d2-000000004d36 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:15.912934 | 0.05s 2025-10-03 14:36:48.319845 | fa163ee5-9860-1809-32d2-000000004d38 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 14:36:48.823465 | fa163ee5-9860-1809-32d2-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 14:36:48.825874 | fa163ee5-9860-1809-32d2-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:16.438539 | 0.51s 2025-10-03 14:36:49.323024 | fa163ee5-9860-1809-32d2-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 14:36:49.324039 | fa163ee5-9860-1809-32d2-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:16.936737 | 1.00s 2025-10-03 14:36:49.329316 | fa163ee5-9860-1809-32d2-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:16.942002 | 1.01s 2025-10-03 14:36:49.362794 | fa163ee5-9860-1809-32d2-000000004d39 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 14:36:49.790124 | fa163ee5-9860-1809-32d2-000000004d39 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 14:36:49.791463 | fa163ee5-9860-1809-32d2-000000004d39 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:17.404156 | 0.43s 2025-10-03 14:36:49.820874 | fa163ee5-9860-1809-32d2-000000004d3a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 14:36:50.325919 | fa163ee5-9860-1809-32d2-000000004d3a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 14:36:50.327282 | fa163ee5-9860-1809-32d2-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:17.939974 | 0.50s 2025-10-03 14:36:50.357068 | fa163ee5-9860-1809-32d2-000000004d3b | TASK | Enable and start tripleo-container-shutdown 2025-10-03 14:36:51.155515 | fa163ee5-9860-1809-32d2-000000004d3b | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 14:36:51.157494 | fa163ee5-9860-1809-32d2-000000004d3b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:18.770185 | 0.80s 2025-10-03 14:36:51.191484 | fa163ee5-9860-1809-32d2-000000004d3c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 14:36:51.716934 | fa163ee5-9860-1809-32d2-000000004d3c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 14:36:51.718310 | fa163ee5-9860-1809-32d2-000000004d3c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:19.330999 | 0.52s 2025-10-03 14:36:51.750373 | fa163ee5-9860-1809-32d2-000000004d3d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 14:36:52.286782 | fa163ee5-9860-1809-32d2-000000004d3d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 14:36:52.288092 | fa163ee5-9860-1809-32d2-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:19.900792 | 0.54s 2025-10-03 14:36:52.319717 | fa163ee5-9860-1809-32d2-000000004d3e | TASK | Enable and start netns-placeholder 2025-10-03 14:36:53.186002 | fa163ee5-9860-1809-32d2-000000004d3e | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 14:36:53.188253 | fa163ee5-9860-1809-32d2-000000004d3e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:20.800944 | 0.87s 2025-10-03 14:36:53.221228 | fa163ee5-9860-1809-32d2-000000004d04 | TASK | Update container configs with new config hashes 2025-10-03 14:36:53.285328 | fa163ee5-9860-1809-32d2-000000004d04 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:20.898017 | 0.06s 2025-10-03 14:36:53.295928 | 000668d0-c34f-4fb6-bad6-1f8f83e13599 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 14:36:53.316863 | fa163ee5-9860-1809-32d2-000000004d66 | TASK | Update config hashes for container startup configs 2025-10-03 14:36:53.624187 | fa163ee5-9860-1809-32d2-000000004d66 | OK | Update config hashes for container startup configs | standalone 2025-10-03 14:36:53.625727 | fa163ee5-9860-1809-32d2-000000004d66 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:21.238416 | 0.31s 2025-10-03 14:36:53.659076 | fa163ee5-9860-1809-32d2-000000004d05 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 14:36:53.723255 | fa163ee5-9860-1809-32d2-000000004d05 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:21.335934 | 0.06s 2025-10-03 14:36:53.748752 | c94422d0-5c03-4b31-add5-7722c2d0af59 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:36:53.789715 | fa163ee5-9860-1809-32d2-000000004d85 | TASK | Gather podman infos 2025-10-03 14:36:55.300095 | fa163ee5-9860-1809-32d2-000000004d85 | OK | Gather podman infos | standalone 2025-10-03 14:36:55.301547 | fa163ee5-9860-1809-32d2-000000004d85 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:22.914233 | 1.51s 2025-10-03 14:36:55.416640 | fa163ee5-9860-1809-32d2-000000004d86 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 14:36:55.499139 | fa163ee5-9860-1809-32d2-000000004d86 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:23.111820 | 0.08s 2025-10-03 14:36:55.675497 | fa163ee5-9860-1809-32d2-000000004dcf | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:23.288174 | 0.11s 2025-10-03 14:36:55.741478 | fa163ee5-9860-1809-32d2-000000004d06 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 14:36:55.804352 | fa163ee5-9860-1809-32d2-000000004d06 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:23.417033 | 0.06s 2025-10-03 14:36:55.828874 | 09a754f6-4f1c-406f-b139-9f825c222d0e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:36:55.868153 | fa163ee5-9860-1809-32d2-000000004df5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 14:37:15.388749 | fa163ee5-9860-1809-32d2-000000004df5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 14:37:15.389839 | fa163ee5-9860-1809-32d2-000000004df5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:43.002535 | 19.52s 2025-10-03 14:37:15.415088 | fa163ee5-9860-1809-32d2-000000004df6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-03 14:39:15.872164 | fa163ee5-9860-1809-32d2-000000004df6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-03 14:39:15.874286 | fa163ee5-9860-1809-32d2-000000004df6 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:43.486977 | 120.46s 2025-10-03 14:39:15.956580 | fa163ee5-9860-1809-32d2-000000004c61 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-03 14:39:16.188364 | fa163ee5-9860-1809-32d2-000000004c61 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-03 14:39:16.189538 | fa163ee5-9860-1809-32d2-000000004c61 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:43.802231 | 0.23s 2025-10-03 14:39:16.224766 | fa163ee5-9860-1809-32d2-000000004c62 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-03 14:39:16.286832 | fa163ee5-9860-1809-32d2-000000004c62 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:43.899510 | 0.06s 2025-10-03 14:39:16.319343 | fa163ee5-9860-1809-32d2-000000004c63 | TASK | Include container-puppet tasks for step 4 2025-10-03 14:39:16.369522 | fa163ee5-9860-1809-32d2-000000004c63 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:43.982205 | 0.05s 2025-10-03 14:39:16.393333 | 4c110fb0-1810-47e2-84fe-fda683b271d2 | INCLUDED | /root/standalone-ansible-9vn19upn/host-container-puppet-tasks.yaml | standalone 2025-10-03 14:39:16.431798 | fa163ee5-9860-1809-32d2-000000004e41 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-03 14:39:16.887697 | fa163ee5-9860-1809-32d2-000000004e41 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-03 14:39:16.889283 | fa163ee5-9860-1809-32d2-000000004e41 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:44.501974 | 0.46s 2025-10-03 14:39:16.923803 | fa163ee5-9860-1809-32d2-000000004e43 | TASK | Generate container puppet configs for step 4 2025-10-03 14:39:17.182648 | fa163ee5-9860-1809-32d2-000000004e43 | OK | Generate container puppet configs for step 4 | standalone 2025-10-03 14:39:17.184342 | fa163ee5-9860-1809-32d2-000000004e43 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:44.797029 | 0.26s 2025-10-03 14:39:17.215444 | fa163ee5-9860-1809-32d2-000000004e44 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-03 14:39:17.249149 | fa163ee5-9860-1809-32d2-000000004e44 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:44.861830 | 0.03s 2025-10-03 14:39:17.326305 | fa163ee5-9860-1809-32d2-000000004e73 | TASK | Gather variables for each operating system 2025-10-03 14:39:17.441542 | fa163ee5-9860-1809-32d2-000000004e73 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:45.054227 | 0.11s 2025-10-03 14:39:17.465968 | fa163ee5-9860-1809-32d2-000000004e74 | TASK | Create container logs path 2025-10-03 14:39:17.749121 | fa163ee5-9860-1809-32d2-000000004e74 | OK | Create container logs path | standalone 2025-10-03 14:39:17.750737 | fa163ee5-9860-1809-32d2-000000004e74 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:45.363424 | 0.28s 2025-10-03 14:39:17.785283 | fa163ee5-9860-1809-32d2-000000004e76 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 14:39:18.085720 | fa163ee5-9860-1809-32d2-000000004e76 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 14:39:18.087056 | fa163ee5-9860-1809-32d2-000000004e76 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:45.699747 | 0.30s 2025-10-03 14:39:18.117524 | fa163ee5-9860-1809-32d2-000000004e77 | TASK | Finalise hashes for all containers 2025-10-03 14:39:18.173738 | fa163ee5-9860-1809-32d2-000000004e77 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:39:18.174896 | fa163ee5-9860-1809-32d2-000000004e77 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:45.787591 | 0.05s 2025-10-03 14:39:18.204739 | fa163ee5-9860-1809-32d2-000000004e79 | TASK | Manage systemd shutdown files 2025-10-03 14:39:18.240136 | fa163ee5-9860-1809-32d2-000000004e79 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:39:18.241448 | fa163ee5-9860-1809-32d2-000000004e79 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:45.854138 | 0.03s 2025-10-03 14:39:18.279079 | fa163ee5-9860-1809-32d2-000000004e7b | TASK | Update container configs with new config hashes 2025-10-03 14:39:18.327678 | fa163ee5-9860-1809-32d2-000000004e7b | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:39:18.328786 | fa163ee5-9860-1809-32d2-000000004e7b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:45.941461 | 0.05s 2025-10-03 14:39:18.355389 | fa163ee5-9860-1809-32d2-000000004e7c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 14:39:18.414752 | fa163ee5-9860-1809-32d2-000000004e7c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 14:39:18.415940 | fa163ee5-9860-1809-32d2-000000004e7c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:46.028637 | 0.06s 2025-10-03 14:39:18.448076 | fa163ee5-9860-1809-32d2-000000004e7d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-03 14:39:18.489244 | fa163ee5-9860-1809-32d2-000000004e7d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-03 14:39:18.490269 | fa163ee5-9860-1809-32d2-000000004e7d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:46.102966 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-10-03 14:39:18.645109 | fa163ee5-9860-1809-32d2-0000000000ea | TASK | External deployment step 5 2025-10-03 14:39:18.689049 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000ea') missing from stats 2025-10-03 14:39:18.746959 | fa163ee5-9860-1809-32d2-0000000000eb | TIMING | include_tasks | undercloud | 0:26:46.359638 | 0.04s 2025-10-03 14:39:18.761458 | 24c32745-a772-46f4-8e83-c8fb11f39b16 | INCLUDED | /root/standalone-ansible-9vn19upn/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-03 14:39:18.780711 | fa163ee5-9860-1809-32d2-000000004ecc | TASK | Manage Cinder's default volume type 2025-10-03 14:39:32.164139 | fa163ee5-9860-1809-32d2-000000004ecc | OK | Manage Cinder's default volume type | undercloud 2025-10-03 14:39:32.165749 | fa163ee5-9860-1809-32d2-000000004ecc | TIMING | Manage Cinder's default volume type | undercloud | 0:26:59.778441 | 13.38s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-03 14:39:32.278261 | fa163ee5-9860-1809-32d2-0000000000ee | TASK | Deploy step tasks for 5 2025-10-03 14:39:32.308644 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000ee') missing from stats 2025-10-03 14:39:32.328489 | fa163ee5-9860-1809-32d2-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-03 14:39:32.843204 | fa163ee5-9860-1809-32d2-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-03 14:39:32.844927 | fa163ee5-9860-1809-32d2-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:27:00.457613 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-03 14:39:32.932701 | fa163ee5-9860-1809-32d2-0000000000f0 | TIMING | include_tasks | standalone | 0:27:00.545383 | 0.05s 2025-10-03 14:39:33.046451 | 0d9a50bc-ca85-4333-8d53-fbbcb0be87cf | INCLUDED | /root/standalone-ansible-9vn19upn/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-03 14:39:33.081551 | fa163ee5-9860-1809-32d2-000000004eef | TASK | Gather variables for each operating system 2025-10-03 14:39:33.204122 | fa163ee5-9860-1809-32d2-000000004eef | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:00.816794 | 0.12s 2025-10-03 14:39:33.239038 | fa163ee5-9860-1809-32d2-000000004ef0 | TASK | Detect if resource is being created or already exists 2025-10-03 14:39:34.040093 | fa163ee5-9860-1809-32d2-000000004ef0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 14:39:34.042232 | fa163ee5-9860-1809-32d2-000000004ef0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:01.654929 | 0.80s 2025-10-03 14:39:34.067242 | fa163ee5-9860-1809-32d2-000000004ef1 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-03 14:39:56.905118 | fa163ee5-9860-1809-32d2-000000004ef1 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-03 14:39:56.906130 | fa163ee5-9860-1809-32d2-000000004ef1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:24.518830 | 22.84s 2025-10-03 14:39:56.927265 | fa163ee5-9860-1809-32d2-000000004ef2 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-03 14:39:57.155425 | fa163ee5-9860-1809-32d2-000000004ef2 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-03 14:39:57.156385 | fa163ee5-9860-1809-32d2-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:24.769084 | 0.23s 2025-10-03 14:39:57.177116 | fa163ee5-9860-1809-32d2-000000004ef3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 14:39:57.655032 | fa163ee5-9860-1809-32d2-000000004ef3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 14:39:57.655940 | fa163ee5-9860-1809-32d2-000000004ef3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:25.268640 | 0.48s 2025-10-03 14:39:57.696599 | fa163ee5-9860-1809-32d2-000000004ef4 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-03 14:39:57.958706 | fa163ee5-9860-1809-32d2-000000004ef4 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-03 14:39:57.960228 | fa163ee5-9860-1809-32d2-000000004ef4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:25.572922 | 0.26s 2025-10-03 14:39:57.992748 | fa163ee5-9860-1809-32d2-000000004ef6 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-03 14:39:58.032743 | fa163ee5-9860-1809-32d2-000000004ef6 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-03 14:39:58.033674 | fa163ee5-9860-1809-32d2-000000004ef6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:25.646369 | 0.04s 2025-10-03 14:39:58.056601 | fa163ee5-9860-1809-32d2-000000004ef7 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-03 14:39:58.096348 | fa163ee5-9860-1809-32d2-000000004ef7 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-03 14:39:58.097562 | fa163ee5-9860-1809-32d2-000000004ef7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:25.710254 | 0.04s 2025-10-03 14:39:58.130141 | fa163ee5-9860-1809-32d2-000000004ef8 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-03 14:39:58.169166 | fa163ee5-9860-1809-32d2-000000004ef8 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-03 14:39:58.170332 | fa163ee5-9860-1809-32d2-000000004ef8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:25.783028 | 0.04s 2025-10-03 14:39:58.199315 | fa163ee5-9860-1809-32d2-000000004ef9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 14:39:58.251448 | fa163ee5-9860-1809-32d2-000000004ef9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 14:39:58.252827 | fa163ee5-9860-1809-32d2-000000004ef9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:25.865515 | 0.05s 2025-10-03 14:39:58.285315 | fa163ee5-9860-1809-32d2-000000004efa | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-03 14:39:58.340071 | fa163ee5-9860-1809-32d2-000000004efa | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-03 14:39:58.341329 | fa163ee5-9860-1809-32d2-000000004efa | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:25.954021 | 0.05s 2025-10-03 14:39:58.400274 | fa163ee5-9860-1809-32d2-000000004f1b | TASK | Gather variables for each operating system 2025-10-03 14:39:58.517810 | fa163ee5-9860-1809-32d2-000000004f1b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:26.130488 | 0.12s 2025-10-03 14:39:58.550424 | fa163ee5-9860-1809-32d2-000000004f1c | TASK | Detect if resource is being created or already exists 2025-10-03 14:39:59.284474 | fa163ee5-9860-1809-32d2-000000004f1c | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 14:39:59.286093 | fa163ee5-9860-1809-32d2-000000004f1c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:26.898783 | 0.73s 2025-10-03 14:39:59.312033 | fa163ee5-9860-1809-32d2-000000004f1d | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-03 14:40:22.188146 | fa163ee5-9860-1809-32d2-000000004f1d | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-03 14:40:22.189676 | fa163ee5-9860-1809-32d2-000000004f1d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:49.802372 | 22.88s 2025-10-03 14:40:22.216849 | fa163ee5-9860-1809-32d2-000000004f1e | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-03 14:40:22.478986 | fa163ee5-9860-1809-32d2-000000004f1e | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-03 14:40:22.480198 | fa163ee5-9860-1809-32d2-000000004f1e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:50.092895 | 0.26s 2025-10-03 14:40:22.503190 | fa163ee5-9860-1809-32d2-000000004f1f | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 14:40:22.912293 | fa163ee5-9860-1809-32d2-000000004f1f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 14:40:22.913450 | fa163ee5-9860-1809-32d2-000000004f1f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:50.526147 | 0.41s 2025-10-03 14:40:22.935803 | fa163ee5-9860-1809-32d2-000000004f20 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-03 14:40:23.148749 | fa163ee5-9860-1809-32d2-000000004f20 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-03 14:40:23.149735 | fa163ee5-9860-1809-32d2-000000004f20 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:50.762434 | 0.21s 2025-10-03 14:40:23.172349 | fa163ee5-9860-1809-32d2-000000004f22 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-03 14:40:23.230802 | fa163ee5-9860-1809-32d2-000000004f22 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-03 14:40:23.232207 | fa163ee5-9860-1809-32d2-000000004f22 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:50.844900 | 0.06s 2025-10-03 14:40:23.262024 | fa163ee5-9860-1809-32d2-000000004f23 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-03 14:40:23.320065 | fa163ee5-9860-1809-32d2-000000004f23 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-03 14:40:23.321541 | fa163ee5-9860-1809-32d2-000000004f23 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:50.934231 | 0.06s 2025-10-03 14:40:23.351146 | fa163ee5-9860-1809-32d2-000000004f24 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-03 14:40:23.402625 | fa163ee5-9860-1809-32d2-000000004f24 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-03 14:40:23.403742 | fa163ee5-9860-1809-32d2-000000004f24 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:51.016440 | 0.05s 2025-10-03 14:40:23.431812 | fa163ee5-9860-1809-32d2-000000004f25 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 14:40:23.482720 | fa163ee5-9860-1809-32d2-000000004f25 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 14:40:23.483614 | fa163ee5-9860-1809-32d2-000000004f25 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:51.096312 | 0.05s 2025-10-03 14:40:23.504684 | fa163ee5-9860-1809-32d2-000000004f26 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-03 14:40:23.555802 | fa163ee5-9860-1809-32d2-000000004f26 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-03 14:40:23.556773 | fa163ee5-9860-1809-32d2-000000004f26 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:51.169472 | 0.05s 2025-10-03 14:40:23.595684 | fa163ee5-9860-1809-32d2-000000004f47 | TASK | Gather variables for each operating system 2025-10-03 14:40:23.706361 | fa163ee5-9860-1809-32d2-000000004f47 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:51.319040 | 0.11s 2025-10-03 14:40:23.728205 | fa163ee5-9860-1809-32d2-000000004f48 | TASK | Detect if resource is being created or already exists 2025-10-03 14:40:24.516595 | fa163ee5-9860-1809-32d2-000000004f48 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-03 14:40:24.517500 | fa163ee5-9860-1809-32d2-000000004f48 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:52.130199 | 0.79s 2025-10-03 14:40:24.542204 | fa163ee5-9860-1809-32d2-000000004f49 | TASK | Run init bundle puppet on the host for manila_share 2025-10-03 14:40:46.297150 | fa163ee5-9860-1809-32d2-000000004f49 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-03 14:40:46.298372 | fa163ee5-9860-1809-32d2-000000004f49 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:28:13.911069 | 21.75s 2025-10-03 14:40:46.320341 | fa163ee5-9860-1809-32d2-000000004f4a | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-03 14:40:46.568774 | fa163ee5-9860-1809-32d2-000000004f4a | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-03 14:40:46.569844 | fa163ee5-9860-1809-32d2-000000004f4a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:28:14.182545 | 0.25s 2025-10-03 14:40:46.589798 | fa163ee5-9860-1809-32d2-000000004f4b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-03 14:40:46.952732 | fa163ee5-9860-1809-32d2-000000004f4b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-03 14:40:46.954566 | fa163ee5-9860-1809-32d2-000000004f4b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:14.567258 | 0.36s 2025-10-03 14:40:46.989390 | fa163ee5-9860-1809-32d2-000000004f4c | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-03 14:40:47.218780 | fa163ee5-9860-1809-32d2-000000004f4c | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-03 14:40:47.220227 | fa163ee5-9860-1809-32d2-000000004f4c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:28:14.832917 | 0.23s 2025-10-03 14:40:47.263359 | fa163ee5-9860-1809-32d2-000000004f4e | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-03 14:40:47.308338 | fa163ee5-9860-1809-32d2-000000004f4e | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-03 14:40:47.309460 | fa163ee5-9860-1809-32d2-000000004f4e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:28:14.922155 | 0.04s 2025-10-03 14:40:47.336027 | fa163ee5-9860-1809-32d2-000000004f4f | TASK | Get container image tag from bundle openstack-manila-share 2025-10-03 14:40:47.383660 | fa163ee5-9860-1809-32d2-000000004f4f | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-03 14:40:47.384943 | fa163ee5-9860-1809-32d2-000000004f4f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:28:14.997634 | 0.05s 2025-10-03 14:40:47.416960 | fa163ee5-9860-1809-32d2-000000004f50 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-03 14:40:47.459654 | fa163ee5-9860-1809-32d2-000000004f50 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-03 14:40:47.460963 | fa163ee5-9860-1809-32d2-000000004f50 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:28:15.073653 | 0.04s 2025-10-03 14:40:47.499424 | fa163ee5-9860-1809-32d2-000000004f51 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-03 14:40:47.538232 | fa163ee5-9860-1809-32d2-000000004f51 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-03 14:40:47.539036 | fa163ee5-9860-1809-32d2-000000004f51 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:15.151734 | 0.04s 2025-10-03 14:40:47.564803 | fa163ee5-9860-1809-32d2-000000004f52 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-03 14:40:47.614978 | fa163ee5-9860-1809-32d2-000000004f52 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-03 14:40:47.615985 | fa163ee5-9860-1809-32d2-000000004f52 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:28:15.228682 | 0.05s 2025-10-03 14:40:47.662270 | fa163ee5-9860-1809-32d2-000000004f73 | TASK | Run kolla_set_configs to copy ring files 2025-10-03 14:40:48.281089 | fa163ee5-9860-1809-32d2-000000004f73 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-03 14:40:48.282473 | fa163ee5-9860-1809-32d2-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:15.895168 | 0.62s 2025-10-03 14:40:48.288831 | fa163ee5-9860-1809-32d2-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:15.901515 | 0.63s 2025-10-03 14:40:48.317941 | fa163ee5-9860-1809-32d2-000000004f74 | TASK | Run kolla_set_configs to copy ring files 2025-10-03 14:40:48.672158 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-03 14:40:48.674535 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:16.287224 | 0.36s 2025-10-03 14:40:49.187090 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-03 14:40:49.188244 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:16.800936 | 0.87s 2025-10-03 14:40:49.487728 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-03 14:40:49.488944 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:17.101642 | 1.17s 2025-10-03 14:40:49.898561 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-03 14:40:49.900435 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:17.513128 | 1.58s 2025-10-03 14:40:50.202446 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-03 14:40:50.203530 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:17.816225 | 1.88s 2025-10-03 14:40:50.511640 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-03 14:40:50.513239 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:18.125934 | 2.19s 2025-10-03 14:40:51.058703 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-03 14:40:51.060903 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:18.673602 | 2.74s 2025-10-03 14:40:51.475454 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-03 14:40:51.476885 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:19.089545 | 3.16s 2025-10-03 14:40:51.734734 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-03 14:40:51.736318 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:19.349011 | 3.42s 2025-10-03 14:40:52.177899 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-03 14:40:52.180941 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:19.793629 | 3.86s 2025-10-03 14:40:52.459101 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-03 14:40:52.461311 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:20.074002 | 4.14s 2025-10-03 14:40:52.944114 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-03 14:40:52.945334 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:20.558027 | 4.63s 2025-10-03 14:40:53.478884 | fa163ee5-9860-1809-32d2-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-03 14:40:53.481141 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:21.093833 | 5.16s 2025-10-03 14:40:53.494237 | fa163ee5-9860-1809-32d2-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:21.106923 | 5.17s 2025-10-03 14:40:53.529234 | fa163ee5-9860-1809-32d2-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-03 14:40:53.769439 | fa163ee5-9860-1809-32d2-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-03 14:40:53.770845 | fa163ee5-9860-1809-32d2-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:21.383537 | 0.24s 2025-10-03 14:40:53.901918 | fa163ee5-9860-1809-32d2-0000000000f3 | TIMING | include_tasks | standalone | 0:28:21.514599 | 0.10s 2025-10-03 14:40:53.943131 | 519935ab-31bb-4bfb-b494-0da9e3adcdac | INCLUDED | /root/standalone-ansible-9vn19upn/common_deploy_steps_tasks.yaml | standalone 2025-10-03 14:40:53.972090 | fa163ee5-9860-1809-32d2-000000004ff1 | TASK | Write the config_step hieradata 2025-10-03 14:40:54.515470 | fa163ee5-9860-1809-32d2-000000004ff1 | OK | Write the config_step hieradata | standalone 2025-10-03 14:40:54.517535 | fa163ee5-9860-1809-32d2-000000004ff1 | TIMING | Write the config_step hieradata | standalone | 0:28:22.130230 | 0.54s 2025-10-03 14:40:54.545119 | fa163ee5-9860-1809-32d2-000000004ff2 | TASK | Run puppet host configuration for step 5 2025-10-03 14:40:54.863141 | fa163ee5-9860-1809-32d2-000000004ff2 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-03 14:40:54.864185 | fa163ee5-9860-1809-32d2-000000004ff2 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:22.476885 | 0.32s 2025-10-03 14:40:54.884175 | fa163ee5-9860-1809-32d2-000000004ff3 | TASK | Wait for puppet host configuration to finish 2025-10-03 14:40:55.149703 | fa163ee5-9860-1809-32d2-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-03 14:41:05.354502 | fa163ee5-9860-1809-32d2-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-03 14:41:15.588491 | fa163ee5-9860-1809-32d2-000000004ff3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-03 14:41:15.590113 | fa163ee5-9860-1809-32d2-000000004ff3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:43.202805 | 20.70s 2025-10-03 14:41:15.617110 | fa163ee5-9860-1809-32d2-000000004ff4 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-03 14:41:15.704266 | fa163ee5-9860-1809-32d2-000000004ff4 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 3 14:40:55 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 3 14:41:00 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 3 14:41:00 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 3 14:41:00 puppet-user: (file & line not available)", "<13>Oct 3 14:41:00 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 3 14:41:00 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 3 14:41:00 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 3 14:41:00 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 3 14:41:00 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 3 14:41:00 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 3 14:41:00 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 3 14:41:00 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 3 14:41:00 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 3 14:41:00 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 3 14:41:00 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 3 14:41:00 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.61 seconds", "<13>Oct 3 14:41:05 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 3 14:41:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 3 14:41:08 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 3 14:41:09 puppet-user: Notice: Applied catalog in 8.32 seconds", "<13>Oct 3 14:41:09 puppet-user: Application:", "<13>Oct 3 14:41:09 puppet-user: Initial environment: production", "<13>Oct 3 14:41:09 puppet-user: Converged environment: production", "<13>Oct 3 14:41:09 puppet-user: Run mode: user", "<13>Oct 3 14:41:09 puppet-user: Changes:", "<13>Oct 3 14:41:09 puppet-user: Total: 2", "<13>Oct 3 14:41:09 puppet-user: Events:", "<13>Oct 3 14:41:09 puppet-user: Success: 2", "<13>Oct 3 14:41:09 puppet-user: Resources:", "<13>Oct 3 14:41:09 puppet-user: Changed: 2", "<13>Oct 3 14:41:09 puppet-user: Out of sync: 2", "<13>Oct 3 14:41:09 puppet-user: Total: 37", "<13>Oct 3 14:41:09 puppet-user: Time:", "<13>Oct 3 14:41:09 puppet-user: Filebucket: 0.00", "<13>Oct 3 14:41:09 puppet-user: Schedule: 0.00", "<13>Oct 3 14:41:09 puppet-user: File line: 0.00", "<13>Oct 3 14:41:09 puppet-user: Package: 0.00", "<13>Oct 3 14:41:09 puppet-user: Augeas: 0.01", "<13>Oct 3 14:41:09 puppet-user: User: 0.01", "<13>Oct 3 14:41:09 puppet-user: File: 0.07", "<13>Oct 3 14:41:09 puppet-user: Service: 0.16", "<13>Oct 3 14:41:09 puppet-user: Config retrieval: 0.77", "<13>Oct 3 14:41:09 puppet-user: Pcmk property: 1.56", "<13>Oct 3 14:41:09 puppet-user: Pcmk resource default: 2.00", "<13>Oct 3 14:41:09 puppet-user: Last run: 1759502469", "<13>Oct 3 14:41:09 puppet-user: Exec: 2.11", "<13>Oct 3 14:41:09 puppet-user: Pcmk resource op default: 2.13", "<13>Oct 3 14:41:09 puppet-user: Transaction evaluation: 8.25", "<13>Oct 3 14:41:09 puppet-user: Catalog application: 8.32", "<13>Oct 3 14:41:09 puppet-user: Total: 8.32", "<13>Oct 3 14:41:09 puppet-user: Version:", "<13>Oct 3 14:41:09 puppet-user: Config: 1759502460", "<13>Oct 3 14:41:09 puppet-user: Puppet: 7.10.0" ] } 2025-10-03 14:41:15.705961 | fa163ee5-9860-1809-32d2-000000004ff4 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:43.318655 | 0.09s 2025-10-03 14:41:15.730214 | fa163ee5-9860-1809-32d2-000000004ff5 | TASK | Pre-cache facts for puppet containers 2025-10-03 14:41:15.758926 | fa163ee5-9860-1809-32d2-000000004ff5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:43.371614 | 0.03s 2025-10-03 14:41:15.818401 | fa163ee5-9860-1809-32d2-000000005034 | TASK | Gather variables for each operating system 2025-10-03 14:41:15.918751 | fa163ee5-9860-1809-32d2-000000005034 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:43.531432 | 0.10s 2025-10-03 14:41:15.949993 | fa163ee5-9860-1809-32d2-000000005035 | TASK | Create puppet caching structures 2025-10-03 14:41:16.186845 | fa163ee5-9860-1809-32d2-000000005035 | CHANGED | Create puppet caching structures | standalone 2025-10-03 14:41:16.189606 | fa163ee5-9860-1809-32d2-000000005035 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:43.802295 | 0.24s 2025-10-03 14:41:16.220691 | fa163ee5-9860-1809-32d2-000000005036 | TASK | Check for facter.conf 2025-10-03 14:41:16.471536 | fa163ee5-9860-1809-32d2-000000005036 | OK | Check for facter.conf | standalone 2025-10-03 14:41:16.474350 | fa163ee5-9860-1809-32d2-000000005036 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:44.087040 | 0.25s 2025-10-03 14:41:16.508512 | fa163ee5-9860-1809-32d2-000000005037 | TASK | Remove facter.conf if directory 2025-10-03 14:41:16.570945 | fa163ee5-9860-1809-32d2-000000005037 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-03 14:41:16.573093 | fa163ee5-9860-1809-32d2-000000005037 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:44.185780 | 0.06s 2025-10-03 14:41:16.606659 | fa163ee5-9860-1809-32d2-000000005038 | TASK | Write facter cache config 2025-10-03 14:41:17.079305 | fa163ee5-9860-1809-32d2-000000005038 | CHANGED | Write facter cache config | standalone 2025-10-03 14:41:17.080275 | fa163ee5-9860-1809-32d2-000000005038 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:44.692975 | 0.47s 2025-10-03 14:41:17.100108 | fa163ee5-9860-1809-32d2-000000005039 | TASK | Cleanup facter cache if exists 2025-10-03 14:41:17.314875 | fa163ee5-9860-1809-32d2-000000005039 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-03 14:41:17.315765 | fa163ee5-9860-1809-32d2-000000005039 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:44.928465 | 0.21s 2025-10-03 14:41:17.337135 | fa163ee5-9860-1809-32d2-00000000503a | TASK | Pre-cache facts 2025-10-03 14:41:17.886419 | fa163ee5-9860-1809-32d2-00000000503a | CHANGED | Pre-cache facts | standalone 2025-10-03 14:41:17.888189 | fa163ee5-9860-1809-32d2-00000000503a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:45.500881 | 0.55s 2025-10-03 14:41:17.932285 | fa163ee5-9860-1809-32d2-00000000503b | TASK | Failed deployment if facter fails 2025-10-03 14:41:17.973719 | fa163ee5-9860-1809-32d2-00000000503b | SKIPPED | Failed deployment if facter fails | standalone 2025-10-03 14:41:17.975022 | fa163ee5-9860-1809-32d2-00000000503b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:45.587713 | 0.04s 2025-10-03 14:41:18.024937 | fa163ee5-9860-1809-32d2-00000000503c | TASK | Sync cached facts 2025-10-03 14:41:18.344871 | fa163ee5-9860-1809-32d2-00000000503c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-00000000503c') missing from stats 2025-10-03 14:41:18.399625 | fa163ee5-9860-1809-32d2-000000004ff6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-03 14:41:18.454484 | fa163ee5-9860-1809-32d2-000000004ff6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-03 14:41:18.456490 | fa163ee5-9860-1809-32d2-000000004ff6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:46.069173 | 0.05s 2025-10-03 14:41:18.488836 | fa163ee5-9860-1809-32d2-000000004ff8 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-03 14:41:18.517683 | fa163ee5-9860-1809-32d2-000000004ff8 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:46.130370 | 0.03s 2025-10-03 14:41:18.588266 | fa163ee5-9860-1809-32d2-000000005093 | TASK | Gather variables for each operating system 2025-10-03 14:41:18.712784 | fa163ee5-9860-1809-32d2-000000005093 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:46.325465 | 0.12s 2025-10-03 14:41:18.744049 | fa163ee5-9860-1809-32d2-000000005094 | TASK | Create container logs path 2025-10-03 14:41:18.970110 | fa163ee5-9860-1809-32d2-000000005094 | OK | Create container logs path | standalone 2025-10-03 14:41:18.971629 | fa163ee5-9860-1809-32d2-000000005094 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:46.584319 | 0.23s 2025-10-03 14:41:19.009818 | fa163ee5-9860-1809-32d2-000000005096 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:41:19.270057 | fa163ee5-9860-1809-32d2-000000005096 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 14:41:19.271472 | fa163ee5-9860-1809-32d2-000000005096 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:46.884164 | 0.26s 2025-10-03 14:41:19.308447 | fa163ee5-9860-1809-32d2-000000005097 | TASK | Finalise hashes for all containers 2025-10-03 14:41:19.349458 | fa163ee5-9860-1809-32d2-000000005097 | OK | Finalise hashes for all containers | standalone 2025-10-03 14:41:19.350475 | fa163ee5-9860-1809-32d2-000000005097 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:46.963172 | 0.04s 2025-10-03 14:41:19.376886 | fa163ee5-9860-1809-32d2-000000005099 | TASK | Manage systemd shutdown files 2025-10-03 14:41:19.407111 | fa163ee5-9860-1809-32d2-000000005099 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:47.019794 | 0.03s 2025-10-03 14:41:19.432024 | 1bba5115-b193-4b56-b0c6-8abec9aa1931 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-03 14:41:19.458630 | fa163ee5-9860-1809-32d2-0000000050cc | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-03 14:41:19.712627 | fa163ee5-9860-1809-32d2-0000000050cc | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-03 14:41:19.713797 | fa163ee5-9860-1809-32d2-0000000050cc | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:47.326493 | 0.25s 2025-10-03 14:41:19.740057 | fa163ee5-9860-1809-32d2-0000000050cd | TASK | Set podman_drop_in fact 2025-10-03 14:41:19.803482 | fa163ee5-9860-1809-32d2-0000000050cd | OK | Set podman_drop_in fact | standalone 2025-10-03 14:41:19.804847 | fa163ee5-9860-1809-32d2-0000000050cd | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:47.417364 | 0.06s 2025-10-03 14:41:19.830892 | fa163ee5-9860-1809-32d2-0000000050cf | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-03 14:41:20.351942 | fa163ee5-9860-1809-32d2-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-03 14:41:20.352899 | fa163ee5-9860-1809-32d2-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:47.965598 | 0.52s 2025-10-03 14:41:20.813788 | fa163ee5-9860-1809-32d2-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-03 14:41:20.814811 | fa163ee5-9860-1809-32d2-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:48.427506 | 0.98s 2025-10-03 14:41:20.820524 | fa163ee5-9860-1809-32d2-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:48.433229 | 0.99s 2025-10-03 14:41:20.840389 | fa163ee5-9860-1809-32d2-0000000050d0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-03 14:41:21.351588 | fa163ee5-9860-1809-32d2-0000000050d0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-03 14:41:21.352604 | fa163ee5-9860-1809-32d2-0000000050d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:48.965304 | 0.51s 2025-10-03 14:41:21.373141 | fa163ee5-9860-1809-32d2-0000000050d1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-03 14:41:21.912213 | fa163ee5-9860-1809-32d2-0000000050d1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-03 14:41:21.913160 | fa163ee5-9860-1809-32d2-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:49.525862 | 0.54s 2025-10-03 14:41:21.933777 | fa163ee5-9860-1809-32d2-0000000050d2 | TASK | Enable and start tripleo-container-shutdown 2025-10-03 14:41:22.903994 | fa163ee5-9860-1809-32d2-0000000050d2 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-03 14:41:22.905449 | fa163ee5-9860-1809-32d2-0000000050d2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:50.518145 | 0.97s 2025-10-03 14:41:22.931739 | fa163ee5-9860-1809-32d2-0000000050d3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-03 14:41:23.496404 | fa163ee5-9860-1809-32d2-0000000050d3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-03 14:41:23.497821 | fa163ee5-9860-1809-32d2-0000000050d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:51.110517 | 0.56s 2025-10-03 14:41:23.526071 | fa163ee5-9860-1809-32d2-0000000050d4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-03 14:41:24.073799 | fa163ee5-9860-1809-32d2-0000000050d4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-03 14:41:24.074663 | fa163ee5-9860-1809-32d2-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:51.687364 | 0.55s 2025-10-03 14:41:24.107958 | fa163ee5-9860-1809-32d2-0000000050d5 | TASK | Enable and start netns-placeholder 2025-10-03 14:41:25.123055 | fa163ee5-9860-1809-32d2-0000000050d5 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-03 14:41:25.125136 | fa163ee5-9860-1809-32d2-0000000050d5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:52.737828 | 1.02s 2025-10-03 14:41:25.156597 | fa163ee5-9860-1809-32d2-00000000509b | TASK | Update container configs with new config hashes 2025-10-03 14:41:25.218392 | fa163ee5-9860-1809-32d2-00000000509b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:52.831076 | 0.06s 2025-10-03 14:41:25.241284 | 8f0c611a-84c1-4133-b326-a88cfc164953 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-03 14:41:25.280132 | fa163ee5-9860-1809-32d2-0000000050fd | TASK | Update config hashes for container startup configs 2025-10-03 14:41:25.527741 | fa163ee5-9860-1809-32d2-0000000050fd | OK | Update config hashes for container startup configs | standalone 2025-10-03 14:41:25.529014 | fa163ee5-9860-1809-32d2-0000000050fd | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:53.141705 | 0.25s 2025-10-03 14:41:25.566020 | fa163ee5-9860-1809-32d2-00000000509c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:41:25.609049 | fa163ee5-9860-1809-32d2-00000000509c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:53.221724 | 0.04s 2025-10-03 14:41:25.639670 | 1618a528-6b83-418b-a231-60e44cda42b4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-03 14:41:25.682311 | fa163ee5-9860-1809-32d2-00000000511c | TASK | Gather podman infos 2025-10-03 14:41:27.801530 | fa163ee5-9860-1809-32d2-00000000511c | OK | Gather podman infos | standalone 2025-10-03 14:41:27.802840 | fa163ee5-9860-1809-32d2-00000000511c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:55.415525 | 2.12s 2025-10-03 14:41:27.982492 | fa163ee5-9860-1809-32d2-00000000511d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:41:28.063806 | fa163ee5-9860-1809-32d2-00000000511d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:55.676487 | 0.07s 2025-10-03 14:41:28.273392 | fa163ee5-9860-1809-32d2-000000005166 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:55.886071 | 0.15s 2025-10-03 14:41:28.337436 | fa163ee5-9860-1809-32d2-00000000509d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:41:28.395894 | fa163ee5-9860-1809-32d2-00000000509d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:56.008535 | 0.06s 2025-10-03 14:41:28.419740 | 53831c28-e8ee-4341-9cb5-e6efc5d19066 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-03 14:41:28.450663 | fa163ee5-9860-1809-32d2-00000000518c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:41:54.934741 | fa163ee5-9860-1809-32d2-00000000518c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 14:41:54.936875 | fa163ee5-9860-1809-32d2-00000000518c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:22.549555 | 26.49s 2025-10-03 14:41:54.963201 | fa163ee5-9860-1809-32d2-00000000518d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-03 14:42:20.081919 | fa163ee5-9860-1809-32d2-00000000518d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-03 14:42:20.083794 | fa163ee5-9860-1809-32d2-00000000518d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:47.696478 | 25.12s 2025-10-03 14:42:20.154063 | fa163ee5-9860-1809-32d2-000000004ffa | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-03 14:42:20.364583 | fa163ee5-9860-1809-32d2-000000004ffa | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-03 14:42:20.366317 | fa163ee5-9860-1809-32d2-000000004ffa | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:47.979005 | 0.21s 2025-10-03 14:42:20.415703 | fa163ee5-9860-1809-32d2-000000004ffb | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-03 14:42:20.455530 | fa163ee5-9860-1809-32d2-000000004ffb | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:48.068208 | 0.04s 2025-10-03 14:42:20.486375 | fa163ee5-9860-1809-32d2-000000004ffc | TASK | Include container-puppet tasks for step 5 2025-10-03 14:42:20.520673 | fa163ee5-9860-1809-32d2-000000004ffc | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:48.133357 | 0.03s 2025-10-03 14:42:20.541054 | 4366fb1f-85b6-4c7c-9a3b-e8daecdc48ad | INCLUDED | /root/standalone-ansible-9vn19upn/host-container-puppet-tasks.yaml | standalone 2025-10-03 14:42:20.578527 | fa163ee5-9860-1809-32d2-0000000051d8 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-03 14:42:21.070803 | fa163ee5-9860-1809-32d2-0000000051d8 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-03 14:42:21.072148 | fa163ee5-9860-1809-32d2-0000000051d8 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:48.684849 | 0.49s 2025-10-03 14:42:21.093814 | fa163ee5-9860-1809-32d2-0000000051da | TASK | Generate container puppet configs for step 5 2025-10-03 14:42:21.332678 | fa163ee5-9860-1809-32d2-0000000051da | OK | Generate container puppet configs for step 5 | standalone 2025-10-03 14:42:21.334729 | fa163ee5-9860-1809-32d2-0000000051da | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:48.947430 | 0.24s 2025-10-03 14:42:21.353977 | fa163ee5-9860-1809-32d2-0000000051db | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-03 14:42:21.380485 | fa163ee5-9860-1809-32d2-0000000051db | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:48.993182 | 0.03s 2025-10-03 14:42:21.425785 | fa163ee5-9860-1809-32d2-00000000520a | TASK | Gather variables for each operating system 2025-10-03 14:42:21.546634 | fa163ee5-9860-1809-32d2-00000000520a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:49.159325 | 0.12s 2025-10-03 14:42:21.566739 | fa163ee5-9860-1809-32d2-00000000520b | TASK | Create container logs path 2025-10-03 14:42:21.766826 | fa163ee5-9860-1809-32d2-00000000520b | OK | Create container logs path | standalone 2025-10-03 14:42:21.767792 | fa163ee5-9860-1809-32d2-00000000520b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:49.380488 | 0.20s 2025-10-03 14:42:21.789464 | fa163ee5-9860-1809-32d2-00000000520d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 14:42:21.987751 | fa163ee5-9860-1809-32d2-00000000520d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 14:42:21.989046 | fa163ee5-9860-1809-32d2-00000000520d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:49.601741 | 0.20s 2025-10-03 14:42:22.012745 | fa163ee5-9860-1809-32d2-00000000520e | TASK | Finalise hashes for all containers 2025-10-03 14:42:22.041183 | fa163ee5-9860-1809-32d2-00000000520e | OK | Finalise hashes for all containers | standalone 2025-10-03 14:42:22.042120 | fa163ee5-9860-1809-32d2-00000000520e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:49.654819 | 0.03s 2025-10-03 14:42:22.066021 | fa163ee5-9860-1809-32d2-000000005210 | TASK | Manage systemd shutdown files 2025-10-03 14:42:22.094637 | fa163ee5-9860-1809-32d2-000000005210 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-03 14:42:22.095814 | fa163ee5-9860-1809-32d2-000000005210 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:49.708510 | 0.03s 2025-10-03 14:42:22.119484 | fa163ee5-9860-1809-32d2-000000005212 | TASK | Update container configs with new config hashes 2025-10-03 14:42:22.163114 | fa163ee5-9860-1809-32d2-000000005212 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-03 14:42:22.163923 | fa163ee5-9860-1809-32d2-000000005212 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:49.776621 | 0.04s 2025-10-03 14:42:22.188573 | fa163ee5-9860-1809-32d2-000000005213 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 14:42:22.237565 | fa163ee5-9860-1809-32d2-000000005213 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 14:42:22.238393 | fa163ee5-9860-1809-32d2-000000005213 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:49.851091 | 0.05s 2025-10-03 14:42:22.264801 | fa163ee5-9860-1809-32d2-000000005214 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-03 14:42:22.315843 | fa163ee5-9860-1809-32d2-000000005214 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-03 14:42:22.317111 | fa163ee5-9860-1809-32d2-000000005214 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:49.929803 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-10-03 14:42:22.521353 | fa163ee5-9860-1809-32d2-0000000000f7 | TASK | Server Post Deployments 2025-10-03 14:42:22.542412 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000f7') missing from stats 2025-10-03 14:42:22.616205 | fa163ee5-9860-1809-32d2-0000000000f8 | TIMING | include_tasks | standalone | 0:29:50.228880 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-03 14:42:22.748154 | fa163ee5-9860-1809-32d2-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-03 14:42:22.774112 | fa163ee5-9860-1809-32d2-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', 'fa163ee5-9860-1809-32d2-0000000000fc') missing from stats 2025-10-03 14:42:22.789350 | fa163ee5-9860-1809-32d2-000000000100 | TASK | is additonal Cell? 2025-10-03 14:42:22.827370 | fa163ee5-9860-1809-32d2-000000000100 | OK | is additonal Cell? | undercloud 2025-10-03 14:42:22.828656 | fa163ee5-9860-1809-32d2-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:50.441347 | 0.04s 2025-10-03 14:42:22.843469 | fa163ee5-9860-1809-32d2-000000000102 | TASK | discover via nova_manager? 2025-10-03 14:42:22.901616 | fa163ee5-9860-1809-32d2-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-03 14:42:22.902562 | fa163ee5-9860-1809-32d2-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:50.515261 | 0.06s 2025-10-03 14:42:22.921200 | fa163ee5-9860-1809-32d2-000000000103 | TASK | discover via nova_api? 2025-10-03 14:42:23.004690 | fa163ee5-9860-1809-32d2-000000000103 | OK | discover via nova_api? | undercloud 2025-10-03 14:42:23.008917 | fa163ee5-9860-1809-32d2-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:50.621599 | 0.09s 2025-10-03 14:42:23.026909 | fa163ee5-9860-1809-32d2-000000000104 | TASK | Warn if no discovery host available 2025-10-03 14:42:23.068680 | fa163ee5-9860-1809-32d2-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-03 14:42:23.069919 | fa163ee5-9860-1809-32d2-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:50.682606 | 0.04s 2025-10-03 14:42:23.108261 | fa163ee5-9860-1809-32d2-000000000105 | TASK | Discovering nova hosts 2025-10-03 14:42:25.807544 | fa163ee5-9860-1809-32d2-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-000000000105') missing from stats 2025-10-03 14:42:25.872386 | fa163ee5-9860-1809-32d2-000000000106 | OK | set_fact | undercloud 2025-10-03 14:42:25.873676 | fa163ee5-9860-1809-32d2-000000000106 | TIMING | set_fact | undercloud | 0:29:53.486367 | 0.05s 2025-10-03 14:42:25.891411 | fa163ee5-9860-1809-32d2-000000000108 | TASK | Set up group_vars 2025-10-03 14:42:25.921671 | fa163ee5-9860-1809-32d2-000000000108 | OK | Set up group_vars | undercloud 2025-10-03 14:42:25.923457 | fa163ee5-9860-1809-32d2-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:53.536149 | 0.03s 2025-10-03 14:42:25.942002 | fa163ee5-9860-1809-32d2-000000000109 | TASK | Make needed directories on the undercloud 2025-10-03 14:42:26.202347 | fa163ee5-9860-1809-32d2-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-9vn19upn/octavia-ansible 2025-10-03 14:42:26.203512 | fa163ee5-9860-1809-32d2-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:53.816209 | 0.26s 2025-10-03 14:42:26.385732 | fa163ee5-9860-1809-32d2-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-9vn19upn/octavia-ansible/local_dir 2025-10-03 14:42:26.387536 | fa163ee5-9860-1809-32d2-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:54.000222 | 0.44s 2025-10-03 14:42:26.562370 | fa163ee5-9860-1809-32d2-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-9vn19upn/octavia-ansible/group_vars 2025-10-03 14:42:26.563744 | fa163ee5-9860-1809-32d2-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:54.176437 | 0.62s 2025-10-03 14:42:26.573496 | fa163ee5-9860-1809-32d2-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:54.186190 | 0.63s 2025-10-03 14:42:26.588329 | fa163ee5-9860-1809-32d2-00000000010a | TASK | Write group_vars file 2025-10-03 14:42:27.123150 | fa163ee5-9860-1809-32d2-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-03 14:42:27.124305 | fa163ee5-9860-1809-32d2-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:54.736998 | 0.54s 2025-10-03 14:42:27.167659 | fa163ee5-9860-1809-32d2-00000000010b | TASK | Gather missing facts 2025-10-03 14:42:27.518656 | fa163ee5-9860-1809-32d2-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee5-9860-1809-32d2-00000000010b') missing from stats 2025-10-03 14:42:27.529356 | fa163ee5-9860-1809-32d2-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:55.142052 | 0.36s 2025-10-03 14:42:27.543844 | fa163ee5-9860-1809-32d2-00000000010c | TASK | Write octavia inventory 2025-10-03 14:42:28.108829 | fa163ee5-9860-1809-32d2-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-03 14:42:28.109703 | fa163ee5-9860-1809-32d2-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:55.722403 | 0.56s 2025-10-03 14:42:28.124432 | fa163ee5-9860-1809-32d2-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-03 14:42:28.368306 | fa163ee5-9860-1809-32d2-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-03 14:42:28.369724 | fa163ee5-9860-1809-32d2-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:55.982423 | 0.24s 2025-10-03 14:42:28.384131 | fa163ee5-9860-1809-32d2-00000000010e | TASK | Set private key location 2025-10-03 14:42:28.441680 | fa163ee5-9860-1809-32d2-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-03 14:42:28.444162 | fa163ee5-9860-1809-32d2-00000000010e | TIMING | Set private key location | undercloud | 0:29:56.056840 | 0.06s 2025-10-03 14:42:28.462291 | fa163ee5-9860-1809-32d2-00000000010f | TASK | Configure octavia command 2025-10-03 14:42:28.513482 | fa163ee5-9860-1809-32d2-00000000010f | OK | Configure octavia command | undercloud 2025-10-03 14:42:28.514489 | fa163ee5-9860-1809-32d2-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:56.127185 | 0.05s 2025-10-03 14:42:28.557348 | fa163ee5-9860-1809-32d2-000000000110 | OK | set_fact | undercloud 2025-10-03 14:42:28.558322 | fa163ee5-9860-1809-32d2-000000000110 | TIMING | set_fact | undercloud | 0:29:56.171021 | 0.03s 2025-10-03 14:42:28.599348 | fa163ee5-9860-1809-32d2-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-9vn19upn/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-9vn19upn/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-9vn19upn/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-03 14:42:28.600355 | fa163ee5-9860-1809-32d2-000000000111 | TIMING | debug | undercloud | 0:29:56.213053 | 0.03s 2025-10-03 14:42:28.614714 | fa163ee5-9860-1809-32d2-000000000112 | TASK | Configure octavia on overcloud 2025-10-03 14:46:28.652136 | fa163ee5-9860-1809-32d2-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-03 14:46:28.654061 | fa163ee5-9860-1809-32d2-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:56.266758 | 240.04s 2025-10-03 14:46:28.670754 | fa163ee5-9860-1809-32d2-000000000113 | TASK | Purge temp dirs 2025-10-03 14:46:28.923637 | fa163ee5-9860-1809-32d2-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-9vn19upn/octavia-ansible/local_dir 2025-10-03 14:46:28.924974 | fa163ee5-9860-1809-32d2-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:56.537670 | 0.25s 2025-10-03 14:46:28.934766 | fa163ee5-9860-1809-32d2-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:56.547458 | 0.26s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=646 changed=315 unreachable=0 failed=0 skipped=328 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-10-03 14:46:28.993874 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:46:28.994199 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:46:28.994444 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:56.607149 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-03 14:46:28.994800 | UUID | Info | Host | Task Name | Run Time 2025-10-03 14:46:28.995252 | fa163ee5-9860-1809-32d2-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 307.60s 2025-10-03 14:46:28.995536 | fa163ee5-9860-1809-32d2-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 240.04s 2025-10-03 14:46:28.996007 | fa163ee5-9860-1809-32d2-000000004df6 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 120.46s 2025-10-03 14:46:28.996378 | fa163ee5-9860-1809-32d2-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.96s 2025-10-03 14:46:28.996634 | fa163ee5-9860-1809-32d2-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.64s 2025-10-03 14:46:28.997058 | fa163ee5-9860-1809-32d2-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 60.57s 2025-10-03 14:46:28.997380 | fa163ee5-9860-1809-32d2-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 56.22s 2025-10-03 14:46:28.997793 | fa163ee5-9860-1809-32d2-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 34.13s 2025-10-03 14:46:28.998057 | fa163ee5-9860-1809-32d2-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 32.89s 2025-10-03 14:46:28.998494 | fa163ee5-9860-1809-32d2-000000004c5a | SUMMARY | standalone | Wait for puppet host configuration to finish | 31.05s 2025-10-03 14:46:28.998784 | fa163ee5-9860-1809-32d2-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.32s 2025-10-03 14:46:28.999138 | fa163ee5-9860-1809-32d2-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.02s 2025-10-03 14:46:28.999568 | fa163ee5-9860-1809-32d2-00000000518c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.49s 2025-10-03 14:46:28.999849 | fa163ee5-9860-1809-32d2-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.47s 2025-10-03 14:46:29.000220 | fa163ee5-9860-1809-32d2-00000000518d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.12s 2025-10-03 14:46:29.000538 | fa163ee5-9860-1809-32d2-000000004f1d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.88s 2025-10-03 14:46:29.000801 | fa163ee5-9860-1809-32d2-000000004ef1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.84s 2025-10-03 14:46:29.001073 | fa163ee5-9860-1809-32d2-000000004f49 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.75s 2025-10-03 14:46:29.001484 | fa163ee5-9860-1809-32d2-0000000021c9 | SUMMARY | standalone | install systemd-container for a greenfield | 21.23s 2025-10-03 14:46:29.001806 | fa163ee5-9860-1809-32d2-000000004ff3 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-10-03 14:46:29.002200 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-9vn19upn Install artifact is located at /root/standalone-install-20251003144629.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.og0rqqKmOs + exit 0 ~/ci-framework-data/artifacts