~/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.qintKdRQHQ + 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.qintKdRQHQ/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.qintKdRQHQ/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.qintKdRQHQ + J2_VARS_FILE=/tmp/tmp.qintKdRQHQ/tmp.WNpAStranm.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.qintKdRQHQ/tmp.WNpAStranm.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.qintKdRQHQ/tmp.WNpAStranm.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.qintKdRQHQ/tmp.WNpAStranm.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.qintKdRQHQ/tmp.WNpAStranm.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.qintKdRQHQ/tmp.WNpAStranm.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.qintKdRQHQ/tmp.WNpAStranm.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.qintKdRQHQ/tmp.WNpAStranm.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.qintKdRQHQ/tmp.WNpAStranm.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.qintKdRQHQ/tmp.WNpAStranm.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.qintKdRQHQ/tmp.WNpAStranm.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.qintKdRQHQ/tmp.WNpAStranm.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.qintKdRQHQ/tmp.WNpAStranm.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.qintKdRQHQ/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.qintKdRQHQ/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.qintKdRQHQ/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.qintKdRQHQ/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.qintKdRQHQ/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.8 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): ansible-collection-ansible-netcommon-2 1.0 MB/s | 181 kB 00:00 (2/399): ansible-collection-ansible-posix-1.2.0 711 kB/s | 124 kB 00:00 (3/399): ansible-collection-ansible-utils-2.3.0 471 kB/s | 91 kB 00:00 (4/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 630 kB/s | 77 kB 00:00 (5/399): golang-github-vbatts-tar-split-0.11.1- 7.0 MB/s | 1.0 MB 00:00 (6/399): ansible-collection-community-general-4 7.1 MB/s | 1.3 MB 00:00 (7/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (8/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.8 MB/s | 178 kB 00:00 (9/399): puppet-fdio-18.2-1.20220727113954.6fd1 274 kB/s | 25 kB 00:00 (10/399): python3-ansible-runner-2.0.0a1-3.el9o 1.0 MB/s | 122 kB 00:00 (11/399): python3-beautifulsoup4-4.9.3-2.el9ost 2.1 MB/s | 204 kB 00:00 (12/399): python3-croniter-0.3.35-2.el9ost.noar 447 kB/s | 49 kB 00:00 (13/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 189 kB/s | 44 kB 00:00 (14/399): python3-daemon-2.3.0-1.el9ost.noarch. 331 kB/s | 39 kB 00:00 (15/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 444 kB/s | 44 kB 00:00 (16/399): python3-docutils-0.16-6.el9ost.noarch 11 MB/s | 1.5 MB 00:00 (17/399): python3-gevent-21.1.2-2.el9ost.x86_64 12 MB/s | 1.6 MB 00:00 (18/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 1.0 MB/s | 107 kB 00:00 (19/399): python3-jmespath-0.10.0-1.el9ost.noar 525 kB/s | 46 kB 00:00 (20/399): python3-lockfile-0.12.2-2.el9ost.noar 341 kB/s | 31 kB 00:00 (21/399): python3-jeepney-0.6.0-2.el9ost.noarch 1.4 MB/s | 284 kB 00:00 (22/399): python3-logutils-0.3.5-15.el9ost.noar 323 kB/s | 47 kB 00:00 (23/399): python3-memcached-1.59-3.el9ost.noarc 307 kB/s | 40 kB 00:00 (24/399): python3-migrate-0.13.0-1.el9ost.noarc 1.9 MB/s | 224 kB 00:00 (25/399): python3-mimeparse-1.6.0-16.el9ost.noa 192 kB/s | 16 kB 00:00 (26/399): python3-natsort-7.1.1-2.el9ost.noarch 594 kB/s | 59 kB 00:00 (27/399): python3-passlib-1.7.4-3.el9ost.noarch 6.6 MB/s | 712 kB 00:00 (28/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 939 kB/s | 90 kB 00:00 (29/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 1.2 MB/s | 111 kB 00:00 (30/399): python3-pecan-1.4.0-2.el9ost.noarch.r 1.0 MB/s | 273 kB 00:00 (31/399): python3-setproctitle-1.2.2-1.el9ost.x 242 kB/s | 23 kB 00:00 (32/399): python3-pyperclip-1.8.0-3.el9ost.noar 195 kB/s | 25 kB 00:00 (33/399): python3-soupsieve-2.2-1.el9ost.noarch 760 kB/s | 67 kB 00:00 (34/399): python3-smmap-3.0.1-4.el9ost.noarch.r 477 kB/s | 47 kB 00:00 (35/399): python3-sqlalchemy13-1.3.24-3.el9ost. 15 MB/s | 1.7 MB 00:00 (36/399): python3-tenacity-6.3.1-1.el9ost.noarc 518 kB/s | 51 kB 00:00 (37/399): python3-webtest-2.0.35-6.el9ost.noarc 874 kB/s | 82 kB 00:00 (38/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 3.8 MB/s | 396 kB 00:00 (39/399): python3-zope-event-4.2.0-20.el9ost.no 2.2 MB/s | 205 kB 00:00 (40/399): python3-zope-interface-5.4.0-1.el9ost 1.5 MB/s | 202 kB 00:00 (41/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.6 MB/s | 243 kB 00:00 (42/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 163 kB/s | 14 kB 00:00 (43/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 340 kB/s | 34 kB 00:00 (44/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 1.0 MB/s | 90 kB 00:00 (45/399): rubygem-multi_json-1.15.0-2.el9ost.no 201 kB/s | 22 kB 00:00 (46/399): rubygem-puppet-resource_api-1.8.13-1. 386 kB/s | 34 kB 00:00 (47/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 180 kB/s | 16 kB 00:00 (48/399): rubygem-semantic_puppet-1.0.4-2.el9os 214 kB/s | 21 kB 00:00 (49/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.5 MB/s | 433 kB 00:00 (50/399): ansible-config_template-2.0.1-17.1.20 317 kB/s | 29 kB 00:00 (51/399): ansible-role-atos-hsm-1.0.1-17.1.2023 176 kB/s | 17 kB 00:00 (52/399): ansible-role-chrony-1.3.1-17.1.202306 255 kB/s | 22 kB 00:00 (53/399): ansible-role-collectd-config-0.0.3-17 587 kB/s | 53 kB 00:00 (54/399): ansible-role-container-registry-1.4.1 225 kB/s | 24 kB 00:00 (55/399): ansible-role-openstack-operations-0.0 330 kB/s | 30 kB 00:00 (56/399): ansible-role-qdr-config-0.0.2-17.1.20 184 kB/s | 21 kB 00:00 (57/399): ansible-role-thales-hsm-3.0.1-17.1.20 212 kB/s | 21 kB 00:00 (58/399): ansible-role-redhat-subscription-1.3. 217 kB/s | 28 kB 00:00 (59/399): ansible-role-tripleo-modify-image-1.5 222 kB/s | 27 kB 00:00 (60/399): ansible-tripleo-ipa-0.3.1-17.1.202306 355 kB/s | 36 kB 00:00 (61/399): ansible-tripleo-ipsec-11.0.1-17.1.202 422 kB/s | 38 kB 00:00 (62/399): dib-utils-0.0.11-17.1.20230620173328. 106 kB/s | 12 kB 00:00 (63/399): os-apply-config-13.1.1-17.1.202310200 567 kB/s | 54 kB 00:00 (64/399): os-collect-config-13.1.1-17.1.2023102 521 kB/s | 50 kB 00:00 (65/399): openstack-heat-agents-2.2.1-17.1.2023 53 kB/s | 9.6 kB 00:00 (66/399): os-refresh-config-13.1.1-17.1.2023102 242 kB/s | 21 kB 00:00 (67/399): puppet-aodh-18.4.2-17.1.2023062015121 668 kB/s | 62 kB 00:00 (68/399): puppet-apache-6.5.2-17.1.202306210011 2.7 MB/s | 259 kB 00:00 (69/399): puppet-auditd-2.2.1-17.1.202306201924 293 kB/s | 28 kB 00:00 (70/399): puppet-ceilometer-18.4.3-17.1.2023092 779 kB/s | 70 kB 00:00 (71/399): puppet-archive-4.6.1-17.1.20230620181 246 kB/s | 44 kB 00:00 (72/399): puppet-cinder-18.5.2-17.1.20230621054 1.3 MB/s | 120 kB 00:00 (73/399): puppet-certmonger-2.7.1-17.1.20230620 249 kB/s | 26 kB 00:00 (74/399): puppet-collectd-13.0.1-17.1.202306201 1.2 MB/s | 135 kB 00:00 (75/399): puppet-concat-6.2.1-17.1.202306201815 461 kB/s | 41 kB 00:00 (76/399): puppet-corosync-8.0.1-17.1.2023062110 706 kB/s | 68 kB 00:00 (77/399): puppet-designate-18.6.1-17.1.20230621 649 kB/s | 69 kB 00:00 (78/399): puppet-dns-8.2.1-17.1.20230621002045. 394 kB/s | 36 kB 00:00 (79/399): puppet-etcd-1.12.3-17.1.2023062019322 279 kB/s | 25 kB 00:00 (80/399): puppet-firewall-3.4.1-17.1.2023062102 827 kB/s | 77 kB 00:00 (81/399): puppet-git-0.5.0-17.1.20230620193928. 249 kB/s | 23 kB 00:00 (82/399): puppet-gnocchi-18.4.3-17.1.2023062106 606 kB/s | 58 kB 00:00 (83/399): puppet-haproxy-4.2.2-17.1.20230620193 466 kB/s | 52 kB 00:00 (84/399): puppet-heat-18.4.1-17.1.2023062111163 745 kB/s | 70 kB 00:00 (85/399): puppet-horizon-18.6.1-17.1.2023062107 705 kB/s | 63 kB 00:00 (86/399): puppet-inifile-4.2.1-17.1.20230620180 473 kB/s | 42 kB 00:00 (87/399): puppet-keepalived-0.0.2-17.1.20230620 148 kB/s | 14 kB 00:00 (88/399): puppet-kmod-2.5.0-17.1.20230620190646 198 kB/s | 21 kB 00:00 (89/399): puppet-ipaclient-2.5.2-17.1.202306201 92 kB/s | 17 kB 00:00 (90/399): puppet-manila-18.5.2-17.1.20231102190 859 kB/s | 81 kB 00:00 (91/399): puppet-memcached-6.0.0-17.1.202306201 247 kB/s | 23 kB 00:00 (92/399): puppet-module-data-0.5.1-17.1.2023062 144 kB/s | 13 kB 00:00 (93/399): puppet-mysql-10.6.1-17.1.202306210221 1.1 MB/s | 99 kB 00:00 (94/399): puppet-neutron-18.6.1-17.1.2023062105 2.0 MB/s | 196 kB 00:00 (95/399): puppet-nova-18.6.1-17.1.2023062109044 2.2 MB/s | 200 kB 00:00 (96/399): puppet-nssdb-1.0.2-17.1.2023062018564 137 kB/s | 12 kB 00:00 (97/399): puppet-octavia-18.5.1-17.1.2023062106 830 kB/s | 76 kB 00:00 (98/399): puppet-openstack_extras-18.5.1-17.1.2 520 kB/s | 48 kB 00:00 (99/399): puppet-openstacklib-18.5.2-17.1.20230 660 kB/s | 62 kB 00:00 (100/399): puppet-oslo-18.5.1-17.1.202306210523 508 kB/s | 48 kB 00:00 (101/399): puppet-placement-5.4.3-17.1.20230621 476 kB/s | 41 kB 00:00 (102/399): puppet-qdr-7.4.1-17.1.20230620195605 343 kB/s | 31 kB 00:00 (103/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.9 MB/s | 266 kB 00:00 (104/399): puppet-redis-6.1.1-17.1.202306201917 553 kB/s | 51 kB 00:00 (105/399): puppet-remote-10.0.0-17.1.2023062019 189 kB/s | 16 kB 00:00 (106/399): puppet-rsyslog-4.0.1-17.1.2023062020 560 kB/s | 58 kB 00:00 (107/399): puppet-snmp-3.9.1-17.1.2023062020041 250 kB/s | 34 kB 00:00 (108/399): puppet-rsync-1.1.4-17.1.202306210028 185 kB/s | 28 kB 00:00 (109/399): puppet-ssh-6.2.1-17.1.20230620190251 325 kB/s | 29 kB 00:00 (110/399): puppet-stdlib-6.3.1-17.1.20230621000 1.8 MB/s | 160 kB 00:00 (111/399): puppet-swift-18.6.1-17.1.20230621052 1.2 MB/s | 115 kB 00:00 (112/399): puppet-sysctl-0.0.13-17.1.2023062018 155 kB/s | 16 kB 00:00 (113/399): puppet-systemd-2.12.1-17.1.202306201 476 kB/s | 42 kB 00:00 (114/399): puppet-vcsrepo-3.1.1-17.1.2023062018 566 kB/s | 50 kB 00:00 (115/399): puppet-vswitch-14.4.3-17.1.202306210 459 kB/s | 41 kB 00:00 (116/399): puppet-xinetd-3.3.1-17.1.20230620185 298 kB/s | 26 kB 00:00 (117/399): python-oslo-cache-lang-2.7.1-17.1.20 213 kB/s | 19 kB 00:00 (118/399): python-oslo-log-lang-4.4.0-17.1.2023 148 kB/s | 14 kB 00:00 (119/399): python-oslo-middleware-lang-4.2.1-17 140 kB/s | 13 kB 00:00 (120/399): python-oslo-versionedobjects-lang-2. 148 kB/s | 14 kB 00:00 (121/399): python-oslo-policy-lang-3.7.1-17.1.2 65 kB/s | 14 kB 00:00 (122/399): python3-GitPython-3.1.14-2.el9ost.no 2.4 MB/s | 238 kB 00:00 (123/399): python-pycadf-common-3.1.1-17.1.2023 67 kB/s | 15 kB 00:00 (124/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (125/399): python3-aodhclient-2.2.0-17.1.202306 350 kB/s | 56 kB 00:00 (126/399): python3-cinderclient-7.4.1-17.1.2023 2.3 MB/s | 218 kB 00:00 (127/399): python3-cliff-3.7.0-17.1.20230620172 1.0 MB/s | 95 kB 00:00 (128/399): python3-designateclient-4.2.1-17.1.2 971 kB/s | 92 kB 00:00 (129/399): python3-futurist-2.3.0-17.1.20230621 648 kB/s | 64 kB 00:00 (130/399): python3-heat-agent-2.2.1-17.1.202306 196 kB/s | 19 kB 00:00 (131/399): python3-heat-agent-ansible-2.2.1-17. 114 kB/s | 11 kB 00:00 (132/399): python3-heat-agent-apply-config-2.2. 110 kB/s | 9.9 kB 00:00 (133/399): python3-heat-agent-docker-cmd-2.2.1- 130 kB/s | 12 kB 00:00 (134/399): python3-heat-agent-hiera-2.2.1-17.1. 120 kB/s | 10 kB 00:00 (135/399): python3-heat-agent-json-file-2.2.1-1 91 kB/s | 9.8 kB 00:00 (136/399): python3-heat-agent-puppet-2.2.1-17.1 119 kB/s | 11 kB 00:00 (137/399): python3-heatclient-2.3.1-17.1.202306 1.2 MB/s | 158 kB 00:00 (138/399): python3-ironic-inspector-client-4.5. 703 kB/s | 67 kB 00:00 (139/399): python3-ironicclient-4.6.4-17.1.2023 2.6 MB/s | 342 kB 00:00 (140/399): python3-keystoneclient-4.3.0-17.1.20 2.5 MB/s | 239 kB 00:00 (141/399): python3-keystonemiddleware-9.2.0-17. 992 kB/s | 92 kB 00:00 (142/399): python3-magnumclient-3.4.1-17.1.2023 1.0 MB/s | 121 kB 00:00 (143/399): python3-mistralclient-4.2.0-17.1.202 1.6 MB/s | 166 kB 00:00 (144/399): python3-neutronclient-7.3.1-17.1.202 3.2 MB/s | 298 kB 00:00 (145/399): python3-novaclient-17.4.1-17.1.20230 1.7 MB/s | 201 kB 00:00 (146/399): python3-os-client-config-2.1.0-17.1. 534 kB/s | 55 kB 00:00 (147/399): python3-os-service-types-1.7.0-17.1. 248 kB/s | 38 kB 00:00 (148/399): python3-osc-lib-2.3.1-17.1.202306202 823 kB/s | 78 kB 00:00 (149/399): python3-os-traits-2.5.0-17.1.2023062 419 kB/s | 45 kB 00:00 (150/399): python3-oslo-cache-2.7.1-17.1.202306 514 kB/s | 56 kB 00:00 (151/399): python3-oslo-context-3.2.1-17.1.2023 302 kB/s | 27 kB 00:00 (152/399): python3-oslo-log-4.4.0-17.1.20230620 562 kB/s | 64 kB 00:00 (153/399): python3-oslo-middleware-4.2.1-17.1.2 588 kB/s | 55 kB 00:00 (154/399): python3-oslo-policy-3.7.1-17.1.20230 851 kB/s | 76 kB 00:00 (155/399): python3-oslo-reports-2.2.0-17.1.2023 592 kB/s | 59 kB 00:00 (156/399): python3-oslo-rootwrap-6.3.1-17.1.202 468 kB/s | 46 kB 00:00 (157/399): python3-oslo-serialization-4.1.1-17. 384 kB/s | 34 kB 00:00 (158/399): python3-oslo-upgradecheck-1.3.1-17.1 218 kB/s | 29 kB 00:00 (159/399): python3-oslo-versionedobjects-2.4.1- 490 kB/s | 79 kB 00:00 (160/399): python3-osprofiler-3.4.0-17.1.202306 810 kB/s | 130 kB 00:00 (161/399): python3-pycadf-3.1.1-17.1.2023062021 457 kB/s | 53 kB 00:00 (162/399): python3-requestsexceptions-1.4.0-17. 148 kB/s | 17 kB 00:00 (163/399): python3-saharaclient-3.3.0-17.1.2023 1.6 MB/s | 188 kB 00:00 (164/399): python3-shade-1.33.0-17.1.2023062022 5.3 MB/s | 523 kB 00:00 (165/399): python3-statsd-3.2.1-20.1.el9ost.noa 392 kB/s | 35 kB 00:00 (166/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (167/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 549 kB/s | 50 kB 00:00 (168/399): python3-troveclient-7.0.0-17.1.20230 3.6 MB/s | 344 kB 00:00 (169/399): python3-validations-libs-1.9.1-17.1. 1.3 MB/s | 137 kB 00:00 (170/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (171/399): validations-common-1.9.1-17.1.202310 1.1 MB/s | 111 kB 00:00 (172/399): python3-paramiko-2.11.0-2.el9ost.noa 3.2 MB/s | 299 kB 00:00 (173/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.8 MB/s | 427 kB 00:00 (174/399): ansible-pacemaker-1.0.4-17.1.2023121 230 kB/s | 21 kB 00:00 (175/399): python3-manilaclient-2.6.4-17.1.2024 4.8 MB/s | 528 kB 00:00 (176/399): python3-sqlparse-0.4.1-2.el9ost.noar 790 kB/s | 83 kB 00:00 (177/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.4 MB/s | 230 kB 00:00 (178/399): ansible-role-metalsmith-deployment-1 166 kB/s | 21 kB 00:00 (179/399): openstack-selinux-0.8.37-17.1.202311 2.1 MB/s | 221 kB 00:00 (180/399): puppet-ironic-18.7.1-17.1.2024030521 1.2 MB/s | 121 kB 00:00 (181/399): python-oslo-db-lang-8.5.2-17.1.20240 142 kB/s | 14 kB 00:00 (182/399): python3-keystoneauth1-4.4.0-17.1.202 3.9 MB/s | 409 kB 00:00 (183/399): python3-glanceclient-3.3.0-17.1.2024 841 kB/s | 143 kB 00:00 (184/399): python3-metalsmith-1.4.4-17.1.202405 727 kB/s | 65 kB 00:00 (185/399): python3-neutron-lib-2.10.3-17.1.2023 3.4 MB/s | 375 kB 00:00 (186/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (187/399): python3-oslo-db-8.5.2-17.1.202408201 1.5 MB/s | 144 kB 00:00 (188/399): python3-oslo-messaging-12.7.3-17.1.2 2.1 MB/s | 216 kB 00:00 (189/399): python3-rhosp-openvswitch-3.3-1.el9o 95 kB/s | 8.3 kB 00:00 (190/399): python3-oslo-service-2.5.1-17.1.2024 541 kB/s | 71 kB 00:00 (191/399): python3-waitress-2.0.0-4.el9ost.noar 953 kB/s | 109 kB 00:00 (192/399): openstack-ansible-core-2.14.2-4.7.el 17 MB/s | 2.3 MB 00:00 (193/399): openstack-tripleo-validations-14.3.2 1.7 MB/s | 204 kB 00:00 (194/399): puppet-glance-18.6.1-17.1.2025022015 916 kB/s | 87 kB 00:00 (195/399): puppet-ovn-18.6.1-17.1.2024092509490 317 kB/s | 29 kB 00:00 (196/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (197/399): python3-os-ken-1.4.1-17.1.2024120509 17 MB/s | 2.1 MB 00:00 (198/399): puppet-tripleo-14.2.3-17.1.202503201 2.5 MB/s | 239 kB 00:00 (199/399): ansible-collection-containers-podman 2.5 MB/s | 243 kB 00:00 (200/399): ansible-collections-openstack-1.9.1- 1.5 MB/s | 146 kB 00:00 (201/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.4 MB/s | 351 kB 00:00 (202/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.0 MB/s | 518 kB 00:00 (203/399): hiera-3.6.0-6.el9ost.noarch.rpm 382 kB/s | 33 kB 00:00 (204/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.8 MB/s | 405 kB 00:00 (205/399): openstack-tripleo-common-15.4.1-17.1 506 kB/s | 52 kB 00:00 (206/399): openstack-tripleo-common-containers- 687 kB/s | 78 kB 00:00 (207/399): puppet-7.10.0-4.el9ost.noarch.rpm 89 kB/s | 11 kB 00:00 (208/399): puppet-headless-7.10.0-4.el9ost.noar 10 MB/s | 1.4 MB 00:00 (209/399): puppet-keystone-18.6.1-17.1.20250425 1.3 MB/s | 127 kB 00:00 (210/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (211/399): python3-boto-2.45.0-8.1.el9ost.noarc 11 MB/s | 1.3 MB 00:00 (212/399): python3-cachetools-4.2.2-3.el9ost.no 357 kB/s | 33 kB 00:00 (213/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (214/399): python3-colorama-0.4.4-4.el9ost.noar 392 kB/s | 35 kB 00:00 (215/399): python3-dogpile-cache-1.1.5-5.el9ost 864 kB/s | 89 kB 00:00 (216/399): python3-extras-1.0.0-17.el9ost.noarc 216 kB/s | 21 kB 00:00 (217/399): python3-fixtures-3.0.0-24.el9ost.noa 1.0 MB/s | 93 kB 00:00 (218/399): python3-keyring-21.8.0-4.el9ost.noar 879 kB/s | 77 kB 00:00 (219/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.1 MB/s | 313 kB 00:00 (220/399): python3-msgpack-1.0.2-4.el9ost.x86_6 795 kB/s | 87 kB 00:00 (221/399): python3-munch-2.5.0-6.el9ost.noarch. 272 kB/s | 25 kB 00:00 (222/399): python3-openstacksdk-0.55.1-17.1.202 7.3 MB/s | 735 kB 00:00 (223/399): python3-paste-deploy-2.1.1-4.el9ost. 453 kB/s | 41 kB 00:00 (224/399): python3-paste-3.5.0-5.el9ost.noarch. 7.3 MB/s | 776 kB 00:00 (225/399): python3-pystache-0.5.4-15.el9ost.noa 1.3 MB/s | 132 kB 00:00 (226/399): python3-repoze-lru-0.7-12.el9ost.noa 274 kB/s | 32 kB 00:00 (227/399): python3-routes-2.4.1-14.el9ost.noarc 1.6 MB/s | 188 kB 00:00 (228/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 506 kB/s | 57 kB 00:00 (229/399): python3-secretstorage-3.3.1-3.el9ost 389 kB/s | 36 kB 00:00 (230/399): python3-simplejson-3.17.5-3.el9ost.x 2.8 MB/s | 266 kB 00:00 (231/399): python3-tempita-0.5.1-27.el9ost.noar 395 kB/s | 36 kB 00:00 (232/399): python3-testtools-2.4.0-10.el9ost.no 3.5 MB/s | 333 kB 00:00 (233/399): python3-tripleo-common-15.4.1-17.1.2 2.0 MB/s | 202 kB 00:00 (234/399): python3-tripleoclient-16.5.1-17.1.20 5.8 MB/s | 553 kB 00:00 (235/399): python3-warlock-1.3.3-7.el9ost.noarc 247 kB/s | 21 kB 00:00 (236/399): python3-vine-5.0.0-5.el9ost.noarch.r 232 kB/s | 26 kB 00:00 (237/399): python3-yappi-1.3.1-5.el9ost.x86_64. 501 kB/s | 56 kB 00:00 (238/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 295 kB/s | 29 kB 00:00 (239/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.5 MB/s | 180 kB 00:00 (240/399): ruby-facter-3.14.19-3.el9ost.x86_64. 111 kB/s | 9.5 kB 00:00 (241/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.3 MB/s | 123 kB 00:00 (242/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 214 kB/s | 19 kB 00:00 (243/399): openstack-heat-api-16.1.1-17.1.20250 162 kB/s | 16 kB 00:00 (244/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (245/399): openstack-heat-engine-16.1.1-17.1.20 140 kB/s | 15 kB 00:00 (246/399): openstack-heat-monolith-16.1.1-17.1. 131 kB/s | 16 kB 00:00 (247/399): openstack-tripleo-heat-templates-14. 6.2 MB/s | 617 kB 00:00 (248/399): puppet-barbican-18.4.2-17.1.20250625 591 kB/s | 57 kB 00:00 (249/399): python-openstackclient-lang-5.5.2-17 570 kB/s | 58 kB 00:00 (250/399): python3-openstackclient-5.5.2-17.1.2 10 MB/s | 1.1 MB 00:00 (251/399): tripleo-ansible-3.3.1-17.1.202507021 5.1 MB/s | 570 kB 00:00 (252/399): bash-completion-2.11-4.el9.noarch.rp 3.8 MB/s | 459 kB 00:00 (253/399): device-mapper-persistent-data-0.9.0- 7.6 MB/s | 786 kB 00:00 (254/399): libaio-0.3.111-13.el9.x86_64.rpm 217 kB/s | 26 kB 00:00 (255/399): glibc-langpack-en-2.34-60.el9.x86_64 5.8 MB/s | 675 kB 00:00 (256/399): krb5-workstation-1.20.1-8.el9.x86_64 5.6 MB/s | 542 kB 00:00 (257/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 411 kB/s | 62 kB 00:00 (258/399): libkadm5-1.20.1-8.el9.x86_64.rpm 619 kB/s | 81 kB 00:00 (259/399): pkgconf-1.7.3-10.el9.x86_64.rpm 471 kB/s | 45 kB 00:00 (260/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 291 kB/s | 37 kB 00:00 (261/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 150 kB/s | 16 kB 00:00 (262/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 129 kB/s | 12 kB 00:00 (263/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.8 MB/s | 418 kB 00:00 (264/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 362 kB/s | 36 kB 00:00 (265/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 280 kB/s | 30 kB 00:00 (266/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 185 kB/s | 19 kB 00:00 (267/399): device-mapper-event-1.02.187-7.el9_2 280 kB/s | 32 kB 00:00 (268/399): device-mapper-event-libs-1.02.187-7. 260 kB/s | 31 kB 00:00 (269/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 9.6 MB/s | 1.5 MB 00:00 (270/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 8.1 MB/s | 1.0 MB 00:00 (271/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 584 kB/s | 68 kB 00:00 (272/399): cephadm-18.2.1-361.el9cp.noarch.rpm 1.8 MB/s | 354 kB 00:00 (273/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 963 kB/s | 223 kB 00:00 (274/399): boost-system-1.75.0-8.el9.x86_64.rpm 73 kB/s | 15 kB 00:00 (275/399): perl-Getopt-Long-2.52-4.el9.noarch.r 713 kB/s | 64 kB 00:00 (276/399): perl-Storable-3.21-460.el9.x86_64.rp 1.0 MB/s | 98 kB 00:00 (277/399): python3-urllib-gssapi-1.0.2-4.el9.no 260 kB/s | 24 kB 00:00 (278/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.4 MB/s | 216 kB 00:00 (279/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 186 kB/s | 17 kB 00:00 (280/399): boost-thread-1.75.0-8.el9.x86_64.rpm 582 kB/s | 57 kB 00:00 (281/399): perl-Data-Dumper-2.174-462.el9.x86_6 611 kB/s | 59 kB 00:00 (282/399): perl-File-Temp-0.231.100-4.el9.noarc 699 kB/s | 63 kB 00:00 (283/399): perl-Exporter-5.74-461.el9.noarch.rp 340 kB/s | 34 kB 00:00 (284/399): perl-Text-Tabs+Wrap-2013.0523-460.el 283 kB/s | 25 kB 00:00 (285/399): perl-parent-0.238-460.el9.noarch.rpm 180 kB/s | 16 kB 00:00 (286/399): python3-pyasn1-modules-0.4.8-6.el9.n 2.7 MB/s | 283 kB 00:00 (287/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.6 MB/s | 321 kB 00:00 (288/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 449 kB/s | 45 kB 00:00 (289/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 224 kB 00:00 (290/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 3.9 MB/s | 392 kB 00:00 (291/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.2 MB/s | 229 kB 00:00 (292/399): perl-PathTools-3.78-461.el9.x86_64.r 819 kB/s | 92 kB 00:00 (293/399): perl-Term-ANSIColor-5.01-461.el9.noa 533 kB/s | 51 kB 00:00 (294/399): perl-Text-ParseWords-3.30-460.el9.no 209 kB/s | 18 kB 00:00 (295/399): perl-libnet-3.13-4.el9.noarch.rpm 1.3 MB/s | 134 kB 00:00 (296/399): perl-URI-5.09-3.el9.noarch.rpm 1.1 MB/s | 125 kB 00:00 (297/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (298/399): iptables-nft-services-1.8.8-6.el9_1. 287 kB/s | 28 kB 00:00 (299/399): perl-Carp-1.50-460.el9.noarch.rpm 330 kB/s | 31 kB 00:00 (300/399): perl-Encode-3.08-462.el9.x86_64.rpm 15 MB/s | 1.7 MB 00:00 (301/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 121 kB/s | 26 kB 00:00 (302/399): perl-Pod-Escapes-1.07-460.el9.noarch 233 kB/s | 22 kB 00:00 (303/399): python3-psutil-5.8.0-12.el9.x86_64.r 2.3 MB/s | 218 kB 00:00 (304/399): libburn-1.5.4-4.el9.x86_64.rpm 1.7 MB/s | 175 kB 00:00 (305/399): perl-Mozilla-CA-20200520-6.el9.noarc 160 kB/s | 14 kB 00:00 (306/399): perl-Term-Cap-1.17-460.el9.noarch.rp 279 kB/s | 24 kB 00:00 (307/399): perl-Time-Local-1.300-7.el9.noarch.r 300 kB/s | 37 kB 00:00 (308/399): python3-jwcrypto-0.8-4.el9.noarch.rp 825 kB/s | 76 kB 00:00 (309/399): python3-yubico-1.3.3-7.el9.noarch.rp 709 kB/s | 73 kB 00:00 (310/399): boost-filesystem-1.75.0-8.el9.x86_64 662 kB/s | 59 kB 00:00 (311/399): sshpass-1.09-4.el9.x86_64.rpm 227 kB/s | 30 kB 00:00 (312/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.3 MB/s | 410 kB 00:00 (313/399): boost-program-options-1.75.0-8.el9.x 1.1 MB/s | 108 kB 00:00 (314/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 436 kB/s | 39 kB 00:00 (315/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 419 kB 00:00 (316/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 117 kB/s | 34 kB 00:00 (317/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 65 kB/s | 19 kB 00:00 (318/399): perl-Digest-1.19-4.el9.noarch.rpm 101 kB/s | 29 kB 00:00 (319/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 370 kB/s | 43 kB 00:00 (320/399): perl-File-Path-2.18-4.el9.noarch.rpm 106 kB/s | 38 kB 00:00 (321/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 302 kB/s | 92 kB 00:00 (322/399): perl-Scalar-List-Utils-1.56-461.el9. 638 kB/s | 77 kB 00:00 (323/399): perl-Socket-2.031-4.el9.x86_64.rpm 651 kB/s | 58 kB 00:00 (324/399): perl-constant-1.33-461.el9.noarch.rp 227 kB/s | 25 kB 00:00 (325/399): perl-podlators-4.14-460.el9.noarch.r 1.2 MB/s | 118 kB 00:00 (326/399): python3-PyMySQL-0.10.1-6.el9.noarch. 586 kB/s | 112 kB 00:00 (327/399): python3-appdirs-1.4.4-4.el9.noarch.r 150 kB/s | 27 kB 00:00 (328/399): python3-pyusb-1.0.2-13.el9.noarch.rp 933 kB/s | 96 kB 00:00 (329/399): python3-qrcode-core-6.1-12.el9.noarc 650 kB/s | 61 kB 00:00 (330/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 525 kB/s | 163 kB 00:00 (331/399): python3-wcwidth-0.2.5-8.el9.noarch.r 508 kB/s | 48 kB 00:00 (332/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.8 MB/s | 279 kB 00:00 (333/399): python3-alembic-1.7.5-3.el9.noarch.r 8.8 MB/s | 900 kB 00:00 (334/399): python3-augeas-0.5.0-25.el9.noarch.r 233 kB/s | 31 kB 00:00 (335/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 4.8 MB/s | 489 kB 00:00 (336/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 465 kB/s | 42 kB 00:00 (337/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 796 kB/s | 221 kB 00:00 (338/399): perl-AutoLoader-5.74-480.el9.noarch. 207 kB/s | 23 kB 00:00 (339/399): perl-B-1.80-480.el9.x86_64.rpm 1.8 MB/s | 185 kB 00:00 (340/399): perl-Class-Struct-0.66-480.el9.noarc 269 kB/s | 24 kB 00:00 (341/399): perl-Errno-1.30-480.el9.x86_64.rpm 157 kB/s | 17 kB 00:00 (342/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 255 kB/s | 23 kB 00:00 (343/399): perl-File-Basename-2.85-480.el9.noar 214 kB/s | 19 kB 00:00 (344/399): perl-FileHandle-2.03-480.el9.noarch. 196 kB/s | 17 kB 00:00 (345/399): perl-File-stat-1.09-480.el9.noarch.r 188 kB/s | 19 kB 00:00 (346/399): perl-Getopt-Std-1.12-480.el9.noarch. 190 kB/s | 17 kB 00:00 (347/399): perl-IO-1.43-480.el9.x86_64.rpm 1.0 MB/s | 94 kB 00:00 (348/399): perl-NDBM_File-1.15-480.el9.x86_64.r 232 kB/s | 25 kB 00:00 (349/399): perl-IPC-Open3-1.21-480.el9.noarch.r 223 kB/s | 25 kB 00:00 (350/399): perl-POSIX-1.94-480.el9.x86_64.rpm 931 kB/s | 99 kB 00:00 (351/399): perl-Symbol-1.08-480.el9.noarch.rpm 174 kB/s | 16 kB 00:00 (352/399): perl-SelectSaver-1.02-480.el9.noarch 117 kB/s | 13 kB 00:00 (353/399): perl-base-2.27-480.el9.noarch.rpm 205 kB/s | 18 kB 00:00 (354/399): perl-if-0.60.800-480.el9.noarch.rpm 176 kB/s | 16 kB 00:00 (355/399): perl-interpreter-5.32.1-480.el9.x86_ 801 kB/s | 75 kB 00:00 (356/399): perl-mro-1.23-480.el9.x86_64.rpm 349 kB/s | 31 kB 00:00 (357/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (358/399): perl-overload-1.31-480.el9.noarch.rp 471 kB/s | 47 kB 00:00 (359/399): perl-overloading-0.02-480.el9.noarch 167 kB/s | 15 kB 00:00 (360/399): perl-subs-1.03-480.el9.noarch.rpm 154 kB/s | 13 kB 00:00 (361/399): perl-vars-1.05-480.el9.noarch.rpm 157 kB/s | 15 kB 00:00 (362/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.5 MB/s | 259 kB 00:00 (363/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 176 kB 00:00 (364/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.7 MB/s | 459 kB 00:00 (365/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 342 kB/s | 40 kB 00:00 (366/399): jq-1.6-14.el9.x86_64.rpm 1.9 MB/s | 190 kB 00:00 (367/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 597 kB/s | 59 kB 00:00 (368/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.4 MB/s | 452 kB 00:00 (369/399): python3-openvswitch3.3-3.3.4-110.el9 3.8 MB/s | 369 kB 00:00 (370/399): rhel-system-roles-1.21.2-1.el9_2.noa 17 MB/s | 2.4 MB 00:00 (371/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.6 MB/s | 656 kB 00:00 (372/399): ipa-client-common-4.10.1-12.el9_2.2. 379 kB/s | 44 kB 00:00 (373/399): python3-ipaclient-4.10.1-12.el9_2.2. 5.8 MB/s | 648 kB 00:00 (374/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.6 MB/s | 663 kB 00:00 (375/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 579 kB/s | 57 kB 00:00 (376/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 460 kB/s | 41 kB 00:00 (377/399): ruby-default-gems-3.0.4-161.el9_2.2. 509 kB/s | 46 kB 00:00 (378/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 36 MB/s | 7.9 MB 00:00 (379/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 25 MB/s | 3.3 MB 00:00 (380/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 418 kB/s | 55 kB 00:00 (381/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.9 MB/s | 456 kB 00:00 (382/399): rubygem-io-console-0.5.7-161.el9_2.2 278 kB/s | 26 kB 00:00 (383/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 530 kB/s | 59 kB 00:00 (384/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 678 kB/s | 60 kB 00:00 (385/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.3 MB/s | 441 kB 00:00 (386/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (387/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.0 MB/s | 306 kB 00:00 (388/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.6 MB/s | 245 kB 00:00 (389/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 18 MB/s | 2.2 MB 00:00 (390/399): buildah-1.29.5-1.el9_2.x86_64.rpm 41 MB/s | 8.6 MB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 878 kB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 701 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 330 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.7 MB/s | 464 kB 00:00 (397/399): util-linux-2.37.4-11.el9_2.x86_64.rp 13 MB/s | 2.3 MB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 1.5 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 599 kB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 6.5 MB/s | 97 MB 00:14 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 90/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 91/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 92/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 93/408 Installing : python3-dns-2.2.1-2.el9.noarch 94/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 95/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 96/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 97/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 98/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 99/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 100/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 101/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 102/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 103/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 104/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 105/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 106/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 107/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 108/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 109/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 110/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 111/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 112/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 113/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 114/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 119/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 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 : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 168/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 169/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 171/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 172/408 Installing : jq-1.6-14.el9.x86_64 173/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 174/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 175/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 176/408 Installing : boost-log-1.75.0-8.el9.x86_64 177/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 178/408 Installing : sshpass-1.09-4.el9.x86_64 179/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 180/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 181/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 182/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 183/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 184/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 185/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 186/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 187/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 188/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 189/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 190/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 191/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 192/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 193/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 194/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 196/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 197/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 198/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 199/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 200/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 201/408 Installing : libburn-1.5.4-4.el9.x86_64 202/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Installing : libisofs-1.5.4-4.el9.x86_64 204/408 Installing : libisoburn-1.5.4-4.el9.x86_64 205/408 Installing : xorriso-1.5.4-4.el9.x86_64 206/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 206/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 207/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 208/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 209/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 210/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 211/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 212/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 213/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 214/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 215/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 216/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 217/408 Installing : pkgconf-1.7.3-10.el9.x86_64 218/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 219/408 Installing : bash-completion-1:2.11-4.el9.noarch 220/408 Installing : libkadm5-1.20.1-8.el9.x86_64 221/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 222/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 223/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 224/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 225/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 226/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 227/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 228/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 230/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 231/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 231/408 Installing : puppet-7.10.0-4.el9ost.noarch 232/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 233/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 234/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 235/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 236/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 237/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 238/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 239/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 240/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 241/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 242/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 243/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 244/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 245/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 246/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 247/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 248/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 249/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 250/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 251/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 252/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 253/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 254/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 255/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 256/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 257/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 258/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 259/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 260/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 261/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 262/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 263/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 264/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 265/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 266/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 267/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 268/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 269/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 270/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 271/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 272/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 273/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 274/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 275/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 276/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 277/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 278/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 279/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 280/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 281/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 282/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 283/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 284/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 285/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 286/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 287/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 288/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 289/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 290/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 291/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 292/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 293/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 294/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 295/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 296/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 297/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 298/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 299/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 383/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 1/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 2/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 3/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 4/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 5/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 6/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 7/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 8/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 9/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 10/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 11/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 12/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 13/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 14/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 15/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 16/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 17/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 18/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 19/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 20/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 21/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 22/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 23/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 24/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 25/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 26/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 27/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 28/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 29/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 30/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 31/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 32/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 33/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 34/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 35/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 36/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 37/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 38/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 39/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 40/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 41/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 42/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 43/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 44/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 45/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 46/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 47/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 48/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 49/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 50/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 51/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 52/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 53/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 54/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 55/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 56/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 57/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 58/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 59/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 60/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 61/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 62/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 63/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 64/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 65/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 66/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 67/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 68/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 69/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 70/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 71/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 72/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 73/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 74/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 75/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 76/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 77/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 78/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 79/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 80/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 81/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 82/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 83/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 84/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 85/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 86/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 87/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 88/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 89/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 90/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 91/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 92/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 93/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 94/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 95/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 96/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 97/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 98/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 99/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 100/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 101/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 102/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 103/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 104/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 105/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 106/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 107/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 108/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 109/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 110/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 111/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 112/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 113/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 114/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 115/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 116/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 117/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 118/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 119/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 120/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 121/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 122/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 123/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 124/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 125/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 126/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 127/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 128/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 129/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 130/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 131/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 132/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 133/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 134/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 135/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 136/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 137/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 138/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 139/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 140/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 141/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 142/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 143/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 144/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 145/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 146/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 147/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 148/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 149/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 150/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 151/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 152/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 153/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 154/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 155/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 156/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 157/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 158/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 159/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 160/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 161/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 162/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 163/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 164/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 165/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 166/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 167/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 168/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 169/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 170/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 171/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 172/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 173/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 174/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 175/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 176/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 177/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 178/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 179/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 180/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 182/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 183/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 184/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 185/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 186/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 187/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 188/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 189/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 190/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 191/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 192/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 193/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 194/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 195/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 196/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 197/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 198/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 199/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 200/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 201/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 202/408 Verifying : hiera-3.6.0-6.el9ost.noarch 203/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 204/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 205/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 206/408 Verifying : puppet-7.10.0-4.el9ost.noarch 207/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 208/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 209/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 210/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 211/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 212/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 213/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 214/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 215/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 216/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 217/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 218/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 219/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 220/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 221/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 222/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 223/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 224/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 225/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 226/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 227/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 228/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 229/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 230/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 231/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 232/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 233/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 234/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 235/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 236/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 237/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 238/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 239/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 240/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 241/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 242/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 243/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 244/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 245/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 246/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 247/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 248/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 249/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 250/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 251/408 Verifying : bash-completion-1:2.11-4.el9.noarch 252/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 253/408 Verifying : libaio-0.3.111-13.el9.x86_64 254/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 255/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 256/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 257/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 258/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 259/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 260/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 261/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 262/408 Verifying : python3-dns-2.2.1-2.el9.noarch 263/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 264/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 265/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 266/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 267/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 268/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 269/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 270/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 271/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 272/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 273/408 Verifying : boost-system-1.75.0-8.el9.x86_64 274/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 275/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 276/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 277/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 278/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 279/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 280/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 281/408 Verifying : perl-Exporter-5.74-461.el9.noarch 282/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 283/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 284/408 Verifying : perl-parent-1:0.238-460.el9.noarch 285/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 286/408 Verifying : xorriso-1.5.4-4.el9.x86_64 287/408 Verifying : libisofs-1.5.4-4.el9.x86_64 288/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 289/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 290/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 291/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 292/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 293/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 294/408 Verifying : perl-URI-5.09-3.el9.noarch 295/408 Verifying : perl-libnet-3.13-4.el9.noarch 296/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 297/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 298/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 299/408 Verifying : perl-Carp-1.50-460.el9.noarch 300/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 301/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 302/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 303/408 Verifying : libburn-1.5.4-4.el9.x86_64 304/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 305/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 306/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 307/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 308/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 309/408 Verifying : sshpass-1.09-4.el9.x86_64 310/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 311/408 Verifying : boost-log-1.75.0-8.el9.x86_64 312/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 313/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 314/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 315/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 316/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 317/408 Verifying : perl-Digest-1.19-4.el9.noarch 318/408 Verifying : perl-File-Path-2.18-4.el9.noarch 319/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 320/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 321/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 322/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 323/408 Verifying : perl-constant-1.33-461.el9.noarch 324/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 325/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 326/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 327/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 328/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 329/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 330/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 331/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 332/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 333/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 334/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 335/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 336/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 337/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 338/408 Verifying : perl-B-1.80-480.el9.x86_64 339/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 340/408 Verifying : perl-Errno-1.30-480.el9.x86_64 341/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 342/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 343/408 Verifying : perl-File-stat-1.09-480.el9.noarch 344/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 345/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 346/408 Verifying : perl-IO-1.43-480.el9.x86_64 347/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 348/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 349/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 350/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 351/408 Verifying : perl-Symbol-1.08-480.el9.noarch 352/408 Verifying : perl-base-2.27-480.el9.noarch 353/408 Verifying : perl-if-0.60.800-480.el9.noarch 354/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 355/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 356/408 Verifying : perl-mro-1.23-480.el9.x86_64 357/408 Verifying : perl-overload-1.31-480.el9.noarch 358/408 Verifying : perl-overloading-0.02-480.el9.noarch 359/408 Verifying : perl-subs-1.03-480.el9.noarch 360/408 Verifying : perl-vars-1.05-480.el9.noarch 361/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 362/408 Verifying : python3-mako-1.1.4-6.el9.noarch 363/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 364/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 365/408 Verifying : jq-1.6-14.el9.x86_64 366/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 367/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 368/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 369/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 370/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 371/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 372/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 374/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 375/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 376/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 378/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 379/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 380/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 381/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 382/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 383/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 384/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 385/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 386/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 387/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 388/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 389/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-07T22:37:46.204143 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 4.8882e-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-07 22:37:50.036364 | fa163e05-2da9-78f6-ef41-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-07 22:37:50.072020 | fa163e05-2da9-78f6-ef41-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-07 22:37:50.072771 | fa163e05-2da9-78f6-ef41-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.049997 | 0.04s 2025-10-07 22:37:50.076882 | fa163e05-2da9-78f6-ef41-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-07 22:37:50.113717 | fa163e05-2da9-78f6-ef41-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-07 22:37:50.114770 | fa163e05-2da9-78f6-ef41-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.091991 | 0.04s 2025-10-07 22:37:50.120696 | fa163e05-2da9-78f6-ef41-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-07 22:37:50.212226 | fa163e05-2da9-78f6-ef41-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-07 22:37:50.213405 | fa163e05-2da9-78f6-ef41-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.190624 | 0.09s 2025-10-07 22:37:50.219991 | fa163e05-2da9-78f6-ef41-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-07 22:37:50.534430 | fa163e05-2da9-78f6-ef41-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-07 22:37:50.535798 | fa163e05-2da9-78f6-ef41-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.513018 | 0.31s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-07 22:37:50.560247 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:37:50.560690 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:37:50.561217 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.538446 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:37:50.561654 | UUID | Info | Host | Task Name | Run Time 2025-10-07 22:37:50.562162 | fa163e05-2da9-78f6-ef41-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.31s 2025-10-07 22:37:50.562634 | fa163e05-2da9-78f6-ef41-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-10-07 22:37:50.563213 | fa163e05-2da9-78f6-ef41-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-10-07 22:37:50.563654 | fa163e05-2da9-78f6-ef41-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-07 22:37:50.564127 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-07 22:37:52.994064 | fa163e05-2da9-f522-cb5f-000000000005 | TASK | set ssh key path facts 2025-10-07 22:37:53.029372 | fa163e05-2da9-f522-cb5f-000000000005 | OK | set ssh key path facts | undercloud 2025-10-07 22:37:53.029962 | fa163e05-2da9-f522-cb5f-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.049687 | 0.04s 2025-10-07 22:37:53.033137 | fa163e05-2da9-f522-cb5f-000000000006 | TASK | stat private key 2025-10-07 22:37:53.372962 | fa163e05-2da9-f522-cb5f-000000000006 | OK | stat private key | undercloud 2025-10-07 22:37:53.374363 | fa163e05-2da9-f522-cb5f-000000000006 | TIMING | stat private key | undercloud | 0:00:00.394075 | 0.34s 2025-10-07 22:37:53.382513 | fa163e05-2da9-f522-cb5f-000000000007 | TASK | stat public key 2025-10-07 22:37:53.544750 | fa163e05-2da9-f522-cb5f-000000000007 | OK | stat public key | undercloud 2025-10-07 22:37:53.546217 | fa163e05-2da9-f522-cb5f-000000000007 | TIMING | stat public key | undercloud | 0:00:00.565931 | 0.16s 2025-10-07 22:37:53.553705 | fa163e05-2da9-f522-cb5f-000000000008 | TASK | create private key if it does not exist 2025-10-07 22:37:54.171376 | fa163e05-2da9-f522-cb5f-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-07 22:37:54.172672 | fa163e05-2da9-f522-cb5f-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.192387 | 0.62s 2025-10-07 22:37:54.178861 | fa163e05-2da9-f522-cb5f-000000000009 | TASK | create public key if it does not exist 2025-10-07 22:37:54.404396 | fa163e05-2da9-f522-cb5f-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-07 22:37:54.405668 | fa163e05-2da9-f522-cb5f-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.425383 | 0.23s PLAY [allovercloud] ************************************************************ 2025-10-07 22:37:54.458553 | fa163e05-2da9-f522-cb5f-000000000023 | TASK | Get local private key 2025-10-07 22:37:54.800439 | fa163e05-2da9-f522-cb5f-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e05-2da9-f522-cb5f-000000000023') missing from stats 2025-10-07 22:37:54.812162 | fa163e05-2da9-f522-cb5f-000000000024 | TASK | Get local public key 2025-10-07 22:37:54.990697 | fa163e05-2da9-f522-cb5f-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e05-2da9-f522-cb5f-000000000024') missing from stats 2025-10-07 22:37:55.011575 | fa163e05-2da9-f522-cb5f-000000000012 | TASK | create user ceph-admin 2025-10-07 22:37:55.517365 | fa163e05-2da9-f522-cb5f-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-07 22:37:55.518728 | fa163e05-2da9-f522-cb5f-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.538439 | 0.51s 2025-10-07 22:37:55.529118 | fa163e05-2da9-f522-cb5f-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-07 22:37:56.069367 | fa163e05-2da9-f522-cb5f-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-07 22:37:56.070953 | fa163e05-2da9-f522-cb5f-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.090657 | 0.54s 2025-10-07 22:37:56.080948 | fa163e05-2da9-f522-cb5f-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-07 22:37:56.445110 | fa163e05-2da9-f522-cb5f-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-07 22:37:56.446315 | fa163e05-2da9-f522-cb5f-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.466028 | 0.36s 2025-10-07 22:37:56.456051 | fa163e05-2da9-f522-cb5f-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-07 22:37:56.697319 | fa163e05-2da9-f522-cb5f-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-07 22:37:56.698520 | fa163e05-2da9-f522-cb5f-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.718235 | 0.24s 2025-10-07 22:37:56.708165 | fa163e05-2da9-f522-cb5f-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-07 22:37:56.919403 | fa163e05-2da9-f522-cb5f-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-07 22:37:56.920638 | fa163e05-2da9-f522-cb5f-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.940351 | 0.21s 2025-10-07 22:37:56.929491 | fa163e05-2da9-f522-cb5f-000000000017 | TASK | get remote ceph-admin public key 2025-10-07 22:37:56.988119 | fa163e05-2da9-f522-cb5f-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-07 22:37:56.989158 | fa163e05-2da9-f522-cb5f-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.008872 | 0.06s 2025-10-07 22:37:56.997933 | fa163e05-2da9-f522-cb5f-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-07 22:37:57.044244 | fa163e05-2da9-f522-cb5f-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-07 22:37:57.045362 | fa163e05-2da9-f522-cb5f-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.065077 | 0.05s 2025-10-07 22:37:57.054115 | fa163e05-2da9-f522-cb5f-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-07 22:37:57.416348 | fa163e05-2da9-f522-cb5f-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-07 22:37:57.417518 | fa163e05-2da9-f522-cb5f-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.437232 | 0.36s 2025-10-07 22:37:57.426202 | fa163e05-2da9-f522-cb5f-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-07 22:37:57.926081 | fa163e05-2da9-f522-cb5f-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-07 22:37:57.927263 | fa163e05-2da9-f522-cb5f-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:04.946977 | 0.50s 2025-10-07 22:37:57.935942 | fa163e05-2da9-f522-cb5f-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-07 22:37:58.452550 | fa163e05-2da9-f522-cb5f-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-07 22:37:58.453722 | fa163e05-2da9-f522-cb5f-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.473436 | 0.52s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-07 22:37:58.482273 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:37:58.482872 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:37:58.483403 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.503130 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:37:58.483976 | UUID | Info | Host | Task Name | Run Time 2025-10-07 22:37:58.484543 | fa163e05-2da9-f522-cb5f-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.62s 2025-10-07 22:37:58.485184 | fa163e05-2da9-f522-cb5f-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.54s 2025-10-07 22:37:58.485714 | fa163e05-2da9-f522-cb5f-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.52s 2025-10-07 22:37:58.486323 | fa163e05-2da9-f522-cb5f-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2025-10-07 22:37:58.486972 | fa163e05-2da9-f522-cb5f-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.50s 2025-10-07 22:37:58.487474 | fa163e05-2da9-f522-cb5f-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.36s 2025-10-07 22:37:58.488086 | fa163e05-2da9-f522-cb5f-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-10-07 22:37:58.488645 | fa163e05-2da9-f522-cb5f-000000000006 | SUMMARY | undercloud | stat private key | 0.34s 2025-10-07 22:37:58.489248 | fa163e05-2da9-f522-cb5f-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.24s 2025-10-07 22:37:58.489801 | fa163e05-2da9-f522-cb5f-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-10-07 22:37:58.490383 | fa163e05-2da9-f522-cb5f-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.21s 2025-10-07 22:37:58.490987 | fa163e05-2da9-f522-cb5f-000000000007 | SUMMARY | undercloud | stat public key | 0.16s 2025-10-07 22:37:58.491535 | fa163e05-2da9-f522-cb5f-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-07 22:37:58.492115 | fa163e05-2da9-f522-cb5f-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2025-10-07 22:37:58.492684 | fa163e05-2da9-f522-cb5f-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-10-07 22:37:58.493349 | fa163e05-2da9-f522-cb5f-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-07 22:37:58.493896 | fa163e05-2da9-f522-cb5f-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-07 22:37:58.494437 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-07 22:38:00.931602 | fa163e05-2da9-84ee-dbe6-000000000039 | TASK | Gathering Facts 2025-10-07 22:38:01.504942 | fa163e05-2da9-84ee-dbe6-000000000039 | OK | Gathering Facts | undercloud 2025-10-07 22:38:01.506422 | fa163e05-2da9-84ee-dbe6-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.587810 | 0.57s 2025-10-07 22:38:01.509488 | fa163e05-2da9-84ee-dbe6-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-07 22:38:01.510578 | fa163e05-2da9-84ee-dbe6-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.591976 | 0.58s 2025-10-07 22:38:01.539793 | fa163e05-2da9-84ee-dbe6-00000000000a | TASK | Load distro-specific variables 2025-10-07 22:38:01.618424 | fa163e05-2da9-84ee-dbe6-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.699784 | 0.08s 2025-10-07 22:38:01.629809 | fa163e05-2da9-84ee-dbe6-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.711204 | 0.08s 2025-10-07 22:38:01.648570 | 1add20c6-6e76-4e21-b3ab-09c95d055871 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-07 22:38:01.649308 | 1add20c6-6e76-4e21-b3ab-09c95d055871 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-07 22:38:01.670707 | fa163e05-2da9-84ee-dbe6-000000000052 | TASK | Load distro-specific variables 2025-10-07 22:38:01.771428 | fa163e05-2da9-84ee-dbe6-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:38:01.772563 | fa163e05-2da9-84ee-dbe6-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.853953 | 0.10s 2025-10-07 22:38:01.778356 | fa163e05-2da9-84ee-dbe6-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:38:01.779164 | fa163e05-2da9-84ee-dbe6-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.860566 | 0.10s 2025-10-07 22:38:01.782585 | fa163e05-2da9-84ee-dbe6-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.863973 | 0.11s 2025-10-07 22:38:01.783764 | fa163e05-2da9-84ee-dbe6-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.865162 | 0.10s 2025-10-07 22:38:01.791470 | fa163e05-2da9-84ee-dbe6-00000000000b | TASK | Install chronyd 2025-10-07 22:38:01.859691 | fa163e05-2da9-84ee-dbe6-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.941067 | 0.07s 2025-10-07 22:38:01.873461 | fa163e05-2da9-84ee-dbe6-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.954857 | 0.07s 2025-10-07 22:38:01.893733 | 9ea641d6-05ce-4de1-9589-f8d35bb5a223 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-07 22:38:01.894388 | 9ea641d6-05ce-4de1-9589-f8d35bb5a223 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-07 22:38:01.921025 | fa163e05-2da9-84ee-dbe6-0000000000a2 | TASK | Load distro-specific variables 2025-10-07 22:38:01.996286 | fa163e05-2da9-84ee-dbe6-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.077659 | 0.07s 2025-10-07 22:38:02.001965 | fa163e05-2da9-84ee-dbe6-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.083357 | 0.07s 2025-10-07 22:38:02.017265 | 2f10acf6-d179-45b6-a0db-75cd743732ab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-07 22:38:02.017991 | 2f10acf6-d179-45b6-a0db-75cd743732ab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-07 22:38:02.038975 | fa163e05-2da9-84ee-dbe6-000000000102 | TASK | Load distro-specific variables 2025-10-07 22:38:02.133092 | fa163e05-2da9-84ee-dbe6-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:38:02.134497 | fa163e05-2da9-84ee-dbe6-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.215878 | 0.09s 2025-10-07 22:38:02.145719 | fa163e05-2da9-84ee-dbe6-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.227108 | 0.11s 2025-10-07 22:38:02.152238 | fa163e05-2da9-84ee-dbe6-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:38:02.152972 | fa163e05-2da9-84ee-dbe6-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.234368 | 0.10s 2025-10-07 22:38:02.158275 | fa163e05-2da9-84ee-dbe6-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.239671 | 0.11s 2025-10-07 22:38:02.166536 | fa163e05-2da9-84ee-dbe6-0000000000a3 | TASK | Check for NTP service 2025-10-07 22:38:02.542253 | fa163e05-2da9-84ee-dbe6-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-07 22:38:02.543622 | fa163e05-2da9-84ee-dbe6-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.625005 | 0.38s 2025-10-07 22:38:02.555044 | fa163e05-2da9-84ee-dbe6-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-07 22:38:02.555790 | fa163e05-2da9-84ee-dbe6-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.637188 | 0.38s 2025-10-07 22:38:02.564528 | fa163e05-2da9-84ee-dbe6-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-07 22:38:02.653043 | fa163e05-2da9-84ee-dbe6-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-07 22:38:02.654313 | fa163e05-2da9-84ee-dbe6-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.735696 | 0.09s 2025-10-07 22:38:02.659328 | fa163e05-2da9-84ee-dbe6-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-07 22:38:02.660011 | fa163e05-2da9-84ee-dbe6-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.741408 | 0.08s 2025-10-07 22:38:02.671907 | fa163e05-2da9-84ee-dbe6-0000000000a5 | TASK | Install chronyd package 2025-10-07 22:38:05.642195 | fa163e05-2da9-84ee-dbe6-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-07 22:38:05.642950 | fa163e05-2da9-84ee-dbe6-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.724346 | 2.97s 2025-10-07 22:38:07.126188 | fa163e05-2da9-84ee-dbe6-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-07 22:38:07.127021 | fa163e05-2da9-84ee-dbe6-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.208420 | 4.44s 2025-10-07 22:38:07.132666 | fa163e05-2da9-84ee-dbe6-00000000000c | TASK | Upgrade chronyd 2025-10-07 22:38:07.208262 | fa163e05-2da9-84ee-dbe6-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-07 22:38:07.209532 | fa163e05-2da9-84ee-dbe6-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.290917 | 0.08s 2025-10-07 22:38:07.222059 | fa163e05-2da9-84ee-dbe6-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-07 22:38:07.222686 | fa163e05-2da9-84ee-dbe6-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.304084 | 0.08s 2025-10-07 22:38:07.231386 | fa163e05-2da9-84ee-dbe6-00000000000d | TASK | Configure chronyd 2025-10-07 22:38:07.316082 | fa163e05-2da9-84ee-dbe6-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.397458 | 0.08s 2025-10-07 22:38:07.317230 | fa163e05-2da9-84ee-dbe6-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.398625 | 0.07s 2025-10-07 22:38:07.336235 | 8d246595-0198-4f0c-a53f-30971b420a3c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-07 22:38:07.337020 | 8d246595-0198-4f0c-a53f-30971b420a3c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-07 22:38:07.370122 | fa163e05-2da9-84ee-dbe6-000000000162 | TASK | Load distro-specific variables 2025-10-07 22:38:07.437596 | fa163e05-2da9-84ee-dbe6-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.518961 | 0.07s 2025-10-07 22:38:07.459560 | fa163e05-2da9-84ee-dbe6-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.540952 | 0.08s 2025-10-07 22:38:07.476148 | 168cba18-bf5a-46b7-a4d7-b95593a3f51e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-07 22:38:07.476980 | 168cba18-bf5a-46b7-a4d7-b95593a3f51e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-07 22:38:07.494895 | fa163e05-2da9-84ee-dbe6-0000000001fa | TASK | Load distro-specific variables 2025-10-07 22:38:07.599358 | fa163e05-2da9-84ee-dbe6-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:38:07.600638 | fa163e05-2da9-84ee-dbe6-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.682027 | 0.10s 2025-10-07 22:38:07.610222 | fa163e05-2da9-84ee-dbe6-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:38:07.611274 | fa163e05-2da9-84ee-dbe6-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.692672 | 0.10s 2025-10-07 22:38:07.616387 | fa163e05-2da9-84ee-dbe6-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.697779 | 0.12s 2025-10-07 22:38:07.617354 | fa163e05-2da9-84ee-dbe6-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.698756 | 0.11s 2025-10-07 22:38:07.624259 | fa163e05-2da9-84ee-dbe6-000000000163 | TASK | Install chrony configuration file 2025-10-07 22:38:08.453471 | fa163e05-2da9-84ee-dbe6-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-10-07 22:38:08.455310 | fa163e05-2da9-84ee-dbe6-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.536689 | 0.83s 2025-10-07 22:38:08.467185 | fa163e05-2da9-84ee-dbe6-000000000163 | OK | Install chrony configuration file | undercloud 2025-10-07 22:38:08.467970 | fa163e05-2da9-84ee-dbe6-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.549367 | 0.83s 2025-10-07 22:38:08.477000 | fa163e05-2da9-84ee-dbe6-00000000000e | TASK | Run chronyd 2025-10-07 22:38:08.547708 | fa163e05-2da9-84ee-dbe6-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.629078 | 0.07s 2025-10-07 22:38:08.592098 | fa163e05-2da9-84ee-dbe6-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.673487 | 0.10s 2025-10-07 22:38:08.611581 | 16c4e125-9e02-4c1a-85d8-eeebf81ad365 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-07 22:38:08.612296 | 16c4e125-9e02-4c1a-85d8-eeebf81ad365 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-07 22:38:08.649488 | fa163e05-2da9-84ee-dbe6-000000000233 | TASK | Load distro-specific variables 2025-10-07 22:38:08.744364 | fa163e05-2da9-84ee-dbe6-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.825737 | 0.09s 2025-10-07 22:38:08.757557 | fa163e05-2da9-84ee-dbe6-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.838951 | 0.10s 2025-10-07 22:38:08.772219 | fc9d0d04-de8b-4bc2-80b8-afa740391b23 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-07 22:38:08.772998 | fc9d0d04-de8b-4bc2-80b8-afa740391b23 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-07 22:38:08.790914 | fa163e05-2da9-84ee-dbe6-0000000002ee | TASK | Load distro-specific variables 2025-10-07 22:38:08.898097 | fa163e05-2da9-84ee-dbe6-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:38:08.899595 | fa163e05-2da9-84ee-dbe6-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.980983 | 0.11s 2025-10-07 22:38:08.909064 | fa163e05-2da9-84ee-dbe6-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.990456 | 0.12s 2025-10-07 22:38:08.920096 | fa163e05-2da9-84ee-dbe6-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:38:08.921034 | fa163e05-2da9-84ee-dbe6-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.002431 | 0.12s 2025-10-07 22:38:08.930892 | fa163e05-2da9-84ee-dbe6-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.012291 | 0.13s 2025-10-07 22:38:08.936392 | fa163e05-2da9-84ee-dbe6-000000000234 | TASK | Ensure chronyd is running 2025-10-07 22:38:09.515362 | fa163e05-2da9-84ee-dbe6-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-07 22:38:09.516698 | fa163e05-2da9-84ee-dbe6-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.598087 | 0.57s 2025-10-07 22:38:09.559375 | fa163e05-2da9-84ee-dbe6-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-07 22:38:09.560707 | fa163e05-2da9-84ee-dbe6-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.642102 | 0.62s 2025-10-07 22:38:09.570590 | fa163e05-2da9-84ee-dbe6-000000000235 | TASK | Force chronyd restart 2025-10-07 22:38:09.672277 | fa163e05-2da9-84ee-dbe6-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-10-07 22:38:09.673604 | fa163e05-2da9-84ee-dbe6-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:08.754984 | 0.09s 2025-10-07 22:38:10.003329 | fa163e05-2da9-84ee-dbe6-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-10-07 22:38:10.004863 | fa163e05-2da9-84ee-dbe6-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.086233 | 0.43s 2025-10-07 22:38:10.013997 | fa163e05-2da9-84ee-dbe6-00000000000f | TASK | Enable online service 2025-10-07 22:38:10.076190 | fa163e05-2da9-84ee-dbe6-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.157564 | 0.06s 2025-10-07 22:38:10.111154 | fa163e05-2da9-84ee-dbe6-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.192545 | 0.08s 2025-10-07 22:38:10.129372 | 445eeaf7-b048-4f3b-ab80-7f0e2899ec58 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-07 22:38:10.130167 | 445eeaf7-b048-4f3b-ab80-7f0e2899ec58 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-07 22:38:10.175132 | fa163e05-2da9-84ee-dbe6-000000000338 | TASK | Create chrony-online.service unit file 2025-10-07 22:38:10.693806 | fa163e05-2da9-84ee-dbe6-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-10-07 22:38:10.695295 | fa163e05-2da9-84ee-dbe6-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.776678 | 0.51s 2025-10-07 22:38:10.716857 | fa163e05-2da9-84ee-dbe6-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-10-07 22:38:10.717755 | fa163e05-2da9-84ee-dbe6-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.799150 | 0.54s 2025-10-07 22:38:10.726283 | fa163e05-2da9-84ee-dbe6-000000000339 | TASK | Enable chrony-online.service 2025-10-07 22:38:11.890442 | fa163e05-2da9-84ee-dbe6-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-07 22:38:11.897459 | fa163e05-2da9-84ee-dbe6-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:10.978839 | 1.17s 2025-10-07 22:38:11.900068 | fa163e05-2da9-84ee-dbe6-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-07 22:38:11.901292 | fa163e05-2da9-84ee-dbe6-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:10.982689 | 1.16s 2025-10-07 22:38:11.911298 | fa163e05-2da9-84ee-dbe6-000000000010 | TASK | Sync chronyc 2025-10-07 22:38:11.993537 | fa163e05-2da9-84ee-dbe6-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.074915 | 0.08s 2025-10-07 22:38:12.004905 | fa163e05-2da9-84ee-dbe6-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.086301 | 0.08s 2025-10-07 22:38:12.021663 | 4614237d-a119-4cd3-9d33-f55065835006 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-07 22:38:12.022468 | 4614237d-a119-4cd3-9d33-f55065835006 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-07 22:38:12.068530 | fa163e05-2da9-84ee-dbe6-00000000042a | TASK | Force NTP sync 2025-10-07 22:38:12.348560 | fa163e05-2da9-84ee-dbe6-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-07 22:38:12.349678 | fa163e05-2da9-84ee-dbe6-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.431067 | 0.28s 2025-10-07 22:38:12.370898 | fa163e05-2da9-84ee-dbe6-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-07 22:38:12.371673 | fa163e05-2da9-84ee-dbe6-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.453072 | 0.29s 2025-10-07 22:38:12.376248 | fa163e05-2da9-84ee-dbe6-00000000042b | TASK | Ensure system is NTP time synced 2025-10-07 22:38:22.599653 | fa163e05-2da9-84ee-dbe6-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-07 22:38:22.602898 | fa163e05-2da9-84ee-dbe6-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:21.684269 | 10.22s 2025-10-07 22:38:22.656922 | fa163e05-2da9-84ee-dbe6-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-07 22:38:22.657940 | fa163e05-2da9-84ee-dbe6-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:21.739333 | 10.28s 2025-10-07 22:38:22.678544 | fa163e05-2da9-84ee-dbe6-00000000002c | TASK | Set timezone 2025-10-07 22:38:23.175044 | fa163e05-2da9-84ee-dbe6-00000000002c | OK | Set timezone | undercloud 2025-10-07 22:38:23.176348 | fa163e05-2da9-84ee-dbe6-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.257735 | 0.48s 2025-10-07 22:38:23.177238 | fa163e05-2da9-84ee-dbe6-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-07 22:38:23.177908 | fa163e05-2da9-84ee-dbe6-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.259305 | 0.50s 2025-10-07 22:38:23.185925 | fa163e05-2da9-84ee-dbe6-00000000002d | TASK | Restart time services 2025-10-07 22:38:23.226776 | fa163e05-2da9-84ee-dbe6-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-07 22:38:23.233899 | fa163e05-2da9-84ee-dbe6-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-07 22:38:23.236992 | fa163e05-2da9-84ee-dbe6-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-07 22:38:23.241506 | fa163e05-2da9-84ee-dbe6-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-07 22:38:23.243275 | fa163e05-2da9-84ee-dbe6-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.324656 | 0.06s 2025-10-07 22:38:23.250008 | fa163e05-2da9-84ee-dbe6-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.331401 | 0.05s 2025-10-07 22:38:23.290071 | fa163e05-2da9-84ee-dbe6-000000000012 | HANDLER | Restart chronyd 2025-10-07 22:38:23.806360 | fa163e05-2da9-84ee-dbe6-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-10-07 22:38:23.808083 | fa163e05-2da9-84ee-dbe6-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:22.889470 | 0.52s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-10-07 22:38:23.826268 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:38:23.826882 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:38:23.827435 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:22.908834 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:38:23.828067 | UUID | Info | Host | Task Name | Run Time 2025-10-07 22:38:23.828631 | fa163e05-2da9-84ee-dbe6-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.28s 2025-10-07 22:38:23.829351 | fa163e05-2da9-84ee-dbe6-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.22s 2025-10-07 22:38:23.829936 | fa163e05-2da9-84ee-dbe6-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.44s 2025-10-07 22:38:23.830492 | fa163e05-2da9-84ee-dbe6-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 2.97s 2025-10-07 22:38:23.831134 | fa163e05-2da9-84ee-dbe6-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.17s 2025-10-07 22:38:23.831682 | fa163e05-2da9-84ee-dbe6-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.16s 2025-10-07 22:38:23.832308 | fa163e05-2da9-84ee-dbe6-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.83s 2025-10-07 22:38:23.832879 | fa163e05-2da9-84ee-dbe6-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.83s 2025-10-07 22:38:23.833455 | fa163e05-2da9-84ee-dbe6-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-10-07 22:38:23.834048 | fa163e05-2da9-84ee-dbe6-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.58s 2025-10-07 22:38:23.834581 | fa163e05-2da9-84ee-dbe6-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.57s 2025-10-07 22:38:23.835179 | fa163e05-2da9-84ee-dbe6-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2025-10-07 22:38:23.835714 | fa163e05-2da9-84ee-dbe6-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.54s 2025-10-07 22:38:23.836308 | fa163e05-2da9-84ee-dbe6-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.52s 2025-10-07 22:38:23.836912 | fa163e05-2da9-84ee-dbe6-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.51s 2025-10-07 22:38:23.837472 | fa163e05-2da9-84ee-dbe6-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.50s 2025-10-07 22:38:23.838080 | fa163e05-2da9-84ee-dbe6-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.48s 2025-10-07 22:38:23.838605 | fa163e05-2da9-84ee-dbe6-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.43s 2025-10-07 22:38:23.839192 | fa163e05-2da9-84ee-dbe6-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.38s 2025-10-07 22:38:23.839733 | fa163e05-2da9-84ee-dbe6-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.38s 2025-10-07 22:38:23.840337 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-07 22:38:24.735296 | fa163e05-2da9-4f8e-87b1-000000000005 | SKIPPED | fail | undercloud 2025-10-07 22:38:24.736017 | fa163e05-2da9-4f8e-87b1-000000000005 | TIMING | fail | undercloud | 0:00:00.066438 | 0.05s 2025-10-07 22:38:24.789078 | fa163e05-2da9-4f8e-87b1-000000000006 | SKIPPED | fail | undercloud 2025-10-07 22:38:24.790286 | fa163e05-2da9-4f8e-87b1-000000000006 | TIMING | fail | undercloud | 0:00:00.120695 | 0.05s 2025-10-07 22:38:24.797939 | fa163e05-2da9-4f8e-87b1-000000000008 | TASK | Ensure working_dir is provided 2025-10-07 22:38:24.844258 | fa163e05-2da9-4f8e-87b1-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-07 22:38:24.845341 | fa163e05-2da9-4f8e-87b1-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.175756 | 0.05s 2025-10-07 22:38:24.865421 | fa163e05-2da9-4f8e-87b1-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-07 22:38:24.914019 | fa163e05-2da9-4f8e-87b1-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-07 22:38:24.915088 | fa163e05-2da9-4f8e-87b1-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.245498 | 0.05s 2025-10-07 22:38:24.922539 | fa163e05-2da9-4f8e-87b1-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-07 22:38:24.959584 | fa163e05-2da9-4f8e-87b1-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-07 22:38:24.960671 | fa163e05-2da9-4f8e-87b1-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.291083 | 0.04s 2025-10-07 22:38:24.967944 | fa163e05-2da9-4f8e-87b1-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-07 22:38:25.005688 | fa163e05-2da9-4f8e-87b1-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-07 22:38:25.006678 | fa163e05-2da9-4f8e-87b1-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.337092 | 0.04s 2025-10-07 22:38:25.014222 | fa163e05-2da9-4f8e-87b1-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-07 22:38:25.071134 | fa163e05-2da9-4f8e-87b1-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-07 22:38:25.072190 | fa163e05-2da9-4f8e-87b1-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.402603 | 0.06s 2025-10-07 22:38:25.079501 | fa163e05-2da9-4f8e-87b1-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-07 22:38:25.174119 | fa163e05-2da9-4f8e-87b1-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', 'mgr', 'mon', '_admin'], 'service_type': 'host'} 2025-10-07 22:38:25.175409 | fa163e05-2da9-4f8e-87b1-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.505816 | 0.09s 2025-10-07 22:38:25.188741 | fa163e05-2da9-4f8e-87b1-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-07 22:38:25.204646 | fa163e05-2da9-4f8e-87b1-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-07 22:38:25.216314 | fa163e05-2da9-4f8e-87b1-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-07 22:38:25.222816 | fa163e05-2da9-4f8e-87b1-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.553238 | 0.14s 2025-10-07 22:38:25.230725 | fa163e05-2da9-4f8e-87b1-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-07 22:38:25.307266 | fa163e05-2da9-4f8e-87b1-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', 'mgr', 'mon', '_admin'], 'service_type': 'host'} 2025-10-07 22:38:25.321882 | fa163e05-2da9-4f8e-87b1-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-07 22:38:25.336878 | fa163e05-2da9-4f8e-87b1-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-07 22:38:25.349088 | fa163e05-2da9-4f8e-87b1-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-07 22:38:25.360404 | fa163e05-2da9-4f8e-87b1-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.690815 | 0.13s 2025-10-07 22:38:25.368509 | fa163e05-2da9-4f8e-87b1-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-07 22:38:25.414490 | fa163e05-2da9-4f8e-87b1-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-07 22:38:25.415481 | fa163e05-2da9-4f8e-87b1-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.745895 | 0.05s 2025-10-07 22:38:25.423802 | fa163e05-2da9-4f8e-87b1-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-07 22:38:25.450303 | fa163e05-2da9-4f8e-87b1-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-07 22:38:25.451317 | fa163e05-2da9-4f8e-87b1-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.781731 | 0.03s 2025-10-07 22:38:25.452181 | fa163e05-2da9-4f8e-87b1-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.782606 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-07 22:38:25.517991 | fa163e05-2da9-4f8e-87b1-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-07 22:38:25.555303 | fa163e05-2da9-4f8e-87b1-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-07 22:38:25.555966 | fa163e05-2da9-4f8e-87b1-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.886386 | 0.04s 2025-10-07 22:38:25.561142 | fa163e05-2da9-4f8e-87b1-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-07 22:38:25.731458 | fa163e05-2da9-4f8e-87b1-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-07 22:38:25.732504 | fa163e05-2da9-4f8e-87b1-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.062918 | 0.17s 2025-10-07 22:38:25.740324 | fa163e05-2da9-4f8e-87b1-000000000019 | TASK | Set IP address of first monitor 2025-10-07 22:38:25.777656 | fa163e05-2da9-4f8e-87b1-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-07 22:38:25.778671 | fa163e05-2da9-4f8e-87b1-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.109083 | 0.04s 2025-10-07 22:38:25.800415 | fa163e05-2da9-4f8e-87b1-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-07 22:38:25.846785 | fa163e05-2da9-4f8e-87b1-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-07 22:38:25.847778 | fa163e05-2da9-4f8e-87b1-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.178191 | 0.05s 2025-10-07 22:38:25.858300 | fa163e05-2da9-4f8e-87b1-000000000021 | TASK | Install cephadm package 2025-10-07 22:38:28.749299 | fa163e05-2da9-4f8e-87b1-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-07 22:38:28.750578 | fa163e05-2da9-4f8e-87b1-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.080991 | 2.89s 2025-10-07 22:38:28.759706 | fa163e05-2da9-4f8e-87b1-000000000022 | TASK | Stat cephadm file 2025-10-07 22:38:29.123474 | fa163e05-2da9-4f8e-87b1-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-07 22:38:29.124869 | fa163e05-2da9-4f8e-87b1-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.455251 | 0.36s 2025-10-07 22:38:29.134734 | fa163e05-2da9-4f8e-87b1-000000000023 | TASK | Fail if cephadm is not available 2025-10-07 22:38:29.162411 | fa163e05-2da9-4f8e-87b1-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-07 22:38:29.163870 | fa163e05-2da9-4f8e-87b1-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.494231 | 0.03s 2025-10-07 22:38:29.174922 | fa163e05-2da9-4f8e-87b1-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-07 22:38:29.998639 | fa163e05-2da9-4f8e-87b1-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-07 22:38:29.999952 | fa163e05-2da9-4f8e-87b1-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.330364 | 0.82s 2025-10-07 22:38:30.009206 | fa163e05-2da9-4f8e-87b1-000000000026 | TASK | Set list of found FSIDs 2025-10-07 22:38:30.111359 | fa163e05-2da9-4f8e-87b1-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-07 22:38:30.112585 | fa163e05-2da9-4f8e-87b1-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.442997 | 0.10s 2025-10-07 22:38:30.121570 | fa163e05-2da9-4f8e-87b1-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-07 22:38:30.233643 | fa163e05-2da9-4f8e-87b1-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-07 22:38:30.234768 | fa163e05-2da9-4f8e-87b1-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.565180 | 0.11s 2025-10-07 22:38:30.243613 | fa163e05-2da9-4f8e-87b1-000000000028 | TASK | Set FSID to the discovered value 2025-10-07 22:38:30.351756 | fa163e05-2da9-4f8e-87b1-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-07 22:38:30.353015 | fa163e05-2da9-4f8e-87b1-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.683427 | 0.11s 2025-10-07 22:38:30.362116 | fa163e05-2da9-4f8e-87b1-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-07 22:38:30.474504 | fa163e05-2da9-4f8e-87b1-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-07 22:38:30.475637 | fa163e05-2da9-4f8e-87b1-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.806051 | 0.11s 2025-10-07 22:38:30.484500 | fa163e05-2da9-4f8e-87b1-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-07 22:38:30.564742 | fa163e05-2da9-4f8e-87b1-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-07 22:38:30.565990 | fa163e05-2da9-4f8e-87b1-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.896374 | 0.08s 2025-10-07 22:38:30.575984 | fa163e05-2da9-4f8e-87b1-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-07 22:38:30.886749 | fa163e05-2da9-4f8e-87b1-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-07 22:38:30.888114 | fa163e05-2da9-4f8e-87b1-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.218526 | 0.31s 2025-10-07 22:38:30.897586 | fa163e05-2da9-4f8e-87b1-00000000002d | TASK | Ensure specs directory exists 2025-10-07 22:38:31.138219 | fa163e05-2da9-4f8e-87b1-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-07 22:38:31.139637 | fa163e05-2da9-4f8e-87b1-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.470048 | 0.24s 2025-10-07 22:38:31.153639 | fa163e05-2da9-4f8e-87b1-00000000002e | TASK | Stat spec file on ansible host 2025-10-07 22:38:31.399187 | fa163e05-2da9-4f8e-87b1-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e05-2da9-4f8e-87b1-00000000002e') missing from stats 2025-10-07 22:38:31.413465 | fa163e05-2da9-4f8e-87b1-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-07 22:38:32.009301 | fa163e05-2da9-4f8e-87b1-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-07 22:38:32.010819 | fa163e05-2da9-4f8e-87b1-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.341227 | 0.60s 2025-10-07 22:38:32.025394 | fa163e05-2da9-4f8e-87b1-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-07 22:38:32.328382 | fa163e05-2da9-4f8e-87b1-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e05-2da9-4f8e-87b1-000000000031') missing from stats 2025-10-07 22:38:32.339856 | fa163e05-2da9-4f8e-87b1-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-07 22:38:32.852197 | fa163e05-2da9-4f8e-87b1-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-07 22:38:32.853546 | fa163e05-2da9-4f8e-87b1-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.183957 | 0.51s 2025-10-07 22:38:32.876574 | fa163e05-2da9-4f8e-87b1-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-07 22:38:32.964818 | fa163e05-2da9-4f8e-87b1-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-07 22:38:32.965950 | fa163e05-2da9-4f8e-87b1-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.296361 | 0.09s 2025-10-07 22:38:32.982514 | fa163e05-2da9-4f8e-87b1-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-07 22:38:33.073964 | fa163e05-2da9-4f8e-87b1-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-07 22:38:33.075074 | fa163e05-2da9-4f8e-87b1-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.405486 | 0.09s 2025-10-07 22:38:33.084262 | fa163e05-2da9-4f8e-87b1-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-07 22:38:33.319063 | fa163e05-2da9-4f8e-87b1-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-07 22:38:33.320048 | fa163e05-2da9-4f8e-87b1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.650468 | 0.23s 2025-10-07 22:38:33.488595 | fa163e05-2da9-4f8e-87b1-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-07 22:38:33.490258 | fa163e05-2da9-4f8e-87b1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.820675 | 0.40s 2025-10-07 22:38:33.500464 | fa163e05-2da9-4f8e-87b1-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.830873 | 0.42s 2025-10-07 22:38:33.511225 | fa163e05-2da9-4f8e-87b1-000000000065 | TASK | Fail if necessary files are missing 2025-10-07 22:38:33.634055 | fa163e05-2da9-4f8e-87b1-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': 142612772, 'dev': 64516, 'nlink': 1, 'atime': 1759876677.8914394, 'mtime': 1759876677.6954343, 'ctime': 1759876677.8934395, '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': '43c526f6a137a052bf46258c943cf2e3bddf8d4d', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1046518970', '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-07 22:38:33.640847 | fa163e05-2da9-4f8e-87b1-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': 167777761, 'dev': 64516, 'nlink': 1, 'atime': 1759876678.4194539, 'mtime': 1759876678.2334487, 'ctime': 1759876678.421454, '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': '90fbd5db71b4852423d1f5e0dfb895253e6c07cc', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '471361528', '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-07 22:38:33.648882 | fa163e05-2da9-4f8e-87b1-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.979290 | 0.14s 2025-10-07 22:38:33.659111 | fa163e05-2da9-4f8e-87b1-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-07 22:38:33.903186 | fa163e05-2da9-4f8e-87b1-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-07 22:38:33.904435 | fa163e05-2da9-4f8e-87b1-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.234846 | 0.24s 2025-10-07 22:38:33.913931 | fa163e05-2da9-4f8e-87b1-000000000068 | TASK | Run cephadm bootstrap 2025-10-07 22:39:37.568108 | fa163e05-2da9-4f8e-87b1-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-07 22:39:37.568978 | fa163e05-2da9-4f8e-87b1-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.899401 | 63.65s 2025-10-07 22:39:37.574373 | fa163e05-2da9-4f8e-87b1-000000000069 | TASK | Show results of bootstrap 2025-10-07 22:39:37.642664 | fa163e05-2da9-4f8e-87b1-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-07 22:39:37.643245 | fa163e05-2da9-4f8e-87b1-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:12.973669 | 0.07s 2025-10-07 22:39:37.647797 | fa163e05-2da9-4f8e-87b1-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-07 22:39:37.707142 | fa163e05-2da9-4f8e-87b1-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.037552 | 0.06s 2025-10-07 22:39:37.714647 | b9e38eb3-8543-4032-a472-de815d13a239 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-07 22:39:37.722289 | fa163e05-2da9-4f8e-87b1-00000000020b | TASK | Set ceph CLI 2025-10-07 22:39:37.907316 | fa163e05-2da9-4f8e-87b1-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-07 22:39:37.907999 | fa163e05-2da9-4f8e-87b1-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.238424 | 0.19s 2025-10-07 22:39:37.912381 | fa163e05-2da9-4f8e-87b1-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-07 22:39:38.845490 | fa163e05-2da9-4f8e-87b1-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-07 22:39:38.846865 | fa163e05-2da9-4f8e-87b1-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.177242 | 0.93s 2025-10-07 22:39:38.856242 | fa163e05-2da9-4f8e-87b1-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-07 22:39:39.877296 | fa163e05-2da9-4f8e-87b1-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-07 22:39:39.878186 | fa163e05-2da9-4f8e-87b1-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.208607 | 1.02s 2025-10-07 22:39:39.883126 | fa163e05-2da9-4f8e-87b1-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-07 22:39:39.927029 | fa163e05-2da9-4f8e-87b1-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-07 22:39:39.927637 | fa163e05-2da9-4f8e-87b1-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.258062 | 0.04s 2025-10-07 22:39:39.935853 | fa163e05-2da9-4f8e-87b1-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-07 22:39:39.981087 | fa163e05-2da9-4f8e-87b1-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-07 22:39:39.981715 | fa163e05-2da9-4f8e-87b1-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.312138 | 0.05s 2025-10-07 22:39:39.986173 | fa163e05-2da9-4f8e-87b1-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-07 22:39:40.021008 | fa163e05-2da9-4f8e-87b1-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-07 22:39:40.021675 | fa163e05-2da9-4f8e-87b1-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.352100 | 0.03s 2025-10-07 22:39:40.026320 | fa163e05-2da9-4f8e-87b1-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-07 22:39:40.111569 | fa163e05-2da9-4f8e-87b1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-07 22:39:40.113199 | fa163e05-2da9-4f8e-87b1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.443606 | 0.09s 2025-10-07 22:39:40.126949 | fa163e05-2da9-4f8e-87b1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-07 22:39:40.127625 | fa163e05-2da9-4f8e-87b1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.458048 | 0.10s 2025-10-07 22:39:40.143155 | fa163e05-2da9-4f8e-87b1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-07 22:39:40.144432 | fa163e05-2da9-4f8e-87b1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.474833 | 0.12s 2025-10-07 22:39:40.149520 | fa163e05-2da9-4f8e-87b1-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-07 22:39:40.150220 | fa163e05-2da9-4f8e-87b1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.480644 | 0.12s 2025-10-07 22:39:40.155531 | fa163e05-2da9-4f8e-87b1-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.485954 | 0.13s 2025-10-07 22:39:40.164673 | fa163e05-2da9-4f8e-87b1-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-07 22:39:40.323239 | fa163e05-2da9-4f8e-87b1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-07 22:39:40.381778 | fa163e05-2da9-4f8e-87b1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-07 22:39:40.441486 | fa163e05-2da9-4f8e-87b1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-07 22:39:40.500433 | fa163e05-2da9-4f8e-87b1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-07 22:39:40.559245 | fa163e05-2da9-4f8e-87b1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-07 22:39:40.618252 | fa163e05-2da9-4f8e-87b1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-07 22:39:40.681276 | fa163e05-2da9-4f8e-87b1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-07 22:39:40.733305 | fa163e05-2da9-4f8e-87b1-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-07 22:39:40.744553 | fa163e05-2da9-4f8e-87b1-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:16.074971 | 0.58s 2025-10-07 22:39:40.749294 | fa163e05-2da9-4f8e-87b1-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-07 22:39:41.730821 | fa163e05-2da9-4f8e-87b1-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-07 22:39:41.732341 | fa163e05-2da9-4f8e-87b1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.062749 | 0.98s 2025-10-07 22:39:42.599734 | fa163e05-2da9-4f8e-87b1-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-07 22:39:42.600988 | fa163e05-2da9-4f8e-87b1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.931407 | 1.85s 2025-10-07 22:39:43.631308 | fa163e05-2da9-4f8e-87b1-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-07 22:39:43.633195 | fa163e05-2da9-4f8e-87b1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.963614 | 2.88s 2025-10-07 22:39:44.442206 | fa163e05-2da9-4f8e-87b1-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-07 22:39:44.442865 | fa163e05-2da9-4f8e-87b1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.773293 | 3.69s 2025-10-07 22:39:44.450418 | fa163e05-2da9-4f8e-87b1-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.780838 | 3.70s 2025-10-07 22:39:44.461419 | fa163e05-2da9-4f8e-87b1-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-07 22:39:44.649112 | fa163e05-2da9-4f8e-87b1-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-07 22:39:44.650582 | fa163e05-2da9-4f8e-87b1-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.980994 | 0.19s 2025-10-07 22:39:44.660196 | fa163e05-2da9-4f8e-87b1-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.990616 | 0.20s 2025-10-07 22:39:44.665462 | fa163e05-2da9-4f8e-87b1-0000000000a7 | TASK | Fail if spec file is missing 2025-10-07 22:39:44.744024 | fa163e05-2da9-4f8e-87b1-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': 780144968, 'dev': 64516, 'nlink': 1, 'atime': 1759876711.9725907, 'mtime': 1759876711.6695826, 'ctime': 1759876711.9755907, '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': 'a3ff5c8de4c8569bac76d27af8419132895f6745', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2726833584', '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-07 22:39:44.756428 | fa163e05-2da9-4f8e-87b1-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:20.086834 | 0.09s 2025-10-07 22:39:44.767711 | fa163e05-2da9-4f8e-87b1-0000000000a8 | TASK | Get ceph_cli 2025-10-07 22:39:44.796915 | fa163e05-2da9-4f8e-87b1-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.127303 | 0.03s 2025-10-07 22:39:44.810339 | 5f26f5fd-9bc5-4ea9-a42b-d86ca02d56d8 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-07 22:39:44.835624 | fa163e05-2da9-4f8e-87b1-000000000270 | TASK | Set ceph CLI 2025-10-07 22:39:44.998154 | fa163e05-2da9-4f8e-87b1-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-07 22:39:44.999384 | fa163e05-2da9-4f8e-87b1-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.329795 | 0.16s 2025-10-07 22:39:45.008382 | fa163e05-2da9-4f8e-87b1-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-07 22:39:46.194479 | fa163e05-2da9-4f8e-87b1-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-07 22:39:46.195815 | fa163e05-2da9-4f8e-87b1-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.526235 | 1.19s 2025-10-07 22:39:46.200873 | fa163e05-2da9-4f8e-87b1-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-07 22:39:46.265980 | fa163e05-2da9-4f8e-87b1-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-07 22:39:46.266721 | fa163e05-2da9-4f8e-87b1-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.597143 | 0.07s 2025-10-07 22:39:46.271498 | fa163e05-2da9-4f8e-87b1-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-07 22:39:46.298302 | fa163e05-2da9-4f8e-87b1-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.628712 | 0.03s 2025-10-07 22:39:46.325715 | 4dbe405d-c1f2-4e9d-9c55-167c38b6e533 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-07 22:39:46.349044 | fa163e05-2da9-4f8e-87b1-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-07 22:39:46.395169 | fa163e05-2da9-4f8e-87b1-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-07 22:39:46.396305 | fa163e05-2da9-4f8e-87b1-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.726721 | 0.05s 2025-10-07 22:39:46.404237 | fa163e05-2da9-4f8e-87b1-0000000002a8 | TASK | set cephadm debug level 2025-10-07 22:39:46.459498 | fa163e05-2da9-4f8e-87b1-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-07 22:39:46.460247 | fa163e05-2da9-4f8e-87b1-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.790669 | 0.06s 2025-10-07 22:39:46.464881 | fa163e05-2da9-4f8e-87b1-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-07 22:39:46.539946 | fa163e05-2da9-4f8e-87b1-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-07 22:39:46.540727 | fa163e05-2da9-4f8e-87b1-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.871147 | 0.08s 2025-10-07 22:39:46.547262 | fa163e05-2da9-4f8e-87b1-0000000002aa | TASK | set container image base in ceph configuration 2025-10-07 22:39:47.532654 | fa163e05-2da9-4f8e-87b1-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-07 22:39:47.534485 | fa163e05-2da9-4f8e-87b1-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.864886 | 0.99s 2025-10-07 22:39:47.545620 | fa163e05-2da9-4f8e-87b1-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-07 22:39:47.594774 | fa163e05-2da9-4f8e-87b1-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-07 22:39:47.596280 | fa163e05-2da9-4f8e-87b1-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.926683 | 0.05s 2025-10-07 22:39:47.608171 | fa163e05-2da9-4f8e-87b1-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-07 22:39:47.660169 | fa163e05-2da9-4f8e-87b1-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-07 22:39:47.661598 | fa163e05-2da9-4f8e-87b1-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.992005 | 0.05s 2025-10-07 22:39:47.672008 | fa163e05-2da9-4f8e-87b1-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-07 22:39:47.721225 | fa163e05-2da9-4f8e-87b1-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-07 22:39:47.723029 | fa163e05-2da9-4f8e-87b1-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:23.053431 | 0.05s 2025-10-07 22:39:47.733691 | fa163e05-2da9-4f8e-87b1-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-07 22:39:47.795317 | fa163e05-2da9-4f8e-87b1-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-07 22:39:47.797593 | fa163e05-2da9-4f8e-87b1-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:23.127986 | 0.06s 2025-10-07 22:39:47.813404 | fa163e05-2da9-4f8e-87b1-0000000000ac | TASK | Apply spec 2025-10-07 22:39:49.341128 | fa163e05-2da9-4f8e-87b1-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-07 22:39:49.342785 | fa163e05-2da9-4f8e-87b1-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.673192 | 1.53s 2025-10-07 22:39:49.353061 | fa163e05-2da9-4f8e-87b1-0000000000ad | TASK | Show results of spec apply 2025-10-07 22:39:49.421172 | fa163e05-2da9-4f8e-87b1-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-07 22:39:49.422669 | fa163e05-2da9-4f8e-87b1-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.753078 | 0.07s 2025-10-07 22:39:49.433151 | fa163e05-2da9-4f8e-87b1-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-07 22:39:49.496188 | fa163e05-2da9-4f8e-87b1-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.826576 | 0.06s 2025-10-07 22:39:49.512616 | c35fe4e5-0294-4d93-ab24-be2aa3821b85 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-07 22:39:49.542998 | fa163e05-2da9-4f8e-87b1-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-07 22:39:50.619625 | fa163e05-2da9-4f8e-87b1-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-07 22:40:21.651170 | fa163e05-2da9-4f8e-87b1-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-07 22:40:21.652357 | fa163e05-2da9-4f8e-87b1-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.982770 | 32.11s 2025-10-07 22:40:21.669955 | fa163e05-2da9-4f8e-87b1-0000000000c9 | TASK | Get ceph_cli 2025-10-07 22:40:21.711466 | fa163e05-2da9-4f8e-87b1-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-07 22:40:21.712715 | fa163e05-2da9-4f8e-87b1-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.043128 | 0.04s 2025-10-07 22:40:21.721295 | fa163e05-2da9-4f8e-87b1-0000000000ca | TASK | Collect ceph config dump 2025-10-07 22:40:21.760651 | fa163e05-2da9-4f8e-87b1-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-07 22:40:21.761952 | fa163e05-2da9-4f8e-87b1-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:57.092363 | 0.04s 2025-10-07 22:40:21.771699 | fa163e05-2da9-4f8e-87b1-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-07 22:40:21.838736 | fa163e05-2da9-4f8e-87b1-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-07 22:40:21.839665 | fa163e05-2da9-4f8e-87b1-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:57.170085 | 0.07s 2025-10-07 22:40:21.848435 | fa163e05-2da9-4f8e-87b1-0000000000cc | TASK | Create pool 2025-10-07 22:40:21.915976 | fa163e05-2da9-4f8e-87b1-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:57.246381 | 0.07s 2025-10-07 22:40:21.925404 | fa163e05-2da9-4f8e-87b1-0000000000cd | TASK | Enable application on Ceph pools 2025-10-07 22:40:21.996726 | fa163e05-2da9-4f8e-87b1-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:57.327131 | 0.07s 2025-10-07 22:40:22.006727 | fa163e05-2da9-4f8e-87b1-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-07 22:40:22.047619 | fa163e05-2da9-4f8e-87b1-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-07 22:40:22.048683 | fa163e05-2da9-4f8e-87b1-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:57.379097 | 0.04s 2025-10-07 22:40:22.057773 | fa163e05-2da9-4f8e-87b1-0000000000d0 | TASK | Set trash interval 2025-10-07 22:40:22.132639 | fa163e05-2da9-4f8e-87b1-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-07 22:40:22.139034 | fa163e05-2da9-4f8e-87b1-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:57.469445 | 0.08s 2025-10-07 22:40:22.156167 | fa163e05-2da9-4f8e-87b1-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-07 22:40:22.224098 | fa163e05-2da9-4f8e-87b1-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:57.554509 | 0.07s 2025-10-07 22:40:22.233251 | fa163e05-2da9-4f8e-87b1-0000000000e9 | TASK | Get ceph_cli 2025-10-07 22:40:22.272076 | fa163e05-2da9-4f8e-87b1-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-07 22:40:22.273352 | fa163e05-2da9-4f8e-87b1-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.603768 | 0.04s 2025-10-07 22:40:22.282326 | fa163e05-2da9-4f8e-87b1-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-07 22:40:22.338914 | fa163e05-2da9-4f8e-87b1-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.669325 | 0.06s 2025-10-07 22:40:22.355966 | fa163e05-2da9-4f8e-87b1-0000000000f9 | TASK | Get ceph_cli 2025-10-07 22:40:22.395732 | fa163e05-2da9-4f8e-87b1-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-07 22:40:22.396810 | fa163e05-2da9-4f8e-87b1-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.727224 | 0.04s 2025-10-07 22:40:22.405706 | fa163e05-2da9-4f8e-87b1-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-07 22:40:22.452266 | fa163e05-2da9-4f8e-87b1-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-07 22:40:22.454315 | fa163e05-2da9-4f8e-87b1-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.784725 | 0.05s 2025-10-07 22:40:22.463241 | fa163e05-2da9-4f8e-87b1-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-07 22:40:22.500216 | fa163e05-2da9-4f8e-87b1-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-07 22:40:22.501264 | fa163e05-2da9-4f8e-87b1-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.831678 | 0.04s 2025-10-07 22:40:22.510604 | fa163e05-2da9-4f8e-87b1-0000000000fc | TASK | Extract mons_json 2025-10-07 22:40:22.550251 | fa163e05-2da9-4f8e-87b1-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-07 22:40:22.551354 | fa163e05-2da9-4f8e-87b1-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.881766 | 0.04s 2025-10-07 22:40:22.560071 | fa163e05-2da9-4f8e-87b1-0000000000fd | TASK | Build mons_list 2025-10-07 22:40:22.611966 | fa163e05-2da9-4f8e-87b1-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-07 22:40:22.613111 | fa163e05-2da9-4f8e-87b1-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.943524 | 0.05s 2025-10-07 22:40:22.621657 | fa163e05-2da9-4f8e-87b1-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-07 22:40:22.660108 | fa163e05-2da9-4f8e-87b1-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-07 22:40:22.661171 | fa163e05-2da9-4f8e-87b1-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.991584 | 0.04s 2025-10-07 22:40:22.670670 | fa163e05-2da9-4f8e-87b1-0000000000ff | TASK | Verify the keyring 2025-10-07 22:40:22.731596 | fa163e05-2da9-4f8e-87b1-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:58.062006 | 0.06s 2025-10-07 22:40:22.745766 | fa163e05-2da9-4f8e-87b1-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-07 22:40:22.792165 | fa163e05-2da9-4f8e-87b1-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-07 22:40:22.793194 | fa163e05-2da9-4f8e-87b1-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:58.123607 | 0.05s 2025-10-07 22:40:22.809103 | fa163e05-2da9-4f8e-87b1-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-07 22:40:22.847905 | fa163e05-2da9-4f8e-87b1-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-07 22:40:22.848954 | fa163e05-2da9-4f8e-87b1-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:58.179368 | 0.04s 2025-10-07 22:40:22.865587 | fa163e05-2da9-4f8e-87b1-00000000011c | TASK | Get ceph_cli 2025-10-07 22:40:22.891608 | fa163e05-2da9-4f8e-87b1-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.222020 | 0.02s 2025-10-07 22:40:22.902449 | 314bbb97-6d6a-4687-a9a1-89beb66d02e9 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-07 22:40:22.915578 | fa163e05-2da9-4f8e-87b1-0000000003c0 | TASK | Set ceph CLI 2025-10-07 22:40:23.084262 | fa163e05-2da9-4f8e-87b1-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-07 22:40:23.085438 | fa163e05-2da9-4f8e-87b1-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:58.415851 | 0.17s 2025-10-07 22:40:23.094140 | fa163e05-2da9-4f8e-87b1-00000000011d | TASK | Get the ceph orchestrator status 2025-10-07 22:40:23.956474 | fa163e05-2da9-4f8e-87b1-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-07 22:40:23.957882 | fa163e05-2da9-4f8e-87b1-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:59.288294 | 0.86s 2025-10-07 22:40:23.967122 | fa163e05-2da9-4f8e-87b1-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-07 22:40:24.013253 | fa163e05-2da9-4f8e-87b1-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-07 22:40:24.014272 | fa163e05-2da9-4f8e-87b1-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:59.344687 | 0.05s 2025-10-07 22:40:24.023252 | fa163e05-2da9-4f8e-87b1-000000000120 | TASK | Show the deployed daemons 2025-10-07 22:40:24.876229 | fa163e05-2da9-4f8e-87b1-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-07 22:40:24.877802 | fa163e05-2da9-4f8e-87b1-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:00.208214 | 0.85s 2025-10-07 22:40:24.889405 | fa163e05-2da9-4f8e-87b1-000000000121 | TASK | Deployed daemons 2025-10-07 22:40:24.948011 | fa163e05-2da9-4f8e-87b1-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-07 22:40:24.949106 | fa163e05-2da9-4f8e-87b1-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:00.279520 | 0.06s 2025-10-07 22:40:24.958174 | fa163e05-2da9-4f8e-87b1-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-07 22:40:25.897887 | fa163e05-2da9-4f8e-87b1-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-07 22:40:25.899183 | fa163e05-2da9-4f8e-87b1-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:01.229597 | 0.94s 2025-10-07 22:40:25.908470 | fa163e05-2da9-4f8e-87b1-000000000123 | TASK | Ceph cluster status 2025-10-07 22:40:25.944054 | fa163e05-2da9-4f8e-87b1-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: c6376e49-2284-5134-b5c9-d9111207b82e", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 82s)", " mgr: standalone.lfdpnm(active, since 65s)", " osd: 1 osds: 1 up (since 15s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-07 22:40:25.945326 | fa163e05-2da9-4f8e-87b1-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:01.275562 | 0.04s 2025-10-07 22:40:25.966620 | fa163e05-2da9-4f8e-87b1-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-07 22:40:26.503339 | fa163e05-2da9-4f8e-87b1-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e05-2da9-4f8e-87b1-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-07 22:40:26.544663 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:40:26.545505 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:40:26.546361 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.876773 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 22:40:26.547182 | UUID | Info | Host | Task Name | Run Time 2025-10-07 22:40:26.548002 | fa163e05-2da9-4f8e-87b1-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 63.65s 2025-10-07 22:40:26.548783 | fa163e05-2da9-4f8e-87b1-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.11s 2025-10-07 22:40:26.549608 | fa163e05-2da9-4f8e-87b1-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.70s 2025-10-07 22:40:26.550457 | fa163e05-2da9-4f8e-87b1-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.89s 2025-10-07 22:40:26.551256 | fa163e05-2da9-4f8e-87b1-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.53s 2025-10-07 22:40:26.552071 | fa163e05-2da9-4f8e-87b1-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.19s 2025-10-07 22:40:26.552908 | fa163e05-2da9-4f8e-87b1-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.02s 2025-10-07 22:40:26.553682 | fa163e05-2da9-4f8e-87b1-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.99s 2025-10-07 22:40:26.554515 | fa163e05-2da9-4f8e-87b1-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.94s 2025-10-07 22:40:26.555362 | fa163e05-2da9-4f8e-87b1-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.93s 2025-10-07 22:40:26.556181 | fa163e05-2da9-4f8e-87b1-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.86s 2025-10-07 22:40:26.556977 | fa163e05-2da9-4f8e-87b1-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.85s 2025-10-07 22:40:26.557714 | fa163e05-2da9-4f8e-87b1-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.82s 2025-10-07 22:40:26.558505 | fa163e05-2da9-4f8e-87b1-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.60s 2025-10-07 22:40:26.559422 | fa163e05-2da9-4f8e-87b1-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.58s 2025-10-07 22:40:26.560219 | fa163e05-2da9-4f8e-87b1-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.51s 2025-10-07 22:40:26.561005 | fa163e05-2da9-4f8e-87b1-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.42s 2025-10-07 22:40:26.561733 | fa163e05-2da9-4f8e-87b1-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2025-10-07 22:40:26.562604 | fa163e05-2da9-4f8e-87b1-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.31s 2025-10-07 22:40:26.563388 | fa163e05-2da9-4f8e-87b1-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.24s 2025-10-07 22:40:26.564152 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-07 22:40:29.663 40952 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-07 22:40:29.688 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.688 40952 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-07 22:40:29.690 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.690 40952 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-07 22:40:29.692 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.692 40952 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-07 22:40:29.694 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.694 40952 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-07 22:40:29.695 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.696 40952 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-07 22:40:29.697 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.697 40952 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-07 22:40:29.721 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.722 40952 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-07 22:40:29.739 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.739 40952 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-07 22:40:29.741 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.741 40952 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-07 22:40:29.743 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.743 40952 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-07 22:40:29.745 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.745 40952 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-07 22:40:29.746 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.747 40952 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-07 22:40:29.748 40952 INFO migrate.versioning.api [-] done 2025-10-07 22:40:29.748 40952 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-07 22:40:29.771 40952 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-07 22:40:38Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:38Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:38Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:38Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:38Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-07 22:40:38Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:39Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:39Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-07 22:40:39Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:40Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:40Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:40Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-07 22:40:40Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:40Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:40Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:40Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-07 22:40:40Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:41Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:41Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-07 22:40:41Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:41Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 22:40:41Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:41Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-07 22:40:41Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:41Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:41Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:41Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-07 22:40:41Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:41Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-07 22:40:41Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-07 22:40:41Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-07 22:40:42Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:42Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-07 22:40:42Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:42Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:42Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:43Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-07 22:40:43Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:43Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:43Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-07 22:40:43Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:43Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-07 22:40:43Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-07 22:40:44Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:44Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-07 22:40:44Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:44Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:44Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:44Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:44Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-07 22:40:45Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:45Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-07 22:40:45Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:45Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-07 22:40:45Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:45Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:45Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:45Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-07 22:40:45Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:45Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:45Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:45Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:45Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-07 22:40:45Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-07 22:40:45Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-07 22:40:45Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:46Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-07 22:40:46Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 22:40:46Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 22:40:46Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 22:40:46Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-07 22:40:47Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:47Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:47Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:47Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-07 22:40:47Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:48Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-07 22:40:48Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:48Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:48Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-07 22:40:49Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-07 22:40:49Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:49Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-07 22:40:49Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:49Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:50Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:51Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:52Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:52Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:53Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:53Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:53Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:40:54Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:40:54Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:55Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:56Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-07 22:40:56Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:57Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:57Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:40:57Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:57Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:40:57Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:58Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:40:58Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:40:58Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-07 22:40:59Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-07 22:40:59Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:40:59Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:00Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:00Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:01Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:01Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:41:02Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:02Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:02Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:02Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:03Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-07 22:41:04Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:04Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:04Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:05Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:05Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:05Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:06Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:07Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:07Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:41:08Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:08Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:09Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-07 22:41:09Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:09Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:09Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:10Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:10Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:41:11Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:11Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:12Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:12Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:12Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:12Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:13Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-07 22:41:14Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:14Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:14Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:14Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:14Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:15Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-07 22:41:15Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:15Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:16Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:17Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:17Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:17Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:17Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:17Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:41:17Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:18Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:18Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:18Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:18Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:18Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:18Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:19Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:19Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-07 22:41:20Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:20Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-07 22:41:21Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:21Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:21Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:41:21Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:22Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-07 22:41:22Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:23Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-07 22:41:24Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:25Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-07 22:41:25Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:25Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:25Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:26Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:26Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:26Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:27Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:28Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:28Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:29Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-07 22:41:30Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:30Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:30Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:31Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:32Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:32Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:32Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:33Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-07 22:41:33Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:33Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:34Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-07 22:41:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-07 22:41:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-07 22:41:35Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:36Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:36Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:36Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-07 22:41:37Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:38Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-07 22:41:38Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:38Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:38Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-07 22:41:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:39Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-07 22:41:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-07 22:41:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-07 22:41:40Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:41Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:41Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:41Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-07 22:41:42Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:42Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-07 22:41:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-07 22:41:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-07 22:41:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:44Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:44Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:45Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-07 22:41:45Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:45Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:45Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:46Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-07 22:41:47Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:47Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-07 22:41:47Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:47Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-07 22:41:47Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:48Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:48Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:48Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-07 22:41:49Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:49Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:49Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:49Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:49Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:50Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:50Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:50Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:50Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:50Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:41:50Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:50Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:41:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:51Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:52Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:52Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:52Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 22:41:53Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:53Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:53Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:41:54Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:55Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:55Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:41:56Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-07 22:41:57Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:57Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:41:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:58Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:58Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:59Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:59Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:41:59Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:41:59Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:41:59Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:01Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:01Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:02Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:42:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:42:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:42:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:42:02Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:03Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:04Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:04Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:05Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-07 22:42:06Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:06Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:06Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:07Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:07Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:07Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:07Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:08Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:08Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:08Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:42:09Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:09Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:09Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:09Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:10Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:10Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:10Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:42:10Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:10Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:11Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-07 22:42:12Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:12Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:12Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:12Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:13Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:14Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:14Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:15Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:42:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:42:17Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:17Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:17Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:17Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:18Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:18Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:18Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:18Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:42:19Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:20Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:20Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:20Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:20Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:21Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:42:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:22Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:24Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:25Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-07 22:42:26Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:26Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:26Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:26Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:27Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:28Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:28Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:28Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:28Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:29Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:29Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:29Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:30Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:31Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:31Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:32Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:32Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:33Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-07 22:42:34Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:34Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:34Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:35Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:35Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:35Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:36Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:37Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:37Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:38Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-07 22:42:38Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:39Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-07 22:42:40Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:40Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:40Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:40Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:41Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:42Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:42Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:43Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-07 22:42:43Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:44Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-07 22:42:45Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:45Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:45Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:45Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:46Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:47Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:47Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:42:48Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:48Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:48Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:42:49Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:49Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:49Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:49Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:49Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:50Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:50Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-07 22:42:51Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:51Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:52Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-07 22:42:52Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:52Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:52Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:52Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:53Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-07 22:42:53Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:53Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:54Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:54Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:55Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:55Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:42:55Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:55Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:56Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-07 22:42:57Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:57Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-07 22:42:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:42:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:42:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:42:58Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-07 22:42:59Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:42:59Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-07 22:43:00Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:00Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:00Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:00Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:01Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:02Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:02Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:03Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:03Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:03Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:03Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:03Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:43:03Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:04Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:04Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:05Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:43:05Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:06Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-07 22:43:07Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:07Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:07Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:08Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:08Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:09Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:09Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:09Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:43:10Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:11Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:11Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:12Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-07 22:43:12Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:12Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:13Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:14Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:14Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:15Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:15Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:16Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:16Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:16Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:43:16Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:16Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-07 22:43:17Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:17Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:17Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:17Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:18Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:19Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:19Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-07 22:43:19Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:20Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:21Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:21Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-07 22:43:21Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:22Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-07 22:43:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:23Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:24Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-07 22:43:24Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-07 22:43:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:27Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:28Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-07 22:43:29Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:29Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:43:29Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:30Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:30Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:31Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:31Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:32Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:32Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:32Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:33Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:34Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-07 22:43:34Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:35Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-07 22:43:36Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:36Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:43:36Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:37Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:37Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:38Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:38Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-07 22:43:39Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:39Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:40Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:40Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:40Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:41Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-07 22:43:41Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:41Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:41Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:42Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:42Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:42Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:43Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:43Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:43Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:43Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:44Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-07 22:43:44Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:44Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:45Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:45Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:46Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:43:47Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:47Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-07 22:43:48Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:48Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:48Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:49Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:49Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:49Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:49Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:50Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-07 22:43:50Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:50Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:50Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:50Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:51Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:53Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:53Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:53Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-07 22:43:54Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:54Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:54Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:54Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:54Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:55Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-07 22:43:55Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:55Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:56Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:57Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:57Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:43:58Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:58Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:58Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:43:58Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:58Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:43:58Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:43:59Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:59Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:43:59Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:43:59Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:43:59Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:43:59Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:00Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:00Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:00Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-07 22:44:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-07 22:44:01Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:01Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:01Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:01Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:01Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:01Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:44:01Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:02Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:02Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:03Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:03Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:04Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:04Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:44:05Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:05Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:05Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:05Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:06Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-07 22:44:07Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:08Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-07 22:44:08Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:08Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:08Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:09Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:09Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:09Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:44:10Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:11Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:11Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:12Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:12Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:13Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-07 22:44:14Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:14Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:14Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:14Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:15Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:15Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:15Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:15Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:16Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:16Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:16Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:16Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:17Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:17Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:17Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:17Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:17Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:18Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:18Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:19Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:44:19Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:19Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:19Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:44:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:21Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:22Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-07 22:44:23Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:23Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:23Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:23Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:24Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:25Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:25Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:26Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-07 22:44:26Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:26Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:27Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:27Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:28Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:29Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:29Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:30Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:30Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:30Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-07 22:44:31Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:32Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-07 22:44:32Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:32Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:33Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:33Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:34Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:34Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:34Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:34Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:34Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:35Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:35Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-07 22:44:36Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:36Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:36Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:44:37Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:38Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:39Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:39Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-07 22:44:40Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:40Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:40Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:40Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:42Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:42Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:43Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:43Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-07 22:44:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:44Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:45Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-07 22:44:46Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:46Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:46Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:46Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:48Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:48Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-07 22:44:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:49Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:50Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:51Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-07 22:44:51Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:52Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:52Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:53Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:53Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:53Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 22:44:54Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:55Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-07 22:44:56Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:44:56Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:57Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-07 22:44:57Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:57Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:57Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:58Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:58Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:44:58Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:44:58Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:58Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:58Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:44:59Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:44:59Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:44:59Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-07 22:45:00Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:01Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:01Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:02Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:02Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:02Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:02Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:02Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:45:02Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:03Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:03Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:05Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:05Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:06Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-07 22:45:07Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:07Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:08Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:08Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:09Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:09Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:10Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:10Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-07 22:45:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:12Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-07 22:45:13Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:13Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:14Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-07 22:45:15Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:15Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:15Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:15Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:15Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:15Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:15Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:16Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:16Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:17Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:18Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:18Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:18Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:19Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:20Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-07 22:45:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:22Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:45:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:23Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:24Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-07 22:45:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:25Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:25Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:25Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:25Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:25Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:26Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:26Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:27Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:28Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:28Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-07 22:45:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:30Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-07 22:45:31Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:31Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:32Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-07 22:45:33Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:33Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:33Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:34Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:35Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:35Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:36Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:36Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:36Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-07 22:45:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-07 22:45:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:38Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:38Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-07 22:45:38Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:39Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-07 22:45:39Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:40Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:40Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:40Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:43Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:43Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:44Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:44Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:45Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-07 22:45:45Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:46Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-07 22:45:46Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:46Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:46Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:47Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:47Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:47Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:48Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:49Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:49Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-07 22:45:51Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:51Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:51Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:52Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:53Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:53Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-07 22:45:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:54Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-07 22:45:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:55Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:45:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-07 22:45:56Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-07 22:45:56Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:45:57Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-07 22:45:57Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:58Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:45:58Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:58Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-07 22:45:59Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:45:59Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:00Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:01Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:02Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-07 22:46:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:02Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:02Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:03Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:04Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:04Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:05Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-07 22:46:06Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:06Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:06Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:07Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:07Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:07Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:08Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:09Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:09Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-07 22:46:10Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:10Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:11Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-07 22:46:11Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:11Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:11Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:12Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:12Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:13Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:13Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:46:14Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:14Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:15Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:15Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:15Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-07 22:46:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:18Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:18Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:18Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:19Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:20Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:20Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:21Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:46:21Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:22Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-07 22:46:22Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:22Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-07 22:46:23Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:23Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:23Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:23Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-07 22:46:23Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:24Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-07 22:46:24Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:25Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:25Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:25Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:26Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:27Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:27Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:28Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:28Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:46:29Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:29Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:30Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-07 22:46:30Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:30Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:30Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:31Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:31Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:32Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:32Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:46:33Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:33Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:33Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:33Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:34Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-07 22:46:35Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:35Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:35Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:36Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:36Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:36Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:37Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:38Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:38Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:46:39Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:39Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:40Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-07 22:46:40Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:41Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-07 22:46:42Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:42Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:42Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:43Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:43Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:44Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-07 22:46:44Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:44Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:46Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:47Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:48Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:49Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-07 22:46:50Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:51Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-07 22:46:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:52Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:52Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:52Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:52Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-07 22:46:52Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:53Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-07 22:46:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:46:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:53Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:54Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:54Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-07 22:46:55Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:55Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:46:55Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-07 22:46:56Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:57Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:46:57Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:46:58Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-07 22:46:58Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-07 22:46:59Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-07 22:47:00Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:00Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:01Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-07 22:47:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:02Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:47:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:47:02Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:03Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-07 22:47:03Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:04Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-07 22:47:04Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:05Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-07 22:47:06Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:07Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-07 22:47:07Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:08Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-07 22:47:08Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:08Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:09Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:10Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:10Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-07 22:47:11Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:11Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-07 22:47:11Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:47:12Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:12Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:12Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:13Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-07 22:47:13Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:13Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:13Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:13Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:13Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:14Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-07 22:47:14Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:15Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:15Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:16Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:16Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:16Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-07 22:47:17Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:18Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-07 22:47:18Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:19Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-07 22:47:19Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:20Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-07 22:47:20Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:22Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-07 22:47:22Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:23Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-07 22:47:23Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:23Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:23Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:23Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:23Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:24Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-07 22:47:25Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:25Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:25Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:25Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:26Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:27Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-07 22:47:27Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:28Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-07 22:47:28Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:28Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:28Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:28Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:28Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:29Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-07 22:47:29Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:30Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-07 22:47:32Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:32Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:32Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:32Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-07 22:47:32Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:33Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:33Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:33Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:33Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:34Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:34Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:34Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:34Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:35Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-07 22:47:35Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:35Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:35Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:35Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:35Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:35Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:36Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:36Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:36Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:36Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-07 22:47:36Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:36Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:37Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:37Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-07 22:47:37Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:37Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-07 22:47:37Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:37Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:37Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:38Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:38Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:38Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:38Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:38Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:38Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:39Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:39Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:39Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:39Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:39Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:39Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:40Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:40Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:40Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:40Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:40Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-07 22:47:41Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:42Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:42Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:42Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-07 22:47:42Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-07 22:47:42Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-07 22:47:42Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:43Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-07 22:47:43Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:43Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-07 22:47:43Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:43Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:43Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:44Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-07 22:47:44Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:44Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:44Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-07 22:47:44Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-07 22:47:44Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:44Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:44Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-07 22:47:44Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:44Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:44Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:44Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-07 22:47:46Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-07 22:47:46Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:46Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:46Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:46Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:46Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:46Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-07 22:47:47Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:47Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-07 22:47:47Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:48Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-07 22:47:48Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:49Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:49Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:49Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:49Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:50Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:50Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:50Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:50Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:50Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:50Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:50Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:50Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:51Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:51Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:51Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:52Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:52Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-07 22:47:52Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:53Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-07 22:47:53Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-07 22:47:54Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:54Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-07 22:47:54Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:55Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:55Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-07 22:47:55Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:55Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:55Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:55Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-07 22:47:56Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:56Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-07 22:47:56Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:47:56Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:56Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:57Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-07 22:47:57Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:57Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:58Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:47:58Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-07 22:47:59Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-07 22:48:00Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:48:00Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-07 22:48:00Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-07 22:48:00Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-07 22:48:00Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-07 22:48:01Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:48:01Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-07 22:48:02Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-07 22:48:02Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-07 22:48:02Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-07 22:48:03Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-07 22:48:03Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/5d416998-18fb-4595-9af1-7bfbd83a7139 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-07 22:48:26.572627 | fa163e05-2da9-b31b-ab8f-000000000006 | TASK | External deployment step 0 2025-10-07 22:48:26.598019 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-000000000006') missing from stats 2025-10-07 22:48:26.643612 | fa163e05-2da9-b31b-ab8f-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.120726 | 0.03s 2025-10-07 22:48:26.652549 | 0655bb64-34bf-4c7d-ab14-ba79614fba80 | INCLUDED | /root/standalone-ansible-lus4j9ue/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-07 22:48:26.669460 | fa163e05-2da9-b31b-ab8f-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-07 22:48:27.552204 | fa163e05-2da9-b31b-ab8f-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-07 22:48:27.553569 | fa163e05-2da9-b31b-ab8f-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.030683 | 0.88s 2025-10-07 22:48:27.572184 | fa163e05-2da9-b31b-ab8f-000000000129 | TASK | create redis virtual ip 2025-10-07 22:48:28.473363 | fa163e05-2da9-b31b-ab8f-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-07 22:48:28.474679 | fa163e05-2da9-b31b-ab8f-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.951792 | 0.90s PLAY [Check if required variables are defined] ********************************* 2025-10-07 22:48:28.554569 | fa163e05-2da9-b31b-ab8f-000000000138 | TASK | Gathering Facts 2025-10-07 22:48:29.124113 | fa163e05-2da9-b31b-ab8f-000000000138 | OK | Gathering Facts | localhost 2025-10-07 22:48:29.125348 | fa163e05-2da9-b31b-ab8f-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.602463 | 0.57s 2025-10-07 22:48:29.182570 | fa163e05-2da9-b31b-ab8f-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-07 22:48:29.183865 | fa163e05-2da9-b31b-ab8f-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.660941 | 0.05s 2025-10-07 22:48:29.241555 | fa163e05-2da9-b31b-ab8f-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-07 22:48:29.243131 | fa163e05-2da9-b31b-ab8f-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.720242 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-07 22:48:29.360392 | fa163e05-2da9-b31b-ab8f-000000000160 | TASK | Gathering Facts 2025-10-07 22:48:29.371360 | fa163e05-2da9-b31b-ab8f-000000000160 | TASK | Gathering Facts 2025-10-07 22:48:29.704888 | fa163e05-2da9-b31b-ab8f-000000000160 | OK | Gathering Facts | standalone 2025-10-07 22:48:29.706416 | fa163e05-2da9-b31b-ab8f-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.183530 | 0.33s 2025-10-07 22:48:29.709292 | fa163e05-2da9-b31b-ab8f-000000000160 | OK | Gathering Facts | undercloud 2025-10-07 22:48:29.710389 | fa163e05-2da9-b31b-ab8f-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.187506 | 0.35s 2025-10-07 22:48:29.772044 | fa163e05-2da9-b31b-ab8f-000000000012 | TASK | Set legacy facts 2025-10-07 22:48:29.792700 | fa163e05-2da9-b31b-ab8f-000000000012 | TASK | Set legacy facts 2025-10-07 22:48:29.808856 | fa163e05-2da9-b31b-ab8f-000000000012 | OK | Set legacy facts | undercloud 2025-10-07 22:48:29.809747 | fa163e05-2da9-b31b-ab8f-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.286864 | 0.04s 2025-10-07 22:48:29.831988 | fa163e05-2da9-b31b-ab8f-000000000012 | OK | Set legacy facts | standalone 2025-10-07 22:48:29.832454 | fa163e05-2da9-b31b-ab8f-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.309576 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-07 22:48:29.990021 | fa163e05-2da9-b31b-ab8f-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-07 22:48:29.990794 | fa163e05-2da9-b31b-ab8f-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.467914 | 0.04s 2025-10-07 22:48:30.001290 | fa163e05-2da9-b31b-ab8f-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-07 22:48:30.001596 | fa163e05-2da9-b31b-ab8f-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.478722 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-07 22:48:30.058167 | fa163e05-2da9-b31b-ab8f-000000000018 | TASK | Include Service VIP vars 2025-10-07 22:48:30.085858 | fa163e05-2da9-b31b-ab8f-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-07 22:48:30.086690 | fa163e05-2da9-b31b-ab8f-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.563808 | 0.03s 2025-10-07 22:48:30.097212 | fa163e05-2da9-b31b-ab8f-000000000018 | OK | Include Service VIP vars | standalone 2025-10-07 22:48:30.097538 | fa163e05-2da9-b31b-ab8f-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.574664 | 0.03s 2025-10-07 22:48:30.100615 | fa163e05-2da9-b31b-ab8f-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-07 22:48:30.128665 | fa163e05-2da9-b31b-ab8f-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-07 22:48:30.129470 | fa163e05-2da9-b31b-ab8f-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.606587 | 0.03s 2025-10-07 22:48:30.140006 | fa163e05-2da9-b31b-ab8f-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-07 22:48:30.140361 | fa163e05-2da9-b31b-ab8f-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.617487 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-07 22:48:30.221894 | fa163e05-2da9-b31b-ab8f-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-07 22:48:30.919271 | fa163e05-2da9-b31b-ab8f-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e05-2da9-b31b-ab8f-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-07 22:48:31.010732 | fa163e05-2da9-b31b-ab8f-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-07 22:48:31.036239 | fa163e05-2da9-b31b-ab8f-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-07 22:48:31.036916 | fa163e05-2da9-b31b-ab8f-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.514034 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-07 22:48:31.117035 | fa163e05-2da9-b31b-ab8f-000000000023 | TASK | Set selinux state 2025-10-07 22:48:31.680106 | fa163e05-2da9-b31b-ab8f-000000000023 | OK | Set selinux state | standalone 2025-10-07 22:48:31.681538 | fa163e05-2da9-b31b-ab8f-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.158645 | 0.56s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-07 22:48:31.799613 | fa163e05-2da9-b31b-ab8f-000000000026 | TASK | Configure Hosts Entries 2025-10-07 22:48:31.840088 | fa163e05-2da9-b31b-ab8f-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.317192 | 0.04s 2025-10-07 22:48:31.841007 | fa163e05-2da9-b31b-ab8f-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.318131 | 0.02s 2025-10-07 22:48:31.884948 | fa163e05-2da9-b31b-ab8f-0000000001f1 | TASK | Create temporary file for hosts 2025-10-07 22:48:32.232196 | fa163e05-2da9-b31b-ab8f-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-07 22:48:32.233154 | fa163e05-2da9-b31b-ab8f-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.710272 | 0.34s 2025-10-07 22:48:32.233576 | fa163e05-2da9-b31b-ab8f-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-07 22:48:32.233926 | fa163e05-2da9-b31b-ab8f-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.711052 | 0.35s 2025-10-07 22:48:32.248451 | fa163e05-2da9-b31b-ab8f-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-07 22:48:32.629251 | fa163e05-2da9-b31b-ab8f-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-07 22:48:32.633044 | fa163e05-2da9-b31b-ab8f-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.110154 | 0.37s 2025-10-07 22:48:32.634013 | fa163e05-2da9-b31b-ab8f-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-07 22:48:32.634694 | fa163e05-2da9-b31b-ab8f-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.111813 | 0.39s 2025-10-07 22:48:32.652587 | fa163e05-2da9-b31b-ab8f-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-07 22:48:32.955054 | fa163e05-2da9-b31b-ab8f-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-07 22:48:32.956547 | fa163e05-2da9-b31b-ab8f-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.433655 | 0.28s 2025-10-07 22:48:32.977936 | fa163e05-2da9-b31b-ab8f-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-07 22:48:32.978371 | fa163e05-2da9-b31b-ab8f-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.455495 | 0.32s 2025-10-07 22:48:32.995909 | fa163e05-2da9-b31b-ab8f-0000000001f4 | TASK | Render out the hosts entries 2025-10-07 22:48:33.126253 | fa163e05-2da9-b31b-ab8f-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-07 22:48:33.127632 | fa163e05-2da9-b31b-ab8f-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.604740 | 0.13s 2025-10-07 22:48:33.146464 | fa163e05-2da9-b31b-ab8f-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-07 22:48:33.424885 | fa163e05-2da9-b31b-ab8f-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-07 22:48:33.425815 | fa163e05-2da9-b31b-ab8f-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.902931 | 0.26s 2025-10-07 22:48:33.456744 | fa163e05-2da9-b31b-ab8f-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-07 22:48:33.457137 | fa163e05-2da9-b31b-ab8f-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.934263 | 0.31s 2025-10-07 22:48:33.471423 | fa163e05-2da9-b31b-ab8f-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-07 22:48:33.832702 | fa163e05-2da9-b31b-ab8f-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-07 22:48:33.834214 | fa163e05-2da9-b31b-ab8f-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.311316 | 0.35s 2025-10-07 22:48:33.835363 | fa163e05-2da9-b31b-ab8f-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-07 22:48:33.836228 | fa163e05-2da9-b31b-ab8f-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.313345 | 0.36s 2025-10-07 22:48:33.855408 | fa163e05-2da9-b31b-ab8f-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-07 22:48:34.253892 | fa163e05-2da9-b31b-ab8f-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-07 22:48:34.255403 | fa163e05-2da9-b31b-ab8f-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.732455 | 0.38s 2025-10-07 22:48:34.256370 | fa163e05-2da9-b31b-ab8f-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-07 22:48:34.257102 | fa163e05-2da9-b31b-ab8f-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.734220 | 0.40s PLAY [Common roles for TripleO servers] **************************************** 2025-10-07 22:48:34.378954 | fa163e05-2da9-b31b-ab8f-00000000002a | TASK | Common roles for TripleO servers 2025-10-07 22:48:34.405126 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-00000000002a') missing from stats 2025-10-07 22:48:34.474848 | fa163e05-2da9-b31b-ab8f-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.951932 | 0.02s 2025-10-07 22:48:34.538180 | fa163e05-2da9-b31b-ab8f-000000000254 | TASK | Gather variables for each operating system 2025-10-07 22:48:34.654027 | fa163e05-2da9-b31b-ab8f-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-07 22:48:34.655343 | fa163e05-2da9-b31b-ab8f-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.132449 | 0.12s 2025-10-07 22:48:34.666671 | fa163e05-2da9-b31b-ab8f-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.143774 | 0.13s 2025-10-07 22:48:34.693660 | fa163e05-2da9-b31b-ab8f-000000000256 | TASK | Check release version package is installed 2025-10-07 22:48:34.994156 | fa163e05-2da9-b31b-ab8f-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-07 22:48:34.995593 | fa163e05-2da9-b31b-ab8f-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.472700 | 0.30s 2025-10-07 22:48:35.022397 | fa163e05-2da9-b31b-ab8f-000000000257 | TASK | Deploy release version package 2025-10-07 22:48:39.278541 | fa163e05-2da9-b31b-ab8f-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-07 22:48:39.279801 | fa163e05-2da9-b31b-ab8f-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.756912 | 4.26s 2025-10-07 22:48:39.304355 | fa163e05-2da9-b31b-ab8f-000000000259 | TASK | Include packages tasks 2025-10-07 22:48:39.331244 | fa163e05-2da9-b31b-ab8f-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.808352 | 0.03s 2025-10-07 22:48:39.362795 | ea278161-f511-48f1-824b-5057fa0d8bb0 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-07 22:48:39.395027 | fa163e05-2da9-b31b-ab8f-0000000002ad | TASK | Gather facts if they don't exist 2025-10-07 22:48:39.440772 | fa163e05-2da9-b31b-ab8f-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-07 22:48:39.441633 | fa163e05-2da9-b31b-ab8f-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.918748 | 0.05s 2025-10-07 22:48:39.460938 | fa163e05-2da9-b31b-ab8f-0000000002ae | TASK | Gather variables for each operating system 2025-10-07 22:48:39.579205 | fa163e05-2da9-b31b-ab8f-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-07 22:48:39.590024 | fa163e05-2da9-b31b-ab8f-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.067136 | 0.13s 2025-10-07 22:48:39.608408 | fa163e05-2da9-b31b-ab8f-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-07 22:48:39.862017 | fa163e05-2da9-b31b-ab8f-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-07 22:48:39.863723 | fa163e05-2da9-b31b-ab8f-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.340829 | 0.25s 2025-10-07 22:48:39.893042 | fa163e05-2da9-b31b-ab8f-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-07 22:48:45.119077 | fa163e05-2da9-b31b-ab8f-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-07 22:48:45.120432 | fa163e05-2da9-b31b-ab8f-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.597540 | 5.23s 2025-10-07 22:48:45.146187 | fa163e05-2da9-b31b-ab8f-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-07 22:48:46.182799 | fa163e05-2da9-b31b-ab8f-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-07 22:48:46.184148 | fa163e05-2da9-b31b-ab8f-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.661256 | 1.04s 2025-10-07 22:48:46.212229 | fa163e05-2da9-b31b-ab8f-00000000025a | TASK | Enable openvswitch service if installed 2025-10-07 22:48:47.125199 | fa163e05-2da9-b31b-ab8f-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-07 22:48:47.127336 | fa163e05-2da9-b31b-ab8f-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.604441 | 0.91s 2025-10-07 22:48:47.158700 | fa163e05-2da9-b31b-ab8f-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-07 22:48:47.399919 | fa163e05-2da9-b31b-ab8f-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-07 22:48:47.401231 | fa163e05-2da9-b31b-ab8f-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:20.878340 | 0.24s 2025-10-07 22:48:47.426211 | fa163e05-2da9-b31b-ab8f-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-07 22:48:47.710746 | fa163e05-2da9-b31b-ab8f-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-07 22:48:47.712082 | fa163e05-2da9-b31b-ab8f-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.189190 | 0.28s 2025-10-07 22:48:47.737309 | fa163e05-2da9-b31b-ab8f-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-07 22:48:47.798224 | fa163e05-2da9-b31b-ab8f-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-07 22:48:47.799438 | fa163e05-2da9-b31b-ab8f-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.276544 | 0.06s 2025-10-07 22:48:47.826732 | fa163e05-2da9-b31b-ab8f-00000000025f | TASK | Ensure network service is enabled 2025-10-07 22:48:48.213266 | fa163e05-2da9-b31b-ab8f-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-07 22:48:48.215268 | fa163e05-2da9-b31b-ab8f-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.692375 | 0.39s 2025-10-07 22:48:48.243803 | fa163e05-2da9-b31b-ab8f-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-07 22:48:48.568141 | fa163e05-2da9-b31b-ab8f-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-07 22:48:48.569539 | fa163e05-2da9-b31b-ab8f-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.046647 | 0.32s 2025-10-07 22:48:48.595225 | fa163e05-2da9-b31b-ab8f-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-07 22:48:48.837519 | fa163e05-2da9-b31b-ab8f-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-07 22:48:48.838920 | fa163e05-2da9-b31b-ab8f-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.316028 | 0.24s 2025-10-07 22:48:48.863750 | fa163e05-2da9-b31b-ab8f-000000000263 | TASK | Reload NetworkManager 2025-10-07 22:48:49.263240 | fa163e05-2da9-b31b-ab8f-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-07 22:48:49.265164 | fa163e05-2da9-b31b-ab8f-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.742270 | 0.40s 2025-10-07 22:48:49.292637 | fa163e05-2da9-b31b-ab8f-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-07 22:48:49.524422 | fa163e05-2da9-b31b-ab8f-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-07 22:48:49.525765 | fa163e05-2da9-b31b-ab8f-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.002874 | 0.23s 2025-10-07 22:48:49.550988 | fa163e05-2da9-b31b-ab8f-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-07 22:48:49.884402 | fa163e05-2da9-b31b-ab8f-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-07 22:48:49.885794 | fa163e05-2da9-b31b-ab8f-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.362901 | 0.33s 2025-10-07 22:48:49.913934 | fa163e05-2da9-b31b-ab8f-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-07 22:48:50.125713 | fa163e05-2da9-b31b-ab8f-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-07 22:48:50.127028 | fa163e05-2da9-b31b-ab8f-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.604137 | 0.21s 2025-10-07 22:48:50.152025 | fa163e05-2da9-b31b-ab8f-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-07 22:48:50.393513 | fa163e05-2da9-b31b-ab8f-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-07 22:48:50.394274 | fa163e05-2da9-b31b-ab8f-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:23.871393 | 0.24s 2025-10-07 22:48:50.461142 | fa163e05-2da9-b31b-ab8f-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:23.938246 | 0.02s 2025-10-07 22:48:50.541654 | fa163e05-2da9-b31b-ab8f-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-07 22:48:50.761288 | fa163e05-2da9-b31b-ab8f-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-07 22:48:50.762726 | fa163e05-2da9-b31b-ab8f-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.239835 | 0.22s 2025-10-07 22:48:50.789083 | fa163e05-2da9-b31b-ab8f-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-07 22:48:51.012232 | fa163e05-2da9-b31b-ab8f-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-07 22:48:51.013526 | fa163e05-2da9-b31b-ab8f-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.490636 | 0.22s 2025-10-07 22:48:51.033984 | fa163e05-2da9-b31b-ab8f-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-07 22:48:51.060134 | fa163e05-2da9-b31b-ab8f-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-07 22:48:51.061093 | fa163e05-2da9-b31b-ab8f-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.538208 | 0.03s 2025-10-07 22:48:51.081332 | fa163e05-2da9-b31b-ab8f-000000000364 | TASK | Write temporary file 2025-10-07 22:48:51.108092 | fa163e05-2da9-b31b-ab8f-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-07 22:48:51.109333 | fa163e05-2da9-b31b-ab8f-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.586440 | 0.03s 2025-10-07 22:48:51.135817 | fa163e05-2da9-b31b-ab8f-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-07 22:48:51.215027 | fa163e05-2da9-b31b-ab8f-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-07 22:48:51.216296 | fa163e05-2da9-b31b-ab8f-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.693404 | 0.08s 2025-10-07 22:48:51.241608 | fa163e05-2da9-b31b-ab8f-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-07 22:48:51.463961 | fa163e05-2da9-b31b-ab8f-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-07 22:48:51.465438 | fa163e05-2da9-b31b-ab8f-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:24.942547 | 0.22s 2025-10-07 22:48:51.494968 | fa163e05-2da9-b31b-ab8f-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-07 22:48:51.711020 | fa163e05-2da9-b31b-ab8f-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-07 22:48:51.712480 | fa163e05-2da9-b31b-ab8f-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.189586 | 0.22s 2025-10-07 22:48:51.738773 | fa163e05-2da9-b31b-ab8f-000000000368 | TASK | Remove temp file 2025-10-07 22:48:51.971211 | fa163e05-2da9-b31b-ab8f-000000000368 | CHANGED | Remove temp file | standalone 2025-10-07 22:48:51.972020 | fa163e05-2da9-b31b-ab8f-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.449138 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-07 22:48:52.129729 | fa163e05-2da9-b31b-ab8f-000000000034 | TASK | Deploy step tasks for step 0 2025-10-07 22:48:52.188570 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-000000000034') missing from stats 2025-10-07 22:48:52.209868 | fa163e05-2da9-b31b-ab8f-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-07 22:48:52.427189 | fa163e05-2da9-b31b-ab8f-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-07 22:48:52.428582 | fa163e05-2da9-b31b-ab8f-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:25.905694 | 0.22s 2025-10-07 22:48:52.454227 | fa163e05-2da9-b31b-ab8f-000000000036 | TASK | Check cloud-init status 2025-10-07 22:48:52.695616 | fa163e05-2da9-b31b-ab8f-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-07 22:48:52.696594 | fa163e05-2da9-b31b-ab8f-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.173712 | 0.24s 2025-10-07 22:48:52.716403 | fa163e05-2da9-b31b-ab8f-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-07 22:48:52.925576 | fa163e05-2da9-b31b-ab8f-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-07 22:48:52.926744 | fa163e05-2da9-b31b-ab8f-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.403858 | 0.21s 2025-10-07 22:48:52.952090 | fa163e05-2da9-b31b-ab8f-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-07 22:48:53.330075 | fa163e05-2da9-b31b-ab8f-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-07 22:48:53.331335 | fa163e05-2da9-b31b-ab8f-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.808448 | 0.38s 2025-10-07 22:48:53.357487 | fa163e05-2da9-b31b-ab8f-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-07 22:48:53.598211 | fa163e05-2da9-b31b-ab8f-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-07 22:48:53.599237 | fa163e05-2da9-b31b-ab8f-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.076353 | 0.24s 2025-10-07 22:48:53.624066 | fa163e05-2da9-b31b-ab8f-00000000003a | TASK | Write container-puppet.sh 2025-10-07 22:48:54.127484 | fa163e05-2da9-b31b-ab8f-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-07 22:48:54.128750 | fa163e05-2da9-b31b-ab8f-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.605864 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 22:48:54.187170 | fa163e05-2da9-b31b-ab8f-00000000003b | TIMING | include_tasks | standalone | 0:00:27.664279 | 0.03s 2025-10-07 22:48:54.208091 | 06fbe76c-3451-4f0b-a34c-04afbf274c82 | INCLUDED | /root/standalone-ansible-lus4j9ue/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-07 22:48:54.241052 | fa163e05-2da9-b31b-ab8f-000000000416 | TASK | Configure tuned before reboot 2025-10-07 22:48:54.290550 | fa163e05-2da9-b31b-ab8f-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.767655 | 0.05s 2025-10-07 22:48:54.350853 | fa163e05-2da9-b31b-ab8f-000000000455 | TASK | Gather variables for each operating system 2025-10-07 22:48:54.469536 | fa163e05-2da9-b31b-ab8f-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-07 22:48:54.470989 | fa163e05-2da9-b31b-ab8f-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.948096 | 0.12s 2025-10-07 22:48:54.477112 | fa163e05-2da9-b31b-ab8f-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:27.954226 | 0.13s 2025-10-07 22:48:54.558239 | fa163e05-2da9-b31b-ab8f-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.035348 | 0.05s 2025-10-07 22:48:54.579624 | cb329368-4b30-4dd8-bea6-8f361772ff8f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-07 22:48:54.616384 | fa163e05-2da9-b31b-ab8f-00000000047f | TASK | Check tuned package is installed 2025-10-07 22:48:54.902022 | fa163e05-2da9-b31b-ab8f-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-07 22:48:54.903543 | fa163e05-2da9-b31b-ab8f-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.380652 | 0.29s 2025-10-07 22:48:54.931755 | fa163e05-2da9-b31b-ab8f-000000000480 | TASK | Install tuned 2025-10-07 22:49:01.187046 | fa163e05-2da9-b31b-ab8f-000000000480 | CHANGED | Install tuned | standalone 2025-10-07 22:49:01.188397 | fa163e05-2da9-b31b-ab8f-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:34.665511 | 6.26s 2025-10-07 22:49:01.215403 | fa163e05-2da9-b31b-ab8f-000000000481 | TASK | Restart tuned 2025-10-07 22:49:03.005109 | fa163e05-2da9-b31b-ab8f-000000000481 | CHANGED | Restart tuned | standalone 2025-10-07 22:49:03.007166 | fa163e05-2da9-b31b-ab8f-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:36.484272 | 1.79s 2025-10-07 22:49:03.035068 | fa163e05-2da9-b31b-ab8f-000000000457 | TASK | Check for tuned-adm 2025-10-07 22:49:03.272213 | fa163e05-2da9-b31b-ab8f-000000000457 | OK | Check for tuned-adm | standalone 2025-10-07 22:49:03.273780 | fa163e05-2da9-b31b-ab8f-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:36.750890 | 0.24s 2025-10-07 22:49:03.383086 | fa163e05-2da9-b31b-ab8f-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:36.860192 | 0.08s 2025-10-07 22:49:03.412713 | 0a180b25-5ead-4d18-beb8-4ef0cf250d0c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-07 22:49:03.447772 | fa163e05-2da9-b31b-ab8f-0000000004b6 | TASK | Ensure profile directory exists 2025-10-07 22:49:03.520398 | fa163e05-2da9-b31b-ab8f-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-07 22:49:03.522063 | fa163e05-2da9-b31b-ab8f-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:36.999167 | 0.07s 2025-10-07 22:49:03.549844 | fa163e05-2da9-b31b-ab8f-0000000004b7 | TASK | Create custom tuned profile 2025-10-07 22:49:03.623393 | fa163e05-2da9-b31b-ab8f-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-07 22:49:03.624725 | fa163e05-2da9-b31b-ab8f-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.101833 | 0.07s 2025-10-07 22:49:03.652409 | fa163e05-2da9-b31b-ab8f-0000000004b8 | TASK | Check tuned active profile 2025-10-07 22:49:04.066795 | fa163e05-2da9-b31b-ab8f-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-07 22:49:04.068512 | fa163e05-2da9-b31b-ab8f-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.545619 | 0.41s 2025-10-07 22:49:04.096516 | fa163e05-2da9-b31b-ab8f-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-07 22:49:04.331297 | fa163e05-2da9-b31b-ab8f-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-07 22:49:04.332556 | fa163e05-2da9-b31b-ab8f-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:37.809665 | 0.23s 2025-10-07 22:49:04.359250 | fa163e05-2da9-b31b-ab8f-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-07 22:49:04.411147 | fa163e05-2da9-b31b-ab8f-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-07 22:49:04.412282 | fa163e05-2da9-b31b-ab8f-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:37.889391 | 0.05s 2025-10-07 22:49:04.440727 | fa163e05-2da9-b31b-ab8f-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-07 22:49:04.507469 | fa163e05-2da9-b31b-ab8f-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-07 22:49:04.509001 | fa163e05-2da9-b31b-ab8f-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:37.986108 | 0.07s 2025-10-07 22:49:04.538308 | fa163e05-2da9-b31b-ab8f-0000000004bc | TASK | Enable tuned profile 2025-10-07 22:49:05.954179 | fa163e05-2da9-b31b-ab8f-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-07 22:49:05.955599 | fa163e05-2da9-b31b-ab8f-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.432709 | 1.42s 2025-10-07 22:49:06.008189 | fa163e05-2da9-b31b-ab8f-000000000417 | TASK | Configure kernel args and reboot 2025-10-07 22:49:06.061223 | fa163e05-2da9-b31b-ab8f-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.538318 | 0.05s 2025-10-07 22:49:06.198607 | fa163e05-2da9-b31b-ab8f-000000000569 | TASK | Get the command line args of the node 2025-10-07 22:49:06.432182 | fa163e05-2da9-b31b-ab8f-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-07 22:49:06.433638 | fa163e05-2da9-b31b-ab8f-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:39.910746 | 0.23s 2025-10-07 22:49:06.460925 | fa163e05-2da9-b31b-ab8f-00000000056b | TASK | Check if node has a nova.conf 2025-10-07 22:49:06.692377 | fa163e05-2da9-b31b-ab8f-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-07 22:49:06.693787 | fa163e05-2da9-b31b-ab8f-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.170895 | 0.23s 2025-10-07 22:49:06.720446 | fa163e05-2da9-b31b-ab8f-00000000056d | TASK | Warn operator about workload protection 2025-10-07 22:49:06.759873 | fa163e05-2da9-b31b-ab8f-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-07 22:49:06.761674 | fa163e05-2da9-b31b-ab8f-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.238783 | 0.04s 2025-10-07 22:49:06.788250 | fa163e05-2da9-b31b-ab8f-00000000056e | TASK | Setting defer reboot fact 2025-10-07 22:49:06.828721 | fa163e05-2da9-b31b-ab8f-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-07 22:49:06.829741 | fa163e05-2da9-b31b-ab8f-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.306852 | 0.04s 2025-10-07 22:49:06.855375 | fa163e05-2da9-b31b-ab8f-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-07 22:49:06.884164 | fa163e05-2da9-b31b-ab8f-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.361266 | 0.03s 2025-10-07 22:49:06.911087 | fa163e05-2da9-b31b-ab8f-000000000575 | TASK | Find hugepages in cmdline 2025-10-07 22:49:06.960738 | fa163e05-2da9-b31b-ab8f-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-07 22:49:06.961760 | fa163e05-2da9-b31b-ab8f-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.438872 | 0.05s 2025-10-07 22:49:06.988103 | fa163e05-2da9-b31b-ab8f-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-07 22:49:07.040695 | fa163e05-2da9-b31b-ab8f-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-07 22:49:07.041872 | fa163e05-2da9-b31b-ab8f-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.518942 | 0.05s 2025-10-07 22:49:07.068371 | fa163e05-2da9-b31b-ab8f-00000000057a | TASK | Find desired default hugepage size 2025-10-07 22:49:07.119283 | fa163e05-2da9-b31b-ab8f-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-07 22:49:07.120686 | fa163e05-2da9-b31b-ab8f-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.597793 | 0.05s 2025-10-07 22:49:07.150240 | fa163e05-2da9-b31b-ab8f-00000000057c | TASK | Storing non-configured hugepages 2025-10-07 22:49:07.183723 | fa163e05-2da9-b31b-ab8f-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.660824 | 0.03s 2025-10-07 22:49:07.211155 | fa163e05-2da9-b31b-ab8f-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-07 22:49:07.264046 | fa163e05-2da9-b31b-ab8f-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-07 22:49:07.265380 | fa163e05-2da9-b31b-ab8f-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.742488 | 0.05s 2025-10-07 22:49:07.288177 | fa163e05-2da9-b31b-ab8f-00000000057f | TASK | Determining the default hugepagesz 2025-10-07 22:49:07.337673 | fa163e05-2da9-b31b-ab8f-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-07 22:49:07.339052 | fa163e05-2da9-b31b-ab8f-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:40.816161 | 0.05s 2025-10-07 22:49:07.367484 | fa163e05-2da9-b31b-ab8f-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-07 22:49:07.420140 | fa163e05-2da9-b31b-ab8f-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-07 22:49:07.421542 | fa163e05-2da9-b31b-ab8f-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:40.898651 | 0.05s 2025-10-07 22:49:07.449056 | fa163e05-2da9-b31b-ab8f-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-07 22:49:07.500196 | fa163e05-2da9-b31b-ab8f-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-07 22:49:07.501678 | fa163e05-2da9-b31b-ab8f-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:40.978784 | 0.05s 2025-10-07 22:49:07.531354 | fa163e05-2da9-b31b-ab8f-000000000583 | TASK | Warn about possible modifications 2025-10-07 22:49:07.584359 | fa163e05-2da9-b31b-ab8f-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-07 22:49:07.585742 | fa163e05-2da9-b31b-ab8f-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.062850 | 0.05s 2025-10-07 22:49:07.613941 | fa163e05-2da9-b31b-ab8f-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-07 22:49:07.658038 | fa163e05-2da9-b31b-ab8f-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-07 22:49:07.659294 | fa163e05-2da9-b31b-ab8f-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.136404 | 0.04s 2025-10-07 22:49:07.686890 | fa163e05-2da9-b31b-ab8f-000000000585 | TASK | Cleaning up whitespaces 2025-10-07 22:49:07.737672 | fa163e05-2da9-b31b-ab8f-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-07 22:49:07.739149 | fa163e05-2da9-b31b-ab8f-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.216254 | 0.05s 2025-10-07 22:49:07.767468 | fa163e05-2da9-b31b-ab8f-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-07 22:49:08.134575 | fa163e05-2da9-b31b-ab8f-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-07 22:49:08.135989 | fa163e05-2da9-b31b-ab8f-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.613099 | 0.37s 2025-10-07 22:49:08.158568 | fa163e05-2da9-b31b-ab8f-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-07 22:49:08.196569 | fa163e05-2da9-b31b-ab8f-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-07 22:49:08.197640 | fa163e05-2da9-b31b-ab8f-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.674755 | 0.04s 2025-10-07 22:49:08.221089 | fa163e05-2da9-b31b-ab8f-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-07 22:49:08.260975 | fa163e05-2da9-b31b-ab8f-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-07 22:49:08.261796 | fa163e05-2da9-b31b-ab8f-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.738915 | 0.04s 2025-10-07 22:49:08.280324 | fa163e05-2da9-b31b-ab8f-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-07 22:49:08.327793 | fa163e05-2da9-b31b-ab8f-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-07 22:49:08.329549 | fa163e05-2da9-b31b-ab8f-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:41.806648 | 0.05s 2025-10-07 22:49:08.368376 | fa163e05-2da9-b31b-ab8f-00000000058c | TASK | Generate grub config 2025-10-07 22:49:08.432184 | fa163e05-2da9-b31b-ab8f-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-07 22:49:08.433513 | fa163e05-2da9-b31b-ab8f-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:41.910621 | 0.06s 2025-10-07 22:49:08.461385 | fa163e05-2da9-b31b-ab8f-000000000590 | TASK | Get the block device that /boot is on 2025-10-07 22:49:08.523205 | fa163e05-2da9-b31b-ab8f-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-07 22:49:08.524450 | fa163e05-2da9-b31b-ab8f-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.001555 | 0.06s 2025-10-07 22:49:08.551150 | fa163e05-2da9-b31b-ab8f-000000000591 | TASK | Get the mount point that /boot is in 2025-10-07 22:49:08.611541 | fa163e05-2da9-b31b-ab8f-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-07 22:49:08.612874 | fa163e05-2da9-b31b-ab8f-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.089935 | 0.06s 2025-10-07 22:49:08.639890 | fa163e05-2da9-b31b-ab8f-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-07 22:49:08.700750 | fa163e05-2da9-b31b-ab8f-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-07 22:49:08.703111 | fa163e05-2da9-b31b-ab8f-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.180217 | 0.06s 2025-10-07 22:49:08.729603 | fa163e05-2da9-b31b-ab8f-000000000593 | TASK | Executed script to fix grub-menu 2025-10-07 22:49:08.790081 | fa163e05-2da9-b31b-ab8f-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-07 22:49:08.791540 | fa163e05-2da9-b31b-ab8f-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.268644 | 0.06s 2025-10-07 22:49:08.818669 | fa163e05-2da9-b31b-ab8f-000000000594 | TASK | Check grub config paths 2025-10-07 22:49:08.890133 | fa163e05-2da9-b31b-ab8f-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-07 22:49:08.907608 | fa163e05-2da9-b31b-ab8f-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-07 22:49:08.914119 | fa163e05-2da9-b31b-ab8f-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.391227 | 0.09s 2025-10-07 22:49:08.943199 | fa163e05-2da9-b31b-ab8f-000000000595 | TASK | Write EFI grub.cfg 2025-10-07 22:49:09.020162 | fa163e05-2da9-b31b-ab8f-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-07 22:49:09.034012 | fa163e05-2da9-b31b-ab8f-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-07 22:49:09.045906 | fa163e05-2da9-b31b-ab8f-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.523012 | 0.10s 2025-10-07 22:49:09.068494 | fa163e05-2da9-b31b-ab8f-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-07 22:49:09.126857 | fa163e05-2da9-b31b-ab8f-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-07 22:49:09.127571 | fa163e05-2da9-b31b-ab8f-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.604688 | 0.06s 2025-10-07 22:49:09.147938 | fa163e05-2da9-b31b-ab8f-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-07 22:49:09.200116 | fa163e05-2da9-b31b-ab8f-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-07 22:49:09.200925 | fa163e05-2da9-b31b-ab8f-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.678043 | 0.05s 2025-10-07 22:49:09.221517 | fa163e05-2da9-b31b-ab8f-000000000598 | TASK | Execute grub2-mkconfig 2025-10-07 22:49:09.259237 | fa163e05-2da9-b31b-ab8f-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-07 22:49:09.260082 | fa163e05-2da9-b31b-ab8f-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.737195 | 0.04s 2025-10-07 22:49:09.280293 | fa163e05-2da9-b31b-ab8f-000000000599 | TASK | Check for active tuned profile 2025-10-07 22:49:09.348506 | fa163e05-2da9-b31b-ab8f-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-07 22:49:09.349722 | fa163e05-2da9-b31b-ab8f-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.826833 | 0.07s 2025-10-07 22:49:09.377497 | fa163e05-2da9-b31b-ab8f-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-07 22:49:09.438293 | fa163e05-2da9-b31b-ab8f-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-07 22:49:09.439634 | fa163e05-2da9-b31b-ab8f-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:42.916743 | 0.06s 2025-10-07 22:49:09.466559 | fa163e05-2da9-b31b-ab8f-00000000059b | TASK | Set reboot required fact 2025-10-07 22:49:09.528070 | fa163e05-2da9-b31b-ab8f-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-07 22:49:09.529230 | fa163e05-2da9-b31b-ab8f-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.006341 | 0.06s 2025-10-07 22:49:09.555986 | fa163e05-2da9-b31b-ab8f-00000000059d | TASK | Apply DPDK workarounds 2025-10-07 22:49:09.606252 | fa163e05-2da9-b31b-ab8f-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-07 22:49:09.607369 | fa163e05-2da9-b31b-ab8f-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.084480 | 0.05s 2025-10-07 22:49:09.633446 | fa163e05-2da9-b31b-ab8f-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-07 22:49:09.672643 | fa163e05-2da9-b31b-ab8f-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-07 22:49:09.673705 | fa163e05-2da9-b31b-ab8f-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.150816 | 0.04s 2025-10-07 22:49:09.700081 | fa163e05-2da9-b31b-ab8f-0000000005a0 | TASK | Load modules 2025-10-07 22:49:09.746118 | fa163e05-2da9-b31b-ab8f-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-07 22:49:09.752270 | fa163e05-2da9-b31b-ab8f-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.229378 | 0.05s 2025-10-07 22:49:09.777905 | fa163e05-2da9-b31b-ab8f-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-07 22:49:09.823114 | fa163e05-2da9-b31b-ab8f-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-07 22:49:09.829753 | fa163e05-2da9-b31b-ab8f-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.306854 | 0.05s 2025-10-07 22:49:09.858436 | fa163e05-2da9-b31b-ab8f-0000000005a4 | TASK | Drop module persistence 2025-10-07 22:49:09.905623 | fa163e05-2da9-b31b-ab8f-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-07 22:49:09.912287 | fa163e05-2da9-b31b-ab8f-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.389390 | 0.05s 2025-10-07 22:49:09.942459 | fa163e05-2da9-b31b-ab8f-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-07 22:49:09.988237 | fa163e05-2da9-b31b-ab8f-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-07 22:49:09.994894 | fa163e05-2da9-b31b-ab8f-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.471993 | 0.05s 2025-10-07 22:49:10.022947 | fa163e05-2da9-b31b-ab8f-0000000005a8 | TASK | Modules reload 2025-10-07 22:49:10.062659 | fa163e05-2da9-b31b-ab8f-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-07 22:49:10.063952 | fa163e05-2da9-b31b-ab8f-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.541060 | 0.04s 2025-10-07 22:49:10.091402 | fa163e05-2da9-b31b-ab8f-0000000005aa | TASK | Reboot tasks 2025-10-07 22:49:10.143762 | fa163e05-2da9-b31b-ab8f-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-07 22:49:10.145104 | fa163e05-2da9-b31b-ab8f-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.622215 | 0.05s 2025-10-07 22:49:10.171683 | fa163e05-2da9-b31b-ab8f-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-07 22:49:10.223389 | fa163e05-2da9-b31b-ab8f-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-07 22:49:10.224636 | fa163e05-2da9-b31b-ab8f-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.701736 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-07 22:49:10.394563 | fa163e05-2da9-b31b-ab8f-00000000003f | TASK | Server pre-network deployments 2025-10-07 22:49:10.420890 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-00000000003f') missing from stats 2025-10-07 22:49:10.441385 | fa163e05-2da9-b31b-ab8f-000000000043 | TASK | Hiera config 2025-10-07 22:49:10.470005 | fa163e05-2da9-b31b-ab8f-000000000043 | TIMING | Hiera config | standalone | 0:00:43.947115 | 0.03s 2025-10-07 22:49:10.512364 | fa163e05-2da9-b31b-ab8f-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-07 22:49:10.762906 | fa163e05-2da9-b31b-ab8f-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-07 22:49:10.764519 | fa163e05-2da9-b31b-ab8f-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.241624 | 0.25s 2025-10-07 22:49:10.791877 | fa163e05-2da9-b31b-ab8f-000000000722 | TASK | Write hiera config 2025-10-07 22:49:11.313717 | fa163e05-2da9-b31b-ab8f-000000000722 | CHANGED | Write hiera config | standalone 2025-10-07 22:49:11.315665 | fa163e05-2da9-b31b-ab8f-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.792777 | 0.52s 2025-10-07 22:49:11.367167 | fa163e05-2da9-b31b-ab8f-000000000044 | TASK | Hiera symlink 2025-10-07 22:49:11.684006 | fa163e05-2da9-b31b-ab8f-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-07 22:49:11.685432 | fa163e05-2da9-b31b-ab8f-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.162544 | 0.32s 2025-10-07 22:49:11.711426 | fa163e05-2da9-b31b-ab8f-000000000045 | TASK | Hieradata from vars 2025-10-07 22:49:11.739561 | fa163e05-2da9-b31b-ab8f-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.216667 | 0.03s 2025-10-07 22:49:11.801867 | fa163e05-2da9-b31b-ab8f-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-07 22:49:12.277691 | fa163e05-2da9-b31b-ab8f-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-07 22:49:12.279325 | fa163e05-2da9-b31b-ab8f-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.756434 | 0.48s 2025-10-07 22:49:12.310113 | fa163e05-2da9-b31b-ab8f-00000000077d | TASK | Render hieradata from template 2025-10-07 22:49:12.793946 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-07 22:49:12.796488 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.273595 | 0.48s 2025-10-07 22:49:13.303458 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-07 22:49:13.304584 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.781698 | 0.99s 2025-10-07 22:49:13.886306 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-07 22:49:13.888127 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.365248 | 1.58s 2025-10-07 22:49:14.400770 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-07 22:49:14.402541 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.879659 | 2.09s 2025-10-07 22:49:14.877096 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-07 22:49:14.878172 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.355286 | 2.57s 2025-10-07 22:49:15.310721 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-07 22:49:15.311733 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.788846 | 3.00s 2025-10-07 22:49:15.774515 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-07 22:49:15.775340 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.252458 | 3.46s 2025-10-07 22:49:16.292442 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-07 22:49:16.294153 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.771265 | 3.98s 2025-10-07 22:49:16.723854 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-07 22:49:16.724948 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.202062 | 4.41s 2025-10-07 22:49:17.212657 | fa163e05-2da9-b31b-ab8f-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-07 22:49:17.213906 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.691018 | 4.90s 2025-10-07 22:49:17.228371 | fa163e05-2da9-b31b-ab8f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.705481 | 4.92s 2025-10-07 22:49:17.280389 | fa163e05-2da9-b31b-ab8f-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-07 22:49:17.309662 | fa163e05-2da9-b31b-ab8f-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.786766 | 0.03s 2025-10-07 22:49:17.379939 | fa163e05-2da9-b31b-ab8f-000000000821 | TASK | Check for hieradata file 2025-10-07 22:49:17.608217 | fa163e05-2da9-b31b-ab8f-000000000821 | OK | Check for hieradata file | standalone 2025-10-07 22:49:17.609629 | fa163e05-2da9-b31b-ab8f-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.086739 | 0.23s 2025-10-07 22:49:17.636081 | fa163e05-2da9-b31b-ab8f-000000000823 | TASK | Get existing data 2025-10-07 22:49:17.684620 | fa163e05-2da9-b31b-ab8f-000000000823 | SKIPPED | Get existing data | standalone 2025-10-07 22:49:17.685747 | fa163e05-2da9-b31b-ab8f-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.162857 | 0.05s 2025-10-07 22:49:17.711492 | fa163e05-2da9-b31b-ab8f-000000000824 | TASK | Set data fact 2025-10-07 22:49:17.763413 | fa163e05-2da9-b31b-ab8f-000000000824 | SKIPPED | Set data fact | standalone 2025-10-07 22:49:17.764621 | fa163e05-2da9-b31b-ab8f-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.241731 | 0.05s 2025-10-07 22:49:17.791161 | fa163e05-2da9-b31b-ab8f-000000000826 | TASK | Write ansible hieradata file 2025-10-07 22:49:18.273368 | fa163e05-2da9-b31b-ab8f-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-07 22:49:18.274763 | fa163e05-2da9-b31b-ab8f-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.751877 | 0.48s 2025-10-07 22:49:18.379628 | fa163e05-2da9-b31b-ab8f-000000000047 | TIMING | include_tasks | standalone | 0:00:51.856733 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-07 22:49:18.539327 | fa163e05-2da9-b31b-ab8f-00000000004b | TASK | Network Configuration 2025-10-07 22:49:18.565721 | fa163e05-2da9-b31b-ab8f-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e05-2da9-b31b-ab8f-00000000004b') missing from stats 2025-10-07 22:49:18.588359 | fa163e05-2da9-b31b-ab8f-00000000004c | TASK | Check NetworkConfig script existence 2025-10-07 22:49:18.614103 | fa163e05-2da9-b31b-ab8f-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-07 22:49:18.614793 | fa163e05-2da9-b31b-ab8f-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.091910 | 0.03s 2025-10-07 22:49:18.635083 | fa163e05-2da9-b31b-ab8f-000000000052 | TASK | Gather SELinux fact if needed 2025-10-07 22:49:18.693696 | fa163e05-2da9-b31b-ab8f-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-07 22:49:18.694862 | fa163e05-2da9-b31b-ab8f-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.171942 | 0.06s 2025-10-07 22:49:18.720425 | fa163e05-2da9-b31b-ab8f-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-07 22:49:19.378155 | fa163e05-2da9-b31b-ab8f-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-07 22:49:19.379421 | fa163e05-2da9-b31b-ab8f-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.856530 | 0.66s 2025-10-07 22:49:19.406331 | fa163e05-2da9-b31b-ab8f-000000000054 | TASK | Ensure requirements are satisfied 2025-10-07 22:49:19.436326 | fa163e05-2da9-b31b-ab8f-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.913429 | 0.03s 2025-10-07 22:49:19.482874 | fa163e05-2da9-b31b-ab8f-0000000008bf | TASK | Gather facts if they don't exist 2025-10-07 22:49:19.531978 | fa163e05-2da9-b31b-ab8f-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-07 22:49:19.532811 | fa163e05-2da9-b31b-ab8f-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.009927 | 0.05s 2025-10-07 22:49:19.553039 | fa163e05-2da9-b31b-ab8f-0000000008c0 | TASK | Gather variables for each operating system 2025-10-07 22:49:19.666854 | fa163e05-2da9-b31b-ab8f-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-07 22:49:19.678372 | fa163e05-2da9-b31b-ab8f-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.155482 | 0.12s 2025-10-07 22:49:19.700868 | fa163e05-2da9-b31b-ab8f-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-07 22:49:19.980282 | fa163e05-2da9-b31b-ab8f-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-07 22:49:19.981733 | fa163e05-2da9-b31b-ab8f-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.458843 | 0.28s 2025-10-07 22:49:20.008736 | fa163e05-2da9-b31b-ab8f-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-07 22:49:20.042093 | fa163e05-2da9-b31b-ab8f-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-07 22:49:20.044129 | fa163e05-2da9-b31b-ab8f-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.521235 | 0.03s 2025-10-07 22:49:20.070782 | fa163e05-2da9-b31b-ab8f-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-07 22:49:21.105245 | fa163e05-2da9-b31b-ab8f-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-07 22:49:21.106591 | fa163e05-2da9-b31b-ab8f-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.583702 | 1.03s 2025-10-07 22:49:21.156684 | fa163e05-2da9-b31b-ab8f-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-07 22:49:21.410516 | fa163e05-2da9-b31b-ab8f-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-07 22:49:21.411878 | fa163e05-2da9-b31b-ab8f-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.888991 | 0.25s 2025-10-07 22:49:21.437425 | fa163e05-2da9-b31b-ab8f-000000000057 | TASK | Reload NetworkManager 2025-10-07 22:49:21.863789 | fa163e05-2da9-b31b-ab8f-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-07 22:49:21.866216 | fa163e05-2da9-b31b-ab8f-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.343323 | 0.43s 2025-10-07 22:49:21.896080 | fa163e05-2da9-b31b-ab8f-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-07 22:49:22.131080 | fa163e05-2da9-b31b-ab8f-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-07 22:49:22.132650 | fa163e05-2da9-b31b-ab8f-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.609761 | 0.24s 2025-10-07 22:49:22.159089 | fa163e05-2da9-b31b-ab8f-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-07 22:49:22.368623 | fa163e05-2da9-b31b-ab8f-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-07 22:49:22.369899 | fa163e05-2da9-b31b-ab8f-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.847010 | 0.21s 2025-10-07 22:49:22.397255 | fa163e05-2da9-b31b-ab8f-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-07 22:49:22.436499 | fa163e05-2da9-b31b-ab8f-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-07 22:49:22.437616 | fa163e05-2da9-b31b-ab8f-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.914727 | 0.04s 2025-10-07 22:49:22.465073 | fa163e05-2da9-b31b-ab8f-00000000005c | TASK | Ensure we get cloud-init 2025-10-07 22:49:22.710048 | fa163e05-2da9-b31b-ab8f-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-07 22:49:22.711380 | fa163e05-2da9-b31b-ab8f-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.188495 | 0.24s 2025-10-07 22:49:22.732529 | fa163e05-2da9-b31b-ab8f-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-07 22:49:22.998526 | fa163e05-2da9-b31b-ab8f-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-07 22:49:22.999564 | fa163e05-2da9-b31b-ab8f-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.476681 | 0.27s 2025-10-07 22:49:23.020843 | fa163e05-2da9-b31b-ab8f-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-07 22:49:23.410704 | fa163e05-2da9-b31b-ab8f-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-07 22:49:23.411665 | fa163e05-2da9-b31b-ab8f-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.888782 | 0.39s 2025-10-07 22:49:23.431971 | fa163e05-2da9-b31b-ab8f-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-07 22:49:23.500004 | fa163e05-2da9-b31b-ab8f-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-07 22:49:23.500723 | fa163e05-2da9-b31b-ab8f-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.977841 | 0.07s 2025-10-07 22:49:23.520650 | fa163e05-2da9-b31b-ab8f-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-07 22:49:23.796345 | fa163e05-2da9-b31b-ab8f-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-07 22:49:23.797308 | fa163e05-2da9-b31b-ab8f-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.274425 | 0.28s 2025-10-07 22:49:23.817925 | fa163e05-2da9-b31b-ab8f-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-07 22:49:23.857237 | fa163e05-2da9-b31b-ab8f-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.334353 | 0.04s 2025-10-07 22:49:23.873916 | 78360b64-6c6c-441c-be13-82d56d27159f | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-07 22:49:23.898535 | fa163e05-2da9-b31b-ab8f-000000000909 | TASK | Set nic_config_file fact 2025-10-07 22:49:23.967368 | fa163e05-2da9-b31b-ab8f-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-07 22:49:23.968281 | fa163e05-2da9-b31b-ab8f-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.445398 | 0.07s 2025-10-07 22:49:23.988802 | fa163e05-2da9-b31b-ab8f-00000000090a | TASK | Render overidden network config 2025-10-07 22:49:24.078035 | fa163e05-2da9-b31b-ab8f-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-07 22:49:24.079366 | fa163e05-2da9-b31b-ab8f-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.556474 | 0.09s 2025-10-07 22:49:24.106468 | fa163e05-2da9-b31b-ab8f-00000000090b | TASK | Render network_config 2025-10-07 22:49:24.177104 | fa163e05-2da9-b31b-ab8f-00000000090b | SKIPPED | Render network_config | standalone 2025-10-07 22:49:24.178164 | fa163e05-2da9-b31b-ab8f-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.655274 | 0.07s 2025-10-07 22:49:24.205326 | fa163e05-2da9-b31b-ab8f-00000000090c | TASK | Render network_config from template 2025-10-07 22:49:24.745457 | fa163e05-2da9-b31b-ab8f-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-07 22:49:24.746314 | fa163e05-2da9-b31b-ab8f-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.223435 | 0.54s 2025-10-07 22:49:24.768086 | fa163e05-2da9-b31b-ab8f-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=33580141058.44017 2025-10-07 22:49:28.820073 | fa163e05-2da9-b31b-ab8f-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-07 22:49:28.822499 | fa163e05-2da9-b31b-ab8f-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.299609 | 4.05s 2025-10-07 22:49:28.851469 | fa163e05-2da9-b31b-ab8f-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-07 22:49:29.345865 | fa163e05-2da9-b31b-ab8f-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-07 22:49:29.347244 | fa163e05-2da9-b31b-ab8f-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.824356 | 0.49s 2025-10-07 22:49:29.374215 | fa163e05-2da9-b31b-ab8f-000000000065 | TASK | Disable cloud-init network config 2025-10-07 22:49:29.973475 | fa163e05-2da9-b31b-ab8f-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-07 22:49:29.974871 | fa163e05-2da9-b31b-ab8f-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.451980 | 0.60s 2025-10-07 22:49:30.000727 | fa163e05-2da9-b31b-ab8f-000000000066 | TASK | Ensure network service is enabled 2025-10-07 22:49:30.469962 | fa163e05-2da9-b31b-ab8f-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-07 22:49:30.471068 | fa163e05-2da9-b31b-ab8f-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.948188 | 0.47s PLAY [Server network validation] *********************************************** 2025-10-07 22:49:30.590136 | fa163e05-2da9-b31b-ab8f-000000000096 | TASK | Basic Network Validation 2025-10-07 22:49:30.618325 | fa163e05-2da9-b31b-ab8f-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.095428 | 0.03s 2025-10-07 22:49:30.662051 | fa163e05-2da9-b31b-ab8f-000000000945 | TASK | Collect default network fact 2025-10-07 22:49:31.271091 | fa163e05-2da9-b31b-ab8f-000000000945 | OK | Collect default network fact | standalone 2025-10-07 22:49:31.272445 | fa163e05-2da9-b31b-ab8f-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.749555 | 0.61s 2025-10-07 22:49:31.297767 | fa163e05-2da9-b31b-ab8f-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-07 22:49:31.330958 | fa163e05-2da9-b31b-ab8f-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-07 22:49:31.332126 | fa163e05-2da9-b31b-ab8f-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.809236 | 0.03s 2025-10-07 22:49:31.357179 | fa163e05-2da9-b31b-ab8f-000000000947 | TASK | Check all networks Gateway availability 2025-10-07 22:49:31.386909 | fa163e05-2da9-b31b-ab8f-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.864017 | 0.03s 2025-10-07 22:49:31.412509 | fa163e05-2da9-b31b-ab8f-000000000949 | TASK | Check Controllers availability 2025-10-07 22:49:31.481148 | fa163e05-2da9-b31b-ab8f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-07 22:49:31.488686 | fa163e05-2da9-b31b-ab8f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-07 22:49:31.495210 | fa163e05-2da9-b31b-ab8f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-07 22:49:31.501321 | fa163e05-2da9-b31b-ab8f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-07 22:49:31.508752 | fa163e05-2da9-b31b-ab8f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-07 22:49:31.514259 | fa163e05-2da9-b31b-ab8f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-07 22:49:31.526011 | fa163e05-2da9-b31b-ab8f-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.003118 | 0.11s 2025-10-07 22:49:31.551711 | fa163e05-2da9-b31b-ab8f-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-07 22:49:31.587155 | fa163e05-2da9-b31b-ab8f-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-07 22:49:31.588478 | fa163e05-2da9-b31b-ab8f-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.065587 | 0.04s PLAY [Server pre deployment steps] ********************************************* 2025-10-07 22:49:31.775326 | fa163e05-2da9-b31b-ab8f-00000000009a | TASK | Server pre deployments 2025-10-07 22:49:31.804934 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-00000000009a') missing from stats 2025-10-07 22:49:31.826780 | fa163e05-2da9-b31b-ab8f-00000000009e | TASK | Hiera config 2025-10-07 22:49:31.853999 | fa163e05-2da9-b31b-ab8f-00000000009e | TIMING | Hiera config | standalone | 0:01:05.331104 | 0.03s 2025-10-07 22:49:31.895443 | fa163e05-2da9-b31b-ab8f-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-07 22:49:32.136418 | fa163e05-2da9-b31b-ab8f-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-07 22:49:32.138050 | fa163e05-2da9-b31b-ab8f-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.615159 | 0.24s 2025-10-07 22:49:32.164668 | fa163e05-2da9-b31b-ab8f-00000000099f | TASK | Write hiera config 2025-10-07 22:49:32.672710 | fa163e05-2da9-b31b-ab8f-00000000099f | OK | Write hiera config | standalone 2025-10-07 22:49:32.674251 | fa163e05-2da9-b31b-ab8f-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.151362 | 0.51s 2025-10-07 22:49:32.724948 | fa163e05-2da9-b31b-ab8f-00000000009f | TASK | Hiera symlink 2025-10-07 22:49:32.964477 | fa163e05-2da9-b31b-ab8f-00000000009f | OK | Hiera symlink | standalone 2025-10-07 22:49:32.966024 | fa163e05-2da9-b31b-ab8f-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.443132 | 0.24s 2025-10-07 22:49:32.992569 | fa163e05-2da9-b31b-ab8f-0000000000a0 | TASK | Hieradata from vars 2025-10-07 22:49:33.021138 | fa163e05-2da9-b31b-ab8f-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.498243 | 0.03s 2025-10-07 22:49:33.082266 | fa163e05-2da9-b31b-ab8f-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-07 22:49:33.583626 | fa163e05-2da9-b31b-ab8f-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-07 22:49:33.585252 | fa163e05-2da9-b31b-ab8f-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.062360 | 0.50s 2025-10-07 22:49:33.613112 | fa163e05-2da9-b31b-ab8f-0000000009fa | TASK | Render hieradata from template 2025-10-07 22:49:34.085957 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-07 22:49:34.088066 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.565166 | 0.47s 2025-10-07 22:49:34.572469 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-07 22:49:34.575771 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.052870 | 0.96s 2025-10-07 22:49:35.168584 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-07 22:49:35.169782 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.646893 | 1.56s 2025-10-07 22:49:35.627813 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-07 22:49:35.629781 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.106893 | 2.02s 2025-10-07 22:49:36.129658 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-07 22:49:36.131537 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.608654 | 2.52s 2025-10-07 22:49:36.600469 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-07 22:49:36.602460 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.079573 | 2.99s 2025-10-07 22:49:37.153165 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-07 22:49:37.154258 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.631371 | 3.54s 2025-10-07 22:49:37.565419 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-07 22:49:37.566690 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.043797 | 3.95s 2025-10-07 22:49:38.039311 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-07 22:49:38.041706 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.518787 | 4.43s 2025-10-07 22:49:38.526537 | fa163e05-2da9-b31b-ab8f-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-07 22:49:38.527339 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.004457 | 4.91s 2025-10-07 22:49:38.536856 | fa163e05-2da9-b31b-ab8f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.013948 | 4.92s 2025-10-07 22:49:38.593183 | fa163e05-2da9-b31b-ab8f-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-07 22:49:38.624947 | fa163e05-2da9-b31b-ab8f-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.102058 | 0.03s 2025-10-07 22:49:38.670936 | fa163e05-2da9-b31b-ab8f-000000000a9e | TASK | Check for hieradata file 2025-10-07 22:49:38.891557 | fa163e05-2da9-b31b-ab8f-000000000a9e | OK | Check for hieradata file | standalone 2025-10-07 22:49:38.893006 | fa163e05-2da9-b31b-ab8f-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.370116 | 0.22s 2025-10-07 22:49:38.919440 | fa163e05-2da9-b31b-ab8f-000000000aa0 | TASK | Get existing data 2025-10-07 22:49:38.947234 | fa163e05-2da9-b31b-ab8f-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-07 22:49:38.948452 | fa163e05-2da9-b31b-ab8f-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.425561 | 0.03s 2025-10-07 22:49:38.974633 | fa163e05-2da9-b31b-ab8f-000000000aa1 | TASK | Set data fact 2025-10-07 22:49:39.024065 | fa163e05-2da9-b31b-ab8f-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-07 22:49:39.025416 | fa163e05-2da9-b31b-ab8f-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.502524 | 0.05s 2025-10-07 22:49:39.051976 | fa163e05-2da9-b31b-ab8f-000000000aa3 | TASK | Write ansible hieradata file 2025-10-07 22:49:39.549702 | fa163e05-2da9-b31b-ab8f-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-07 22:49:39.551153 | fa163e05-2da9-b31b-ab8f-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.028262 | 0.50s 2025-10-07 22:49:39.653873 | fa163e05-2da9-b31b-ab8f-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.130929 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-07 22:49:39.812406 | fa163e05-2da9-b31b-ab8f-0000000000a6 | TASK | Host prep steps 2025-10-07 22:49:39.839987 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000a6') missing from stats 2025-10-07 22:49:39.910698 | fa163e05-2da9-b31b-ab8f-0000000000a7 | TASK | Deploy Artifacts 2025-10-07 22:49:40.014464 | fa163e05-2da9-b31b-ab8f-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-07 22:49:40.015656 | fa163e05-2da9-b31b-ab8f-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.492768 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 22:49:40.080877 | fa163e05-2da9-b31b-ab8f-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.557934 | 0.04s 2025-10-07 22:49:40.293593 | 4a300d67-e257-4400-b7aa-72c27b7337dc | INCLUDED | /root/standalone-ansible-lus4j9ue/Standalone/host_prep_tasks.yaml | standalone 2025-10-07 22:49:40.353838 | fa163e05-2da9-b31b-ab8f-000000000b1e | TASK | Run firewall role 2025-10-07 22:49:40.379317 | fa163e05-2da9-b31b-ab8f-000000000b1e | TIMING | Run firewall role | standalone | 0:01:13.856433 | 0.02s 2025-10-07 22:49:40.434495 | fa163e05-2da9-b31b-ab8f-000000000c36 | TASK | Gather variables for each operating system 2025-10-07 22:49:40.551263 | fa163e05-2da9-b31b-ab8f-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-07 22:49:40.552582 | fa163e05-2da9-b31b-ab8f-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.029691 | 0.12s 2025-10-07 22:49:40.558104 | fa163e05-2da9-b31b-ab8f-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.035218 | 0.12s 2025-10-07 22:49:40.576469 | fa163e05-2da9-b31b-ab8f-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-07 22:49:43.498025 | fa163e05-2da9-b31b-ab8f-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-07 22:49:43.499336 | fa163e05-2da9-b31b-ab8f-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:16.976448 | 2.92s 2025-10-07 22:49:43.526641 | fa163e05-2da9-b31b-ab8f-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-07 22:49:43.566261 | fa163e05-2da9-b31b-ab8f-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-07 22:49:43.567485 | fa163e05-2da9-b31b-ab8f-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.044595 | 0.04s 2025-10-07 22:49:43.594663 | fa163e05-2da9-b31b-ab8f-000000000c3c | TASK | Enable masquerade 2025-10-07 22:49:43.644552 | fa163e05-2da9-b31b-ab8f-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-07 22:49:43.645674 | fa163e05-2da9-b31b-ab8f-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.122784 | 0.05s 2025-10-07 22:49:43.670783 | fa163e05-2da9-b31b-ab8f-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-07 22:49:43.708437 | fa163e05-2da9-b31b-ab8f-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-07 22:49:43.709448 | fa163e05-2da9-b31b-ab8f-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.186561 | 0.04s 2025-10-07 22:49:43.735082 | fa163e05-2da9-b31b-ab8f-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-07 22:49:43.786657 | fa163e05-2da9-b31b-ab8f-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-07 22:49:43.788151 | fa163e05-2da9-b31b-ab8f-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.265263 | 0.05s 2025-10-07 22:49:43.813713 | fa163e05-2da9-b31b-ab8f-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-07 22:49:43.852722 | fa163e05-2da9-b31b-ab8f-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-07 22:49:43.853876 | fa163e05-2da9-b31b-ab8f-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.330986 | 0.04s 2025-10-07 22:49:43.879685 | fa163e05-2da9-b31b-ab8f-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-07 22:49:43.915059 | fa163e05-2da9-b31b-ab8f-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-07 22:49:43.916386 | fa163e05-2da9-b31b-ab8f-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.393493 | 0.04s 2025-10-07 22:49:43.943356 | fa163e05-2da9-b31b-ab8f-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-07 22:49:43.976221 | fa163e05-2da9-b31b-ab8f-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-07 22:49:43.977302 | fa163e05-2da9-b31b-ab8f-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.454412 | 0.03s 2025-10-07 22:49:44.002843 | fa163e05-2da9-b31b-ab8f-000000000c46 | TASK | Enable LOG rules 2025-10-07 22:49:44.033485 | fa163e05-2da9-b31b-ab8f-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-07 22:49:44.034572 | fa163e05-2da9-b31b-ab8f-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.511680 | 0.03s 2025-10-07 22:49:44.059792 | fa163e05-2da9-b31b-ab8f-000000000c47 | TASK | Set rule fact 2025-10-07 22:49:44.165208 | fa163e05-2da9-b31b-ab8f-000000000c47 | OK | Set rule fact | standalone 2025-10-07 22:49:44.168098 | fa163e05-2da9-b31b-ab8f-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.645208 | 0.11s 2025-10-07 22:49:44.196857 | fa163e05-2da9-b31b-ab8f-000000000c48 | TASK | Manage rules via nftables 2025-10-07 22:49:44.227126 | fa163e05-2da9-b31b-ab8f-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:17.704222 | 0.03s 2025-10-07 22:49:44.324418 | fa163e05-2da9-b31b-ab8f-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.801519 | 0.03s 2025-10-07 22:49:44.347572 | 1238afb2-11b3-4071-a854-fb25d2b27bc6 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-07 22:49:44.378624 | fa163e05-2da9-b31b-ab8f-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-07 22:49:44.787008 | fa163e05-2da9-b31b-ab8f-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-07 22:49:44.789640 | fa163e05-2da9-b31b-ab8f-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.266743 | 0.41s 2025-10-07 22:49:45.141339 | fa163e05-2da9-b31b-ab8f-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-07 22:49:45.142936 | fa163e05-2da9-b31b-ab8f-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.620048 | 0.76s 2025-10-07 22:49:45.162046 | fa163e05-2da9-b31b-ab8f-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.639162 | 0.78s 2025-10-07 22:49:45.181339 | fa163e05-2da9-b31b-ab8f-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-07 22:49:46.963679 | fa163e05-2da9-b31b-ab8f-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-07 22:49:46.964943 | fa163e05-2da9-b31b-ab8f-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.442057 | 1.78s 2025-10-07 22:49:46.986273 | fa163e05-2da9-b31b-ab8f-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-07 22:49:47.023945 | fa163e05-2da9-b31b-ab8f-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-07 22:49:47.024703 | fa163e05-2da9-b31b-ab8f-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.501819 | 0.04s 2025-10-07 22:49:47.071503 | fa163e05-2da9-b31b-ab8f-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.548615 | 0.03s 2025-10-07 22:49:47.098895 | 23d66018-ad5f-4f9c-9090-c703ad7f5cca | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-07 22:49:47.132856 | fa163e05-2da9-b31b-ab8f-000000000d40 | TASK | Push empty ruleset 2025-10-07 22:49:47.598195 | fa163e05-2da9-b31b-ab8f-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-07 22:49:47.598977 | fa163e05-2da9-b31b-ab8f-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.076095 | 0.47s 2025-10-07 22:49:47.617388 | fa163e05-2da9-b31b-ab8f-000000000d41 | TASK | Load empty ruleset 2025-10-07 22:49:47.878686 | fa163e05-2da9-b31b-ab8f-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-07 22:49:47.880070 | fa163e05-2da9-b31b-ab8f-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.357179 | 0.26s 2025-10-07 22:49:47.907567 | fa163e05-2da9-b31b-ab8f-000000000d43 | TASK | Use default rules 2025-10-07 22:49:47.997124 | fa163e05-2da9-b31b-ab8f-000000000d43 | OK | Use default rules | standalone 2025-10-07 22:49:47.999165 | fa163e05-2da9-b31b-ab8f-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.476282 | 0.09s 2025-10-07 22:49:48.021696 | fa163e05-2da9-b31b-ab8f-000000000d44 | TASK | Enable LOG rules 2025-10-07 22:49:48.104373 | fa163e05-2da9-b31b-ab8f-000000000d44 | OK | Enable LOG rules | standalone 2025-10-07 22:49:48.107602 | fa163e05-2da9-b31b-ab8f-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.584709 | 0.09s 2025-10-07 22:49:48.138051 | fa163e05-2da9-b31b-ab8f-000000000d46 | TASK | Get current nftables content 2025-10-07 22:49:48.391330 | fa163e05-2da9-b31b-ab8f-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-07 22:49:48.392736 | fa163e05-2da9-b31b-ab8f-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.869845 | 0.25s 2025-10-07 22:49:48.420096 | fa163e05-2da9-b31b-ab8f-000000000d48 | TASK | Generate chain jumps 2025-10-07 22:49:48.999215 | fa163e05-2da9-b31b-ab8f-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-07 22:49:49.000623 | fa163e05-2da9-b31b-ab8f-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.477731 | 0.58s 2025-10-07 22:49:49.027708 | fa163e05-2da9-b31b-ab8f-000000000d49 | TASK | Generate chain jumps 2025-10-07 22:49:49.589693 | fa163e05-2da9-b31b-ab8f-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-07 22:49:49.590888 | fa163e05-2da9-b31b-ab8f-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.068002 | 0.56s 2025-10-07 22:49:49.613125 | fa163e05-2da9-b31b-ab8f-000000000d4a | TASK | Generate nft flushes 2025-10-07 22:49:50.145613 | fa163e05-2da9-b31b-ab8f-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-07 22:49:50.146924 | fa163e05-2da9-b31b-ab8f-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.624036 | 0.53s 2025-10-07 22:49:50.174555 | fa163e05-2da9-b31b-ab8f-000000000d4b | TASK | Generate nft tripleo chains 2025-10-07 22:49:50.683272 | fa163e05-2da9-b31b-ab8f-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-07 22:49:50.684613 | fa163e05-2da9-b31b-ab8f-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.161723 | 0.51s 2025-10-07 22:49:50.711225 | fa163e05-2da9-b31b-ab8f-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-07 22:49:52.313395 | fa163e05-2da9-b31b-ab8f-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-07 22:49:52.314727 | fa163e05-2da9-b31b-ab8f-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.791842 | 1.60s 2025-10-07 22:49:52.341069 | fa163e05-2da9-b31b-ab8f-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-07 22:49:52.943251 | fa163e05-2da9-b31b-ab8f-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-07 22:49:52.944819 | fa163e05-2da9-b31b-ab8f-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.421928 | 0.60s 2025-10-07 22:49:52.972683 | fa163e05-2da9-b31b-ab8f-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-07 22:49:53.244112 | fa163e05-2da9-b31b-ab8f-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-07 22:49:53.245481 | fa163e05-2da9-b31b-ab8f-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.722591 | 0.27s 2025-10-07 22:49:53.290531 | fa163e05-2da9-b31b-ab8f-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.767637 | 0.03s 2025-10-07 22:49:53.311169 | 26b51ac6-fc37-44ae-885f-be47c5c3dc7d | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-07 22:49:53.363271 | fa163e05-2da9-b31b-ab8f-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-07 22:49:53.590945 | fa163e05-2da9-b31b-ab8f-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-07 22:49:53.592408 | fa163e05-2da9-b31b-ab8f-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.069518 | 0.23s 2025-10-07 22:49:53.619080 | fa163e05-2da9-b31b-ab8f-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-07 22:49:53.934874 | fa163e05-2da9-b31b-ab8f-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-07 22:49:53.936244 | fa163e05-2da9-b31b-ab8f-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.413356 | 0.32s 2025-10-07 22:49:54.009674 | fa163e05-2da9-b31b-ab8f-000000000b1f | TASK | create persistent logs directory 2025-10-07 22:49:54.271031 | fa163e05-2da9-b31b-ab8f-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-07 22:49:54.272765 | fa163e05-2da9-b31b-ab8f-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.749870 | 0.26s 2025-10-07 22:49:54.547573 | fa163e05-2da9-b31b-ab8f-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-07 22:49:54.548528 | fa163e05-2da9-b31b-ab8f-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.025640 | 0.54s 2025-10-07 22:49:54.560707 | fa163e05-2da9-b31b-ab8f-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.037815 | 0.55s 2025-10-07 22:49:54.587047 | fa163e05-2da9-b31b-ab8f-000000000b20 | TASK | create persistent directories 2025-10-07 22:49:54.847036 | fa163e05-2da9-b31b-ab8f-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-07 22:49:54.849405 | fa163e05-2da9-b31b-ab8f-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.326502 | 0.26s 2025-10-07 22:49:54.860108 | fa163e05-2da9-b31b-ab8f-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.337219 | 0.27s 2025-10-07 22:49:54.886044 | fa163e05-2da9-b31b-ab8f-000000000b21 | TASK | create persistent directories 2025-10-07 22:49:55.163368 | fa163e05-2da9-b31b-ab8f-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-07 22:49:55.165800 | fa163e05-2da9-b31b-ab8f-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.642904 | 0.28s 2025-10-07 22:49:55.368308 | fa163e05-2da9-b31b-ab8f-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-07 22:49:55.370092 | fa163e05-2da9-b31b-ab8f-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.847204 | 0.48s 2025-10-07 22:49:55.380829 | fa163e05-2da9-b31b-ab8f-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.857930 | 0.49s 2025-10-07 22:49:55.407496 | fa163e05-2da9-b31b-ab8f-000000000b22 | TASK | create persistent directories 2025-10-07 22:49:55.660499 | fa163e05-2da9-b31b-ab8f-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-07 22:49:55.663171 | fa163e05-2da9-b31b-ab8f-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.140275 | 0.25s 2025-10-07 22:49:55.885654 | fa163e05-2da9-b31b-ab8f-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-07 22:49:55.887436 | fa163e05-2da9-b31b-ab8f-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.364550 | 0.48s 2025-10-07 22:49:55.898011 | fa163e05-2da9-b31b-ab8f-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.375127 | 0.49s 2025-10-07 22:49:55.924251 | fa163e05-2da9-b31b-ab8f-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-07 22:49:57.132420 | fa163e05-2da9-b31b-ab8f-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-07 22:49:57.134074 | fa163e05-2da9-b31b-ab8f-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.611187 | 1.21s 2025-10-07 22:49:57.160804 | fa163e05-2da9-b31b-ab8f-000000000b24 | TASK | create persistent directories 2025-10-07 22:49:57.428616 | fa163e05-2da9-b31b-ab8f-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-07 22:49:57.430255 | fa163e05-2da9-b31b-ab8f-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.907357 | 0.27s 2025-10-07 22:49:57.437770 | fa163e05-2da9-b31b-ab8f-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.914875 | 0.28s 2025-10-07 22:49:57.464528 | fa163e05-2da9-b31b-ab8f-000000000b25 | TASK | create persistent directories 2025-10-07 22:49:57.742035 | fa163e05-2da9-b31b-ab8f-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-07 22:49:57.744466 | fa163e05-2da9-b31b-ab8f-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.221571 | 0.28s 2025-10-07 22:49:57.950636 | fa163e05-2da9-b31b-ab8f-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-07 22:49:57.952265 | fa163e05-2da9-b31b-ab8f-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.429381 | 0.49s 2025-10-07 22:49:57.962950 | fa163e05-2da9-b31b-ab8f-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.440058 | 0.50s 2025-10-07 22:49:57.984036 | fa163e05-2da9-b31b-ab8f-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-07 22:49:59.492099 | fa163e05-2da9-b31b-ab8f-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-07 22:49:59.494987 | fa163e05-2da9-b31b-ab8f-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.972096 | 1.51s 2025-10-07 22:49:59.521789 | fa163e05-2da9-b31b-ab8f-000000000b27 | TASK | create persistent directories 2025-10-07 22:49:59.762007 | fa163e05-2da9-b31b-ab8f-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-07 22:49:59.764197 | fa163e05-2da9-b31b-ab8f-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.241303 | 0.24s 2025-10-07 22:49:59.935450 | fa163e05-2da9-b31b-ab8f-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-07 22:49:59.937214 | fa163e05-2da9-b31b-ab8f-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.414327 | 0.41s 2025-10-07 22:49:59.947871 | fa163e05-2da9-b31b-ab8f-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.424951 | 0.42s 2025-10-07 22:49:59.975337 | fa163e05-2da9-b31b-ab8f-000000000b28 | TASK | ensure ceph configurations exist 2025-10-07 22:50:00.228065 | fa163e05-2da9-b31b-ab8f-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-07 22:50:00.229533 | fa163e05-2da9-b31b-ab8f-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.706643 | 0.25s 2025-10-07 22:50:00.254959 | fa163e05-2da9-b31b-ab8f-000000000b29 | TASK | create persistent directories 2025-10-07 22:50:00.488799 | fa163e05-2da9-b31b-ab8f-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-07 22:50:00.490278 | fa163e05-2da9-b31b-ab8f-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.967391 | 0.23s 2025-10-07 22:50:00.500434 | fa163e05-2da9-b31b-ab8f-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.977546 | 0.24s 2025-10-07 22:50:00.526723 | fa163e05-2da9-b31b-ab8f-000000000b2b | TASK | Create cinder image conversion directory 2025-10-07 22:50:00.554337 | fa163e05-2da9-b31b-ab8f-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-07 22:50:00.555207 | fa163e05-2da9-b31b-ab8f-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:34.032323 | 0.03s 2025-10-07 22:50:00.575118 | fa163e05-2da9-b31b-ab8f-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-07 22:50:00.604779 | fa163e05-2da9-b31b-ab8f-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-07 22:50:00.605481 | fa163e05-2da9-b31b-ab8f-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:34.082600 | 0.03s 2025-10-07 22:50:00.625604 | fa163e05-2da9-b31b-ab8f-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-07 22:50:00.653386 | fa163e05-2da9-b31b-ab8f-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-07 22:50:00.654115 | fa163e05-2da9-b31b-ab8f-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:34.131234 | 0.03s 2025-10-07 22:50:00.673485 | fa163e05-2da9-b31b-ab8f-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-07 22:50:00.701009 | fa163e05-2da9-b31b-ab8f-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-07 22:50:00.701729 | fa163e05-2da9-b31b-ab8f-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:34.178848 | 0.03s 2025-10-07 22:50:00.721042 | fa163e05-2da9-b31b-ab8f-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-07 22:50:00.749946 | fa163e05-2da9-b31b-ab8f-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-07 22:50:00.751056 | fa163e05-2da9-b31b-ab8f-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:34.228173 | 0.03s 2025-10-07 22:50:00.771235 | fa163e05-2da9-b31b-ab8f-000000000b32 | TASK | Get or create LVM loopback device 2025-10-07 22:50:00.797243 | fa163e05-2da9-b31b-ab8f-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-07 22:50:00.797974 | fa163e05-2da9-b31b-ab8f-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:34.275093 | 0.03s 2025-10-07 22:50:00.817376 | fa163e05-2da9-b31b-ab8f-000000000b33 | TASK | Create LVM volume group 2025-10-07 22:50:00.845537 | fa163e05-2da9-b31b-ab8f-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-07 22:50:00.846707 | fa163e05-2da9-b31b-ab8f-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:34.323817 | 0.03s 2025-10-07 22:50:00.871560 | fa163e05-2da9-b31b-ab8f-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-07 22:50:00.899526 | fa163e05-2da9-b31b-ab8f-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-07 22:50:00.900579 | fa163e05-2da9-b31b-ab8f-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:34.377690 | 0.03s 2025-10-07 22:50:00.925736 | fa163e05-2da9-b31b-ab8f-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-07 22:50:00.955537 | fa163e05-2da9-b31b-ab8f-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-07 22:50:00.956634 | fa163e05-2da9-b31b-ab8f-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:34.433745 | 0.03s 2025-10-07 22:50:00.981295 | fa163e05-2da9-b31b-ab8f-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-07 22:50:01.993479 | fa163e05-2da9-b31b-ab8f-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-07 22:50:01.995187 | fa163e05-2da9-b31b-ab8f-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:35.472298 | 1.01s 2025-10-07 22:50:02.021106 | fa163e05-2da9-b31b-ab8f-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-07 22:50:04.209604 | fa163e05-2da9-b31b-ab8f-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-07 22:50:04.211148 | fa163e05-2da9-b31b-ab8f-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:37.688259 | 2.19s 2025-10-07 22:50:04.268732 | fa163e05-2da9-b31b-ab8f-000000000b3a | OK | set_fact | standalone 2025-10-07 22:50:04.270281 | fa163e05-2da9-b31b-ab8f-000000000b3a | TIMING | set_fact | standalone | 0:01:37.747392 | 0.03s 2025-10-07 22:50:04.323313 | fa163e05-2da9-b31b-ab8f-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:37.800415 | 0.03s 2025-10-07 22:50:04.381941 | fa163e05-2da9-b31b-ab8f-000000000f04 | TASK | ensure apache is installed 2025-10-07 22:50:10.227236 | fa163e05-2da9-b31b-ab8f-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-07 22:50:10.228936 | fa163e05-2da9-b31b-ab8f-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:43.706045 | 5.85s 2025-10-07 22:50:10.257288 | fa163e05-2da9-b31b-ab8f-000000000f05 | TASK | create image data directory 2025-10-07 22:50:10.520705 | fa163e05-2da9-b31b-ab8f-000000000f05 | CHANGED | create image data directory | standalone 2025-10-07 22:50:10.522137 | fa163e05-2da9-b31b-ab8f-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:43.999246 | 0.26s 2025-10-07 22:50:10.548087 | fa163e05-2da9-b31b-ab8f-000000000f06 | TASK | create /v2/ response file 2025-10-07 22:50:11.002618 | fa163e05-2da9-b31b-ab8f-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-07 22:50:11.004319 | fa163e05-2da9-b31b-ab8f-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:44.481428 | 0.45s 2025-10-07 22:50:11.032174 | fa163e05-2da9-b31b-ab8f-000000000f07 | TASK | Add listen line 2025-10-07 22:50:11.424541 | fa163e05-2da9-b31b-ab8f-000000000f07 | CHANGED | Add listen line | standalone 2025-10-07 22:50:11.425994 | fa163e05-2da9-b31b-ab8f-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:44.903104 | 0.39s 2025-10-07 22:50:11.452594 | fa163e05-2da9-b31b-ab8f-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-07 22:50:11.951015 | fa163e05-2da9-b31b-ab8f-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-07 22:50:11.952429 | fa163e05-2da9-b31b-ab8f-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:45.429539 | 0.50s 2025-10-07 22:50:11.978509 | fa163e05-2da9-b31b-ab8f-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-07 22:50:12.954093 | fa163e05-2da9-b31b-ab8f-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-07 22:50:12.955192 | fa163e05-2da9-b31b-ab8f-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:46.432311 | 0.98s 2025-10-07 22:50:12.990642 | fa163e05-2da9-b31b-ab8f-000000000b3d | TASK | create persistent logs directory 2025-10-07 22:50:13.252295 | fa163e05-2da9-b31b-ab8f-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-07 22:50:13.254296 | fa163e05-2da9-b31b-ab8f-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.731400 | 0.26s 2025-10-07 22:50:13.460940 | fa163e05-2da9-b31b-ab8f-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-07 22:50:13.462090 | fa163e05-2da9-b31b-ab8f-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.939202 | 0.47s 2025-10-07 22:50:13.468684 | fa163e05-2da9-b31b-ab8f-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.945793 | 0.48s 2025-10-07 22:50:13.487439 | fa163e05-2da9-b31b-ab8f-000000000b3e | TASK | Mount NFS on host 2025-10-07 22:50:13.514235 | fa163e05-2da9-b31b-ab8f-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-07 22:50:13.515064 | fa163e05-2da9-b31b-ab8f-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:46.992182 | 0.03s 2025-10-07 22:50:13.533629 | fa163e05-2da9-b31b-ab8f-000000000b3f | TASK | Mount Node Staging Location 2025-10-07 22:50:13.563158 | fa163e05-2da9-b31b-ab8f-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-07 22:50:13.564022 | fa163e05-2da9-b31b-ab8f-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:47.041140 | 0.03s 2025-10-07 22:50:13.581786 | fa163e05-2da9-b31b-ab8f-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-07 22:50:13.806542 | fa163e05-2da9-b31b-ab8f-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-07 22:50:13.807652 | fa163e05-2da9-b31b-ab8f-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:47.284770 | 0.23s 2025-10-07 22:50:13.825778 | fa163e05-2da9-b31b-ab8f-000000000b41 | TASK | create logs directory 2025-10-07 22:50:14.090234 | fa163e05-2da9-b31b-ab8f-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-07 22:50:14.092366 | fa163e05-2da9-b31b-ab8f-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.569468 | 0.27s 2025-10-07 22:50:14.283035 | fa163e05-2da9-b31b-ab8f-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-07 22:50:14.283994 | fa163e05-2da9-b31b-ab8f-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.761107 | 0.46s 2025-10-07 22:50:14.290643 | fa163e05-2da9-b31b-ab8f-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.767755 | 0.46s 2025-10-07 22:50:14.309277 | fa163e05-2da9-b31b-ab8f-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-07 22:50:14.335363 | fa163e05-2da9-b31b-ab8f-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-07 22:50:14.336420 | fa163e05-2da9-b31b-ab8f-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:47.813534 | 0.03s 2025-10-07 22:50:14.355557 | fa163e05-2da9-b31b-ab8f-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-07 22:50:14.590412 | fa163e05-2da9-b31b-ab8f-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-07 22:50:14.591350 | fa163e05-2da9-b31b-ab8f-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:48.068468 | 0.23s 2025-10-07 22:50:14.609388 | fa163e05-2da9-b31b-ab8f-000000000b44 | TASK | create persistent directories 2025-10-07 22:50:14.847183 | fa163e05-2da9-b31b-ab8f-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-07 22:50:14.849334 | fa163e05-2da9-b31b-ab8f-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.326442 | 0.24s 2025-10-07 22:50:14.859450 | fa163e05-2da9-b31b-ab8f-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.336565 | 0.25s 2025-10-07 22:50:14.886428 | fa163e05-2da9-b31b-ab8f-000000000b45 | TASK | create persistent data directory 2025-10-07 22:50:15.122255 | fa163e05-2da9-b31b-ab8f-000000000b45 | OK | create persistent data directory | standalone 2025-10-07 22:50:15.123735 | fa163e05-2da9-b31b-ab8f-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:48.600842 | 0.24s 2025-10-07 22:50:15.149896 | fa163e05-2da9-b31b-ab8f-000000000b46 | TASK | get parameters 2025-10-07 22:50:15.190052 | fa163e05-2da9-b31b-ab8f-000000000b46 | OK | get parameters | standalone 2025-10-07 22:50:15.191292 | fa163e05-2da9-b31b-ab8f-000000000b46 | TIMING | get parameters | standalone | 0:01:48.668402 | 0.04s 2025-10-07 22:50:15.217544 | fa163e05-2da9-b31b-ab8f-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-07 22:50:15.272132 | fa163e05-2da9-b31b-ab8f-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-07 22:50:15.272988 | fa163e05-2da9-b31b-ab8f-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:48.750106 | 0.05s 2025-10-07 22:50:15.299354 | fa163e05-2da9-b31b-ab8f-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-07 22:50:15.330901 | fa163e05-2da9-b31b-ab8f-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-07 22:50:15.332116 | fa163e05-2da9-b31b-ab8f-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:48.809223 | 0.03s 2025-10-07 22:50:15.359436 | fa163e05-2da9-b31b-ab8f-000000000b4a | TASK | get haproxy status 2025-10-07 22:50:15.391785 | fa163e05-2da9-b31b-ab8f-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-07 22:50:15.393019 | fa163e05-2da9-b31b-ab8f-000000000b4a | TIMING | get haproxy status | standalone | 0:01:48.870128 | 0.03s 2025-10-07 22:50:15.420951 | fa163e05-2da9-b31b-ab8f-000000000b4b | TASK | get pacemaker status 2025-10-07 22:50:15.453226 | fa163e05-2da9-b31b-ab8f-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-07 22:50:15.454517 | fa163e05-2da9-b31b-ab8f-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:48.931625 | 0.03s 2025-10-07 22:50:15.481046 | fa163e05-2da9-b31b-ab8f-000000000b4c | TASK | get docker status 2025-10-07 22:50:15.520157 | fa163e05-2da9-b31b-ab8f-000000000b4c | SKIPPED | get docker status | standalone 2025-10-07 22:50:15.521371 | fa163e05-2da9-b31b-ab8f-000000000b4c | TIMING | get docker status | standalone | 0:01:48.998479 | 0.04s 2025-10-07 22:50:15.548134 | fa163e05-2da9-b31b-ab8f-000000000b4d | TASK | get container_id 2025-10-07 22:50:15.598052 | fa163e05-2da9-b31b-ab8f-000000000b4d | SKIPPED | get container_id | standalone 2025-10-07 22:50:15.599236 | fa163e05-2da9-b31b-ab8f-000000000b4d | TIMING | get container_id | standalone | 0:01:49.076346 | 0.05s 2025-10-07 22:50:15.626517 | fa163e05-2da9-b31b-ab8f-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-07 22:50:15.679169 | fa163e05-2da9-b31b-ab8f-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-07 22:50:15.680272 | fa163e05-2da9-b31b-ab8f-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:49.157386 | 0.05s 2025-10-07 22:50:15.700585 | fa163e05-2da9-b31b-ab8f-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-07 22:50:15.747751 | fa163e05-2da9-b31b-ab8f-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-07 22:50:15.748522 | fa163e05-2da9-b31b-ab8f-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:49.225639 | 0.05s 2025-10-07 22:50:15.779719 | fa163e05-2da9-b31b-ab8f-000000000b50 | TASK | push certificate content 2025-10-07 22:50:15.832126 | fa163e05-2da9-b31b-ab8f-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-07 22:50:15.833455 | fa163e05-2da9-b31b-ab8f-000000000b50 | TIMING | push certificate content | standalone | 0:01:49.310564 | 0.05s 2025-10-07 22:50:15.860044 | fa163e05-2da9-b31b-ab8f-000000000b52 | TASK | set certificate ownership 2025-10-07 22:50:15.908957 | fa163e05-2da9-b31b-ab8f-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-07 22:50:15.910415 | fa163e05-2da9-b31b-ab8f-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:49.387523 | 0.05s 2025-10-07 22:50:15.942275 | fa163e05-2da9-b31b-ab8f-000000000b53 | TASK | reload haproxy if enabled 2025-10-07 22:50:15.994365 | fa163e05-2da9-b31b-ab8f-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-07 22:50:15.995560 | fa163e05-2da9-b31b-ab8f-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:49.472667 | 0.05s 2025-10-07 22:50:16.022440 | fa163e05-2da9-b31b-ab8f-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-07 22:50:16.076519 | fa163e05-2da9-b31b-ab8f-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-07 22:50:16.079789 | fa163e05-2da9-b31b-ab8f-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:49.556890 | 0.05s 2025-10-07 22:50:16.107624 | fa163e05-2da9-b31b-ab8f-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-07 22:50:16.159194 | fa163e05-2da9-b31b-ab8f-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-07 22:50:16.161140 | fa163e05-2da9-b31b-ab8f-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:49.638233 | 0.05s 2025-10-07 22:50:16.187733 | fa163e05-2da9-b31b-ab8f-000000000b58 | TASK | create persistent directories 2025-10-07 22:50:16.450931 | fa163e05-2da9-b31b-ab8f-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-07 22:50:16.453061 | fa163e05-2da9-b31b-ab8f-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.930169 | 0.26s 2025-10-07 22:50:16.684141 | fa163e05-2da9-b31b-ab8f-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-07 22:50:16.685295 | fa163e05-2da9-b31b-ab8f-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.162407 | 0.50s 2025-10-07 22:50:16.697516 | fa163e05-2da9-b31b-ab8f-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.174627 | 0.51s 2025-10-07 22:50:16.722873 | fa163e05-2da9-b31b-ab8f-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-07 22:50:22.095101 | fa163e05-2da9-b31b-ab8f-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-07 22:50:22.096396 | fa163e05-2da9-b31b-ab8f-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:55.573507 | 5.37s 2025-10-07 22:50:22.121649 | fa163e05-2da9-b31b-ab8f-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-07 22:50:22.206499 | fa163e05-2da9-b31b-ab8f-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.70 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.26", " Config retrieval: 0.79", " Last run: 1759877421", " Total: 0.26", "Version:", " Config: 1759877420", " 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-07 22:50:22.207628 | fa163e05-2da9-b31b-ab8f-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:55.684742 | 0.08s 2025-10-07 22:50:22.233584 | fa163e05-2da9-b31b-ab8f-000000000b5b | TASK | create persistent directories 2025-10-07 22:50:22.497019 | fa163e05-2da9-b31b-ab8f-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-07 22:50:22.499908 | fa163e05-2da9-b31b-ab8f-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.977009 | 0.27s 2025-10-07 22:50:22.680932 | fa163e05-2da9-b31b-ab8f-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-07 22:50:22.682802 | fa163e05-2da9-b31b-ab8f-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.159913 | 0.45s 2025-10-07 22:50:22.693662 | fa163e05-2da9-b31b-ab8f-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.170768 | 0.46s 2025-10-07 22:50:22.720641 | fa163e05-2da9-b31b-ab8f-000000000b5c | TASK | create persistent directories 2025-10-07 22:50:22.960374 | fa163e05-2da9-b31b-ab8f-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-07 22:50:22.963076 | fa163e05-2da9-b31b-ab8f-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.440179 | 0.24s 2025-10-07 22:50:23.156358 | fa163e05-2da9-b31b-ab8f-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-07 22:50:23.158207 | fa163e05-2da9-b31b-ab8f-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.635319 | 0.44s 2025-10-07 22:50:23.169081 | fa163e05-2da9-b31b-ab8f-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.646186 | 0.45s 2025-10-07 22:50:23.196271 | fa163e05-2da9-b31b-ab8f-000000000b5d | TASK | create persistent directories 2025-10-07 22:50:23.434770 | fa163e05-2da9-b31b-ab8f-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-07 22:50:23.436520 | fa163e05-2da9-b31b-ab8f-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.913636 | 0.24s 2025-10-07 22:50:23.447105 | fa163e05-2da9-b31b-ab8f-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.924218 | 0.25s 2025-10-07 22:50:23.474189 | fa163e05-2da9-b31b-ab8f-000000000b5e | TASK | create persistent directories 2025-10-07 22:50:23.732504 | fa163e05-2da9-b31b-ab8f-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-07 22:50:23.734212 | fa163e05-2da9-b31b-ab8f-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.211314 | 0.26s 2025-10-07 22:50:23.962861 | fa163e05-2da9-b31b-ab8f-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-07 22:50:23.963554 | fa163e05-2da9-b31b-ab8f-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.440673 | 0.49s 2025-10-07 22:50:24.157957 | fa163e05-2da9-b31b-ab8f-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-07 22:50:24.159544 | fa163e05-2da9-b31b-ab8f-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.636658 | 0.68s 2025-10-07 22:50:24.423060 | fa163e05-2da9-b31b-ab8f-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-07 22:50:24.424380 | fa163e05-2da9-b31b-ab8f-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.901490 | 0.95s 2025-10-07 22:50:24.437676 | fa163e05-2da9-b31b-ab8f-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.914781 | 0.96s 2025-10-07 22:50:24.464005 | fa163e05-2da9-b31b-ab8f-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-07 22:50:24.907444 | fa163e05-2da9-b31b-ab8f-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-07 22:50:24.908978 | fa163e05-2da9-b31b-ab8f-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:58.386088 | 0.44s 2025-10-07 22:50:24.934483 | fa163e05-2da9-b31b-ab8f-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-07 22:50:26.267552 | fa163e05-2da9-b31b-ab8f-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-07 22:50:26.269470 | fa163e05-2da9-b31b-ab8f-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.746572 | 1.33s 2025-10-07 22:50:27.429284 | fa163e05-2da9-b31b-ab8f-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-07 22:50:27.431751 | fa163e05-2da9-b31b-ab8f-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.908861 | 2.50s 2025-10-07 22:50:28.645195 | fa163e05-2da9-b31b-ab8f-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-07 22:50:28.646497 | fa163e05-2da9-b31b-ab8f-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.123609 | 3.71s 2025-10-07 22:50:28.653999 | fa163e05-2da9-b31b-ab8f-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.131102 | 3.72s 2025-10-07 22:50:28.681239 | fa163e05-2da9-b31b-ab8f-000000000b61 | TASK | create persistent directories 2025-10-07 22:50:28.928857 | fa163e05-2da9-b31b-ab8f-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-07 22:50:28.930384 | fa163e05-2da9-b31b-ab8f-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.407500 | 0.25s 2025-10-07 22:50:29.167341 | fa163e05-2da9-b31b-ab8f-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-07 22:50:29.170577 | fa163e05-2da9-b31b-ab8f-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.647682 | 0.49s 2025-10-07 22:50:29.370434 | fa163e05-2da9-b31b-ab8f-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-07 22:50:29.373466 | fa163e05-2da9-b31b-ab8f-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.850578 | 0.69s 2025-10-07 22:50:29.383122 | fa163e05-2da9-b31b-ab8f-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.860238 | 0.70s 2025-10-07 22:50:29.412119 | fa163e05-2da9-b31b-ab8f-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-07 22:50:29.653338 | fa163e05-2da9-b31b-ab8f-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-07 22:50:29.654584 | fa163e05-2da9-b31b-ab8f-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:03.131695 | 0.24s 2025-10-07 22:50:29.681072 | fa163e05-2da9-b31b-ab8f-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-07 22:50:29.709428 | fa163e05-2da9-b31b-ab8f-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-07 22:50:29.710653 | fa163e05-2da9-b31b-ab8f-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:03.187762 | 0.03s 2025-10-07 22:50:29.737345 | fa163e05-2da9-b31b-ab8f-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-07 22:50:29.962420 | fa163e05-2da9-b31b-ab8f-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-07 22:50:29.964094 | fa163e05-2da9-b31b-ab8f-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.441199 | 0.23s 2025-10-07 22:50:29.992134 | fa163e05-2da9-b31b-ab8f-000000000b65 | TASK | Stop iscsi.service 2025-10-07 22:50:30.021942 | fa163e05-2da9-b31b-ab8f-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-07 22:50:30.023042 | fa163e05-2da9-b31b-ab8f-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:03.500150 | 0.03s 2025-10-07 22:50:30.069709 | fa163e05-2da9-b31b-ab8f-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.546808 | 0.02s 2025-10-07 22:50:30.163915 | fa163e05-2da9-b31b-ab8f-000000001067 | TASK | Install additional packages 2025-10-07 22:50:30.189581 | fa163e05-2da9-b31b-ab8f-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.666698 | 0.02s 2025-10-07 22:50:30.207475 | fa163e05-2da9-b31b-ab8f-000000001068 | TASK | Remove dracut-config-generic 2025-10-07 22:50:33.789732 | fa163e05-2da9-b31b-ab8f-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-07 22:50:33.791205 | fa163e05-2da9-b31b-ab8f-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:07.268316 | 3.58s 2025-10-07 22:50:33.817296 | fa163e05-2da9-b31b-ab8f-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-07 22:50:34.016394 | fa163e05-2da9-b31b-ab8f-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-07 22:50:34.017702 | fa163e05-2da9-b31b-ab8f-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:07.494811 | 0.20s 2025-10-07 22:50:34.043739 | fa163e05-2da9-b31b-ab8f-00000000106a | TASK | Write list of modules to load at boot 2025-10-07 22:50:34.452352 | fa163e05-2da9-b31b-ab8f-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-07 22:50:34.453460 | fa163e05-2da9-b31b-ab8f-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.930575 | 0.41s 2025-10-07 22:50:34.475082 | fa163e05-2da9-b31b-ab8f-00000000106b | TASK | Modules reload 2025-10-07 22:50:34.947965 | fa163e05-2da9-b31b-ab8f-00000000106b | CHANGED | Modules reload | standalone 2025-10-07 22:50:34.949259 | fa163e05-2da9-b31b-ab8f-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:08.426376 | 0.47s 2025-10-07 22:50:34.970314 | fa163e05-2da9-b31b-ab8f-00000000106c | TASK | Set default sysctl options 2025-10-07 22:50:35.451088 | fa163e05-2da9-b31b-ab8f-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-07 22:50:35.452537 | fa163e05-2da9-b31b-ab8f-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.929647 | 0.48s 2025-10-07 22:50:35.478580 | fa163e05-2da9-b31b-ab8f-00000000106d | TASK | Set extra sysctl options 2025-10-07 22:50:35.878529 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-07 22:50:35.881645 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.358752 | 0.40s 2025-10-07 22:50:36.090862 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-07 22:50:36.092194 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.569314 | 0.61s 2025-10-07 22:50:36.336612 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-07 22:50:36.338040 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.815145 | 0.86s 2025-10-07 22:50:36.582384 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-07 22:50:36.584412 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.061518 | 1.10s 2025-10-07 22:50:36.813283 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-07 22:50:36.814285 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.291399 | 1.33s 2025-10-07 22:50:37.060757 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-07 22:50:37.061892 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.539003 | 1.58s 2025-10-07 22:50:37.306976 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-07 22:50:37.307953 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.785064 | 1.83s 2025-10-07 22:50:37.546204 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-07 22:50:37.547747 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.024865 | 2.07s 2025-10-07 22:50:37.767835 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-07 22:50:37.768529 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.245646 | 2.29s 2025-10-07 22:50:38.013555 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-07 22:50:38.014538 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.491651 | 2.53s 2025-10-07 22:50:38.254992 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-07 22:50:38.255960 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.733073 | 2.78s 2025-10-07 22:50:38.494289 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-07 22:50:38.496008 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.973121 | 3.02s 2025-10-07 22:50:38.731875 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-07 22:50:38.733465 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.210577 | 3.25s 2025-10-07 22:50:38.970556 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-07 22:50:38.971448 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.448560 | 3.49s 2025-10-07 22:50:39.207853 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-07 22:50:39.208802 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.685915 | 3.73s 2025-10-07 22:50:39.415853 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-07 22:50:39.416794 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.893907 | 3.94s 2025-10-07 22:50:39.606636 | fa163e05-2da9-b31b-ab8f-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-07 22:50:39.607582 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.084696 | 4.13s 2025-10-07 22:50:39.616242 | fa163e05-2da9-b31b-ab8f-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.093347 | 4.14s 2025-10-07 22:50:39.645451 | fa163e05-2da9-b31b-ab8f-00000000106f | TASK | Sysctl reload 2025-10-07 22:50:40.061535 | fa163e05-2da9-b31b-ab8f-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-07 22:50:40.063339 | fa163e05-2da9-b31b-ab8f-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:13.540447 | 0.42s 2025-10-07 22:50:40.116350 | fa163e05-2da9-b31b-ab8f-000000000b67 | TASK | create persistent directories 2025-10-07 22:50:40.368994 | fa163e05-2da9-b31b-ab8f-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-07 22:50:40.371665 | fa163e05-2da9-b31b-ab8f-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.848771 | 0.25s 2025-10-07 22:50:40.585580 | fa163e05-2da9-b31b-ab8f-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-07 22:50:40.587382 | fa163e05-2da9-b31b-ab8f-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.064494 | 0.47s 2025-10-07 22:50:40.598053 | fa163e05-2da9-b31b-ab8f-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.075158 | 0.48s 2025-10-07 22:50:40.627100 | fa163e05-2da9-b31b-ab8f-000000000b68 | TASK | Check if file certs_valid exist 2025-10-07 22:50:40.879101 | fa163e05-2da9-b31b-ab8f-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-07 22:50:40.880389 | fa163e05-2da9-b31b-ab8f-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:14.357499 | 0.25s 2025-10-07 22:50:40.905772 | fa163e05-2da9-b31b-ab8f-000000000b69 | TASK | Check if file cert9.db exist 2025-10-07 22:50:41.128085 | fa163e05-2da9-b31b-ab8f-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-07 22:50:41.129180 | fa163e05-2da9-b31b-ab8f-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:14.606294 | 0.22s 2025-10-07 22:50:41.151965 | fa163e05-2da9-b31b-ab8f-000000000b6a | TASK | Check if file key4.db exist 2025-10-07 22:50:41.407302 | fa163e05-2da9-b31b-ab8f-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-07 22:50:41.408179 | fa163e05-2da9-b31b-ab8f-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:14.885295 | 0.26s 2025-10-07 22:50:41.454656 | fa163e05-2da9-b31b-ab8f-000000000b6b | SKIPPED | fail | standalone 2025-10-07 22:50:41.456057 | fa163e05-2da9-b31b-ab8f-000000000b6b | TIMING | fail | standalone | 0:02:14.933164 | 0.03s 2025-10-07 22:50:41.482381 | fa163e05-2da9-b31b-ab8f-000000000b6c | TASK | Create persistent directories 2025-10-07 22:50:41.743526 | fa163e05-2da9-b31b-ab8f-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-07 22:50:41.745267 | fa163e05-2da9-b31b-ab8f-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.222369 | 0.26s 2025-10-07 22:50:41.970151 | fa163e05-2da9-b31b-ab8f-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-07 22:50:41.971305 | fa163e05-2da9-b31b-ab8f-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.448417 | 0.49s 2025-10-07 22:50:41.978731 | fa163e05-2da9-b31b-ab8f-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.455831 | 0.49s 2025-10-07 22:50:42.009239 | fa163e05-2da9-b31b-ab8f-000000000b6d | TASK | create persistent directories 2025-10-07 22:50:42.283326 | fa163e05-2da9-b31b-ab8f-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-07 22:50:42.285382 | fa163e05-2da9-b31b-ab8f-000000000b6d | TIMING | create persistent directories | standalone | 0:02:15.762487 | 0.27s 2025-10-07 22:50:42.295478 | fa163e05-2da9-b31b-ab8f-000000000b6d | TIMING | create persistent directories | standalone | 0:02:15.772582 | 0.28s 2025-10-07 22:50:42.321357 | fa163e05-2da9-b31b-ab8f-000000000b6e | TASK | create persistent directories 2025-10-07 22:50:42.581927 | fa163e05-2da9-b31b-ab8f-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-07 22:50:42.584296 | fa163e05-2da9-b31b-ab8f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.061399 | 0.26s 2025-10-07 22:50:42.801138 | fa163e05-2da9-b31b-ab8f-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-07 22:50:42.802069 | fa163e05-2da9-b31b-ab8f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.279186 | 0.48s 2025-10-07 22:50:42.809465 | fa163e05-2da9-b31b-ab8f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.286572 | 0.49s 2025-10-07 22:50:42.835648 | fa163e05-2da9-b31b-ab8f-000000000b6f | TASK | create persistent directories 2025-10-07 22:50:43.075971 | fa163e05-2da9-b31b-ab8f-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-07 22:50:43.078126 | fa163e05-2da9-b31b-ab8f-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.555236 | 0.24s 2025-10-07 22:50:43.088315 | fa163e05-2da9-b31b-ab8f-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.565410 | 0.25s 2025-10-07 22:50:43.114427 | fa163e05-2da9-b31b-ab8f-000000000b70 | TASK | create persistent directories 2025-10-07 22:50:43.376220 | fa163e05-2da9-b31b-ab8f-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-07 22:50:43.377965 | fa163e05-2da9-b31b-ab8f-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.855079 | 0.26s 2025-10-07 22:50:43.555984 | fa163e05-2da9-b31b-ab8f-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-07 22:50:43.556871 | fa163e05-2da9-b31b-ab8f-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.033987 | 0.44s 2025-10-07 22:50:43.726037 | fa163e05-2da9-b31b-ab8f-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-07 22:50:43.727004 | fa163e05-2da9-b31b-ab8f-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.204121 | 0.61s 2025-10-07 22:50:43.740114 | fa163e05-2da9-b31b-ab8f-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.217217 | 0.62s 2025-10-07 22:50:43.767888 | fa163e05-2da9-b31b-ab8f-000000000b71 | TASK | create persistent directories 2025-10-07 22:50:43.980963 | fa163e05-2da9-b31b-ab8f-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-07 22:50:43.983164 | fa163e05-2da9-b31b-ab8f-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.460271 | 0.21s 2025-10-07 22:50:44.187053 | fa163e05-2da9-b31b-ab8f-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-07 22:50:44.187979 | fa163e05-2da9-b31b-ab8f-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.665068 | 0.42s 2025-10-07 22:50:44.194605 | fa163e05-2da9-b31b-ab8f-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.671710 | 0.43s 2025-10-07 22:50:44.221079 | fa163e05-2da9-b31b-ab8f-000000000b72 | TASK | create persistent directories 2025-10-07 22:50:44.448019 | fa163e05-2da9-b31b-ab8f-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-07 22:50:44.449320 | fa163e05-2da9-b31b-ab8f-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.926430 | 0.23s 2025-10-07 22:50:44.455617 | fa163e05-2da9-b31b-ab8f-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.932716 | 0.23s 2025-10-07 22:50:44.482098 | fa163e05-2da9-b31b-ab8f-000000000b73 | TASK | creating directory 2025-10-07 22:50:44.684002 | fa163e05-2da9-b31b-ab8f-000000000b73 | CHANGED | creating directory | standalone 2025-10-07 22:50:44.685503 | fa163e05-2da9-b31b-ab8f-000000000b73 | TIMING | creating directory | standalone | 0:02:18.162613 | 0.20s 2025-10-07 22:50:44.711979 | fa163e05-2da9-b31b-ab8f-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-07 22:50:45.188635 | fa163e05-2da9-b31b-ab8f-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-07 22:50:45.190111 | fa163e05-2da9-b31b-ab8f-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:18.667222 | 0.48s 2025-10-07 22:50:45.215695 | fa163e05-2da9-b31b-ab8f-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-07 22:50:46.021046 | fa163e05-2da9-b31b-ab8f-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-07 22:50:46.022447 | fa163e05-2da9-b31b-ab8f-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:19.499556 | 0.81s 2025-10-07 22:50:46.048059 | fa163e05-2da9-b31b-ab8f-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-07 22:50:46.270998 | fa163e05-2da9-b31b-ab8f-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-07 22:50:46.272295 | fa163e05-2da9-b31b-ab8f-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:19.749404 | 0.22s 2025-10-07 22:50:46.302236 | fa163e05-2da9-b31b-ab8f-000000000b77 | TASK | remove temp namespace 2025-10-07 22:50:46.543557 | fa163e05-2da9-b31b-ab8f-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-07 22:50:46.545015 | fa163e05-2da9-b31b-ab8f-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:20.022120 | 0.24s 2025-10-07 22:50:46.572165 | fa163e05-2da9-b31b-ab8f-000000000b78 | TASK | create /var/lib/neutron 2025-10-07 22:50:46.793732 | fa163e05-2da9-b31b-ab8f-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-07 22:50:46.795173 | fa163e05-2da9-b31b-ab8f-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:20.272284 | 0.22s 2025-10-07 22:50:46.821176 | fa163e05-2da9-b31b-ab8f-000000000b79 | TASK | set conditions 2025-10-07 22:50:46.852985 | fa163e05-2da9-b31b-ab8f-000000000b79 | OK | set conditions | standalone 2025-10-07 22:50:46.854138 | fa163e05-2da9-b31b-ab8f-000000000b79 | TIMING | set conditions | standalone | 0:02:20.331244 | 0.03s 2025-10-07 22:50:46.879395 | fa163e05-2da9-b31b-ab8f-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-07 22:50:47.141935 | fa163e05-2da9-b31b-ab8f-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-07 22:50:47.143574 | fa163e05-2da9-b31b-ab8f-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:20.620683 | 0.26s 2025-10-07 22:50:47.170030 | fa163e05-2da9-b31b-ab8f-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-07 22:50:47.584603 | fa163e05-2da9-b31b-ab8f-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-07 22:50:47.585944 | fa163e05-2da9-b31b-ab8f-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:21.063054 | 0.41s 2025-10-07 22:50:47.610935 | fa163e05-2da9-b31b-ab8f-000000000b7c | TASK | create haproxy kill script 2025-10-07 22:50:48.066217 | fa163e05-2da9-b31b-ab8f-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-07 22:50:48.067640 | fa163e05-2da9-b31b-ab8f-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:21.544749 | 0.46s 2025-10-07 22:50:48.093150 | fa163e05-2da9-b31b-ab8f-000000000b7d | TASK | create persistent directories 2025-10-07 22:50:48.379368 | fa163e05-2da9-b31b-ab8f-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-07 22:50:48.381463 | fa163e05-2da9-b31b-ab8f-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.858567 | 0.29s 2025-10-07 22:50:48.581251 | fa163e05-2da9-b31b-ab8f-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-07 22:50:48.582878 | fa163e05-2da9-b31b-ab8f-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.059993 | 0.49s 2025-10-07 22:50:48.593490 | fa163e05-2da9-b31b-ab8f-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.070596 | 0.50s 2025-10-07 22:50:48.620924 | fa163e05-2da9-b31b-ab8f-000000000b7e | TASK | create persistent directories 2025-10-07 22:50:48.861584 | fa163e05-2da9-b31b-ab8f-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-07 22:50:48.863882 | fa163e05-2da9-b31b-ab8f-000000000b7e | TIMING | create persistent directories | standalone | 0:02:22.340986 | 0.24s 2025-10-07 22:50:48.874022 | fa163e05-2da9-b31b-ab8f-000000000b7e | TIMING | create persistent directories | standalone | 0:02:22.351127 | 0.25s 2025-10-07 22:50:48.901536 | fa163e05-2da9-b31b-ab8f-000000000b7f | TASK | create persistent directories 2025-10-07 22:50:49.146889 | fa163e05-2da9-b31b-ab8f-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-07 22:50:49.149642 | fa163e05-2da9-b31b-ab8f-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.626747 | 0.25s 2025-10-07 22:50:49.310589 | fa163e05-2da9-b31b-ab8f-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-07 22:50:49.312302 | fa163e05-2da9-b31b-ab8f-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.789414 | 0.41s 2025-10-07 22:50:49.323095 | fa163e05-2da9-b31b-ab8f-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.800200 | 0.42s 2025-10-07 22:50:49.351583 | fa163e05-2da9-b31b-ab8f-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-07 22:50:49.540711 | fa163e05-2da9-b31b-ab8f-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-07 22:50:49.542023 | fa163e05-2da9-b31b-ab8f-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:23.019134 | 0.19s 2025-10-07 22:50:49.567363 | fa163e05-2da9-b31b-ab8f-000000000b81 | TASK | create persistent directories 2025-10-07 22:50:49.776234 | fa163e05-2da9-b31b-ab8f-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-07 22:50:49.778004 | fa163e05-2da9-b31b-ab8f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.255110 | 0.21s 2025-10-07 22:50:50.013231 | fa163e05-2da9-b31b-ab8f-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-07 22:50:50.015186 | fa163e05-2da9-b31b-ab8f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.492292 | 0.45s 2025-10-07 22:50:50.251813 | fa163e05-2da9-b31b-ab8f-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-07 22:50:50.253593 | fa163e05-2da9-b31b-ab8f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.730706 | 0.68s 2025-10-07 22:50:50.445820 | fa163e05-2da9-b31b-ab8f-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-07 22:50:50.446734 | fa163e05-2da9-b31b-ab8f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.923853 | 0.88s 2025-10-07 22:50:50.628773 | fa163e05-2da9-b31b-ab8f-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-07 22:50:50.629736 | fa163e05-2da9-b31b-ab8f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.106853 | 1.06s 2025-10-07 22:50:50.636104 | fa163e05-2da9-b31b-ab8f-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.113214 | 1.07s 2025-10-07 22:50:50.662739 | fa163e05-2da9-b31b-ab8f-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-07 22:50:51.103510 | fa163e05-2da9-b31b-ab8f-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-07 22:50:51.104901 | fa163e05-2da9-b31b-ab8f-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:24.582012 | 0.44s 2025-10-07 22:50:51.131309 | fa163e05-2da9-b31b-ab8f-000000000b83 | TASK | create tempfiles 2025-10-07 22:50:51.446228 | fa163e05-2da9-b31b-ab8f-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-07 22:50:51.447206 | fa163e05-2da9-b31b-ab8f-000000000b83 | TIMING | create tempfiles | standalone | 0:02:24.924323 | 0.31s 2025-10-07 22:50:51.467029 | fa163e05-2da9-b31b-ab8f-000000000b84 | TASK | Mount Nova NFS Share 2025-10-07 22:50:51.496031 | fa163e05-2da9-b31b-ab8f-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-07 22:50:51.497207 | fa163e05-2da9-b31b-ab8f-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:24.974315 | 0.03s 2025-10-07 22:50:51.522173 | fa163e05-2da9-b31b-ab8f-000000000b86 | TASK | check systemd-container package installed or not 2025-10-07 22:50:51.551650 | fa163e05-2da9-b31b-ab8f-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-07 22:50:51.554338 | fa163e05-2da9-b31b-ab8f-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:25.031447 | 0.03s 2025-10-07 22:50:51.579243 | fa163e05-2da9-b31b-ab8f-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-07 22:50:51.610097 | fa163e05-2da9-b31b-ab8f-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-07 22:50:51.611274 | fa163e05-2da9-b31b-ab8f-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:25.088384 | 0.03s 2025-10-07 22:50:51.636651 | fa163e05-2da9-b31b-ab8f-000000000b88 | TASK | Install systemd-container package on boot 2025-10-07 22:50:51.666159 | fa163e05-2da9-b31b-ab8f-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-07 22:50:51.667448 | fa163e05-2da9-b31b-ab8f-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:25.144556 | 0.03s 2025-10-07 22:50:51.693361 | fa163e05-2da9-b31b-ab8f-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-07 22:50:51.722926 | fa163e05-2da9-b31b-ab8f-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-07 22:50:51.723993 | fa163e05-2da9-b31b-ab8f-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:25.201104 | 0.03s 2025-10-07 22:50:51.753987 | fa163e05-2da9-b31b-ab8f-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-07 22:50:51.785458 | fa163e05-2da9-b31b-ab8f-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-07 22:50:51.786857 | fa163e05-2da9-b31b-ab8f-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:25.263932 | 0.03s 2025-10-07 22:50:51.813438 | fa163e05-2da9-b31b-ab8f-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-07 22:50:51.842506 | fa163e05-2da9-b31b-ab8f-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-07 22:50:51.843606 | fa163e05-2da9-b31b-ab8f-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:25.320715 | 0.03s 2025-10-07 22:50:51.871661 | fa163e05-2da9-b31b-ab8f-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-07 22:50:51.903456 | fa163e05-2da9-b31b-ab8f-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-07 22:50:51.904656 | fa163e05-2da9-b31b-ab8f-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:25.381768 | 0.03s 2025-10-07 22:50:51.932188 | fa163e05-2da9-b31b-ab8f-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-07 22:50:51.961945 | fa163e05-2da9-b31b-ab8f-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-07 22:50:51.963127 | fa163e05-2da9-b31b-ab8f-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:25.440234 | 0.03s 2025-10-07 22:50:51.988053 | fa163e05-2da9-b31b-ab8f-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-07 22:50:52.018560 | fa163e05-2da9-b31b-ab8f-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-07 22:50:52.019930 | fa163e05-2da9-b31b-ab8f-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.497037 | 0.03s 2025-10-07 22:50:52.045257 | fa163e05-2da9-b31b-ab8f-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-07 22:50:52.074550 | fa163e05-2da9-b31b-ab8f-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-07 22:50:52.075877 | fa163e05-2da9-b31b-ab8f-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.552950 | 0.03s 2025-10-07 22:50:52.101082 | fa163e05-2da9-b31b-ab8f-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-07 22:50:52.130507 | fa163e05-2da9-b31b-ab8f-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-07 22:50:52.131736 | fa163e05-2da9-b31b-ab8f-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:25.608846 | 0.03s 2025-10-07 22:50:52.157736 | fa163e05-2da9-b31b-ab8f-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-07 22:50:52.187003 | fa163e05-2da9-b31b-ab8f-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-07 22:50:52.188140 | fa163e05-2da9-b31b-ab8f-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:25.665250 | 0.03s 2025-10-07 22:50:52.213085 | fa163e05-2da9-b31b-ab8f-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-07 22:50:52.252038 | fa163e05-2da9-b31b-ab8f-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-07 22:50:52.253282 | fa163e05-2da9-b31b-ab8f-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.730392 | 0.04s 2025-10-07 22:50:52.279905 | fa163e05-2da9-b31b-ab8f-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-07 22:50:52.310740 | fa163e05-2da9-b31b-ab8f-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-07 22:50:52.311958 | fa163e05-2da9-b31b-ab8f-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.789069 | 0.03s 2025-10-07 22:50:52.337785 | fa163e05-2da9-b31b-ab8f-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-07 22:50:52.369177 | fa163e05-2da9-b31b-ab8f-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-07 22:50:52.370392 | fa163e05-2da9-b31b-ab8f-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:25.847503 | 0.03s 2025-10-07 22:50:52.395321 | fa163e05-2da9-b31b-ab8f-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-07 22:50:52.443932 | fa163e05-2da9-b31b-ab8f-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-07 22:50:52.445219 | fa163e05-2da9-b31b-ab8f-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:25.922328 | 0.05s 2025-10-07 22:50:52.470103 | fa163e05-2da9-b31b-ab8f-000000000b9a | TASK | Is irqbalance enabled 2025-10-07 22:50:52.501193 | fa163e05-2da9-b31b-ab8f-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-07 22:50:52.502201 | fa163e05-2da9-b31b-ab8f-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:25.979315 | 0.03s 2025-10-07 22:50:52.527519 | fa163e05-2da9-b31b-ab8f-000000000b9b | TASK | disable irqbalance service on compute 2025-10-07 22:50:52.566381 | fa163e05-2da9-b31b-ab8f-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-07 22:50:52.567610 | fa163e05-2da9-b31b-ab8f-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:26.044721 | 0.04s 2025-10-07 22:50:52.592722 | fa163e05-2da9-b31b-ab8f-000000000b9c | TASK | create persistent directories 2025-10-07 22:50:52.835012 | fa163e05-2da9-b31b-ab8f-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-07 22:50:52.837122 | fa163e05-2da9-b31b-ab8f-000000000b9c | TIMING | create persistent directories | standalone | 0:02:26.314229 | 0.24s 2025-10-07 22:50:52.846957 | fa163e05-2da9-b31b-ab8f-000000000b9c | TIMING | create persistent directories | standalone | 0:02:26.324067 | 0.25s 2025-10-07 22:50:52.866936 | fa163e05-2da9-b31b-ab8f-000000000b9d | TASK | create libvirt persistent data directories 2025-10-07 22:50:53.141130 | fa163e05-2da9-b31b-ab8f-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-07 22:50:53.143497 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.620603 | 0.28s 2025-10-07 22:50:53.384762 | fa163e05-2da9-b31b-ab8f-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-07 22:50:53.385636 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.862755 | 0.52s 2025-10-07 22:50:53.602215 | fa163e05-2da9-b31b-ab8f-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-07 22:50:53.604118 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.081224 | 0.74s 2025-10-07 22:50:53.818263 | fa163e05-2da9-b31b-ab8f-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-07 22:50:53.820236 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.297343 | 0.95s 2025-10-07 22:50:54.073575 | fa163e05-2da9-b31b-ab8f-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-07 22:50:54.075684 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.552792 | 1.21s 2025-10-07 22:50:54.320867 | fa163e05-2da9-b31b-ab8f-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-07 22:50:54.322315 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.799422 | 1.45s 2025-10-07 22:50:54.583612 | fa163e05-2da9-b31b-ab8f-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-07 22:50:54.585104 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.062212 | 1.72s 2025-10-07 22:50:54.814080 | fa163e05-2da9-b31b-ab8f-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-07 22:50:54.815739 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.292854 | 1.95s 2025-10-07 22:50:54.826059 | fa163e05-2da9-b31b-ab8f-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.303183 | 1.96s 2025-10-07 22:50:54.844705 | fa163e05-2da9-b31b-ab8f-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-07 22:50:55.266766 | fa163e05-2da9-b31b-ab8f-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-07 22:50:55.267784 | fa163e05-2da9-b31b-ab8f-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:28.744901 | 0.42s 2025-10-07 22:50:55.286726 | fa163e05-2da9-b31b-ab8f-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-07 22:50:55.787207 | fa163e05-2da9-b31b-ab8f-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-07 22:50:55.788348 | fa163e05-2da9-b31b-ab8f-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:29.265464 | 0.50s 2025-10-07 22:50:55.809716 | fa163e05-2da9-b31b-ab8f-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-07 22:50:56.038339 | fa163e05-2da9-b31b-ab8f-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-07 22:50:56.039961 | fa163e05-2da9-b31b-ab8f-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:29.517070 | 0.23s 2025-10-07 22:50:56.065468 | fa163e05-2da9-b31b-ab8f-000000000ba1 | TASK | check if libvirt is installed 2025-10-07 22:50:56.295548 | fa163e05-2da9-b31b-ab8f-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-07 22:50:56.296872 | fa163e05-2da9-b31b-ab8f-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:29.773983 | 0.23s 2025-10-07 22:50:56.321855 | fa163e05-2da9-b31b-ab8f-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-07 22:50:56.360905 | fa163e05-2da9-b31b-ab8f-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-07 22:50:56.367120 | fa163e05-2da9-b31b-ab8f-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-07 22:50:56.372998 | fa163e05-2da9-b31b-ab8f-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:29.850100 | 0.05s 2025-10-07 22:50:56.399989 | fa163e05-2da9-b31b-ab8f-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-07 22:50:56.862108 | fa163e05-2da9-b31b-ab8f-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-07 22:50:56.863783 | fa163e05-2da9-b31b-ab8f-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:30.340893 | 0.46s 2025-10-07 22:50:56.894348 | fa163e05-2da9-b31b-ab8f-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-07 22:50:57.876190 | fa163e05-2da9-b31b-ab8f-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-07 22:50:57.878918 | fa163e05-2da9-b31b-ab8f-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:31.356021 | 0.98s 2025-10-07 22:50:57.904746 | fa163e05-2da9-b31b-ab8f-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-07 22:50:58.153110 | fa163e05-2da9-b31b-ab8f-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-07 22:50:58.155335 | fa163e05-2da9-b31b-ab8f-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.632442 | 0.25s 2025-10-07 22:50:58.166440 | fa163e05-2da9-b31b-ab8f-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.643540 | 0.26s 2025-10-07 22:50:58.192403 | fa163e05-2da9-b31b-ab8f-000000000ba6 | TASK | create persistent directories 2025-10-07 22:50:58.466966 | fa163e05-2da9-b31b-ab8f-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-07 22:50:58.469668 | fa163e05-2da9-b31b-ab8f-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:31.946773 | 0.28s 2025-10-07 22:50:58.687556 | fa163e05-2da9-b31b-ab8f-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-07 22:50:58.689311 | fa163e05-2da9-b31b-ab8f-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.166425 | 0.50s 2025-10-07 22:50:58.700111 | fa163e05-2da9-b31b-ab8f-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:32.177216 | 0.51s 2025-10-07 22:50:58.727492 | fa163e05-2da9-b31b-ab8f-000000000ba7 | TASK | Copy in cleanup script 2025-10-07 22:50:59.193439 | fa163e05-2da9-b31b-ab8f-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-07 22:50:59.194838 | fa163e05-2da9-b31b-ab8f-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:32.671938 | 0.47s 2025-10-07 22:50:59.221309 | fa163e05-2da9-b31b-ab8f-000000000ba8 | TASK | Copy in cleanup service 2025-10-07 22:50:59.699517 | fa163e05-2da9-b31b-ab8f-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-07 22:50:59.700954 | fa163e05-2da9-b31b-ab8f-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:33.178062 | 0.48s 2025-10-07 22:50:59.726703 | fa163e05-2da9-b31b-ab8f-000000000ba9 | TASK | Enabling the cleanup service 2025-10-07 22:51:01.371489 | fa163e05-2da9-b31b-ab8f-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-07 22:51:01.372538 | fa163e05-2da9-b31b-ab8f-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:34.849658 | 1.64s 2025-10-07 22:51:01.391139 | fa163e05-2da9-b31b-ab8f-000000000baa | TASK | create persistent directories 2025-10-07 22:51:01.652397 | fa163e05-2da9-b31b-ab8f-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-07 22:51:01.653953 | fa163e05-2da9-b31b-ab8f-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.131060 | 0.26s 2025-10-07 22:51:01.863245 | fa163e05-2da9-b31b-ab8f-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-07 22:51:01.864581 | fa163e05-2da9-b31b-ab8f-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.341696 | 0.47s 2025-10-07 22:51:01.874523 | fa163e05-2da9-b31b-ab8f-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.351647 | 0.48s 2025-10-07 22:51:01.892959 | fa163e05-2da9-b31b-ab8f-000000000bab | TASK | set conditions 2025-10-07 22:51:01.923244 | fa163e05-2da9-b31b-ab8f-000000000bab | OK | set conditions | standalone 2025-10-07 22:51:01.924190 | fa163e05-2da9-b31b-ab8f-000000000bab | TIMING | set conditions | standalone | 0:02:35.401308 | 0.03s 2025-10-07 22:51:01.941939 | fa163e05-2da9-b31b-ab8f-000000000bac | TASK | create persistent directories 2025-10-07 22:51:02.227891 | fa163e05-2da9-b31b-ab8f-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-07 22:51:02.229359 | fa163e05-2da9-b31b-ab8f-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.706467 | 0.29s 2025-10-07 22:51:02.437413 | fa163e05-2da9-b31b-ab8f-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-07 22:51:02.438543 | fa163e05-2da9-b31b-ab8f-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.915658 | 0.50s 2025-10-07 22:51:02.627821 | fa163e05-2da9-b31b-ab8f-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-07 22:51:02.629641 | fa163e05-2da9-b31b-ab8f-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.106755 | 0.69s 2025-10-07 22:51:02.641515 | fa163e05-2da9-b31b-ab8f-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.118621 | 0.70s 2025-10-07 22:51:02.669132 | fa163e05-2da9-b31b-ab8f-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-07 22:51:03.138974 | fa163e05-2da9-b31b-ab8f-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-07 22:51:03.140381 | fa163e05-2da9-b31b-ab8f-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:36.617491 | 0.47s 2025-10-07 22:51:03.166237 | fa163e05-2da9-b31b-ab8f-000000000bae | TASK | create persistent directories 2025-10-07 22:51:03.416607 | fa163e05-2da9-b31b-ab8f-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-07 22:51:03.418377 | fa163e05-2da9-b31b-ab8f-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.895483 | 0.25s 2025-10-07 22:51:03.618955 | fa163e05-2da9-b31b-ab8f-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-07 22:51:03.620167 | fa163e05-2da9-b31b-ab8f-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.097280 | 0.45s 2025-10-07 22:51:03.627375 | fa163e05-2da9-b31b-ab8f-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.104480 | 0.46s 2025-10-07 22:51:03.653672 | fa163e05-2da9-b31b-ab8f-000000000baf | TASK | create empty log files 2025-10-07 22:51:03.903120 | fa163e05-2da9-b31b-ab8f-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-07 22:51:03.904895 | fa163e05-2da9-b31b-ab8f-000000000baf | TIMING | create empty log files | standalone | 0:02:37.381999 | 0.25s 2025-10-07 22:51:04.173674 | fa163e05-2da9-b31b-ab8f-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-07 22:51:04.174896 | fa163e05-2da9-b31b-ab8f-000000000baf | TIMING | create empty log files | standalone | 0:02:37.652009 | 0.52s 2025-10-07 22:51:04.181776 | fa163e05-2da9-b31b-ab8f-000000000baf | TIMING | create empty log files | standalone | 0:02:37.658885 | 0.53s 2025-10-07 22:51:04.208917 | fa163e05-2da9-b31b-ab8f-000000000bb0 | TASK | create persistent directories 2025-10-07 22:51:04.441517 | fa163e05-2da9-b31b-ab8f-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-07 22:51:04.443818 | fa163e05-2da9-b31b-ab8f-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.920925 | 0.23s 2025-10-07 22:51:04.453818 | fa163e05-2da9-b31b-ab8f-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.930926 | 0.24s 2025-10-07 22:51:04.479823 | fa163e05-2da9-b31b-ab8f-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-07 22:51:07.426911 | fa163e05-2da9-b31b-ab8f-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-07 22:51:07.428378 | fa163e05-2da9-b31b-ab8f-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:40.905490 | 2.95s 2025-10-07 22:51:07.483467 | fa163e05-2da9-b31b-ab8f-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:40.960562 | 0.03s 2025-10-07 22:51:07.547292 | fa163e05-2da9-b31b-ab8f-000000001291 | TASK | Gather variables for each operating system 2025-10-07 22:51:07.662160 | fa163e05-2da9-b31b-ab8f-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:41.139261 | 0.11s 2025-10-07 22:51:07.687830 | fa163e05-2da9-b31b-ab8f-000000001292 | TASK | Set packages facts 2025-10-07 22:51:07.739088 | fa163e05-2da9-b31b-ab8f-000000001292 | OK | Set packages facts | standalone 2025-10-07 22:51:07.740396 | fa163e05-2da9-b31b-ab8f-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:41.217506 | 0.05s 2025-10-07 22:51:07.766070 | fa163e05-2da9-b31b-ab8f-000000001293 | TASK | Manage package 2025-10-07 22:51:07.830209 | fa163e05-2da9-b31b-ab8f-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-07 22:51:07.848203 | fa163e05-2da9-b31b-ab8f-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-07 22:51:07.862863 | fa163e05-2da9-b31b-ab8f-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-07 22:51:12.236694 | fa163e05-2da9-b31b-ab8f-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:45.713798 | 4.47s 2025-10-07 22:51:12.245081 | fa163e05-2da9-b31b-ab8f-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-07 22:51:12.252794 | fa163e05-2da9-b31b-ab8f-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:45.729905 | 4.49s 2025-10-07 22:51:12.311013 | fa163e05-2da9-b31b-ab8f-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-07 22:51:13.550228 | fa163e05-2da9-b31b-ab8f-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-07 22:51:13.551814 | fa163e05-2da9-b31b-ab8f-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:47.028924 | 1.24s 2025-10-07 22:51:13.577326 | fa163e05-2da9-b31b-ab8f-000000000bb6 | TASK | create persistent directories 2025-10-07 22:51:13.836158 | fa163e05-2da9-b31b-ab8f-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-07 22:51:13.837120 | fa163e05-2da9-b31b-ab8f-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.314235 | 0.26s 2025-10-07 22:51:14.066292 | fa163e05-2da9-b31b-ab8f-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-07 22:51:14.068153 | fa163e05-2da9-b31b-ab8f-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.545264 | 0.49s 2025-10-07 22:51:14.078766 | fa163e05-2da9-b31b-ab8f-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.555874 | 0.50s 2025-10-07 22:51:14.105223 | fa163e05-2da9-b31b-ab8f-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-07 22:51:14.402032 | fa163e05-2da9-b31b-ab8f-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-07 22:51:14.403443 | fa163e05-2da9-b31b-ab8f-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:47.880552 | 0.30s 2025-10-07 22:51:14.428737 | fa163e05-2da9-b31b-ab8f-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-07 22:51:14.455884 | fa163e05-2da9-b31b-ab8f-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-07 22:51:14.457022 | fa163e05-2da9-b31b-ab8f-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:47.934131 | 0.03s 2025-10-07 22:51:14.482789 | fa163e05-2da9-b31b-ab8f-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-07 22:51:14.713554 | fa163e05-2da9-b31b-ab8f-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-07 22:51:14.714953 | fa163e05-2da9-b31b-ab8f-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:48.192064 | 0.23s 2025-10-07 22:51:14.740382 | fa163e05-2da9-b31b-ab8f-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-07 22:51:14.971712 | fa163e05-2da9-b31b-ab8f-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-07 22:51:14.972528 | fa163e05-2da9-b31b-ab8f-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:48.449648 | 0.23s 2025-10-07 22:51:14.989851 | fa163e05-2da9-b31b-ab8f-000000000bbb | TASK | Restart systemd-logind 2025-10-07 22:51:16.477758 | fa163e05-2da9-b31b-ab8f-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-07 22:51:16.479588 | fa163e05-2da9-b31b-ab8f-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:49.956697 | 1.49s 2025-10-07 22:51:16.506225 | fa163e05-2da9-b31b-ab8f-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-07 22:51:16.575585 | fa163e05-2da9-b31b-ab8f-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-07 22:51:16.576359 | fa163e05-2da9-b31b-ab8f-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:50.053470 | 0.07s 2025-10-07 22:51:16.601773 | fa163e05-2da9-b31b-ab8f-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-07 22:51:16.673195 | fa163e05-2da9-b31b-ab8f-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-07 22:51:16.674024 | fa163e05-2da9-b31b-ab8f-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:50.151138 | 0.07s 2025-10-07 22:51:16.693923 | fa163e05-2da9-b31b-ab8f-000000000bbe | TASK | create persistent logs directory 2025-10-07 22:51:16.968850 | fa163e05-2da9-b31b-ab8f-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-07 22:51:16.971320 | fa163e05-2da9-b31b-ab8f-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:50.448425 | 0.28s 2025-10-07 22:51:17.182326 | fa163e05-2da9-b31b-ab8f-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-07 22:51:17.184030 | fa163e05-2da9-b31b-ab8f-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:50.661145 | 0.49s 2025-10-07 22:51:17.194783 | fa163e05-2da9-b31b-ab8f-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:50.671890 | 0.50s 2025-10-07 22:51:17.220551 | fa163e05-2da9-b31b-ab8f-000000000bc0 | TASK | Set login facts 2025-10-07 22:51:17.253025 | fa163e05-2da9-b31b-ab8f-000000000bc0 | OK | Set login facts | standalone 2025-10-07 22:51:17.254404 | fa163e05-2da9-b31b-ab8f-000000000bc0 | TIMING | Set login facts | standalone | 0:02:50.731514 | 0.03s 2025-10-07 22:51:17.280318 | fa163e05-2da9-b31b-ab8f-000000000bc1 | TASK | Convert logins json to dict 2025-10-07 22:51:17.335541 | fa163e05-2da9-b31b-ab8f-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-07 22:51:17.336763 | fa163e05-2da9-b31b-ab8f-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:50.813877 | 0.06s 2025-10-07 22:51:17.358127 | fa163e05-2da9-b31b-ab8f-000000000bc2 | TASK | Set registry logins 2025-10-07 22:51:17.407590 | fa163e05-2da9-b31b-ab8f-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-07 22:51:17.409934 | fa163e05-2da9-b31b-ab8f-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:50.887052 | 0.05s 2025-10-07 22:51:17.427509 | fa163e05-2da9-b31b-ab8f-000000000bc3 | TASK | Run podman install 2025-10-07 22:51:17.452630 | fa163e05-2da9-b31b-ab8f-000000000bc3 | TIMING | Run podman install | standalone | 0:02:50.929748 | 0.02s 2025-10-07 22:51:17.505143 | fa163e05-2da9-b31b-ab8f-000000001323 | TASK | Gather variables for each operating system 2025-10-07 22:51:17.650550 | fa163e05-2da9-b31b-ab8f-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-07 22:51:17.652892 | fa163e05-2da9-b31b-ab8f-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:51.129997 | 0.15s 2025-10-07 22:51:17.662581 | fa163e05-2da9-b31b-ab8f-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:51.139689 | 0.16s 2025-10-07 22:51:17.689637 | fa163e05-2da9-b31b-ab8f-000000001325 | TASK | ensure podman and deps are installed 2025-10-07 22:51:20.476597 | fa163e05-2da9-b31b-ab8f-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-07 22:51:20.478057 | fa163e05-2da9-b31b-ab8f-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:53.955168 | 2.79s 2025-10-07 22:51:20.505175 | fa163e05-2da9-b31b-ab8f-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-07 22:51:21.018287 | fa163e05-2da9-b31b-ab8f-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-07 22:51:21.019467 | fa163e05-2da9-b31b-ab8f-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:54.496578 | 0.51s 2025-10-07 22:51:21.046035 | fa163e05-2da9-b31b-ab8f-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-07 22:51:21.076106 | fa163e05-2da9-b31b-ab8f-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-07 22:51:21.077199 | fa163e05-2da9-b31b-ab8f-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:54.554310 | 0.03s 2025-10-07 22:51:21.103588 | fa163e05-2da9-b31b-ab8f-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-07 22:51:21.142937 | fa163e05-2da9-b31b-ab8f-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-07 22:51:21.144010 | fa163e05-2da9-b31b-ab8f-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:54.621121 | 0.04s 2025-10-07 22:51:21.170056 | fa163e05-2da9-b31b-ab8f-00000000132a | TASK | Update default network configuration if possible 2025-10-07 22:51:21.209334 | fa163e05-2da9-b31b-ab8f-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-07 22:51:21.210463 | fa163e05-2da9-b31b-ab8f-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:54.687569 | 0.04s 2025-10-07 22:51:21.237961 | fa163e05-2da9-b31b-ab8f-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-07 22:51:21.492153 | fa163e05-2da9-b31b-ab8f-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-07 22:51:21.493656 | fa163e05-2da9-b31b-ab8f-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:54.970765 | 0.25s 2025-10-07 22:51:21.520760 | fa163e05-2da9-b31b-ab8f-00000000132d | TASK | Get current podman network 2025-10-07 22:51:21.832059 | fa163e05-2da9-b31b-ab8f-00000000132d | CHANGED | Get current podman network | standalone 2025-10-07 22:51:21.833504 | fa163e05-2da9-b31b-ab8f-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:55.310615 | 0.31s 2025-10-07 22:51:21.865584 | fa163e05-2da9-b31b-ab8f-00000000132e | TASK | Update the default network configuration 2025-10-07 22:51:22.405296 | fa163e05-2da9-b31b-ab8f-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-07 22:51:22.406635 | fa163e05-2da9-b31b-ab8f-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:55.883745 | 0.54s 2025-10-07 22:51:22.433964 | fa163e05-2da9-b31b-ab8f-00000000132f | TASK | Write containers registries.conf 2025-10-07 22:51:22.952242 | fa163e05-2da9-b31b-ab8f-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-07 22:51:22.953750 | fa163e05-2da9-b31b-ab8f-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:56.430853 | 0.52s 2025-10-07 22:51:22.981717 | fa163e05-2da9-b31b-ab8f-000000001330 | TASK | Write containers.conf 2025-10-07 22:51:23.241519 | fa163e05-2da9-b31b-ab8f-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-07 22:51:23.243259 | fa163e05-2da9-b31b-ab8f-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.720351 | 0.26s 2025-10-07 22:51:23.456874 | fa163e05-2da9-b31b-ab8f-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-07 22:51:23.458574 | fa163e05-2da9-b31b-ab8f-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.935688 | 0.47s 2025-10-07 22:51:23.671029 | fa163e05-2da9-b31b-ab8f-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-07 22:51:23.672858 | fa163e05-2da9-b31b-ab8f-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.149938 | 0.69s 2025-10-07 22:51:23.885242 | fa163e05-2da9-b31b-ab8f-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-07 22:51:23.887096 | fa163e05-2da9-b31b-ab8f-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.364208 | 0.90s 2025-10-07 22:51:23.898254 | fa163e05-2da9-b31b-ab8f-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.375364 | 0.91s 2025-10-07 22:51:23.926277 | fa163e05-2da9-b31b-ab8f-000000001331 | TASK | Enable podman.socket service 2025-10-07 22:51:23.957309 | fa163e05-2da9-b31b-ab8f-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-07 22:51:23.958391 | fa163e05-2da9-b31b-ab8f-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:57.435500 | 0.03s 2025-10-07 22:51:24.007433 | fa163e05-2da9-b31b-ab8f-000000000bc4 | TASK | Run podman login 2025-10-07 22:51:24.035471 | fa163e05-2da9-b31b-ab8f-000000000bc4 | TIMING | Run podman login | standalone | 0:02:57.512578 | 0.03s 2025-10-07 22:51:24.115070 | fa163e05-2da9-b31b-ab8f-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-07 22:51:24.142484 | fa163e05-2da9-b31b-ab8f-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:57.619597 | 0.03s 2025-10-07 22:51:24.180600 | fa163e05-2da9-b31b-ab8f-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-07 22:51:24.607894 | fa163e05-2da9-b31b-ab8f-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-07 22:51:24.609244 | fa163e05-2da9-b31b-ab8f-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:58.086357 | 0.43s 2025-10-07 22:51:24.634443 | fa163e05-2da9-b31b-ab8f-000000000bc7 | TASK | create persistent directories 2025-10-07 22:51:24.900946 | fa163e05-2da9-b31b-ab8f-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-07 22:51:24.902798 | fa163e05-2da9-b31b-ab8f-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.379902 | 0.27s 2025-10-07 22:51:25.097462 | fa163e05-2da9-b31b-ab8f-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-07 22:51:25.099171 | fa163e05-2da9-b31b-ab8f-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.576283 | 0.46s 2025-10-07 22:51:25.317218 | fa163e05-2da9-b31b-ab8f-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-07 22:51:25.318406 | fa163e05-2da9-b31b-ab8f-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.795520 | 0.68s 2025-10-07 22:51:25.326017 | fa163e05-2da9-b31b-ab8f-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.803126 | 0.69s 2025-10-07 22:51:25.353328 | fa163e05-2da9-b31b-ab8f-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-07 22:51:25.773047 | fa163e05-2da9-b31b-ab8f-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-07 22:51:25.774390 | fa163e05-2da9-b31b-ab8f-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:59.251501 | 0.42s 2025-10-07 22:51:25.799702 | fa163e05-2da9-b31b-ab8f-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-07 22:51:28.576254 | fa163e05-2da9-b31b-ab8f-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-07 22:51:28.577625 | fa163e05-2da9-b31b-ab8f-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:02.054736 | 2.78s 2025-10-07 22:51:28.603227 | fa163e05-2da9-b31b-ab8f-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-07 22:51:28.952393 | fa163e05-2da9-b31b-ab8f-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-07 22:51:28.954254 | fa163e05-2da9-b31b-ab8f-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:02.431365 | 0.35s 2025-10-07 22:51:29.008227 | fa163e05-2da9-b31b-ab8f-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:02.485328 | 0.03s 2025-10-07 22:51:29.095213 | fa163e05-2da9-b31b-ab8f-00000000154c | TASK | Gather variables for each operating system 2025-10-07 22:51:29.212874 | fa163e05-2da9-b31b-ab8f-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-07 22:51:29.214351 | fa163e05-2da9-b31b-ab8f-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.691457 | 0.12s 2025-10-07 22:51:29.221053 | fa163e05-2da9-b31b-ab8f-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.698162 | 0.13s 2025-10-07 22:51:29.248122 | fa163e05-2da9-b31b-ab8f-00000000154e | TASK | Install the OpenSSH server 2025-10-07 22:51:31.994371 | fa163e05-2da9-b31b-ab8f-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-07 22:51:31.995773 | fa163e05-2da9-b31b-ab8f-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:05.472885 | 2.75s 2025-10-07 22:51:32.026317 | fa163e05-2da9-b31b-ab8f-00000000154f | TASK | Start sshd 2025-10-07 22:51:32.058600 | fa163e05-2da9-b31b-ab8f-00000000154f | SKIPPED | Start sshd | standalone 2025-10-07 22:51:32.059913 | fa163e05-2da9-b31b-ab8f-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:05.537021 | 0.03s 2025-10-07 22:51:32.086519 | fa163e05-2da9-b31b-ab8f-000000001550 | TASK | PasswordAuthentication notice 2025-10-07 22:51:32.117480 | fa163e05-2da9-b31b-ab8f-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-07 22:51:32.118735 | fa163e05-2da9-b31b-ab8f-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:05.595845 | 0.03s 2025-10-07 22:51:32.145351 | fa163e05-2da9-b31b-ab8f-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-07 22:51:32.179175 | fa163e05-2da9-b31b-ab8f-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-07 22:51:32.180543 | fa163e05-2da9-b31b-ab8f-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:05.657651 | 0.03s 2025-10-07 22:51:32.207002 | fa163e05-2da9-b31b-ab8f-000000001552 | TASK | Motd duplication notice 2025-10-07 22:51:32.248861 | fa163e05-2da9-b31b-ab8f-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-07 22:51:32.250129 | fa163e05-2da9-b31b-ab8f-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:05.727241 | 0.04s 2025-10-07 22:51:32.275524 | fa163e05-2da9-b31b-ab8f-000000001553 | TASK | Configure the banner text 2025-10-07 22:51:32.306402 | fa163e05-2da9-b31b-ab8f-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-07 22:51:32.307659 | fa163e05-2da9-b31b-ab8f-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:05.784769 | 0.03s 2025-10-07 22:51:32.333238 | fa163e05-2da9-b31b-ab8f-000000001554 | TASK | Configure the motd banner 2025-10-07 22:51:32.364563 | fa163e05-2da9-b31b-ab8f-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-07 22:51:32.365693 | fa163e05-2da9-b31b-ab8f-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:05.842804 | 0.03s 2025-10-07 22:51:32.391098 | fa163e05-2da9-b31b-ab8f-000000001555 | TASK | Update sshd configuration options from vars 2025-10-07 22:51:32.441693 | fa163e05-2da9-b31b-ab8f-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-07 22:51:32.443480 | fa163e05-2da9-b31b-ab8f-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:05.920593 | 0.05s 2025-10-07 22:51:32.468584 | fa163e05-2da9-b31b-ab8f-000000001556 | TASK | Adjust ssh server configuration 2025-10-07 22:51:33.032735 | fa163e05-2da9-b31b-ab8f-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-07 22:51:33.033740 | fa163e05-2da9-b31b-ab8f-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:06.510857 | 0.56s 2025-10-07 22:51:33.057918 | fa163e05-2da9-b31b-ab8f-000000001557 | TASK | Restart sshd 2025-10-07 22:51:33.471664 | fa163e05-2da9-b31b-ab8f-000000001557 | CHANGED | Restart sshd | standalone 2025-10-07 22:51:33.473537 | fa163e05-2da9-b31b-ab8f-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:06.950649 | 0.41s 2025-10-07 22:51:33.523875 | fa163e05-2da9-b31b-ab8f-000000000bcc | TASK | create persistent directories 2025-10-07 22:51:33.792047 | fa163e05-2da9-b31b-ab8f-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-07 22:51:33.793685 | fa163e05-2da9-b31b-ab8f-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.270790 | 0.27s 2025-10-07 22:51:34.001761 | fa163e05-2da9-b31b-ab8f-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-07 22:51:34.003266 | fa163e05-2da9-b31b-ab8f-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.480375 | 0.48s 2025-10-07 22:51:34.233083 | fa163e05-2da9-b31b-ab8f-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-07 22:51:34.234469 | fa163e05-2da9-b31b-ab8f-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.711580 | 0.71s 2025-10-07 22:51:34.242345 | fa163e05-2da9-b31b-ab8f-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.719450 | 0.72s 2025-10-07 22:51:34.269068 | fa163e05-2da9-b31b-ab8f-000000000bcd | TASK | create persistent directories 2025-10-07 22:51:34.526766 | fa163e05-2da9-b31b-ab8f-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-07 22:51:34.528305 | fa163e05-2da9-b31b-ab8f-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.005412 | 0.26s 2025-10-07 22:51:34.748492 | fa163e05-2da9-b31b-ab8f-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-07 22:51:34.749442 | fa163e05-2da9-b31b-ab8f-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.226557 | 0.48s 2025-10-07 22:51:34.966516 | fa163e05-2da9-b31b-ab8f-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-07 22:51:34.968292 | fa163e05-2da9-b31b-ab8f-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.445400 | 0.70s 2025-10-07 22:51:34.978956 | fa163e05-2da9-b31b-ab8f-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.456072 | 0.71s 2025-10-07 22:51:35.005097 | fa163e05-2da9-b31b-ab8f-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-07 22:51:35.036717 | fa163e05-2da9-b31b-ab8f-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-07 22:51:35.037775 | fa163e05-2da9-b31b-ab8f-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:08.514888 | 0.03s 2025-10-07 22:51:35.063201 | fa163e05-2da9-b31b-ab8f-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-07 22:51:35.094364 | fa163e05-2da9-b31b-ab8f-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-07 22:51:35.095422 | fa163e05-2da9-b31b-ab8f-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:08.572533 | 0.03s 2025-10-07 22:51:35.120735 | fa163e05-2da9-b31b-ab8f-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-07 22:51:35.355991 | fa163e05-2da9-b31b-ab8f-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-07 22:51:35.357356 | fa163e05-2da9-b31b-ab8f-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:08.834470 | 0.24s 2025-10-07 22:51:35.384538 | fa163e05-2da9-b31b-ab8f-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-07 22:51:35.424949 | fa163e05-2da9-b31b-ab8f-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-07 22:51:35.426304 | fa163e05-2da9-b31b-ab8f-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:08.903415 | 0.04s 2025-10-07 22:51:35.454041 | fa163e05-2da9-b31b-ab8f-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-07 22:51:35.485310 | fa163e05-2da9-b31b-ab8f-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-07 22:51:35.486672 | fa163e05-2da9-b31b-ab8f-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:08.963775 | 0.03s 2025-10-07 22:51:35.514214 | fa163e05-2da9-b31b-ab8f-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-07 22:51:35.543479 | fa163e05-2da9-b31b-ab8f-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-07 22:51:35.544752 | fa163e05-2da9-b31b-ab8f-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:09.021855 | 0.03s 2025-10-07 22:51:35.571198 | fa163e05-2da9-b31b-ab8f-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-07 22:51:35.601476 | fa163e05-2da9-b31b-ab8f-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:09.078583 | 0.03s 2025-10-07 22:51:35.626492 | fa163e05-2da9-b31b-ab8f-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-07 22:51:35.675401 | fa163e05-2da9-b31b-ab8f-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-07 22:51:35.676623 | fa163e05-2da9-b31b-ab8f-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:09.153733 | 0.05s 2025-10-07 22:51:35.702110 | fa163e05-2da9-b31b-ab8f-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-07 22:51:35.730304 | fa163e05-2da9-b31b-ab8f-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:09.207407 | 0.03s 2025-10-07 22:51:35.755981 | fa163e05-2da9-b31b-ab8f-000000000bd7 | TASK | Check for NTP service 2025-10-07 22:51:35.999656 | fa163e05-2da9-b31b-ab8f-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-07 22:51:36.001026 | fa163e05-2da9-b31b-ab8f-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:09.478138 | 0.24s 2025-10-07 22:51:36.026277 | fa163e05-2da9-b31b-ab8f-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-07 22:51:36.068883 | fa163e05-2da9-b31b-ab8f-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-07 22:51:36.069933 | fa163e05-2da9-b31b-ab8f-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:09.547044 | 0.04s 2025-10-07 22:51:36.096113 | fa163e05-2da9-b31b-ab8f-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-07 22:51:36.124507 | fa163e05-2da9-b31b-ab8f-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:09.601613 | 0.03s 2025-10-07 22:51:36.223123 | fa163e05-2da9-b31b-ab8f-0000000016e8 | TASK | Load distro-specific variables 2025-10-07 22:51:36.248463 | fa163e05-2da9-b31b-ab8f-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.725580 | 0.02s 2025-10-07 22:51:36.256589 | 47ab9e41-c861-4a8c-8f7a-9a66f0c42e28 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-07 22:51:36.277645 | fa163e05-2da9-b31b-ab8f-0000000017cd | TASK | Load distro-specific variables 2025-10-07 22:51:36.329018 | fa163e05-2da9-b31b-ab8f-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:51:36.330160 | fa163e05-2da9-b31b-ab8f-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.807268 | 0.05s 2025-10-07 22:51:36.336117 | fa163e05-2da9-b31b-ab8f-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.813233 | 0.06s 2025-10-07 22:51:36.362637 | fa163e05-2da9-b31b-ab8f-0000000016e9 | TASK | Install chronyd 2025-10-07 22:51:36.392782 | fa163e05-2da9-b31b-ab8f-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:09.869886 | 0.03s 2025-10-07 22:51:36.416353 | 2f0e9699-3a88-4409-9ce5-2f0e26245a4e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-07 22:51:36.448611 | fa163e05-2da9-b31b-ab8f-000000001806 | TASK | Load distro-specific variables 2025-10-07 22:51:36.475352 | fa163e05-2da9-b31b-ab8f-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.952466 | 0.03s 2025-10-07 22:51:36.486118 | 6fbb0d50-ea8c-4a0f-abaf-a1057ad7f108 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-07 22:51:36.511746 | fa163e05-2da9-b31b-ab8f-00000000184d | TASK | Load distro-specific variables 2025-10-07 22:51:36.567139 | fa163e05-2da9-b31b-ab8f-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:51:36.568287 | fa163e05-2da9-b31b-ab8f-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.045396 | 0.06s 2025-10-07 22:51:36.574334 | fa163e05-2da9-b31b-ab8f-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.051451 | 0.06s 2025-10-07 22:51:36.601097 | fa163e05-2da9-b31b-ab8f-000000001807 | TASK | Check for NTP service 2025-10-07 22:51:36.833637 | fa163e05-2da9-b31b-ab8f-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-07 22:51:36.835304 | fa163e05-2da9-b31b-ab8f-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:10.312409 | 0.23s 2025-10-07 22:51:36.864550 | fa163e05-2da9-b31b-ab8f-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-07 22:51:36.894592 | fa163e05-2da9-b31b-ab8f-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-07 22:51:36.895744 | fa163e05-2da9-b31b-ab8f-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:10.372855 | 0.03s 2025-10-07 22:51:36.922754 | fa163e05-2da9-b31b-ab8f-000000001809 | TASK | Install chronyd package 2025-10-07 22:51:39.700760 | fa163e05-2da9-b31b-ab8f-000000001809 | OK | Install chronyd package | standalone 2025-10-07 22:51:39.703454 | fa163e05-2da9-b31b-ab8f-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:13.180564 | 2.78s 2025-10-07 22:51:39.730976 | fa163e05-2da9-b31b-ab8f-0000000016ea | TASK | Upgrade chronyd 2025-10-07 22:51:39.759716 | fa163e05-2da9-b31b-ab8f-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-07 22:51:39.760801 | fa163e05-2da9-b31b-ab8f-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:13.237912 | 0.03s 2025-10-07 22:51:39.787013 | fa163e05-2da9-b31b-ab8f-0000000016eb | TASK | Configure chronyd 2025-10-07 22:51:39.816249 | fa163e05-2da9-b31b-ab8f-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:13.293351 | 0.03s 2025-10-07 22:51:39.836941 | 516e080d-bc39-4ae4-93db-a4c3395c771e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-07 22:51:39.876465 | fa163e05-2da9-b31b-ab8f-000000001886 | TASK | Load distro-specific variables 2025-10-07 22:51:39.902850 | fa163e05-2da9-b31b-ab8f-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.379938 | 0.03s 2025-10-07 22:51:39.914349 | ae2c0394-e3de-46a9-adcc-d555940fd6ef | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-07 22:51:39.938328 | fa163e05-2da9-b31b-ab8f-0000000018f2 | TASK | Load distro-specific variables 2025-10-07 22:51:39.994856 | fa163e05-2da9-b31b-ab8f-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:51:39.996227 | fa163e05-2da9-b31b-ab8f-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.473335 | 0.06s 2025-10-07 22:51:40.008455 | fa163e05-2da9-b31b-ab8f-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.485565 | 0.07s 2025-10-07 22:51:40.034912 | fa163e05-2da9-b31b-ab8f-000000001887 | TASK | Install chrony configuration file 2025-10-07 22:51:40.642438 | fa163e05-2da9-b31b-ab8f-000000001887 | OK | Install chrony configuration file | standalone 2025-10-07 22:51:40.643778 | fa163e05-2da9-b31b-ab8f-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:14.120891 | 0.61s 2025-10-07 22:51:40.669935 | fa163e05-2da9-b31b-ab8f-0000000016ec | TASK | Run chronyd 2025-10-07 22:51:40.700468 | fa163e05-2da9-b31b-ab8f-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:14.177565 | 0.03s 2025-10-07 22:51:40.724696 | 2a6c734e-6f85-40ca-8e09-8c97b0bb5754 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-07 22:51:40.769022 | fa163e05-2da9-b31b-ab8f-000000001915 | TASK | Load distro-specific variables 2025-10-07 22:51:40.797416 | fa163e05-2da9-b31b-ab8f-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.274515 | 0.03s 2025-10-07 22:51:40.815805 | e615c6c7-bbfe-4e18-b6e3-78391e705dd1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-07 22:51:40.845453 | fa163e05-2da9-b31b-ab8f-000000001999 | TASK | Load distro-specific variables 2025-10-07 22:51:40.906355 | fa163e05-2da9-b31b-ab8f-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-07 22:51:40.908396 | fa163e05-2da9-b31b-ab8f-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.385503 | 0.06s 2025-10-07 22:51:40.918458 | fa163e05-2da9-b31b-ab8f-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.395571 | 0.07s 2025-10-07 22:51:40.944968 | fa163e05-2da9-b31b-ab8f-000000001916 | TASK | Ensure chronyd is running 2025-10-07 22:51:41.358048 | fa163e05-2da9-b31b-ab8f-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-07 22:51:41.360096 | fa163e05-2da9-b31b-ab8f-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:14.837205 | 0.41s 2025-10-07 22:51:41.390570 | fa163e05-2da9-b31b-ab8f-000000001917 | TASK | Force chronyd restart 2025-10-07 22:51:41.442088 | fa163e05-2da9-b31b-ab8f-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-07 22:51:41.443311 | fa163e05-2da9-b31b-ab8f-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:14.920419 | 0.05s 2025-10-07 22:51:41.472686 | fa163e05-2da9-b31b-ab8f-0000000016ed | TASK | Enable online service 2025-10-07 22:51:41.502526 | fa163e05-2da9-b31b-ab8f-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:14.979634 | 0.03s 2025-10-07 22:51:41.525547 | 6679f7eb-0de1-413a-a72d-078af83d223c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-07 22:51:41.573056 | fa163e05-2da9-b31b-ab8f-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-07 22:51:42.057957 | fa163e05-2da9-b31b-ab8f-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-07 22:51:42.059521 | fa163e05-2da9-b31b-ab8f-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:15.536630 | 0.49s 2025-10-07 22:51:42.087039 | fa163e05-2da9-b31b-ab8f-0000000019c7 | TASK | Enable chrony-online.service 2025-10-07 22:51:42.806322 | fa163e05-2da9-b31b-ab8f-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-07 22:51:42.809807 | fa163e05-2da9-b31b-ab8f-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:16.286906 | 0.72s 2025-10-07 22:51:42.839030 | fa163e05-2da9-b31b-ab8f-0000000016ee | TASK | Sync chronyc 2025-10-07 22:51:42.869001 | fa163e05-2da9-b31b-ab8f-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:16.346107 | 0.03s 2025-10-07 22:51:42.887707 | f1e0f2b4-50b0-4ed0-a859-50a36f3fdea1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-07 22:51:42.936419 | fa163e05-2da9-b31b-ab8f-000000001a6c | TASK | Force NTP sync 2025-10-07 22:51:43.165062 | fa163e05-2da9-b31b-ab8f-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-07 22:51:43.166566 | fa163e05-2da9-b31b-ab8f-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:16.643669 | 0.23s 2025-10-07 22:51:43.192589 | fa163e05-2da9-b31b-ab8f-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-07 22:51:43.417869 | fa163e05-2da9-b31b-ab8f-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-07 22:51:43.419150 | fa163e05-2da9-b31b-ab8f-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:16.896262 | 0.23s 2025-10-07 22:51:43.467825 | fa163e05-2da9-b31b-ab8f-000000000bda | TASK | Force NTP sync 2025-10-07 22:51:43.688341 | fa163e05-2da9-b31b-ab8f-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-07 22:51:43.689653 | fa163e05-2da9-b31b-ab8f-000000000bda | TIMING | Force NTP sync | standalone | 0:03:17.166766 | 0.22s 2025-10-07 22:51:43.714288 | fa163e05-2da9-b31b-ab8f-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-07 22:51:43.933568 | fa163e05-2da9-b31b-ab8f-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-07 22:51:43.934838 | fa163e05-2da9-b31b-ab8f-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:17.411951 | 0.22s 2025-10-07 22:51:43.961050 | fa163e05-2da9-b31b-ab8f-000000000bdc | TASK | Run timezone role 2025-10-07 22:51:43.989696 | fa163e05-2da9-b31b-ab8f-000000000bdc | TIMING | Run timezone role | standalone | 0:03:17.466801 | 0.03s 2025-10-07 22:51:44.090868 | fa163e05-2da9-b31b-ab8f-000000001c2d | TASK | Set timezone 2025-10-07 22:51:44.624864 | fa163e05-2da9-b31b-ab8f-000000001c2d | OK | Set timezone | standalone 2025-10-07 22:51:44.626404 | fa163e05-2da9-b31b-ab8f-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:18.103512 | 0.53s 2025-10-07 22:51:44.644705 | fa163e05-2da9-b31b-ab8f-000000001c2e | TASK | Restart time services 2025-10-07 22:51:44.684444 | fa163e05-2da9-b31b-ab8f-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-07 22:51:44.691809 | fa163e05-2da9-b31b-ab8f-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-07 22:51:44.698306 | fa163e05-2da9-b31b-ab8f-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:18.175410 | 0.05s 2025-10-07 22:51:44.747007 | fa163e05-2da9-b31b-ab8f-000000000bdd | TASK | install tmpwatch on the host 2025-10-07 22:51:47.491851 | fa163e05-2da9-b31b-ab8f-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-07 22:51:47.493297 | fa163e05-2da9-b31b-ab8f-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:20.970409 | 2.75s 2025-10-07 22:51:47.520754 | fa163e05-2da9-b31b-ab8f-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-07 22:51:47.552846 | fa163e05-2da9-b31b-ab8f-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-07 22:51:47.553918 | fa163e05-2da9-b31b-ab8f-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:21.031029 | 0.03s 2025-10-07 22:51:47.608094 | fa163e05-2da9-b31b-ab8f-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:21.085197 | 0.03s 2025-10-07 22:51:47.714780 | fa163e05-2da9-b31b-ab8f-000000001e61 | TASK | Gather variables for each operating system 2025-10-07 22:51:47.834973 | fa163e05-2da9-b31b-ab8f-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-07 22:51:47.836290 | fa163e05-2da9-b31b-ab8f-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.313398 | 0.12s 2025-10-07 22:51:47.842425 | fa163e05-2da9-b31b-ab8f-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.319540 | 0.13s 2025-10-07 22:51:47.930370 | fa163e05-2da9-b31b-ab8f-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:21.407461 | 0.06s 2025-10-07 22:51:47.952444 | f2f5bc96-6034-4312-ba8e-330582430153 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-07 22:51:47.986130 | fa163e05-2da9-b31b-ab8f-000000001f92 | TASK | Check tuned package is installed 2025-10-07 22:51:48.306581 | fa163e05-2da9-b31b-ab8f-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-07 22:51:48.308043 | fa163e05-2da9-b31b-ab8f-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:21.785154 | 0.32s 2025-10-07 22:51:48.334032 | fa163e05-2da9-b31b-ab8f-000000001f93 | TASK | Install tuned 2025-10-07 22:51:48.416757 | fa163e05-2da9-b31b-ab8f-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-07 22:51:48.418072 | fa163e05-2da9-b31b-ab8f-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:21.895181 | 0.08s 2025-10-07 22:51:48.498388 | fa163e05-2da9-b31b-ab8f-000000001f94 | TASK | Restart tuned 2025-10-07 22:51:48.528433 | fa163e05-2da9-b31b-ab8f-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-07 22:51:48.529299 | fa163e05-2da9-b31b-ab8f-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:22.006418 | 0.03s 2025-10-07 22:51:48.547066 | fa163e05-2da9-b31b-ab8f-000000001e63 | TASK | Check for tuned-adm 2025-10-07 22:51:48.769286 | fa163e05-2da9-b31b-ab8f-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-07 22:51:48.770578 | fa163e05-2da9-b31b-ab8f-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:22.247691 | 0.22s 2025-10-07 22:51:48.827891 | fa163e05-2da9-b31b-ab8f-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:22.305001 | 0.03s 2025-10-07 22:51:48.845379 | 59e2f0eb-a4cf-4656-be9c-fe7b5d1d7535 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-07 22:51:48.877089 | fa163e05-2da9-b31b-ab8f-000000001fbf | TASK | Ensure profile directory exists 2025-10-07 22:51:48.945503 | fa163e05-2da9-b31b-ab8f-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-07 22:51:48.946743 | fa163e05-2da9-b31b-ab8f-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:22.423850 | 0.07s 2025-10-07 22:51:48.972732 | fa163e05-2da9-b31b-ab8f-000000001fc0 | TASK | Create custom tuned profile 2025-10-07 22:51:49.047408 | fa163e05-2da9-b31b-ab8f-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-07 22:51:49.048300 | fa163e05-2da9-b31b-ab8f-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:22.525418 | 0.07s 2025-10-07 22:51:49.068184 | fa163e05-2da9-b31b-ab8f-000000001fc1 | TASK | Check tuned active profile 2025-10-07 22:51:49.285902 | fa163e05-2da9-b31b-ab8f-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-07 22:51:49.287199 | fa163e05-2da9-b31b-ab8f-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:22.764310 | 0.22s 2025-10-07 22:51:49.313432 | fa163e05-2da9-b31b-ab8f-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-07 22:51:49.512510 | fa163e05-2da9-b31b-ab8f-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-07 22:51:49.514232 | fa163e05-2da9-b31b-ab8f-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:22.991334 | 0.20s 2025-10-07 22:51:49.542312 | fa163e05-2da9-b31b-ab8f-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-07 22:51:49.613631 | fa163e05-2da9-b31b-ab8f-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-07 22:51:49.614830 | fa163e05-2da9-b31b-ab8f-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:23.091938 | 0.07s 2025-10-07 22:51:49.644057 | fa163e05-2da9-b31b-ab8f-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-07 22:51:49.704618 | fa163e05-2da9-b31b-ab8f-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-07 22:51:49.705735 | fa163e05-2da9-b31b-ab8f-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:23.182844 | 0.06s 2025-10-07 22:51:49.737663 | fa163e05-2da9-b31b-ab8f-000000001fc5 | TASK | Enable tuned profile 2025-10-07 22:51:49.770357 | fa163e05-2da9-b31b-ab8f-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-07 22:51:49.771486 | fa163e05-2da9-b31b-ab8f-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:23.248595 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-07 22:51:49.954220 | fa163e05-2da9-b31b-ab8f-0000000000ac | TASK | Overcloud container setup tasks 2025-10-07 22:51:49.981316 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000ac') missing from stats 2025-10-07 22:51:50.001537 | fa163e05-2da9-b31b-ab8f-0000000000ad | TASK | Write config data 2025-10-07 22:51:50.070547 | fa163e05-2da9-b31b-ab8f-0000000000ad | TIMING | Write config data | standalone | 0:03:23.547651 | 0.07s 2025-10-07 22:51:50.114631 | d400c0b8-2896-4367-a4af-946d9b843e46 | INCLUDED | /root/standalone-ansible-lus4j9ue/common_container_setup_tasks.yaml | standalone 2025-10-07 22:51:50.138847 | fa163e05-2da9-b31b-ab8f-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-07 22:51:50.365846 | fa163e05-2da9-b31b-ab8f-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-07 22:51:50.367265 | fa163e05-2da9-b31b-ab8f-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:23.844375 | 0.23s 2025-10-07 22:51:50.392937 | fa163e05-2da9-b31b-ab8f-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-07 22:51:50.617334 | fa163e05-2da9-b31b-ab8f-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-07 22:51:50.618770 | fa163e05-2da9-b31b-ab8f-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:24.095881 | 0.22s 2025-10-07 22:51:50.644299 | fa163e05-2da9-b31b-ab8f-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-07 22:51:50.864985 | fa163e05-2da9-b31b-ab8f-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-07 22:51:50.866391 | fa163e05-2da9-b31b-ab8f-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:24.343501 | 0.22s 2025-10-07 22:51:50.891744 | fa163e05-2da9-b31b-ab8f-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-07 22:51:51.110511 | fa163e05-2da9-b31b-ab8f-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-07 22:51:51.111641 | fa163e05-2da9-b31b-ab8f-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:24.588754 | 0.22s 2025-10-07 22:51:51.136801 | fa163e05-2da9-b31b-ab8f-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-07 22:51:51.373409 | fa163e05-2da9-b31b-ab8f-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-07 22:51:51.374908 | fa163e05-2da9-b31b-ab8f-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:24.852003 | 0.24s 2025-10-07 22:51:51.401533 | fa163e05-2da9-b31b-ab8f-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-07 22:51:52.575745 | fa163e05-2da9-b31b-ab8f-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-07 22:51:52.577371 | fa163e05-2da9-b31b-ab8f-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:26.054482 | 1.17s 2025-10-07 22:51:52.603516 | fa163e05-2da9-b31b-ab8f-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-07 22:51:52.856727 | fa163e05-2da9-b31b-ab8f-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-07 22:51:52.858149 | fa163e05-2da9-b31b-ab8f-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:26.335259 | 0.25s 2025-10-07 22:51:52.884932 | fa163e05-2da9-b31b-ab8f-00000000202d | TASK | Write container config scripts 2025-10-07 22:51:53.253333 | fa163e05-2da9-b31b-ab8f-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-07 22:51:53.254656 | fa163e05-2da9-b31b-ab8f-00000000202d | TIMING | Write container config scripts | standalone | 0:03:26.731766 | 0.37s 2025-10-07 22:51:53.279648 | fa163e05-2da9-b31b-ab8f-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-07 22:51:53.751662 | fa163e05-2da9-b31b-ab8f-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-07 22:51:53.752528 | fa163e05-2da9-b31b-ab8f-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:27.229649 | 0.47s 2025-10-07 22:51:53.771374 | fa163e05-2da9-b31b-ab8f-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-07 22:51:54.359281 | fa163e05-2da9-b31b-ab8f-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-07 22:51:54.364101 | fa163e05-2da9-b31b-ab8f-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:27.841220 | 0.59s 2025-10-07 22:51:54.388260 | fa163e05-2da9-b31b-ab8f-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-07 22:51:54.623373 | fa163e05-2da9-b31b-ab8f-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-07 22:51:54.624278 | fa163e05-2da9-b31b-ab8f-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:28.101398 | 0.24s 2025-10-07 22:51:54.644243 | fa163e05-2da9-b31b-ab8f-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-07 22:51:54.855851 | fa163e05-2da9-b31b-ab8f-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-07 22:51:54.857252 | fa163e05-2da9-b31b-ab8f-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:28.334364 | 0.21s 2025-10-07 22:51:54.882964 | fa163e05-2da9-b31b-ab8f-000000002032 | TASK | Write container config json files 2025-10-07 22:51:55.396023 | fa163e05-2da9-b31b-ab8f-000000002032 | CHANGED | Write container config json files | standalone 2025-10-07 22:51:55.406963 | fa163e05-2da9-b31b-ab8f-000000002032 | TIMING | Write container config json files | standalone | 0:03:28.884053 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-07 22:51:55.570814 | fa163e05-2da9-b31b-ab8f-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-07 22:51:55.598565 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-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-07 22:51:55.658335 | fa163e05-2da9-b31b-ab8f-0000000000b2 | TIMING | include_tasks | standalone | 0:03:29.135439 | 0.04s 2025-10-07 22:51:55.672787 | ab4a6a97-9297-4bc7-bffd-c52197ef5553 | INCLUDED | /root/standalone-ansible-lus4j9ue/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-07 22:51:55.802933 | fa163e05-2da9-b31b-ab8f-0000000000b6 | TASK | External deployment step 1 2025-10-07 22:51:55.830619 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000b6') missing from stats 2025-10-07 22:51:55.884764 | fa163e05-2da9-b31b-ab8f-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:29.361863 | 0.04s 2025-10-07 22:51:55.923160 | 84eb70ee-e834-4dcd-98c7-c0c7e457ce39 | INCLUDED | /root/standalone-ansible-lus4j9ue/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-07 22:51:55.942249 | fa163e05-2da9-b31b-ab8f-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-07 22:51:55.991215 | fa163e05-2da9-b31b-ab8f-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-07 22:51:55.992512 | fa163e05-2da9-b31b-ab8f-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:29.469623 | 0.05s 2025-10-07 22:51:56.010575 | fa163e05-2da9-b31b-ab8f-000000002079 | TASK | Build disk list for cephadm 2025-10-07 22:51:56.061527 | fa163e05-2da9-b31b-ab8f-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-07 22:51:56.062792 | fa163e05-2da9-b31b-ab8f-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:29.539901 | 0.05s 2025-10-07 22:51:56.082392 | fa163e05-2da9-b31b-ab8f-000000002080 | TASK | Container image prepare 2025-10-07 22:51:57.087405 | fa163e05-2da9-b31b-ab8f-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-07 22:51:57.089641 | fa163e05-2da9-b31b-ab8f-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:30.566751 | 1.01s 2025-10-07 22:51:57.125893 | fa163e05-2da9-b31b-ab8f-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-07 22:51:57.377386 | fa163e05-2da9-b31b-ab8f-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-07 22:51:57.378776 | fa163e05-2da9-b31b-ab8f-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:30.855887 | 0.25s 2025-10-07 22:51:57.396674 | fa163e05-2da9-b31b-ab8f-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-07 22:51:57.428074 | fa163e05-2da9-b31b-ab8f-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:30.905179 | 0.03s 2025-10-07 22:51:57.474368 | fa163e05-2da9-b31b-ab8f-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-07 22:51:57.709117 | fa163e05-2da9-b31b-ab8f-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-07 22:51:57.710541 | fa163e05-2da9-b31b-ab8f-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:31.187648 | 0.23s 2025-10-07 22:51:57.730067 | fa163e05-2da9-b31b-ab8f-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-07 22:51:58.162284 | fa163e05-2da9-b31b-ab8f-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-07 22:51:58.163649 | fa163e05-2da9-b31b-ab8f-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:31.640760 | 0.43s 2025-10-07 22:51:58.183760 | fa163e05-2da9-b31b-ab8f-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-07 22:51:58.235736 | fa163e05-2da9-b31b-ab8f-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:31.712842 | 0.05s 2025-10-07 22:51:58.282064 | fa163e05-2da9-b31b-ab8f-0000000020eb | TASK | Check for a configured destination 2025-10-07 22:51:58.354068 | fa163e05-2da9-b31b-ab8f-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-07 22:51:58.355193 | fa163e05-2da9-b31b-ab8f-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:31.832303 | 0.07s 2025-10-07 22:51:58.380614 | fa163e05-2da9-b31b-ab8f-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-07 22:51:58.850078 | fa163e05-2da9-b31b-ab8f-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-07 22:51:58.851374 | fa163e05-2da9-b31b-ab8f-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:32.328485 | 0.47s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-07 22:51:59.017653 | fa163e05-2da9-b31b-ab8f-0000000000ba | TASK | Deploy step tasks for 1 2025-10-07 22:51:59.048268 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000ba') missing from stats 2025-10-07 22:51:59.069213 | fa163e05-2da9-b31b-ab8f-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-07 22:51:59.567998 | fa163e05-2da9-b31b-ab8f-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-07 22:51:59.569463 | fa163e05-2da9-b31b-ab8f-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:33.046572 | 0.50s 2025-10-07 22:51:59.594585 | fa163e05-2da9-b31b-ab8f-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-07 22:51:59.835842 | fa163e05-2da9-b31b-ab8f-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-07 22:51:59.837430 | fa163e05-2da9-b31b-ab8f-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:33.314542 | 0.24s 2025-10-07 22:51:59.863182 | fa163e05-2da9-b31b-ab8f-0000000000be | TASK | Write config data at the start of step 1 2025-10-07 22:51:59.939757 | fa163e05-2da9-b31b-ab8f-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:33.416852 | 0.08s 2025-10-07 22:51:59.989135 | b40ed4db-38cb-49df-8232-7cd1ecdc1855 | INCLUDED | /root/standalone-ansible-lus4j9ue/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-07 22:52:00.017404 | fa163e05-2da9-b31b-ab8f-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-07 22:52:00.056217 | fa163e05-2da9-b31b-ab8f-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-07 22:52:00.057288 | fa163e05-2da9-b31b-ab8f-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:33.534398 | 0.04s 2025-10-07 22:52:00.082834 | fa163e05-2da9-b31b-ab8f-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-07 22:52:00.110830 | fa163e05-2da9-b31b-ab8f-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-07 22:52:00.111992 | fa163e05-2da9-b31b-ab8f-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:33.589102 | 0.03s 2025-10-07 22:52:00.137063 | fa163e05-2da9-b31b-ab8f-00000000212c | TASK | Write the puppet step_config manifest 2025-10-07 22:52:00.631071 | fa163e05-2da9-b31b-ab8f-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-07 22:52:00.632236 | fa163e05-2da9-b31b-ab8f-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:34.109348 | 0.49s 2025-10-07 22:52:00.657195 | fa163e05-2da9-b31b-ab8f-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-07 22:52:00.687723 | fa163e05-2da9-b31b-ab8f-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-07 22:52:00.688803 | fa163e05-2da9-b31b-ab8f-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.165913 | 0.03s 2025-10-07 22:52:00.713889 | fa163e05-2da9-b31b-ab8f-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-07 22:52:00.742828 | fa163e05-2da9-b31b-ab8f-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-07 22:52:00.743875 | fa163e05-2da9-b31b-ab8f-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.220986 | 0.03s 2025-10-07 22:52:00.768827 | fa163e05-2da9-b31b-ab8f-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-07 22:52:01.000361 | fa163e05-2da9-b31b-ab8f-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-07 22:52:01.001510 | fa163e05-2da9-b31b-ab8f-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:34.478623 | 0.23s 2025-10-07 22:52:01.026233 | fa163e05-2da9-b31b-ab8f-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-07 22:52:01.055278 | fa163e05-2da9-b31b-ab8f-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-07 22:52:01.056317 | fa163e05-2da9-b31b-ab8f-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:34.533428 | 0.03s 2025-10-07 22:52:01.081254 | fa163e05-2da9-b31b-ab8f-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-07 22:52:01.110596 | fa163e05-2da9-b31b-ab8f-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-07 22:52:01.111681 | fa163e05-2da9-b31b-ab8f-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:34.588792 | 0.03s 2025-10-07 22:52:01.136431 | fa163e05-2da9-b31b-ab8f-000000002132 | TASK | Write container-puppet.json file 2025-10-07 22:52:01.653039 | fa163e05-2da9-b31b-ab8f-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-07 22:52:01.654383 | fa163e05-2da9-b31b-ab8f-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:35.131491 | 0.52s 2025-10-07 22:52:01.679102 | fa163e05-2da9-b31b-ab8f-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-07 22:52:01.707664 | fa163e05-2da9-b31b-ab8f-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-07 22:52:01.708770 | fa163e05-2da9-b31b-ab8f-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.185881 | 0.03s 2025-10-07 22:52:01.734388 | fa163e05-2da9-b31b-ab8f-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-07 22:52:01.763020 | fa163e05-2da9-b31b-ab8f-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-07 22:52:01.764085 | fa163e05-2da9-b31b-ab8f-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.241196 | 0.03s 2025-10-07 22:52:01.789062 | fa163e05-2da9-b31b-ab8f-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-07 22:52:02.176775 | fa163e05-2da9-b31b-ab8f-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-07 22:52:02.177880 | fa163e05-2da9-b31b-ab8f-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:35.654994 | 0.39s 2025-10-07 22:52:02.202392 | fa163e05-2da9-b31b-ab8f-000000002136 | TASK | Set host puppet debugging fact string 2025-10-07 22:52:02.230321 | fa163e05-2da9-b31b-ab8f-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-07 22:52:02.231356 | fa163e05-2da9-b31b-ab8f-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:35.708467 | 0.03s 2025-10-07 22:52:02.256633 | fa163e05-2da9-b31b-ab8f-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-07 22:52:02.284938 | fa163e05-2da9-b31b-ab8f-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-07 22:52:02.286016 | fa163e05-2da9-b31b-ab8f-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:35.763126 | 0.03s 2025-10-07 22:52:02.311109 | fa163e05-2da9-b31b-ab8f-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-07 22:52:02.341792 | fa163e05-2da9-b31b-ab8f-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-07 22:52:02.342858 | fa163e05-2da9-b31b-ab8f-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:35.819970 | 0.03s 2025-10-07 22:52:02.368489 | fa163e05-2da9-b31b-ab8f-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-07 22:52:02.397455 | fa163e05-2da9-b31b-ab8f-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-07 22:52:02.398486 | fa163e05-2da9-b31b-ab8f-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:35.875598 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 22:52:02.464333 | fa163e05-2da9-b31b-ab8f-0000000000c0 | TIMING | include_tasks | standalone | 0:03:35.941440 | 0.04s 2025-10-07 22:52:02.580300 | 58ce5109-f13a-473e-8da1-731d316b978c | INCLUDED | /root/standalone-ansible-lus4j9ue/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-07 22:52:02.620812 | fa163e05-2da9-b31b-ab8f-000000002164 | TASK | Create dirs for certificates and keys 2025-10-07 22:52:02.678189 | fa163e05-2da9-b31b-ab8f-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-07 22:52:02.690465 | fa163e05-2da9-b31b-ab8f-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-07 22:52:02.702616 | fa163e05-2da9-b31b-ab8f-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:36.179723 | 0.08s 2025-10-07 22:52:02.762886 | fa163e05-2da9-b31b-ab8f-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 22:52:02.764101 | fa163e05-2da9-b31b-ab8f-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:36.241213 | 0.03s 2025-10-07 22:52:02.789431 | fa163e05-2da9-b31b-ab8f-00000000216c | TASK | Fail if container image is undefined 2025-10-07 22:52:02.839128 | fa163e05-2da9-b31b-ab8f-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 22:52:02.840252 | fa163e05-2da9-b31b-ab8f-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:36.317361 | 0.05s 2025-10-07 22:52:02.882054 | fa163e05-2da9-b31b-ab8f-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-07 22:52:24.640158 | fa163e05-2da9-b31b-ab8f-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-07 22:52:24.641983 | fa163e05-2da9-b31b-ab8f-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:58.119094 | 21.76s 2025-10-07 22:52:24.682804 | fa163e05-2da9-b31b-ab8f-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-07 22:52:25.029025 | fa163e05-2da9-b31b-ab8f-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-07 22:52:25.030688 | fa163e05-2da9-b31b-ab8f-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:58.507792 | 0.35s 2025-10-07 22:52:25.087878 | fa163e05-2da9-b31b-ab8f-00000000217d | TASK | Fail if container image is undefined 2025-10-07 22:52:25.153365 | fa163e05-2da9-b31b-ab8f-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 22:52:25.154781 | fa163e05-2da9-b31b-ab8f-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:58.631888 | 0.07s 2025-10-07 22:52:25.201599 | fa163e05-2da9-b31b-ab8f-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-07 22:52:30.708996 | fa163e05-2da9-b31b-ab8f-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-07 22:52:30.711565 | fa163e05-2da9-b31b-ab8f-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:04.188674 | 5.51s 2025-10-07 22:52:30.768071 | fa163e05-2da9-b31b-ab8f-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-07 22:52:31.084651 | fa163e05-2da9-b31b-ab8f-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-07 22:52:31.087723 | fa163e05-2da9-b31b-ab8f-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:04.564829 | 0.32s 2025-10-07 22:52:31.145130 | fa163e05-2da9-b31b-ab8f-00000000218a | TASK | Check if rsyslog exists 2025-10-07 22:52:31.393788 | fa163e05-2da9-b31b-ab8f-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-07 22:52:31.396549 | fa163e05-2da9-b31b-ab8f-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:04.873657 | 0.25s 2025-10-07 22:52:31.424905 | fa163e05-2da9-b31b-ab8f-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-07 22:52:31.666561 | fa163e05-2da9-b31b-ab8f-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-07 22:52:31.669047 | fa163e05-2da9-b31b-ab8f-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:05.146157 | 0.24s 2025-10-07 22:52:31.696132 | fa163e05-2da9-b31b-ab8f-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-07 22:52:32.469285 | fa163e05-2da9-b31b-ab8f-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-07 22:52:32.472597 | fa163e05-2da9-b31b-ab8f-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:05.949705 | 0.77s 2025-10-07 22:52:32.500427 | fa163e05-2da9-b31b-ab8f-000000002194 | TASK | Fail if container image is undefined 2025-10-07 22:52:32.562937 | fa163e05-2da9-b31b-ab8f-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 22:52:32.564475 | fa163e05-2da9-b31b-ab8f-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:06.041581 | 0.06s 2025-10-07 22:52:32.609502 | fa163e05-2da9-b31b-ab8f-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-07 22:52:38.967407 | fa163e05-2da9-b31b-ab8f-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-07 22:52:38.969025 | fa163e05-2da9-b31b-ab8f-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:12.446135 | 6.36s 2025-10-07 22:52:39.024563 | fa163e05-2da9-b31b-ab8f-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-07 22:52:39.414472 | fa163e05-2da9-b31b-ab8f-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-07 22:52:39.415865 | fa163e05-2da9-b31b-ab8f-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:12.892973 | 0.39s 2025-10-07 22:52:39.466417 | fa163e05-2da9-b31b-ab8f-0000000021a0 | TASK | Run lvmfilter role 2025-10-07 22:52:39.516937 | fa163e05-2da9-b31b-ab8f-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:12.994043 | 0.05s 2025-10-07 22:52:39.599691 | fa163e05-2da9-b31b-ab8f-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-07 22:52:39.885084 | fa163e05-2da9-b31b-ab8f-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-07 22:52:39.885974 | fa163e05-2da9-b31b-ab8f-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:13.363094 | 0.29s 2025-10-07 22:52:39.906683 | fa163e05-2da9-b31b-ab8f-0000000022b9 | TASK | collect ansible devices 2025-10-07 22:52:39.959183 | fa163e05-2da9-b31b-ab8f-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-07 22:52:39.960450 | fa163e05-2da9-b31b-ab8f-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:13.437558 | 0.05s 2025-10-07 22:52:39.987921 | fa163e05-2da9-b31b-ab8f-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-07 22:52:40.043191 | fa163e05-2da9-b31b-ab8f-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-07 22:52:40.044468 | fa163e05-2da9-b31b-ab8f-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:13.521576 | 0.05s 2025-10-07 22:52:40.070443 | fa163e05-2da9-b31b-ab8f-0000000022bb | TASK | set allowed_devices 2025-10-07 22:52:40.122287 | fa163e05-2da9-b31b-ab8f-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-07 22:52:40.123523 | fa163e05-2da9-b31b-ab8f-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:13.600631 | 0.05s 2025-10-07 22:52:40.149910 | fa163e05-2da9-b31b-ab8f-0000000022bc | TASK | build lvm2 allow list 2025-10-07 22:52:40.203091 | fa163e05-2da9-b31b-ab8f-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-07 22:52:40.204213 | fa163e05-2da9-b31b-ab8f-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:13.681324 | 0.05s 2025-10-07 22:52:40.230840 | fa163e05-2da9-b31b-ab8f-0000000022bd | TASK | build lvm2 deny list 2025-10-07 22:52:40.283878 | fa163e05-2da9-b31b-ab8f-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-07 22:52:40.285112 | fa163e05-2da9-b31b-ab8f-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:13.762222 | 0.05s 2025-10-07 22:52:40.312461 | fa163e05-2da9-b31b-ab8f-0000000022be | TASK | build lvm2 filter 2025-10-07 22:52:40.363141 | fa163e05-2da9-b31b-ab8f-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-07 22:52:40.364271 | fa163e05-2da9-b31b-ab8f-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:13.841380 | 0.05s 2025-10-07 22:52:40.390562 | fa163e05-2da9-b31b-ab8f-0000000022bf | TASK | regenerate lvm config 2025-10-07 22:52:40.441806 | fa163e05-2da9-b31b-ab8f-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-07 22:52:40.443366 | fa163e05-2da9-b31b-ab8f-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:13.920473 | 0.05s 2025-10-07 22:52:40.472984 | fa163e05-2da9-b31b-ab8f-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-07 22:52:40.525262 | fa163e05-2da9-b31b-ab8f-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-07 22:52:40.527091 | fa163e05-2da9-b31b-ab8f-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:14.004193 | 0.05s 2025-10-07 22:52:40.579388 | fa163e05-2da9-b31b-ab8f-0000000021a6 | TASK | Fail if container image is undefined 2025-10-07 22:52:40.645212 | fa163e05-2da9-b31b-ab8f-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 22:52:40.646574 | fa163e05-2da9-b31b-ab8f-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:14.123682 | 0.07s 2025-10-07 22:52:40.692461 | fa163e05-2da9-b31b-ab8f-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-07 22:52:51.046463 | fa163e05-2da9-b31b-ab8f-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-07 22:52:51.049377 | fa163e05-2da9-b31b-ab8f-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:24.526471 | 10.35s 2025-10-07 22:52:51.105598 | fa163e05-2da9-b31b-ab8f-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-07 22:52:51.469250 | fa163e05-2da9-b31b-ab8f-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-07 22:52:51.470690 | fa163e05-2da9-b31b-ab8f-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.947798 | 0.36s 2025-10-07 22:52:51.578012 | fa163e05-2da9-b31b-ab8f-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 22:52:51.579511 | fa163e05-2da9-b31b-ab8f-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:25.056617 | 0.06s 2025-10-07 22:52:51.607175 | fa163e05-2da9-b31b-ab8f-0000000021ba | TASK | Fail if container image is undefined 2025-10-07 22:52:51.679543 | fa163e05-2da9-b31b-ab8f-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 22:52:51.680857 | fa163e05-2da9-b31b-ab8f-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:25.157967 | 0.07s 2025-10-07 22:52:51.724343 | fa163e05-2da9-b31b-ab8f-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-07 22:53:00.749864 | fa163e05-2da9-b31b-ab8f-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-07 22:53:00.751539 | fa163e05-2da9-b31b-ab8f-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:34.228648 | 9.03s 2025-10-07 22:53:00.808078 | fa163e05-2da9-b31b-ab8f-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-07 22:53:01.163755 | fa163e05-2da9-b31b-ab8f-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-07 22:53:01.165803 | fa163e05-2da9-b31b-ab8f-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:34.642909 | 0.36s 2025-10-07 22:53:01.264734 | fa163e05-2da9-b31b-ab8f-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 22:53:01.266132 | fa163e05-2da9-b31b-ab8f-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:34.743241 | 0.05s 2025-10-07 22:53:01.291835 | fa163e05-2da9-b31b-ab8f-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-07 22:53:21.174373 | fa163e05-2da9-b31b-ab8f-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-07 22:53:21.175366 | fa163e05-2da9-b31b-ab8f-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:54.652486 | 19.88s 2025-10-07 22:53:21.193137 | fa163e05-2da9-b31b-ab8f-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-07 22:53:21.238770 | fa163e05-2da9-b31b-ab8f-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-07 22:53:21.239515 | fa163e05-2da9-b31b-ab8f-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:54.716636 | 0.05s 2025-10-07 22:53:21.256968 | fa163e05-2da9-b31b-ab8f-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-07 22:53:21.495199 | fa163e05-2da9-b31b-ab8f-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-07 22:53:21.495928 | fa163e05-2da9-b31b-ab8f-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:54.973048 | 0.24s 2025-10-07 22:53:21.513158 | fa163e05-2da9-b31b-ab8f-0000000021ce | TASK | is KSM enabled 2025-10-07 22:53:21.540464 | fa163e05-2da9-b31b-ab8f-0000000021ce | OK | is KSM enabled | standalone 2025-10-07 22:53:21.541330 | fa163e05-2da9-b31b-ab8f-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:55.018447 | 0.03s 2025-10-07 22:53:21.566448 | fa163e05-2da9-b31b-ab8f-0000000021d0 | TASK | Check for ksm 2025-10-07 22:53:21.809893 | fa163e05-2da9-b31b-ab8f-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-07 22:53:21.810880 | fa163e05-2da9-b31b-ab8f-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:55.287997 | 0.24s 2025-10-07 22:53:21.831681 | fa163e05-2da9-b31b-ab8f-0000000021d1 | TASK | disable KSM services 2025-10-07 22:53:21.881595 | fa163e05-2da9-b31b-ab8f-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-07 22:53:21.904473 | fa163e05-2da9-b31b-ab8f-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-07 22:53:21.916150 | fa163e05-2da9-b31b-ab8f-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:55.393255 | 0.08s 2025-10-07 22:53:21.942030 | fa163e05-2da9-b31b-ab8f-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-07 22:53:21.979591 | fa163e05-2da9-b31b-ab8f-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-07 22:53:21.980765 | fa163e05-2da9-b31b-ab8f-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:55.457876 | 0.04s 2025-10-07 22:53:22.006364 | fa163e05-2da9-b31b-ab8f-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-07 22:53:22.035339 | fa163e05-2da9-b31b-ab8f-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-07 22:53:22.036481 | fa163e05-2da9-b31b-ab8f-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:55.513592 | 0.03s 2025-10-07 22:53:22.062832 | fa163e05-2da9-b31b-ab8f-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-07 22:53:22.111224 | fa163e05-2da9-b31b-ab8f-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-07 22:53:22.112415 | fa163e05-2da9-b31b-ab8f-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:55.589525 | 0.05s 2025-10-07 22:53:22.139303 | fa163e05-2da9-b31b-ab8f-0000000021d6 | TASK | enable ksmtunded 2025-10-07 22:53:22.199819 | fa163e05-2da9-b31b-ab8f-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-07 22:53:22.213313 | fa163e05-2da9-b31b-ab8f-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-07 22:53:22.224779 | fa163e05-2da9-b31b-ab8f-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:55.701895 | 0.08s 2025-10-07 22:53:22.294353 | fa163e05-2da9-b31b-ab8f-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 22:53:22.295195 | fa163e05-2da9-b31b-ab8f-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.772312 | 0.05s 2025-10-07 22:53:22.315007 | fa163e05-2da9-b31b-ab8f-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-07 22:53:22.384488 | fa163e05-2da9-b31b-ab8f-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-07 22:53:22.385355 | fa163e05-2da9-b31b-ab8f-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:55.862473 | 0.07s 2025-10-07 22:53:22.405068 | fa163e05-2da9-b31b-ab8f-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-07 22:53:26.490679 | fa163e05-2da9-b31b-ab8f-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-07 22:53:26.495801 | fa163e05-2da9-b31b-ab8f-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:59.972913 | 4.09s 2025-10-07 22:53:26.530625 | fa163e05-2da9-b31b-ab8f-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-07 22:53:26.601394 | fa163e05-2da9-b31b-ab8f-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-07 22:53:26.602512 | fa163e05-2da9-b31b-ab8f-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:00.079622 | 0.07s 2025-10-07 22:53:26.631849 | fa163e05-2da9-b31b-ab8f-0000000021de | TASK | Fetch ovn VIP 2025-10-07 22:53:26.694441 | fa163e05-2da9-b31b-ab8f-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-07 22:53:26.695554 | fa163e05-2da9-b31b-ab8f-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:05:00.172664 | 0.06s 2025-10-07 22:53:26.724609 | fa163e05-2da9-b31b-ab8f-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-07 22:53:26.785879 | fa163e05-2da9-b31b-ab8f-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-07 22:53:26.787080 | fa163e05-2da9-b31b-ab8f-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:00.264189 | 0.06s 2025-10-07 22:53:26.817466 | fa163e05-2da9-b31b-ab8f-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-07 22:53:26.888330 | fa163e05-2da9-b31b-ab8f-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-07 22:53:26.889456 | fa163e05-2da9-b31b-ab8f-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:00.366566 | 0.07s 2025-10-07 22:53:26.918767 | fa163e05-2da9-b31b-ab8f-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-07 22:53:26.971929 | fa163e05-2da9-b31b-ab8f-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-07 22:53:26.973116 | fa163e05-2da9-b31b-ab8f-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:00.450226 | 0.05s 2025-10-07 22:53:27.003703 | fa163e05-2da9-b31b-ab8f-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-07 22:53:27.071065 | fa163e05-2da9-b31b-ab8f-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-07 22:53:27.077859 | fa163e05-2da9-b31b-ab8f-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:05:00.554965 | 0.07s 2025-10-07 22:53:27.147459 | fa163e05-2da9-b31b-ab8f-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 22:53:27.148787 | fa163e05-2da9-b31b-ab8f-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.625897 | 0.04s 2025-10-07 22:53:27.178515 | fa163e05-2da9-b31b-ab8f-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-07 22:53:27.211920 | fa163e05-2da9-b31b-ab8f-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:05:00.689025 | 0.03s 2025-10-07 22:53:27.277745 | fa163e05-2da9-b31b-ab8f-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-07 22:53:27.519404 | fa163e05-2da9-b31b-ab8f-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-07 22:53:27.520819 | fa163e05-2da9-b31b-ab8f-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:00.997932 | 0.24s 2025-10-07 22:53:27.550579 | fa163e05-2da9-b31b-ab8f-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-07 22:53:27.593238 | fa163e05-2da9-b31b-ab8f-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-07 22:53:27.594444 | fa163e05-2da9-b31b-ab8f-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:01.071553 | 0.04s 2025-10-07 22:53:27.623418 | fa163e05-2da9-b31b-ab8f-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-07 22:53:27.876552 | fa163e05-2da9-b31b-ab8f-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-07 22:53:27.877981 | fa163e05-2da9-b31b-ab8f-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:01.355064 | 0.25s 2025-10-07 22:53:27.907186 | fa163e05-2da9-b31b-ab8f-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-07 22:53:27.979036 | fa163e05-2da9-b31b-ab8f-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-07 22:53:27.980377 | fa163e05-2da9-b31b-ab8f-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:01.457488 | 0.07s 2025-10-07 22:53:28.011296 | fa163e05-2da9-b31b-ab8f-000000002393 | TASK | render OVN cluster configuration 2025-10-07 22:53:28.578122 | fa163e05-2da9-b31b-ab8f-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-07 22:53:28.579502 | fa163e05-2da9-b31b-ab8f-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:02.056615 | 0.57s 2025-10-07 22:53:28.609803 | fa163e05-2da9-b31b-ab8f-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-07 22:53:28.675530 | fa163e05-2da9-b31b-ab8f-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.152628 | 0.06s 2025-10-07 22:53:28.705459 | fa163e05-2da9-b31b-ab8f-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.182575 | 0.09s 2025-10-07 22:53:28.719269 | fa163e05-2da9-b31b-ab8f-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.196385 | 0.11s 2025-10-07 22:53:28.725609 | fa163e05-2da9-b31b-ab8f-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:02.202721 | 0.11s 2025-10-07 22:53:28.750907 | 750550a8-c39e-4b0c-b15e-ac78ab6d1b12 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-07 22:53:28.758983 | 6ecc3754-6c8c-4088-a093-59b6bf09ae1d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-07 22:53:28.764512 | 3892d615-4ecc-4938-b499-97bb208dfb39 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-07 22:53:28.794105 | fa163e05-2da9-b31b-ab8f-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-07 22:53:29.045265 | fa163e05-2da9-b31b-ab8f-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-07 22:53:29.046598 | fa163e05-2da9-b31b-ab8f-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:02.523710 | 0.25s 2025-10-07 22:53:29.078497 | fa163e05-2da9-b31b-ab8f-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-07 22:53:29.139703 | fa163e05-2da9-b31b-ab8f-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-07 22:53:29.140867 | fa163e05-2da9-b31b-ab8f-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:02.617977 | 0.06s 2025-10-07 22:53:29.172706 | fa163e05-2da9-b31b-ab8f-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-07 22:53:29.436061 | fa163e05-2da9-b31b-ab8f-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-07 22:53:29.437258 | fa163e05-2da9-b31b-ab8f-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:02.914369 | 0.26s 2025-10-07 22:53:29.468754 | fa163e05-2da9-b31b-ab8f-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-07 22:53:29.523177 | fa163e05-2da9-b31b-ab8f-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-07 22:53:29.524313 | fa163e05-2da9-b31b-ab8f-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:03.001423 | 0.05s 2025-10-07 22:53:29.555721 | fa163e05-2da9-b31b-ab8f-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-07 22:53:29.819058 | fa163e05-2da9-b31b-ab8f-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-07 22:53:29.820391 | fa163e05-2da9-b31b-ab8f-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:03.297502 | 0.26s 2025-10-07 22:53:29.852581 | fa163e05-2da9-b31b-ab8f-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-07 22:53:29.904687 | fa163e05-2da9-b31b-ab8f-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-07 22:53:29.905749 | fa163e05-2da9-b31b-ab8f-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:03.382861 | 0.05s 2025-10-07 22:53:30.013669 | fa163e05-2da9-b31b-ab8f-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 22:53:30.014795 | fa163e05-2da9-b31b-ab8f-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.491907 | 0.05s 2025-10-07 22:53:30.093708 | fa163e05-2da9-b31b-ab8f-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 22:53:30.094801 | fa163e05-2da9-b31b-ab8f-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.571913 | 0.05s 2025-10-07 22:53:30.124173 | fa163e05-2da9-b31b-ab8f-0000000021f2 | TASK | Fail if container image is undefined 2025-10-07 22:53:30.184345 | fa163e05-2da9-b31b-ab8f-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 22:53:30.185464 | fa163e05-2da9-b31b-ab8f-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:03.662575 | 0.06s 2025-10-07 22:53:30.230741 | fa163e05-2da9-b31b-ab8f-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-07 22:53:37.267711 | fa163e05-2da9-b31b-ab8f-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-07 22:53:37.271291 | fa163e05-2da9-b31b-ab8f-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:10.748402 | 7.04s 2025-10-07 22:53:37.329206 | fa163e05-2da9-b31b-ab8f-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-07 22:53:37.700867 | fa163e05-2da9-b31b-ab8f-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-07 22:53:37.703430 | fa163e05-2da9-b31b-ab8f-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:11.180527 | 0.37s 2025-10-07 22:53:37.760736 | fa163e05-2da9-b31b-ab8f-0000000021ff | TASK | Pre-fetch all the containers 2025-10-07 22:53:43.351626 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-07 22:53:43.356125 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:16.833231 | 5.59s 2025-10-07 22:53:49.484604 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-07 22:53:49.488531 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:22.965641 | 11.73s 2025-10-07 22:53:52.856166 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-07 22:53:52.858865 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:26.335977 | 15.10s 2025-10-07 22:53:57.060878 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-07 22:53:57.063547 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:30.540658 | 19.30s 2025-10-07 22:53:59.751262 | fa163e05-2da9-b31b-ab8f-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-07 22:53:59.753887 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:33.231000 | 21.99s 2025-10-07 22:54:02.358246 | fa163e05-2da9-b31b-ab8f-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-07 22:54:02.362080 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:35.839193 | 24.60s 2025-10-07 22:54:09.144921 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-07 22:54:09.146691 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:42.623809 | 31.38s 2025-10-07 22:54:15.270305 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-07 22:54:15.273694 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:48.750805 | 37.51s 2025-10-07 22:54:20.324478 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-07 22:54:20.328586 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:53.805696 | 42.57s 2025-10-07 22:54:23.407608 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-07 22:54:23.410116 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:56.887235 | 45.65s 2025-10-07 22:54:33.607070 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-07 22:54:33.611617 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:07.088728 | 55.85s 2025-10-07 22:54:38.473914 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-07 22:54:38.478355 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:11.955466 | 60.72s 2025-10-07 22:54:57.367645 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-07 22:54:57.372285 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:30.849397 | 79.61s 2025-10-07 22:55:08.429658 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-07 22:55:08.433727 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:41.910840 | 90.67s 2025-10-07 22:55:18.552773 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-07 22:55:18.557151 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:52.034262 | 100.79s 2025-10-07 22:55:28.790904 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-07 22:55:28.793707 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:02.270828 | 111.03s 2025-10-07 22:55:36.836699 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-07 22:55:36.840475 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:10.317586 | 119.08s 2025-10-07 22:55:42.258904 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-07 22:55:42.261704 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:15.738816 | 124.50s 2025-10-07 22:55:48.144468 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-07 22:55:48.147549 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:21.624661 | 130.38s 2025-10-07 22:55:53.813515 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-07 22:55:53.817262 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:27.294374 | 136.05s 2025-10-07 22:56:00.282111 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-07 22:56:00.285324 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:33.762436 | 142.52s 2025-10-07 22:56:13.947831 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-07 22:56:13.952027 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:47.429138 | 156.19s 2025-10-07 22:56:17.880226 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-07 22:56:17.883301 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:51.360414 | 160.12s 2025-10-07 22:56:26.580893 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-07 22:56:26.584724 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:00.061829 | 168.82s 2025-10-07 22:56:30.296509 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-07 22:56:30.301087 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:03.778197 | 172.54s 2025-10-07 22:56:37.418156 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-07 22:56:37.421391 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:10.898498 | 179.66s 2025-10-07 22:56:40.939157 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-07 22:56:40.942532 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:14.419639 | 183.18s 2025-10-07 22:56:47.659616 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-07 22:56:47.663290 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:21.140402 | 189.90s 2025-10-07 22:56:51.538621 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-07 22:56:51.542605 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:25.019717 | 193.78s 2025-10-07 22:56:56.268578 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-07 22:56:56.273036 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:29.750147 | 198.51s 2025-10-07 22:57:01.814315 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-07 22:57:01.819017 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:35.296124 | 204.06s 2025-10-07 22:57:05.202743 | fa163e05-2da9-b31b-ab8f-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-07 22:57:05.206767 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:38.683881 | 207.44s 2025-10-07 22:57:07.797300 | fa163e05-2da9-b31b-ab8f-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-07 22:57:07.800329 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:41.277441 | 210.04s 2025-10-07 22:57:11.990421 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-07 22:57:11.994097 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:45.471209 | 214.23s 2025-10-07 22:57:14.751581 | fa163e05-2da9-b31b-ab8f-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-07 22:57:14.755415 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:48.232528 | 216.99s 2025-10-07 22:57:19.234116 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-07 22:57:19.237967 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:52.715064 | 221.48s 2025-10-07 22:57:24.023202 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-07 22:57:24.026504 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:57.503616 | 226.26s 2025-10-07 22:57:27.871005 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-07 22:57:27.875294 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:01.352405 | 230.11s 2025-10-07 22:57:31.434856 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-07 22:57:31.437796 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:04.914909 | 233.68s 2025-10-07 22:57:35.001530 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-07 22:57:35.005477 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:08.482588 | 237.24s 2025-10-07 22:57:39.161019 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-07 22:57:39.165996 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:12.643051 | 241.40s 2025-10-07 22:57:42.932140 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-07 22:57:42.936263 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:16.413376 | 245.17s 2025-10-07 22:57:47.183924 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-07 22:57:47.188080 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:20.665186 | 249.43s 2025-10-07 22:57:51.256833 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-07 22:57:51.261413 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:24.738524 | 253.50s 2025-10-07 22:57:55.296717 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-07 22:57:55.300820 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:28.777932 | 257.54s 2025-10-07 22:57:59.119873 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-07 22:57:59.123018 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:32.600123 | 261.36s 2025-10-07 22:58:02.512795 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-07 22:58:02.516975 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:35.994068 | 264.75s 2025-10-07 22:58:07.494398 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-07 22:58:07.498270 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:40.975382 | 269.74s 2025-10-07 22:58:11.478786 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-07 22:58:11.482682 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:44.959795 | 273.72s 2025-10-07 22:58:15.882495 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-07 22:58:15.887190 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:49.364300 | 278.12s 2025-10-07 22:58:20.507014 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-07 22:58:20.511399 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:53.988510 | 282.75s 2025-10-07 22:58:24.227489 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-07 22:58:24.231707 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:57.708820 | 286.47s 2025-10-07 22:58:28.297332 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-07 22:58:28.300526 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:01.777637 | 290.54s 2025-10-07 22:58:31.679522 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-07 22:58:31.682060 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:05.159178 | 293.92s 2025-10-07 22:58:35.201100 | fa163e05-2da9-b31b-ab8f-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-07 22:58:35.203816 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:08.680927 | 297.44s 2025-10-07 22:58:35.666902 | fa163e05-2da9-b31b-ab8f-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:09.144013 | 297.90s 2025-10-07 22:58:35.893717 | fa163e05-2da9-b31b-ab8f-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-07 22:58:35.894818 | fa163e05-2da9-b31b-ab8f-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:09.371934 | 0.06s 2025-10-07 22:58:35.918416 | fa163e05-2da9-b31b-ab8f-000000002209 | TASK | Fail if container image is undefined 2025-10-07 22:58:35.977608 | fa163e05-2da9-b31b-ab8f-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-07 22:58:35.978756 | fa163e05-2da9-b31b-ab8f-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:09.455866 | 0.06s 2025-10-07 22:58:36.024971 | fa163e05-2da9-b31b-ab8f-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-07 22:58:44.600682 | fa163e05-2da9-b31b-ab8f-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-07 22:58:44.601976 | fa163e05-2da9-b31b-ab8f-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:18.079060 | 8.57s 2025-10-07 22:58:44.660277 | fa163e05-2da9-b31b-ab8f-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-07 22:58:45.027686 | fa163e05-2da9-b31b-ab8f-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-07 22:58:45.030425 | fa163e05-2da9-b31b-ab8f-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:18.507520 | 0.37s 2025-10-07 22:58:45.087815 | fa163e05-2da9-b31b-ab8f-000000002216 | TASK | Check if rsyslog exists 2025-10-07 22:58:45.355933 | fa163e05-2da9-b31b-ab8f-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-07 22:58:45.358784 | fa163e05-2da9-b31b-ab8f-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:18.835893 | 0.27s 2025-10-07 22:58:45.388977 | fa163e05-2da9-b31b-ab8f-000000002217 | TASK | Forward logging to swift.log file 2025-10-07 22:58:45.934446 | fa163e05-2da9-b31b-ab8f-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-07 22:58:45.937254 | fa163e05-2da9-b31b-ab8f-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:19.414364 | 0.55s 2025-10-07 22:58:45.967766 | fa163e05-2da9-b31b-ab8f-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-07 22:58:46.727151 | fa163e05-2da9-b31b-ab8f-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-07 22:58:46.729187 | fa163e05-2da9-b31b-ab8f-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:20.206297 | 0.76s 2025-10-07 22:58:46.760136 | fa163e05-2da9-b31b-ab8f-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-07 22:58:47.007068 | fa163e05-2da9-b31b-ab8f-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-07 22:58:47.008460 | fa163e05-2da9-b31b-ab8f-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:20.485572 | 0.25s 2025-10-07 22:58:47.123451 | fa163e05-2da9-b31b-ab8f-0000000000c3 | TIMING | include_tasks | standalone | 0:10:20.600551 | 0.08s 2025-10-07 22:58:47.166641 | 0c7d4a5f-8fdb-41f3-b534-7e9e6e6decc1 | INCLUDED | /root/standalone-ansible-lus4j9ue/common_deploy_steps_tasks.yaml | standalone 2025-10-07 22:58:47.192618 | fa163e05-2da9-b31b-ab8f-00000000249a | TASK | Write the config_step hieradata 2025-10-07 22:58:47.741332 | fa163e05-2da9-b31b-ab8f-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-07 22:58:47.742591 | fa163e05-2da9-b31b-ab8f-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:21.219702 | 0.55s 2025-10-07 22:58:47.773488 | fa163e05-2da9-b31b-ab8f-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-07 22:58:48.069109 | fa163e05-2da9-b31b-ab8f-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-07 22:58:48.070502 | fa163e05-2da9-b31b-ab8f-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:21.547611 | 0.30s 2025-10-07 22:58:48.100075 | fa163e05-2da9-b31b-ab8f-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-07 22:58:48.354289 | fa163e05-2da9-b31b-ab8f-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 22:58:58.522527 | fa163e05-2da9-b31b-ab8f-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 22:59:08.730590 | fa163e05-2da9-b31b-ab8f-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-07 22:59:18.979121 | fa163e05-2da9-b31b-ab8f-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-07 22:59:29.207029 | fa163e05-2da9-b31b-ab8f-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-07 22:59:39.429329 | fa163e05-2da9-b31b-ab8f-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-07 22:59:49.668878 | fa163e05-2da9-b31b-ab8f-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 22:59:49.670237 | fa163e05-2da9-b31b-ab8f-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:23.147350 | 61.57s 2025-10-07 22:59:49.702121 | fa163e05-2da9-b31b-ab8f-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-07 22:59:49.786394 | fa163e05-2da9-b31b-ab8f-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 7 22:58:48 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 22:58:51 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 22:58:51 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 22:58:51 puppet-user: (file & line not available)", "<13>Oct 7 22:58:51 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 7 22:58:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 7 22:58:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 22:58:52 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.37 seconds", "<13>Oct 7 22:58:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 7 22:58:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 7 22:58:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 7 22:59:01 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 7 22:59:08 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 7 22:59:08 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 7 22:59:08 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 7 22:59:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 7 22:59:12 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 7 22:59:13 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 7 22:59:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 7 22:59:17 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 7 22:59:20 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 7 22:59:20 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 7 22:59:21 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 7 22:59:43 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 7 22:59:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 22:59:47 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 7 22:59:47 puppet-user: Notice: Applied catalog in 55.08 seconds", "<13>Oct 7 22:59:47 puppet-user: Application:", "<13>Oct 7 22:59:47 puppet-user: Initial environment: production", "<13>Oct 7 22:59:47 puppet-user: Converged environment: production", "<13>Oct 7 22:59:47 puppet-user: Run mode: user", "<13>Oct 7 22:59:47 puppet-user: Changes:", "<13>Oct 7 22:59:47 puppet-user: Total: 17", "<13>Oct 7 22:59:47 puppet-user: Events:", "<13>Oct 7 22:59:47 puppet-user: Success: 17", "<13>Oct 7 22:59:47 puppet-user: Resources:", "<13>Oct 7 22:59:47 puppet-user: Restarted: 1", "<13>Oct 7 22:59:47 puppet-user: Changed: 16", "<13>Oct 7 22:59:47 puppet-user: Out of sync: 16", "<13>Oct 7 22:59:47 puppet-user: Total: 26", "<13>Oct 7 22:59:47 puppet-user: Time:", "<13>Oct 7 22:59:47 puppet-user: Filebucket: 0.00", "<13>Oct 7 22:59:47 puppet-user: Schedule: 0.00", "<13>Oct 7 22:59:47 puppet-user: File: 0.00", "<13>Oct 7 22:59:47 puppet-user: File line: 0.00", "<13>Oct 7 22:59:47 puppet-user: Augeas: 0.02", "<13>Oct 7 22:59:47 puppet-user: User: 0.21", "<13>Oct 7 22:59:47 puppet-user: Config retrieval: 0.41", "<13>Oct 7 22:59:47 puppet-user: Package: 16.33", "<13>Oct 7 22:59:47 puppet-user: Last run: 1759877987", "<13>Oct 7 22:59:47 puppet-user: Exec: 29.07", "<13>Oct 7 22:59:47 puppet-user: Pcmk property: 3.56", "<13>Oct 7 22:59:47 puppet-user: Service: 4.59", "<13>Oct 7 22:59:47 puppet-user: Transaction evaluation: 55.07", "<13>Oct 7 22:59:47 puppet-user: Catalog application: 55.08", "<13>Oct 7 22:59:47 puppet-user: Total: 55.08", "<13>Oct 7 22:59:47 puppet-user: Version:", "<13>Oct 7 22:59:47 puppet-user: Config: 1759877931", "<13>Oct 7 22:59:47 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 22:59:49.787929 | fa163e05-2da9-b31b-ab8f-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:23.265040 | 0.08s 2025-10-07 22:59:49.817886 | fa163e05-2da9-b31b-ab8f-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-07 22:59:49.847390 | fa163e05-2da9-b31b-ab8f-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:23.324496 | 0.03s 2025-10-07 22:59:49.920710 | fa163e05-2da9-b31b-ab8f-0000000024e5 | TASK | Gather variables for each operating system 2025-10-07 22:59:50.044234 | fa163e05-2da9-b31b-ab8f-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:23.521327 | 0.12s 2025-10-07 22:59:50.076486 | fa163e05-2da9-b31b-ab8f-0000000024e6 | TASK | Create puppet caching structures 2025-10-07 22:59:50.324850 | fa163e05-2da9-b31b-ab8f-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-07 22:59:50.326143 | fa163e05-2da9-b31b-ab8f-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:23.803252 | 0.25s 2025-10-07 22:59:50.357196 | fa163e05-2da9-b31b-ab8f-0000000024e7 | TASK | Check for facter.conf 2025-10-07 22:59:50.588511 | fa163e05-2da9-b31b-ab8f-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-07 22:59:50.589819 | fa163e05-2da9-b31b-ab8f-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:24.066927 | 0.23s 2025-10-07 22:59:50.620739 | fa163e05-2da9-b31b-ab8f-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-07 22:59:50.671793 | fa163e05-2da9-b31b-ab8f-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 22:59:50.673000 | fa163e05-2da9-b31b-ab8f-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:24.150109 | 0.05s 2025-10-07 22:59:50.702812 | fa163e05-2da9-b31b-ab8f-0000000024e9 | TASK | Write facter cache config 2025-10-07 22:59:51.183813 | fa163e05-2da9-b31b-ab8f-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-07 22:59:51.185430 | fa163e05-2da9-b31b-ab8f-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:24.662539 | 0.48s 2025-10-07 22:59:51.216268 | fa163e05-2da9-b31b-ab8f-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-07 22:59:51.462695 | fa163e05-2da9-b31b-ab8f-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-07 22:59:51.464277 | fa163e05-2da9-b31b-ab8f-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:24.941379 | 0.25s 2025-10-07 22:59:51.494790 | fa163e05-2da9-b31b-ab8f-0000000024eb | TASK | Pre-cache facts 2025-10-07 22:59:52.137049 | fa163e05-2da9-b31b-ab8f-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-07 22:59:52.138555 | fa163e05-2da9-b31b-ab8f-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:25.615663 | 0.64s 2025-10-07 22:59:52.170762 | fa163e05-2da9-b31b-ab8f-0000000024ec | TASK | Failed deployment if facter fails 2025-10-07 22:59:52.211238 | fa163e05-2da9-b31b-ab8f-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 22:59:52.212476 | fa163e05-2da9-b31b-ab8f-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:25.689585 | 0.04s 2025-10-07 22:59:52.267089 | fa163e05-2da9-b31b-ab8f-0000000024ed | TASK | Sync cached facts 2025-10-07 22:59:52.744334 | fa163e05-2da9-b31b-ab8f-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-0000000024ed') missing from stats 2025-10-07 22:59:52.802264 | fa163e05-2da9-b31b-ab8f-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 22:59:52.853587 | fa163e05-2da9-b31b-ab8f-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:26.330689 | 0.05s 2025-10-07 22:59:52.885252 | dee0a982-30db-4a43-8499-79ad64c64d85 | INCLUDED | /root/standalone-ansible-lus4j9ue/generate-config-tasks.yaml | standalone 2025-10-07 22:59:52.924269 | fa163e05-2da9-b31b-ab8f-000000002537 | TASK | Create base directory puppet configs 2025-10-07 22:59:53.175009 | fa163e05-2da9-b31b-ab8f-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-07 22:59:53.176462 | fa163e05-2da9-b31b-ab8f-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:26.653569 | 0.25s 2025-10-07 22:59:53.208905 | fa163e05-2da9-b31b-ab8f-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-07 22:59:53.476859 | fa163e05-2da9-b31b-ab8f-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-07 22:59:53.478271 | fa163e05-2da9-b31b-ab8f-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:26.955381 | 0.27s 2025-10-07 22:59:53.509769 | fa163e05-2da9-b31b-ab8f-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-07 22:59:53.540310 | fa163e05-2da9-b31b-ab8f-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:27.017413 | 0.03s 2025-10-07 22:59:53.603981 | fa163e05-2da9-b31b-ab8f-0000000025c3 | TASK | Gather variables for each operating system 2025-10-07 22:59:53.724452 | fa163e05-2da9-b31b-ab8f-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:27.201549 | 0.12s 2025-10-07 22:59:53.756741 | fa163e05-2da9-b31b-ab8f-0000000025c4 | TASK | Create container logs path 2025-10-07 22:59:54.005045 | fa163e05-2da9-b31b-ab8f-0000000025c4 | OK | Create container logs path | standalone 2025-10-07 22:59:54.006598 | fa163e05-2da9-b31b-ab8f-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:27.483706 | 0.25s 2025-10-07 22:59:54.041398 | fa163e05-2da9-b31b-ab8f-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 22:59:54.504272 | fa163e05-2da9-b31b-ab8f-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 22:59:54.505693 | fa163e05-2da9-b31b-ab8f-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:27.982803 | 0.46s 2025-10-07 22:59:54.539461 | fa163e05-2da9-b31b-ab8f-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-07 22:59:54.681546 | fa163e05-2da9-b31b-ab8f-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-07 22:59:54.683386 | fa163e05-2da9-b31b-ab8f-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:28.160485 | 0.14s 2025-10-07 22:59:54.862335 | fa163e05-2da9-b31b-ab8f-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-07 22:59:54.900532 | fa163e05-2da9-b31b-ab8f-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 22:59:54.901355 | fa163e05-2da9-b31b-ab8f-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:28.378474 | 0.04s 2025-10-07 22:59:54.922677 | fa163e05-2da9-b31b-ab8f-0000000025cb | TASK | Update container configs with new config hashes 2025-10-07 22:59:54.960453 | fa163e05-2da9-b31b-ab8f-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 22:59:54.961341 | fa163e05-2da9-b31b-ab8f-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:28.438459 | 0.04s 2025-10-07 22:59:54.983961 | fa163e05-2da9-b31b-ab8f-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 22:59:55.041190 | fa163e05-2da9-b31b-ab8f-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:28.518291 | 0.06s 2025-10-07 22:59:55.071205 | 06391440-3a3f-4772-983f-f7cd692b6a3a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 22:59:55.100319 | fa163e05-2da9-b31b-ab8f-000000002610 | TASK | Gather podman infos 2025-10-07 22:59:55.686018 | fa163e05-2da9-b31b-ab8f-000000002610 | OK | Gather podman infos | standalone 2025-10-07 22:59:55.687524 | fa163e05-2da9-b31b-ab8f-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:29.164634 | 0.59s 2025-10-07 22:59:55.728066 | fa163e05-2da9-b31b-ab8f-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 22:59:55.791910 | fa163e05-2da9-b31b-ab8f-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 22:59:55.793324 | fa163e05-2da9-b31b-ab8f-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:29.270431 | 0.06s 2025-10-07 22:59:55.827432 | fa163e05-2da9-b31b-ab8f-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 22:59:55.890718 | fa163e05-2da9-b31b-ab8f-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:29.367818 | 0.06s 2025-10-07 22:59:55.916862 | f5d582ce-5fff-4b60-ac5a-b0274eecd282 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 22:59:55.954265 | fa163e05-2da9-b31b-ab8f-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 23:00:28.255510 | fa163e05-2da9-b31b-ab8f-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 23:00:28.257307 | fa163e05-2da9-b31b-ab8f-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:01.734417 | 32.30s 2025-10-07 23:00:28.341127 | fa163e05-2da9-b31b-ab8f-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 23:00:28.424387 | fa163e05-2da9-b31b-ab8f-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 23:00:28.425601 | fa163e05-2da9-b31b-ab8f-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:01.902711 | 0.08s 2025-10-07 23:00:28.483317 | fa163e05-2da9-b31b-ab8f-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-07 23:00:28.516057 | fa163e05-2da9-b31b-ab8f-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-07 23:00:28.517144 | fa163e05-2da9-b31b-ab8f-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:01.994254 | 0.03s 2025-10-07 23:00:28.546630 | fa163e05-2da9-b31b-ab8f-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-07 23:00:28.579321 | fa163e05-2da9-b31b-ab8f-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-07 23:00:28.580438 | fa163e05-2da9-b31b-ab8f-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:02.057549 | 0.03s 2025-10-07 23:00:28.612004 | fa163e05-2da9-b31b-ab8f-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-07 23:00:28.641883 | fa163e05-2da9-b31b-ab8f-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:02.118990 | 0.03s 2025-10-07 23:00:28.709136 | fa163e05-2da9-b31b-ab8f-000000002690 | TASK | Gather variables for each operating system 2025-10-07 23:00:28.826199 | fa163e05-2da9-b31b-ab8f-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:02.303301 | 0.12s 2025-10-07 23:00:28.856785 | fa163e05-2da9-b31b-ab8f-000000002691 | TASK | Create container logs path 2025-10-07 23:00:29.163871 | fa163e05-2da9-b31b-ab8f-000000002691 | OK | Create container logs path | standalone 2025-10-07 23:00:29.165209 | fa163e05-2da9-b31b-ab8f-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:02.642319 | 0.31s 2025-10-07 23:00:29.197569 | fa163e05-2da9-b31b-ab8f-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 23:00:29.471900 | fa163e05-2da9-b31b-ab8f-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-07 23:00:29.473104 | fa163e05-2da9-b31b-ab8f-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:02.950216 | 0.27s 2025-10-07 23:00:29.502806 | fa163e05-2da9-b31b-ab8f-000000002694 | TASK | Finalise hashes for all containers 2025-10-07 23:00:29.564486 | fa163e05-2da9-b31b-ab8f-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:00:29.565661 | fa163e05-2da9-b31b-ab8f-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:03.042772 | 0.06s 2025-10-07 23:00:29.596301 | fa163e05-2da9-b31b-ab8f-000000002696 | TASK | Manage systemd shutdown files 2025-10-07 23:00:29.630090 | fa163e05-2da9-b31b-ab8f-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:03.107193 | 0.03s 2025-10-07 23:00:29.666628 | e0aa2368-207a-4fd0-a1c0-cede083139b3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 23:00:29.694554 | fa163e05-2da9-b31b-ab8f-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 23:00:29.966300 | fa163e05-2da9-b31b-ab8f-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 23:00:29.967664 | fa163e05-2da9-b31b-ab8f-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:03.444775 | 0.27s 2025-10-07 23:00:29.997651 | fa163e05-2da9-b31b-ab8f-0000000026ca | TASK | Set podman_drop_in fact 2025-10-07 23:00:30.036977 | fa163e05-2da9-b31b-ab8f-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-07 23:00:30.037728 | fa163e05-2da9-b31b-ab8f-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:03.514846 | 0.04s 2025-10-07 23:00:30.069273 | fa163e05-2da9-b31b-ab8f-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 23:00:30.520527 | fa163e05-2da9-b31b-ab8f-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 23:00:30.523117 | fa163e05-2da9-b31b-ab8f-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:04.000222 | 0.45s 2025-10-07 23:00:31.019325 | fa163e05-2da9-b31b-ab8f-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 23:00:31.020669 | fa163e05-2da9-b31b-ab8f-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:04.497792 | 0.95s 2025-10-07 23:00:31.031389 | fa163e05-2da9-b31b-ab8f-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:04.508503 | 0.96s 2025-10-07 23:00:31.062509 | fa163e05-2da9-b31b-ab8f-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 23:00:31.572686 | fa163e05-2da9-b31b-ab8f-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 23:00:31.574560 | fa163e05-2da9-b31b-ab8f-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:05.051675 | 0.51s 2025-10-07 23:00:31.605014 | fa163e05-2da9-b31b-ab8f-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 23:00:32.067802 | fa163e05-2da9-b31b-ab8f-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 23:00:32.069229 | fa163e05-2da9-b31b-ab8f-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:05.546339 | 0.46s 2025-10-07 23:00:32.100150 | fa163e05-2da9-b31b-ab8f-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-07 23:00:33.114831 | fa163e05-2da9-b31b-ab8f-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-07 23:00:33.116761 | fa163e05-2da9-b31b-ab8f-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:06.593871 | 1.02s 2025-10-07 23:00:33.147346 | fa163e05-2da9-b31b-ab8f-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 23:00:33.662356 | fa163e05-2da9-b31b-ab8f-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 23:00:33.664920 | fa163e05-2da9-b31b-ab8f-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:07.142027 | 0.52s 2025-10-07 23:00:33.695901 | fa163e05-2da9-b31b-ab8f-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 23:00:34.220203 | fa163e05-2da9-b31b-ab8f-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 23:00:34.222186 | fa163e05-2da9-b31b-ab8f-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:07.699295 | 0.52s 2025-10-07 23:00:34.252830 | fa163e05-2da9-b31b-ab8f-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-07 23:00:35.200249 | fa163e05-2da9-b31b-ab8f-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 23:00:35.202106 | fa163e05-2da9-b31b-ab8f-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:08.679215 | 0.95s 2025-10-07 23:00:35.233202 | fa163e05-2da9-b31b-ab8f-000000002698 | TASK | Update container configs with new config hashes 2025-10-07 23:00:35.283623 | fa163e05-2da9-b31b-ab8f-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:08.760727 | 0.05s 2025-10-07 23:00:35.305226 | 01557a57-48ee-4274-9a8f-fece148bfcd1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 23:00:35.333719 | fa163e05-2da9-b31b-ab8f-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-07 23:00:35.684061 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-07 23:00:35.685171 | | WARNING | Config change detected for mysql_bootstrap, new hash: f23aeb70af04c897e389de76a0be2a52 2025-10-07 23:00:35.685659 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: f495ea2d36a112e2d042bf7be5913f35 2025-10-07 23:00:35.686244 | | WARNING | Config change detected for clustercheck, new hash: 54ca6914e5dd94a0850af0abefee9e37 2025-10-07 23:00:35.686740 | | WARNING | Config change detected for horizon_fix_perms, new hash: 14ed3043f865676f2d3c08ba4ead0b41 2025-10-07 23:00:35.687228 | | WARNING | Config change detected for mysql_wait_bundle, new hash: f23aeb70af04c897e389de76a0be2a52 2025-10-07 23:00:35.687675 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.688194 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.688654 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.689136 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.689588 | | WARNING | Config change detected for aodh_db_sync, new hash: a1cf493c7e352f910721ad4fbf28409c 2025-10-07 23:00:35.690155 | | WARNING | Config change detected for barbican_api, new hash: bbfad04723e7ec6e508a257dd8df538b 2025-10-07 23:00:35.690606 | | WARNING | Config change detected for barbican_api_db_sync, new hash: bbfad04723e7ec6e508a257dd8df538b 2025-10-07 23:00:35.691088 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: bbfad04723e7ec6e508a257dd8df538b 2025-10-07 23:00:35.691536 | | WARNING | Config change detected for barbican_keystone_listener, new hash: bbfad04723e7ec6e508a257dd8df538b 2025-10-07 23:00:35.692014 | | WARNING | Config change detected for barbican_worker, new hash: bbfad04723e7ec6e508a257dd8df538b 2025-10-07 23:00:35.692509 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 07a0cd976548d442351c159a118cd60b 2025-10-07 23:00:35.692983 | | WARNING | Config change detected for glance_api_db_sync, new hash: 7453d814f69b73bde0809269879c24c9-e29ba4d8ba55e17ac1ed44767da87837 2025-10-07 23:00:35.693525 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 169b1518efd735ecd08d10d8ec20b41d 2025-10-07 23:00:35.694044 | | WARNING | Config change detected for horizon, new hash: 14ed3043f865676f2d3c08ba4ead0b41 2025-10-07 23:00:35.694586 | | WARNING | Config change detected for iscsid, new hash: e29ba4d8ba55e17ac1ed44767da87837 2025-10-07 23:00:35.695094 | | WARNING | Config change detected for keystone, new hash: 3fee0556abca165dbba769234878e03c 2025-10-07 23:00:35.695569 | | WARNING | Config change detected for keystone_cron, new hash: 3fee0556abca165dbba769234878e03c 2025-10-07 23:00:35.696052 | | WARNING | Config change detected for keystone_db_sync, new hash: 3fee0556abca165dbba769234878e03c 2025-10-07 23:00:35.696570 | | WARNING | Config change detected for manila_api_db_sync, new hash: c2af7145893724b21e26b2b5ecf0bbc1 2025-10-07 23:00:35.697079 | | WARNING | Config change detected for neutron_db_sync, new hash: a77df0f53246545524a2f2da36efc00c 2025-10-07 23:00:35.697556 | | WARNING | Config change detected for nova_api_db_sync, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.698057 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.698504 | | WARNING | Config change detected for nova_db_sync, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.699014 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.699500 | | WARNING | Config change detected for nova_virtnodedevd, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.700008 | | WARNING | Config change detected for nova_virtproxyd, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.700453 | | WARNING | Config change detected for nova_virtqemud, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.700902 | | WARNING | Config change detected for nova_virtsecretd, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.701411 | | WARNING | Config change detected for nova_virtstoraged, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.701886 | | WARNING | Config change detected for octavia_db_sync, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.702424 | | WARNING | Config change detected for placement_api_db_sync, new hash: 24a85a320df1e173de0bb18aeb2ffee3 2025-10-07 23:00:35.702872 | | WARNING | Config change detected for swift_copy_rings, new hash: 5c8a858d2048368e93d7ea39bcc41a25-ccc189d0fba627b3c7e98b1f2c5d3ae5 2025-10-07 23:00:35.703355 | | WARNING | Config change detected for aodh_api, new hash: a1cf493c7e352f910721ad4fbf28409c 2025-10-07 23:00:35.703820 | | WARNING | Config change detected for aodh_api_cron, new hash: a1cf493c7e352f910721ad4fbf28409c 2025-10-07 23:00:35.704314 | | WARNING | Config change detected for aodh_evaluator, new hash: a1cf493c7e352f910721ad4fbf28409c 2025-10-07 23:00:35.704760 | | WARNING | Config change detected for aodh_listener, new hash: a1cf493c7e352f910721ad4fbf28409c 2025-10-07 23:00:35.705308 | | WARNING | Config change detected for aodh_notifier, new hash: a1cf493c7e352f910721ad4fbf28409c 2025-10-07 23:00:35.705779 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 2065f9252c228f72ee2f2f1d70954e27 2025-10-07 23:00:35.706284 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 2065f9252c228f72ee2f2f1d70954e27 2025-10-07 23:00:35.706772 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 2065f9252c228f72ee2f2f1d70954e27 2025-10-07 23:00:35.707250 | | WARNING | Config change detected for cinder_api, new hash: 07a0cd976548d442351c159a118cd60b 2025-10-07 23:00:35.707730 | | WARNING | Config change detected for cinder_api_cron, new hash: 07a0cd976548d442351c159a118cd60b 2025-10-07 23:00:35.708209 | | WARNING | Config change detected for cinder_scheduler, new hash: 07a0cd976548d442351c159a118cd60b 2025-10-07 23:00:35.708662 | | WARNING | Config change detected for glance_api, new hash: 7453d814f69b73bde0809269879c24c9-e29ba4d8ba55e17ac1ed44767da87837 2025-10-07 23:00:35.709135 | | WARNING | Config change detected for glance_api_cron, new hash: 7453d814f69b73bde0809269879c24c9 2025-10-07 23:00:35.709578 | | WARNING | Config change detected for glance_api_internal, new hash: b5a9da20669f0886577492c5f2187189-e29ba4d8ba55e17ac1ed44767da87837 2025-10-07 23:00:35.710110 | | WARNING | Config change detected for heat_api, new hash: 3138e641405bdd3e3d451e4ac206b6c5 2025-10-07 23:00:35.710556 | | WARNING | Config change detected for heat_api_cfn, new hash: bad4bf5cb9bbe162a51e126dfcfc4c1f 2025-10-07 23:00:35.711029 | | WARNING | Config change detected for heat_api_cron, new hash: 3138e641405bdd3e3d451e4ac206b6c5 2025-10-07 23:00:35.711506 | | WARNING | Config change detected for heat_engine, new hash: 169b1518efd735ecd08d10d8ec20b41d 2025-10-07 23:00:35.712001 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-07 23:00:35.712459 | | WARNING | Config change detected for manila_api, new hash: c2af7145893724b21e26b2b5ecf0bbc1 2025-10-07 23:00:35.712938 | | WARNING | Config change detected for manila_api_cron, new hash: c2af7145893724b21e26b2b5ecf0bbc1 2025-10-07 23:00:35.713407 | | WARNING | Config change detected for manila_scheduler, new hash: c2af7145893724b21e26b2b5ecf0bbc1 2025-10-07 23:00:35.713846 | | WARNING | Config change detected for neutron_api, new hash: a77df0f53246545524a2f2da36efc00c 2025-10-07 23:00:35.714336 | | WARNING | Config change detected for neutron_dhcp, new hash: a77df0f53246545524a2f2da36efc00c 2025-10-07 23:00:35.714771 | | WARNING | Config change detected for neutron_sriov_agent, new hash: a77df0f53246545524a2f2da36efc00c 2025-10-07 23:00:35.715289 | | WARNING | Config change detected for nova_api, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.715737 | | WARNING | Config change detected for nova_api_cron, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.716247 | | WARNING | Config change detected for nova_conductor, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.716684 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.717155 | | WARNING | Config change detected for nova_metadata, new hash: aa0850650dceda8bba7234dedbc7e53a 2025-10-07 23:00:35.717590 | | WARNING | Config change detected for nova_migration_target, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.718079 | | WARNING | Config change detected for nova_scheduler, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.718563 | | WARNING | Config change detected for nova_vnc_proxy, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.719088 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: fd68a09a4ef7162ed51a94d78ec52098 2025-10-07 23:00:35.719529 | | WARNING | Config change detected for octavia_api, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.720004 | | WARNING | Config change detected for octavia_driver_agent, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.720494 | | WARNING | Config change detected for ovn_metadata_agent, new hash: a77df0f53246545524a2f2da36efc00c 2025-10-07 23:00:35.721006 | | WARNING | Config change detected for placement_api, new hash: 24a85a320df1e173de0bb18aeb2ffee3 2025-10-07 23:00:35.721455 | | WARNING | Config change detected for placement_wait_for_service, new hash: 24a85a320df1e173de0bb18aeb2ffee3 2025-10-07 23:00:35.722000 | | WARNING | Config change detected for swift_account_reaper, new hash: 5c8a858d2048368e93d7ea39bcc41a25 2025-10-07 23:00:35.722452 | | WARNING | Config change detected for swift_account_server, new hash: 5c8a858d2048368e93d7ea39bcc41a25 2025-10-07 23:00:35.722756 | | WARNING | Config change detected for swift_container_server, new hash: 5c8a858d2048368e93d7ea39bcc41a25 2025-10-07 23:00:35.723073 | | WARNING | Config change detected for swift_container_updater, new hash: 5c8a858d2048368e93d7ea39bcc41a25 2025-10-07 23:00:35.723375 | | WARNING | Config change detected for swift_object_expirer, new hash: 5c8a858d2048368e93d7ea39bcc41a25 2025-10-07 23:00:35.723685 | | WARNING | Config change detected for swift_object_server, new hash: 5c8a858d2048368e93d7ea39bcc41a25 2025-10-07 23:00:35.724053 | | WARNING | Config change detected for swift_object_updater, new hash: 5c8a858d2048368e93d7ea39bcc41a25 2025-10-07 23:00:35.724363 | | WARNING | Config change detected for swift_proxy, new hash: 5c8a858d2048368e93d7ea39bcc41a25 2025-10-07 23:00:35.724660 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 2065f9252c228f72ee2f2f1d70954e27 2025-10-07 23:00:35.724978 | | WARNING | Config change detected for gnocchi_api, new hash: e79d37158bd98c6983dbc8982fe6f480 2025-10-07 23:00:35.725295 | | WARNING | Config change detected for gnocchi_db_sync, new hash: e79d37158bd98c6983dbc8982fe6f480 2025-10-07 23:00:35.725593 | | WARNING | Config change detected for gnocchi_metricd, new hash: e79d37158bd98c6983dbc8982fe6f480 2025-10-07 23:00:35.725906 | | WARNING | Config change detected for gnocchi_statsd, new hash: e79d37158bd98c6983dbc8982fe6f480 2025-10-07 23:00:35.726241 | | WARNING | Config change detected for nova_compute, new hash: e29ba4d8ba55e17ac1ed44767da87837-b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.726588 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: b5131720cd589610b00efed680512b7e 2025-10-07 23:00:35.726884 | | WARNING | Config change detected for octavia_health_manager, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.727266 | | WARNING | Config change detected for octavia_housekeeping, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.727564 | | WARNING | Config change detected for octavia_rsyslog, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.727892 | | WARNING | Config change detected for octavia_worker, new hash: 671d6c49a45f67da9a111e8dd51ac12b 2025-10-07 23:00:35.728249 | fa163e05-2da9-b31b-ab8f-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-07 23:00:35.728839 | fa163e05-2da9-b31b-ab8f-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:09.205955 | 0.39s 2025-10-07 23:00:35.755843 | fa163e05-2da9-b31b-ab8f-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 23:00:35.808672 | fa163e05-2da9-b31b-ab8f-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:09.285769 | 0.05s 2025-10-07 23:00:35.832859 | e1c37ee6-c5b8-4d37-9971-80207609f89b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 23:00:35.872105 | fa163e05-2da9-b31b-ab8f-000000002719 | TASK | Gather podman infos 2025-10-07 23:00:36.693521 | fa163e05-2da9-b31b-ab8f-000000002719 | OK | Gather podman infos | standalone 2025-10-07 23:00:36.695049 | fa163e05-2da9-b31b-ab8f-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:10.172161 | 0.82s 2025-10-07 23:00:36.767966 | fa163e05-2da9-b31b-ab8f-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 23:00:36.830616 | fa163e05-2da9-b31b-ab8f-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:10.307719 | 0.06s 2025-10-07 23:00:37.039133 | fa163e05-2da9-b31b-ab8f-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:10.516232 | 0.14s 2025-10-07 23:00:37.168874 | fa163e05-2da9-b31b-ab8f-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 23:00:37.221210 | fa163e05-2da9-b31b-ab8f-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:10.698314 | 0.05s 2025-10-07 23:00:37.244760 | 8bbb978d-e6b0-478e-8077-db80cf55d562 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 23:00:37.279168 | fa163e05-2da9-b31b-ab8f-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 23:00:45.223289 | fa163e05-2da9-b31b-ab8f-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-07 23:00:45.224936 | fa163e05-2da9-b31b-ab8f-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:18.702046 | 7.94s 2025-10-07 23:00:45.257745 | fa163e05-2da9-b31b-ab8f-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-07 23:00:49.024227 | fa163e05-2da9-b31b-ab8f-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-07 23:00:49.025678 | fa163e05-2da9-b31b-ab8f-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:22.502790 | 3.77s 2025-10-07 23:00:49.103607 | fa163e05-2da9-b31b-ab8f-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-07 23:00:49.321086 | fa163e05-2da9-b31b-ab8f-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-07 23:00:49.322748 | fa163e05-2da9-b31b-ab8f-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:22.799856 | 0.22s 2025-10-07 23:00:49.372747 | fa163e05-2da9-b31b-ab8f-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-07 23:00:49.422639 | fa163e05-2da9-b31b-ab8f-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:22.899736 | 0.05s 2025-10-07 23:00:49.455413 | fa163e05-2da9-b31b-ab8f-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-07 23:00:49.488334 | fa163e05-2da9-b31b-ab8f-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:22.965434 | 0.03s 2025-10-07 23:00:49.518556 | e21effbf-7af1-4336-95e3-33c926835ced | INCLUDED | /root/standalone-ansible-lus4j9ue/host-container-puppet-tasks.yaml | standalone 2025-10-07 23:00:49.570101 | fa163e05-2da9-b31b-ab8f-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-07 23:00:50.028511 | fa163e05-2da9-b31b-ab8f-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-07 23:00:50.029579 | fa163e05-2da9-b31b-ab8f-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:23.506699 | 0.46s 2025-10-07 23:00:50.049683 | fa163e05-2da9-b31b-ab8f-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-07 23:00:50.335341 | fa163e05-2da9-b31b-ab8f-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-07 23:00:50.336189 | fa163e05-2da9-b31b-ab8f-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:23.813310 | 0.29s 2025-10-07 23:00:50.360189 | fa163e05-2da9-b31b-ab8f-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-07 23:00:50.388883 | fa163e05-2da9-b31b-ab8f-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:23.865989 | 0.03s 2025-10-07 23:00:50.446884 | fa163e05-2da9-b31b-ab8f-0000000025c3 | TASK | Gather variables for each operating system 2025-10-07 23:00:50.573616 | fa163e05-2da9-b31b-ab8f-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:24.050718 | 0.13s 2025-10-07 23:00:50.606287 | fa163e05-2da9-b31b-ab8f-0000000025c4 | TASK | Create container logs path 2025-10-07 23:00:50.833567 | fa163e05-2da9-b31b-ab8f-0000000025c4 | OK | Create container logs path | standalone 2025-10-07 23:00:50.835168 | fa163e05-2da9-b31b-ab8f-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:24.312277 | 0.23s 2025-10-07 23:00:50.870522 | fa163e05-2da9-b31b-ab8f-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 23:00:51.124763 | fa163e05-2da9-b31b-ab8f-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 23:00:51.126043 | fa163e05-2da9-b31b-ab8f-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:24.603152 | 0.25s 2025-10-07 23:00:51.156985 | fa163e05-2da9-b31b-ab8f-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-07 23:00:51.208378 | fa163e05-2da9-b31b-ab8f-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:00:51.209646 | fa163e05-2da9-b31b-ab8f-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:24.686751 | 0.05s 2025-10-07 23:00:51.242138 | fa163e05-2da9-b31b-ab8f-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-07 23:00:51.282781 | fa163e05-2da9-b31b-ab8f-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 23:00:51.284179 | fa163e05-2da9-b31b-ab8f-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:24.761288 | 0.04s 2025-10-07 23:00:51.316115 | fa163e05-2da9-b31b-ab8f-0000000025cb | TASK | Update container configs with new config hashes 2025-10-07 23:00:51.367311 | fa163e05-2da9-b31b-ab8f-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 23:00:51.368603 | fa163e05-2da9-b31b-ab8f-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:24.845712 | 0.05s 2025-10-07 23:00:51.402328 | fa163e05-2da9-b31b-ab8f-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 23:00:51.452185 | fa163e05-2da9-b31b-ab8f-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 23:00:51.453556 | fa163e05-2da9-b31b-ab8f-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:24.930665 | 0.05s 2025-10-07 23:00:51.487179 | fa163e05-2da9-b31b-ab8f-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-07 23:00:51.538426 | fa163e05-2da9-b31b-ab8f-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-07 23:00:51.539736 | fa163e05-2da9-b31b-ab8f-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:25.016840 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-07 23:00:51.722346 | fa163e05-2da9-b31b-ab8f-0000000000c6 | TASK | External deployment step 2 2025-10-07 23:00:51.751063 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000c6') missing from stats 2025-10-07 23:00:51.809268 | fa163e05-2da9-b31b-ab8f-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:25.286374 | 0.04s 2025-10-07 23:00:51.839532 | aa71eaf4-6d79-48bc-a3e6-e29a1e9763c1 | INCLUDED | /root/standalone-ansible-lus4j9ue/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-07 23:00:51.858999 | fa163e05-2da9-b31b-ab8f-000000002852 | TASK | create cephadm working directory and related files 2025-10-07 23:00:51.907023 | fa163e05-2da9-b31b-ab8f-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:25.384129 | 0.05s 2025-10-07 23:00:51.967684 | fa163e05-2da9-b31b-ab8f-00000000287a | TASK | create cephadm workdir 2025-10-07 23:00:52.230979 | fa163e05-2da9-b31b-ab8f-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-lus4j9ue/cephadm 2025-10-07 23:00:52.232812 | fa163e05-2da9-b31b-ab8f-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:25.709922 | 0.26s 2025-10-07 23:00:52.242892 | fa163e05-2da9-b31b-ab8f-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:25.720009 | 0.27s 2025-10-07 23:00:52.261440 | fa163e05-2da9-b31b-ab8f-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-07 23:00:52.548261 | fa163e05-2da9-b31b-ab8f-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-07 23:00:52.549797 | fa163e05-2da9-b31b-ab8f-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:26.026901 | 0.29s 2025-10-07 23:00:52.568515 | fa163e05-2da9-b31b-ab8f-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-07 23:00:52.641228 | fa163e05-2da9-b31b-ab8f-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-07 23:00:52.642684 | fa163e05-2da9-b31b-ab8f-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:26.119788 | 0.07s 2025-10-07 23:00:52.664516 | fa163e05-2da9-b31b-ab8f-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-07 23:00:52.718976 | fa163e05-2da9-b31b-ab8f-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-07 23:00:52.720386 | fa163e05-2da9-b31b-ab8f-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:26.197489 | 0.05s 2025-10-07 23:00:52.792459 | fa163e05-2da9-b31b-ab8f-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:26.269564 | 0.05s 2025-10-07 23:00:52.880210 | fa163e05-2da9-b31b-ab8f-000000002902 | TASK | set basic user fact 2025-10-07 23:00:52.984880 | fa163e05-2da9-b31b-ab8f-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-07 23:00:52.986633 | fa163e05-2da9-b31b-ab8f-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:26.463741 | 0.11s 2025-10-07 23:00:53.005281 | fa163e05-2da9-b31b-ab8f-000000002903 | TASK | set basic home fact 2025-10-07 23:00:53.079559 | fa163e05-2da9-b31b-ab8f-000000002903 | OK | set basic home fact | undercloud 2025-10-07 23:00:53.080712 | fa163e05-2da9-b31b-ab8f-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:26.557823 | 0.07s 2025-10-07 23:00:53.099006 | fa163e05-2da9-b31b-ab8f-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-07 23:00:53.195984 | fa163e05-2da9-b31b-ab8f-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-07 23:00:53.197350 | fa163e05-2da9-b31b-ab8f-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:26.674459 | 0.10s 2025-10-07 23:00:53.220102 | fa163e05-2da9-b31b-ab8f-000000002906 | TASK | get all ansible environment variables 2025-10-07 23:00:53.292357 | fa163e05-2da9-b31b-ab8f-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-07 23:00:53.293462 | fa163e05-2da9-b31b-ab8f-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:26.770573 | 0.07s 2025-10-07 23:00:53.311620 | fa163e05-2da9-b31b-ab8f-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-07 23:00:53.395116 | fa163e05-2da9-b31b-ab8f-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-07 23:00:53.396231 | fa163e05-2da9-b31b-ab8f-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:26.873342 | 0.08s 2025-10-07 23:00:53.413922 | fa163e05-2da9-b31b-ab8f-000000002909 | TASK | Set common fact 2025-10-07 23:00:53.488219 | fa163e05-2da9-b31b-ab8f-000000002909 | OK | Set common fact | undercloud 2025-10-07 23:00:53.489434 | fa163e05-2da9-b31b-ab8f-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:26.966547 | 0.07s 2025-10-07 23:00:53.507720 | fa163e05-2da9-b31b-ab8f-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-07 23:00:53.565204 | fa163e05-2da9-b31b-ab8f-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-07 23:00:53.566432 | fa163e05-2da9-b31b-ab8f-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:27.043543 | 0.06s 2025-10-07 23:00:53.600996 | fa163e05-2da9-b31b-ab8f-00000000290c | TASK | build filter list 2025-10-07 23:00:53.635188 | fa163e05-2da9-b31b-ab8f-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:27.112288 | 0.03s 2025-10-07 23:00:53.653751 | fa163e05-2da9-b31b-ab8f-00000000290d | TASK | add images pool 2025-10-07 23:00:53.738667 | fa163e05-2da9-b31b-ab8f-00000000290d | OK | add images pool | undercloud 2025-10-07 23:00:53.739506 | fa163e05-2da9-b31b-ab8f-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:27.216625 | 0.08s 2025-10-07 23:00:53.754595 | fa163e05-2da9-b31b-ab8f-00000000290e | TASK | add volumes pool 2025-10-07 23:00:53.846690 | fa163e05-2da9-b31b-ab8f-00000000290e | OK | add volumes pool | undercloud 2025-10-07 23:00:53.847846 | fa163e05-2da9-b31b-ab8f-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:27.324958 | 0.09s 2025-10-07 23:00:53.866411 | fa163e05-2da9-b31b-ab8f-00000000290f | TASK | add vms pool 2025-10-07 23:00:53.950269 | fa163e05-2da9-b31b-ab8f-00000000290f | OK | add vms pool | undercloud 2025-10-07 23:00:53.951417 | fa163e05-2da9-b31b-ab8f-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:27.428529 | 0.08s 2025-10-07 23:00:53.969450 | fa163e05-2da9-b31b-ab8f-000000002910 | TASK | add gnocchi pool 2025-10-07 23:00:54.022371 | fa163e05-2da9-b31b-ab8f-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-07 23:00:54.023492 | fa163e05-2da9-b31b-ab8f-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:27.500603 | 0.05s 2025-10-07 23:00:54.041734 | fa163e05-2da9-b31b-ab8f-000000002911 | TASK | add cinder backup pool 2025-10-07 23:00:54.137689 | fa163e05-2da9-b31b-ab8f-000000002911 | OK | add cinder backup pool | undercloud 2025-10-07 23:00:54.138835 | fa163e05-2da9-b31b-ab8f-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:27.615949 | 0.10s 2025-10-07 23:00:54.156841 | fa163e05-2da9-b31b-ab8f-000000002912 | TASK | add cinder extra pools 2025-10-07 23:00:54.188693 | fa163e05-2da9-b31b-ab8f-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:27.665798 | 0.03s 2025-10-07 23:00:54.207061 | fa163e05-2da9-b31b-ab8f-000000002913 | TASK | build resulting pool list 2025-10-07 23:00:54.357877 | fa163e05-2da9-b31b-ab8f-000000002913 | OK | build resulting pool list | undercloud 2025-10-07 23:00:54.359092 | fa163e05-2da9-b31b-ab8f-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:27.836204 | 0.15s 2025-10-07 23:00:54.377286 | fa163e05-2da9-b31b-ab8f-000000002915 | TASK | add manila data pool 2025-10-07 23:00:54.451448 | fa163e05-2da9-b31b-ab8f-000000002915 | OK | add manila data pool | undercloud 2025-10-07 23:00:54.452652 | fa163e05-2da9-b31b-ab8f-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:27.929766 | 0.07s 2025-10-07 23:00:54.470936 | fa163e05-2da9-b31b-ab8f-000000002916 | TASK | add manila metadata pool 2025-10-07 23:00:54.545271 | fa163e05-2da9-b31b-ab8f-000000002916 | OK | add manila metadata pool | undercloud 2025-10-07 23:00:54.546388 | fa163e05-2da9-b31b-ab8f-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:28.023501 | 0.07s 2025-10-07 23:00:54.632306 | fa163e05-2da9-b31b-ab8f-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:28.109404 | 0.05s 2025-10-07 23:00:54.763990 | fa163e05-2da9-b31b-ab8f-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-07 23:00:54.821159 | fa163e05-2da9-b31b-ab8f-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-07 23:00:54.822269 | fa163e05-2da9-b31b-ab8f-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:28.299381 | 0.06s 2025-10-07 23:00:54.840238 | fa163e05-2da9-b31b-ab8f-000000002aaa | TASK | build openstack client profiles per pool 2025-10-07 23:00:54.924035 | fa163e05-2da9-b31b-ab8f-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-07 23:00:54.926482 | fa163e05-2da9-b31b-ab8f-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:28.403585 | 0.08s 2025-10-07 23:00:54.952858 | fa163e05-2da9-b31b-ab8f-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-07 23:00:54.953646 | fa163e05-2da9-b31b-ab8f-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:28.430763 | 0.11s 2025-10-07 23:00:54.980692 | fa163e05-2da9-b31b-ab8f-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-07 23:00:54.982157 | fa163e05-2da9-b31b-ab8f-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:28.459273 | 0.14s 2025-10-07 23:00:54.999314 | fa163e05-2da9-b31b-ab8f-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-07 23:00:55.000083 | fa163e05-2da9-b31b-ab8f-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:28.477200 | 0.16s 2025-10-07 23:00:55.006104 | fa163e05-2da9-b31b-ab8f-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:28.483214 | 0.16s 2025-10-07 23:00:55.024642 | fa163e05-2da9-b31b-ab8f-000000002aab | TASK | set openstack client caps 2025-10-07 23:00:55.064780 | fa163e05-2da9-b31b-ab8f-000000002aab | OK | set openstack client caps | undercloud 2025-10-07 23:00:55.065903 | fa163e05-2da9-b31b-ab8f-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:28.543015 | 0.04s 2025-10-07 23:00:55.083974 | fa163e05-2da9-b31b-ab8f-000000002aac | TASK | set openstack client osd(s) caps 2025-10-07 23:00:55.137841 | fa163e05-2da9-b31b-ab8f-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-07 23:00:55.138982 | fa163e05-2da9-b31b-ab8f-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:28.616067 | 0.05s 2025-10-07 23:00:55.156916 | fa163e05-2da9-b31b-ab8f-000000002aad | TASK | Combine caps 2025-10-07 23:00:55.199655 | fa163e05-2da9-b31b-ab8f-000000002aad | OK | Combine caps | undercloud 2025-10-07 23:00:55.200771 | fa163e05-2da9-b31b-ab8f-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:28.677884 | 0.04s 2025-10-07 23:00:55.218902 | fa163e05-2da9-b31b-ab8f-000000002aae | TASK | set openstack client key 2025-10-07 23:00:55.269607 | fa163e05-2da9-b31b-ab8f-000000002aae | OK | set openstack client key | undercloud 2025-10-07 23:00:55.270699 | fa163e05-2da9-b31b-ab8f-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:28.747813 | 0.05s 2025-10-07 23:00:55.289423 | fa163e05-2da9-b31b-ab8f-000000002ab0 | TASK | build manila key for openstack 2025-10-07 23:00:55.339788 | fa163e05-2da9-b31b-ab8f-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-07 23:00:55.340929 | fa163e05-2da9-b31b-ab8f-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:28.818041 | 0.05s 2025-10-07 23:00:55.359084 | fa163e05-2da9-b31b-ab8f-000000002ab1 | TASK | build radosgw key for openstack 2025-10-07 23:00:55.399098 | fa163e05-2da9-b31b-ab8f-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-07 23:00:55.400210 | fa163e05-2da9-b31b-ab8f-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:28.877321 | 0.04s 2025-10-07 23:00:55.418258 | fa163e05-2da9-b31b-ab8f-000000002ab2 | TASK | build the resulting keys 2025-10-07 23:00:55.560619 | fa163e05-2da9-b31b-ab8f-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-07 23:00:55.562077 | fa163e05-2da9-b31b-ab8f-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:29.039187 | 0.14s 2025-10-07 23:00:55.635369 | fa163e05-2da9-b31b-ab8f-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:29.112465 | 0.04s 2025-10-07 23:00:55.792065 | fa163e05-2da9-b31b-ab8f-000000002dcd | TASK | build ceph orphan set 2025-10-07 23:00:55.869829 | fa163e05-2da9-b31b-ab8f-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-07 23:00:55.871005 | fa163e05-2da9-b31b-ab8f-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:29.348114 | 0.08s 2025-10-07 23:00:55.889028 | fa163e05-2da9-b31b-ab8f-000000002dce | TASK | clean ceph_config_overrides list 2025-10-07 23:00:55.941477 | fa163e05-2da9-b31b-ab8f-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:29.418582 | 0.05s 2025-10-07 23:00:55.959439 | fa163e05-2da9-b31b-ab8f-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-07 23:00:56.025659 | fa163e05-2da9-b31b-ab8f-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-07 23:00:56.027134 | fa163e05-2da9-b31b-ab8f-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:29.504243 | 0.07s 2025-10-07 23:00:56.045911 | fa163e05-2da9-b31b-ab8f-000000002dd0 | TASK | build ceph config overrides 2025-10-07 23:00:56.157117 | fa163e05-2da9-b31b-ab8f-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-07 23:00:56.158277 | fa163e05-2da9-b31b-ab8f-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:29.635389 | 0.11s 2025-10-07 23:00:56.192607 | fa163e05-2da9-b31b-ab8f-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-07 23:00:56.809183 | fa163e05-2da9-b31b-ab8f-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-07 23:00:56.810673 | fa163e05-2da9-b31b-ab8f-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:30.287784 | 0.62s 2025-10-07 23:00:56.829562 | fa163e05-2da9-b31b-ab8f-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-07 23:00:56.954202 | fa163e05-2da9-b31b-ab8f-000000002883 | OK | Set bootstrap host | undercloud 2025-10-07 23:00:56.955166 | fa163e05-2da9-b31b-ab8f-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:30.432278 | 0.12s 2025-10-07 23:00:56.972853 | fa163e05-2da9-b31b-ab8f-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-07 23:00:57.087208 | fa163e05-2da9-b31b-ab8f-000000002884 | OK | Set first monitor IP | undercloud 2025-10-07 23:00:57.088154 | fa163e05-2da9-b31b-ab8f-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:30.565267 | 0.11s 2025-10-07 23:00:57.106033 | fa163e05-2da9-b31b-ab8f-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-07 23:00:57.199442 | fa163e05-2da9-b31b-ab8f-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-07 23:00:57.200478 | fa163e05-2da9-b31b-ab8f-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:30.677588 | 0.09s 2025-10-07 23:00:57.218382 | fa163e05-2da9-b31b-ab8f-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-07 23:00:57.704644 | fa163e05-2da9-b31b-ab8f-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-07 23:00:57.706141 | fa163e05-2da9-b31b-ab8f-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:31.183253 | 0.49s 2025-10-07 23:00:57.740565 | fa163e05-2da9-b31b-ab8f-000000002853 | TASK | Prepare cephadm user and keys 2025-10-07 23:00:58.256185 | fa163e05-2da9-b31b-ab8f-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-07 23:00:58.257507 | fa163e05-2da9-b31b-ab8f-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:31.734616 | 0.52s 2025-10-07 23:00:58.275164 | fa163e05-2da9-b31b-ab8f-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-07 23:00:58.400108 | fa163e05-2da9-b31b-ab8f-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:31.877215 | 0.12s 2025-10-07 23:00:58.481828 | fa163e05-2da9-b31b-ab8f-000000003049 | TASK | set cephadm playbook 2025-10-07 23:00:58.545316 | fa163e05-2da9-b31b-ab8f-000000003049 | OK | set cephadm playbook | undercloud 2025-10-07 23:00:58.546432 | fa163e05-2da9-b31b-ab8f-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:32.023544 | 0.06s 2025-10-07 23:00:58.564119 | fa163e05-2da9-b31b-ab8f-00000000304a | TASK | Setup the log path 2025-10-07 23:00:58.624733 | fa163e05-2da9-b31b-ab8f-00000000304a | OK | Setup the log path | undercloud 2025-10-07 23:00:58.625795 | fa163e05-2da9-b31b-ab8f-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:32.102908 | 0.06s 2025-10-07 23:00:58.643481 | fa163e05-2da9-b31b-ab8f-00000000304b | TASK | Setup the cephadm playbook command 2025-10-07 23:00:58.707034 | fa163e05-2da9-b31b-ab8f-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-07 23:00:58.708131 | fa163e05-2da9-b31b-ab8f-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:32.185244 | 0.06s 2025-10-07 23:00:58.726188 | fa163e05-2da9-b31b-ab8f-00000000304c | TASK | rotate cephadm_command.log 2025-10-07 23:00:58.971559 | fa163e05-2da9-b31b-ab8f-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-07 23:00:58.972732 | fa163e05-2da9-b31b-ab8f-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:32.449846 | 0.25s 2025-10-07 23:00:58.990603 | fa163e05-2da9-b31b-ab8f-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-07 23:00:59.446105 | fa163e05-2da9-b31b-ab8f-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-07 23:00:59.447458 | fa163e05-2da9-b31b-ab8f-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:32.924570 | 0.46s 2025-10-07 23:00:59.465597 | fa163e05-2da9-b31b-ab8f-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-07 23:00:59.539891 | fa163e05-2da9-b31b-ab8f-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-lus4j9ue/cephadm/cephadm_command.log)" } 2025-10-07 23:00:59.540996 | fa163e05-2da9-b31b-ab8f-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:33.018109 | 0.07s 2025-10-07 23:00:59.558667 | fa163e05-2da9-b31b-ab8f-00000000304f | TASK | run cephadm playbook 2025-10-07 23:01:56.770148 | fa163e05-2da9-b31b-ab8f-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-07 23:01:56.771412 | fa163e05-2da9-b31b-ab8f-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:30.248532 | 57.21s 2025-10-07 23:01:56.786584 | fa163e05-2da9-b31b-ab8f-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-07 23:01:56.852316 | fa163e05-2da9-b31b-ab8f-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-07 23:01:56.852888 | fa163e05-2da9-b31b-ab8f-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:30.330010 | 0.07s 2025-10-07 23:01:56.866462 | fa163e05-2da9-b31b-ab8f-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-07 23:01:56.927090 | fa163e05-2da9-b31b-ab8f-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-07 23:01:56.928265 | fa163e05-2da9-b31b-ab8f-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:30.405375 | 0.06s 2025-10-07 23:01:56.963148 | fa163e05-2da9-b31b-ab8f-000000002856 | TASK | Check if the input variable file exists 2025-10-07 23:01:57.219984 | fa163e05-2da9-b31b-ab8f-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-07 23:01:57.221361 | fa163e05-2da9-b31b-ab8f-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:30.698472 | 0.26s 2025-10-07 23:01:57.239652 | fa163e05-2da9-b31b-ab8f-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-07 23:01:57.289134 | fa163e05-2da9-b31b-ab8f-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-07 23:01:57.291011 | fa163e05-2da9-b31b-ab8f-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:30.768121 | 0.05s 2025-10-07 23:01:57.309208 | fa163e05-2da9-b31b-ab8f-000000002858 | TASK | configure ceph clients 2025-10-07 23:01:57.359730 | fa163e05-2da9-b31b-ab8f-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:30.836837 | 0.05s 2025-10-07 23:01:57.426782 | fa163e05-2da9-b31b-ab8f-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-07 23:01:57.495770 | fa163e05-2da9-b31b-ab8f-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-07 23:01:57.496736 | fa163e05-2da9-b31b-ab8f-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:30.973855 | 0.07s 2025-10-07 23:01:57.512078 | fa163e05-2da9-b31b-ab8f-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-07 23:01:57.558347 | fa163e05-2da9-b31b-ab8f-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:31.035451 | 0.05s 2025-10-07 23:01:57.570891 | e797212f-cc86-46ae-8c76-bdfa4addb802 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-07 23:01:57.602299 | fa163e05-2da9-b31b-ab8f-000000003157 | TASK | Clean any old fetch directory path 2025-10-07 23:01:57.865979 | fa163e05-2da9-b31b-ab8f-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-07 23:01:57.867376 | fa163e05-2da9-b31b-ab8f-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:31.344487 | 0.26s 2025-10-07 23:01:57.886089 | fa163e05-2da9-b31b-ab8f-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-07 23:01:58.150479 | fa163e05-2da9-b31b-ab8f-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-07 23:01:58.151872 | fa163e05-2da9-b31b-ab8f-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:31.628983 | 0.26s 2025-10-07 23:01:58.169932 | fa163e05-2da9-b31b-ab8f-000000003115 | TASK | Check if the input variables exist 2025-10-07 23:01:58.509903 | fa163e05-2da9-b31b-ab8f-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-07 23:01:58.511359 | fa163e05-2da9-b31b-ab8f-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:31.988470 | 0.34s 2025-10-07 23:01:58.530806 | fa163e05-2da9-b31b-ab8f-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-07 23:01:58.602804 | fa163e05-2da9-b31b-ab8f-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-07 23:01:58.604098 | fa163e05-2da9-b31b-ab8f-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:32.081209 | 0.07s 2025-10-07 23:01:58.622189 | fa163e05-2da9-b31b-ab8f-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-07 23:01:58.682919 | fa163e05-2da9-b31b-ab8f-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-07 23:01:58.684113 | fa163e05-2da9-b31b-ab8f-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:32.161223 | 0.06s 2025-10-07 23:01:58.702239 | fa163e05-2da9-b31b-ab8f-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-07 23:01:58.773429 | fa163e05-2da9-b31b-ab8f-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-07 23:01:58.774496 | fa163e05-2da9-b31b-ab8f-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:32.251607 | 0.07s 2025-10-07 23:01:58.793223 | fa163e05-2da9-b31b-ab8f-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-07 23:01:58.854258 | fa163e05-2da9-b31b-ab8f-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:32.331361 | 0.06s 2025-10-07 23:01:58.864455 | c83c01fa-281d-4877-946a-7305d9b00a7a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-07 23:01:58.899611 | fa163e05-2da9-b31b-ab8f-0000000031ab | TASK | create cephx key(s) 2025-10-07 23:01:59.453052 | fa163e05-2da9-b31b-ab8f-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQDgluVoAAAAABAAC+ZHF8kvFv8iwT8KQ+ugLA==', '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-07 23:01:59.456208 | fa163e05-2da9-b31b-ab8f-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:32.933303 | 0.56s 2025-10-07 23:01:59.955372 | fa163e05-2da9-b31b-ab8f-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQDgluVoAAAAABAAo63X8OG2KA90Mf0+BNaP8A==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-07 23:01:59.957280 | fa163e05-2da9-b31b-ab8f-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:33.434392 | 1.06s 2025-10-07 23:01:59.967938 | fa163e05-2da9-b31b-ab8f-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:33.445046 | 1.07s 2025-10-07 23:01:59.987182 | fa163e05-2da9-b31b-ab8f-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-07 23:02:00.038401 | fa163e05-2da9-b31b-ab8f-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:33.515507 | 0.05s 2025-10-07 23:02:00.048789 | b0963d2f-7d17-4219-902a-0e53f65527ae | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-07 23:02:00.086436 | fa163e05-2da9-b31b-ab8f-00000000320f | TASK | create ceph.conf 2025-10-07 23:02:00.692263 | fa163e05-2da9-b31b-ab8f-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-07 23:02:00.693701 | fa163e05-2da9-b31b-ab8f-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:34.170810 | 0.61s 2025-10-07 23:02:00.712148 | fa163e05-2da9-b31b-ab8f-00000000311b | TASK | Configure Ceph Clients 2025-10-07 23:02:00.761308 | fa163e05-2da9-b31b-ab8f-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:34.238415 | 0.05s 2025-10-07 23:02:00.781345 | 4e2138cb-4d5c-45bb-99f8-1ba3f87a009a | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-07 23:02:00.823313 | fa163e05-2da9-b31b-ab8f-00000000327e | TASK | set effective ceph_clients without limit 2025-10-07 23:02:00.925429 | fa163e05-2da9-b31b-ab8f-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-07 23:02:00.926719 | fa163e05-2da9-b31b-ab8f-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:34.403825 | 0.10s 2025-10-07 23:02:00.946854 | fa163e05-2da9-b31b-ab8f-00000000327f | TASK | set effective ceph_clients with limit 2025-10-07 23:02:01.009409 | fa163e05-2da9-b31b-ab8f-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-07 23:02:01.010569 | fa163e05-2da9-b31b-ab8f-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:34.487680 | 0.06s 2025-10-07 23:02:01.028546 | fa163e05-2da9-b31b-ab8f-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-07 23:02:01.143859 | fa163e05-2da9-b31b-ab8f-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-07 23:02:01.145133 | fa163e05-2da9-b31b-ab8f-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:34.622241 | 0.12s 2025-10-07 23:02:01.187176 | fa163e05-2da9-b31b-ab8f-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-07 23:02:01.461339 | fa163e05-2da9-b31b-ab8f-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lus4j9ue/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-000000003281') missing from stats 2025-10-07 23:02:01.692760 | fa163e05-2da9-b31b-ab8f-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lus4j9ue/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-07 23:02:01.924395 | fa163e05-2da9-b31b-ab8f-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lus4j9ue/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-07 23:02:01.937118 | fa163e05-2da9-b31b-ab8f-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:35.414224 | 0.75s 2025-10-07 23:02:01.979703 | fa163e05-2da9-b31b-ab8f-000000003282 | TASK | push files to the other nodes of cluster 2025-10-07 23:02:02.452208 | fa163e05-2da9-b31b-ab8f-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lus4j9ue/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-000000003282') missing from stats 2025-10-07 23:02:02.837812 | fa163e05-2da9-b31b-ab8f-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lus4j9ue/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-07 23:02:03.285749 | fa163e05-2da9-b31b-ab8f-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lus4j9ue/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-07 23:02:03.298290 | fa163e05-2da9-b31b-ab8f-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:36.775395 | 1.32s 2025-10-07 23:02:03.317671 | fa163e05-2da9-b31b-ab8f-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-07 23:02:03.369980 | fa163e05-2da9-b31b-ab8f-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:36.847060 | 0.05s 2025-10-07 23:02:03.381620 | f5a7ac4b-b09a-4b8d-af98-a1d1d6093d81 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-07 23:02:03.428866 | fa163e05-2da9-b31b-ab8f-000000003316 | TASK | Clean any old fetch directory path 2025-10-07 23:02:03.687367 | fa163e05-2da9-b31b-ab8f-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-07 23:02:03.688689 | fa163e05-2da9-b31b-ab8f-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:37.165800 | 0.26s 2025-10-07 23:02:03.707074 | fa163e05-2da9-b31b-ab8f-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-07 23:02:03.758668 | fa163e05-2da9-b31b-ab8f-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-07 23:02:03.760130 | fa163e05-2da9-b31b-ab8f-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:37.237239 | 0.05s 2025-10-07 23:02:03.794307 | fa163e05-2da9-b31b-ab8f-000000002859 | TASK | tripleo client role 2025-10-07 23:02:03.814028 | fa163e05-2da9-b31b-ab8f-000000002859 | TIMING | tripleo client role | undercloud | 0:13:37.291131 | 0.02s 2025-10-07 23:02:03.831220 | fa163e05-2da9-b31b-ab8f-00000000285a | TASK | Load variables for standalone ganesha 2025-10-07 23:02:03.902559 | fa163e05-2da9-b31b-ab8f-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-07 23:02:03.903720 | fa163e05-2da9-b31b-ab8f-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:37.380829 | 0.07s 2025-10-07 23:02:03.921549 | fa163e05-2da9-b31b-ab8f-00000000285b | TASK | Config Standalone Ganesha 2025-10-07 23:02:03.983456 | fa163e05-2da9-b31b-ab8f-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-07 23:02:03.984625 | fa163e05-2da9-b31b-ab8f-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:37.461735 | 0.06s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-07 23:02:04.137774 | fa163e05-2da9-b31b-ab8f-0000000000ca | TASK | Deploy step tasks for 2 2025-10-07 23:02:04.170485 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000ca') missing from stats 2025-10-07 23:02:04.201503 | fa163e05-2da9-b31b-ab8f-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-07 23:02:04.706759 | fa163e05-2da9-b31b-ab8f-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-07 23:02:04.708354 | fa163e05-2da9-b31b-ab8f-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:38.185464 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 23:02:04.779996 | fa163e05-2da9-b31b-ab8f-0000000000cc | TIMING | include_tasks | standalone | 0:13:38.257060 | 0.04s 2025-10-07 23:02:04.873091 | e9fe358c-67e9-4487-b20b-f6bbb30024ea | INCLUDED | /root/standalone-ansible-lus4j9ue/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-07 23:02:04.908760 | fa163e05-2da9-b31b-ab8f-0000000033dd | TASK | Push script 2025-10-07 23:02:05.442387 | fa163e05-2da9-b31b-ab8f-0000000033dd | CHANGED | Push script | standalone 2025-10-07 23:02:05.445117 | fa163e05-2da9-b31b-ab8f-0000000033dd | TIMING | Push script | standalone | 0:13:38.922224 | 0.54s 2025-10-07 23:02:05.476062 | fa163e05-2da9-b31b-ab8f-0000000033de | TASK | Insert cronjob in root crontab 2025-10-07 23:02:05.924647 | fa163e05-2da9-b31b-ab8f-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-07 23:02:05.927257 | fa163e05-2da9-b31b-ab8f-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:39.404362 | 0.45s 2025-10-07 23:02:05.951982 | fa163e05-2da9-b31b-ab8f-0000000033e5 | TASK | Gather variables for each operating system 2025-10-07 23:02:06.073715 | fa163e05-2da9-b31b-ab8f-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:39.550822 | 0.12s 2025-10-07 23:02:06.105854 | fa163e05-2da9-b31b-ab8f-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-07 23:02:06.850358 | fa163e05-2da9-b31b-ab8f-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 23:02:06.851762 | fa163e05-2da9-b31b-ab8f-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:40.328873 | 0.74s 2025-10-07 23:02:06.883493 | fa163e05-2da9-b31b-ab8f-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-07 23:03:50.581544 | fa163e05-2da9-b31b-ab8f-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-07 23:03:50.588469 | fa163e05-2da9-b31b-ab8f-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:24.065562 | 103.70s 2025-10-07 23:03:50.641586 | fa163e05-2da9-b31b-ab8f-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-07 23:03:50.920715 | fa163e05-2da9-b31b-ab8f-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-07 23:03:50.922535 | fa163e05-2da9-b31b-ab8f-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:24.399641 | 0.28s 2025-10-07 23:03:50.954736 | fa163e05-2da9-b31b-ab8f-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 23:03:51.586312 | fa163e05-2da9-b31b-ab8f-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 23:03:51.588119 | fa163e05-2da9-b31b-ab8f-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:25.065225 | 0.63s 2025-10-07 23:03:51.621190 | fa163e05-2da9-b31b-ab8f-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-07 23:03:51.878590 | fa163e05-2da9-b31b-ab8f-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-07 23:03:51.880053 | fa163e05-2da9-b31b-ab8f-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:25.357164 | 0.26s 2025-10-07 23:03:51.912690 | fa163e05-2da9-b31b-ab8f-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-07 23:03:51.974500 | fa163e05-2da9-b31b-ab8f-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-07 23:03:51.975578 | fa163e05-2da9-b31b-ab8f-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:25.452690 | 0.06s 2025-10-07 23:03:52.006732 | fa163e05-2da9-b31b-ab8f-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-07 23:03:52.060925 | fa163e05-2da9-b31b-ab8f-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-07 23:03:52.062041 | fa163e05-2da9-b31b-ab8f-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:25.539152 | 0.05s 2025-10-07 23:03:52.093194 | fa163e05-2da9-b31b-ab8f-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-07 23:03:52.146032 | fa163e05-2da9-b31b-ab8f-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-07 23:03:52.147133 | fa163e05-2da9-b31b-ab8f-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:25.624244 | 0.05s 2025-10-07 23:03:52.179895 | fa163e05-2da9-b31b-ab8f-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 23:03:52.241146 | fa163e05-2da9-b31b-ab8f-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 23:03:52.242269 | fa163e05-2da9-b31b-ab8f-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:25.719378 | 0.06s 2025-10-07 23:03:52.280898 | fa163e05-2da9-b31b-ab8f-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-07 23:03:52.339003 | fa163e05-2da9-b31b-ab8f-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-07 23:03:52.340167 | fa163e05-2da9-b31b-ab8f-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:25.817277 | 0.06s 2025-10-07 23:03:52.396150 | fa163e05-2da9-b31b-ab8f-000000003411 | TASK | Gather variables for each operating system 2025-10-07 23:03:52.525268 | fa163e05-2da9-b31b-ab8f-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:26.002369 | 0.13s 2025-10-07 23:03:52.556590 | fa163e05-2da9-b31b-ab8f-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-07 23:03:53.347169 | fa163e05-2da9-b31b-ab8f-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 23:03:53.348401 | fa163e05-2da9-b31b-ab8f-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:26.825513 | 0.79s 2025-10-07 23:03:53.381046 | fa163e05-2da9-b31b-ab8f-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-07 23:04:19.933217 | fa163e05-2da9-b31b-ab8f-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-07 23:04:19.934411 | fa163e05-2da9-b31b-ab8f-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:53.411529 | 26.55s 2025-10-07 23:04:19.955766 | fa163e05-2da9-b31b-ab8f-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-07 23:04:20.212810 | fa163e05-2da9-b31b-ab8f-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-07 23:04:20.213747 | fa163e05-2da9-b31b-ab8f-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:53.690866 | 0.26s 2025-10-07 23:04:20.233852 | fa163e05-2da9-b31b-ab8f-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 23:04:20.661806 | fa163e05-2da9-b31b-ab8f-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 23:04:20.663059 | fa163e05-2da9-b31b-ab8f-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:54.140174 | 0.43s 2025-10-07 23:04:20.689299 | fa163e05-2da9-b31b-ab8f-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-07 23:04:20.934103 | fa163e05-2da9-b31b-ab8f-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-07 23:04:20.936173 | fa163e05-2da9-b31b-ab8f-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:54.413278 | 0.25s 2025-10-07 23:04:20.970055 | fa163e05-2da9-b31b-ab8f-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-07 23:04:21.032186 | fa163e05-2da9-b31b-ab8f-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-07 23:04:21.033454 | fa163e05-2da9-b31b-ab8f-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:54.510563 | 0.06s 2025-10-07 23:04:21.067862 | fa163e05-2da9-b31b-ab8f-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-07 23:04:21.125801 | fa163e05-2da9-b31b-ab8f-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-07 23:04:21.127430 | fa163e05-2da9-b31b-ab8f-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:54.604538 | 0.06s 2025-10-07 23:04:21.164929 | fa163e05-2da9-b31b-ab8f-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-07 23:04:21.220259 | fa163e05-2da9-b31b-ab8f-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-07 23:04:21.221175 | fa163e05-2da9-b31b-ab8f-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:54.698292 | 0.05s 2025-10-07 23:04:21.246366 | fa163e05-2da9-b31b-ab8f-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 23:04:21.298372 | fa163e05-2da9-b31b-ab8f-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 23:04:21.299855 | fa163e05-2da9-b31b-ab8f-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:54.776963 | 0.05s 2025-10-07 23:04:21.333174 | fa163e05-2da9-b31b-ab8f-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-07 23:04:21.391240 | fa163e05-2da9-b31b-ab8f-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-07 23:04:21.392294 | fa163e05-2da9-b31b-ab8f-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:54.869409 | 0.06s 2025-10-07 23:04:21.435664 | fa163e05-2da9-b31b-ab8f-00000000343d | TASK | Gather variables for each operating system 2025-10-07 23:04:21.553566 | fa163e05-2da9-b31b-ab8f-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:55.030652 | 0.12s 2025-10-07 23:04:21.585092 | fa163e05-2da9-b31b-ab8f-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-07 23:04:22.357979 | fa163e05-2da9-b31b-ab8f-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 23:04:22.359388 | fa163e05-2da9-b31b-ab8f-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:55.836499 | 0.77s 2025-10-07 23:04:22.392573 | fa163e05-2da9-b31b-ab8f-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-07 23:04:48.637915 | fa163e05-2da9-b31b-ab8f-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-07 23:04:48.639182 | fa163e05-2da9-b31b-ab8f-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:22.116300 | 26.24s 2025-10-07 23:04:48.663531 | fa163e05-2da9-b31b-ab8f-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-07 23:04:48.916506 | fa163e05-2da9-b31b-ab8f-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-07 23:04:48.918376 | fa163e05-2da9-b31b-ab8f-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:22.395483 | 0.25s 2025-10-07 23:04:48.949012 | fa163e05-2da9-b31b-ab8f-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 23:04:49.411398 | fa163e05-2da9-b31b-ab8f-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 23:04:49.412764 | fa163e05-2da9-b31b-ab8f-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:22.889874 | 0.46s 2025-10-07 23:04:49.448028 | fa163e05-2da9-b31b-ab8f-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-07 23:04:49.724614 | fa163e05-2da9-b31b-ab8f-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-07 23:04:49.726502 | fa163e05-2da9-b31b-ab8f-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:23.203612 | 0.28s 2025-10-07 23:04:49.765311 | fa163e05-2da9-b31b-ab8f-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-07 23:04:49.805452 | fa163e05-2da9-b31b-ab8f-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-07 23:04:49.806371 | fa163e05-2da9-b31b-ab8f-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:23.283487 | 0.04s 2025-10-07 23:04:49.831220 | fa163e05-2da9-b31b-ab8f-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-07 23:04:49.872641 | fa163e05-2da9-b31b-ab8f-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-07 23:04:49.873794 | fa163e05-2da9-b31b-ab8f-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:23.350906 | 0.04s 2025-10-07 23:04:49.898693 | fa163e05-2da9-b31b-ab8f-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-07 23:04:49.937574 | fa163e05-2da9-b31b-ab8f-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-07 23:04:49.938883 | fa163e05-2da9-b31b-ab8f-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:23.415991 | 0.04s 2025-10-07 23:04:49.964513 | fa163e05-2da9-b31b-ab8f-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 23:04:50.023015 | fa163e05-2da9-b31b-ab8f-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 23:04:50.024033 | fa163e05-2da9-b31b-ab8f-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:23.501147 | 0.06s 2025-10-07 23:04:50.048801 | fa163e05-2da9-b31b-ab8f-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-07 23:04:50.092742 | fa163e05-2da9-b31b-ab8f-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-07 23:04:50.093989 | fa163e05-2da9-b31b-ab8f-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:23.571096 | 0.04s 2025-10-07 23:04:50.139096 | fa163e05-2da9-b31b-ab8f-000000003469 | TASK | Gather variables for each operating system 2025-10-07 23:04:50.240061 | fa163e05-2da9-b31b-ab8f-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:23.717174 | 0.10s 2025-10-07 23:04:50.260129 | fa163e05-2da9-b31b-ab8f-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-07 23:04:50.952163 | fa163e05-2da9-b31b-ab8f-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 23:04:50.953600 | fa163e05-2da9-b31b-ab8f-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:24.430709 | 0.69s 2025-10-07 23:04:50.986297 | fa163e05-2da9-b31b-ab8f-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-07 23:05:16.382668 | fa163e05-2da9-b31b-ab8f-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-07 23:05:16.384374 | fa163e05-2da9-b31b-ab8f-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:49.861485 | 25.40s 2025-10-07 23:05:16.412402 | fa163e05-2da9-b31b-ab8f-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-07 23:05:16.648567 | fa163e05-2da9-b31b-ab8f-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-07 23:05:16.650562 | fa163e05-2da9-b31b-ab8f-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:50.127668 | 0.24s 2025-10-07 23:05:16.685192 | fa163e05-2da9-b31b-ab8f-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 23:05:17.126089 | fa163e05-2da9-b31b-ab8f-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 23:05:17.129159 | fa163e05-2da9-b31b-ab8f-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:50.606266 | 0.44s 2025-10-07 23:05:17.166554 | fa163e05-2da9-b31b-ab8f-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-07 23:05:17.415571 | fa163e05-2da9-b31b-ab8f-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-07 23:05:17.418077 | fa163e05-2da9-b31b-ab8f-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:50.895187 | 0.25s 2025-10-07 23:05:17.439576 | fa163e05-2da9-b31b-ab8f-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-07 23:05:17.485974 | fa163e05-2da9-b31b-ab8f-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-07 23:05:17.486529 | fa163e05-2da9-b31b-ab8f-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:50.963650 | 0.05s 2025-10-07 23:05:17.506517 | fa163e05-2da9-b31b-ab8f-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-07 23:05:17.546296 | fa163e05-2da9-b31b-ab8f-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-07 23:05:17.546968 | fa163e05-2da9-b31b-ab8f-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:51.024064 | 0.04s 2025-10-07 23:05:17.567295 | fa163e05-2da9-b31b-ab8f-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-07 23:05:17.613624 | fa163e05-2da9-b31b-ab8f-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-07 23:05:17.614398 | fa163e05-2da9-b31b-ab8f-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:51.091517 | 0.05s 2025-10-07 23:05:17.635656 | fa163e05-2da9-b31b-ab8f-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 23:05:17.683489 | fa163e05-2da9-b31b-ab8f-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 23:05:17.684129 | fa163e05-2da9-b31b-ab8f-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:51.161249 | 0.05s 2025-10-07 23:05:17.705267 | fa163e05-2da9-b31b-ab8f-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-07 23:05:17.754602 | fa163e05-2da9-b31b-ab8f-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-07 23:05:17.755571 | fa163e05-2da9-b31b-ab8f-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:51.232691 | 0.05s 2025-10-07 23:05:17.791881 | fa163e05-2da9-b31b-ab8f-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-07 23:05:18.036692 | fa163e05-2da9-b31b-ab8f-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-07 23:05:18.038035 | fa163e05-2da9-b31b-ab8f-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:51.515148 | 0.25s 2025-10-07 23:05:18.150984 | fa163e05-2da9-b31b-ab8f-0000000000cf | TIMING | include_tasks | standalone | 0:16:51.628055 | 0.08s 2025-10-07 23:05:18.187434 | 986f80ff-0c6f-4cb4-9548-dd9aef73a9b3 | INCLUDED | /root/standalone-ansible-lus4j9ue/common_deploy_steps_tasks.yaml | standalone 2025-10-07 23:05:18.212736 | fa163e05-2da9-b31b-ab8f-000000003509 | TASK | Write the config_step hieradata 2025-10-07 23:05:18.762296 | fa163e05-2da9-b31b-ab8f-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-07 23:05:18.763623 | fa163e05-2da9-b31b-ab8f-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:52.240732 | 0.55s 2025-10-07 23:05:18.794180 | fa163e05-2da9-b31b-ab8f-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-07 23:05:19.102195 | fa163e05-2da9-b31b-ab8f-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-07 23:05:19.103627 | fa163e05-2da9-b31b-ab8f-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:52.580736 | 0.31s 2025-10-07 23:05:19.144125 | fa163e05-2da9-b31b-ab8f-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-07 23:05:19.401731 | fa163e05-2da9-b31b-ab8f-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 23:05:29.622743 | fa163e05-2da9-b31b-ab8f-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 23:05:39.855935 | fa163e05-2da9-b31b-ab8f-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 23:05:39.857983 | fa163e05-2da9-b31b-ab8f-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:13.335094 | 20.71s 2025-10-07 23:05:39.891874 | fa163e05-2da9-b31b-ab8f-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-07 23:05:39.975012 | fa163e05-2da9-b31b-ab8f-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 7 23:05:19 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 23:05:23 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 23:05:23 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 23:05:23 puppet-user: (file & line not available)", "<13>Oct 7 23:05:23 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 7 23:05:23 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 7 23:05:23 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 23:05:23 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.41 seconds", "<13>Oct 7 23:05:29 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 7 23:05:32 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 7 23:05:33 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 23:05:34 puppet-user: Notice: Applied catalog in 10.20 seconds", "<13>Oct 7 23:05:34 puppet-user: Application:", "<13>Oct 7 23:05:34 puppet-user: Initial environment: production", "<13>Oct 7 23:05:34 puppet-user: Converged environment: production", "<13>Oct 7 23:05:34 puppet-user: Run mode: user", "<13>Oct 7 23:05:34 puppet-user: Changes:", "<13>Oct 7 23:05:34 puppet-user: Total: 2", "<13>Oct 7 23:05:34 puppet-user: Events:", "<13>Oct 7 23:05:34 puppet-user: Success: 2", "<13>Oct 7 23:05:34 puppet-user: Resources:", "<13>Oct 7 23:05:34 puppet-user: Changed: 2", "<13>Oct 7 23:05:34 puppet-user: Out of sync: 2", "<13>Oct 7 23:05:34 puppet-user: Total: 28", "<13>Oct 7 23:05:34 puppet-user: Time:", "<13>Oct 7 23:05:34 puppet-user: Filebucket: 0.00", "<13>Oct 7 23:05:34 puppet-user: Schedule: 0.00", "<13>Oct 7 23:05:34 puppet-user: Package: 0.00", "<13>Oct 7 23:05:34 puppet-user: File line: 0.00", "<13>Oct 7 23:05:34 puppet-user: File: 0.00", "<13>Oct 7 23:05:34 puppet-user: Augeas: 0.01", "<13>Oct 7 23:05:34 puppet-user: User: 0.01", "<13>Oct 7 23:05:34 puppet-user: Service: 0.07", "<13>Oct 7 23:05:34 puppet-user: Config retrieval: 0.47", "<13>Oct 7 23:05:34 puppet-user: Pcmk property: 1.61", "<13>Oct 7 23:05:34 puppet-user: Exec: 1.95", "<13>Oct 7 23:05:34 puppet-user: Transaction evaluation: 10.19", "<13>Oct 7 23:05:34 puppet-user: Catalog application: 10.20", "<13>Oct 7 23:05:34 puppet-user: Last run: 1759878334", "<13>Oct 7 23:05:34 puppet-user: Pcmk resource default: 3.07", "<13>Oct 7 23:05:34 puppet-user: Pcmk resource op default: 3.23", "<13>Oct 7 23:05:34 puppet-user: Total: 10.21", "<13>Oct 7 23:05:34 puppet-user: Version:", "<13>Oct 7 23:05:34 puppet-user: Config: 1759878323", "<13>Oct 7 23:05:34 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 23:05:39.976339 | fa163e05-2da9-b31b-ab8f-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:13.453445 | 0.08s 2025-10-07 23:05:40.006283 | fa163e05-2da9-b31b-ab8f-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-07 23:05:40.035422 | fa163e05-2da9-b31b-ab8f-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:13.512529 | 0.03s 2025-10-07 23:05:40.103164 | fa163e05-2da9-b31b-ab8f-00000000354c | TASK | Gather variables for each operating system 2025-10-07 23:05:40.219722 | fa163e05-2da9-b31b-ab8f-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:13.696827 | 0.12s 2025-10-07 23:05:40.249492 | fa163e05-2da9-b31b-ab8f-00000000354d | TASK | Create puppet caching structures 2025-10-07 23:05:40.524519 | fa163e05-2da9-b31b-ab8f-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-07 23:05:40.526017 | fa163e05-2da9-b31b-ab8f-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:14.003126 | 0.28s 2025-10-07 23:05:40.556783 | fa163e05-2da9-b31b-ab8f-00000000354e | TASK | Check for facter.conf 2025-10-07 23:05:40.821243 | fa163e05-2da9-b31b-ab8f-00000000354e | OK | Check for facter.conf | standalone 2025-10-07 23:05:40.822678 | fa163e05-2da9-b31b-ab8f-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:14.299789 | 0.26s 2025-10-07 23:05:40.852229 | fa163e05-2da9-b31b-ab8f-00000000354f | TASK | Remove facter.conf if directory 2025-10-07 23:05:40.903245 | fa163e05-2da9-b31b-ab8f-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 23:05:40.904874 | fa163e05-2da9-b31b-ab8f-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:14.381982 | 0.05s 2025-10-07 23:05:40.935050 | fa163e05-2da9-b31b-ab8f-000000003550 | TASK | Write facter cache config 2025-10-07 23:05:41.443895 | fa163e05-2da9-b31b-ab8f-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-07 23:05:41.445048 | fa163e05-2da9-b31b-ab8f-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:14.922165 | 0.51s 2025-10-07 23:05:41.472170 | fa163e05-2da9-b31b-ab8f-000000003551 | TASK | Cleanup facter cache if exists 2025-10-07 23:05:41.719583 | fa163e05-2da9-b31b-ab8f-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-07 23:05:41.721108 | fa163e05-2da9-b31b-ab8f-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:15.198218 | 0.25s 2025-10-07 23:05:41.751242 | fa163e05-2da9-b31b-ab8f-000000003552 | TASK | Pre-cache facts 2025-10-07 23:05:42.434338 | fa163e05-2da9-b31b-ab8f-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-07 23:05:42.435329 | fa163e05-2da9-b31b-ab8f-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:15.912445 | 0.68s 2025-10-07 23:05:42.459434 | fa163e05-2da9-b31b-ab8f-000000003553 | TASK | Failed deployment if facter fails 2025-10-07 23:05:42.498081 | fa163e05-2da9-b31b-ab8f-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 23:05:42.499107 | fa163e05-2da9-b31b-ab8f-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:15.976222 | 0.04s 2025-10-07 23:05:42.533527 | fa163e05-2da9-b31b-ab8f-000000003554 | TASK | Sync cached facts 2025-10-07 23:05:42.869896 | fa163e05-2da9-b31b-ab8f-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-000000003554') missing from stats 2025-10-07 23:05:42.928364 | fa163e05-2da9-b31b-ab8f-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 23:05:42.984183 | fa163e05-2da9-b31b-ab8f-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-07 23:05:42.985718 | fa163e05-2da9-b31b-ab8f-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:16.462823 | 0.06s 2025-10-07 23:05:43.017501 | fa163e05-2da9-b31b-ab8f-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-07 23:05:43.050610 | fa163e05-2da9-b31b-ab8f-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:16.527716 | 0.03s 2025-10-07 23:05:43.118650 | fa163e05-2da9-b31b-ab8f-0000000035ab | TASK | Gather variables for each operating system 2025-10-07 23:05:43.238079 | fa163e05-2da9-b31b-ab8f-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:16.715175 | 0.12s 2025-10-07 23:05:43.269373 | fa163e05-2da9-b31b-ab8f-0000000035ac | TASK | Create container logs path 2025-10-07 23:05:43.560323 | fa163e05-2da9-b31b-ab8f-0000000035ac | OK | Create container logs path | standalone 2025-10-07 23:05:43.562185 | fa163e05-2da9-b31b-ab8f-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:17.039292 | 0.29s 2025-10-07 23:05:43.596245 | fa163e05-2da9-b31b-ab8f-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 23:05:43.857406 | fa163e05-2da9-b31b-ab8f-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-07 23:05:43.858711 | fa163e05-2da9-b31b-ab8f-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:17.335820 | 0.26s 2025-10-07 23:05:43.890615 | fa163e05-2da9-b31b-ab8f-0000000035af | TASK | Finalise hashes for all containers 2025-10-07 23:05:43.980313 | fa163e05-2da9-b31b-ab8f-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-07 23:05:43.981660 | fa163e05-2da9-b31b-ab8f-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:17.458768 | 0.09s 2025-10-07 23:05:44.012272 | fa163e05-2da9-b31b-ab8f-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-07 23:05:44.045931 | fa163e05-2da9-b31b-ab8f-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:17.523034 | 0.03s 2025-10-07 23:05:44.081200 | af92495e-5cd8-4550-a28e-d6e8a1e10544 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 23:05:44.109452 | fa163e05-2da9-b31b-ab8f-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 23:05:44.363754 | fa163e05-2da9-b31b-ab8f-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 23:05:44.365498 | fa163e05-2da9-b31b-ab8f-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:17.842605 | 0.26s 2025-10-07 23:05:44.398017 | fa163e05-2da9-b31b-ab8f-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-07 23:05:44.471919 | fa163e05-2da9-b31b-ab8f-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-07 23:05:44.473560 | fa163e05-2da9-b31b-ab8f-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:17.950669 | 0.07s 2025-10-07 23:05:44.505007 | fa163e05-2da9-b31b-ab8f-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 23:05:45.044676 | fa163e05-2da9-b31b-ab8f-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 23:05:45.047484 | fa163e05-2da9-b31b-ab8f-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:18.524587 | 0.54s 2025-10-07 23:05:45.552244 | fa163e05-2da9-b31b-ab8f-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 23:05:45.555305 | fa163e05-2da9-b31b-ab8f-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:19.032408 | 1.05s 2025-10-07 23:05:45.563825 | fa163e05-2da9-b31b-ab8f-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:19.040946 | 1.06s 2025-10-07 23:05:45.589408 | fa163e05-2da9-b31b-ab8f-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 23:05:46.174529 | fa163e05-2da9-b31b-ab8f-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 23:05:46.175967 | fa163e05-2da9-b31b-ab8f-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:19.653065 | 0.59s 2025-10-07 23:05:46.199418 | fa163e05-2da9-b31b-ab8f-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 23:05:46.700266 | fa163e05-2da9-b31b-ab8f-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 23:05:46.701717 | fa163e05-2da9-b31b-ab8f-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:20.178826 | 0.50s 2025-10-07 23:05:46.732336 | fa163e05-2da9-b31b-ab8f-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-07 23:05:47.453086 | fa163e05-2da9-b31b-ab8f-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-07 23:05:47.454882 | fa163e05-2da9-b31b-ab8f-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:20.931992 | 0.72s 2025-10-07 23:05:47.485414 | fa163e05-2da9-b31b-ab8f-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 23:05:48.037164 | fa163e05-2da9-b31b-ab8f-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 23:05:48.038580 | fa163e05-2da9-b31b-ab8f-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:21.515691 | 0.55s 2025-10-07 23:05:48.071548 | fa163e05-2da9-b31b-ab8f-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 23:05:48.643798 | fa163e05-2da9-b31b-ab8f-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 23:05:48.644665 | fa163e05-2da9-b31b-ab8f-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:22.121784 | 0.57s 2025-10-07 23:05:48.664313 | fa163e05-2da9-b31b-ab8f-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-07 23:05:49.458505 | fa163e05-2da9-b31b-ab8f-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 23:05:49.460445 | fa163e05-2da9-b31b-ab8f-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:22.937563 | 0.80s 2025-10-07 23:05:49.481236 | fa163e05-2da9-b31b-ab8f-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-07 23:05:49.541388 | fa163e05-2da9-b31b-ab8f-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:23.018462 | 0.06s 2025-10-07 23:05:49.564281 | cdb035ce-9b1c-48c7-bbca-c56e99197c5e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 23:05:49.600878 | fa163e05-2da9-b31b-ab8f-000000003615 | TASK | Update config hashes for container startup configs 2025-10-07 23:05:49.949934 | fa163e05-2da9-b31b-ab8f-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-07 23:05:49.951324 | fa163e05-2da9-b31b-ab8f-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:23.428436 | 0.35s 2025-10-07 23:05:49.985399 | fa163e05-2da9-b31b-ab8f-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 23:05:50.041388 | fa163e05-2da9-b31b-ab8f-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:23.518484 | 0.05s 2025-10-07 23:05:50.067537 | 1a56d504-a41e-435d-9b33-e45a05f8fb17 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 23:05:50.106730 | fa163e05-2da9-b31b-ab8f-000000003634 | TASK | Gather podman infos 2025-10-07 23:05:51.181786 | fa163e05-2da9-b31b-ab8f-000000003634 | OK | Gather podman infos | standalone 2025-10-07 23:05:51.182985 | fa163e05-2da9-b31b-ab8f-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:24.660059 | 1.07s 2025-10-07 23:05:51.254226 | fa163e05-2da9-b31b-ab8f-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 23:05:51.320649 | fa163e05-2da9-b31b-ab8f-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:24.797751 | 0.06s 2025-10-07 23:05:51.458555 | fa163e05-2da9-b31b-ab8f-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:24.935648 | 0.07s 2025-10-07 23:05:51.520481 | fa163e05-2da9-b31b-ab8f-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 23:05:51.577379 | fa163e05-2da9-b31b-ab8f-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:25.054472 | 0.05s 2025-10-07 23:05:51.603765 | 0b166594-7ee8-4977-934c-bbbae0e94fa5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 23:05:51.639196 | fa163e05-2da9-b31b-ab8f-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 23:06:08.425660 | fa163e05-2da9-b31b-ab8f-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-07 23:06:08.427561 | fa163e05-2da9-b31b-ab8f-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:41.904677 | 16.79s 2025-10-07 23:06:08.452073 | fa163e05-2da9-b31b-ab8f-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-07 23:06:11.304369 | fa163e05-2da9-b31b-ab8f-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-07 23:06:11.305986 | fa163e05-2da9-b31b-ab8f-0000000036a5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:44.783070 | 2.85s 2025-10-07 23:06:11.379825 | fa163e05-2da9-b31b-ab8f-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-07 23:06:11.611509 | fa163e05-2da9-b31b-ab8f-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-07 23:06:11.613017 | fa163e05-2da9-b31b-ab8f-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:45.090127 | 0.23s 2025-10-07 23:06:11.662117 | fa163e05-2da9-b31b-ab8f-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-07 23:06:11.715873 | fa163e05-2da9-b31b-ab8f-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:45.192974 | 0.05s 2025-10-07 23:06:11.748076 | fa163e05-2da9-b31b-ab8f-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-07 23:06:11.792454 | fa163e05-2da9-b31b-ab8f-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:45.269559 | 0.04s 2025-10-07 23:06:11.821086 | d482caf2-f8a4-4c49-9bf0-4ca3150e3158 | INCLUDED | /root/standalone-ansible-lus4j9ue/host-container-puppet-tasks.yaml | standalone 2025-10-07 23:06:11.875496 | fa163e05-2da9-b31b-ab8f-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-07 23:06:12.424194 | fa163e05-2da9-b31b-ab8f-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-07 23:06:12.425922 | fa163e05-2da9-b31b-ab8f-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:45.903031 | 0.55s 2025-10-07 23:06:12.457974 | fa163e05-2da9-b31b-ab8f-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-07 23:06:12.743616 | fa163e05-2da9-b31b-ab8f-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-07 23:06:12.745117 | fa163e05-2da9-b31b-ab8f-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:46.222227 | 0.29s 2025-10-07 23:06:12.776576 | fa163e05-2da9-b31b-ab8f-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-07 23:06:12.806567 | fa163e05-2da9-b31b-ab8f-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:46.283673 | 0.03s 2025-10-07 23:06:12.875582 | fa163e05-2da9-b31b-ab8f-000000003722 | TASK | Gather variables for each operating system 2025-10-07 23:06:12.998922 | fa163e05-2da9-b31b-ab8f-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:46.476022 | 0.12s 2025-10-07 23:06:13.029526 | fa163e05-2da9-b31b-ab8f-000000003723 | TASK | Create container logs path 2025-10-07 23:06:13.265453 | fa163e05-2da9-b31b-ab8f-000000003723 | OK | Create container logs path | standalone 2025-10-07 23:06:13.266912 | fa163e05-2da9-b31b-ab8f-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:46.744020 | 0.24s 2025-10-07 23:06:13.300621 | fa163e05-2da9-b31b-ab8f-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-07 23:06:13.522798 | fa163e05-2da9-b31b-ab8f-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-07 23:06:13.524115 | fa163e05-2da9-b31b-ab8f-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:47.001227 | 0.22s 2025-10-07 23:06:13.554873 | fa163e05-2da9-b31b-ab8f-000000003726 | TASK | Finalise hashes for all containers 2025-10-07 23:06:13.585784 | fa163e05-2da9-b31b-ab8f-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:06:13.587194 | fa163e05-2da9-b31b-ab8f-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:47.064299 | 0.03s 2025-10-07 23:06:13.617698 | fa163e05-2da9-b31b-ab8f-000000003728 | TASK | Manage systemd shutdown files 2025-10-07 23:06:13.649036 | fa163e05-2da9-b31b-ab8f-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 23:06:13.650189 | fa163e05-2da9-b31b-ab8f-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:47.127300 | 0.03s 2025-10-07 23:06:13.680127 | fa163e05-2da9-b31b-ab8f-00000000372a | TASK | Update container configs with new config hashes 2025-10-07 23:06:13.732541 | fa163e05-2da9-b31b-ab8f-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 23:06:13.733992 | fa163e05-2da9-b31b-ab8f-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:47.211063 | 0.05s 2025-10-07 23:06:13.766440 | fa163e05-2da9-b31b-ab8f-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-07 23:06:13.818740 | fa163e05-2da9-b31b-ab8f-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-07 23:06:13.820080 | fa163e05-2da9-b31b-ab8f-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:47.297190 | 0.05s 2025-10-07 23:06:13.853648 | fa163e05-2da9-b31b-ab8f-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-07 23:06:13.905043 | fa163e05-2da9-b31b-ab8f-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-07 23:06:13.906348 | fa163e05-2da9-b31b-ab8f-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:47.383459 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-07 23:06:14.071919 | fa163e05-2da9-b31b-ab8f-0000000000d2 | TASK | External deployment step 3 2025-10-07 23:06:14.099984 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000d2') missing from stats 2025-10-07 23:06:14.153415 | fa163e05-2da9-b31b-ab8f-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:47.630516 | 0.04s 2025-10-07 23:06:14.163831 | 3d62ebf8-1831-442b-9bcc-6e6096041d61 | INCLUDED | /root/standalone-ansible-lus4j9ue/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-07 23:06:14.185519 | fa163e05-2da9-b31b-ab8f-00000000377b | TASK | Pause cephadm 2025-10-07 23:06:14.237477 | fa163e05-2da9-b31b-ab8f-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-07 23:06:14.238614 | fa163e05-2da9-b31b-ab8f-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:47.715724 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-07 23:06:14.377554 | fa163e05-2da9-b31b-ab8f-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-07 23:06:14.408271 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000d6') missing from stats 2025-10-07 23:06:14.432356 | fa163e05-2da9-b31b-ab8f-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-07 23:06:14.959858 | fa163e05-2da9-b31b-ab8f-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-07 23:06:14.961397 | fa163e05-2da9-b31b-ab8f-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:48.438507 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 23:06:15.035295 | fa163e05-2da9-b31b-ab8f-0000000000d8 | TIMING | include_tasks | standalone | 0:17:48.512391 | 0.04s 2025-10-07 23:06:15.063581 | 11c11036-2326-466b-a887-2af5986f6f21 | INCLUDED | /root/standalone-ansible-lus4j9ue/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-07 23:06:15.096628 | fa163e05-2da9-b31b-ab8f-00000000379a | TASK | Start OVN container 2025-10-07 23:06:15.177623 | fa163e05-2da9-b31b-ab8f-00000000379a | TIMING | Start OVN container | standalone | 0:17:48.654713 | 0.08s 2025-10-07 23:06:15.208019 | fa163e05-2da9-b31b-ab8f-00000000379a | TIMING | Start OVN container | standalone | 0:17:48.685135 | 0.11s 2025-10-07 23:06:15.233089 | fa163e05-2da9-b31b-ab8f-00000000379a | TIMING | Start OVN container | standalone | 0:17:48.710207 | 0.13s 2025-10-07 23:06:15.245248 | fa163e05-2da9-b31b-ab8f-00000000379a | TIMING | Start OVN container | standalone | 0:17:48.722353 | 0.15s 2025-10-07 23:06:15.366812 | fa163e05-2da9-b31b-ab8f-0000000037d2 | TASK | Gather variables for each operating system 2025-10-07 23:06:15.481596 | fa163e05-2da9-b31b-ab8f-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:48.958690 | 0.11s 2025-10-07 23:06:15.512500 | fa163e05-2da9-b31b-ab8f-0000000037d3 | TASK | Create container logs path 2025-10-07 23:06:15.747821 | fa163e05-2da9-b31b-ab8f-0000000037d3 | OK | Create container logs path | standalone 2025-10-07 23:06:15.749289 | fa163e05-2da9-b31b-ab8f-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:49.226399 | 0.24s 2025-10-07 23:06:15.781257 | fa163e05-2da9-b31b-ab8f-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:16.106325 | fa163e05-2da9-b31b-ab8f-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:16.107678 | fa163e05-2da9-b31b-ab8f-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.584790 | 0.32s 2025-10-07 23:06:16.138092 | fa163e05-2da9-b31b-ab8f-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-07 23:06:16.254096 | fa163e05-2da9-b31b-ab8f-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:06:16.255396 | fa163e05-2da9-b31b-ab8f-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:49.732507 | 0.12s 2025-10-07 23:06:16.286160 | fa163e05-2da9-b31b-ab8f-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-07 23:06:16.339620 | fa163e05-2da9-b31b-ab8f-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 23:06:16.340867 | fa163e05-2da9-b31b-ab8f-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:49.817977 | 0.05s 2025-10-07 23:06:16.373986 | fa163e05-2da9-b31b-ab8f-0000000037da | TASK | Update container configs with new config hashes 2025-10-07 23:06:16.446333 | fa163e05-2da9-b31b-ab8f-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 23:06:16.447561 | fa163e05-2da9-b31b-ab8f-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:49.924671 | 0.07s 2025-10-07 23:06:16.479693 | fa163e05-2da9-b31b-ab8f-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:16.552547 | fa163e05-2da9-b31b-ab8f-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.029608 | 0.07s 2025-10-07 23:06:16.579215 | f2a15157-4c65-4973-be4f-1e4067dc5234 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 23:06:16.617065 | fa163e05-2da9-b31b-ab8f-000000003867 | TASK | Gather podman infos 2025-10-07 23:06:17.846038 | fa163e05-2da9-b31b-ab8f-000000003867 | OK | Gather podman infos | standalone 2025-10-07 23:06:17.847214 | fa163e05-2da9-b31b-ab8f-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:51.324328 | 1.23s 2025-10-07 23:06:17.950470 | fa163e05-2da9-b31b-ab8f-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:18.041536 | fa163e05-2da9-b31b-ab8f-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:51.518638 | 0.09s 2025-10-07 23:06:18.190823 | fa163e05-2da9-b31b-ab8f-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:51.667916 | 0.09s 2025-10-07 23:06:18.253616 | fa163e05-2da9-b31b-ab8f-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:18.327845 | fa163e05-2da9-b31b-ab8f-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:51.804947 | 0.07s 2025-10-07 23:06:18.353313 | 850613ce-d0f3-4cf3-a02c-03942974da67 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 23:06:18.393526 | fa163e05-2da9-b31b-ab8f-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:19.339812 | fa163e05-2da9-b31b-ab8f-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:19.341426 | fa163e05-2da9-b31b-ab8f-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:52.818530 | 0.95s 2025-10-07 23:06:19.374280 | fa163e05-2da9-b31b-ab8f-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:22.305297 | fa163e05-2da9-b31b-ab8f-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:22.307080 | fa163e05-2da9-b31b-ab8f-0000000038d3 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:55.784185 | 2.93s 2025-10-07 23:06:22.363493 | fa163e05-2da9-b31b-ab8f-0000000037fd | TASK | Gather variables for each operating system 2025-10-07 23:06:22.489273 | fa163e05-2da9-b31b-ab8f-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:55.966372 | 0.12s 2025-10-07 23:06:22.520269 | fa163e05-2da9-b31b-ab8f-0000000037fe | TASK | Create container logs path 2025-10-07 23:06:22.774707 | fa163e05-2da9-b31b-ab8f-0000000037fe | OK | Create container logs path | standalone 2025-10-07 23:06:22.776227 | fa163e05-2da9-b31b-ab8f-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:56.253333 | 0.25s 2025-10-07 23:06:22.810417 | fa163e05-2da9-b31b-ab8f-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:23.130640 | fa163e05-2da9-b31b-ab8f-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:23.131883 | fa163e05-2da9-b31b-ab8f-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:56.608994 | 0.32s 2025-10-07 23:06:23.162114 | fa163e05-2da9-b31b-ab8f-000000003801 | TASK | Finalise hashes for all containers 2025-10-07 23:06:23.265010 | fa163e05-2da9-b31b-ab8f-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:06:23.266117 | fa163e05-2da9-b31b-ab8f-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:56.743228 | 0.10s 2025-10-07 23:06:23.297125 | fa163e05-2da9-b31b-ab8f-000000003803 | TASK | Manage systemd shutdown files 2025-10-07 23:06:23.351988 | fa163e05-2da9-b31b-ab8f-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 23:06:23.353153 | fa163e05-2da9-b31b-ab8f-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:56.830262 | 0.05s 2025-10-07 23:06:23.382991 | fa163e05-2da9-b31b-ab8f-000000003805 | TASK | Update container configs with new config hashes 2025-10-07 23:06:23.448055 | fa163e05-2da9-b31b-ab8f-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 23:06:23.449148 | fa163e05-2da9-b31b-ab8f-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:56.926258 | 0.06s 2025-10-07 23:06:23.480677 | fa163e05-2da9-b31b-ab8f-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:23.546420 | fa163e05-2da9-b31b-ab8f-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:57.023526 | 0.06s 2025-10-07 23:06:23.571349 | 15f7d614-d197-434a-ae61-2668794d44b7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 23:06:23.602372 | fa163e05-2da9-b31b-ab8f-00000000391e | TASK | Gather podman infos 2025-10-07 23:06:24.845340 | fa163e05-2da9-b31b-ab8f-00000000391e | OK | Gather podman infos | standalone 2025-10-07 23:06:24.846426 | fa163e05-2da9-b31b-ab8f-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:58.323539 | 1.24s 2025-10-07 23:06:24.934805 | fa163e05-2da9-b31b-ab8f-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:25.028146 | fa163e05-2da9-b31b-ab8f-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:58.505248 | 0.09s 2025-10-07 23:06:25.189126 | fa163e05-2da9-b31b-ab8f-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:58.666229 | 0.09s 2025-10-07 23:06:25.234830 | fa163e05-2da9-b31b-ab8f-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:25.305426 | fa163e05-2da9-b31b-ab8f-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:58.782538 | 0.07s 2025-10-07 23:06:25.323129 | f1cc26dd-0351-4ba4-95d8-6ee66c276285 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 23:06:25.353362 | fa163e05-2da9-b31b-ab8f-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:26.299851 | fa163e05-2da9-b31b-ab8f-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:26.301489 | fa163e05-2da9-b31b-ab8f-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:59.778600 | 0.95s 2025-10-07 23:06:26.333018 | fa163e05-2da9-b31b-ab8f-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:29.311741 | fa163e05-2da9-b31b-ab8f-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:29.313274 | fa163e05-2da9-b31b-ab8f-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:02.790386 | 2.98s 2025-10-07 23:06:29.369527 | fa163e05-2da9-b31b-ab8f-000000003828 | TASK | Gather variables for each operating system 2025-10-07 23:06:29.495155 | fa163e05-2da9-b31b-ab8f-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:02.972255 | 0.12s 2025-10-07 23:06:29.526042 | fa163e05-2da9-b31b-ab8f-000000003829 | TASK | Create container logs path 2025-10-07 23:06:29.785444 | fa163e05-2da9-b31b-ab8f-000000003829 | OK | Create container logs path | standalone 2025-10-07 23:06:29.786770 | fa163e05-2da9-b31b-ab8f-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:03.263881 | 0.26s 2025-10-07 23:06:29.819663 | fa163e05-2da9-b31b-ab8f-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:30.139088 | fa163e05-2da9-b31b-ab8f-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:30.140476 | fa163e05-2da9-b31b-ab8f-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:03.617581 | 0.32s 2025-10-07 23:06:30.171040 | fa163e05-2da9-b31b-ab8f-00000000382c | TASK | Finalise hashes for all containers 2025-10-07 23:06:30.277196 | fa163e05-2da9-b31b-ab8f-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-07 23:06:30.278649 | fa163e05-2da9-b31b-ab8f-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:03.755752 | 0.11s 2025-10-07 23:06:30.309880 | fa163e05-2da9-b31b-ab8f-00000000382e | TASK | Manage systemd shutdown files 2025-10-07 23:06:30.363655 | fa163e05-2da9-b31b-ab8f-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 23:06:30.365234 | fa163e05-2da9-b31b-ab8f-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:03.842336 | 0.05s 2025-10-07 23:06:30.399445 | fa163e05-2da9-b31b-ab8f-000000003830 | TASK | Update container configs with new config hashes 2025-10-07 23:06:30.457214 | fa163e05-2da9-b31b-ab8f-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 23:06:30.458781 | fa163e05-2da9-b31b-ab8f-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:03.935883 | 0.06s 2025-10-07 23:06:30.491842 | fa163e05-2da9-b31b-ab8f-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:30.565343 | fa163e05-2da9-b31b-ab8f-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:04.042445 | 0.07s 2025-10-07 23:06:30.593702 | 400e6d39-05ea-4c37-8af2-53fb3ecfc731 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 23:06:30.632318 | fa163e05-2da9-b31b-ab8f-0000000039d0 | TASK | Gather podman infos 2025-10-07 23:06:31.874047 | fa163e05-2da9-b31b-ab8f-0000000039d0 | OK | Gather podman infos | standalone 2025-10-07 23:06:31.875195 | fa163e05-2da9-b31b-ab8f-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:05.352308 | 1.24s 2025-10-07 23:06:31.967343 | fa163e05-2da9-b31b-ab8f-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:32.057925 | fa163e05-2da9-b31b-ab8f-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:05.535035 | 0.08s 2025-10-07 23:06:32.185817 | fa163e05-2da9-b31b-ab8f-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:05.662914 | 0.09s 2025-10-07 23:06:32.244266 | fa163e05-2da9-b31b-ab8f-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:32.318643 | fa163e05-2da9-b31b-ab8f-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:05.795746 | 0.07s 2025-10-07 23:06:32.341878 | 19422afa-5ecc-419b-be27-a96ff9886bdd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 23:06:32.376436 | fa163e05-2da9-b31b-ab8f-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:33.480741 | fa163e05-2da9-b31b-ab8f-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:33.482409 | fa163e05-2da9-b31b-ab8f-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:06.959518 | 1.10s 2025-10-07 23:06:33.515308 | fa163e05-2da9-b31b-ab8f-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-07 23:06:36.459657 | fa163e05-2da9-b31b-ab8f-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-07 23:06:36.462729 | fa163e05-2da9-b31b-ab8f-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:09.939839 | 2.95s 2025-10-07 23:06:36.521813 | fa163e05-2da9-b31b-ab8f-00000000379c | TASK | Set NB connection 2025-10-07 23:06:36.983448 | fa163e05-2da9-b31b-ab8f-00000000379c | CHANGED | Set NB connection | standalone 2025-10-07 23:06:36.985213 | fa163e05-2da9-b31b-ab8f-00000000379c | TIMING | Set NB connection | standalone | 0:18:10.462321 | 0.46s 2025-10-07 23:06:37.014624 | fa163e05-2da9-b31b-ab8f-00000000379d | TASK | Set SB connection 2025-10-07 23:06:37.452529 | fa163e05-2da9-b31b-ab8f-00000000379d | CHANGED | Set SB connection | standalone 2025-10-07 23:06:37.453973 | fa163e05-2da9-b31b-ab8f-00000000379d | TIMING | Set SB connection | standalone | 0:18:10.931054 | 0.44s 2025-10-07 23:06:37.484319 | fa163e05-2da9-b31b-ab8f-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-07 23:06:37.712466 | fa163e05-2da9-b31b-ab8f-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-07 23:06:37.713893 | fa163e05-2da9-b31b-ab8f-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:11.191006 | 0.23s 2025-10-07 23:06:37.793872 | fa163e05-2da9-b31b-ab8f-0000000000db | TIMING | include_tasks | standalone | 0:18:11.270979 | 0.05s 2025-10-07 23:06:37.834527 | 6e23d259-e46a-4eca-ac35-c5e71de2f379 | INCLUDED | /root/standalone-ansible-lus4j9ue/common_deploy_steps_tasks.yaml | standalone 2025-10-07 23:06:37.913419 | fa163e05-2da9-b31b-ab8f-000000003a7c | TASK | Write the config_step hieradata 2025-10-07 23:06:38.388939 | fa163e05-2da9-b31b-ab8f-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-07 23:06:38.390306 | fa163e05-2da9-b31b-ab8f-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:18:11.867415 | 0.48s 2025-10-07 23:06:38.420341 | fa163e05-2da9-b31b-ab8f-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-07 23:06:38.776858 | fa163e05-2da9-b31b-ab8f-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-07 23:06:38.778146 | fa163e05-2da9-b31b-ab8f-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:12.255256 | 0.36s 2025-10-07 23:06:38.806748 | fa163e05-2da9-b31b-ab8f-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-07 23:06:39.079060 | fa163e05-2da9-b31b-ab8f-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 23:06:49.301408 | fa163e05-2da9-b31b-ab8f-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 23:06:59.528653 | fa163e05-2da9-b31b-ab8f-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 23:06:59.530235 | fa163e05-2da9-b31b-ab8f-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:33.007344 | 20.72s 2025-10-07 23:06:59.561820 | fa163e05-2da9-b31b-ab8f-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-07 23:06:59.649289 | fa163e05-2da9-b31b-ab8f-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 7 23:06:38 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 23:06:43 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 23:06:43 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 23:06:43 puppet-user: (file & line not available)", "<13>Oct 7 23:06:43 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 7 23:06:43 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 7 23:06:43 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 23:06:43 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Oct 7 23:06:47 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 7 23:06:50 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 7 23:06:51 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 23:06:51 puppet-user: Notice: Applied catalog in 8.11 seconds", "<13>Oct 7 23:06:51 puppet-user: Application:", "<13>Oct 7 23:06:51 puppet-user: Initial environment: production", "<13>Oct 7 23:06:51 puppet-user: Converged environment: production", "<13>Oct 7 23:06:51 puppet-user: Run mode: user", "<13>Oct 7 23:06:51 puppet-user: Changes:", "<13>Oct 7 23:06:51 puppet-user: Total: 2", "<13>Oct 7 23:06:51 puppet-user: Events:", "<13>Oct 7 23:06:51 puppet-user: Success: 2", "<13>Oct 7 23:06:51 puppet-user: Resources:", "<13>Oct 7 23:06:51 puppet-user: Changed: 2", "<13>Oct 7 23:06:51 puppet-user: Out of sync: 2", "<13>Oct 7 23:06:51 puppet-user: Total: 28", "<13>Oct 7 23:06:51 puppet-user: Time:", "<13>Oct 7 23:06:51 puppet-user: Filebucket: 0.00", "<13>Oct 7 23:06:51 puppet-user: Schedule: 0.00", "<13>Oct 7 23:06:51 puppet-user: File line: 0.00", "<13>Oct 7 23:06:51 puppet-user: Package: 0.00", "<13>Oct 7 23:06:51 puppet-user: File: 0.00", "<13>Oct 7 23:06:51 puppet-user: Augeas: 0.01", "<13>Oct 7 23:06:51 puppet-user: User: 0.04", "<13>Oct 7 23:06:51 puppet-user: Service: 0.06", "<13>Oct 7 23:06:51 puppet-user: Config retrieval: 0.46", "<13>Oct 7 23:06:51 puppet-user: Pcmk property: 1.53", "<13>Oct 7 23:06:51 puppet-user: Exec: 1.83", "<13>Oct 7 23:06:51 puppet-user: Last run: 1759878411", "<13>Oct 7 23:06:51 puppet-user: Pcmk resource op default: 2.19", "<13>Oct 7 23:06:51 puppet-user: Pcmk resource default: 2.23", "<13>Oct 7 23:06:51 puppet-user: Transaction evaluation: 8.09", "<13>Oct 7 23:06:51 puppet-user: Catalog application: 8.11", "<13>Oct 7 23:06:51 puppet-user: Total: 8.11", "<13>Oct 7 23:06:51 puppet-user: Version:", "<13>Oct 7 23:06:51 puppet-user: Config: 1759878403", "<13>Oct 7 23:06:51 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 23:06:59.650713 | fa163e05-2da9-b31b-ab8f-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:33.127823 | 0.09s 2025-10-07 23:06:59.680906 | fa163e05-2da9-b31b-ab8f-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-07 23:06:59.711137 | fa163e05-2da9-b31b-ab8f-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:33.188242 | 0.03s 2025-10-07 23:06:59.784167 | fa163e05-2da9-b31b-ab8f-000000003abf | TASK | Gather variables for each operating system 2025-10-07 23:06:59.886299 | fa163e05-2da9-b31b-ab8f-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:33.363408 | 0.10s 2025-10-07 23:06:59.909764 | fa163e05-2da9-b31b-ab8f-000000003ac0 | TASK | Create puppet caching structures 2025-10-07 23:07:00.166391 | fa163e05-2da9-b31b-ab8f-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-07 23:07:00.167373 | fa163e05-2da9-b31b-ab8f-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:33.644492 | 0.26s 2025-10-07 23:07:00.191320 | fa163e05-2da9-b31b-ab8f-000000003ac1 | TASK | Check for facter.conf 2025-10-07 23:07:00.441365 | fa163e05-2da9-b31b-ab8f-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-07 23:07:00.442264 | fa163e05-2da9-b31b-ab8f-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:33.919384 | 0.25s 2025-10-07 23:07:00.462222 | fa163e05-2da9-b31b-ab8f-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-07 23:07:00.511057 | fa163e05-2da9-b31b-ab8f-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 23:07:00.512155 | fa163e05-2da9-b31b-ab8f-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:33.989270 | 0.05s 2025-10-07 23:07:00.535162 | fa163e05-2da9-b31b-ab8f-000000003ac3 | TASK | Write facter cache config 2025-10-07 23:07:01.005570 | fa163e05-2da9-b31b-ab8f-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-07 23:07:01.007080 | fa163e05-2da9-b31b-ab8f-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:34.484190 | 0.47s 2025-10-07 23:07:01.036717 | fa163e05-2da9-b31b-ab8f-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-07 23:07:01.301599 | fa163e05-2da9-b31b-ab8f-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-07 23:07:01.302914 | fa163e05-2da9-b31b-ab8f-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:34.780026 | 0.26s 2025-10-07 23:07:01.333144 | fa163e05-2da9-b31b-ab8f-000000003ac5 | TASK | Pre-cache facts 2025-10-07 23:07:01.945000 | fa163e05-2da9-b31b-ab8f-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-07 23:07:01.946303 | fa163e05-2da9-b31b-ab8f-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:35.423415 | 0.61s 2025-10-07 23:07:01.977993 | fa163e05-2da9-b31b-ab8f-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-07 23:07:02.012858 | fa163e05-2da9-b31b-ab8f-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 23:07:02.014068 | fa163e05-2da9-b31b-ab8f-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:35.491178 | 0.03s 2025-10-07 23:07:02.059659 | fa163e05-2da9-b31b-ab8f-000000003ac7 | TASK | Sync cached facts 2025-10-07 23:07:02.382711 | fa163e05-2da9-b31b-ab8f-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-000000003ac7') missing from stats 2025-10-07 23:07:02.439263 | fa163e05-2da9-b31b-ab8f-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 23:07:02.491338 | fa163e05-2da9-b31b-ab8f-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-07 23:07:02.492480 | fa163e05-2da9-b31b-ab8f-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:35.969589 | 0.05s 2025-10-07 23:07:02.523616 | fa163e05-2da9-b31b-ab8f-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-07 23:07:02.553068 | fa163e05-2da9-b31b-ab8f-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:36.030172 | 0.03s 2025-10-07 23:07:02.620684 | fa163e05-2da9-b31b-ab8f-000000003b1e | TASK | Gather variables for each operating system 2025-10-07 23:07:02.704747 | fa163e05-2da9-b31b-ab8f-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:36.181852 | 0.08s 2025-10-07 23:07:02.734374 | fa163e05-2da9-b31b-ab8f-000000003b1f | TASK | Create container logs path 2025-10-07 23:07:02.976750 | fa163e05-2da9-b31b-ab8f-000000003b1f | OK | Create container logs path | standalone 2025-10-07 23:07:02.978156 | fa163e05-2da9-b31b-ab8f-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:36.455246 | 0.24s 2025-10-07 23:07:03.010155 | fa163e05-2da9-b31b-ab8f-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 23:07:03.290504 | fa163e05-2da9-b31b-ab8f-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-07 23:07:03.291662 | fa163e05-2da9-b31b-ab8f-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:36.768772 | 0.28s 2025-10-07 23:07:03.323395 | fa163e05-2da9-b31b-ab8f-000000003b22 | TASK | Finalise hashes for all containers 2025-10-07 23:07:03.423055 | fa163e05-2da9-b31b-ab8f-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:07:03.424180 | fa163e05-2da9-b31b-ab8f-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:36.901290 | 0.10s 2025-10-07 23:07:03.453561 | fa163e05-2da9-b31b-ab8f-000000003b24 | TASK | Manage systemd shutdown files 2025-10-07 23:07:03.488153 | fa163e05-2da9-b31b-ab8f-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:36.965256 | 0.03s 2025-10-07 23:07:03.522178 | 27d5a394-2c70-450c-97cc-b911d8804fbb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 23:07:03.552502 | fa163e05-2da9-b31b-ab8f-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 23:07:03.826478 | fa163e05-2da9-b31b-ab8f-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 23:07:03.827886 | fa163e05-2da9-b31b-ab8f-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:37.304996 | 0.27s 2025-10-07 23:07:03.857878 | fa163e05-2da9-b31b-ab8f-000000003b58 | TASK | Set podman_drop_in fact 2025-10-07 23:07:03.919979 | fa163e05-2da9-b31b-ab8f-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-07 23:07:03.921097 | fa163e05-2da9-b31b-ab8f-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:37.398207 | 0.06s 2025-10-07 23:07:03.952332 | fa163e05-2da9-b31b-ab8f-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 23:07:04.487178 | fa163e05-2da9-b31b-ab8f-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 23:07:04.488624 | fa163e05-2da9-b31b-ab8f-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:37.965738 | 0.53s 2025-10-07 23:07:04.957336 | fa163e05-2da9-b31b-ab8f-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 23:07:04.958768 | fa163e05-2da9-b31b-ab8f-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:38.435876 | 1.00s 2025-10-07 23:07:04.977288 | fa163e05-2da9-b31b-ab8f-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:38.454393 | 1.02s 2025-10-07 23:07:05.007448 | fa163e05-2da9-b31b-ab8f-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 23:07:05.527957 | fa163e05-2da9-b31b-ab8f-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 23:07:05.529425 | fa163e05-2da9-b31b-ab8f-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:39.006534 | 0.52s 2025-10-07 23:07:05.560099 | fa163e05-2da9-b31b-ab8f-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 23:07:06.047379 | fa163e05-2da9-b31b-ab8f-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 23:07:06.048763 | fa163e05-2da9-b31b-ab8f-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:39.525875 | 0.49s 2025-10-07 23:07:06.078613 | fa163e05-2da9-b31b-ab8f-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-07 23:07:06.836738 | fa163e05-2da9-b31b-ab8f-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-07 23:07:06.839201 | fa163e05-2da9-b31b-ab8f-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:40.316307 | 0.76s 2025-10-07 23:07:06.870301 | fa163e05-2da9-b31b-ab8f-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 23:07:07.398919 | fa163e05-2da9-b31b-ab8f-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 23:07:07.400427 | fa163e05-2da9-b31b-ab8f-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:40.877537 | 0.53s 2025-10-07 23:07:07.432903 | fa163e05-2da9-b31b-ab8f-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 23:07:07.985431 | fa163e05-2da9-b31b-ab8f-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 23:07:07.986919 | fa163e05-2da9-b31b-ab8f-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:41.464027 | 0.55s 2025-10-07 23:07:08.017710 | fa163e05-2da9-b31b-ab8f-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-07 23:07:08.797249 | fa163e05-2da9-b31b-ab8f-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 23:07:08.800200 | fa163e05-2da9-b31b-ab8f-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:42.277301 | 0.78s 2025-10-07 23:07:08.832160 | fa163e05-2da9-b31b-ab8f-000000003b26 | TASK | Update container configs with new config hashes 2025-10-07 23:07:08.893709 | fa163e05-2da9-b31b-ab8f-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:42.370815 | 0.06s 2025-10-07 23:07:08.914361 | a86642fb-eaf4-49bc-bb2c-00d9352504f2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 23:07:08.949313 | fa163e05-2da9-b31b-ab8f-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-07 23:07:09.259143 | fa163e05-2da9-b31b-ab8f-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-07 23:07:09.260387 | fa163e05-2da9-b31b-ab8f-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:42.737496 | 0.31s 2025-10-07 23:07:09.292281 | fa163e05-2da9-b31b-ab8f-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 23:07:09.354225 | fa163e05-2da9-b31b-ab8f-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:42.831330 | 0.06s 2025-10-07 23:07:09.378911 | 4692f9e4-0a99-41d8-994e-39ed58a9fa58 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 23:07:09.417169 | fa163e05-2da9-b31b-ab8f-000000003ba7 | TASK | Gather podman infos 2025-10-07 23:07:10.647445 | fa163e05-2da9-b31b-ab8f-000000003ba7 | OK | Gather podman infos | standalone 2025-10-07 23:07:10.648578 | fa163e05-2da9-b31b-ab8f-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:44.125690 | 1.23s 2025-10-07 23:07:10.738080 | fa163e05-2da9-b31b-ab8f-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 23:07:10.819228 | fa163e05-2da9-b31b-ab8f-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:44.296339 | 0.07s 2025-10-07 23:07:10.947487 | fa163e05-2da9-b31b-ab8f-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:44.424589 | 0.09s 2025-10-07 23:07:11.008036 | fa163e05-2da9-b31b-ab8f-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 23:07:11.071862 | fa163e05-2da9-b31b-ab8f-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:44.548964 | 0.06s 2025-10-07 23:07:11.096550 | 6f087915-3762-4f99-ac5f-0edc5cc9534c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 23:07:11.133708 | fa163e05-2da9-b31b-ab8f-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 23:08:05.694475 | fa163e05-2da9-b31b-ab8f-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-07 23:08:05.696287 | fa163e05-2da9-b31b-ab8f-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:39.173395 | 54.56s 2025-10-07 23:08:05.721573 | fa163e05-2da9-b31b-ab8f-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-07 23:08:38.194329 | fa163e05-2da9-b31b-ab8f-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-07 23:08:38.195854 | fa163e05-2da9-b31b-ab8f-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:11.672966 | 32.47s 2025-10-07 23:08:38.269387 | fa163e05-2da9-b31b-ab8f-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-07 23:08:38.510349 | fa163e05-2da9-b31b-ab8f-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-07 23:08:38.512680 | fa163e05-2da9-b31b-ab8f-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:11.989785 | 0.24s 2025-10-07 23:08:38.562473 | fa163e05-2da9-b31b-ab8f-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-07 23:08:38.626223 | fa163e05-2da9-b31b-ab8f-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:12.103325 | 0.06s 2025-10-07 23:08:38.659604 | fa163e05-2da9-b31b-ab8f-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-07 23:08:38.711762 | fa163e05-2da9-b31b-ab8f-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:12.188861 | 0.05s 2025-10-07 23:08:38.737414 | d01912b8-cadc-4435-9218-6ffc2d3f5d2a | INCLUDED | /root/standalone-ansible-lus4j9ue/host-container-puppet-tasks.yaml | standalone 2025-10-07 23:08:38.786607 | fa163e05-2da9-b31b-ab8f-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-07 23:08:39.304051 | fa163e05-2da9-b31b-ab8f-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-07 23:08:39.305456 | fa163e05-2da9-b31b-ab8f-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:12.782565 | 0.52s 2025-10-07 23:08:39.338014 | fa163e05-2da9-b31b-ab8f-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-07 23:08:39.622681 | fa163e05-2da9-b31b-ab8f-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-07 23:08:39.623847 | fa163e05-2da9-b31b-ab8f-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:13.100959 | 0.28s 2025-10-07 23:08:39.656514 | fa163e05-2da9-b31b-ab8f-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-07 23:08:39.687240 | fa163e05-2da9-b31b-ab8f-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:13.164346 | 0.03s 2025-10-07 23:08:39.757630 | fa163e05-2da9-b31b-ab8f-000000003c90 | TASK | Gather variables for each operating system 2025-10-07 23:08:39.905379 | fa163e05-2da9-b31b-ab8f-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:13.382480 | 0.15s 2025-10-07 23:08:39.935618 | fa163e05-2da9-b31b-ab8f-000000003c91 | TASK | Create container logs path 2025-10-07 23:08:40.183830 | fa163e05-2da9-b31b-ab8f-000000003c91 | OK | Create container logs path | standalone 2025-10-07 23:08:40.185371 | fa163e05-2da9-b31b-ab8f-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:13.662480 | 0.25s 2025-10-07 23:08:40.224033 | fa163e05-2da9-b31b-ab8f-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-07 23:08:40.491234 | fa163e05-2da9-b31b-ab8f-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-07 23:08:40.492533 | fa163e05-2da9-b31b-ab8f-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:13.969644 | 0.27s 2025-10-07 23:08:40.522480 | fa163e05-2da9-b31b-ab8f-000000003c94 | TASK | Finalise hashes for all containers 2025-10-07 23:08:40.564151 | fa163e05-2da9-b31b-ab8f-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:08:40.565238 | fa163e05-2da9-b31b-ab8f-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:14.042349 | 0.04s 2025-10-07 23:08:40.596018 | fa163e05-2da9-b31b-ab8f-000000003c96 | TASK | Manage systemd shutdown files 2025-10-07 23:08:40.632190 | fa163e05-2da9-b31b-ab8f-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 23:08:40.633672 | fa163e05-2da9-b31b-ab8f-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:14.110777 | 0.04s 2025-10-07 23:08:40.664403 | fa163e05-2da9-b31b-ab8f-000000003c98 | TASK | Update container configs with new config hashes 2025-10-07 23:08:40.717744 | fa163e05-2da9-b31b-ab8f-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 23:08:40.719090 | fa163e05-2da9-b31b-ab8f-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:14.196198 | 0.05s 2025-10-07 23:08:40.753180 | fa163e05-2da9-b31b-ab8f-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-07 23:08:40.805186 | fa163e05-2da9-b31b-ab8f-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-07 23:08:40.808011 | fa163e05-2da9-b31b-ab8f-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:14.285120 | 0.05s 2025-10-07 23:08:40.840859 | fa163e05-2da9-b31b-ab8f-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-07 23:08:40.882306 | fa163e05-2da9-b31b-ab8f-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-07 23:08:40.883443 | fa163e05-2da9-b31b-ab8f-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:14.360552 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-10-07 23:08:41.047097 | fa163e05-2da9-b31b-ab8f-0000000000de | TASK | External deployment step 4 2025-10-07 23:08:41.074965 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000de') missing from stats 2025-10-07 23:08:41.117066 | fa163e05-2da9-b31b-ab8f-0000000000df | TIMING | include_tasks | undercloud | 0:20:14.594177 | 0.03s 2025-10-07 23:08:41.137254 | e80aa696-a53e-4313-8b2a-e0fcef9d4710 | INCLUDED | /root/standalone-ansible-lus4j9ue/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-07 23:08:41.154303 | fa163e05-2da9-b31b-ab8f-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-07 23:08:42.837838 | fa163e05-2da9-b31b-ab8f-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-07 23:08:42.840457 | fa163e05-2da9-b31b-ab8f-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:16.317562 | 1.68s 2025-10-07 23:08:43.907166 | fa163e05-2da9-b31b-ab8f-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-07 23:08:43.908039 | fa163e05-2da9-b31b-ab8f-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:17.385159 | 2.75s 2025-10-07 23:08:43.912233 | fa163e05-2da9-b31b-ab8f-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:17.389336 | 2.76s 2025-10-07 23:08:43.932249 | fa163e05-2da9-b31b-ab8f-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-07 23:08:43.984391 | fa163e05-2da9-b31b-ab8f-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:17.461493 | 0.05s 2025-10-07 23:08:44.054098 | fa163e05-2da9-b31b-ab8f-000000003d18 | TASK | Create Keystone Admin resources 2025-10-07 23:08:44.094486 | fa163e05-2da9-b31b-ab8f-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:17.571587 | 0.04s 2025-10-07 23:08:44.125488 | da2ebc3a-aa47-4a8c-9355-41ccc811583a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-07 23:08:44.154301 | fa163e05-2da9-b31b-ab8f-000000003d59 | TASK | Create admin and service projects 2025-10-07 23:08:44.207639 | fa163e05-2da9-b31b-ab8f-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:17.684735 | 0.05s 2025-10-07 23:08:44.224723 | 3e3a43a8-f340-4495-b12e-945b0575f4d6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-07 23:08:44.258429 | fa163e05-2da9-b31b-ab8f-000000003daa | TASK | Async creation of Keystone project 2025-10-07 23:08:44.805491 | fa163e05-2da9-b31b-ab8f-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-07 23:08:44.809499 | fa163e05-2da9-b31b-ab8f-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:18.286601 | 0.55s 2025-10-07 23:08:45.167067 | fa163e05-2da9-b31b-ab8f-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-07 23:08:45.168825 | fa163e05-2da9-b31b-ab8f-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:18.645936 | 0.91s 2025-10-07 23:08:45.179489 | fa163e05-2da9-b31b-ab8f-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:18.656598 | 0.92s 2025-10-07 23:08:45.196566 | fa163e05-2da9-b31b-ab8f-000000003dac | TASK | Check Keystone project status 2025-10-07 23:08:45.485686 | fa163e05-2da9-b31b-ab8f-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-07 23:08:50.694242 | fa163e05-2da9-b31b-ab8f-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-07 23:08:50.695140 | fa163e05-2da9-b31b-ab8f-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:24.172257 | 5.50s 2025-10-07 23:08:50.993479 | fa163e05-2da9-b31b-ab8f-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-07 23:08:50.994615 | fa163e05-2da9-b31b-ab8f-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:24.471728 | 5.80s 2025-10-07 23:08:51.001761 | fa163e05-2da9-b31b-ab8f-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:24.478863 | 5.80s 2025-10-07 23:08:51.023046 | fa163e05-2da9-b31b-ab8f-000000003d5a | TASK | Create admin role 2025-10-07 23:08:52.375931 | fa163e05-2da9-b31b-ab8f-000000003d5a | OK | Create admin role | undercloud 2025-10-07 23:08:52.377440 | fa163e05-2da9-b31b-ab8f-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:25.854550 | 1.35s 2025-10-07 23:08:52.396619 | fa163e05-2da9-b31b-ab8f-000000003d5b | TASK | Create _member_ role 2025-10-07 23:08:52.462328 | fa163e05-2da9-b31b-ab8f-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-07 23:08:52.463493 | fa163e05-2da9-b31b-ab8f-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:25.940603 | 0.07s 2025-10-07 23:08:52.482309 | fa163e05-2da9-b31b-ab8f-000000003d5c | TASK | Check admin password 2025-10-07 23:08:53.843861 | fa163e05-2da9-b31b-ab8f-000000003d5c | OK | Check admin password | undercloud 2025-10-07 23:08:53.847113 | fa163e05-2da9-b31b-ab8f-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:27.324217 | 1.36s 2025-10-07 23:08:53.868288 | fa163e05-2da9-b31b-ab8f-000000003d5d | TASK | Create admin user 2025-10-07 23:08:55.633526 | fa163e05-2da9-b31b-ab8f-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-07 23:08:55.634883 | fa163e05-2da9-b31b-ab8f-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:29.111991 | 1.76s 2025-10-07 23:08:55.654483 | fa163e05-2da9-b31b-ab8f-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-07 23:08:57.186999 | fa163e05-2da9-b31b-ab8f-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-07 23:08:57.188343 | fa163e05-2da9-b31b-ab8f-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:30.665453 | 1.53s 2025-10-07 23:08:57.207323 | fa163e05-2da9-b31b-ab8f-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-07 23:08:57.269425 | fa163e05-2da9-b31b-ab8f-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-07 23:08:57.270778 | fa163e05-2da9-b31b-ab8f-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:30.747886 | 0.06s 2025-10-07 23:08:57.290324 | fa163e05-2da9-b31b-ab8f-000000003d60 | TASK | Create identity service 2025-10-07 23:08:58.510712 | fa163e05-2da9-b31b-ab8f-000000003d60 | OK | Create identity service | undercloud 2025-10-07 23:08:58.512785 | fa163e05-2da9-b31b-ab8f-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:31.989896 | 1.22s 2025-10-07 23:08:58.531831 | fa163e05-2da9-b31b-ab8f-000000003d61 | TASK | Create identity public endpoint 2025-10-07 23:08:59.924733 | fa163e05-2da9-b31b-ab8f-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-07 23:08:59.926173 | fa163e05-2da9-b31b-ab8f-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:33.403283 | 1.39s 2025-10-07 23:08:59.945226 | fa163e05-2da9-b31b-ab8f-000000003d62 | TASK | Create identity internal endpoint 2025-10-07 23:09:01.123186 | fa163e05-2da9-b31b-ab8f-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-07 23:09:01.124593 | fa163e05-2da9-b31b-ab8f-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:34.601703 | 1.18s 2025-10-07 23:09:01.143633 | fa163e05-2da9-b31b-ab8f-000000003d63 | TASK | Create identity admin endpoint 2025-10-07 23:09:02.334188 | fa163e05-2da9-b31b-ab8f-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-07 23:09:02.335614 | fa163e05-2da9-b31b-ab8f-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:35.812724 | 1.19s 2025-10-07 23:09:02.354218 | fa163e05-2da9-b31b-ab8f-000000003d19 | TASK | Create Keystone Projects 2025-10-07 23:09:02.418372 | fa163e05-2da9-b31b-ab8f-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:35.895464 | 0.06s 2025-10-07 23:09:02.430442 | fa163e05-2da9-b31b-ab8f-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:35.907554 | 0.07s 2025-10-07 23:09:02.444086 | a42e8ea4-928c-41cb-9bc3-000557aaca9e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-07 23:09:02.490065 | fa163e05-2da9-b31b-ab8f-000000003e36 | TASK | Async creation of Keystone project 2025-10-07 23:09:02.800874 | fa163e05-2da9-b31b-ab8f-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-07 23:09:02.801740 | fa163e05-2da9-b31b-ab8f-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:36.278856 | 0.31s 2025-10-07 23:09:02.804447 | fa163e05-2da9-b31b-ab8f-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:36.281569 | 0.31s 2025-10-07 23:09:02.818904 | fa163e05-2da9-b31b-ab8f-000000003e38 | TASK | Check Keystone project status 2025-10-07 23:09:03.097565 | fa163e05-2da9-b31b-ab8f-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-07 23:09:08.320119 | fa163e05-2da9-b31b-ab8f-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-07 23:09:08.322251 | fa163e05-2da9-b31b-ab8f-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:41.799357 | 5.50s 2025-10-07 23:09:08.334458 | fa163e05-2da9-b31b-ab8f-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:41.811559 | 5.51s 2025-10-07 23:09:08.353936 | fa163e05-2da9-b31b-ab8f-000000003d1b | TASK | Create Keystone Domains 2025-10-07 23:09:08.416528 | fa163e05-2da9-b31b-ab8f-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:41.893624 | 0.06s 2025-10-07 23:09:08.429909 | fa163e05-2da9-b31b-ab8f-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:41.907021 | 0.07s 2025-10-07 23:09:08.445641 | 5c5df2c7-f8a0-410c-8e03-bd38d061cc2e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-07 23:09:08.494351 | fa163e05-2da9-b31b-ab8f-000000003eeb | TASK | Async creation of Keystone domains 2025-10-07 23:09:09.016264 | fa163e05-2da9-b31b-ab8f-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-07 23:09:09.017146 | fa163e05-2da9-b31b-ab8f-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:42.494263 | 0.52s 2025-10-07 23:09:09.020032 | fa163e05-2da9-b31b-ab8f-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:42.497150 | 0.52s 2025-10-07 23:09:09.034883 | fa163e05-2da9-b31b-ab8f-000000003eed | TASK | Check Keystone domain status 2025-10-07 23:09:09.308648 | fa163e05-2da9-b31b-ab8f-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-07 23:09:14.487199 | fa163e05-2da9-b31b-ab8f-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-07 23:09:14.488138 | fa163e05-2da9-b31b-ab8f-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:47.965254 | 5.45s 2025-10-07 23:09:14.491641 | fa163e05-2da9-b31b-ab8f-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:47.968750 | 5.46s 2025-10-07 23:09:14.510759 | fa163e05-2da9-b31b-ab8f-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-07 23:09:14.561865 | fa163e05-2da9-b31b-ab8f-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:48.038967 | 0.05s 2025-10-07 23:09:14.576103 | 9cb2979f-13f9-4826-89e4-ecf685d54c87 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-07 23:09:14.627794 | fa163e05-2da9-b31b-ab8f-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-07 23:09:16.019313 | fa163e05-2da9-b31b-ab8f-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-07 23:09:16.020765 | fa163e05-2da9-b31b-ab8f-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:49.497877 | 1.39s 2025-10-07 23:09:16.039576 | fa163e05-2da9-b31b-ab8f-000000003fb6 | TASK | Set openstack_domains fact 2025-10-07 23:09:16.115136 | fa163e05-2da9-b31b-ab8f-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-07 23:09:16.116417 | fa163e05-2da9-b31b-ab8f-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:49.593527 | 0.08s 2025-10-07 23:09:16.134904 | fa163e05-2da9-b31b-ab8f-000000003d1e | TASK | Create Keystone Services 2025-10-07 23:09:16.249507 | fa163e05-2da9-b31b-ab8f-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:49.726599 | 0.11s 2025-10-07 23:09:16.270562 | fa163e05-2da9-b31b-ab8f-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:49.747676 | 0.13s 2025-10-07 23:09:16.287133 | fa163e05-2da9-b31b-ab8f-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:49.764242 | 0.15s 2025-10-07 23:09:16.305893 | bcc77f5a-6a87-43ff-b47f-1483d8900697 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-07 23:09:16.314877 | de1e55a0-1cd2-48ae-b887-72e94a736654 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-07 23:09:16.364393 | fa163e05-2da9-b31b-ab8f-000000004092 | TASK | Async creation of Keystone service 2025-10-07 23:09:16.723475 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-07 23:09:16.725060 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.202163 | 0.36s 2025-10-07 23:09:17.056286 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-07 23:09:17.057941 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.535054 | 0.69s 2025-10-07 23:09:17.405167 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-07 23:09:17.406180 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.883294 | 1.04s 2025-10-07 23:09:17.713781 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-07 23:09:17.714697 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.191812 | 1.35s 2025-10-07 23:09:17.997867 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-07 23:09:17.998471 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.475592 | 1.63s 2025-10-07 23:09:18.297619 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-07 23:09:18.298247 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:51.775369 | 1.93s 2025-10-07 23:09:18.572265 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-07 23:09:18.572864 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:52.049986 | 2.21s 2025-10-07 23:09:18.866724 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-07 23:09:18.867706 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:52.344821 | 2.50s 2025-10-07 23:09:19.118285 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-07 23:09:19.118879 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:52.596001 | 2.75s 2025-10-07 23:09:19.361314 | fa163e05-2da9-b31b-ab8f-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-07 23:09:19.361887 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:52.839010 | 3.00s 2025-10-07 23:09:19.365240 | fa163e05-2da9-b31b-ab8f-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:52.842364 | 3.00s 2025-10-07 23:09:19.380337 | fa163e05-2da9-b31b-ab8f-000000004094 | TASK | Check Keystone service status 2025-10-07 23:09:19.663171 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-07 23:09:19.667299 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.144406 | 0.29s 2025-10-07 23:09:19.866470 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-07 23:09:19.868776 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.345888 | 0.49s 2025-10-07 23:09:20.070121 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-07 23:09:20.071735 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.548856 | 0.69s 2025-10-07 23:09:20.363488 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-07 23:09:20.364212 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.841333 | 0.98s 2025-10-07 23:09:20.673118 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-07 23:09:20.675424 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.152536 | 1.29s 2025-10-07 23:09:20.910234 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-07 23:09:20.911522 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.388635 | 1.53s 2025-10-07 23:09:21.194146 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-07 23:09:21.197542 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.674573 | 1.82s 2025-10-07 23:09:21.440355 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-07 23:09:21.441552 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.918665 | 2.06s 2025-10-07 23:09:21.662328 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-07 23:09:21.663421 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:55.140536 | 2.28s 2025-10-07 23:09:21.911645 | fa163e05-2da9-b31b-ab8f-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-07 23:09:21.914154 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:55.391260 | 2.53s 2025-10-07 23:09:21.924972 | fa163e05-2da9-b31b-ab8f-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:55.402089 | 2.54s 2025-10-07 23:09:21.942185 | fa163e05-2da9-b31b-ab8f-000000004099 | TASK | Async creation of Keystone service 2025-10-07 23:09:22.292741 | fa163e05-2da9-b31b-ab8f-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-07 23:09:22.294478 | fa163e05-2da9-b31b-ab8f-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:55.771579 | 0.35s 2025-10-07 23:09:22.544269 | fa163e05-2da9-b31b-ab8f-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-07 23:09:22.544903 | fa163e05-2da9-b31b-ab8f-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:56.022025 | 0.60s 2025-10-07 23:09:22.860393 | fa163e05-2da9-b31b-ab8f-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-07 23:09:22.861044 | fa163e05-2da9-b31b-ab8f-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:56.338167 | 0.92s 2025-10-07 23:09:23.194563 | fa163e05-2da9-b31b-ab8f-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-07 23:09:23.195207 | fa163e05-2da9-b31b-ab8f-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:56.672328 | 1.25s 2025-10-07 23:09:23.202695 | fa163e05-2da9-b31b-ab8f-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:56.679803 | 1.26s 2025-10-07 23:09:23.224879 | fa163e05-2da9-b31b-ab8f-00000000409b | TASK | Check Keystone service status 2025-10-07 23:09:23.469314 | fa163e05-2da9-b31b-ab8f-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-07 23:09:28.679168 | fa163e05-2da9-b31b-ab8f-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-07 23:09:28.681053 | fa163e05-2da9-b31b-ab8f-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.158149 | 5.45s 2025-10-07 23:09:28.956553 | fa163e05-2da9-b31b-ab8f-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-07 23:09:28.959428 | fa163e05-2da9-b31b-ab8f-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.436535 | 5.73s 2025-10-07 23:09:29.272844 | fa163e05-2da9-b31b-ab8f-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-07 23:09:29.275101 | fa163e05-2da9-b31b-ab8f-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:02.752209 | 6.05s 2025-10-07 23:09:29.530124 | fa163e05-2da9-b31b-ab8f-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-07 23:09:29.532368 | fa163e05-2da9-b31b-ab8f-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:03.009473 | 6.31s 2025-10-07 23:09:29.544368 | fa163e05-2da9-b31b-ab8f-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:03.021468 | 6.32s 2025-10-07 23:09:29.566936 | fa163e05-2da9-b31b-ab8f-000000003d20 | TASK | Create Keystone Endpoints 2025-10-07 23:09:29.647774 | fa163e05-2da9-b31b-ab8f-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:03.124845 | 0.08s 2025-10-07 23:09:29.676458 | fa163e05-2da9-b31b-ab8f-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:03.153568 | 0.11s 2025-10-07 23:09:29.703393 | fa163e05-2da9-b31b-ab8f-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:03.180506 | 0.13s 2025-10-07 23:09:29.709671 | fa163e05-2da9-b31b-ab8f-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:03.186778 | 0.14s 2025-10-07 23:09:29.724266 | 7edb58dd-feb9-4124-80ad-272576a4e132 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-07 23:09:29.731876 | 0a499db5-997c-4363-8a29-029b5284bf7a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-07 23:09:29.738461 | 2333b64c-6ab9-4eb3-942a-22f1c708bd55 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-07 23:09:29.789424 | fa163e05-2da9-b31b-ab8f-0000000041cf | TASK | Create Keystone public endpoints 2025-10-07 23:09:29.880033 | fa163e05-2da9-b31b-ab8f-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:03.357116 | 0.09s 2025-10-07 23:09:29.896075 | fa163e05-2da9-b31b-ab8f-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:03.373189 | 0.11s 2025-10-07 23:09:29.911204 | fa163e05-2da9-b31b-ab8f-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:03.388309 | 0.12s 2025-10-07 23:09:29.932207 | e76cac30-653f-490b-a6d4-f642cae65f7f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 23:09:29.941738 | 1446372f-d5af-4d26-b248-39bbddf815d8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 23:09:29.967068 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-07 23:09:30.337284 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-07 23:09:30.340725 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.817822 | 0.37s 2025-10-07 23:09:30.640611 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-07 23:09:30.642610 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.119719 | 0.67s 2025-10-07 23:09:30.939995 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-07 23:09:30.942197 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.419304 | 0.97s 2025-10-07 23:09:31.286830 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-07 23:09:31.288880 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.765988 | 1.32s 2025-10-07 23:09:31.605106 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-07 23:09:31.606069 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.083185 | 1.64s 2025-10-07 23:09:31.897184 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-07 23:09:31.898123 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.375240 | 1.93s 2025-10-07 23:09:32.234862 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-07 23:09:32.236038 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.713149 | 2.27s 2025-10-07 23:09:32.504004 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-07 23:09:32.504736 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:05.981855 | 2.54s 2025-10-07 23:09:32.852070 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-07 23:09:32.852740 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:06.329861 | 2.88s 2025-10-07 23:09:33.151429 | fa163e05-2da9-b31b-ab8f-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-07 23:09:33.152522 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:06.629634 | 3.18s 2025-10-07 23:09:33.160453 | fa163e05-2da9-b31b-ab8f-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:06.637555 | 3.19s 2025-10-07 23:09:33.183636 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-07 23:09:33.428827 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-07 23:09:33.430562 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.907666 | 0.25s 2025-10-07 23:09:33.688555 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-07 23:09:33.689712 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:07.166833 | 0.50s 2025-10-07 23:09:33.947405 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-07 23:09:33.948610 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:07.425731 | 0.76s 2025-10-07 23:09:34.151798 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-07 23:09:34.154195 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:07.631302 | 0.97s 2025-10-07 23:09:34.405566 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-07 23:09:34.406699 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:07.883814 | 1.22s 2025-10-07 23:09:34.627770 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-07 23:09:34.630017 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:08.107129 | 1.44s 2025-10-07 23:09:34.890931 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-07 23:09:34.892440 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:08.369550 | 1.71s 2025-10-07 23:09:35.095581 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-07 23:09:35.097090 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:08.574198 | 1.91s 2025-10-07 23:09:35.370609 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-07 23:09:35.371999 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:08.849107 | 2.19s 2025-10-07 23:09:35.594488 | fa163e05-2da9-b31b-ab8f-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-07 23:09:35.596682 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:09.073791 | 2.41s 2025-10-07 23:09:35.608390 | fa163e05-2da9-b31b-ab8f-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:09.085495 | 2.42s 2025-10-07 23:09:35.627742 | fa163e05-2da9-b31b-ab8f-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-07 23:09:35.981112 | fa163e05-2da9-b31b-ab8f-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-07 23:09:35.986280 | fa163e05-2da9-b31b-ab8f-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:09.463383 | 0.36s 2025-10-07 23:09:36.244447 | fa163e05-2da9-b31b-ab8f-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-07 23:09:36.245198 | fa163e05-2da9-b31b-ab8f-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:09.722318 | 0.62s 2025-10-07 23:09:36.560320 | fa163e05-2da9-b31b-ab8f-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-07 23:09:36.562760 | fa163e05-2da9-b31b-ab8f-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:10.039881 | 0.93s 2025-10-07 23:09:36.919819 | fa163e05-2da9-b31b-ab8f-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-07 23:09:36.923234 | fa163e05-2da9-b31b-ab8f-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:10.400355 | 1.29s 2025-10-07 23:09:36.932977 | fa163e05-2da9-b31b-ab8f-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:10.410062 | 1.30s 2025-10-07 23:09:36.961078 | fa163e05-2da9-b31b-ab8f-000000004300 | TASK | Check Keystone public endpoint status 2025-10-07 23:09:37.243502 | fa163e05-2da9-b31b-ab8f-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-07 23:09:42.483029 | fa163e05-2da9-b31b-ab8f-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-07 23:09:42.485225 | fa163e05-2da9-b31b-ab8f-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:15.962330 | 5.52s 2025-10-07 23:09:42.753868 | fa163e05-2da9-b31b-ab8f-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-07 23:09:42.755649 | fa163e05-2da9-b31b-ab8f-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:16.232761 | 5.79s 2025-10-07 23:09:42.979970 | fa163e05-2da9-b31b-ab8f-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-07 23:09:42.981465 | fa163e05-2da9-b31b-ab8f-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:16.458577 | 6.02s 2025-10-07 23:09:43.231963 | fa163e05-2da9-b31b-ab8f-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-07 23:09:43.233596 | fa163e05-2da9-b31b-ab8f-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:16.710708 | 6.27s 2025-10-07 23:09:43.243960 | fa163e05-2da9-b31b-ab8f-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:16.721064 | 6.28s 2025-10-07 23:09:43.260602 | fa163e05-2da9-b31b-ab8f-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-07 23:09:43.371013 | fa163e05-2da9-b31b-ab8f-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:16.848106 | 0.11s 2025-10-07 23:09:43.388578 | fa163e05-2da9-b31b-ab8f-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:16.865693 | 0.13s 2025-10-07 23:09:43.403632 | fa163e05-2da9-b31b-ab8f-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:16.880743 | 0.14s 2025-10-07 23:09:43.421474 | ba5504df-abb8-4588-b450-c35fe97d38e7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 23:09:43.430873 | faa70e30-da9e-43b0-9295-c72cc691bd22 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 23:09:43.455871 | fa163e05-2da9-b31b-ab8f-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-07 23:09:43.813797 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-07 23:09:43.815351 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:17.292457 | 0.36s 2025-10-07 23:09:44.178463 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-07 23:09:44.180106 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:17.657220 | 0.72s 2025-10-07 23:09:44.549003 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-07 23:09:44.569425 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:18.046545 | 1.11s 2025-10-07 23:09:44.850720 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-07 23:09:44.872097 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:18.349217 | 1.41s 2025-10-07 23:09:45.128531 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-07 23:09:45.129389 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:18.606506 | 1.67s 2025-10-07 23:09:45.358511 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-07 23:09:45.359597 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:18.836717 | 1.90s 2025-10-07 23:09:45.607075 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-07 23:09:45.607850 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:19.084970 | 2.15s 2025-10-07 23:09:45.892301 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-07 23:09:45.892932 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:19.370055 | 2.44s 2025-10-07 23:09:46.212220 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-07 23:09:46.212849 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:19.689970 | 2.76s 2025-10-07 23:09:46.460383 | fa163e05-2da9-b31b-ab8f-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-07 23:09:46.461061 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:19.938182 | 3.00s 2025-10-07 23:09:46.501094 | fa163e05-2da9-b31b-ab8f-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:19.978207 | 3.04s 2025-10-07 23:09:46.520262 | fa163e05-2da9-b31b-ab8f-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-07 23:09:46.808090 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-07 23:09:46.811175 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:20.288279 | 0.29s 2025-10-07 23:09:47.064918 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-07 23:09:47.066106 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:20.543219 | 0.54s 2025-10-07 23:09:47.344023 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-07 23:09:47.344762 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:20.821882 | 0.82s 2025-10-07 23:09:47.620883 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-07 23:09:47.622116 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:21.099228 | 1.10s 2025-10-07 23:09:47.907413 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-07 23:09:47.909122 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:21.386239 | 1.39s 2025-10-07 23:09:48.175705 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-07 23:09:48.176461 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:21.653582 | 1.65s 2025-10-07 23:09:48.393055 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-07 23:09:48.393804 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:21.870924 | 1.87s 2025-10-07 23:09:48.652277 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-07 23:09:48.654156 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:22.131269 | 2.13s 2025-10-07 23:09:48.945571 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-07 23:09:48.947041 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:22.424162 | 2.43s 2025-10-07 23:09:49.160520 | fa163e05-2da9-b31b-ab8f-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-07 23:09:49.161985 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:22.639103 | 2.64s 2025-10-07 23:09:49.176623 | fa163e05-2da9-b31b-ab8f-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:22.653731 | 2.65s 2025-10-07 23:09:49.205221 | fa163e05-2da9-b31b-ab8f-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-07 23:09:49.557623 | fa163e05-2da9-b31b-ab8f-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-07 23:09:49.559211 | fa163e05-2da9-b31b-ab8f-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.036312 | 0.35s 2025-10-07 23:09:49.862176 | fa163e05-2da9-b31b-ab8f-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-07 23:09:49.863604 | fa163e05-2da9-b31b-ab8f-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.340721 | 0.66s 2025-10-07 23:09:50.195386 | fa163e05-2da9-b31b-ab8f-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-07 23:09:50.196102 | fa163e05-2da9-b31b-ab8f-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.673224 | 0.99s 2025-10-07 23:09:50.494023 | fa163e05-2da9-b31b-ab8f-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-07 23:09:50.494675 | fa163e05-2da9-b31b-ab8f-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.971796 | 1.29s 2025-10-07 23:09:50.502561 | fa163e05-2da9-b31b-ab8f-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:23.979670 | 1.30s 2025-10-07 23:09:50.529270 | fa163e05-2da9-b31b-ab8f-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-07 23:09:50.780407 | fa163e05-2da9-b31b-ab8f-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-07 23:09:50.782131 | fa163e05-2da9-b31b-ab8f-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.259238 | 0.25s 2025-10-07 23:09:51.088215 | fa163e05-2da9-b31b-ab8f-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-07 23:09:51.089994 | fa163e05-2da9-b31b-ab8f-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.567075 | 0.56s 2025-10-07 23:09:51.355157 | fa163e05-2da9-b31b-ab8f-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-07 23:09:56.569340 | fa163e05-2da9-b31b-ab8f-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-07 23:09:56.571313 | fa163e05-2da9-b31b-ab8f-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:30.048425 | 6.04s 2025-10-07 23:09:56.830017 | fa163e05-2da9-b31b-ab8f-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-07 23:09:56.832008 | fa163e05-2da9-b31b-ab8f-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:30.309119 | 6.30s 2025-10-07 23:09:56.843784 | fa163e05-2da9-b31b-ab8f-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:30.320899 | 6.31s 2025-10-07 23:09:56.867645 | fa163e05-2da9-b31b-ab8f-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-07 23:09:56.980870 | fa163e05-2da9-b31b-ab8f-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:30.457965 | 0.11s 2025-10-07 23:09:56.999052 | fa163e05-2da9-b31b-ab8f-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:30.476164 | 0.13s 2025-10-07 23:09:57.015425 | fa163e05-2da9-b31b-ab8f-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:30.492540 | 0.15s 2025-10-07 23:09:57.036092 | de77c208-32ab-4a76-a9bb-571385a0763c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 23:09:57.045811 | 1c903e2c-3c71-4f4d-a21b-91f8e5c199b9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-07 23:09:57.071742 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-07 23:09:57.421802 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-07 23:09:57.423690 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:30.900780 | 0.35s 2025-10-07 23:09:57.710006 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-07 23:09:57.710782 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:31.187901 | 0.64s 2025-10-07 23:09:58.092425 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-07 23:09:58.093045 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:31.570167 | 1.02s 2025-10-07 23:09:58.411402 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-07 23:09:58.412463 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:31.889583 | 1.34s 2025-10-07 23:09:58.664500 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-07 23:09:58.665191 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:32.142311 | 1.59s 2025-10-07 23:09:58.992456 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-07 23:09:58.993196 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:32.470318 | 1.92s 2025-10-07 23:09:59.303163 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-07 23:09:59.303785 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:32.780906 | 2.23s 2025-10-07 23:09:59.560036 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-07 23:09:59.560825 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:33.037945 | 2.49s 2025-10-07 23:09:59.811780 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-07 23:09:59.813514 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:33.290631 | 2.74s 2025-10-07 23:10:00.138361 | fa163e05-2da9-b31b-ab8f-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-07 23:10:00.146358 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:33.623286 | 3.07s 2025-10-07 23:10:00.153129 | fa163e05-2da9-b31b-ab8f-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:33.630232 | 3.08s 2025-10-07 23:10:00.170770 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-07 23:10:00.439775 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-07 23:10:00.441027 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:33.918141 | 0.27s 2025-10-07 23:10:00.728611 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-07 23:10:00.730198 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:34.207310 | 0.56s 2025-10-07 23:10:00.930773 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-07 23:10:00.932773 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:34.409886 | 0.76s 2025-10-07 23:10:01.207976 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-07 23:10:01.209725 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:34.686835 | 1.04s 2025-10-07 23:10:01.438132 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-07 23:10:01.440474 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:34.917580 | 1.27s 2025-10-07 23:10:01.637107 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-07 23:10:01.638698 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:35.115805 | 1.47s 2025-10-07 23:10:01.903208 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-07 23:10:01.905123 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:35.382238 | 1.73s 2025-10-07 23:10:02.172267 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-07 23:10:02.175153 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:35.652258 | 2.00s 2025-10-07 23:10:02.392170 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-07 23:10:02.394674 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:35.871780 | 2.22s 2025-10-07 23:10:02.654643 | fa163e05-2da9-b31b-ab8f-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-07 23:10:02.656804 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:36.133911 | 2.48s 2025-10-07 23:10:02.671185 | fa163e05-2da9-b31b-ab8f-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:36.148294 | 2.50s 2025-10-07 23:10:02.698913 | fa163e05-2da9-b31b-ab8f-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-07 23:10:03.047989 | fa163e05-2da9-b31b-ab8f-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-07 23:10:03.049762 | fa163e05-2da9-b31b-ab8f-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.526863 | 0.35s 2025-10-07 23:10:03.339746 | fa163e05-2da9-b31b-ab8f-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-07 23:10:03.341855 | fa163e05-2da9-b31b-ab8f-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:36.818963 | 0.64s 2025-10-07 23:10:03.645452 | fa163e05-2da9-b31b-ab8f-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-07 23:10:03.646418 | fa163e05-2da9-b31b-ab8f-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:37.123535 | 0.95s 2025-10-07 23:10:03.924976 | fa163e05-2da9-b31b-ab8f-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-07 23:10:03.926309 | fa163e05-2da9-b31b-ab8f-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:37.403417 | 1.23s 2025-10-07 23:10:03.934183 | fa163e05-2da9-b31b-ab8f-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:37.411288 | 1.23s 2025-10-07 23:10:03.958251 | fa163e05-2da9-b31b-ab8f-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-07 23:10:04.233646 | fa163e05-2da9-b31b-ab8f-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-07 23:10:09.453447 | fa163e05-2da9-b31b-ab8f-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-07 23:10:09.456101 | fa163e05-2da9-b31b-ab8f-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:42.933203 | 5.50s 2025-10-07 23:10:09.686050 | fa163e05-2da9-b31b-ab8f-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-07 23:10:09.688144 | fa163e05-2da9-b31b-ab8f-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:43.165243 | 5.73s 2025-10-07 23:10:10.028151 | fa163e05-2da9-b31b-ab8f-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-07 23:10:10.029653 | fa163e05-2da9-b31b-ab8f-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:43.506764 | 6.07s 2025-10-07 23:10:10.308513 | fa163e05-2da9-b31b-ab8f-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-07 23:10:10.310561 | fa163e05-2da9-b31b-ab8f-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:43.787672 | 6.35s 2025-10-07 23:10:10.322589 | fa163e05-2da9-b31b-ab8f-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:43.799697 | 6.36s 2025-10-07 23:10:10.343939 | fa163e05-2da9-b31b-ab8f-000000003d22 | TASK | Run cleanup tasks 2025-10-07 23:10:10.402002 | fa163e05-2da9-b31b-ab8f-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:43.879073 | 0.06s 2025-10-07 23:10:10.417927 | d9449be4-b36b-4277-bad0-ea6ed2dd6be5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-07 23:10:10.482644 | fa163e05-2da9-b31b-ab8f-000000004422 | TASK | Get list of enabled services 2025-10-07 23:10:12.964517 | fa163e05-2da9-b31b-ab8f-000000004422 | CHANGED | Get list of enabled services | undercloud 2025-10-07 23:10:12.966276 | fa163e05-2da9-b31b-ab8f-000000004422 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:46.443385 | 2.48s 2025-10-07 23:10:12.985364 | fa163e05-2da9-b31b-ab8f-000000004423 | TASK | List services to be disabled 2025-10-07 23:10:13.068020 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-07 23:10:13.104015 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-07 23:10:13.130083 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-07 23:10:13.157239 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-07 23:10:13.183908 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-07 23:10:13.209665 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-07 23:10:13.237432 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-07 23:10:13.263921 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-07 23:10:13.290761 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-07 23:10:13.318199 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-07 23:10:13.343606 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-07 23:10:13.369048 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-07 23:10:13.394371 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-07 23:10:13.419965 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-07 23:10:13.443189 | fa163e05-2da9-b31b-ab8f-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-07 23:10:13.456203 | fa163e05-2da9-b31b-ab8f-000000004423 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:46.933301 | 0.47s 2025-10-07 23:10:13.476992 | fa163e05-2da9-b31b-ab8f-000000004424 | TASK | Delete keystone services not enabled 2025-10-07 23:10:13.508597 | fa163e05-2da9-b31b-ab8f-000000004424 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:46.985693 | 0.03s 2025-10-07 23:10:13.528216 | fa163e05-2da9-b31b-ab8f-000000003d23 | TASK | Create Keystone Roles 2025-10-07 23:10:13.626200 | fa163e05-2da9-b31b-ab8f-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:47.103291 | 0.10s 2025-10-07 23:10:13.645391 | fa163e05-2da9-b31b-ab8f-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:47.122506 | 0.12s 2025-10-07 23:10:13.657320 | fa163e05-2da9-b31b-ab8f-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:47.134431 | 0.13s 2025-10-07 23:10:13.667850 | 7bbaf833-8282-4cfb-9a97-53bc9006acd6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-07 23:10:13.673373 | c9199aad-861d-423d-81d2-7f358393a111 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-07 23:10:13.730446 | fa163e05-2da9-b31b-ab8f-000000004592 | TASK | Async creation of Keystone role 2025-10-07 23:10:14.134463 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-07 23:10:14.136801 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:47.613904 | 0.41s 2025-10-07 23:10:14.446838 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-07 23:10:14.447899 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:47.925020 | 0.72s 2025-10-07 23:10:14.769429 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-07 23:10:14.771238 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:48.248354 | 1.04s 2025-10-07 23:10:15.055114 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-07 23:10:15.055785 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:48.532906 | 1.32s 2025-10-07 23:10:15.298784 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-07 23:10:15.299451 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:48.776571 | 1.57s 2025-10-07 23:10:15.600483 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-07 23:10:15.601656 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:49.078776 | 1.87s 2025-10-07 23:10:15.859800 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-07 23:10:15.860593 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:49.337711 | 2.13s 2025-10-07 23:10:16.130127 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-07 23:10:16.130861 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:49.607979 | 2.40s 2025-10-07 23:10:16.423877 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-07 23:10:16.426780 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:49.903794 | 2.70s 2025-10-07 23:10:16.716091 | fa163e05-2da9-b31b-ab8f-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-07 23:10:16.716849 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.193970 | 2.99s 2025-10-07 23:10:16.723554 | fa163e05-2da9-b31b-ab8f-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.200663 | 2.99s 2025-10-07 23:10:16.745404 | fa163e05-2da9-b31b-ab8f-000000004594 | TASK | Check Keystone role status 2025-10-07 23:10:17.014045 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-07 23:10:17.017857 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:50.494961 | 0.27s 2025-10-07 23:10:17.294237 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-07 23:10:17.296662 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:50.773774 | 0.55s 2025-10-07 23:10:17.570636 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-07 23:10:17.573623 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:51.050734 | 0.83s 2025-10-07 23:10:17.874558 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-07 23:10:17.876405 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:51.353517 | 1.13s 2025-10-07 23:10:18.158084 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-07 23:10:18.159053 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:51.636171 | 1.41s 2025-10-07 23:10:18.411338 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-07 23:10:18.412756 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:51.889874 | 1.67s 2025-10-07 23:10:18.688058 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-07 23:10:18.689519 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:52.166637 | 1.94s 2025-10-07 23:10:18.949364 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-07 23:10:18.950297 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:52.427395 | 2.20s 2025-10-07 23:10:19.232915 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-07 23:10:19.233727 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:52.710845 | 2.49s 2025-10-07 23:10:19.511888 | fa163e05-2da9-b31b-ab8f-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-07 23:10:19.513520 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:52.990632 | 2.77s 2025-10-07 23:10:19.526691 | fa163e05-2da9-b31b-ab8f-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:53.003806 | 2.78s 2025-10-07 23:10:19.550473 | fa163e05-2da9-b31b-ab8f-000000004599 | TASK | Async creation of Keystone role 2025-10-07 23:10:19.869084 | fa163e05-2da9-b31b-ab8f-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-07 23:10:19.871247 | fa163e05-2da9-b31b-ab8f-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.348351 | 0.32s 2025-10-07 23:10:20.212280 | fa163e05-2da9-b31b-ab8f-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-07 23:10:20.213812 | fa163e05-2da9-b31b-ab8f-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.690925 | 0.66s 2025-10-07 23:10:20.482279 | fa163e05-2da9-b31b-ab8f-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-07 23:10:20.485084 | fa163e05-2da9-b31b-ab8f-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.962196 | 0.93s 2025-10-07 23:10:20.495024 | fa163e05-2da9-b31b-ab8f-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:53.971509 | 0.94s 2025-10-07 23:10:20.513813 | fa163e05-2da9-b31b-ab8f-00000000459b | TASK | Check Keystone role status 2025-10-07 23:10:20.792899 | fa163e05-2da9-b31b-ab8f-00000000459b | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-07 23:10:26.009634 | fa163e05-2da9-b31b-ab8f-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-07 23:10:26.012179 | fa163e05-2da9-b31b-ab8f-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:59.489293 | 5.50s 2025-10-07 23:10:26.262269 | fa163e05-2da9-b31b-ab8f-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-07 23:10:26.264103 | fa163e05-2da9-b31b-ab8f-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:59.741216 | 5.75s 2025-10-07 23:10:26.556562 | fa163e05-2da9-b31b-ab8f-00000000459b | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-07 23:10:26.557809 | fa163e05-2da9-b31b-ab8f-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:00.034920 | 6.04s 2025-10-07 23:10:26.564830 | fa163e05-2da9-b31b-ab8f-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:00.041931 | 6.05s 2025-10-07 23:10:26.585444 | fa163e05-2da9-b31b-ab8f-000000003d25 | TASK | Create Keystone Users 2025-10-07 23:10:26.696593 | fa163e05-2da9-b31b-ab8f-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:00.173685 | 0.11s 2025-10-07 23:10:26.715105 | fa163e05-2da9-b31b-ab8f-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:00.192220 | 0.13s 2025-10-07 23:10:26.728173 | fa163e05-2da9-b31b-ab8f-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:00.205279 | 0.14s 2025-10-07 23:10:26.750666 | 3aab9074-2724-443d-aaa3-f96f36e54a91 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-07 23:10:26.764020 | 5db7e8fc-5712-469f-80a5-1221296b4ecb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-07 23:10:26.829688 | fa163e05-2da9-b31b-ab8f-000000004743 | TASK | Check password of Keystone user 2025-10-07 23:10:27.783309 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:27.784349 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:01.261460 | 0.95s 2025-10-07 23:10:28.755066 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:28.756561 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:02.233680 | 1.93s 2025-10-07 23:10:29.651277 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:29.652659 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:03.129776 | 2.82s 2025-10-07 23:10:30.513385 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:30.514461 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:03.991573 | 3.68s 2025-10-07 23:10:31.429165 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:31.430093 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.907206 | 4.60s 2025-10-07 23:10:32.330088 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:32.331029 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.808143 | 5.50s 2025-10-07 23:10:33.253298 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:33.254030 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:06.731149 | 6.42s 2025-10-07 23:10:34.156403 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:34.157596 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:07.634709 | 7.33s 2025-10-07 23:10:35.119115 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:35.120613 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:08.597725 | 8.29s 2025-10-07 23:10:36.014931 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:36.015894 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:09.493006 | 9.19s 2025-10-07 23:10:36.021857 | fa163e05-2da9-b31b-ab8f-000000004743 | 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-07 23:10:36.022840 | fa163e05-2da9-b31b-ab8f-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:09.499954 | 9.19s 2025-10-07 23:10:36.042901 | fa163e05-2da9-b31b-ab8f-000000004745 | TASK | Async creation of Keystone user 2025-10-07 23:10:36.453031 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:36.454500 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:09.931606 | 0.41s 2025-10-07 23:10:36.809509 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:36.810512 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:10.287625 | 0.77s 2025-10-07 23:10:37.154599 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:37.155607 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:10.632719 | 1.11s 2025-10-07 23:10:37.464776 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:37.467130 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:10.944239 | 1.42s 2025-10-07 23:10:37.801788 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:37.803441 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:11.280551 | 1.76s 2025-10-07 23:10:38.117369 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:38.118399 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:11.595512 | 2.07s 2025-10-07 23:10:38.460893 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:38.461627 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:11.938747 | 2.42s 2025-10-07 23:10:38.813827 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:38.814522 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.291642 | 2.77s 2025-10-07 23:10:39.148669 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:39.149511 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.626628 | 3.11s 2025-10-07 23:10:39.509088 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:39.509767 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.986887 | 3.47s 2025-10-07 23:10:39.514068 | fa163e05-2da9-b31b-ab8f-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:39.515362 | fa163e05-2da9-b31b-ab8f-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.992478 | 3.47s 2025-10-07 23:10:39.531864 | fa163e05-2da9-b31b-ab8f-000000004747 | TASK | Check Keystone user status 2025-10-07 23:10:39.795777 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:39.796738 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:13.273853 | 0.26s 2025-10-07 23:10:40.031477 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:40.032380 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:13.509495 | 0.50s 2025-10-07 23:10:40.329763 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:40.331165 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:13.808279 | 0.80s 2025-10-07 23:10:40.617593 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:40.618904 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.096024 | 1.09s 2025-10-07 23:10:40.863515 | fa163e05-2da9-b31b-ab8f-000000004747 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-07 23:10:46.096645 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:46.097612 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:19.574725 | 6.56s 2025-10-07 23:10:46.375813 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:46.378085 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:19.855197 | 6.84s 2025-10-07 23:10:46.610704 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:46.613759 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:20.090868 | 7.08s 2025-10-07 23:10:46.872141 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:46.873887 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:20.351001 | 7.34s 2025-10-07 23:10:47.133106 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:47.133822 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:20.610943 | 7.60s 2025-10-07 23:10:47.439724 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:47.440895 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:20.918005 | 7.91s 2025-10-07 23:10:47.453113 | fa163e05-2da9-b31b-ab8f-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:47.454181 | fa163e05-2da9-b31b-ab8f-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:20.931294 | 7.92s 2025-10-07 23:10:47.476198 | fa163e05-2da9-b31b-ab8f-00000000474c | TASK | Check password of Keystone user 2025-10-07 23:10:48.416605 | fa163e05-2da9-b31b-ab8f-00000000474c | 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-07 23:10:48.418262 | fa163e05-2da9-b31b-ab8f-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:21.895366 | 0.94s 2025-10-07 23:10:49.355864 | fa163e05-2da9-b31b-ab8f-00000000474c | 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-07 23:10:49.356933 | fa163e05-2da9-b31b-ab8f-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:22.834044 | 1.88s 2025-10-07 23:10:50.335026 | fa163e05-2da9-b31b-ab8f-00000000474c | 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-07 23:10:50.335908 | fa163e05-2da9-b31b-ab8f-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:23.813024 | 2.86s 2025-10-07 23:10:51.242294 | fa163e05-2da9-b31b-ab8f-00000000474c | 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-07 23:10:51.243413 | fa163e05-2da9-b31b-ab8f-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:24.720532 | 3.77s 2025-10-07 23:10:52.175493 | fa163e05-2da9-b31b-ab8f-00000000474c | 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-07 23:10:52.176562 | fa163e05-2da9-b31b-ab8f-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:25.653672 | 4.70s 2025-10-07 23:10:53.049022 | fa163e05-2da9-b31b-ab8f-00000000474c | 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-07 23:10:53.050172 | fa163e05-2da9-b31b-ab8f-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:26.527258 | 5.57s 2025-10-07 23:10:53.999902 | fa163e05-2da9-b31b-ab8f-00000000474c | 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-07 23:10:54.000787 | fa163e05-2da9-b31b-ab8f-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.477902 | 6.52s 2025-10-07 23:10:54.007490 | fa163e05-2da9-b31b-ab8f-00000000474c | 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-07 23:10:54.008579 | fa163e05-2da9-b31b-ab8f-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.485691 | 6.53s 2025-10-07 23:10:54.028357 | fa163e05-2da9-b31b-ab8f-00000000474e | TASK | Async creation of Keystone user 2025-10-07 23:10:54.435153 | fa163e05-2da9-b31b-ab8f-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:54.437481 | fa163e05-2da9-b31b-ab8f-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:27.914580 | 0.41s 2025-10-07 23:10:54.780223 | fa163e05-2da9-b31b-ab8f-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:54.780983 | fa163e05-2da9-b31b-ab8f-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:28.258101 | 0.75s 2025-10-07 23:10:55.135694 | fa163e05-2da9-b31b-ab8f-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:55.136970 | fa163e05-2da9-b31b-ab8f-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:28.614070 | 1.11s 2025-10-07 23:10:55.481515 | fa163e05-2da9-b31b-ab8f-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:55.482506 | fa163e05-2da9-b31b-ab8f-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:28.959620 | 1.45s 2025-10-07 23:10:55.836141 | fa163e05-2da9-b31b-ab8f-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:55.837125 | fa163e05-2da9-b31b-ab8f-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:29.314238 | 1.81s 2025-10-07 23:10:56.201895 | fa163e05-2da9-b31b-ab8f-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:56.202578 | fa163e05-2da9-b31b-ab8f-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:29.679697 | 2.17s 2025-10-07 23:10:56.585742 | fa163e05-2da9-b31b-ab8f-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:56.586825 | fa163e05-2da9-b31b-ab8f-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:30.063944 | 2.56s 2025-10-07 23:10:56.596755 | fa163e05-2da9-b31b-ab8f-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-07 23:10:56.597430 | fa163e05-2da9-b31b-ab8f-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:30.074552 | 2.57s 2025-10-07 23:10:56.611909 | fa163e05-2da9-b31b-ab8f-000000004750 | TASK | Check Keystone user status 2025-10-07 23:10:56.950814 | fa163e05-2da9-b31b-ab8f-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:56.951797 | fa163e05-2da9-b31b-ab8f-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:30.428912 | 0.34s 2025-10-07 23:10:57.294068 | fa163e05-2da9-b31b-ab8f-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:57.295056 | fa163e05-2da9-b31b-ab8f-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:30.772171 | 0.68s 2025-10-07 23:10:57.561410 | fa163e05-2da9-b31b-ab8f-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:10:57.562379 | fa163e05-2da9-b31b-ab8f-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:31.039491 | 0.95s 2025-10-07 23:10:57.834342 | fa163e05-2da9-b31b-ab8f-000000004750 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-07 23:11:03.074635 | fa163e05-2da9-b31b-ab8f-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:11:03.076564 | fa163e05-2da9-b31b-ab8f-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:36.553670 | 6.46s 2025-10-07 23:11:03.346034 | fa163e05-2da9-b31b-ab8f-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:11:03.347243 | fa163e05-2da9-b31b-ab8f-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:36.824355 | 6.73s 2025-10-07 23:11:03.647353 | fa163e05-2da9-b31b-ab8f-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:11:03.648389 | fa163e05-2da9-b31b-ab8f-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:37.125501 | 7.04s 2025-10-07 23:11:03.932301 | fa163e05-2da9-b31b-ab8f-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:11:03.933371 | fa163e05-2da9-b31b-ab8f-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:37.410484 | 7.32s 2025-10-07 23:11:03.940631 | fa163e05-2da9-b31b-ab8f-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-07 23:11:03.941748 | fa163e05-2da9-b31b-ab8f-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:37.418860 | 7.33s 2025-10-07 23:11:03.967231 | fa163e05-2da9-b31b-ab8f-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-07 23:11:04.066627 | fa163e05-2da9-b31b-ab8f-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:37.543712 | 0.10s 2025-10-07 23:11:04.097181 | fa163e05-2da9-b31b-ab8f-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:37.574293 | 0.13s 2025-10-07 23:11:04.121685 | fa163e05-2da9-b31b-ab8f-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:37.598800 | 0.15s 2025-10-07 23:11:04.130188 | fa163e05-2da9-b31b-ab8f-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:37.607285 | 0.16s 2025-10-07 23:11:04.147863 | ebe78128-8dbc-4645-9327-f4ee1d09bf58 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-07 23:11:04.157687 | 023a2f82-96d5-4bff-ad9b-94557f673a4c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-07 23:11:04.164025 | e065f62e-286c-4f09-9d8a-08446f550616 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-07 23:11:04.247857 | fa163e05-2da9-b31b-ab8f-000000004960 | TASK | Async assignment of Keystone user per role 2025-10-07 23:11:04.350877 | fa163e05-2da9-b31b-ab8f-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.827971 | 0.10s 2025-10-07 23:11:04.369444 | fa163e05-2da9-b31b-ab8f-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.846560 | 0.12s 2025-10-07 23:11:04.377655 | fa163e05-2da9-b31b-ab8f-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.854757 | 0.13s 2025-10-07 23:11:04.395454 | 3bfcbf7c-062a-4879-bb82-c500e7043151 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-07 23:11:04.405148 | 96d46817-df90-4478-bad2-f97bf3b62db9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-07 23:11:04.428639 | fa163e05-2da9-b31b-ab8f-000000004b40 | TASK | Async assignment of Keystone user to roles 2025-10-07 23:11:04.815340 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-07 23:11:04.817318 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.294430 | 0.39s 2025-10-07 23:11:05.150269 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-07 23:11:05.152595 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.629699 | 0.72s 2025-10-07 23:11:05.517860 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-07 23:11:05.518789 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.995905 | 1.09s 2025-10-07 23:11:05.831632 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-07 23:11:05.832403 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.309523 | 1.40s 2025-10-07 23:11:06.139261 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-07 23:11:06.139884 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.617007 | 1.71s 2025-10-07 23:11:06.419716 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-07 23:11:06.420760 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.897882 | 1.99s 2025-10-07 23:11:06.670628 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-07 23:11:06.672310 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:40.149421 | 2.24s 2025-10-07 23:11:06.933330 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-07 23:11:06.935503 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:40.412623 | 2.51s 2025-10-07 23:11:07.309152 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-07 23:11:07.309752 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:40.786873 | 2.88s 2025-10-07 23:11:07.605893 | fa163e05-2da9-b31b-ab8f-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-07 23:11:07.606568 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.083688 | 3.18s 2025-10-07 23:11:07.612768 | fa163e05-2da9-b31b-ab8f-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.089867 | 3.18s 2025-10-07 23:11:07.630934 | fa163e05-2da9-b31b-ab8f-000000004b42 | TASK | Check Keystone user assignment to roles status 2025-10-07 23:11:07.881407 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-07 23:11:07.882441 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:41.359555 | 0.25s 2025-10-07 23:11:08.179314 | fa163e05-2da9-b31b-ab8f-000000004b42 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-07 23:11:13.437020 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-07 23:11:13.439125 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:46.916229 | 5.81s 2025-10-07 23:11:13.707281 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-07 23:11:13.709250 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:47.186361 | 6.08s 2025-10-07 23:11:13.976009 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-07 23:11:13.977371 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:47.454484 | 6.35s 2025-10-07 23:11:14.233505 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-07 23:11:14.234734 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:47.711844 | 6.60s 2025-10-07 23:11:14.473480 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-07 23:11:14.475301 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:47.952414 | 6.84s 2025-10-07 23:11:14.723930 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-07 23:11:14.725556 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.202670 | 7.09s 2025-10-07 23:11:15.030380 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-07 23:11:15.031569 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.508679 | 7.40s 2025-10-07 23:11:15.290070 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-07 23:11:15.291726 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.768838 | 7.66s 2025-10-07 23:11:15.552155 | fa163e05-2da9-b31b-ab8f-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-07 23:11:15.554279 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.031383 | 7.92s 2025-10-07 23:11:15.568795 | fa163e05-2da9-b31b-ab8f-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.045900 | 7.94s 2025-10-07 23:11:15.593352 | fa163e05-2da9-b31b-ab8f-000000004b47 | TASK | Async assignment of Keystone user to roles 2025-10-07 23:11:15.924731 | fa163e05-2da9-b31b-ab8f-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-07 23:11:15.927180 | fa163e05-2da9-b31b-ab8f-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:49.404283 | 0.33s 2025-10-07 23:11:16.251398 | fa163e05-2da9-b31b-ab8f-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-07 23:11:16.252446 | fa163e05-2da9-b31b-ab8f-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:49.729555 | 0.66s 2025-10-07 23:11:16.585753 | fa163e05-2da9-b31b-ab8f-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-07 23:11:16.588028 | fa163e05-2da9-b31b-ab8f-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.065139 | 0.99s 2025-10-07 23:11:16.914788 | fa163e05-2da9-b31b-ab8f-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-07 23:11:16.915568 | fa163e05-2da9-b31b-ab8f-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.392689 | 1.32s 2025-10-07 23:11:17.255023 | fa163e05-2da9-b31b-ab8f-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-07 23:11:17.255598 | fa163e05-2da9-b31b-ab8f-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.732719 | 1.66s 2025-10-07 23:11:17.547932 | fa163e05-2da9-b31b-ab8f-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-07 23:11:17.548993 | fa163e05-2da9-b31b-ab8f-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.026072 | 1.95s 2025-10-07 23:11:17.800237 | fa163e05-2da9-b31b-ab8f-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-07 23:11:17.801361 | fa163e05-2da9-b31b-ab8f-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.278473 | 2.21s 2025-10-07 23:11:17.819168 | fa163e05-2da9-b31b-ab8f-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.296285 | 2.22s 2025-10-07 23:11:17.835364 | fa163e05-2da9-b31b-ab8f-000000004b49 | TASK | Check Keystone user assignment to roles status 2025-10-07 23:11:18.098333 | fa163e05-2da9-b31b-ab8f-000000004b49 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-07 23:11:23.324021 | fa163e05-2da9-b31b-ab8f-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-07 23:11:23.326096 | fa163e05-2da9-b31b-ab8f-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:56.803200 | 5.49s 2025-10-07 23:11:23.555881 | fa163e05-2da9-b31b-ab8f-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-07 23:11:23.557885 | fa163e05-2da9-b31b-ab8f-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:57.034997 | 5.72s 2025-10-07 23:11:23.820484 | fa163e05-2da9-b31b-ab8f-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-07 23:11:23.821484 | fa163e05-2da9-b31b-ab8f-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:57.298600 | 5.99s 2025-10-07 23:11:24.080250 | fa163e05-2da9-b31b-ab8f-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-07 23:11:24.081275 | fa163e05-2da9-b31b-ab8f-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:57.558389 | 6.24s 2025-10-07 23:11:24.338549 | fa163e05-2da9-b31b-ab8f-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-07 23:11:24.340372 | fa163e05-2da9-b31b-ab8f-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:57.817484 | 6.50s 2025-10-07 23:11:24.602084 | fa163e05-2da9-b31b-ab8f-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-07 23:11:24.604236 | fa163e05-2da9-b31b-ab8f-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:58.081352 | 6.77s 2025-10-07 23:11:24.885049 | fa163e05-2da9-b31b-ab8f-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-07 23:11:24.886804 | fa163e05-2da9-b31b-ab8f-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:58.363917 | 7.05s 2025-10-07 23:11:24.898911 | fa163e05-2da9-b31b-ab8f-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:58.376019 | 7.06s 2025-10-07 23:11:24.921982 | fa163e05-2da9-b31b-ab8f-000000004965 | TASK | Async assignment of Keystone user per role 2025-10-07 23:11:25.021671 | fa163e05-2da9-b31b-ab8f-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:58.498776 | 0.10s 2025-10-07 23:11:25.033755 | fa163e05-2da9-b31b-ab8f-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:58.510867 | 0.11s 2025-10-07 23:11:25.048224 | 4afce17b-aac8-4b7e-93a4-cb89eb4327df | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-07 23:11:25.073314 | fa163e05-2da9-b31b-ab8f-000000004bb1 | TASK | Async assignment of Keystone user to roles 2025-10-07 23:11:25.444320 | fa163e05-2da9-b31b-ab8f-000000004bb1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-07 23:11:25.445711 | fa163e05-2da9-b31b-ab8f-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:58.922818 | 0.37s 2025-10-07 23:11:25.452582 | fa163e05-2da9-b31b-ab8f-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:58.929685 | 0.38s 2025-10-07 23:11:25.472279 | fa163e05-2da9-b31b-ab8f-000000004bb3 | TASK | Check Keystone user assignment to roles status 2025-10-07 23:11:25.761813 | fa163e05-2da9-b31b-ab8f-000000004bb3 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-07 23:11:30.982777 | fa163e05-2da9-b31b-ab8f-000000004bb3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-07 23:11:30.984181 | fa163e05-2da9-b31b-ab8f-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:04.461285 | 5.51s 2025-10-07 23:11:30.990712 | fa163e05-2da9-b31b-ab8f-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:04.467818 | 5.52s 2025-10-07 23:11:31.010288 | fa163e05-2da9-b31b-ab8f-00000000496a | TASK | Async assignment of Keystone user per role 2025-10-07 23:11:31.104684 | fa163e05-2da9-b31b-ab8f-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:04.581783 | 0.09s 2025-10-07 23:11:31.123465 | fa163e05-2da9-b31b-ab8f-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:04.600573 | 0.11s 2025-10-07 23:11:31.137737 | 312cc6cc-1247-4400-bb0b-919edd8fb251 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-07 23:11:31.161341 | fa163e05-2da9-b31b-ab8f-000000004bd5 | TASK | Async assignment of Keystone user to roles 2025-10-07 23:11:31.522411 | fa163e05-2da9-b31b-ab8f-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-07 23:11:31.523880 | fa163e05-2da9-b31b-ab8f-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:05.000984 | 0.36s 2025-10-07 23:11:31.867275 | fa163e05-2da9-b31b-ab8f-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-07 23:11:31.868218 | fa163e05-2da9-b31b-ab8f-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:05.345333 | 0.71s 2025-10-07 23:11:32.150359 | fa163e05-2da9-b31b-ab8f-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-07 23:11:32.151289 | fa163e05-2da9-b31b-ab8f-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:05.628402 | 0.99s 2025-10-07 23:11:32.158296 | fa163e05-2da9-b31b-ab8f-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:05.635412 | 1.00s 2025-10-07 23:11:32.180172 | fa163e05-2da9-b31b-ab8f-000000004bd7 | TASK | Check Keystone user assignment to roles status 2025-10-07 23:11:32.425648 | fa163e05-2da9-b31b-ab8f-000000004bd7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-07 23:11:37.645853 | fa163e05-2da9-b31b-ab8f-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-07 23:11:37.647302 | fa163e05-2da9-b31b-ab8f-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:11.124409 | 5.46s 2025-10-07 23:11:37.907678 | fa163e05-2da9-b31b-ab8f-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-07 23:11:37.908822 | fa163e05-2da9-b31b-ab8f-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:11.385936 | 5.73s 2025-10-07 23:11:38.173311 | fa163e05-2da9-b31b-ab8f-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-07 23:11:38.174306 | fa163e05-2da9-b31b-ab8f-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:11.651420 | 5.99s 2025-10-07 23:11:38.181316 | fa163e05-2da9-b31b-ab8f-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:11.658431 | 6.00s 2025-10-07 23:11:38.217411 | fa163e05-2da9-b31b-ab8f-000000003ced | TASK | is Keystone LDAP enabled 2025-10-07 23:11:38.279426 | fa163e05-2da9-b31b-ab8f-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-07 23:11:38.280640 | fa163e05-2da9-b31b-ab8f-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:11.757750 | 0.06s 2025-10-07 23:11:38.298227 | fa163e05-2da9-b31b-ab8f-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-07 23:11:38.360045 | fa163e05-2da9-b31b-ab8f-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-07 23:11:38.361343 | fa163e05-2da9-b31b-ab8f-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:11.838451 | 0.06s 2025-10-07 23:11:38.379654 | fa163e05-2da9-b31b-ab8f-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-07 23:11:38.436756 | fa163e05-2da9-b31b-ab8f-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-07 23:11:38.437923 | fa163e05-2da9-b31b-ab8f-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:11.915032 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-07 23:11:38.582552 | fa163e05-2da9-b31b-ab8f-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-07 23:11:38.611180 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000e2') missing from stats 2025-10-07 23:11:38.634233 | fa163e05-2da9-b31b-ab8f-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-07 23:11:39.167175 | fa163e05-2da9-b31b-ab8f-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-07 23:11:39.168529 | fa163e05-2da9-b31b-ab8f-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:12.645638 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 23:11:39.240906 | fa163e05-2da9-b31b-ab8f-0000000000e4 | TIMING | include_tasks | standalone | 0:23:12.718010 | 0.04s 2025-10-07 23:11:39.290228 | a35054c7-f236-4d5b-85e9-9d969b055fd4 | INCLUDED | /root/standalone-ansible-lus4j9ue/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-07 23:11:39.320271 | fa163e05-2da9-b31b-ab8f-000000004c19 | TASK | Create virtqemud recovery script 2025-10-07 23:11:39.830314 | fa163e05-2da9-b31b-ab8f-000000004c19 | CHANGED | Create virtqemud recovery script | standalone 2025-10-07 23:11:39.831689 | fa163e05-2da9-b31b-ab8f-000000004c19 | TIMING | Create virtqemud recovery script | standalone | 0:23:13.308799 | 0.51s 2025-10-07 23:11:39.860988 | fa163e05-2da9-b31b-ab8f-000000004c1a | TASK | Create virtqemud recovery trigger service 2025-10-07 23:11:40.372732 | fa163e05-2da9-b31b-ab8f-000000004c1a | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-07 23:11:40.374110 | fa163e05-2da9-b31b-ab8f-000000004c1a | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:13.851220 | 0.51s 2025-10-07 23:11:40.403357 | fa163e05-2da9-b31b-ab8f-000000004c1b | TASK | Create virtqemud recovery trigger timer 2025-10-07 23:11:40.881135 | fa163e05-2da9-b31b-ab8f-000000004c1b | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-07 23:11:40.882452 | fa163e05-2da9-b31b-ab8f-000000004c1b | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:14.359566 | 0.48s 2025-10-07 23:11:40.911296 | fa163e05-2da9-b31b-ab8f-000000004c1c | TASK | Enable virtqemud recovery trigger service 2025-10-07 23:11:43.119435 | fa163e05-2da9-b31b-ab8f-000000004c1c | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-07 23:11:43.121514 | fa163e05-2da9-b31b-ab8f-000000004c1c | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:16.598622 | 2.21s 2025-10-07 23:11:43.153165 | fa163e05-2da9-b31b-ab8f-000000004c1d | TASK | Enable virtqemud recovery trigger timer 2025-10-07 23:11:44.225696 | fa163e05-2da9-b31b-ab8f-000000004c1d | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-07 23:11:44.227025 | fa163e05-2da9-b31b-ab8f-000000004c1d | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:17.704142 | 1.07s 2025-10-07 23:11:44.249475 | fa163e05-2da9-b31b-ab8f-000000004c1e | TASK | Really enable virtqemud recovery trigger timer 2025-10-07 23:11:44.972264 | fa163e05-2da9-b31b-ab8f-000000004c1e | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-07 23:11:44.973753 | fa163e05-2da9-b31b-ab8f-000000004c1e | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:18.450863 | 0.72s 2025-10-07 23:11:45.003155 | fa163e05-2da9-b31b-ab8f-000000004c20 | TASK | Create systemd file 2025-10-07 23:11:45.478824 | fa163e05-2da9-b31b-ab8f-000000004c20 | CHANGED | Create systemd file | standalone 2025-10-07 23:11:45.480298 | fa163e05-2da9-b31b-ab8f-000000004c20 | TIMING | Create systemd file | standalone | 0:23:18.957407 | 0.48s 2025-10-07 23:11:45.511179 | fa163e05-2da9-b31b-ab8f-000000004c21 | TASK | Reload systemd 2025-10-07 23:11:46.284035 | fa163e05-2da9-b31b-ab8f-000000004c21 | CHANGED | Reload systemd | standalone 2025-10-07 23:11:46.285484 | fa163e05-2da9-b31b-ab8f-000000004c21 | TIMING | Reload systemd | standalone | 0:23:19.762594 | 0.77s 2025-10-07 23:11:46.315201 | fa163e05-2da9-b31b-ab8f-000000004c24 | TASK | Start OVN container 2025-10-07 23:11:46.383032 | fa163e05-2da9-b31b-ab8f-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-07 23:11:46.402506 | fa163e05-2da9-b31b-ab8f-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-07 23:11:46.418783 | fa163e05-2da9-b31b-ab8f-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-07 23:11:46.430648 | fa163e05-2da9-b31b-ab8f-000000004c24 | TIMING | Start OVN container | standalone | 0:23:19.907750 | 0.11s 2025-10-07 23:11:46.460788 | fa163e05-2da9-b31b-ab8f-000000004c26 | TASK | Set NB connection 2025-10-07 23:11:46.504731 | fa163e05-2da9-b31b-ab8f-000000004c26 | SKIPPED | Set NB connection | standalone 2025-10-07 23:11:46.506864 | fa163e05-2da9-b31b-ab8f-000000004c26 | TIMING | Set NB connection | standalone | 0:23:19.983972 | 0.04s 2025-10-07 23:11:46.536328 | fa163e05-2da9-b31b-ab8f-000000004c27 | TASK | Set SB connection 2025-10-07 23:11:46.580095 | fa163e05-2da9-b31b-ab8f-000000004c27 | SKIPPED | Set SB connection | standalone 2025-10-07 23:11:46.582158 | fa163e05-2da9-b31b-ab8f-000000004c27 | TIMING | Set SB connection | standalone | 0:23:20.059267 | 0.04s 2025-10-07 23:11:46.611498 | fa163e05-2da9-b31b-ab8f-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-07 23:11:46.849104 | fa163e05-2da9-b31b-ab8f-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-07 23:11:46.851614 | fa163e05-2da9-b31b-ab8f-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:20.328722 | 0.24s 2025-10-07 23:11:46.965648 | fa163e05-2da9-b31b-ab8f-0000000000e7 | TIMING | include_tasks | standalone | 0:23:20.442750 | 0.08s 2025-10-07 23:11:47.005499 | 16916553-da51-4352-a09f-b7270907ddda | INCLUDED | /root/standalone-ansible-lus4j9ue/common_deploy_steps_tasks.yaml | standalone 2025-10-07 23:11:47.033451 | fa163e05-2da9-b31b-ab8f-000000004c56 | TASK | Write the config_step hieradata 2025-10-07 23:11:47.566448 | fa163e05-2da9-b31b-ab8f-000000004c56 | OK | Write the config_step hieradata | standalone 2025-10-07 23:11:47.569052 | fa163e05-2da9-b31b-ab8f-000000004c56 | TIMING | Write the config_step hieradata | standalone | 0:23:21.046159 | 0.53s 2025-10-07 23:11:47.600468 | fa163e05-2da9-b31b-ab8f-000000004c57 | TASK | Run puppet host configuration for step 4 2025-10-07 23:11:47.908670 | fa163e05-2da9-b31b-ab8f-000000004c57 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-07 23:11:47.909880 | fa163e05-2da9-b31b-ab8f-000000004c57 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:21.386990 | 0.31s 2025-10-07 23:11:47.938393 | fa163e05-2da9-b31b-ab8f-000000004c58 | TASK | Wait for puppet host configuration to finish 2025-10-07 23:11:48.164857 | fa163e05-2da9-b31b-ab8f-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 23:11:58.375244 | fa163e05-2da9-b31b-ab8f-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 23:12:08.595682 | fa163e05-2da9-b31b-ab8f-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-07 23:12:18.826485 | fa163e05-2da9-b31b-ab8f-000000004c58 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 23:12:18.828069 | fa163e05-2da9-b31b-ab8f-000000004c58 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:52.305182 | 30.89s 2025-10-07 23:12:18.857334 | fa163e05-2da9-b31b-ab8f-000000004c59 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-07 23:12:18.940508 | fa163e05-2da9-b31b-ab8f-000000004c59 | 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 7 23:11:48 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 23:11:52 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 23:11:52 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 23:11:52 puppet-user: (file & line not available)", "<13>Oct 7 23:11:52 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 7 23:11:52 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 7 23:11:53 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 7 23:11:53 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 7 23:11:53 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 7 23:11:53 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 7 23:11:53 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 7 23:11:53 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 7 23:11:53 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 7 23:11:53 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 7 23:11:53 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 23:11:53 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.53 seconds", "<13>Oct 7 23:11:57 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 7 23:12:00 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 7 23:12:05 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 7 23:12:05 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}77aa1834f3c86e48756c0401b95ac032e52dedf28fa995254006f48b7c6a6341'", "<13>Oct 7 23:12:05 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 7 23:12:05 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 7 23:12:05 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 7 23:12:05 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 7 23:12:07 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 23:12:12 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 7 23:12:13 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 7 23:12:13 puppet-user: Notice: Applied catalog in 20.49 seconds", "<13>Oct 7 23:12:13 puppet-user: Application:", "<13>Oct 7 23:12:13 puppet-user: Initial environment: production", "<13>Oct 7 23:12:13 puppet-user: Converged environment: production", "<13>Oct 7 23:12:13 puppet-user: Run mode: user", "<13>Oct 7 23:12:13 puppet-user: Changes:", "<13>Oct 7 23:12:13 puppet-user: Total: 10", "<13>Oct 7 23:12:13 puppet-user: Events:", "<13>Oct 7 23:12:13 puppet-user: Success: 10", "<13>Oct 7 23:12:13 puppet-user: Resources:", "<13>Oct 7 23:12:13 puppet-user: Restarted: 1", "<13>Oct 7 23:12:13 puppet-user: Changed: 10", "<13>Oct 7 23:12:13 puppet-user: Out of sync: 10", "<13>Oct 7 23:12:13 puppet-user: Total: 37", "<13>Oct 7 23:12:13 puppet-user: Time:", "<13>Oct 7 23:12:13 puppet-user: Filebucket: 0.00", "<13>Oct 7 23:12:13 puppet-user: Schedule: 0.00", "<13>Oct 7 23:12:13 puppet-user: File line: 0.00", "<13>Oct 7 23:12:13 puppet-user: Augeas: 0.01", "<13>Oct 7 23:12:13 puppet-user: User: 0.01", "<13>Oct 7 23:12:13 puppet-user: File: 0.06", "<13>Oct 7 23:12:13 puppet-user: Config retrieval: 0.61", "<13>Oct 7 23:12:13 puppet-user: Pcmk property: 1.62", "<13>Oct 7 23:12:13 puppet-user: Service: 1.63", "<13>Oct 7 23:12:13 puppet-user: Last run: 1759878733", "<13>Oct 7 23:12:13 puppet-user: Pcmk resource default: 2.16", "<13>Oct 7 23:12:13 puppet-user: Pcmk resource op default: 2.21", "<13>Oct 7 23:12:13 puppet-user: Transaction evaluation: 20.47", "<13>Oct 7 23:12:13 puppet-user: Catalog application: 20.49", "<13>Oct 7 23:12:13 puppet-user: Package: 5.51", "<13>Oct 7 23:12:13 puppet-user: Exec: 7.04", "<13>Oct 7 23:12:13 puppet-user: Total: 20.50", "<13>Oct 7 23:12:13 puppet-user: Version:", "<13>Oct 7 23:12:13 puppet-user: Config: 1759878712", "<13>Oct 7 23:12:13 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 23:12:18.942300 | fa163e05-2da9-b31b-ab8f-000000004c59 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:52.419403 | 0.08s 2025-10-07 23:12:18.972667 | fa163e05-2da9-b31b-ab8f-000000004c5a | TASK | Pre-cache facts for puppet containers 2025-10-07 23:12:18.993283 | fa163e05-2da9-b31b-ab8f-000000004c5a | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:52.470376 | 0.02s 2025-10-07 23:12:19.080145 | fa163e05-2da9-b31b-ab8f-000000004c9b | TASK | Gather variables for each operating system 2025-10-07 23:12:19.208062 | fa163e05-2da9-b31b-ab8f-000000004c9b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:52.685149 | 0.13s 2025-10-07 23:12:19.240365 | fa163e05-2da9-b31b-ab8f-000000004c9c | TASK | Create puppet caching structures 2025-10-07 23:12:19.517581 | fa163e05-2da9-b31b-ab8f-000000004c9c | CHANGED | Create puppet caching structures | standalone 2025-10-07 23:12:19.519131 | fa163e05-2da9-b31b-ab8f-000000004c9c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:52.996240 | 0.28s 2025-10-07 23:12:19.549106 | fa163e05-2da9-b31b-ab8f-000000004c9d | TASK | Check for facter.conf 2025-10-07 23:12:19.805613 | fa163e05-2da9-b31b-ab8f-000000004c9d | OK | Check for facter.conf | standalone 2025-10-07 23:12:19.807219 | fa163e05-2da9-b31b-ab8f-000000004c9d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:53.284323 | 0.26s 2025-10-07 23:12:19.837882 | fa163e05-2da9-b31b-ab8f-000000004c9e | TASK | Remove facter.conf if directory 2025-10-07 23:12:19.890067 | fa163e05-2da9-b31b-ab8f-000000004c9e | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 23:12:19.891372 | fa163e05-2da9-b31b-ab8f-000000004c9e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:53.368479 | 0.05s 2025-10-07 23:12:19.921780 | fa163e05-2da9-b31b-ab8f-000000004c9f | TASK | Write facter cache config 2025-10-07 23:12:20.382426 | fa163e05-2da9-b31b-ab8f-000000004c9f | CHANGED | Write facter cache config | standalone 2025-10-07 23:12:20.384796 | fa163e05-2da9-b31b-ab8f-000000004c9f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:53.861899 | 0.46s 2025-10-07 23:12:20.420816 | fa163e05-2da9-b31b-ab8f-000000004ca0 | TASK | Cleanup facter cache if exists 2025-10-07 23:12:20.624786 | fa163e05-2da9-b31b-ab8f-000000004ca0 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-07 23:12:20.626209 | fa163e05-2da9-b31b-ab8f-000000004ca0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:54.103318 | 0.20s 2025-10-07 23:12:20.656283 | fa163e05-2da9-b31b-ab8f-000000004ca1 | TASK | Pre-cache facts 2025-10-07 23:12:21.298174 | fa163e05-2da9-b31b-ab8f-000000004ca1 | CHANGED | Pre-cache facts | standalone 2025-10-07 23:12:21.299503 | fa163e05-2da9-b31b-ab8f-000000004ca1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:54.776613 | 0.64s 2025-10-07 23:12:21.334578 | fa163e05-2da9-b31b-ab8f-000000004ca2 | TASK | Failed deployment if facter fails 2025-10-07 23:12:21.376608 | fa163e05-2da9-b31b-ab8f-000000004ca2 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 23:12:21.377826 | fa163e05-2da9-b31b-ab8f-000000004ca2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:54.854934 | 0.04s 2025-10-07 23:12:21.425264 | fa163e05-2da9-b31b-ab8f-000000004ca3 | TASK | Sync cached facts 2025-10-07 23:12:21.765054 | fa163e05-2da9-b31b-ab8f-000000004ca3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-000000004ca3') missing from stats 2025-10-07 23:12:21.819749 | fa163e05-2da9-b31b-ab8f-000000004c5b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 23:12:21.864657 | fa163e05-2da9-b31b-ab8f-000000004c5b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-07 23:12:21.866189 | fa163e05-2da9-b31b-ab8f-000000004c5b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:55.343297 | 0.04s 2025-10-07 23:12:21.897045 | fa163e05-2da9-b31b-ab8f-000000004c5d | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-07 23:12:21.926581 | fa163e05-2da9-b31b-ab8f-000000004c5d | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:55.403688 | 0.03s 2025-10-07 23:12:21.992907 | fa163e05-2da9-b31b-ab8f-000000004cfa | TASK | Gather variables for each operating system 2025-10-07 23:12:22.117191 | fa163e05-2da9-b31b-ab8f-000000004cfa | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:55.594290 | 0.12s 2025-10-07 23:12:22.147459 | fa163e05-2da9-b31b-ab8f-000000004cfb | TASK | Create container logs path 2025-10-07 23:12:22.411615 | fa163e05-2da9-b31b-ab8f-000000004cfb | OK | Create container logs path | standalone 2025-10-07 23:12:22.413499 | fa163e05-2da9-b31b-ab8f-000000004cfb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:55.890599 | 0.26s 2025-10-07 23:12:22.445698 | fa163e05-2da9-b31b-ab8f-000000004cfd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 23:12:22.783687 | fa163e05-2da9-b31b-ab8f-000000004cfd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-07 23:12:22.785145 | fa163e05-2da9-b31b-ab8f-000000004cfd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:56.262255 | 0.34s 2025-10-07 23:12:22.819583 | fa163e05-2da9-b31b-ab8f-000000004cfe | TASK | Finalise hashes for all containers 2025-10-07 23:12:22.914627 | fa163e05-2da9-b31b-ab8f-000000004cfe | OK | Finalise hashes for all containers | standalone 2025-10-07 23:12:22.915940 | fa163e05-2da9-b31b-ab8f-000000004cfe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:56.393050 | 0.09s 2025-10-07 23:12:22.947798 | fa163e05-2da9-b31b-ab8f-000000004d00 | TASK | Manage systemd shutdown files 2025-10-07 23:12:22.980542 | fa163e05-2da9-b31b-ab8f-000000004d00 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:56.457642 | 0.03s 2025-10-07 23:12:23.019413 | c73b1742-9de9-4cf2-92b0-46a1871093b6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 23:12:23.049851 | fa163e05-2da9-b31b-ab8f-000000004d33 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 23:12:23.328801 | fa163e05-2da9-b31b-ab8f-000000004d33 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 23:12:23.329819 | fa163e05-2da9-b31b-ab8f-000000004d33 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:56.806940 | 0.28s 2025-10-07 23:12:23.349315 | fa163e05-2da9-b31b-ab8f-000000004d34 | TASK | Set podman_drop_in fact 2025-10-07 23:12:23.395557 | fa163e05-2da9-b31b-ab8f-000000004d34 | OK | Set podman_drop_in fact | standalone 2025-10-07 23:12:23.396301 | fa163e05-2da9-b31b-ab8f-000000004d34 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:56.873421 | 0.05s 2025-10-07 23:12:23.415888 | fa163e05-2da9-b31b-ab8f-000000004d36 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 23:12:23.856240 | fa163e05-2da9-b31b-ab8f-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 23:12:23.857840 | fa163e05-2da9-b31b-ab8f-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:57.334958 | 0.44s 2025-10-07 23:12:24.327020 | fa163e05-2da9-b31b-ab8f-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 23:12:24.328092 | fa163e05-2da9-b31b-ab8f-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:57.805204 | 0.91s 2025-10-07 23:12:24.335320 | fa163e05-2da9-b31b-ab8f-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:57.812427 | 0.92s 2025-10-07 23:12:24.365803 | fa163e05-2da9-b31b-ab8f-000000004d37 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 23:12:24.869103 | fa163e05-2da9-b31b-ab8f-000000004d37 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 23:12:24.870506 | fa163e05-2da9-b31b-ab8f-000000004d37 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:58.347615 | 0.50s 2025-10-07 23:12:24.900360 | fa163e05-2da9-b31b-ab8f-000000004d38 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 23:12:25.421277 | fa163e05-2da9-b31b-ab8f-000000004d38 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 23:12:25.422706 | fa163e05-2da9-b31b-ab8f-000000004d38 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:58.899817 | 0.52s 2025-10-07 23:12:25.454732 | fa163e05-2da9-b31b-ab8f-000000004d39 | TASK | Enable and start tripleo-container-shutdown 2025-10-07 23:12:26.194852 | fa163e05-2da9-b31b-ab8f-000000004d39 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-07 23:12:26.196878 | fa163e05-2da9-b31b-ab8f-000000004d39 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:59.673990 | 0.74s 2025-10-07 23:12:26.228096 | fa163e05-2da9-b31b-ab8f-000000004d3a | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 23:12:26.759883 | fa163e05-2da9-b31b-ab8f-000000004d3a | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 23:12:26.761313 | fa163e05-2da9-b31b-ab8f-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:00.238424 | 0.53s 2025-10-07 23:12:26.791338 | fa163e05-2da9-b31b-ab8f-000000004d3b | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 23:12:27.302995 | fa163e05-2da9-b31b-ab8f-000000004d3b | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 23:12:27.304448 | fa163e05-2da9-b31b-ab8f-000000004d3b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:00.781557 | 0.51s 2025-10-07 23:12:27.334858 | fa163e05-2da9-b31b-ab8f-000000004d3c | TASK | Enable and start netns-placeholder 2025-10-07 23:12:28.146523 | fa163e05-2da9-b31b-ab8f-000000004d3c | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 23:12:28.148620 | fa163e05-2da9-b31b-ab8f-000000004d3c | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:01.625723 | 0.81s 2025-10-07 23:12:28.180832 | fa163e05-2da9-b31b-ab8f-000000004d02 | TASK | Update container configs with new config hashes 2025-10-07 23:12:28.242220 | fa163e05-2da9-b31b-ab8f-000000004d02 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:01.719326 | 0.06s 2025-10-07 23:12:28.264879 | 038a3253-f179-4a7a-a374-ef29e69aba41 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 23:12:28.300825 | fa163e05-2da9-b31b-ab8f-000000004d64 | TASK | Update config hashes for container startup configs 2025-10-07 23:12:28.597596 | fa163e05-2da9-b31b-ab8f-000000004d64 | OK | Update config hashes for container startup configs | standalone 2025-10-07 23:12:28.598861 | fa163e05-2da9-b31b-ab8f-000000004d64 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:02.075965 | 0.30s 2025-10-07 23:12:28.631173 | fa163e05-2da9-b31b-ab8f-000000004d03 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 23:12:28.675216 | fa163e05-2da9-b31b-ab8f-000000004d03 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:02.152322 | 0.04s 2025-10-07 23:12:28.699709 | fb180699-6500-4502-ba5e-6ba16691ad38 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 23:12:28.738016 | fa163e05-2da9-b31b-ab8f-000000004d83 | TASK | Gather podman infos 2025-10-07 23:12:30.305436 | fa163e05-2da9-b31b-ab8f-000000004d83 | OK | Gather podman infos | standalone 2025-10-07 23:12:30.306705 | fa163e05-2da9-b31b-ab8f-000000004d83 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:03.783819 | 1.57s 2025-10-07 23:12:30.424877 | fa163e05-2da9-b31b-ab8f-000000004d84 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 23:12:30.506552 | fa163e05-2da9-b31b-ab8f-000000004d84 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:03.983650 | 0.08s 2025-10-07 23:12:30.680676 | fa163e05-2da9-b31b-ab8f-000000004dcd | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:04.157772 | 0.11s 2025-10-07 23:12:30.740293 | fa163e05-2da9-b31b-ab8f-000000004d04 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 23:12:30.782803 | fa163e05-2da9-b31b-ab8f-000000004d04 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:04.259906 | 0.04s 2025-10-07 23:12:30.806714 | 22f89b65-87c7-4b60-af3a-7ff4c59edc68 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 23:12:30.842760 | fa163e05-2da9-b31b-ab8f-000000004df3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 23:12:51.653900 | fa163e05-2da9-b31b-ab8f-000000004df3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-07 23:12:51.655654 | fa163e05-2da9-b31b-ab8f-000000004df3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:25.132763 | 20.81s 2025-10-07 23:12:51.690123 | fa163e05-2da9-b31b-ab8f-000000004df4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-07 23:14:54.454450 | fa163e05-2da9-b31b-ab8f-000000004df4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-07 23:14:54.456161 | fa163e05-2da9-b31b-ab8f-000000004df4 | 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:27.933270 | 122.76s 2025-10-07 23:14:54.518245 | fa163e05-2da9-b31b-ab8f-000000004c5f | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-07 23:14:54.757531 | fa163e05-2da9-b31b-ab8f-000000004c5f | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-07 23:14:54.759018 | fa163e05-2da9-b31b-ab8f-000000004c5f | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:28.236128 | 0.24s 2025-10-07 23:14:54.814188 | fa163e05-2da9-b31b-ab8f-000000004c60 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-07 23:14:54.847161 | fa163e05-2da9-b31b-ab8f-000000004c60 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:28.324270 | 0.03s 2025-10-07 23:14:54.872088 | fa163e05-2da9-b31b-ab8f-000000004c61 | TASK | Include container-puppet tasks for step 4 2025-10-07 23:14:54.922682 | fa163e05-2da9-b31b-ab8f-000000004c61 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:28.399791 | 0.05s 2025-10-07 23:14:54.940553 | 558be2ba-7f83-41de-903c-402639068b3a | INCLUDED | /root/standalone-ansible-lus4j9ue/host-container-puppet-tasks.yaml | standalone 2025-10-07 23:14:54.978725 | fa163e05-2da9-b31b-ab8f-000000004e3f | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-07 23:14:55.458020 | fa163e05-2da9-b31b-ab8f-000000004e3f | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-07 23:14:55.459490 | fa163e05-2da9-b31b-ab8f-000000004e3f | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:28.936598 | 0.48s 2025-10-07 23:14:55.496149 | fa163e05-2da9-b31b-ab8f-000000004e41 | TASK | Generate container puppet configs for step 4 2025-10-07 23:14:55.836752 | fa163e05-2da9-b31b-ab8f-000000004e41 | OK | Generate container puppet configs for step 4 | standalone 2025-10-07 23:14:55.838189 | fa163e05-2da9-b31b-ab8f-000000004e41 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:29.315300 | 0.34s 2025-10-07 23:14:55.868412 | fa163e05-2da9-b31b-ab8f-000000004e42 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-07 23:14:55.898620 | fa163e05-2da9-b31b-ab8f-000000004e42 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:29.375718 | 0.03s 2025-10-07 23:14:55.963680 | fa163e05-2da9-b31b-ab8f-000000004e71 | TASK | Gather variables for each operating system 2025-10-07 23:14:56.057026 | fa163e05-2da9-b31b-ab8f-000000004e71 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:29.534121 | 0.09s 2025-10-07 23:14:56.090117 | fa163e05-2da9-b31b-ab8f-000000004e72 | TASK | Create container logs path 2025-10-07 23:14:56.338723 | fa163e05-2da9-b31b-ab8f-000000004e72 | OK | Create container logs path | standalone 2025-10-07 23:14:56.340149 | fa163e05-2da9-b31b-ab8f-000000004e72 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:29.817259 | 0.25s 2025-10-07 23:14:56.372789 | fa163e05-2da9-b31b-ab8f-000000004e74 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-07 23:14:56.680014 | fa163e05-2da9-b31b-ab8f-000000004e74 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-07 23:14:56.681175 | fa163e05-2da9-b31b-ab8f-000000004e74 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:30.158286 | 0.31s 2025-10-07 23:14:56.710883 | fa163e05-2da9-b31b-ab8f-000000004e75 | TASK | Finalise hashes for all containers 2025-10-07 23:14:56.755808 | fa163e05-2da9-b31b-ab8f-000000004e75 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:14:56.756914 | fa163e05-2da9-b31b-ab8f-000000004e75 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:30.234025 | 0.04s 2025-10-07 23:14:56.786827 | fa163e05-2da9-b31b-ab8f-000000004e77 | TASK | Manage systemd shutdown files 2025-10-07 23:14:56.828816 | fa163e05-2da9-b31b-ab8f-000000004e77 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 23:14:56.829905 | fa163e05-2da9-b31b-ab8f-000000004e77 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:30.307016 | 0.04s 2025-10-07 23:14:56.861642 | fa163e05-2da9-b31b-ab8f-000000004e79 | TASK | Update container configs with new config hashes 2025-10-07 23:14:56.913487 | fa163e05-2da9-b31b-ab8f-000000004e79 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 23:14:56.914649 | fa163e05-2da9-b31b-ab8f-000000004e79 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:30.391759 | 0.05s 2025-10-07 23:14:56.948001 | fa163e05-2da9-b31b-ab8f-000000004e7a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-07 23:14:57.001979 | fa163e05-2da9-b31b-ab8f-000000004e7a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-07 23:14:57.003202 | fa163e05-2da9-b31b-ab8f-000000004e7a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:30.480311 | 0.05s 2025-10-07 23:14:57.035303 | fa163e05-2da9-b31b-ab8f-000000004e7b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-07 23:14:57.089812 | fa163e05-2da9-b31b-ab8f-000000004e7b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-07 23:14:57.090941 | fa163e05-2da9-b31b-ab8f-000000004e7b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:30.568051 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-07 23:14:57.257296 | fa163e05-2da9-b31b-ab8f-0000000000ea | TASK | External deployment step 5 2025-10-07 23:14:57.295318 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000ea') missing from stats 2025-10-07 23:14:57.348903 | fa163e05-2da9-b31b-ab8f-0000000000eb | TIMING | include_tasks | undercloud | 0:26:30.826016 | 0.04s 2025-10-07 23:14:57.357390 | d83bbc6d-1958-4e90-899a-536979a08aec | INCLUDED | /root/standalone-ansible-lus4j9ue/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-07 23:14:57.372732 | fa163e05-2da9-b31b-ab8f-000000004eca | TASK | Manage Cinder's default volume type 2025-10-07 23:15:10.168624 | fa163e05-2da9-b31b-ab8f-000000004eca | OK | Manage Cinder's default volume type | undercloud 2025-10-07 23:15:10.170411 | fa163e05-2da9-b31b-ab8f-000000004eca | TIMING | Manage Cinder's default volume type | undercloud | 0:26:43.647526 | 12.80s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-07 23:15:10.291241 | fa163e05-2da9-b31b-ab8f-0000000000ee | TASK | Deploy step tasks for 5 2025-10-07 23:15:10.318604 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000ee') missing from stats 2025-10-07 23:15:10.342237 | fa163e05-2da9-b31b-ab8f-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-07 23:15:10.888794 | fa163e05-2da9-b31b-ab8f-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-07 23:15:10.890279 | fa163e05-2da9-b31b-ab8f-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:44.367389 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-07 23:15:10.963198 | fa163e05-2da9-b31b-ab8f-0000000000f0 | TIMING | include_tasks | standalone | 0:26:44.440300 | 0.04s 2025-10-07 23:15:11.057271 | 33457d42-b900-4966-87c1-3d493ec5ac6f | INCLUDED | /root/standalone-ansible-lus4j9ue/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-07 23:15:11.090733 | fa163e05-2da9-b31b-ab8f-000000004eed | TASK | Gather variables for each operating system 2025-10-07 23:15:11.217375 | fa163e05-2da9-b31b-ab8f-000000004eed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:44.694477 | 0.13s 2025-10-07 23:15:11.249373 | fa163e05-2da9-b31b-ab8f-000000004eee | TASK | Detect if resource is being created or already exists 2025-10-07 23:15:12.042415 | fa163e05-2da9-b31b-ab8f-000000004eee | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 23:15:12.044114 | fa163e05-2da9-b31b-ab8f-000000004eee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:45.521225 | 0.79s 2025-10-07 23:15:12.077063 | fa163e05-2da9-b31b-ab8f-000000004eef | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-07 23:15:34.512929 | fa163e05-2da9-b31b-ab8f-000000004eef | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-07 23:15:34.514278 | fa163e05-2da9-b31b-ab8f-000000004eef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:07.991395 | 22.44s 2025-10-07 23:15:34.539710 | fa163e05-2da9-b31b-ab8f-000000004ef0 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-07 23:15:34.791433 | fa163e05-2da9-b31b-ab8f-000000004ef0 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-07 23:15:34.792728 | fa163e05-2da9-b31b-ab8f-000000004ef0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:08.269841 | 0.25s 2025-10-07 23:15:34.817174 | fa163e05-2da9-b31b-ab8f-000000004ef1 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 23:15:35.228638 | fa163e05-2da9-b31b-ab8f-000000004ef1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 23:15:35.229650 | fa163e05-2da9-b31b-ab8f-000000004ef1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:08.706769 | 0.41s 2025-10-07 23:15:35.250554 | fa163e05-2da9-b31b-ab8f-000000004ef2 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-07 23:15:35.458542 | fa163e05-2da9-b31b-ab8f-000000004ef2 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-07 23:15:35.460293 | fa163e05-2da9-b31b-ab8f-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:08.937400 | 0.21s 2025-10-07 23:15:35.489911 | fa163e05-2da9-b31b-ab8f-000000004ef4 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-07 23:15:35.521643 | fa163e05-2da9-b31b-ab8f-000000004ef4 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-07 23:15:35.522723 | fa163e05-2da9-b31b-ab8f-000000004ef4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:08.999836 | 0.03s 2025-10-07 23:15:35.551425 | fa163e05-2da9-b31b-ab8f-000000004ef5 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-07 23:15:35.580903 | fa163e05-2da9-b31b-ab8f-000000004ef5 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-07 23:15:35.581821 | fa163e05-2da9-b31b-ab8f-000000004ef5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:09.058938 | 0.03s 2025-10-07 23:15:35.610117 | fa163e05-2da9-b31b-ab8f-000000004ef6 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-07 23:15:35.654668 | fa163e05-2da9-b31b-ab8f-000000004ef6 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-07 23:15:35.655839 | fa163e05-2da9-b31b-ab8f-000000004ef6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:09.132947 | 0.04s 2025-10-07 23:15:35.682144 | fa163e05-2da9-b31b-ab8f-000000004ef7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 23:15:35.732695 | fa163e05-2da9-b31b-ab8f-000000004ef7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 23:15:35.733717 | fa163e05-2da9-b31b-ab8f-000000004ef7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:09.210829 | 0.05s 2025-10-07 23:15:35.759623 | fa163e05-2da9-b31b-ab8f-000000004ef8 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-07 23:15:35.801674 | fa163e05-2da9-b31b-ab8f-000000004ef8 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-07 23:15:35.803006 | fa163e05-2da9-b31b-ab8f-000000004ef8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:09.280113 | 0.04s 2025-10-07 23:15:35.853540 | fa163e05-2da9-b31b-ab8f-000000004f19 | TASK | Gather variables for each operating system 2025-10-07 23:15:35.952730 | fa163e05-2da9-b31b-ab8f-000000004f19 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:09.429828 | 0.10s 2025-10-07 23:15:35.980416 | fa163e05-2da9-b31b-ab8f-000000004f1a | TASK | Detect if resource is being created or already exists 2025-10-07 23:15:36.829326 | fa163e05-2da9-b31b-ab8f-000000004f1a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 23:15:36.830981 | fa163e05-2da9-b31b-ab8f-000000004f1a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:10.308060 | 0.85s 2025-10-07 23:15:36.865151 | fa163e05-2da9-b31b-ab8f-000000004f1b | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-07 23:15:59.635760 | fa163e05-2da9-b31b-ab8f-000000004f1b | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-07 23:15:59.636827 | fa163e05-2da9-b31b-ab8f-000000004f1b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:33.113947 | 22.77s 2025-10-07 23:15:59.658956 | fa163e05-2da9-b31b-ab8f-000000004f1c | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-07 23:15:59.934627 | fa163e05-2da9-b31b-ab8f-000000004f1c | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-07 23:15:59.936268 | fa163e05-2da9-b31b-ab8f-000000004f1c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:33.413378 | 0.28s 2025-10-07 23:15:59.967592 | fa163e05-2da9-b31b-ab8f-000000004f1d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 23:16:00.411040 | fa163e05-2da9-b31b-ab8f-000000004f1d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 23:16:00.412330 | fa163e05-2da9-b31b-ab8f-000000004f1d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:33.889441 | 0.44s 2025-10-07 23:16:00.449164 | fa163e05-2da9-b31b-ab8f-000000004f1e | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-07 23:16:00.658511 | fa163e05-2da9-b31b-ab8f-000000004f1e | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-07 23:16:00.659469 | fa163e05-2da9-b31b-ab8f-000000004f1e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:34.136582 | 0.21s 2025-10-07 23:16:00.684296 | fa163e05-2da9-b31b-ab8f-000000004f20 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-07 23:16:00.715446 | fa163e05-2da9-b31b-ab8f-000000004f20 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-07 23:16:00.716334 | fa163e05-2da9-b31b-ab8f-000000004f20 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:34.193451 | 0.03s 2025-10-07 23:16:00.740832 | fa163e05-2da9-b31b-ab8f-000000004f21 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-07 23:16:00.789209 | fa163e05-2da9-b31b-ab8f-000000004f21 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-07 23:16:00.790098 | fa163e05-2da9-b31b-ab8f-000000004f21 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:34.267213 | 0.05s 2025-10-07 23:16:00.815009 | fa163e05-2da9-b31b-ab8f-000000004f22 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-07 23:16:00.876508 | fa163e05-2da9-b31b-ab8f-000000004f22 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-07 23:16:00.877626 | fa163e05-2da9-b31b-ab8f-000000004f22 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:34.354740 | 0.06s 2025-10-07 23:16:00.903123 | fa163e05-2da9-b31b-ab8f-000000004f23 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 23:16:00.956869 | fa163e05-2da9-b31b-ab8f-000000004f23 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 23:16:00.957892 | fa163e05-2da9-b31b-ab8f-000000004f23 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:34.435008 | 0.05s 2025-10-07 23:16:00.982313 | fa163e05-2da9-b31b-ab8f-000000004f24 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-07 23:16:01.021190 | fa163e05-2da9-b31b-ab8f-000000004f24 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-07 23:16:01.022009 | fa163e05-2da9-b31b-ab8f-000000004f24 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:34.499126 | 0.04s 2025-10-07 23:16:01.065731 | fa163e05-2da9-b31b-ab8f-000000004f45 | TASK | Gather variables for each operating system 2025-10-07 23:16:01.176003 | fa163e05-2da9-b31b-ab8f-000000004f45 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:34.653112 | 0.11s 2025-10-07 23:16:01.209679 | fa163e05-2da9-b31b-ab8f-000000004f46 | TASK | Detect if resource is being created or already exists 2025-10-07 23:16:01.932740 | fa163e05-2da9-b31b-ab8f-000000004f46 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-07 23:16:01.934342 | fa163e05-2da9-b31b-ab8f-000000004f46 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:35.411451 | 0.72s 2025-10-07 23:16:01.966257 | fa163e05-2da9-b31b-ab8f-000000004f47 | TASK | Run init bundle puppet on the host for manila_share 2025-10-07 23:16:24.211062 | fa163e05-2da9-b31b-ab8f-000000004f47 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-07 23:16:24.213210 | fa163e05-2da9-b31b-ab8f-000000004f47 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:57.690318 | 22.25s 2025-10-07 23:16:24.249807 | fa163e05-2da9-b31b-ab8f-000000004f48 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-07 23:16:24.518270 | fa163e05-2da9-b31b-ab8f-000000004f48 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-07 23:16:24.519727 | fa163e05-2da9-b31b-ab8f-000000004f48 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:57.996836 | 0.27s 2025-10-07 23:16:24.551023 | fa163e05-2da9-b31b-ab8f-000000004f49 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-07 23:16:24.975819 | fa163e05-2da9-b31b-ab8f-000000004f49 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-07 23:16:24.977089 | fa163e05-2da9-b31b-ab8f-000000004f49 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:58.454208 | 0.42s 2025-10-07 23:16:24.998069 | fa163e05-2da9-b31b-ab8f-000000004f4a | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-07 23:16:25.244042 | fa163e05-2da9-b31b-ab8f-000000004f4a | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-07 23:16:25.244825 | fa163e05-2da9-b31b-ab8f-000000004f4a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:58.721945 | 0.25s 2025-10-07 23:16:25.265697 | fa163e05-2da9-b31b-ab8f-000000004f4c | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-07 23:16:25.323631 | fa163e05-2da9-b31b-ab8f-000000004f4c | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-07 23:16:25.324305 | fa163e05-2da9-b31b-ab8f-000000004f4c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:58.801424 | 0.06s 2025-10-07 23:16:25.345150 | fa163e05-2da9-b31b-ab8f-000000004f4d | TASK | Get container image tag from bundle openstack-manila-share 2025-10-07 23:16:25.392096 | fa163e05-2da9-b31b-ab8f-000000004f4d | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-07 23:16:25.392775 | fa163e05-2da9-b31b-ab8f-000000004f4d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:58.869895 | 0.05s 2025-10-07 23:16:25.414443 | fa163e05-2da9-b31b-ab8f-000000004f4e | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-07 23:16:25.451767 | fa163e05-2da9-b31b-ab8f-000000004f4e | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-07 23:16:25.452363 | fa163e05-2da9-b31b-ab8f-000000004f4e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:58.929484 | 0.04s 2025-10-07 23:16:25.473249 | fa163e05-2da9-b31b-ab8f-000000004f4f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-07 23:16:25.522742 | fa163e05-2da9-b31b-ab8f-000000004f4f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-07 23:16:25.523682 | fa163e05-2da9-b31b-ab8f-000000004f4f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:59.000802 | 0.05s 2025-10-07 23:16:25.543968 | fa163e05-2da9-b31b-ab8f-000000004f50 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-07 23:16:25.581340 | fa163e05-2da9-b31b-ab8f-000000004f50 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-07 23:16:25.581960 | fa163e05-2da9-b31b-ab8f-000000004f50 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:59.059067 | 0.04s 2025-10-07 23:16:25.618400 | fa163e05-2da9-b31b-ab8f-000000004f71 | TASK | Run kolla_set_configs to copy ring files 2025-10-07 23:16:26.152800 | fa163e05-2da9-b31b-ab8f-000000004f71 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-07 23:16:26.154916 | fa163e05-2da9-b31b-ab8f-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.632022 | 0.54s 2025-10-07 23:16:26.165181 | fa163e05-2da9-b31b-ab8f-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:59.642295 | 0.55s 2025-10-07 23:16:26.184422 | fa163e05-2da9-b31b-ab8f-000000004f72 | TASK | Run kolla_set_configs to copy ring files 2025-10-07 23:16:26.580314 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-07 23:16:26.581857 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:00.058961 | 0.40s 2025-10-07 23:16:27.152744 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-07 23:16:27.154628 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:00.631741 | 0.97s 2025-10-07 23:16:27.488267 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-07 23:16:27.490237 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:00.967351 | 1.30s 2025-10-07 23:16:27.976510 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-07 23:16:27.977663 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:01.454775 | 1.79s 2025-10-07 23:16:28.295200 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-07 23:16:28.297188 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:01.774299 | 2.11s 2025-10-07 23:16:28.571299 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-07 23:16:28.572351 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.049464 | 2.39s 2025-10-07 23:16:29.128914 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-07 23:16:29.130401 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.607518 | 2.95s 2025-10-07 23:16:29.574352 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-07 23:16:29.576087 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.053198 | 3.39s 2025-10-07 23:16:29.878296 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-07 23:16:29.879932 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.357045 | 3.69s 2025-10-07 23:16:30.367423 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-07 23:16:30.371679 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.848774 | 4.19s 2025-10-07 23:16:30.676889 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-07 23:16:30.680265 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.157370 | 4.49s 2025-10-07 23:16:31.196344 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-07 23:16:31.199336 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.676442 | 5.01s 2025-10-07 23:16:31.667038 | fa163e05-2da9-b31b-ab8f-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-07 23:16:31.668133 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.145247 | 5.48s 2025-10-07 23:16:31.678276 | fa163e05-2da9-b31b-ab8f-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.155370 | 5.49s 2025-10-07 23:16:31.717750 | fa163e05-2da9-b31b-ab8f-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-07 23:16:31.951185 | fa163e05-2da9-b31b-ab8f-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-07 23:16:31.953336 | fa163e05-2da9-b31b-ab8f-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:05.430440 | 0.23s 2025-10-07 23:16:32.086985 | fa163e05-2da9-b31b-ab8f-0000000000f3 | TIMING | include_tasks | standalone | 0:28:05.564025 | 0.10s 2025-10-07 23:16:32.134642 | f337789e-a19c-4cb1-ba5a-be4cec023809 | INCLUDED | /root/standalone-ansible-lus4j9ue/common_deploy_steps_tasks.yaml | standalone 2025-10-07 23:16:32.162368 | fa163e05-2da9-b31b-ab8f-000000004fef | TASK | Write the config_step hieradata 2025-10-07 23:16:32.792353 | fa163e05-2da9-b31b-ab8f-000000004fef | OK | Write the config_step hieradata | standalone 2025-10-07 23:16:32.793940 | fa163e05-2da9-b31b-ab8f-000000004fef | TIMING | Write the config_step hieradata | standalone | 0:28:06.271046 | 0.63s 2025-10-07 23:16:32.825647 | fa163e05-2da9-b31b-ab8f-000000004ff0 | TASK | Run puppet host configuration for step 5 2025-10-07 23:16:33.159579 | fa163e05-2da9-b31b-ab8f-000000004ff0 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-07 23:16:33.161153 | fa163e05-2da9-b31b-ab8f-000000004ff0 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:06.638260 | 0.33s 2025-10-07 23:16:33.191030 | fa163e05-2da9-b31b-ab8f-000000004ff1 | TASK | Wait for puppet host configuration to finish 2025-10-07 23:16:33.437699 | fa163e05-2da9-b31b-ab8f-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-07 23:16:43.604394 | fa163e05-2da9-b31b-ab8f-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-07 23:16:53.865925 | fa163e05-2da9-b31b-ab8f-000000004ff1 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-07 23:16:53.867832 | fa163e05-2da9-b31b-ab8f-000000004ff1 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:27.344939 | 20.68s 2025-10-07 23:16:53.901908 | fa163e05-2da9-b31b-ab8f-000000004ff2 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-07 23:16:53.988069 | fa163e05-2da9-b31b-ab8f-000000004ff2 | 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 7 23:16:33 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 7 23:16:38 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 7 23:16:38 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 7 23:16:38 puppet-user: (file & line not available)", "<13>Oct 7 23:16:38 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 7 23:16:38 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 7 23:16:38 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 7 23:16:38 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 7 23:16:38 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 7 23:16:38 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 7 23:16:38 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 7 23:16:38 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 7 23:16:38 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 7 23:16:38 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 7 23:16:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 7 23:16:38 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.53 seconds", "<13>Oct 7 23:16:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 7 23:16:45 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 7 23:16:47 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 7 23:16:47 puppet-user: Notice: Applied catalog in 8.83 seconds", "<13>Oct 7 23:16:47 puppet-user: Application:", "<13>Oct 7 23:16:47 puppet-user: Initial environment: production", "<13>Oct 7 23:16:47 puppet-user: Converged environment: production", "<13>Oct 7 23:16:47 puppet-user: Run mode: user", "<13>Oct 7 23:16:47 puppet-user: Changes:", "<13>Oct 7 23:16:47 puppet-user: Total: 2", "<13>Oct 7 23:16:47 puppet-user: Events:", "<13>Oct 7 23:16:47 puppet-user: Success: 2", "<13>Oct 7 23:16:47 puppet-user: Resources:", "<13>Oct 7 23:16:47 puppet-user: Changed: 2", "<13>Oct 7 23:16:47 puppet-user: Out of sync: 2", "<13>Oct 7 23:16:47 puppet-user: Total: 37", "<13>Oct 7 23:16:47 puppet-user: Time:", "<13>Oct 7 23:16:47 puppet-user: Filebucket: 0.00", "<13>Oct 7 23:16:47 puppet-user: Schedule: 0.00", "<13>Oct 7 23:16:47 puppet-user: File line: 0.00", "<13>Oct 7 23:16:47 puppet-user: Package: 0.00", "<13>Oct 7 23:16:47 puppet-user: Augeas: 0.01", "<13>Oct 7 23:16:47 puppet-user: User: 0.01", "<13>Oct 7 23:16:47 puppet-user: File: 0.07", "<13>Oct 7 23:16:47 puppet-user: Service: 0.19", "<13>Oct 7 23:16:47 puppet-user: Config retrieval: 0.75", "<13>Oct 7 23:16:47 puppet-user: Pcmk property: 1.61", "<13>Oct 7 23:16:47 puppet-user: Last run: 1759879007", "<13>Oct 7 23:16:47 puppet-user: Exec: 2.11", "<13>Oct 7 23:16:47 puppet-user: Pcmk resource op default: 2.25", "<13>Oct 7 23:16:47 puppet-user: Pcmk resource default: 2.29", "<13>Oct 7 23:16:47 puppet-user: Transaction evaluation: 8.75", "<13>Oct 7 23:16:47 puppet-user: Catalog application: 8.83", "<13>Oct 7 23:16:47 puppet-user: Total: 8.84", "<13>Oct 7 23:16:47 puppet-user: Version:", "<13>Oct 7 23:16:47 puppet-user: Config: 1759878998", "<13>Oct 7 23:16:47 puppet-user: Puppet: 7.10.0" ] } 2025-10-07 23:16:53.989799 | fa163e05-2da9-b31b-ab8f-000000004ff2 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:27.466908 | 0.09s 2025-10-07 23:16:54.023859 | fa163e05-2da9-b31b-ab8f-000000004ff3 | TASK | Pre-cache facts for puppet containers 2025-10-07 23:16:54.053516 | fa163e05-2da9-b31b-ab8f-000000004ff3 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:27.530616 | 0.03s 2025-10-07 23:16:54.138372 | fa163e05-2da9-b31b-ab8f-000000005032 | TASK | Gather variables for each operating system 2025-10-07 23:16:54.251590 | fa163e05-2da9-b31b-ab8f-000000005032 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:27.728691 | 0.11s 2025-10-07 23:16:54.275770 | fa163e05-2da9-b31b-ab8f-000000005033 | TASK | Create puppet caching structures 2025-10-07 23:16:54.537805 | fa163e05-2da9-b31b-ab8f-000000005033 | CHANGED | Create puppet caching structures | standalone 2025-10-07 23:16:54.539374 | fa163e05-2da9-b31b-ab8f-000000005033 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:28.016484 | 0.26s 2025-10-07 23:16:54.565907 | fa163e05-2da9-b31b-ab8f-000000005034 | TASK | Check for facter.conf 2025-10-07 23:16:54.796680 | fa163e05-2da9-b31b-ab8f-000000005034 | OK | Check for facter.conf | standalone 2025-10-07 23:16:54.799085 | fa163e05-2da9-b31b-ab8f-000000005034 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:28.276181 | 0.23s 2025-10-07 23:16:54.835690 | fa163e05-2da9-b31b-ab8f-000000005035 | TASK | Remove facter.conf if directory 2025-10-07 23:16:54.872521 | fa163e05-2da9-b31b-ab8f-000000005035 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-07 23:16:54.874175 | fa163e05-2da9-b31b-ab8f-000000005035 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:28.351280 | 0.04s 2025-10-07 23:16:54.909518 | fa163e05-2da9-b31b-ab8f-000000005036 | TASK | Write facter cache config 2025-10-07 23:16:55.452323 | fa163e05-2da9-b31b-ab8f-000000005036 | CHANGED | Write facter cache config | standalone 2025-10-07 23:16:55.453924 | fa163e05-2da9-b31b-ab8f-000000005036 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:28.931032 | 0.54s 2025-10-07 23:16:55.483174 | fa163e05-2da9-b31b-ab8f-000000005037 | TASK | Cleanup facter cache if exists 2025-10-07 23:16:55.715891 | fa163e05-2da9-b31b-ab8f-000000005037 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-07 23:16:55.717568 | fa163e05-2da9-b31b-ab8f-000000005037 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:29.194677 | 0.23s 2025-10-07 23:16:55.748533 | fa163e05-2da9-b31b-ab8f-000000005038 | TASK | Pre-cache facts 2025-10-07 23:16:56.406330 | fa163e05-2da9-b31b-ab8f-000000005038 | CHANGED | Pre-cache facts | standalone 2025-10-07 23:16:56.407976 | fa163e05-2da9-b31b-ab8f-000000005038 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:29.885059 | 0.66s 2025-10-07 23:16:56.446264 | fa163e05-2da9-b31b-ab8f-000000005039 | TASK | Failed deployment if facter fails 2025-10-07 23:16:56.489635 | fa163e05-2da9-b31b-ab8f-000000005039 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-07 23:16:56.490872 | fa163e05-2da9-b31b-ab8f-000000005039 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:29.967981 | 0.04s 2025-10-07 23:16:56.543773 | fa163e05-2da9-b31b-ab8f-00000000503a | TASK | Sync cached facts 2025-10-07 23:16:56.877399 | fa163e05-2da9-b31b-ab8f-00000000503a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-00000000503a') missing from stats 2025-10-07 23:16:56.922357 | fa163e05-2da9-b31b-ab8f-000000004ff4 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-07 23:16:56.971361 | fa163e05-2da9-b31b-ab8f-000000004ff4 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-07 23:16:56.972332 | fa163e05-2da9-b31b-ab8f-000000004ff4 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:30.449448 | 0.05s 2025-10-07 23:16:56.997099 | fa163e05-2da9-b31b-ab8f-000000004ff6 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-07 23:16:57.030189 | fa163e05-2da9-b31b-ab8f-000000004ff6 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:30.507299 | 0.03s 2025-10-07 23:16:57.087670 | fa163e05-2da9-b31b-ab8f-000000005091 | TASK | Gather variables for each operating system 2025-10-07 23:16:57.211254 | fa163e05-2da9-b31b-ab8f-000000005091 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:30.688354 | 0.12s 2025-10-07 23:16:57.242543 | fa163e05-2da9-b31b-ab8f-000000005092 | TASK | Create container logs path 2025-10-07 23:16:57.465794 | fa163e05-2da9-b31b-ab8f-000000005092 | OK | Create container logs path | standalone 2025-10-07 23:16:57.467165 | fa163e05-2da9-b31b-ab8f-000000005092 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:30.944274 | 0.22s 2025-10-07 23:16:57.500363 | fa163e05-2da9-b31b-ab8f-000000005094 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 23:16:57.782694 | fa163e05-2da9-b31b-ab8f-000000005094 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-07 23:16:57.784128 | fa163e05-2da9-b31b-ab8f-000000005094 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:31.261238 | 0.28s 2025-10-07 23:16:57.820034 | fa163e05-2da9-b31b-ab8f-000000005095 | TASK | Finalise hashes for all containers 2025-10-07 23:16:57.884758 | fa163e05-2da9-b31b-ab8f-000000005095 | OK | Finalise hashes for all containers | standalone 2025-10-07 23:16:57.886375 | fa163e05-2da9-b31b-ab8f-000000005095 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:31.363485 | 0.06s 2025-10-07 23:16:57.917619 | fa163e05-2da9-b31b-ab8f-000000005097 | TASK | Manage systemd shutdown files 2025-10-07 23:16:57.952117 | fa163e05-2da9-b31b-ab8f-000000005097 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:31.429220 | 0.03s 2025-10-07 23:16:57.988544 | de2253a2-d141-418f-9112-91ff45403507 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-07 23:16:58.018903 | fa163e05-2da9-b31b-ab8f-0000000050ca | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-07 23:16:58.290019 | fa163e05-2da9-b31b-ab8f-0000000050ca | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-07 23:16:58.291564 | fa163e05-2da9-b31b-ab8f-0000000050ca | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:31.768674 | 0.27s 2025-10-07 23:16:58.333570 | fa163e05-2da9-b31b-ab8f-0000000050cb | TASK | Set podman_drop_in fact 2025-10-07 23:16:58.368970 | fa163e05-2da9-b31b-ab8f-0000000050cb | OK | Set podman_drop_in fact | standalone 2025-10-07 23:16:58.369794 | fa163e05-2da9-b31b-ab8f-0000000050cb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:31.846910 | 0.03s 2025-10-07 23:16:58.392602 | fa163e05-2da9-b31b-ab8f-0000000050cd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-07 23:16:58.902240 | fa163e05-2da9-b31b-ab8f-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-07 23:16:58.903174 | fa163e05-2da9-b31b-ab8f-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:32.380291 | 0.51s 2025-10-07 23:16:59.319097 | fa163e05-2da9-b31b-ab8f-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-07 23:16:59.319917 | fa163e05-2da9-b31b-ab8f-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:32.797037 | 0.93s 2025-10-07 23:16:59.324095 | fa163e05-2da9-b31b-ab8f-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:32.801202 | 0.93s 2025-10-07 23:16:59.356764 | fa163e05-2da9-b31b-ab8f-0000000050ce | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-07 23:16:59.983191 | fa163e05-2da9-b31b-ab8f-0000000050ce | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-07 23:16:59.984608 | fa163e05-2da9-b31b-ab8f-0000000050ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:33.461719 | 0.63s 2025-10-07 23:17:00.015358 | fa163e05-2da9-b31b-ab8f-0000000050cf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-07 23:17:00.541391 | fa163e05-2da9-b31b-ab8f-0000000050cf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-07 23:17:00.542987 | fa163e05-2da9-b31b-ab8f-0000000050cf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:34.020066 | 0.53s 2025-10-07 23:17:00.573379 | fa163e05-2da9-b31b-ab8f-0000000050d0 | TASK | Enable and start tripleo-container-shutdown 2025-10-07 23:17:01.563860 | fa163e05-2da9-b31b-ab8f-0000000050d0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-07 23:17:01.565346 | fa163e05-2da9-b31b-ab8f-0000000050d0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:35.042462 | 0.99s 2025-10-07 23:17:01.589795 | fa163e05-2da9-b31b-ab8f-0000000050d1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-07 23:17:02.115302 | fa163e05-2da9-b31b-ab8f-0000000050d1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-07 23:17:02.117876 | fa163e05-2da9-b31b-ab8f-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:35.594985 | 0.53s 2025-10-07 23:17:02.149258 | fa163e05-2da9-b31b-ab8f-0000000050d2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-07 23:17:02.662913 | fa163e05-2da9-b31b-ab8f-0000000050d2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-07 23:17:02.665830 | fa163e05-2da9-b31b-ab8f-0000000050d2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:36.142938 | 0.51s 2025-10-07 23:17:02.698364 | fa163e05-2da9-b31b-ab8f-0000000050d3 | TASK | Enable and start netns-placeholder 2025-10-07 23:17:03.750752 | fa163e05-2da9-b31b-ab8f-0000000050d3 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-07 23:17:03.752938 | fa163e05-2da9-b31b-ab8f-0000000050d3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:37.230047 | 1.05s 2025-10-07 23:17:03.784788 | fa163e05-2da9-b31b-ab8f-000000005099 | TASK | Update container configs with new config hashes 2025-10-07 23:17:03.847577 | fa163e05-2da9-b31b-ab8f-000000005099 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:37.324678 | 0.06s 2025-10-07 23:17:03.870244 | 29a5a563-528f-4dec-8469-40acd2b18269 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-07 23:17:03.908270 | fa163e05-2da9-b31b-ab8f-0000000050fb | TASK | Update config hashes for container startup configs 2025-10-07 23:17:04.208088 | fa163e05-2da9-b31b-ab8f-0000000050fb | OK | Update config hashes for container startup configs | standalone 2025-10-07 23:17:04.209557 | fa163e05-2da9-b31b-ab8f-0000000050fb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:37.686667 | 0.30s 2025-10-07 23:17:04.245027 | fa163e05-2da9-b31b-ab8f-00000000509a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 23:17:04.310205 | fa163e05-2da9-b31b-ab8f-00000000509a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:37.787296 | 0.06s 2025-10-07 23:17:04.337405 | 3c440d8c-1a7e-4cd4-a026-2e720817e4bb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-07 23:17:04.372484 | fa163e05-2da9-b31b-ab8f-00000000511a | TASK | Gather podman infos 2025-10-07 23:17:06.612937 | fa163e05-2da9-b31b-ab8f-00000000511a | OK | Gather podman infos | standalone 2025-10-07 23:17:06.614320 | fa163e05-2da9-b31b-ab8f-00000000511a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:40.091433 | 2.24s 2025-10-07 23:17:06.764474 | fa163e05-2da9-b31b-ab8f-00000000511b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 23:17:06.827262 | fa163e05-2da9-b31b-ab8f-00000000511b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:40.304374 | 0.06s 2025-10-07 23:17:06.992538 | fa163e05-2da9-b31b-ab8f-000000005164 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:40.469634 | 0.13s 2025-10-07 23:17:07.065613 | fa163e05-2da9-b31b-ab8f-00000000509b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 23:17:07.119766 | fa163e05-2da9-b31b-ab8f-00000000509b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:40.596875 | 0.05s 2025-10-07 23:17:07.136137 | 5250626f-54d9-4e7b-93cd-0c33124e218b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-07 23:17:07.170531 | fa163e05-2da9-b31b-ab8f-00000000518a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 23:17:32.725046 | fa163e05-2da9-b31b-ab8f-00000000518a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-07 23:17:32.727794 | fa163e05-2da9-b31b-ab8f-00000000518a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:06.204898 | 25.56s 2025-10-07 23:17:32.761641 | fa163e05-2da9-b31b-ab8f-00000000518b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-07 23:17:58.827427 | fa163e05-2da9-b31b-ab8f-00000000518b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-07 23:17:58.828592 | fa163e05-2da9-b31b-ab8f-00000000518b | 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:32.305709 | 26.07s 2025-10-07 23:17:58.891791 | fa163e05-2da9-b31b-ab8f-000000004ff8 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-07 23:17:59.105476 | fa163e05-2da9-b31b-ab8f-000000004ff8 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-07 23:17:59.106389 | fa163e05-2da9-b31b-ab8f-000000004ff8 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:32.583506 | 0.21s 2025-10-07 23:17:59.136918 | fa163e05-2da9-b31b-ab8f-000000004ff9 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-07 23:17:59.184576 | fa163e05-2da9-b31b-ab8f-000000004ff9 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:32.661688 | 0.05s 2025-10-07 23:17:59.205263 | fa163e05-2da9-b31b-ab8f-000000004ffa | TASK | Include container-puppet tasks for step 5 2025-10-07 23:17:59.242926 | fa163e05-2da9-b31b-ab8f-000000004ffa | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:32.720031 | 0.04s 2025-10-07 23:17:59.268847 | 6173ed7f-336c-4bbc-9bf7-abbe1fa07302 | INCLUDED | /root/standalone-ansible-lus4j9ue/host-container-puppet-tasks.yaml | standalone 2025-10-07 23:17:59.306578 | fa163e05-2da9-b31b-ab8f-0000000051d6 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-07 23:17:59.781233 | fa163e05-2da9-b31b-ab8f-0000000051d6 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-07 23:17:59.782454 | fa163e05-2da9-b31b-ab8f-0000000051d6 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:33.259564 | 0.47s 2025-10-07 23:17:59.813035 | fa163e05-2da9-b31b-ab8f-0000000051d8 | TASK | Generate container puppet configs for step 5 2025-10-07 23:18:00.080660 | fa163e05-2da9-b31b-ab8f-0000000051d8 | OK | Generate container puppet configs for step 5 | standalone 2025-10-07 23:18:00.082622 | fa163e05-2da9-b31b-ab8f-0000000051d8 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:33.559727 | 0.27s 2025-10-07 23:18:00.114499 | fa163e05-2da9-b31b-ab8f-0000000051d9 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-07 23:18:00.143863 | fa163e05-2da9-b31b-ab8f-0000000051d9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:33.620967 | 0.03s 2025-10-07 23:18:00.217334 | fa163e05-2da9-b31b-ab8f-000000005208 | TASK | Gather variables for each operating system 2025-10-07 23:18:00.348041 | fa163e05-2da9-b31b-ab8f-000000005208 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:33.825139 | 0.13s 2025-10-07 23:18:00.377735 | fa163e05-2da9-b31b-ab8f-000000005209 | TASK | Create container logs path 2025-10-07 23:18:00.579672 | fa163e05-2da9-b31b-ab8f-000000005209 | OK | Create container logs path | standalone 2025-10-07 23:18:00.580499 | fa163e05-2da9-b31b-ab8f-000000005209 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:34.057618 | 0.20s 2025-10-07 23:18:00.602139 | fa163e05-2da9-b31b-ab8f-00000000520b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-07 23:18:00.799602 | fa163e05-2da9-b31b-ab8f-00000000520b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-07 23:18:00.800813 | fa163e05-2da9-b31b-ab8f-00000000520b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:34.277922 | 0.20s 2025-10-07 23:18:00.832808 | fa163e05-2da9-b31b-ab8f-00000000520c | TASK | Finalise hashes for all containers 2025-10-07 23:18:00.867873 | fa163e05-2da9-b31b-ab8f-00000000520c | OK | Finalise hashes for all containers | standalone 2025-10-07 23:18:00.869263 | fa163e05-2da9-b31b-ab8f-00000000520c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:34.346371 | 0.03s 2025-10-07 23:18:00.897222 | fa163e05-2da9-b31b-ab8f-00000000520e | TASK | Manage systemd shutdown files 2025-10-07 23:18:00.925483 | fa163e05-2da9-b31b-ab8f-00000000520e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-07 23:18:00.926571 | fa163e05-2da9-b31b-ab8f-00000000520e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:34.403686 | 0.03s 2025-10-07 23:18:00.951143 | fa163e05-2da9-b31b-ab8f-000000005210 | TASK | Update container configs with new config hashes 2025-10-07 23:18:00.983407 | fa163e05-2da9-b31b-ab8f-000000005210 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-07 23:18:00.984352 | fa163e05-2da9-b31b-ab8f-000000005210 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:34.461454 | 0.03s 2025-10-07 23:18:01.010445 | fa163e05-2da9-b31b-ab8f-000000005211 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-07 23:18:01.040408 | fa163e05-2da9-b31b-ab8f-000000005211 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-07 23:18:01.041273 | fa163e05-2da9-b31b-ab8f-000000005211 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:34.518391 | 0.03s 2025-10-07 23:18:01.062816 | fa163e05-2da9-b31b-ab8f-000000005212 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-07 23:18:01.100754 | fa163e05-2da9-b31b-ab8f-000000005212 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-07 23:18:01.101667 | fa163e05-2da9-b31b-ab8f-000000005212 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:34.578785 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-07 23:18:01.236008 | fa163e05-2da9-b31b-ab8f-0000000000f7 | TASK | Server Post Deployments 2025-10-07 23:18:01.265655 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000f7') missing from stats 2025-10-07 23:18:01.344367 | fa163e05-2da9-b31b-ab8f-0000000000f8 | TIMING | include_tasks | standalone | 0:29:34.821476 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-07 23:18:01.449623 | fa163e05-2da9-b31b-ab8f-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-07 23:18:01.478365 | fa163e05-2da9-b31b-ab8f-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', 'fa163e05-2da9-b31b-ab8f-0000000000fc') missing from stats 2025-10-07 23:18:01.495531 | fa163e05-2da9-b31b-ab8f-000000000100 | TASK | is additonal Cell? 2025-10-07 23:18:01.532909 | fa163e05-2da9-b31b-ab8f-000000000100 | OK | is additonal Cell? | undercloud 2025-10-07 23:18:01.533669 | fa163e05-2da9-b31b-ab8f-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:35.010786 | 0.04s 2025-10-07 23:18:01.548618 | fa163e05-2da9-b31b-ab8f-000000000102 | TASK | discover via nova_manager? 2025-10-07 23:18:01.636685 | fa163e05-2da9-b31b-ab8f-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-07 23:18:01.637637 | fa163e05-2da9-b31b-ab8f-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:35.114751 | 0.09s 2025-10-07 23:18:01.652637 | fa163e05-2da9-b31b-ab8f-000000000103 | TASK | discover via nova_api? 2025-10-07 23:18:01.782136 | fa163e05-2da9-b31b-ab8f-000000000103 | OK | discover via nova_api? | undercloud 2025-10-07 23:18:01.783100 | fa163e05-2da9-b31b-ab8f-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:35.260214 | 0.13s 2025-10-07 23:18:01.798046 | fa163e05-2da9-b31b-ab8f-000000000104 | TASK | Warn if no discovery host available 2025-10-07 23:18:01.845908 | fa163e05-2da9-b31b-ab8f-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-07 23:18:01.846856 | fa163e05-2da9-b31b-ab8f-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:35.323968 | 0.05s 2025-10-07 23:18:01.874472 | fa163e05-2da9-b31b-ab8f-000000000105 | TASK | Discovering nova hosts 2025-10-07 23:18:04.490640 | fa163e05-2da9-b31b-ab8f-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-000000000105') missing from stats 2025-10-07 23:18:04.573393 | fa163e05-2da9-b31b-ab8f-000000000106 | OK | set_fact | undercloud 2025-10-07 23:18:04.574806 | fa163e05-2da9-b31b-ab8f-000000000106 | TIMING | set_fact | undercloud | 0:29:38.051898 | 0.06s 2025-10-07 23:18:04.592664 | fa163e05-2da9-b31b-ab8f-000000000108 | TASK | Set up group_vars 2025-10-07 23:18:04.637614 | fa163e05-2da9-b31b-ab8f-000000000108 | OK | Set up group_vars | undercloud 2025-10-07 23:18:04.638791 | fa163e05-2da9-b31b-ab8f-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:38.115902 | 0.04s 2025-10-07 23:18:04.657026 | fa163e05-2da9-b31b-ab8f-000000000109 | TASK | Make needed directories on the undercloud 2025-10-07 23:18:04.946614 | fa163e05-2da9-b31b-ab8f-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lus4j9ue/octavia-ansible 2025-10-07 23:18:04.948448 | fa163e05-2da9-b31b-ab8f-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:38.425560 | 0.29s 2025-10-07 23:18:05.167399 | fa163e05-2da9-b31b-ab8f-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lus4j9ue/octavia-ansible/local_dir 2025-10-07 23:18:05.168222 | fa163e05-2da9-b31b-ab8f-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:38.645340 | 0.51s 2025-10-07 23:18:05.345328 | fa163e05-2da9-b31b-ab8f-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lus4j9ue/octavia-ansible/group_vars 2025-10-07 23:18:05.346484 | fa163e05-2da9-b31b-ab8f-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:38.823604 | 0.69s 2025-10-07 23:18:05.357079 | fa163e05-2da9-b31b-ab8f-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:38.834184 | 0.70s 2025-10-07 23:18:05.376000 | fa163e05-2da9-b31b-ab8f-00000000010a | TASK | Write group_vars file 2025-10-07 23:18:05.835875 | fa163e05-2da9-b31b-ab8f-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-07 23:18:05.837414 | fa163e05-2da9-b31b-ab8f-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:39.314517 | 0.46s 2025-10-07 23:18:05.878656 | fa163e05-2da9-b31b-ab8f-00000000010b | TASK | Gather missing facts 2025-10-07 23:18:06.278780 | fa163e05-2da9-b31b-ab8f-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e05-2da9-b31b-ab8f-00000000010b') missing from stats 2025-10-07 23:18:06.294066 | fa163e05-2da9-b31b-ab8f-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:39.771170 | 0.41s 2025-10-07 23:18:06.316642 | fa163e05-2da9-b31b-ab8f-00000000010c | TASK | Write octavia inventory 2025-10-07 23:18:06.930846 | fa163e05-2da9-b31b-ab8f-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-07 23:18:06.932427 | fa163e05-2da9-b31b-ab8f-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:40.409535 | 0.61s 2025-10-07 23:18:06.951375 | fa163e05-2da9-b31b-ab8f-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-07 23:18:07.244077 | fa163e05-2da9-b31b-ab8f-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-07 23:18:07.246075 | fa163e05-2da9-b31b-ab8f-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:40.723177 | 0.29s 2025-10-07 23:18:07.265573 | fa163e05-2da9-b31b-ab8f-00000000010e | TASK | Set private key location 2025-10-07 23:18:07.325380 | fa163e05-2da9-b31b-ab8f-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-07 23:18:07.333151 | fa163e05-2da9-b31b-ab8f-00000000010e | TIMING | Set private key location | undercloud | 0:29:40.810258 | 0.07s 2025-10-07 23:18:07.351935 | fa163e05-2da9-b31b-ab8f-00000000010f | TASK | Configure octavia command 2025-10-07 23:18:07.394446 | fa163e05-2da9-b31b-ab8f-00000000010f | OK | Configure octavia command | undercloud 2025-10-07 23:18:07.397923 | fa163e05-2da9-b31b-ab8f-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:40.874938 | 0.04s 2025-10-07 23:18:07.442205 | fa163e05-2da9-b31b-ab8f-000000000110 | OK | set_fact | undercloud 2025-10-07 23:18:07.443392 | fa163e05-2da9-b31b-ab8f-000000000110 | TIMING | set_fact | undercloud | 0:29:40.920506 | 0.03s 2025-10-07 23:18:07.484160 | fa163e05-2da9-b31b-ab8f-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-lus4j9ue/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-lus4j9ue/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-lus4j9ue/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-07 23:18:07.485775 | fa163e05-2da9-b31b-ab8f-000000000111 | TIMING | debug | undercloud | 0:29:40.962891 | 0.03s 2025-10-07 23:18:07.502979 | fa163e05-2da9-b31b-ab8f-000000000112 | TASK | Configure octavia on overcloud 2025-10-07 23:22:15.823719 | fa163e05-2da9-b31b-ab8f-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-07 23:22:15.825936 | fa163e05-2da9-b31b-ab8f-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:49.303048 | 248.32s 2025-10-07 23:22:15.842804 | fa163e05-2da9-b31b-ab8f-000000000113 | TASK | Purge temp dirs 2025-10-07 23:22:16.091684 | fa163e05-2da9-b31b-ab8f-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-lus4j9ue/octavia-ansible/local_dir 2025-10-07 23:22:16.092811 | fa163e05-2da9-b31b-ab8f-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:49.569927 | 0.25s 2025-10-07 23:22:16.097897 | fa163e05-2da9-b31b-ab8f-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:49.575001 | 0.25s 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-07 23:22:16.160217 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 23:22:16.160670 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 23:22:16.161402 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:49.638525 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-07 23:22:16.162047 | UUID | Info | Host | Task Name | Run Time 2025-10-07 23:22:16.162689 | fa163e05-2da9-b31b-ab8f-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 297.90s 2025-10-07 23:22:16.163324 | fa163e05-2da9-b31b-ab8f-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 248.32s 2025-10-07 23:22:16.163937 | fa163e05-2da9-b31b-ab8f-000000004df4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 122.76s 2025-10-07 23:22:16.164667 | fa163e05-2da9-b31b-ab8f-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 103.70s 2025-10-07 23:22:16.165473 | fa163e05-2da9-b31b-ab8f-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.57s 2025-10-07 23:22:16.166138 | fa163e05-2da9-b31b-ab8f-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 57.21s 2025-10-07 23:22:16.166760 | fa163e05-2da9-b31b-ab8f-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 54.56s 2025-10-07 23:22:16.167559 | fa163e05-2da9-b31b-ab8f-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.47s 2025-10-07 23:22:16.168196 | fa163e05-2da9-b31b-ab8f-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.30s 2025-10-07 23:22:16.168799 | fa163e05-2da9-b31b-ab8f-000000004c58 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.89s 2025-10-07 23:22:16.169467 | fa163e05-2da9-b31b-ab8f-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.55s 2025-10-07 23:22:16.170301 | fa163e05-2da9-b31b-ab8f-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.24s 2025-10-07 23:22:16.170913 | fa163e05-2da9-b31b-ab8f-00000000518b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 26.07s 2025-10-07 23:22:16.171539 | fa163e05-2da9-b31b-ab8f-00000000518a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.56s 2025-10-07 23:22:16.172353 | fa163e05-2da9-b31b-ab8f-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.40s 2025-10-07 23:22:16.173196 | fa163e05-2da9-b31b-ab8f-000000004f1b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.77s 2025-10-07 23:22:16.173573 | fa163e05-2da9-b31b-ab8f-000000004eef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.44s 2025-10-07 23:22:16.174220 | fa163e05-2da9-b31b-ab8f-000000004f47 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.25s 2025-10-07 23:22:16.174827 | fa163e05-2da9-b31b-ab8f-00000000216d | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 21.76s 2025-10-07 23:22:16.175446 | fa163e05-2da9-b31b-ab8f-000000004df3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 20.81s 2025-10-07 23:22:16.176120 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-lus4j9ue Install artifact is located at /root/standalone-install-20251007232217.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.qintKdRQHQ + exit 0 ~/ci-framework-data/artifacts