~/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.jhElySecUu + 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.jhElySecUu/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.jhElySecUu/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.jhElySecUu + J2_VARS_FILE=/tmp/tmp.jhElySecUu/tmp.k0vJVfuWor.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.jhElySecUu/tmp.k0vJVfuWor.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.jhElySecUu/tmp.k0vJVfuWor.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.jhElySecUu/tmp.k0vJVfuWor.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.jhElySecUu/tmp.k0vJVfuWor.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.jhElySecUu/tmp.k0vJVfuWor.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.jhElySecUu/tmp.k0vJVfuWor.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.jhElySecUu/tmp.k0vJVfuWor.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.jhElySecUu/tmp.k0vJVfuWor.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.jhElySecUu/tmp.k0vJVfuWor.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.jhElySecUu/tmp.k0vJVfuWor.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.jhElySecUu/tmp.k0vJVfuWor.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.jhElySecUu/tmp.k0vJVfuWor.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.jhElySecUu/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.jhElySecUu/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.jhElySecUu/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.jhElySecUu/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.jhElySecUu/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.1 MB/s | 2.5 MB 00:00 Last metadata expiration check: 0:00:01 ago on Sat Oct 4 03:28:21 2025. Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-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 rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 169 kB/s | 15 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.8 MB/s | 223 kB 00:00 (3/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.9 MB/s | 98 kB 00:00 (4/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 720 kB/s | 64 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 613 kB/s | 24 kB 00:00 (6/399): python3-openvswitch3.3-3.3.4-110.el9fd 1.6 MB/s | 369 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.4 MB/s | 216 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.4 MB/s | 57 kB 00:00 (9/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 195 kB/s | 17 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 879 kB/s | 34 kB 00:00 (11/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 597 kB/s | 25 kB 00:00 (12/399): perl-File-Temp-0.231.100-4.el9.noarch 835 kB/s | 63 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 390 kB/s | 16 kB 00:00 (14/399): perl-Data-Dumper-2.174-462.el9.x86_64 370 kB/s | 59 kB 00:00 (15/399): python3-pyasn1-modules-0.4.8-6.el9.no 5.5 MB/s | 283 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.6 MB/s | 224 kB 00:00 (17/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.1 MB/s | 321 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 7.2 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.3 MB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 5.3 MB/s | 229 kB 00:00 (21/399): perl-Text-ParseWords-3.30-460.el9.noa 470 kB/s | 18 kB 00:00 (22/399): perl-URI-5.09-3.el9.noarch.rpm 3.0 MB/s | 125 kB 00:00 (23/399): perl-Term-ANSIColor-5.01-461.el9.noar 433 kB/s | 51 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 3.1 MB/s | 134 kB 00:00 (25/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 147 kB/s | 45 kB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 470 kB/s | 26 kB 00:00 (27/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 15 MB/s | 1.2 MB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 836 kB/s | 31 kB 00:00 (29/399): perl-Mozilla-CA-20200520-6.el9.noarch 393 kB/s | 14 kB 00:00 (30/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 650 kB/s | 24 kB 00:00 (31/399): perl-Encode-3.08-462.el9.x86_64.rpm 15 MB/s | 1.7 MB 00:00 (32/399): perl-Time-Local-1.300-7.el9.noarch.rp 900 kB/s | 37 kB 00:00 (33/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.1 MB/s | 218 kB 00:00 (34/399): python3-yubico-1.3.3-7.el9.noarch.rpm 614 kB/s | 73 kB 00:00 (35/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.2 MB/s | 76 kB 00:00 (36/399): iptables-nft-services-1.8.8-6.el9_1.n 77 kB/s | 28 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 627 kB/s | 30 kB 00:00 (38/399): perl-Pod-Escapes-1.07-460.el9.noarch. 101 kB/s | 22 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 5.4 MB/s | 410 kB 00:00 (40/399): boost-filesystem-1.75.0-8.el9.x86_64. 477 kB/s | 59 kB 00:00 (41/399): libburn-1.5.4-4.el9.x86_64.rpm 1.6 MB/s | 175 kB 00:00 (42/399): boost-program-options-1.75.0-8.el9.x8 776 kB/s | 108 kB 00:00 (43/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 296 kB/s | 39 kB 00:00 (44/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 484 kB/s | 34 kB 00:00 (45/399): perl-Digest-1.19-4.el9.noarch.rpm 577 kB/s | 29 kB 00:00 (46/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 124 kB/s | 19 kB 00:00 (47/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 419 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.7 MB/s | 92 kB 00:00 (49/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.8 MB/s | 77 kB 00:00 (50/399): perl-File-Path-2.18-4.el9.noarch.rpm 247 kB/s | 38 kB 00:00 (51/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 496 kB/s | 43 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 196 kB/s | 25 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 815 kB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.8 MB/s | 112 kB 00:00 (55/399): perl-Socket-2.031-4.el9.x86_64.rpm 290 kB/s | 58 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 163 kB 00:00 (57/399): python3-appdirs-1.4.4-4.el9.noarch.rp 189 kB/s | 27 kB 00:00 (58/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 678 kB/s | 96 kB 00:00 (59/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 279 kB 00:00 (60/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 247 kB/s | 48 kB 00:00 (61/399): python3-qrcode-core-6.1-12.el9.noarch 273 kB/s | 61 kB 00:00 (62/399): python3-augeas-0.5.0-25.el9.noarch.rp 448 kB/s | 31 kB 00:00 (63/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 221 kB 00:00 (64/399): python3-alembic-1.7.5-3.el9.noarch.rp 5.2 MB/s | 900 kB 00:00 (65/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.0 MB/s | 489 kB 00:00 (66/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 1.9 MB/s | 459 kB 00:00 (67/399): jq-1.6-14.el9.x86_64.rpm 875 kB/s | 190 kB 00:00 (68/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 312 kB/s | 59 kB 00:00 (69/399): perl-AutoLoader-5.74-480.el9.noarch.r 336 kB/s | 23 kB 00:00 (70/399): perl-Errno-1.30-480.el9.x86_64.rpm 291 kB/s | 17 kB 00:00 (71/399): perl-B-1.80-480.el9.x86_64.rpm 1.2 MB/s | 185 kB 00:00 (72/399): perl-Class-Struct-0.66-480.el9.noarch 178 kB/s | 24 kB 00:00 (73/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 616 kB/s | 23 kB 00:00 (74/399): perl-File-stat-1.09-480.el9.noarch.rp 401 kB/s | 19 kB 00:00 (75/399): perl-FileHandle-2.03-480.el9.noarch.r 201 kB/s | 17 kB 00:00 (76/399): perl-Getopt-Std-1.12-480.el9.noarch.r 178 kB/s | 17 kB 00:00 (77/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 399 kB/s | 25 kB 00:00 (78/399): perl-File-Basename-2.85-480.el9.noarc 92 kB/s | 19 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 204 kB/s | 13 kB 00:00 (80/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.1 MB/s | 99 kB 00:00 (81/399): perl-interpreter-5.32.1-480.el9.x86_6 1.6 MB/s | 75 kB 00:00 (82/399): perl-Symbol-1.08-480.el9.noarch.rpm 247 kB/s | 16 kB 00:00 (83/399): perl-overloading-0.02-480.el9.noarch. 215 kB/s | 15 kB 00:00 (84/399): perl-libs-5.32.1-480.el9.x86_64.rpm 15 MB/s | 2.2 MB 00:00 (85/399): perl-overload-1.31-480.el9.noarch.rpm 308 kB/s | 47 kB 00:00 (86/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 765 kB/s | 40 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 360 kB/s | 42 kB 00:00 (88/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 585 kB/s | 25 kB 00:00 (89/399): perl-base-2.27-480.el9.noarch.rpm 300 kB/s | 18 kB 00:00 (90/399): perl-IO-1.43-480.el9.x86_64.rpm 414 kB/s | 94 kB 00:00 (91/399): perl-mro-1.23-480.el9.x86_64.rpm 570 kB/s | 31 kB 00:00 (92/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 671 kB/s | 259 kB 00:00 (93/399): perl-vars-1.05-480.el9.noarch.rpm 270 kB/s | 15 kB 00:00 (94/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.6 MB/s | 176 kB 00:00 (95/399): perl-subs-1.03-480.el9.noarch.rpm 51 kB/s | 13 kB 00:00 (96/399): perl-if-0.60.800-480.el9.noarch.rpm 44 kB/s | 16 kB 00:00 (97/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 3.8 MB/s | 452 kB 00:00 (98/399): ipa-client-common-4.10.1-12.el9_2.2.n 499 kB/s | 44 kB 00:00 (99/399): python3-ipaclient-4.10.1-12.el9_2.2.n 13 MB/s | 648 kB 00:00 (100/399): ipa-common-4.10.1-12.el9_2.2.noarch. 3.8 MB/s | 656 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.4 MB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 906 kB/s | 41 kB 00:00 (104/399): rhel-system-roles-1.21.2-1.el9_2.noa 7.5 MB/s | 2.4 MB 00:00 (105/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 52 MB/s | 7.9 MB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 37 MB/s | 3.3 MB 00:00 (107/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.1 MB/s | 55 kB 00:00 (108/399): ruby-default-gems-3.0.4-161.el9_2.2. 256 kB/s | 46 kB 00:00 (109/399): rubygem-bundler-2.2.33-161.el9_2.2.n 6.3 MB/s | 456 kB 00:00 (110/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.1 MB/s | 59 kB 00:00 (111/399): rubygem-io-console-0.5.7-161.el9_2.2 237 kB/s | 26 kB 00:00 (112/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 6.4 MB/s | 441 kB 00:00 (113/399): rubygems-3.2.33-161.el9_2.2.noarch.r 6.9 MB/s | 306 kB 00:00 (114/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 856 kB/s | 110 kB 00:00 (115/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 237 kB/s | 60 kB 00:00 (116/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.8 MB/s | 245 kB 00:00 (117/399): buildah-1.29.5-1.el9_2.x86_64.rpm 48 MB/s | 8.6 MB 00:00 (118/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 21 MB/s | 2.2 MB 00:00 (119/399): ansible-collection-community-general 11 MB/s | 1.3 MB 00:00 (120/399): ansible-collection-ansible-posix-1.2 2.9 MB/s | 124 kB 00:00 (121/399): cephadm-18.2.1-361.el9cp.noarch.rpm 6.5 MB/s | 354 kB 00:00 (122/399): bash-completion-2.11-4.el9.noarch.rp 10 MB/s | 459 kB 00:00 (123/399): device-mapper-persistent-data-0.9.0- 15 MB/s | 786 kB 00:00 (124/399): libaio-0.3.111-13.el9.x86_64.rpm 309 kB/s | 26 kB 00:00 (125/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 781 kB/s | 62 kB 00:00 (126/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 238 kB/s | 68 kB 00:00 (127/399): glibc-langpack-en-2.34-60.el9.x86_64 4.5 MB/s | 675 kB 00:00 (128/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.6 MB/s | 81 kB 00:00 (129/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 704 kB/s | 37 kB 00:00 (130/399): pkgconf-1.7.3-10.el9.x86_64.rpm 953 kB/s | 45 kB 00:00 (131/399): krb5-workstation-1.20.1-8.el9.x86_64 4.2 MB/s | 542 kB 00:00 (132/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 206 kB/s | 16 kB 00:00 (133/399): ansible-collection-ansible-netcommon 4.5 MB/s | 181 kB 00:00 (134/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 88 kB/s | 12 kB 00:00 (135/399): ansible-collection-ansible-utils-2.3 919 kB/s | 91 kB 00:00 (136/399): python3-dns-2.2.1-2.el9.noarch.rpm 2.2 MB/s | 418 kB 00:00 (137/399): golang-github-vbatts-tar-split-0.11. 13 MB/s | 1.0 MB 00:00 (138/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 750 kB/s | 77 kB 00:00 (139/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.4 MB/s | 162 kB 00:00 (140/399): puppet-fdio-18.2-1.20220727113954.6f 571 kB/s | 25 kB 00:00 (141/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.3 MB/s | 178 kB 00:00 (142/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.1 MB/s | 44 kB 00:00 (143/399): python3-ansible-runner-2.0.0a1-3.el9 2.2 MB/s | 122 kB 00:00 (144/399): python3-daemon-2.3.0-1.el9ost.noarch 893 kB/s | 39 kB 00:00 (145/399): python3-croniter-0.3.35-2.el9ost.noa 633 kB/s | 49 kB 00:00 (146/399): python3-beautifulsoup4-4.9.3-2.el9os 1.6 MB/s | 204 kB 00:00 (147/399): python3-docutils-0.16-6.el9ost.noarc 17 MB/s | 1.5 MB 00:00 (148/399): python3-gevent-21.1.2-2.el9ost.x86_6 24 MB/s | 1.6 MB 00:00 (149/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.5 MB/s | 284 kB 00:00 (150/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 242 kB/s | 44 kB 00:00 (151/399): python3-gitdb-4.0.5-2.el9ost.noarch. 765 kB/s | 107 kB 00:00 (152/399): python3-jmespath-0.10.0-1.el9ost.noa 510 kB/s | 46 kB 00:00 (153/399): python3-memcached-1.59-3.el9ost.noar 877 kB/s | 40 kB 00:00 (154/399): python3-lockfile-0.12.2-2.el9ost.noa 329 kB/s | 31 kB 00:00 (155/399): python3-migrate-0.13.0-1.el9ost.noar 5.3 MB/s | 224 kB 00:00 (156/399): python3-mimeparse-1.6.0-16.el9ost.no 393 kB/s | 16 kB 00:00 (157/399): python3-natsort-7.1.1-2.el9ost.noarc 1.5 MB/s | 59 kB 00:00 (158/399): python3-logutils-0.3.5-15.el9ost.noa 271 kB/s | 47 kB 00:00 (159/399): python3-passlib-1.7.4-3.el9ost.noarc 8.6 MB/s | 712 kB 00:00 (160/399): python3-pecan-1.4.0-2.el9ost.noarch. 4.8 MB/s | 273 kB 00:00 (161/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.0 MB/s | 90 kB 00:00 (162/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.7 MB/s | 111 kB 00:00 (163/399): python3-pyperclip-1.8.0-3.el9ost.noa 349 kB/s | 25 kB 00:00 (164/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.1 MB/s | 47 kB 00:00 (165/399): python3-soupsieve-2.2-1.el9ost.noarc 671 kB/s | 67 kB 00:00 (166/399): python3-setproctitle-1.2.2-1.el9ost. 132 kB/s | 23 kB 00:00 (167/399): python3-webtest-2.0.35-6.el9ost.noar 1.5 MB/s | 82 kB 00:00 (168/399): python3-tenacity-6.3.1-1.el9ost.noar 520 kB/s | 51 kB 00:00 (169/399): python3-sqlalchemy13-1.3.24-3.el9ost 7.2 MB/s | 1.7 MB 00:00 (170/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.0 MB/s | 396 kB 00:00 (171/399): python3-zope-event-4.2.0-20.el9ost.n 2.4 MB/s | 205 kB 00:00 (172/399): rubygem-concurrent-ruby-1.1.5-2.el9o 6.1 MB/s | 243 kB 00:00 (173/399): python3-zope-interface-5.4.0-1.el9os 2.7 MB/s | 202 kB 00:00 (174/399): rubygem-fast_gettext-1.2.0-9.el9ost. 887 kB/s | 34 kB 00:00 (175/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 937 kB/s | 90 kB 00:00 (176/399): rubygem-multi_json-1.15.0-2.el9ost.n 213 kB/s | 22 kB 00:00 (177/399): rubygem-puppet-resource_api-1.8.13-1 851 kB/s | 34 kB 00:00 (178/399): rubygem-deep_merge-1.2.1-7.el9ost.no 65 kB/s | 14 kB 00:00 (179/399): rubygem-semantic_puppet-1.0.4-2.el9o 352 kB/s | 21 kB 00:00 (180/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 228 kB/s | 16 kB 00:00 (181/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 10 MB/s | 433 kB 00:00 (182/399): ansible-config_template-2.0.1-17.1.2 757 kB/s | 29 kB 00:00 (183/399): ansible-role-atos-hsm-1.0.1-17.1.202 398 kB/s | 17 kB 00:00 (184/399): ansible-role-collectd-config-0.0.3-1 785 kB/s | 53 kB 00:00 (185/399): ansible-role-chrony-1.3.1-17.1.20230 260 kB/s | 22 kB 00:00 (186/399): ansible-role-qdr-config-0.0.2-17.1.2 546 kB/s | 21 kB 00:00 (187/399): ansible-role-openstack-operations-0. 512 kB/s | 30 kB 00:00 (188/399): ansible-role-container-registry-1.4. 178 kB/s | 24 kB 00:00 (189/399): ansible-role-thales-hsm-3.0.1-17.1.2 435 kB/s | 21 kB 00:00 (190/399): ansible-role-tripleo-modify-image-1. 732 kB/s | 27 kB 00:00 (191/399): ansible-role-redhat-subscription-1.3 387 kB/s | 28 kB 00:00 (192/399): ansible-tripleo-ipa-0.3.1-17.1.20230 953 kB/s | 36 kB 00:00 (193/399): ansible-tripleo-ipsec-11.0.1-17.1.20 466 kB/s | 38 kB 00:00 (194/399): openstack-heat-agents-2.2.1-17.1.202 167 kB/s | 9.6 kB 00:00 (195/399): os-collect-config-13.1.1-17.1.202310 1.3 MB/s | 50 kB 00:00 (196/399): os-apply-config-13.1.1-17.1.20231020 904 kB/s | 54 kB 00:00 (197/399): dib-utils-0.0.11-17.1.20230620173328 74 kB/s | 12 kB 00:00 (198/399): puppet-aodh-18.4.2-17.1.202306201512 1.5 MB/s | 62 kB 00:00 (199/399): os-refresh-config-13.1.1-17.1.202310 304 kB/s | 21 kB 00:00 (200/399): puppet-archive-4.6.1-17.1.2023062018 1.0 MB/s | 44 kB 00:00 (201/399): puppet-ceilometer-18.4.3-17.1.202309 1.7 MB/s | 70 kB 00:00 (202/399): puppet-apache-6.5.2-17.1.20230621001 2.7 MB/s | 259 kB 00:00 (203/399): puppet-auditd-2.2.1-17.1.20230620192 354 kB/s | 28 kB 00:00 (204/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (205/399): puppet-certmonger-2.7.1-17.1.2023062 491 kB/s | 26 kB 00:00 (206/399): puppet-collectd-13.0.1-17.1.20230620 2.3 MB/s | 135 kB 00:00 (207/399): puppet-concat-6.2.1-17.1.20230620181 1.0 MB/s | 41 kB 00:00 (208/399): puppet-corosync-8.0.1-17.1.202306211 1.8 MB/s | 68 kB 00:00 (209/399): puppet-etcd-1.12.3-17.1.202306201932 667 kB/s | 25 kB 00:00 (210/399): puppet-designate-18.6.1-17.1.2023062 634 kB/s | 69 kB 00:00 (211/399): puppet-firewall-3.4.1-17.1.202306210 1.2 MB/s | 77 kB 00:00 (212/399): puppet-git-0.5.0-17.1.20230620193928 602 kB/s | 23 kB 00:00 (213/399): puppet-gnocchi-18.4.3-17.1.202306210 1.1 MB/s | 58 kB 00:00 (214/399): puppet-dns-8.2.1-17.1.20230621002045 222 kB/s | 36 kB 00:00 (215/399): puppet-haproxy-4.2.2-17.1.2023062019 1.3 MB/s | 52 kB 00:00 (216/399): puppet-horizon-18.6.1-17.1.202306210 1.6 MB/s | 63 kB 00:00 (217/399): puppet-ipaclient-2.5.2-17.1.20230620 472 kB/s | 17 kB 00:00 (218/399): puppet-inifile-4.2.1-17.1.2023062018 386 kB/s | 42 kB 00:00 (219/399): puppet-kmod-2.5.0-17.1.2023062019064 562 kB/s | 21 kB 00:00 (220/399): puppet-keepalived-0.0.2-17.1.2023062 131 kB/s | 14 kB 00:00 (221/399): puppet-heat-18.4.1-17.1.202306211116 364 kB/s | 70 kB 00:00 (222/399): puppet-memcached-6.0.0-17.1.20230620 581 kB/s | 23 kB 00:00 (223/399): puppet-manila-18.5.2-17.1.2023110219 754 kB/s | 81 kB 00:00 (224/399): puppet-mysql-10.6.1-17.1.20230621022 2.1 MB/s | 99 kB 00:00 (225/399): puppet-module-data-0.5.1-17.1.202306 112 kB/s | 13 kB 00:00 (226/399): puppet-nova-18.6.1-17.1.202306210904 4.6 MB/s | 200 kB 00:00 (227/399): puppet-octavia-18.5.1-17.1.202306210 1.9 MB/s | 76 kB 00:00 (228/399): puppet-neutron-18.6.1-17.1.202306210 2.0 MB/s | 196 kB 00:00 (229/399): puppet-openstacklib-18.5.2-17.1.2023 829 kB/s | 62 kB 00:00 (230/399): puppet-oslo-18.5.1-17.1.202306210523 1.3 MB/s | 48 kB 00:00 (231/399): puppet-openstack_extras-18.5.1-17.1. 385 kB/s | 48 kB 00:00 (232/399): puppet-nssdb-1.0.2-17.1.202306201856 66 kB/s | 12 kB 00:00 (233/399): puppet-placement-5.4.3-17.1.20230621 949 kB/s | 41 kB 00:00 (234/399): puppet-rabbitmq-11.0.1-17.1.20230620 5.3 MB/s | 266 kB 00:00 (235/399): puppet-remote-10.0.0-17.1.2023062019 400 kB/s | 16 kB 00:00 (236/399): puppet-redis-6.1.1-17.1.202306201917 773 kB/s | 51 kB 00:00 (237/399): puppet-qdr-7.4.1-17.1.20230620195605 242 kB/s | 31 kB 00:00 (238/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.4 MB/s | 58 kB 00:00 (239/399): puppet-rsync-1.1.4-17.1.202306210028 456 kB/s | 28 kB 00:00 (240/399): puppet-ssh-6.2.1-17.1.20230620190251 787 kB/s | 29 kB 00:00 (241/399): puppet-stdlib-6.3.1-17.1.20230621000 3.8 MB/s | 160 kB 00:00 (242/399): puppet-swift-18.6.1-17.1.20230621052 3.0 MB/s | 115 kB 00:00 (243/399): puppet-systemd-2.12.1-17.1.202306201 1.1 MB/s | 42 kB 00:00 (244/399): puppet-snmp-3.9.1-17.1.2023062020041 222 kB/s | 34 kB 00:00 (245/399): puppet-sysctl-0.0.13-17.1.2023062018 148 kB/s | 16 kB 00:00 (246/399): puppet-vcsrepo-3.1.1-17.1.2023062018 770 kB/s | 50 kB 00:00 (247/399): puppet-xinetd-3.3.1-17.1.20230620185 706 kB/s | 26 kB 00:00 (248/399): python-oslo-cache-lang-2.7.1-17.1.20 503 kB/s | 19 kB 00:00 (249/399): python-oslo-log-lang-4.4.0-17.1.2023 240 kB/s | 14 kB 00:00 (250/399): python-oslo-middleware-lang-4.2.1-17 282 kB/s | 13 kB 00:00 (251/399): puppet-vswitch-14.4.3-17.1.202306210 261 kB/s | 41 kB 00:00 (252/399): python-oslo-versionedobjects-lang-2. 364 kB/s | 14 kB 00:00 (253/399): python3-GitPython-3.1.14-2.el9ost.no 5.6 MB/s | 238 kB 00:00 (254/399): python-oslo-policy-lang-3.7.1-17.1.2 153 kB/s | 14 kB 00:00 (255/399): python3-barbicanclient-5.3.0-17.1.20 3.0 MB/s | 127 kB 00:00 (256/399): python-pycadf-common-3.1.1-17.1.2023 126 kB/s | 15 kB 00:00 (257/399): python3-cinderclient-7.4.1-17.1.2023 4.9 MB/s | 218 kB 00:00 (258/399): python3-cliff-3.7.0-17.1.20230620172 1.9 MB/s | 95 kB 00:00 (259/399): python3-futurist-2.3.0-17.1.20230621 1.5 MB/s | 64 kB 00:00 (260/399): python3-heat-agent-2.2.1-17.1.202306 377 kB/s | 19 kB 00:00 (261/399): python3-heat-agent-ansible-2.2.1-17. 181 kB/s | 11 kB 00:00 (262/399): python3-designateclient-4.2.1-17.1.2 450 kB/s | 92 kB 00:00 (263/399): python3-heat-agent-apply-config-2.2. 251 kB/s | 9.9 kB 00:00 (264/399): python3-aodhclient-2.2.0-17.1.202306 167 kB/s | 56 kB 00:00 (265/399): python3-heat-agent-hiera-2.2.1-17.1. 154 kB/s | 10 kB 00:00 (266/399): python3-heat-agent-json-file-2.2.1-1 81 kB/s | 9.8 kB 00:00 (267/399): python3-heat-agent-docker-cmd-2.2.1- 74 kB/s | 12 kB 00:00 (268/399): python3-heatclient-2.3.1-17.1.202306 4.0 MB/s | 158 kB 00:00 (269/399): python3-heat-agent-puppet-2.2.1-17.1 82 kB/s | 11 kB 00:00 (270/399): python3-ironicclient-4.6.4-17.1.2023 3.0 MB/s | 342 kB 00:00 (271/399): python3-keystonemiddleware-9.2.0-17. 1.3 MB/s | 92 kB 00:00 (272/399): python3-keystoneclient-4.3.0-17.1.20 1.3 MB/s | 239 kB 00:00 (273/399): python3-ironic-inspector-client-4.5. 275 kB/s | 67 kB 00:00 (274/399): python3-mistralclient-4.2.0-17.1.202 2.0 MB/s | 166 kB 00:00 (275/399): python3-neutronclient-7.3.1-17.1.202 3.0 MB/s | 298 kB 00:00 (276/399): python3-magnumclient-3.4.1-17.1.2023 652 kB/s | 121 kB 00:00 (277/399): python3-novaclient-17.4.1-17.1.20230 2.1 MB/s | 201 kB 00:00 (278/399): python3-os-client-config-2.1.0-17.1. 487 kB/s | 55 kB 00:00 (279/399): python3-os-traits-2.5.0-17.1.2023062 643 kB/s | 45 kB 00:00 (280/399): python3-osc-lib-2.3.1-17.1.202306202 1.4 MB/s | 78 kB 00:00 (281/399): python3-oslo-cache-2.7.1-17.1.202306 998 kB/s | 56 kB 00:00 (282/399): python3-oslo-log-4.4.0-17.1.20230620 1.6 MB/s | 64 kB 00:00 (283/399): python3-oslo-context-3.2.1-17.1.2023 314 kB/s | 27 kB 00:00 (284/399): python3-os-service-types-1.7.0-17.1. 147 kB/s | 38 kB 00:00 (285/399): python3-oslo-reports-2.2.0-17.1.2023 1.0 MB/s | 59 kB 00:00 (286/399): python3-oslo-middleware-4.2.1-17.1.2 342 kB/s | 55 kB 00:00 (287/399): python3-oslo-rootwrap-6.3.1-17.1.202 927 kB/s | 46 kB 00:00 (288/399): python3-oslo-serialization-4.1.1-17. 384 kB/s | 34 kB 00:00 (289/399): python3-oslo-upgradecheck-1.3.1-17.1 296 kB/s | 29 kB 00:00 (290/399): python3-oslo-policy-3.7.1-17.1.20230 245 kB/s | 76 kB 00:00 (291/399): python3-oslo-versionedobjects-2.4.1- 868 kB/s | 79 kB 00:00 (292/399): python3-pycadf-3.1.1-17.1.2023062021 1.2 MB/s | 53 kB 00:00 (293/399): python3-requestsexceptions-1.4.0-17. 181 kB/s | 17 kB 00:00 (294/399): python3-osprofiler-3.4.0-17.1.202306 890 kB/s | 130 kB 00:00 (295/399): python3-saharaclient-3.3.0-17.1.2023 2.4 MB/s | 188 kB 00:00 (296/399): python3-statsd-3.2.1-20.1.el9ost.noa 385 kB/s | 35 kB 00:00 (297/399): python3-swiftclient-3.11.1-17.1.2023 1.0 MB/s | 136 kB 00:00 (298/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 899 kB/s | 50 kB 00:00 (299/399): python3-troveclient-7.0.0-17.1.20230 7.2 MB/s | 344 kB 00:00 (300/399): python3-validations-libs-1.9.1-17.1. 2.0 MB/s | 137 kB 00:00 (301/399): python3-shade-1.33.0-17.1.2023062022 1.8 MB/s | 523 kB 00:00 (302/399): python3-zaqarclient-2.4.0-17.1.20230 1.3 MB/s | 129 kB 00:00 (303/399): validations-common-1.9.1-17.1.202310 859 kB/s | 111 kB 00:00 (304/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.6 MB/s | 427 kB 00:00 (305/399): python3-paramiko-2.11.0-2.el9ost.noa 2.1 MB/s | 299 kB 00:00 (306/399): ansible-pacemaker-1.0.4-17.1.2023121 221 kB/s | 21 kB 00:00 (307/399): python3-manilaclient-2.6.4-17.1.2024 8.2 MB/s | 528 kB 00:00 (308/399): python3-webob-1.8.7-2.1.el9ost.noarc 3.6 MB/s | 230 kB 00:00 (309/399): python3-sqlparse-0.4.1-2.el9ost.noar 844 kB/s | 83 kB 00:00 (310/399): puppet-ironic-18.7.1-17.1.2024030521 2.1 MB/s | 121 kB 00:00 (311/399): ansible-role-metalsmith-deployment-1 154 kB/s | 21 kB 00:00 (312/399): openstack-selinux-0.8.37-17.1.202311 1.8 MB/s | 221 kB 00:00 (313/399): python-oslo-db-lang-8.5.2-17.1.20240 234 kB/s | 14 kB 00:00 (314/399): python3-glanceclient-3.3.0-17.1.2024 3.3 MB/s | 143 kB 00:00 (315/399): python3-metalsmith-1.4.4-17.1.202405 1.4 MB/s | 65 kB 00:00 (316/399): python3-keystoneauth1-4.4.0-17.1.202 4.2 MB/s | 409 kB 00:00 (317/399): python3-neutron-lib-2.10.3-17.1.2023 3.9 MB/s | 375 kB 00:00 (318/399): python3-oslo-db-8.5.2-17.1.202408201 1.3 MB/s | 144 kB 00:00 (319/399): python3-octaviaclient-2.3.1-17.1.202 545 kB/s | 91 kB 00:00 (320/399): python3-oslo-messaging-12.7.3-17.1.2 1.5 MB/s | 216 kB 00:00 (321/399): python3-oslo-service-2.5.1-17.1.2024 684 kB/s | 71 kB 00:00 (322/399): python3-rhosp-openvswitch-3.3-1.el9o 79 kB/s | 8.3 kB 00:00 (323/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (324/399): openstack-ansible-core-2.14.2-4.7.el 30 MB/s | 2.3 MB 00:00 (325/399): puppet-glance-18.6.1-17.1.2025022015 1.9 MB/s | 87 kB 00:00 (326/399): openstack-tripleo-validations-14.3.2 2.1 MB/s | 204 kB 00:00 (327/399): puppet-ovn-18.6.1-17.1.2024092509490 522 kB/s | 29 kB 00:00 (328/399): puppet-tripleo-14.2.3-17.1.202503201 4.9 MB/s | 239 kB 00:00 (329/399): python3-os-ken-1.4.1-17.1.2024120509 24 MB/s | 2.1 MB 00:00 (330/399): ansible-collection-containers-podman 4.1 MB/s | 243 kB 00:00 (331/399): puppet-pacemaker-1.5.1-17.1.20250214 906 kB/s | 158 kB 00:00 (332/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.6 MB/s | 351 kB 00:00 (333/399): ansible-collections-openstack-1.9.1- 1.2 MB/s | 146 kB 00:00 (334/399): facter-3.14.19-3.el9ost.x86_64.rpm 7.0 MB/s | 518 kB 00:00 (335/399): hiera-3.6.0-6.el9ost.noarch.rpm 310 kB/s | 33 kB 00:00 (336/399): openstack-tripleo-common-15.4.1-17.1 447 kB/s | 52 kB 00:00 (337/399): leatherman-1.12.6-5.el9ost.x86_64.rp 2.9 MB/s | 405 kB 00:00 (338/399): openstack-tripleo-common-containers- 724 kB/s | 78 kB 00:00 (339/399): puppet-7.10.0-4.el9ost.noarch.rpm 93 kB/s | 11 kB 00:00 (340/399): puppet-keystone-18.6.1-17.1.20250425 1.9 MB/s | 127 kB 00:00 (341/399): puppet-headless-7.10.0-4.el9ost.noar 7.7 MB/s | 1.4 MB 00:00 (342/399): python3-boto-2.45.0-8.1.el9ost.noarc 15 MB/s | 1.3 MB 00:00 (343/399): python3-amqp-5.0.6-5.el9ost.noarch.r 701 kB/s | 92 kB 00:00 (344/399): python3-cachetools-4.2.2-3.el9ost.no 631 kB/s | 33 kB 00:00 (345/399): python3-colorama-0.4.4-4.el9ost.noar 455 kB/s | 35 kB 00:00 (346/399): python3-dogpile-cache-1.1.5-5.el9ost 919 kB/s | 89 kB 00:00 (347/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.6 MB/s | 284 kB 00:00 (348/399): python3-fixtures-3.0.0-24.el9ost.noa 1.5 MB/s | 93 kB 00:00 (349/399): python3-extras-1.0.0-17.el9ost.noarc 171 kB/s | 21 kB 00:00 (350/399): python3-keyring-21.8.0-4.el9ost.noar 1.2 MB/s | 77 kB 00:00 (351/399): python3-munch-2.5.0-6.el9ost.noarch. 285 kB/s | 25 kB 00:00 (352/399): python3-msgpack-1.0.2-4.el9ost.x86_6 793 kB/s | 87 kB 00:00 (353/399): python3-openstacksdk-0.55.1-17.1.202 15 MB/s | 735 kB 00:00 (354/399): python3-kombu-5.0.2-3.el9ost.noarch. 1.5 MB/s | 313 kB 00:00 (355/399): python3-paste-deploy-2.1.1-4.el9ost. 1.0 MB/s | 41 kB 00:00 (356/399): python3-repoze-lru-0.7-12.el9ost.noa 422 kB/s | 32 kB 00:00 (357/399): python3-paste-3.5.0-5.el9ost.noarch. 4.7 MB/s | 776 kB 00:00 (358/399): python3-pystache-0.5.4-15.el9ost.noa 1.2 MB/s | 132 kB 00:00 (359/399): python3-secretstorage-3.3.1-3.el9ost 836 kB/s | 36 kB 00:00 (360/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.0 MB/s | 57 kB 00:00 (361/399): python3-simplejson-3.17.5-3.el9ost.x 6.2 MB/s | 266 kB 00:00 (362/399): python3-routes-2.4.1-14.el9ost.noarc 1.6 MB/s | 188 kB 00:00 (363/399): python3-testtools-2.4.0-10.el9ost.no 7.5 MB/s | 333 kB 00:00 (364/399): python3-tempita-0.5.1-27.el9ost.noar 430 kB/s | 36 kB 00:00 (365/399): python3-tripleoclient-16.5.1-17.1.20 8.0 MB/s | 553 kB 00:00 (366/399): python3-tripleo-common-15.4.1-17.1.2 1.6 MB/s | 202 kB 00:00 (367/399): python3-warlock-1.3.3-7.el9ost.noarc 293 kB/s | 21 kB 00:00 (368/399): python3-vine-5.0.0-5.el9ost.noarch.r 150 kB/s | 26 kB 00:00 (369/399): python3-yappi-1.3.1-5.el9ost.x86_64. 611 kB/s | 56 kB 00:00 (370/399): python3-yaql-1.1.3-13.el9ost.noarch. 2.9 MB/s | 180 kB 00:00 (371/399): ruby-facter-3.14.19-3.el9ost.x86_64. 76 kB/s | 9.5 kB 00:00 (372/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.0 MB/s | 123 kB 00:00 (373/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 287 kB/s | 19 kB 00:00 (374/399): openstack-heat-api-16.1.1-17.1.20250 148 kB/s | 16 kB 00:00 (375/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 105 kB/s | 29 kB 00:00 (376/399): openstack-heat-engine-16.1.1-17.1.20 403 kB/s | 15 kB 00:00 (377/399): openstack-tripleo-heat-templates-14. 13 MB/s | 617 kB 00:00 (378/399): openstack-heat-common-16.1.1-17.1.20 9.7 MB/s | 1.6 MB 00:00 (379/399): python-openstackclient-lang-5.5.2-17 1.1 MB/s | 58 kB 00:00 (380/399): python3-openstackclient-5.5.2-17.1.2 21 MB/s | 1.1 MB 00:00 (381/399): puppet-barbican-18.4.2-17.1.20250625 435 kB/s | 57 kB 00:00 (382/399): openstack-heat-monolith-16.1.1-17.1. 70 kB/s | 16 kB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 761 kB/s | 36 kB 00:00 (384/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 252 kB/s | 19 kB 00:00 (385/399): device-mapper-event-1.02.187-7.el9_2 434 kB/s | 32 kB 00:00 (386/399): device-mapper-event-libs-1.02.187-7. 625 kB/s | 31 kB 00:00 (387/399): tripleo-ansible-3.3.1-17.1.202507021 1.9 MB/s | 570 kB 00:00 (388/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 27 MB/s | 1.5 MB 00:00 (389/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 18 MB/s | 1.0 MB 00:00 (390/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.2 MB/s | 136 kB 00:00 (391/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 78 kB/s | 30 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 156 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 632 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 31 MB/s | 2.3 MB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.7 MB/s | 109 kB 00:00 (396/399): libsmartcols-2.37.4-11.el9_2.x86_64. 570 kB/s | 65 kB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 2.0 MB/s | 464 kB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 2.8 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 551 kB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 7.4 MB/s | 97 MB 00:13 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-dns-2.2.1-2.el9.noarch 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 119/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 171/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 172/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 173/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 174/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 175/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 176/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 177/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 178/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 179/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 180/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 181/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 182/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 183/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 184/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 186/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 187/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 188/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 189/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 190/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 191/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 192/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 193/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 194/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 195/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 196/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 197/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 198/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 199/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 200/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 201/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 202/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 203/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 204/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 205/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 206/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 207/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 208/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 209/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 210/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 211/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 212/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 213/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 214/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 215/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 216/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 217/408 Installing : python3-memcached-1.59-3.el9ost.noarch 218/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 219/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 220/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 221/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 222/408 Installing : python3-docutils-0.16-6.el9ost.noarch 223/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 224/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 225/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 226/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 227/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 228/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 229/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 230/408 Installing : pkgconf-1.7.3-10.el9.x86_64 231/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 232/408 Installing : bash-completion-1:2.11-4.el9.noarch 233/408 Installing : libkadm5-1.20.1-8.el9.x86_64 234/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 235/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 236/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 237/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 238/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 239/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 240/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 1/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 2/408 Verifying : boost-system-1.75.0-8.el9.x86_64 3/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 4/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 5/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 6/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 7/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 8/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 9/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 10/408 Verifying : perl-Exporter-5.74-461.el9.noarch 11/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 12/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 13/408 Verifying : perl-parent-1:0.238-460.el9.noarch 14/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 15/408 Verifying : xorriso-1.5.4-4.el9.x86_64 16/408 Verifying : libisofs-1.5.4-4.el9.x86_64 17/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 18/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 19/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 20/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 21/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 22/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 23/408 Verifying : perl-URI-5.09-3.el9.noarch 24/408 Verifying : perl-libnet-3.13-4.el9.noarch 25/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 26/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 27/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 28/408 Verifying : perl-Carp-1.50-460.el9.noarch 29/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 30/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 31/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 32/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 33/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 34/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 35/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 36/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : libburn-1.5.4-4.el9.x86_64 42/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 43/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 44/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 45/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 46/408 Verifying : perl-Digest-1.19-4.el9.noarch 47/408 Verifying : perl-File-Path-2.18-4.el9.noarch 48/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 49/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 50/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 51/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 52/408 Verifying : perl-constant-1.33-461.el9.noarch 53/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 54/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 55/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 56/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 57/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 58/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 59/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 60/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 61/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 62/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 63/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 64/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 65/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 66/408 Verifying : jq-1.6-14.el9.x86_64 67/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 68/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 69/408 Verifying : perl-B-1.80-480.el9.x86_64 70/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 71/408 Verifying : perl-Errno-1.30-480.el9.x86_64 72/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 73/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 74/408 Verifying : perl-File-stat-1.09-480.el9.noarch 75/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 76/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 77/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 78/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 79/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 80/408 Verifying : perl-Symbol-1.08-480.el9.noarch 81/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-overload-1.31-480.el9.noarch 84/408 Verifying : perl-overloading-0.02-480.el9.noarch 85/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 86/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 87/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 88/408 Verifying : perl-IO-1.43-480.el9.x86_64 89/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 90/408 Verifying : perl-base-2.27-480.el9.noarch 91/408 Verifying : perl-if-0.60.800-480.el9.noarch 92/408 Verifying : perl-mro-1.23-480.el9.x86_64 93/408 Verifying : perl-subs-1.03-480.el9.noarch 94/408 Verifying : perl-vars-1.05-480.el9.noarch 95/408 Verifying : python3-mako-1.1.4-6.el9.noarch 96/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 97/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 98/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 101/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 102/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 103/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 104/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 105/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 106/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 108/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 109/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 110/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 111/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 112/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 113/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 114/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 115/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 116/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 117/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 118/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 119/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 120/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 121/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 122/408 Verifying : bash-completion-1:2.11-4.el9.noarch 123/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 124/408 Verifying : libaio-0.3.111-13.el9.x86_64 125/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 126/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 127/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 128/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 129/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 130/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 131/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 132/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 133/408 Verifying : python3-dns-2.2.1-2.el9.noarch 134/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 135/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 136/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 137/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 138/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 139/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 140/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 141/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 142/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 143/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 144/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 145/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 146/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 147/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 148/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 149/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 150/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 151/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 152/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 153/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 154/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 155/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 156/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 157/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 158/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 159/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 160/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 161/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 162/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 163/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 164/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 165/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 166/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 167/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 168/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 169/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 170/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 171/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 172/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 173/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 174/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 175/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 176/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 177/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 178/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 179/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 180/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 181/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 182/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 183/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 185/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 186/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 187/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 188/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 189/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 190/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 191/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 192/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 193/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 194/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 195/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 196/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 197/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 198/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 199/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 200/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 201/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 202/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 203/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 204/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 205/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 206/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 207/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 208/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 209/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 210/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 211/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 212/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 213/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 214/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 215/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 216/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 217/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 218/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 219/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 220/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 221/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 222/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 223/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 224/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 225/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 226/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 227/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 228/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 229/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 230/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 231/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 232/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 233/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 234/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 235/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 236/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 237/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 238/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 239/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 240/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 241/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 242/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 243/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 244/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 246/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 247/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 248/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 249/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 250/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 251/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 252/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 253/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 254/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 255/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 256/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 257/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 258/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 259/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 260/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 261/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 262/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 263/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 264/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 265/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 266/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 267/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 268/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 269/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 270/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 271/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 272/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 273/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 275/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 276/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 277/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 278/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 279/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 280/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 281/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 282/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 283/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 284/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 285/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 286/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 287/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 288/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 289/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 290/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 291/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 292/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 293/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 294/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 295/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 296/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 297/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 298/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 299/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 300/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 301/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 302/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 303/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 304/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 305/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 306/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 307/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 308/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 309/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 310/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 311/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 312/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 313/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 314/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 315/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 316/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 317/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 318/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 319/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 320/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 321/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 322/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 323/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 324/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 325/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 326/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 327/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 328/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 329/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 330/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 331/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 332/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 333/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 334/408 Verifying : hiera-3.6.0-6.el9ost.noarch 335/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 336/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 337/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 338/408 Verifying : puppet-7.10.0-4.el9ost.noarch 339/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 340/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 341/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 342/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 343/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 344/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 345/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 346/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 347/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 348/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 349/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 350/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 351/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 352/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 353/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 354/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 355/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 356/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 357/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 358/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 359/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 360/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 361/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 362/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 363/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 364/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 365/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 366/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 367/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 368/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 369/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 370/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 371/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 372/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 373/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 374/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 375/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 376/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 377/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 378/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 379/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 380/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 381/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 382/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-04T03:30:21.447901 # # 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.9311e-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-04 03:30:25.369823 | fa163ea7-8ca9-e0db-483c-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-04 03:30:25.393301 | fa163ea7-8ca9-e0db-483c-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-04 03:30:25.393963 | fa163ea7-8ca9-e0db-483c-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.038629 | 0.02s 2025-10-04 03:30:25.397426 | fa163ea7-8ca9-e0db-483c-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-04 03:30:25.420895 | fa163ea7-8ca9-e0db-483c-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-04 03:30:25.421583 | fa163ea7-8ca9-e0db-483c-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.066250 | 0.02s 2025-10-04 03:30:25.424692 | fa163ea7-8ca9-e0db-483c-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-04 03:30:25.493030 | fa163ea7-8ca9-e0db-483c-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-04 03:30:25.494676 | fa163ea7-8ca9-e0db-483c-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.139333 | 0.07s 2025-10-04 03:30:25.501162 | fa163ea7-8ca9-e0db-483c-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-04 03:30:25.885351 | fa163ea7-8ca9-e0db-483c-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-04 03:30:25.886838 | fa163ea7-8ca9-e0db-483c-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.531493 | 0.38s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-04 03:30:25.910433 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:30:25.911031 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:30:25.911599 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.556266 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:30:25.912162 | UUID | Info | Host | Task Name | Run Time 2025-10-04 03:30:25.912846 | fa163ea7-8ca9-e0db-483c-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.38s 2025-10-04 03:30:25.913316 | fa163ea7-8ca9-e0db-483c-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.07s 2025-10-04 03:30:25.913885 | fa163ea7-8ca9-e0db-483c-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.02s 2025-10-04 03:30:25.914391 | fa163ea7-8ca9-e0db-483c-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.02s 2025-10-04 03:30:25.914975 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-04 03:30:28.486935 | fa163ea7-8ca9-c818-ecc1-000000000005 | TASK | set ssh key path facts 2025-10-04 03:30:28.524816 | fa163ea7-8ca9-c818-ecc1-000000000005 | OK | set ssh key path facts | undercloud 2025-10-04 03:30:28.525524 | fa163ea7-8ca9-c818-ecc1-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.052824 | 0.04s 2025-10-04 03:30:28.530055 | fa163ea7-8ca9-c818-ecc1-000000000006 | TASK | stat private key 2025-10-04 03:30:28.870067 | fa163ea7-8ca9-c818-ecc1-000000000006 | OK | stat private key | undercloud 2025-10-04 03:30:28.871279 | fa163ea7-8ca9-c818-ecc1-000000000006 | TIMING | stat private key | undercloud | 0:00:00.398592 | 0.34s 2025-10-04 03:30:28.878186 | fa163ea7-8ca9-c818-ecc1-000000000007 | TASK | stat public key 2025-10-04 03:30:29.096544 | fa163ea7-8ca9-c818-ecc1-000000000007 | OK | stat public key | undercloud 2025-10-04 03:30:29.098077 | fa163ea7-8ca9-c818-ecc1-000000000007 | TIMING | stat public key | undercloud | 0:00:00.625383 | 0.22s 2025-10-04 03:30:29.105489 | fa163ea7-8ca9-c818-ecc1-000000000008 | TASK | create private key if it does not exist 2025-10-04 03:30:29.943380 | fa163ea7-8ca9-c818-ecc1-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-04 03:30:29.944656 | fa163ea7-8ca9-c818-ecc1-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.471969 | 0.84s 2025-10-04 03:30:29.951101 | fa163ea7-8ca9-c818-ecc1-000000000009 | TASK | create public key if it does not exist 2025-10-04 03:30:30.182033 | fa163ea7-8ca9-c818-ecc1-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-04 03:30:30.183451 | fa163ea7-8ca9-c818-ecc1-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.710762 | 0.23s PLAY [allovercloud] ************************************************************ 2025-10-04 03:30:30.240848 | fa163ea7-8ca9-c818-ecc1-000000000023 | TASK | Get local private key 2025-10-04 03:30:30.557196 | fa163ea7-8ca9-c818-ecc1-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ea7-8ca9-c818-ecc1-000000000023') missing from stats 2025-10-04 03:30:30.569051 | fa163ea7-8ca9-c818-ecc1-000000000024 | TASK | Get local public key 2025-10-04 03:30:30.781536 | fa163ea7-8ca9-c818-ecc1-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ea7-8ca9-c818-ecc1-000000000024') missing from stats 2025-10-04 03:30:30.804463 | fa163ea7-8ca9-c818-ecc1-000000000012 | TASK | create user ceph-admin 2025-10-04 03:30:31.303795 | fa163ea7-8ca9-c818-ecc1-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-04 03:30:31.305177 | fa163ea7-8ca9-c818-ecc1-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.832483 | 0.50s 2025-10-04 03:30:31.316759 | fa163ea7-8ca9-c818-ecc1-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-04 03:30:31.886230 | fa163ea7-8ca9-c818-ecc1-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-04 03:30:31.887606 | fa163ea7-8ca9-c818-ecc1-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.414884 | 0.57s 2025-10-04 03:30:31.896654 | fa163ea7-8ca9-c818-ecc1-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-04 03:30:32.249021 | fa163ea7-8ca9-c818-ecc1-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-04 03:30:32.250326 | fa163ea7-8ca9-c818-ecc1-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.777637 | 0.35s 2025-10-04 03:30:32.259761 | fa163ea7-8ca9-c818-ecc1-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-04 03:30:32.422054 | fa163ea7-8ca9-c818-ecc1-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-04 03:30:32.422890 | fa163ea7-8ca9-c818-ecc1-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.950212 | 0.16s 2025-10-04 03:30:32.427634 | fa163ea7-8ca9-c818-ecc1-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-04 03:30:32.606872 | fa163ea7-8ca9-c818-ecc1-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-04 03:30:32.608106 | fa163ea7-8ca9-c818-ecc1-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.135419 | 0.18s 2025-10-04 03:30:32.617122 | fa163ea7-8ca9-c818-ecc1-000000000017 | TASK | get remote ceph-admin public key 2025-10-04 03:30:32.674052 | fa163ea7-8ca9-c818-ecc1-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-04 03:30:32.675279 | fa163ea7-8ca9-c818-ecc1-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.202590 | 0.06s 2025-10-04 03:30:32.684542 | fa163ea7-8ca9-c818-ecc1-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-04 03:30:32.735635 | fa163ea7-8ca9-c818-ecc1-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-04 03:30:32.736659 | fa163ea7-8ca9-c818-ecc1-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.263972 | 0.05s 2025-10-04 03:30:32.744974 | fa163ea7-8ca9-c818-ecc1-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-04 03:30:33.087123 | fa163ea7-8ca9-c818-ecc1-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-04 03:30:33.088306 | fa163ea7-8ca9-c818-ecc1-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.615620 | 0.34s 2025-10-04 03:30:33.097417 | fa163ea7-8ca9-c818-ecc1-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-04 03:30:33.552079 | fa163ea7-8ca9-c818-ecc1-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-04 03:30:33.553363 | fa163ea7-8ca9-c818-ecc1-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.080675 | 0.45s 2025-10-04 03:30:33.562262 | fa163ea7-8ca9-c818-ecc1-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-04 03:30:34.049422 | fa163ea7-8ca9-c818-ecc1-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-04 03:30:34.050865 | fa163ea7-8ca9-c818-ecc1-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.578178 | 0.49s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-04 03:30:34.079990 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:30:34.080707 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:30:34.081228 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.608550 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:30:34.081742 | UUID | Info | Host | Task Name | Run Time 2025-10-04 03:30:34.082357 | fa163ea7-8ca9-c818-ecc1-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.84s 2025-10-04 03:30:34.082923 | fa163ea7-8ca9-c818-ecc1-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.57s 2025-10-04 03:30:34.083427 | fa163ea7-8ca9-c818-ecc1-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.50s 2025-10-04 03:30:34.084116 | fa163ea7-8ca9-c818-ecc1-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.49s 2025-10-04 03:30:34.084818 | fa163ea7-8ca9-c818-ecc1-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.45s 2025-10-04 03:30:34.085430 | fa163ea7-8ca9-c818-ecc1-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-10-04 03:30:34.086127 | fa163ea7-8ca9-c818-ecc1-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.34s 2025-10-04 03:30:34.086809 | fa163ea7-8ca9-c818-ecc1-000000000006 | SUMMARY | undercloud | stat private key | 0.34s 2025-10-04 03:30:34.087443 | fa163ea7-8ca9-c818-ecc1-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-10-04 03:30:34.088124 | fa163ea7-8ca9-c818-ecc1-000000000007 | SUMMARY | undercloud | stat public key | 0.22s 2025-10-04 03:30:34.088813 | fa163ea7-8ca9-c818-ecc1-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.18s 2025-10-04 03:30:34.089438 | fa163ea7-8ca9-c818-ecc1-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.16s 2025-10-04 03:30:34.090128 | fa163ea7-8ca9-c818-ecc1-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-10-04 03:30:34.090779 | fa163ea7-8ca9-c818-ecc1-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2025-10-04 03:30:34.091382 | fa163ea7-8ca9-c818-ecc1-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-10-04 03:30:34.092041 | fa163ea7-8ca9-c818-ecc1-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-04 03:30:34.092689 | fa163ea7-8ca9-c818-ecc1-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-04 03:30:34.093277 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-04 03:30:36.586727 | fa163ea7-8ca9-f6f9-d40d-000000000039 | TASK | Gathering Facts 2025-10-04 03:30:37.146796 | fa163ea7-8ca9-f6f9-d40d-000000000039 | OK | Gathering Facts | undercloud 2025-10-04 03:30:37.147828 | fa163ea7-8ca9-f6f9-d40d-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.574239 | 0.56s 2025-10-04 03:30:37.149600 | fa163ea7-8ca9-f6f9-d40d-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-04 03:30:37.150282 | fa163ea7-8ca9-f6f9-d40d-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.576697 | 0.56s 2025-10-04 03:30:37.171705 | fa163ea7-8ca9-f6f9-d40d-00000000000a | TASK | Load distro-specific variables 2025-10-04 03:30:37.251047 | fa163ea7-8ca9-f6f9-d40d-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.677435 | 0.08s 2025-10-04 03:30:37.262444 | fa163ea7-8ca9-f6f9-d40d-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.688854 | 0.08s 2025-10-04 03:30:37.280610 | ec3ce873-d2a5-43ce-8cb9-d30513395eb2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-04 03:30:37.281285 | ec3ce873-d2a5-43ce-8cb9-d30513395eb2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-04 03:30:37.303428 | fa163ea7-8ca9-f6f9-d40d-000000000052 | TASK | Load distro-specific variables 2025-10-04 03:30:37.414089 | fa163ea7-8ca9-f6f9-d40d-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:30:37.415647 | fa163ea7-8ca9-f6f9-d40d-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.842045 | 0.11s 2025-10-04 03:30:37.424856 | fa163ea7-8ca9-f6f9-d40d-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:30:37.426035 | fa163ea7-8ca9-f6f9-d40d-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.852446 | 0.11s 2025-10-04 03:30:37.427247 | fa163ea7-8ca9-f6f9-d40d-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.853645 | 0.12s 2025-10-04 03:30:37.432960 | fa163ea7-8ca9-f6f9-d40d-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.859369 | 0.12s 2025-10-04 03:30:37.441151 | fa163ea7-8ca9-f6f9-d40d-00000000000b | TASK | Install chronyd 2025-10-04 03:30:37.511860 | fa163ea7-8ca9-f6f9-d40d-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.938246 | 0.07s 2025-10-04 03:30:37.533404 | fa163ea7-8ca9-f6f9-d40d-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.959815 | 0.08s 2025-10-04 03:30:37.554005 | 66f7e14f-c4c5-4ec4-aed2-f9b514121633 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-04 03:30:37.554791 | 66f7e14f-c4c5-4ec4-aed2-f9b514121633 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-04 03:30:37.581103 | fa163ea7-8ca9-f6f9-d40d-0000000000a2 | TASK | Load distro-specific variables 2025-10-04 03:30:37.654941 | fa163ea7-8ca9-f6f9-d40d-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.081328 | 0.07s 2025-10-04 03:30:37.669293 | fa163ea7-8ca9-f6f9-d40d-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.095703 | 0.08s 2025-10-04 03:30:37.684826 | 07a8c72a-7139-4b10-8025-e4d6aa3e6ee6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-04 03:30:37.685540 | 07a8c72a-7139-4b10-8025-e4d6aa3e6ee6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-04 03:30:37.707367 | fa163ea7-8ca9-f6f9-d40d-000000000102 | TASK | Load distro-specific variables 2025-10-04 03:30:37.810320 | fa163ea7-8ca9-f6f9-d40d-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:30:37.811732 | fa163ea7-8ca9-f6f9-d40d-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.238130 | 0.10s 2025-10-04 03:30:37.817862 | fa163ea7-8ca9-f6f9-d40d-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.244269 | 0.11s 2025-10-04 03:30:37.823974 | fa163ea7-8ca9-f6f9-d40d-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:30:37.824831 | fa163ea7-8ca9-f6f9-d40d-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.251241 | 0.10s 2025-10-04 03:30:37.834042 | fa163ea7-8ca9-f6f9-d40d-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.260458 | 0.11s 2025-10-04 03:30:37.839679 | fa163ea7-8ca9-f6f9-d40d-0000000000a3 | TASK | Check for NTP service 2025-10-04 03:30:38.197980 | fa163ea7-8ca9-f6f9-d40d-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-04 03:30:38.199340 | fa163ea7-8ca9-f6f9-d40d-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.625740 | 0.34s 2025-10-04 03:30:38.224333 | fa163ea7-8ca9-f6f9-d40d-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-04 03:30:38.225327 | fa163ea7-8ca9-f6f9-d40d-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.651735 | 0.38s 2025-10-04 03:30:38.234516 | fa163ea7-8ca9-f6f9-d40d-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-04 03:30:38.323292 | fa163ea7-8ca9-f6f9-d40d-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-04 03:30:38.324031 | fa163ea7-8ca9-f6f9-d40d-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.750442 | 0.09s 2025-10-04 03:30:38.344640 | fa163ea7-8ca9-f6f9-d40d-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-04 03:30:38.345054 | fa163ea7-8ca9-f6f9-d40d-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.771470 | 0.09s 2025-10-04 03:30:38.355470 | fa163ea7-8ca9-f6f9-d40d-0000000000a5 | TASK | Install chronyd package 2025-10-04 03:30:41.363945 | fa163ea7-8ca9-f6f9-d40d-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-04 03:30:41.365252 | fa163ea7-8ca9-f6f9-d40d-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.791652 | 3.01s 2025-10-04 03:30:43.263931 | fa163ea7-8ca9-f6f9-d40d-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-04 03:30:43.264979 | fa163ea7-8ca9-f6f9-d40d-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.691387 | 4.89s 2025-10-04 03:30:43.273899 | fa163ea7-8ca9-f6f9-d40d-00000000000c | TASK | Upgrade chronyd 2025-10-04 03:30:43.346204 | fa163ea7-8ca9-f6f9-d40d-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-04 03:30:43.347643 | fa163ea7-8ca9-f6f9-d40d-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.774040 | 0.06s 2025-10-04 03:30:43.358521 | fa163ea7-8ca9-f6f9-d40d-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-04 03:30:43.359241 | fa163ea7-8ca9-f6f9-d40d-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.785653 | 0.08s 2025-10-04 03:30:43.367620 | fa163ea7-8ca9-f6f9-d40d-00000000000d | TASK | Configure chronyd 2025-10-04 03:30:43.449339 | fa163ea7-8ca9-f6f9-d40d-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.875733 | 0.07s 2025-10-04 03:30:43.450412 | fa163ea7-8ca9-f6f9-d40d-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.876824 | 0.08s 2025-10-04 03:30:43.467720 | 8fd60aa1-24c5-4790-a622-ebf1c30f83f3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-04 03:30:43.468393 | 8fd60aa1-24c5-4790-a622-ebf1c30f83f3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-04 03:30:43.501486 | fa163ea7-8ca9-f6f9-d40d-000000000162 | TASK | Load distro-specific variables 2025-10-04 03:30:43.575349 | fa163ea7-8ca9-f6f9-d40d-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.001735 | 0.07s 2025-10-04 03:30:43.586655 | fa163ea7-8ca9-f6f9-d40d-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.013066 | 0.08s 2025-10-04 03:30:43.600736 | cf8088a4-103f-4ca3-87ca-51ead1caf12c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-04 03:30:43.601402 | cf8088a4-103f-4ca3-87ca-51ead1caf12c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-04 03:30:43.616964 | fa163ea7-8ca9-f6f9-d40d-0000000001fa | TASK | Load distro-specific variables 2025-10-04 03:30:43.704139 | fa163ea7-8ca9-f6f9-d40d-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:30:43.707024 | fa163ea7-8ca9-f6f9-d40d-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.133413 | 0.09s 2025-10-04 03:30:43.715485 | fa163ea7-8ca9-f6f9-d40d-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.141891 | 0.10s 2025-10-04 03:30:43.739196 | fa163ea7-8ca9-f6f9-d40d-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:30:43.740062 | fa163ea7-8ca9-f6f9-d40d-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.166473 | 0.11s 2025-10-04 03:30:43.749985 | fa163ea7-8ca9-f6f9-d40d-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.176396 | 0.12s 2025-10-04 03:30:43.759177 | fa163ea7-8ca9-f6f9-d40d-000000000163 | TASK | Install chrony configuration file 2025-10-04 03:30:44.623240 | fa163ea7-8ca9-f6f9-d40d-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-10-04 03:30:44.625337 | fa163ea7-8ca9-f6f9-d40d-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.051739 | 0.86s 2025-10-04 03:30:44.626486 | fa163ea7-8ca9-f6f9-d40d-000000000163 | OK | Install chrony configuration file | undercloud 2025-10-04 03:30:44.627305 | fa163ea7-8ca9-f6f9-d40d-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.053716 | 0.85s 2025-10-04 03:30:44.635689 | fa163ea7-8ca9-f6f9-d40d-00000000000e | TASK | Run chronyd 2025-10-04 03:30:44.736014 | fa163ea7-8ca9-f6f9-d40d-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.162408 | 0.10s 2025-10-04 03:30:44.747288 | fa163ea7-8ca9-f6f9-d40d-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.173698 | 0.10s 2025-10-04 03:30:44.766423 | 7a28e31f-0dcc-4ca7-beae-b95260e8e717 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-04 03:30:44.767129 | 7a28e31f-0dcc-4ca7-beae-b95260e8e717 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-04 03:30:44.804872 | fa163ea7-8ca9-f6f9-d40d-000000000233 | TASK | Load distro-specific variables 2025-10-04 03:30:44.899161 | fa163ea7-8ca9-f6f9-d40d-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.325554 | 0.09s 2025-10-04 03:30:44.911190 | fa163ea7-8ca9-f6f9-d40d-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.337601 | 0.10s 2025-10-04 03:30:44.925125 | 1e03d5ea-276d-43c8-8b6e-3371c6456dc0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-04 03:30:44.925801 | 1e03d5ea-276d-43c8-8b6e-3371c6456dc0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-04 03:30:44.943520 | fa163ea7-8ca9-f6f9-d40d-0000000002ee | TASK | Load distro-specific variables 2025-10-04 03:30:45.044918 | fa163ea7-8ca9-f6f9-d40d-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:30:45.047099 | fa163ea7-8ca9-f6f9-d40d-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.473491 | 0.10s 2025-10-04 03:30:45.056659 | fa163ea7-8ca9-f6f9-d40d-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:30:45.057854 | fa163ea7-8ca9-f6f9-d40d-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.484260 | 0.10s 2025-10-04 03:30:45.059139 | fa163ea7-8ca9-f6f9-d40d-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.485543 | 0.11s 2025-10-04 03:30:45.064695 | fa163ea7-8ca9-f6f9-d40d-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.491105 | 0.11s 2025-10-04 03:30:45.072667 | fa163ea7-8ca9-f6f9-d40d-000000000234 | TASK | Ensure chronyd is running 2025-10-04 03:30:45.694635 | fa163ea7-8ca9-f6f9-d40d-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-04 03:30:45.696870 | fa163ea7-8ca9-f6f9-d40d-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.123265 | 0.62s 2025-10-04 03:30:45.709885 | fa163ea7-8ca9-f6f9-d40d-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-04 03:30:45.711251 | fa163ea7-8ca9-f6f9-d40d-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.137661 | 0.62s 2025-10-04 03:30:45.721138 | fa163ea7-8ca9-f6f9-d40d-000000000235 | TASK | Force chronyd restart 2025-10-04 03:30:45.811663 | fa163ea7-8ca9-f6f9-d40d-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-10-04 03:30:45.813338 | fa163ea7-8ca9-f6f9-d40d-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.239725 | 0.08s 2025-10-04 03:30:46.175750 | fa163ea7-8ca9-f6f9-d40d-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-10-04 03:30:46.177359 | fa163ea7-8ca9-f6f9-d40d-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.603765 | 0.45s 2025-10-04 03:30:46.186827 | fa163ea7-8ca9-f6f9-d40d-00000000000f | TASK | Enable online service 2025-10-04 03:30:46.268445 | fa163ea7-8ca9-f6f9-d40d-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.694835 | 0.08s 2025-10-04 03:30:46.279847 | fa163ea7-8ca9-f6f9-d40d-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.706256 | 0.08s 2025-10-04 03:30:46.297635 | 4f5852f8-cf9d-4f78-8d73-3fddda44e7bd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-04 03:30:46.298320 | 4f5852f8-cf9d-4f78-8d73-3fddda44e7bd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-04 03:30:46.343779 | fa163ea7-8ca9-f6f9-d40d-000000000338 | TASK | Create chrony-online.service unit file 2025-10-04 03:30:46.818533 | fa163ea7-8ca9-f6f9-d40d-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-10-04 03:30:46.819435 | fa163ea7-8ca9-f6f9-d40d-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.245847 | 0.47s 2025-10-04 03:30:46.870723 | fa163ea7-8ca9-f6f9-d40d-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-10-04 03:30:46.871363 | fa163ea7-8ca9-f6f9-d40d-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.297779 | 0.52s 2025-10-04 03:30:46.875539 | fa163ea7-8ca9-f6f9-d40d-000000000339 | TASK | Enable chrony-online.service 2025-10-04 03:30:48.104640 | fa163ea7-8ca9-f6f9-d40d-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-04 03:30:48.107446 | fa163ea7-8ca9-f6f9-d40d-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.533846 | 1.23s 2025-10-04 03:30:48.110025 | fa163ea7-8ca9-f6f9-d40d-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-04 03:30:48.111371 | fa163ea7-8ca9-f6f9-d40d-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.537780 | 1.23s 2025-10-04 03:30:48.120977 | fa163ea7-8ca9-f6f9-d40d-000000000010 | TASK | Sync chronyc 2025-10-04 03:30:48.202981 | fa163ea7-8ca9-f6f9-d40d-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.629375 | 0.07s 2025-10-04 03:30:48.204105 | fa163ea7-8ca9-f6f9-d40d-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.630516 | 0.08s 2025-10-04 03:30:48.222071 | b0aecc55-6d33-4d6e-9b63-999b308bf3f1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-04 03:30:48.222807 | b0aecc55-6d33-4d6e-9b63-999b308bf3f1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-04 03:30:48.271106 | fa163ea7-8ca9-f6f9-d40d-00000000042a | TASK | Force NTP sync 2025-10-04 03:30:48.549462 | fa163ea7-8ca9-f6f9-d40d-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-04 03:30:48.550323 | fa163ea7-8ca9-f6f9-d40d-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.976728 | 0.28s 2025-10-04 03:30:48.581337 | fa163ea7-8ca9-f6f9-d40d-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-04 03:30:48.582193 | fa163ea7-8ca9-f6f9-d40d-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.008604 | 0.30s 2025-10-04 03:30:48.588703 | fa163ea7-8ca9-f6f9-d40d-00000000042b | TASK | Ensure system is NTP time synced 2025-10-04 03:30:58.885720 | fa163ea7-8ca9-f6f9-d40d-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-04 03:30:58.887032 | fa163ea7-8ca9-f6f9-d40d-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.313435 | 10.30s 2025-10-04 03:30:58.887967 | fa163ea7-8ca9-f6f9-d40d-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-04 03:30:58.888641 | fa163ea7-8ca9-f6f9-d40d-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.315052 | 10.29s 2025-10-04 03:30:58.908823 | fa163ea7-8ca9-f6f9-d40d-00000000002c | TASK | Set timezone 2025-10-04 03:30:59.401176 | fa163ea7-8ca9-f6f9-d40d-00000000002c | OK | Set timezone | undercloud 2025-10-04 03:30:59.402429 | fa163ea7-8ca9-f6f9-d40d-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.828832 | 0.48s 2025-10-04 03:30:59.403321 | fa163ea7-8ca9-f6f9-d40d-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-04 03:30:59.403975 | fa163ea7-8ca9-f6f9-d40d-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.830386 | 0.49s 2025-10-04 03:30:59.411791 | fa163ea7-8ca9-f6f9-d40d-00000000002d | TASK | Restart time services 2025-10-04 03:30:59.449811 | fa163ea7-8ca9-f6f9-d40d-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-04 03:30:59.455727 | fa163ea7-8ca9-f6f9-d40d-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-04 03:30:59.464486 | fa163ea7-8ca9-f6f9-d40d-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-04 03:30:59.469889 | fa163ea7-8ca9-f6f9-d40d-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.896286 | 0.06s 2025-10-04 03:30:59.470974 | fa163ea7-8ca9-f6f9-d40d-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-04 03:30:59.481320 | fa163ea7-8ca9-f6f9-d40d-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.907731 | 0.06s 2025-10-04 03:30:59.520549 | fa163ea7-8ca9-f6f9-d40d-000000000012 | HANDLER | Restart chronyd 2025-10-04 03:30:59.998247 | fa163ea7-8ca9-f6f9-d40d-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-10-04 03:31:00.000091 | fa163ea7-8ca9-f6f9-d40d-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.426484 | 0.48s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-10-04 03:31:00.016633 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:31:00.017141 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:31:00.017695 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.444108 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:31:00.018154 | UUID | Info | Host | Task Name | Run Time 2025-10-04 03:31:00.018698 | fa163ea7-8ca9-f6f9-d40d-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.30s 2025-10-04 03:31:00.019166 | fa163ea7-8ca9-f6f9-d40d-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.29s 2025-10-04 03:31:00.019673 | fa163ea7-8ca9-f6f9-d40d-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.89s 2025-10-04 03:31:00.020133 | fa163ea7-8ca9-f6f9-d40d-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.01s 2025-10-04 03:31:00.020629 | fa163ea7-8ca9-f6f9-d40d-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.23s 2025-10-04 03:31:00.021116 | fa163ea7-8ca9-f6f9-d40d-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.23s 2025-10-04 03:31:00.021635 | fa163ea7-8ca9-f6f9-d40d-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.86s 2025-10-04 03:31:00.022135 | fa163ea7-8ca9-f6f9-d40d-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.85s 2025-10-04 03:31:00.022678 | fa163ea7-8ca9-f6f9-d40d-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.62s 2025-10-04 03:31:00.023157 | fa163ea7-8ca9-f6f9-d40d-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-10-04 03:31:00.023664 | fa163ea7-8ca9-f6f9-d40d-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-10-04 03:31:00.024137 | fa163ea7-8ca9-f6f9-d40d-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2025-10-04 03:31:00.024648 | fa163ea7-8ca9-f6f9-d40d-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.52s 2025-10-04 03:31:00.025125 | fa163ea7-8ca9-f6f9-d40d-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.49s 2025-10-04 03:31:00.025646 | fa163ea7-8ca9-f6f9-d40d-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.48s 2025-10-04 03:31:00.026147 | fa163ea7-8ca9-f6f9-d40d-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.48s 2025-10-04 03:31:00.026694 | fa163ea7-8ca9-f6f9-d40d-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.47s 2025-10-04 03:31:00.027171 | fa163ea7-8ca9-f6f9-d40d-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.45s 2025-10-04 03:31:00.027678 | fa163ea7-8ca9-f6f9-d40d-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.38s 2025-10-04 03:31:00.028149 | fa163ea7-8ca9-f6f9-d40d-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.34s 2025-10-04 03:31:00.028641 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-04 03:31:00.921119 | fa163ea7-8ca9-0254-d436-000000000005 | SKIPPED | fail | undercloud 2025-10-04 03:31:00.921980 | fa163ea7-8ca9-0254-d436-000000000005 | TIMING | fail | undercloud | 0:00:00.066567 | 0.05s 2025-10-04 03:31:00.982434 | fa163ea7-8ca9-0254-d436-000000000006 | SKIPPED | fail | undercloud 2025-10-04 03:31:00.983538 | fa163ea7-8ca9-0254-d436-000000000006 | TIMING | fail | undercloud | 0:00:00.128120 | 0.06s 2025-10-04 03:31:00.990768 | fa163ea7-8ca9-0254-d436-000000000008 | TASK | Ensure working_dir is provided 2025-10-04 03:31:01.028496 | fa163ea7-8ca9-0254-d436-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-04 03:31:01.029532 | fa163ea7-8ca9-0254-d436-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.174114 | 0.04s 2025-10-04 03:31:01.049021 | fa163ea7-8ca9-0254-d436-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-04 03:31:01.085811 | fa163ea7-8ca9-0254-d436-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-04 03:31:01.086843 | fa163ea7-8ca9-0254-d436-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.231426 | 0.04s 2025-10-04 03:31:01.093882 | fa163ea7-8ca9-0254-d436-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-04 03:31:01.132399 | fa163ea7-8ca9-0254-d436-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-04 03:31:01.133422 | fa163ea7-8ca9-0254-d436-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.278005 | 0.04s 2025-10-04 03:31:01.140594 | fa163ea7-8ca9-0254-d436-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-04 03:31:01.177900 | fa163ea7-8ca9-0254-d436-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-04 03:31:01.178970 | fa163ea7-8ca9-0254-d436-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.323551 | 0.04s 2025-10-04 03:31:01.186672 | fa163ea7-8ca9-0254-d436-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-04 03:31:01.244317 | fa163ea7-8ca9-0254-d436-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-04 03:31:01.245356 | fa163ea7-8ca9-0254-d436-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.389940 | 0.06s 2025-10-04 03:31:01.252463 | fa163ea7-8ca9-0254-d436-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-04 03:31:01.370883 | fa163ea7-8ca9-0254-d436-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'osd', 'mgr', '_admin'], 'service_type': 'host'} 2025-10-04 03:31:01.372162 | fa163ea7-8ca9-0254-d436-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.516746 | 0.12s 2025-10-04 03:31:01.385349 | fa163ea7-8ca9-0254-d436-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-04 03:31:01.399790 | fa163ea7-8ca9-0254-d436-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-04 03:31:01.411768 | fa163ea7-8ca9-0254-d436-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-04 03:31:01.416701 | fa163ea7-8ca9-0254-d436-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.561286 | 0.16s 2025-10-04 03:31:01.424627 | fa163ea7-8ca9-0254-d436-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-04 03:31:01.521599 | fa163ea7-8ca9-0254-d436-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': ['mon', 'osd', 'mgr', '_admin'], 'service_type': 'host'} 2025-10-04 03:31:01.539710 | fa163ea7-8ca9-0254-d436-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-04 03:31:01.554819 | fa163ea7-8ca9-0254-d436-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-04 03:31:01.567829 | fa163ea7-8ca9-0254-d436-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-04 03:31:01.576510 | fa163ea7-8ca9-0254-d436-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.721089 | 0.15s 2025-10-04 03:31:01.584376 | fa163ea7-8ca9-0254-d436-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-04 03:31:01.630434 | fa163ea7-8ca9-0254-d436-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-04 03:31:01.631503 | fa163ea7-8ca9-0254-d436-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.776086 | 0.05s 2025-10-04 03:31:01.639611 | fa163ea7-8ca9-0254-d436-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-04 03:31:01.676467 | fa163ea7-8ca9-0254-d436-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-04 03:31:01.677507 | fa163ea7-8ca9-0254-d436-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.822089 | 0.04s 2025-10-04 03:31:01.678361 | fa163ea7-8ca9-0254-d436-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.822953 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-04 03:31:01.743664 | fa163ea7-8ca9-0254-d436-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-04 03:31:01.780983 | fa163ea7-8ca9-0254-d436-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-04 03:31:01.782019 | fa163ea7-8ca9-0254-d436-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.926600 | 0.04s 2025-10-04 03:31:01.790135 | fa163ea7-8ca9-0254-d436-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-04 03:31:01.948836 | fa163ea7-8ca9-0254-d436-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-04 03:31:01.950023 | fa163ea7-8ca9-0254-d436-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.094603 | 0.16s 2025-10-04 03:31:01.958136 | fa163ea7-8ca9-0254-d436-000000000019 | TASK | Set IP address of first monitor 2025-10-04 03:31:01.996352 | fa163ea7-8ca9-0254-d436-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-04 03:31:01.997427 | fa163ea7-8ca9-0254-d436-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.142008 | 0.04s 2025-10-04 03:31:02.019848 | fa163ea7-8ca9-0254-d436-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-04 03:31:02.066421 | fa163ea7-8ca9-0254-d436-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-04 03:31:02.067475 | fa163ea7-8ca9-0254-d436-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.212056 | 0.05s 2025-10-04 03:31:02.078007 | fa163ea7-8ca9-0254-d436-000000000021 | TASK | Install cephadm package 2025-10-04 03:31:05.049349 | fa163ea7-8ca9-0254-d436-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-04 03:31:05.050783 | fa163ea7-8ca9-0254-d436-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.195327 | 2.97s 2025-10-04 03:31:05.060106 | fa163ea7-8ca9-0254-d436-000000000022 | TASK | Stat cephadm file 2025-10-04 03:31:05.383828 | fa163ea7-8ca9-0254-d436-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-04 03:31:05.385263 | fa163ea7-8ca9-0254-d436-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.529842 | 0.32s 2025-10-04 03:31:05.394629 | fa163ea7-8ca9-0254-d436-000000000023 | TASK | Fail if cephadm is not available 2025-10-04 03:31:05.421620 | fa163ea7-8ca9-0254-d436-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-04 03:31:05.422755 | fa163ea7-8ca9-0254-d436-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.567336 | 0.03s 2025-10-04 03:31:05.432751 | fa163ea7-8ca9-0254-d436-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-04 03:31:06.277587 | fa163ea7-8ca9-0254-d436-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-04 03:31:06.278967 | fa163ea7-8ca9-0254-d436-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.423545 | 0.84s 2025-10-04 03:31:06.288248 | fa163ea7-8ca9-0254-d436-000000000026 | TASK | Set list of found FSIDs 2025-10-04 03:31:06.396196 | fa163ea7-8ca9-0254-d436-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-04 03:31:06.397265 | fa163ea7-8ca9-0254-d436-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.541846 | 0.11s 2025-10-04 03:31:06.405977 | fa163ea7-8ca9-0254-d436-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-04 03:31:06.485615 | fa163ea7-8ca9-0254-d436-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-04 03:31:06.486673 | fa163ea7-8ca9-0254-d436-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.631255 | 0.08s 2025-10-04 03:31:06.495189 | fa163ea7-8ca9-0254-d436-000000000028 | TASK | Set FSID to the discovered value 2025-10-04 03:31:06.575681 | fa163ea7-8ca9-0254-d436-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-04 03:31:06.576836 | fa163ea7-8ca9-0254-d436-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.721416 | 0.08s 2025-10-04 03:31:06.586213 | fa163ea7-8ca9-0254-d436-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-04 03:31:06.673660 | fa163ea7-8ca9-0254-d436-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-04 03:31:06.674765 | fa163ea7-8ca9-0254-d436-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.819346 | 0.09s 2025-10-04 03:31:06.683872 | fa163ea7-8ca9-0254-d436-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-04 03:31:06.743636 | fa163ea7-8ca9-0254-d436-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-04 03:31:06.744718 | fa163ea7-8ca9-0254-d436-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.889299 | 0.06s 2025-10-04 03:31:06.753977 | fa163ea7-8ca9-0254-d436-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-04 03:31:07.036857 | fa163ea7-8ca9-0254-d436-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-04 03:31:07.038251 | fa163ea7-8ca9-0254-d436-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.182829 | 0.28s 2025-10-04 03:31:07.048234 | fa163ea7-8ca9-0254-d436-00000000002d | TASK | Ensure specs directory exists 2025-10-04 03:31:07.270473 | fa163ea7-8ca9-0254-d436-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-04 03:31:07.271752 | fa163ea7-8ca9-0254-d436-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.416332 | 0.22s 2025-10-04 03:31:07.285759 | fa163ea7-8ca9-0254-d436-00000000002e | TASK | Stat spec file on ansible host 2025-10-04 03:31:07.498498 | fa163ea7-8ca9-0254-d436-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea7-8ca9-0254-d436-00000000002e') missing from stats 2025-10-04 03:31:07.509830 | fa163ea7-8ca9-0254-d436-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-04 03:31:08.089404 | fa163ea7-8ca9-0254-d436-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-04 03:31:08.090736 | fa163ea7-8ca9-0254-d436-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.235315 | 0.58s 2025-10-04 03:31:08.104254 | fa163ea7-8ca9-0254-d436-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-04 03:31:08.396260 | fa163ea7-8ca9-0254-d436-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea7-8ca9-0254-d436-000000000031') missing from stats 2025-10-04 03:31:08.407687 | fa163ea7-8ca9-0254-d436-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-04 03:31:08.903448 | fa163ea7-8ca9-0254-d436-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-04 03:31:08.904814 | fa163ea7-8ca9-0254-d436-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.049392 | 0.50s 2025-10-04 03:31:08.927744 | fa163ea7-8ca9-0254-d436-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-04 03:31:09.014829 | fa163ea7-8ca9-0254-d436-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-04 03:31:09.016137 | fa163ea7-8ca9-0254-d436-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.160716 | 0.09s 2025-10-04 03:31:09.033870 | fa163ea7-8ca9-0254-d436-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-04 03:31:09.089737 | fa163ea7-8ca9-0254-d436-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-04 03:31:09.090591 | fa163ea7-8ca9-0254-d436-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.235175 | 0.06s 2025-10-04 03:31:09.096817 | fa163ea7-8ca9-0254-d436-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-04 03:31:09.311582 | fa163ea7-8ca9-0254-d436-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-04 03:31:09.313333 | fa163ea7-8ca9-0254-d436-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.457906 | 0.22s 2025-10-04 03:31:09.523049 | fa163ea7-8ca9-0254-d436-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-04 03:31:09.523922 | fa163ea7-8ca9-0254-d436-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.668512 | 0.43s 2025-10-04 03:31:09.529599 | fa163ea7-8ca9-0254-d436-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.674181 | 0.43s 2025-10-04 03:31:09.536762 | fa163ea7-8ca9-0254-d436-000000000065 | TASK | Fail if necessary files are missing 2025-10-04 03:31:09.646995 | fa163ea7-8ca9-0254-d436-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': 327160256, 'dev': 64516, 'nlink': 1, 'atime': 1759548633.5145555, 'mtime': 1759548633.377552, 'ctime': 1759548633.5175557, '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': '8a8b4fdfb54cb4c41ba9129f2b4a25ebe68e0cca', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4067443497', '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-04 03:31:09.653721 | fa163ea7-8ca9-0254-d436-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': 352323290, 'dev': 64516, 'nlink': 1, 'atime': 1759548634.0105681, 'mtime': 1759548633.8215635, 'ctime': 1759548634.0125682, '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': '26e077ce23075a964dad02602aa509b6edb9cc01', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2920849906', '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-04 03:31:09.693961 | fa163ea7-8ca9-0254-d436-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.838540 | 0.16s 2025-10-04 03:31:09.704934 | fa163ea7-8ca9-0254-d436-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-04 03:31:09.946737 | fa163ea7-8ca9-0254-d436-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-04 03:31:09.948105 | fa163ea7-8ca9-0254-d436-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.092684 | 0.24s 2025-10-04 03:31:09.957807 | fa163ea7-8ca9-0254-d436-000000000068 | TASK | Run cephadm bootstrap 2025-10-04 03:32:17.658335 | fa163ea7-8ca9-0254-d436-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-04 03:32:17.659811 | fa163ea7-8ca9-0254-d436-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:16.804389 | 67.70s 2025-10-04 03:32:17.669774 | fa163ea7-8ca9-0254-d436-000000000069 | TASK | Show results of bootstrap 2025-10-04 03:32:17.740956 | fa163ea7-8ca9-0254-d436-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-04 03:32:17.742446 | fa163ea7-8ca9-0254-d436-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:16.887021 | 0.07s 2025-10-04 03:32:17.754278 | fa163ea7-8ca9-0254-d436-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-04 03:32:17.823324 | fa163ea7-8ca9-0254-d436-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.967886 | 0.07s 2025-10-04 03:32:17.838643 | 951ec26d-7d3a-4b4f-9a1e-092ab0fc7462 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-04 03:32:17.852147 | fa163ea7-8ca9-0254-d436-00000000020b | TASK | Set ceph CLI 2025-10-04 03:32:18.033099 | fa163ea7-8ca9-0254-d436-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-04 03:32:18.034419 | fa163ea7-8ca9-0254-d436-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:17.178999 | 0.18s 2025-10-04 03:32:18.044885 | fa163ea7-8ca9-0254-d436-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-04 03:32:19.010217 | fa163ea7-8ca9-0254-d436-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-04 03:32:19.013055 | fa163ea7-8ca9-0254-d436-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:18.157631 | 0.97s 2025-10-04 03:32:19.022452 | fa163ea7-8ca9-0254-d436-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-04 03:32:20.059844 | fa163ea7-8ca9-0254-d436-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-04 03:32:20.061154 | fa163ea7-8ca9-0254-d436-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:19.205735 | 1.04s 2025-10-04 03:32:20.070357 | fa163ea7-8ca9-0254-d436-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-04 03:32:20.116742 | fa163ea7-8ca9-0254-d436-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-04 03:32:20.117795 | fa163ea7-8ca9-0254-d436-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:19.262378 | 0.05s 2025-10-04 03:32:20.134220 | fa163ea7-8ca9-0254-d436-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-04 03:32:20.182056 | fa163ea7-8ca9-0254-d436-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-04 03:32:20.184088 | fa163ea7-8ca9-0254-d436-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:19.328667 | 0.05s 2025-10-04 03:32:20.193655 | fa163ea7-8ca9-0254-d436-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-04 03:32:20.225765 | fa163ea7-8ca9-0254-d436-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-04 03:32:20.227097 | fa163ea7-8ca9-0254-d436-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:19.371677 | 0.03s 2025-10-04 03:32:20.236297 | fa163ea7-8ca9-0254-d436-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-04 03:32:20.312166 | fa163ea7-8ca9-0254-d436-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-04 03:32:20.313867 | fa163ea7-8ca9-0254-d436-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.458426 | 0.08s 2025-10-04 03:32:20.321270 | fa163ea7-8ca9-0254-d436-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-04 03:32:20.322012 | fa163ea7-8ca9-0254-d436-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.466601 | 0.08s 2025-10-04 03:32:20.330166 | fa163ea7-8ca9-0254-d436-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-04 03:32:20.330906 | fa163ea7-8ca9-0254-d436-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.475497 | 0.09s 2025-10-04 03:32:20.336168 | fa163ea7-8ca9-0254-d436-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-04 03:32:20.337115 | fa163ea7-8ca9-0254-d436-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.481704 | 0.10s 2025-10-04 03:32:20.347505 | fa163ea7-8ca9-0254-d436-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.492085 | 0.11s 2025-10-04 03:32:20.366325 | fa163ea7-8ca9-0254-d436-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-04 03:32:20.497438 | fa163ea7-8ca9-0254-d436-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-04 03:32:20.554122 | fa163ea7-8ca9-0254-d436-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-04 03:32:20.611271 | fa163ea7-8ca9-0254-d436-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-04 03:32:20.668513 | fa163ea7-8ca9-0254-d436-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-04 03:32:20.725547 | fa163ea7-8ca9-0254-d436-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-04 03:32:20.782381 | fa163ea7-8ca9-0254-d436-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-04 03:32:20.840445 | fa163ea7-8ca9-0254-d436-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-04 03:32:20.894096 | fa163ea7-8ca9-0254-d436-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-04 03:32:20.905365 | fa163ea7-8ca9-0254-d436-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:20.049935 | 0.54s 2025-10-04 03:32:20.916768 | fa163ea7-8ca9-0254-d436-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-04 03:32:21.970444 | fa163ea7-8ca9-0254-d436-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-04 03:32:21.972123 | fa163ea7-8ca9-0254-d436-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.116696 | 1.05s 2025-10-04 03:32:22.898589 | fa163ea7-8ca9-0254-d436-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-04 03:32:22.899789 | fa163ea7-8ca9-0254-d436-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.044374 | 1.98s 2025-10-04 03:32:24.025155 | fa163ea7-8ca9-0254-d436-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-04 03:32:24.026272 | fa163ea7-8ca9-0254-d436-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.170858 | 3.11s 2025-10-04 03:32:24.992214 | fa163ea7-8ca9-0254-d436-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-04 03:32:24.994006 | fa163ea7-8ca9-0254-d436-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:24.138590 | 4.08s 2025-10-04 03:32:25.004716 | fa163ea7-8ca9-0254-d436-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:24.149285 | 4.09s 2025-10-04 03:32:25.024655 | fa163ea7-8ca9-0254-d436-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-04 03:32:25.256662 | fa163ea7-8ca9-0254-d436-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-04 03:32:25.258264 | fa163ea7-8ca9-0254-d436-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.402842 | 0.23s 2025-10-04 03:32:25.268256 | fa163ea7-8ca9-0254-d436-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.412835 | 0.24s 2025-10-04 03:32:25.278477 | fa163ea7-8ca9-0254-d436-0000000000a7 | TASK | Fail if spec file is missing 2025-10-04 03:32:25.366821 | fa163ea7-8ca9-0254-d436-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': 964693357, 'dev': 64516, 'nlink': 1, 'atime': 1759548668.0543175, 'mtime': 1759548667.735311, 'ctime': 1759548668.0563176, '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': 'f0b9aec085710be90164a5aa26561929bc946d44', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '374418110', '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-04 03:32:25.379011 | fa163ea7-8ca9-0254-d436-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:24.523581 | 0.10s 2025-10-04 03:32:25.389623 | fa163ea7-8ca9-0254-d436-0000000000a8 | TASK | Get ceph_cli 2025-10-04 03:32:25.422270 | fa163ea7-8ca9-0254-d436-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:24.566835 | 0.03s 2025-10-04 03:32:25.439570 | 871837be-c71d-4c54-be55-6a8b22bdd3db | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-04 03:32:25.459915 | fa163ea7-8ca9-0254-d436-000000000270 | TASK | Set ceph CLI 2025-10-04 03:32:25.633884 | fa163ea7-8ca9-0254-d436-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-04 03:32:25.635350 | fa163ea7-8ca9-0254-d436-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:24.779927 | 0.17s 2025-10-04 03:32:25.646969 | fa163ea7-8ca9-0254-d436-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-04 03:32:26.764681 | fa163ea7-8ca9-0254-d436-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-04 03:32:26.766288 | fa163ea7-8ca9-0254-d436-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:25.910867 | 1.12s 2025-10-04 03:32:26.775839 | fa163ea7-8ca9-0254-d436-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-04 03:32:26.834613 | fa163ea7-8ca9-0254-d436-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-04 03:32:26.836343 | fa163ea7-8ca9-0254-d436-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:25.980912 | 0.06s 2025-10-04 03:32:26.847290 | fa163ea7-8ca9-0254-d436-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-04 03:32:26.875537 | fa163ea7-8ca9-0254-d436-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:26.020111 | 0.03s 2025-10-04 03:32:26.897432 | 134ce58f-df8a-4832-ba46-c5f137ec1131 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-04 03:32:26.912333 | fa163ea7-8ca9-0254-d436-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-04 03:32:26.972161 | fa163ea7-8ca9-0254-d436-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-04 03:32:26.973100 | fa163ea7-8ca9-0254-d436-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:26.117686 | 0.06s 2025-10-04 03:32:26.979629 | fa163ea7-8ca9-0254-d436-0000000002a8 | TASK | set cephadm debug level 2025-10-04 03:32:27.039634 | fa163ea7-8ca9-0254-d436-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-04 03:32:27.041119 | fa163ea7-8ca9-0254-d436-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:26.185697 | 0.06s 2025-10-04 03:32:27.051167 | fa163ea7-8ca9-0254-d436-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-04 03:32:27.139727 | fa163ea7-8ca9-0254-d436-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-04 03:32:27.141078 | fa163ea7-8ca9-0254-d436-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:26.285659 | 0.09s 2025-10-04 03:32:27.146760 | fa163ea7-8ca9-0254-d436-0000000002aa | TASK | set container image base in ceph configuration 2025-10-04 03:32:28.085028 | fa163ea7-8ca9-0254-d436-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-04 03:32:28.086627 | fa163ea7-8ca9-0254-d436-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:27.231203 | 0.94s 2025-10-04 03:32:28.097051 | fa163ea7-8ca9-0254-d436-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-04 03:32:28.176071 | fa163ea7-8ca9-0254-d436-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-04 03:32:28.177267 | fa163ea7-8ca9-0254-d436-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:27.321846 | 0.08s 2025-10-04 03:32:28.186844 | fa163ea7-8ca9-0254-d436-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-04 03:32:28.233640 | fa163ea7-8ca9-0254-d436-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-04 03:32:28.234727 | fa163ea7-8ca9-0254-d436-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:27.379310 | 0.05s 2025-10-04 03:32:28.244361 | fa163ea7-8ca9-0254-d436-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-04 03:32:28.291000 | fa163ea7-8ca9-0254-d436-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-04 03:32:28.292061 | fa163ea7-8ca9-0254-d436-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:27.436644 | 0.05s 2025-10-04 03:32:28.301324 | fa163ea7-8ca9-0254-d436-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-04 03:32:28.360761 | fa163ea7-8ca9-0254-d436-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-04 03:32:28.362260 | fa163ea7-8ca9-0254-d436-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:27.506831 | 0.06s 2025-10-04 03:32:28.372171 | fa163ea7-8ca9-0254-d436-0000000000ac | TASK | Apply spec 2025-10-04 03:32:30.018674 | fa163ea7-8ca9-0254-d436-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-04 03:32:30.020009 | fa163ea7-8ca9-0254-d436-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:29.164589 | 1.65s 2025-10-04 03:32:30.029050 | fa163ea7-8ca9-0254-d436-0000000000ad | TASK | Show results of spec apply 2025-10-04 03:32:30.095866 | fa163ea7-8ca9-0254-d436-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-04 03:32:30.097622 | fa163ea7-8ca9-0254-d436-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:29.242200 | 0.07s 2025-10-04 03:32:30.106981 | fa163ea7-8ca9-0254-d436-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-04 03:32:30.165242 | fa163ea7-8ca9-0254-d436-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:29.309807 | 0.06s 2025-10-04 03:32:30.179423 | e62366cd-c9d5-496c-8b13-20eac88aa220 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-04 03:32:30.208455 | fa163ea7-8ca9-0254-d436-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-04 03:32:31.203066 | fa163ea7-8ca9-0254-d436-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-04 03:33:02.181363 | fa163ea7-8ca9-0254-d436-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-04 03:33:02.182534 | fa163ea7-8ca9-0254-d436-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:01.327115 | 31.97s 2025-10-04 03:33:02.199859 | fa163ea7-8ca9-0254-d436-0000000000c9 | TASK | Get ceph_cli 2025-10-04 03:33:02.239425 | fa163ea7-8ca9-0254-d436-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-04 03:33:02.241772 | fa163ea7-8ca9-0254-d436-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.386254 | 0.04s 2025-10-04 03:33:02.251996 | fa163ea7-8ca9-0254-d436-0000000000ca | TASK | Collect ceph config dump 2025-10-04 03:33:02.289923 | fa163ea7-8ca9-0254-d436-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-04 03:33:02.292081 | fa163ea7-8ca9-0254-d436-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:01.436660 | 0.04s 2025-10-04 03:33:02.301729 | fa163ea7-8ca9-0254-d436-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-04 03:33:02.361223 | fa163ea7-8ca9-0254-d436-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-04 03:33:02.363644 | fa163ea7-8ca9-0254-d436-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:01.508087 | 0.06s 2025-10-04 03:33:02.373947 | fa163ea7-8ca9-0254-d436-0000000000cc | TASK | Create pool 2025-10-04 03:33:02.421080 | fa163ea7-8ca9-0254-d436-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:01.565649 | 0.04s 2025-10-04 03:33:02.432194 | fa163ea7-8ca9-0254-d436-0000000000cd | TASK | Enable application on Ceph pools 2025-10-04 03:33:02.479325 | fa163ea7-8ca9-0254-d436-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:01.623900 | 0.04s 2025-10-04 03:33:02.489868 | fa163ea7-8ca9-0254-d436-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-04 03:33:02.518396 | fa163ea7-8ca9-0254-d436-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-04 03:33:02.520675 | fa163ea7-8ca9-0254-d436-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:01.665142 | 0.03s 2025-10-04 03:33:02.530345 | fa163ea7-8ca9-0254-d436-0000000000d0 | TASK | Set trash interval 2025-10-04 03:33:02.621701 | fa163ea7-8ca9-0254-d436-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-04 03:33:02.627909 | fa163ea7-8ca9-0254-d436-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:01.772489 | 0.10s 2025-10-04 03:33:02.646293 | fa163ea7-8ca9-0254-d436-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-04 03:33:02.715116 | fa163ea7-8ca9-0254-d436-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:01.859690 | 0.07s 2025-10-04 03:33:02.726109 | fa163ea7-8ca9-0254-d436-0000000000e9 | TASK | Get ceph_cli 2025-10-04 03:33:02.776267 | fa163ea7-8ca9-0254-d436-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-04 03:33:02.777359 | fa163ea7-8ca9-0254-d436-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.921939 | 0.05s 2025-10-04 03:33:02.786497 | fa163ea7-8ca9-0254-d436-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-04 03:33:02.847004 | fa163ea7-8ca9-0254-d436-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:01.991584 | 0.06s 2025-10-04 03:33:02.864058 | fa163ea7-8ca9-0254-d436-0000000000f9 | TASK | Get ceph_cli 2025-10-04 03:33:02.904832 | fa163ea7-8ca9-0254-d436-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-04 03:33:02.905988 | fa163ea7-8ca9-0254-d436-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:02.050567 | 0.04s 2025-10-04 03:33:02.915681 | fa163ea7-8ca9-0254-d436-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-04 03:33:02.961609 | fa163ea7-8ca9-0254-d436-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-04 03:33:02.962640 | fa163ea7-8ca9-0254-d436-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:02.107222 | 0.05s 2025-10-04 03:33:02.973428 | fa163ea7-8ca9-0254-d436-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-04 03:33:03.013211 | fa163ea7-8ca9-0254-d436-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-04 03:33:03.014274 | fa163ea7-8ca9-0254-d436-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:02.158857 | 0.04s 2025-10-04 03:33:03.022846 | fa163ea7-8ca9-0254-d436-0000000000fc | TASK | Extract mons_json 2025-10-04 03:33:03.063613 | fa163ea7-8ca9-0254-d436-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-04 03:33:03.064731 | fa163ea7-8ca9-0254-d436-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:02.209309 | 0.04s 2025-10-04 03:33:03.073389 | fa163ea7-8ca9-0254-d436-0000000000fd | TASK | Build mons_list 2025-10-04 03:33:03.120320 | fa163ea7-8ca9-0254-d436-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-04 03:33:03.121185 | fa163ea7-8ca9-0254-d436-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:02.265772 | 0.05s 2025-10-04 03:33:03.127196 | fa163ea7-8ca9-0254-d436-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-04 03:33:03.166024 | fa163ea7-8ca9-0254-d436-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-04 03:33:03.166729 | fa163ea7-8ca9-0254-d436-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:02.311318 | 0.04s 2025-10-04 03:33:03.172418 | fa163ea7-8ca9-0254-d436-0000000000ff | TASK | Verify the keyring 2025-10-04 03:33:03.238039 | fa163ea7-8ca9-0254-d436-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:02.382618 | 0.06s 2025-10-04 03:33:03.251317 | fa163ea7-8ca9-0254-d436-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-04 03:33:03.297928 | fa163ea7-8ca9-0254-d436-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-04 03:33:03.299046 | fa163ea7-8ca9-0254-d436-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:02.443628 | 0.05s 2025-10-04 03:33:03.312136 | fa163ea7-8ca9-0254-d436-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-04 03:33:03.363759 | fa163ea7-8ca9-0254-d436-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-04 03:33:03.364773 | fa163ea7-8ca9-0254-d436-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:02.509352 | 0.05s 2025-10-04 03:33:03.382482 | fa163ea7-8ca9-0254-d436-00000000011c | TASK | Get ceph_cli 2025-10-04 03:33:03.408811 | fa163ea7-8ca9-0254-d436-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:02.553385 | 0.03s 2025-10-04 03:33:03.419927 | 0f78b69c-c598-4407-b5ec-4f3c43b39796 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-04 03:33:03.432655 | fa163ea7-8ca9-0254-d436-0000000003c0 | TASK | Set ceph CLI 2025-10-04 03:33:03.591752 | fa163ea7-8ca9-0254-d436-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-04 03:33:03.592790 | fa163ea7-8ca9-0254-d436-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:02.737371 | 0.16s 2025-10-04 03:33:03.601783 | fa163ea7-8ca9-0254-d436-00000000011d | TASK | Get the ceph orchestrator status 2025-10-04 03:33:04.465926 | fa163ea7-8ca9-0254-d436-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-04 03:33:04.467306 | fa163ea7-8ca9-0254-d436-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:03.611885 | 0.86s 2025-10-04 03:33:04.479011 | fa163ea7-8ca9-0254-d436-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-04 03:33:04.536183 | fa163ea7-8ca9-0254-d436-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-04 03:33:04.537225 | fa163ea7-8ca9-0254-d436-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:03.681806 | 0.06s 2025-10-04 03:33:04.545923 | fa163ea7-8ca9-0254-d436-000000000120 | TASK | Show the deployed daemons 2025-10-04 03:33:05.423394 | fa163ea7-8ca9-0254-d436-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-04 03:33:05.424762 | fa163ea7-8ca9-0254-d436-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:04.569341 | 0.88s 2025-10-04 03:33:05.433901 | fa163ea7-8ca9-0254-d436-000000000121 | TASK | Deployed daemons 2025-10-04 03:33:05.492056 | fa163ea7-8ca9-0254-d436-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-04 03:33:05.493234 | fa163ea7-8ca9-0254-d436-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:04.637814 | 0.06s 2025-10-04 03:33:05.502407 | fa163ea7-8ca9-0254-d436-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-04 03:33:06.459067 | fa163ea7-8ca9-0254-d436-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-04 03:33:06.460512 | fa163ea7-8ca9-0254-d436-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:05.605084 | 0.96s 2025-10-04 03:33:06.469684 | fa163ea7-8ca9-0254-d436-000000000123 | TASK | Ceph cluster status 2025-10-04 03:33:06.506689 | fa163ea7-8ca9-0254-d436-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 08f1dda2-79b0-5130-b7a6-0181d4a1927a", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 80s)", " mgr: standalone.crtmhj(active, since 64s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-04 03:33:06.507704 | fa163ea7-8ca9-0254-d436-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:05.652286 | 0.04s 2025-10-04 03:33:06.528477 | fa163ea7-8ca9-0254-d436-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-04 03:33:07.131484 | fa163ea7-8ca9-0254-d436-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ea7-8ca9-0254-d436-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-04 03:33:07.174265 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:33:07.174872 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:33:07.175430 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:06.320012 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 03:33:07.176066 | UUID | Info | Host | Task Name | Run Time 2025-10-04 03:33:07.176667 | fa163ea7-8ca9-0254-d436-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 67.70s 2025-10-04 03:33:07.177292 | fa163ea7-8ca9-0254-d436-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.97s 2025-10-04 03:33:07.177949 | fa163ea7-8ca9-0254-d436-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 4.09s 2025-10-04 03:33:07.178475 | fa163ea7-8ca9-0254-d436-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.97s 2025-10-04 03:33:07.179125 | fa163ea7-8ca9-0254-d436-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.65s 2025-10-04 03:33:07.179716 | fa163ea7-8ca9-0254-d436-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.12s 2025-10-04 03:33:07.180241 | fa163ea7-8ca9-0254-d436-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.04s 2025-10-04 03:33:07.180861 | fa163ea7-8ca9-0254-d436-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.97s 2025-10-04 03:33:07.181615 | fa163ea7-8ca9-0254-d436-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.96s 2025-10-04 03:33:07.182225 | fa163ea7-8ca9-0254-d436-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.94s 2025-10-04 03:33:07.182869 | fa163ea7-8ca9-0254-d436-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.88s 2025-10-04 03:33:07.183447 | fa163ea7-8ca9-0254-d436-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.86s 2025-10-04 03:33:07.184042 | fa163ea7-8ca9-0254-d436-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.84s 2025-10-04 03:33:07.184687 | fa163ea7-8ca9-0254-d436-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.58s 2025-10-04 03:33:07.185214 | fa163ea7-8ca9-0254-d436-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.54s 2025-10-04 03:33:07.185830 | fa163ea7-8ca9-0254-d436-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.50s 2025-10-04 03:33:07.186409 | fa163ea7-8ca9-0254-d436-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.43s 2025-10-04 03:33:07.186961 | fa163ea7-8ca9-0254-d436-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.32s 2025-10-04 03:33:07.187590 | fa163ea7-8ca9-0254-d436-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.28s 2025-10-04 03:33:07.188151 | fa163ea7-8ca9-0254-d436-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.24s 2025-10-04 03:33:07.188794 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-04 03:33:10.146 40254 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-04 03:33:10.169 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.169 40254 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-04 03:33:10.171 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.171 40254 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-04 03:33:10.173 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.173 40254 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-04 03:33:10.175 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.175 40254 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-04 03:33:10.176 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.177 40254 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-04 03:33:10.178 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.178 40254 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-04 03:33:10.202 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.202 40254 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-04 03:33:10.219 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.219 40254 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-04 03:33:10.220 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.220 40254 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-04 03:33:10.222 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.222 40254 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-04 03:33:10.224 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.224 40254 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-04 03:33:10.226 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.226 40254 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-04 03:33:10.228 40254 INFO migrate.versioning.api [-] done 2025-10-04 03:33:10.228 40254 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-04 03:33:10.249 40254 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-04 03:33:18Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:19Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:19Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:19Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:19Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-04 03:33:20Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:20Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:20Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:20Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-04 03:33:20Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:20Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:20Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:20Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:20Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-04 03:33:20Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:21Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:21Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-04 03:33:21Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-04 03:33:21Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:21Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:21Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-04 03:33:21Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:21Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:22Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-04 03:33:22Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:22Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-04 03:33:22Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:22Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-04 03:33:22Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-04 03:33:22Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:22Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:22Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:22Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:22Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-04 03:33:23Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:23Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-04 03:33:23Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-04 03:33:23Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:23Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-04 03:33:24Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:24Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-04 03:33:24Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:24Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-04 03:33:25Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:25Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:25Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:25Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-04 03:33:25Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:25Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:25Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-04 03:33:25Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:26Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-04 03:33:26Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:26Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-04 03:33:26Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-04 03:33:26Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:26Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:26Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:26Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:26Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:26Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:27Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:27Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:27Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:27Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-04 03:33:28Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-04 03:33:28Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-04 03:33:28Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-04 03:33:28Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-04 03:33:28Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:28Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:28Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:28Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:28Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:29Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-04 03:33:29Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:29Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:29Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-04 03:33:30Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-04 03:33:30Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:30Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-04 03:33:31Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:31Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:31Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:32Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:34Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:34Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:34Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:35Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:35Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:35Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-04 03:33:36Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:37Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:33:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:33:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:38Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:38Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:33:39Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:33:39Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:40Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-04 03:33:40Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:40Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:40Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:41Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:41Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:41Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-04 03:33:42Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:43Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:44Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:33:44Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:33:44Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-04 03:33:46Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:46Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:46Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:47Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:47Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:33:48Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:48Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:48Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:33:49Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:50Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-04 03:33:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:51Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-04 03:33:51Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:52Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:52Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:52Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:53Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:54Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:54Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:33:55Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:55Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-04 03:33:56Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:33:56Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:57Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-04 03:33:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:57Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:57Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:33:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:33:58Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-04 03:33:59Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-04 03:33:59Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:33:59Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:00Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:00Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-04 03:34:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:01Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:34:01Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:02Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:02Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:02Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-04 03:34:02Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:02Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:34:02Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:03Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:03Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:34:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:04Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:05Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:34:05Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:06Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-04 03:34:06Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:07Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-04 03:34:08Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:09Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-04 03:34:09Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:09Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:10Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:10Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:34:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:12Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:13Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:13Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:13Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-04 03:34:14Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:14Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:14Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:15Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:15Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:34:15Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:17Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:18Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-04 03:34:18Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:19Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-04 03:34:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-04 03:34:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-04 03:34:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:21Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:21Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:22Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-04 03:34:22Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:23Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-04 03:34:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:24Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-04 03:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-04 03:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-04 03:34:26Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:26Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-04 03:34:26Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:27Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:27Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:28Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-04 03:34:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-04 03:34:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-04 03:34:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-04 03:34:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:30Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:30Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:31Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-04 03:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-04 03:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-04 03:34:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-04 03:34:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:34Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:34Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:35Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-04 03:34:35Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:35Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:35Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:35Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:34:36Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:37Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:37Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:37Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:37Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:39Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:34:39Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:39Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:34:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:41Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:41Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:42Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-04 03:34:43Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:43Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:43Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:44Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:34:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:45Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:45Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:34:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:46Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:34:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:47Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:34:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:34:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:34:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-04 03:34:52Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:34:53Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-04 03:34:54Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:54Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:54Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:55Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:55Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:34:55Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:34:56Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:34:57Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:34:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:34:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:34:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:00Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:01Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-04 03:35:02Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:02Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:03Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:03Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:04Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:35:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:35:05Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:05Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:06Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:35:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:35:07Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:09Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:10Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-04 03:35:11Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:11Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:12Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:12Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:12Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:15Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:15Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:15Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:16Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:17Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:17Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:17Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:18Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-04 03:35:19Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:19Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:19Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:19Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:20Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:21Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:21Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:22Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:22Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:23Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-04 03:35:23Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:24Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-04 03:35:25Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:25Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:25Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:26Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:26Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:26Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:26Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-04 03:35:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:28Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-04 03:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:30Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:30Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-04 03:35:31Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:31Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:35:32Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:32Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:32Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:33Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:33Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:34Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:35Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:35:35Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:36Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-04 03:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:38Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:35:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:38Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-04 03:35:39Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-04 03:35:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:35:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-04 03:35:46Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:47Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-04 03:35:47Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:48Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:48Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:49Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:35:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:35:49Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:50Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:50Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:51Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:52Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:52Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:52Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:53Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-04 03:35:53Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:53Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:53Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:54Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:54Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:35:55Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:55Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:35:56Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:56Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:56Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:35:56Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:35:57Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-04 03:35:58Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:58Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:35:58Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:59Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:35:59Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:35:59Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:00Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:01Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:01Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:36:02Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:02Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:03Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-04 03:36:03Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:03Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:04Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-04 03:36:05Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:05Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:06Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:07Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-04 03:36:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-04 03:36:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-04 03:36:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-04 03:36:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:12Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:12Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:13Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-04 03:36:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:13Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:14Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:14Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:14Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:15Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:16Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:17Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-04 03:36:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:18Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:36:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:19Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:19Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-04 03:36:20Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:20Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:21Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:21Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:22Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:23Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-04 03:36:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:36:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:24Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:25Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:25Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:26Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-04 03:36:27Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:27Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:27Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:28Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:36:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:29Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:29Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-04 03:36:30Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:30Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:30Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:31Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:32Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:32Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:33Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-04 03:36:33Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:33Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:34Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:34Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:35Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:36Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:36Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:37Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-04 03:36:37Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:37Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:38Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:38Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:38Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:39Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-04 03:36:39Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:40Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:40Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:41Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-04 03:36:41Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:41Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:41Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:42Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-04 03:36:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:36:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:43Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:43Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:44Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:44Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:45Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:45Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:45Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:36:45Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:46Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-04 03:36:47Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:47Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:47Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:48Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:48Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:49Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:49Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:36:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:36:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:51Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:51Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:51Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:52Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-04 03:36:52Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:54Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-04 03:36:54Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:54Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:36:54Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:55Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:55Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:36:55Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-04 03:36:56Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:57Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:36:57Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:36:58Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:36:58Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:36:59Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-04 03:37:00Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:00Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:01Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:03Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:04Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:04Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:04Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:07Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:08Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-04 03:37:09Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:09Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:09Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:10Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:10Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:10Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:11Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-04 03:37:11Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:11Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:11Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:11Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:12Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:13Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:13Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:14Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:14Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:15Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-04 03:37:16Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:17Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-04 03:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-04 03:37:19Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:19Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:20Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:20Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:21Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:22Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:22Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:23Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:23Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:24Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-04 03:37:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:25Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:25Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-04 03:37:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:29Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:30Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-04 03:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-04 03:37:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:35Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-04 03:37:36Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:36Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:36Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-04 03:37:40Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:41Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-04 03:37:42Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:42Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:42Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:43Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:45Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-04 03:37:46Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:47Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:37:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:49Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:49Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:49Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:50Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-04 03:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-04 03:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-04 03:37:53Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:37:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:54Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-04 03:37:55Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:56Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:37:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:37:57Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:37:58Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-04 03:37:59Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-04 03:37:59Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:37:59Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:00Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:00Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:01Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:03Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:04Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:04Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:04Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:05Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:05Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:05Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:05Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:38:05Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:06Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:07Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-04 03:38:07Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:08Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-04 03:38:09Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:09Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:09Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:10Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:10Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:10Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:11Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-04 03:38:11Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:12Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-04 03:38:13Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:14Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:15Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:16Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-04 03:38:16Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:17Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:17Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:17Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-04 03:38:18Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:19Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:19Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:19Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-04 03:38:20Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:20Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-04 03:38:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:21Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:22Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:23Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-04 03:38:23Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:23Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:23Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:25Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:25Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:26Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:26Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:27Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:27Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-04 03:38:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:29Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:29Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:29Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-04 03:38:30Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:30Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:30Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:30Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:31Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:32Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:32Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:33Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:33Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:34Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-04 03:38:35Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:35Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:35Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:35Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:35Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:35Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:35Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:36Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:36Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:37Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:37Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:37Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-04 03:38:38Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:38Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:39Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:39Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-04 03:38:40Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:40Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:41Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-04 03:38:41Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:42Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:42Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:43Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:43Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:43Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:44Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:44Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:44Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-04 03:38:45Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:45Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:45Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:46Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:46Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:46Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:46Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:47Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-04 03:38:48Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:48Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:48Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:49Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:49Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:49Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:50Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:51Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:51Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:52Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-04 03:38:52Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:38:53Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-04 03:38:53Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:53Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:53Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:54Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:54Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-04 03:38:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:55Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:38:56Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:56Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-04 03:38:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:38:58Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:38:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:58Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:58Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:38:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:38:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:39:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-04 03:39:02Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:02Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-04 03:39:03Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:03Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:03Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:03Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-04 03:39:03Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:04Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-04 03:39:05Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:05Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:05Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:06Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:06Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:07Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:07Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:07Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:08Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:09Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:39:09Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:10Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-04 03:39:10Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:10Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:10Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:11Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:11Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:11Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:12Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:13Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:13Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:39:14Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:14Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:15Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-04 03:39:16Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:16Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:16Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:17Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:17Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:18Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:18Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:18Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:19Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:20Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:39:20Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:21Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-04 03:39:22Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-04 03:39:23Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:23Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:23Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:24Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:24Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-04 03:39:25Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:26Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:26Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:27Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:27Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:33Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:34Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-04 03:39:34Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:35Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-04 03:39:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:36Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:37Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:37Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:37Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:37Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:37Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:38Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:38Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:38Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-04 03:39:39Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:40Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:40Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:40Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-04 03:39:40Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:40Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-04 03:39:40Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:41Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:41Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:42Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-04 03:39:42Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:44Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-04 03:39:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:46Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:47Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:48Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:48Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:49Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:49Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:39:50Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-04 03:39:50Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:52Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-04 03:39:52Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:53Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-04 03:39:53Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:54Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-04 03:39:55Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:55Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:39:55Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:55Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:39:56Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:56Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:57Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:58Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:39:58Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-04 03:39:59Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:39:59Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:00Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-04 03:40:00Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:00Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:00Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:00Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:00Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:01Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-04 03:40:02Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:02Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:02Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:03Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:03Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-04 03:40:04Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:04Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:04Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-04 03:40:04Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:05Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-04 03:40:05Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:07Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-04 03:40:07Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:08Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-04 03:40:08Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:09Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-04 03:40:10Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:10Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:10Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:10Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:10Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-04 03:40:11Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:11Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:11Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:12Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-04 03:40:12Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:12Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:12Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:13Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-04 03:40:14Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:14Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:14Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:14Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:14Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:15Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-04 03:40:15Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:15Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-04 03:40:17Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:17Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:17Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:18Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:18Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:18Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:18Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:18Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:18Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:19Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:19Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:19Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:19Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:19Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:19Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:20Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:20Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:20Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:20Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:21Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:21Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:21Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:21Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:21Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:22Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:22Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:22Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:22Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-04 03:40:22Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:23Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:23Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:23Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-04 03:40:23Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:23Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:23Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:24Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:24Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:24Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:24Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:24Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:24Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:24Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-04 03:40:24Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:25Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:25Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:25Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-04 03:40:25Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:25Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:26Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-04 03:40:26Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:26Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:26Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:26Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:26Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-04 03:40:26Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:27Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:28Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-04 03:40:28Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:28Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-04 03:40:29Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:29Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:29Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:29Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-04 03:40:29Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:29Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-04 03:40:29Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:29Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:29Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:29Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:29Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-04 03:40:30Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-04 03:40:30Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:30Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:30Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-04 03:40:31Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-04 03:40:31Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:31Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:31Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:31Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:31Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-04 03:40:32Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:32Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-04 03:40:32Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-04 03:40:32Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:33Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:34Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:34Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:34Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:34Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:34Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:34Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:34Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:34Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:35Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:35Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:35Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:36Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:36Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-04 03:40:36Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:37Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-04 03:40:37Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-04 03:40:38Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-04 03:40:38Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:38Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:38Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:38Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:38Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:38Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-04 03:40:38Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-04 03:40:38Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-04 03:40:38Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-04 03:40:38Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:38Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:38Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-04 03:40:38Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-04 03:40:38Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:39Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:39Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:39Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:39Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:39Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:39Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-04 03:40:39Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:39Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:39Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:39Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:40Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:40Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-04 03:40:40Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:40Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:40Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:41Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-04 03:40:41Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:41Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-04 03:40:42Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:42Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:43Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:44Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:44Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:44Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-04 03:40:44Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:44Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-04 03:40:45Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:45Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:46Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-04 03:40:46Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-04 03:40:46Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-04 03:40:47Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-04 03:40:47Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/eca944e3-04e2-461f-916c-564dafc34db8 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-04 03:41:11.530745 | fa163ea7-8ca9-cb44-f903-000000000006 | TASK | External deployment step 0 2025-10-04 03:41:11.547157 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-000000000006') missing from stats 2025-10-04 03:41:11.589058 | fa163ea7-8ca9-cb44-f903-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.108235 | 0.03s 2025-10-04 03:41:11.595222 | 5ad2e814-78a7-4405-9d31-98d7292ded77 | INCLUDED | /root/standalone-ansible-tey6r4dq/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-04 03:41:11.609847 | fa163ea7-8ca9-cb44-f903-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-04 03:41:12.478834 | fa163ea7-8ca9-cb44-f903-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-04 03:41:12.480123 | fa163ea7-8ca9-cb44-f903-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.999297 | 0.87s 2025-10-04 03:41:12.498578 | fa163ea7-8ca9-cb44-f903-000000000129 | TASK | create redis virtual ip 2025-10-04 03:41:13.403395 | fa163ea7-8ca9-cb44-f903-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-04 03:41:13.404838 | fa163ea7-8ca9-cb44-f903-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.924011 | 0.90s PLAY [Check if required variables are defined] ********************************* 2025-10-04 03:41:13.486330 | fa163ea7-8ca9-cb44-f903-000000000138 | TASK | Gathering Facts 2025-10-04 03:41:14.099072 | fa163ea7-8ca9-cb44-f903-000000000138 | OK | Gathering Facts | localhost 2025-10-04 03:41:14.100642 | fa163ea7-8ca9-cb44-f903-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.619814 | 0.61s 2025-10-04 03:41:14.159072 | fa163ea7-8ca9-cb44-f903-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-04 03:41:14.160231 | fa163ea7-8ca9-cb44-f903-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.679404 | 0.04s 2025-10-04 03:41:14.206661 | fa163ea7-8ca9-cb44-f903-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-04 03:41:14.208024 | fa163ea7-8ca9-cb44-f903-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.727196 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-04 03:41:14.323880 | fa163ea7-8ca9-cb44-f903-000000000160 | TASK | Gathering Facts 2025-10-04 03:41:14.334260 | fa163ea7-8ca9-cb44-f903-000000000160 | TASK | Gathering Facts 2025-10-04 03:41:14.636776 | fa163ea7-8ca9-cb44-f903-000000000160 | OK | Gathering Facts | undercloud 2025-10-04 03:41:14.638592 | fa163ea7-8ca9-cb44-f903-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.157738 | 0.31s 2025-10-04 03:41:14.677695 | fa163ea7-8ca9-cb44-f903-000000000012 | TASK | Set legacy facts 2025-10-04 03:41:14.707310 | fa163ea7-8ca9-cb44-f903-000000000012 | OK | Set legacy facts | undercloud 2025-10-04 03:41:14.708371 | fa163ea7-8ca9-cb44-f903-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.227546 | 0.03s 2025-10-04 03:41:14.756301 | fa163ea7-8ca9-cb44-f903-000000000160 | OK | Gathering Facts | standalone 2025-10-04 03:41:14.757459 | fa163ea7-8ca9-cb44-f903-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.276637 | 0.42s 2025-10-04 03:41:14.823242 | fa163ea7-8ca9-cb44-f903-000000000012 | TASK | Set legacy facts 2025-10-04 03:41:14.863831 | fa163ea7-8ca9-cb44-f903-000000000012 | OK | Set legacy facts | standalone 2025-10-04 03:41:14.865002 | fa163ea7-8ca9-cb44-f903-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.384176 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-04 03:41:15.061744 | fa163ea7-8ca9-cb44-f903-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-04 03:41:15.062706 | fa163ea7-8ca9-cb44-f903-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.581883 | 0.05s 2025-10-04 03:41:15.078483 | fa163ea7-8ca9-cb44-f903-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-04 03:41:15.078906 | fa163ea7-8ca9-cb44-f903-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.598090 | 0.06s PLAY [Include extra variables from files] ************************************** 2025-10-04 03:41:15.156300 | fa163ea7-8ca9-cb44-f903-000000000018 | TASK | Include Service VIP vars 2025-10-04 03:41:15.184248 | fa163ea7-8ca9-cb44-f903-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-04 03:41:15.185195 | fa163ea7-8ca9-cb44-f903-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.704370 | 0.03s 2025-10-04 03:41:15.196575 | fa163ea7-8ca9-cb44-f903-000000000018 | OK | Include Service VIP vars | standalone 2025-10-04 03:41:15.196919 | fa163ea7-8ca9-cb44-f903-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.716106 | 0.03s 2025-10-04 03:41:15.200196 | fa163ea7-8ca9-cb44-f903-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-04 03:41:15.238375 | fa163ea7-8ca9-cb44-f903-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-04 03:41:15.239297 | fa163ea7-8ca9-cb44-f903-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.758475 | 0.04s 2025-10-04 03:41:15.239842 | fa163ea7-8ca9-cb44-f903-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-04 03:41:15.240378 | fa163ea7-8ca9-cb44-f903-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.759561 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-04 03:41:15.339824 | fa163ea7-8ca9-cb44-f903-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-04 03:41:16.153788 | fa163ea7-8ca9-cb44-f903-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ea7-8ca9-cb44-f903-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-04 03:41:16.245987 | fa163ea7-8ca9-cb44-f903-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-04 03:41:16.270517 | fa163ea7-8ca9-cb44-f903-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-04 03:41:16.271080 | fa163ea7-8ca9-cb44-f903-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.790261 | 0.02s PLAY [Manage SELinux] ********************************************************** 2025-10-04 03:41:16.333948 | fa163ea7-8ca9-cb44-f903-000000000023 | TASK | Set selinux state 2025-10-04 03:41:16.903941 | fa163ea7-8ca9-cb44-f903-000000000023 | OK | Set selinux state | standalone 2025-10-04 03:41:16.905307 | fa163ea7-8ca9-cb44-f903-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.424480 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-04 03:41:17.047535 | fa163ea7-8ca9-cb44-f903-000000000026 | TASK | Configure Hosts Entries 2025-10-04 03:41:17.084434 | fa163ea7-8ca9-cb44-f903-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.603584 | 0.03s 2025-10-04 03:41:17.100176 | fa163ea7-8ca9-cb44-f903-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.619354 | 0.02s 2025-10-04 03:41:17.154873 | fa163ea7-8ca9-cb44-f903-0000000001f1 | TASK | Create temporary file for hosts 2025-10-04 03:41:17.449248 | fa163ea7-8ca9-cb44-f903-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-04 03:41:17.450671 | fa163ea7-8ca9-cb44-f903-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.969844 | 0.29s 2025-10-04 03:41:17.502164 | fa163ea7-8ca9-cb44-f903-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-04 03:41:17.502799 | fa163ea7-8ca9-cb44-f903-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.021981 | 0.33s 2025-10-04 03:41:17.517402 | fa163ea7-8ca9-cb44-f903-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-04 03:41:17.899810 | fa163ea7-8ca9-cb44-f903-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-04 03:41:17.901121 | fa163ea7-8ca9-cb44-f903-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.420295 | 0.37s 2025-10-04 03:41:17.902032 | fa163ea7-8ca9-cb44-f903-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-04 03:41:17.902706 | fa163ea7-8ca9-cb44-f903-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.421885 | 0.38s 2025-10-04 03:41:17.921003 | fa163ea7-8ca9-cb44-f903-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-04 03:41:18.255374 | fa163ea7-8ca9-cb44-f903-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-04 03:41:18.256811 | fa163ea7-8ca9-cb44-f903-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.775980 | 0.33s 2025-10-04 03:41:18.257890 | fa163ea7-8ca9-cb44-f903-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-04 03:41:18.258589 | fa163ea7-8ca9-cb44-f903-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.777740 | 0.32s 2025-10-04 03:41:18.276314 | fa163ea7-8ca9-cb44-f903-0000000001f4 | TASK | Render out the hosts entries 2025-10-04 03:41:18.373799 | fa163ea7-8ca9-cb44-f903-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-04 03:41:18.374862 | fa163ea7-8ca9-cb44-f903-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.894037 | 0.10s 2025-10-04 03:41:18.392418 | fa163ea7-8ca9-cb44-f903-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-04 03:41:18.637654 | fa163ea7-8ca9-cb44-f903-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-04 03:41:18.639261 | fa163ea7-8ca9-cb44-f903-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.158427 | 0.25s 2025-10-04 03:41:18.714170 | fa163ea7-8ca9-cb44-f903-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-04 03:41:18.715044 | fa163ea7-8ca9-cb44-f903-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.234221 | 0.30s 2025-10-04 03:41:18.734360 | fa163ea7-8ca9-cb44-f903-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-04 03:41:19.100973 | fa163ea7-8ca9-cb44-f903-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-04 03:41:19.102264 | fa163ea7-8ca9-cb44-f903-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.621438 | 0.37s 2025-10-04 03:41:19.103150 | fa163ea7-8ca9-cb44-f903-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-04 03:41:19.103807 | fa163ea7-8ca9-cb44-f903-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.622987 | 0.35s 2025-10-04 03:41:19.121620 | fa163ea7-8ca9-cb44-f903-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-04 03:41:19.487113 | fa163ea7-8ca9-cb44-f903-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-04 03:41:19.488465 | fa163ea7-8ca9-cb44-f903-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.007637 | 0.37s 2025-10-04 03:41:19.489461 | fa163ea7-8ca9-cb44-f903-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-04 03:41:19.490234 | fa163ea7-8ca9-cb44-f903-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.009413 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2025-10-04 03:41:19.611039 | fa163ea7-8ca9-cb44-f903-00000000002a | TASK | Common roles for TripleO servers 2025-10-04 03:41:19.637964 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-00000000002a') missing from stats 2025-10-04 03:41:19.707763 | fa163ea7-8ca9-cb44-f903-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.226935 | 0.02s 2025-10-04 03:41:19.770671 | fa163ea7-8ca9-cb44-f903-000000000254 | TASK | Gather variables for each operating system 2025-10-04 03:41:19.885335 | fa163ea7-8ca9-cb44-f903-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-04 03:41:19.886871 | fa163ea7-8ca9-cb44-f903-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.406040 | 0.12s 2025-10-04 03:41:19.892448 | fa163ea7-8ca9-cb44-f903-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.411616 | 0.12s 2025-10-04 03:41:19.918327 | fa163ea7-8ca9-cb44-f903-000000000256 | TASK | Check release version package is installed 2025-10-04 03:41:20.262650 | fa163ea7-8ca9-cb44-f903-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-04 03:41:20.263990 | fa163ea7-8ca9-cb44-f903-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.783162 | 0.34s 2025-10-04 03:41:20.290768 | fa163ea7-8ca9-cb44-f903-000000000257 | TASK | Deploy release version package 2025-10-04 03:41:24.692268 | fa163ea7-8ca9-cb44-f903-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-04 03:41:24.693545 | fa163ea7-8ca9-cb44-f903-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.212714 | 4.40s 2025-10-04 03:41:24.718369 | fa163ea7-8ca9-cb44-f903-000000000259 | TASK | Include packages tasks 2025-10-04 03:41:24.745181 | fa163ea7-8ca9-cb44-f903-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.264348 | 0.03s 2025-10-04 03:41:24.770965 | fdefe0da-9047-4d33-a747-e140d3ae1ce3 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-04 03:41:24.802713 | fa163ea7-8ca9-cb44-f903-0000000002ad | TASK | Gather facts if they don't exist 2025-10-04 03:41:24.851774 | fa163ea7-8ca9-cb44-f903-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-04 03:41:24.852862 | fa163ea7-8ca9-cb44-f903-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.372035 | 0.05s 2025-10-04 03:41:24.878260 | fa163ea7-8ca9-cb44-f903-0000000002ae | TASK | Gather variables for each operating system 2025-10-04 03:41:24.999070 | fa163ea7-8ca9-cb44-f903-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-04 03:41:25.010210 | fa163ea7-8ca9-cb44-f903-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.529372 | 0.13s 2025-10-04 03:41:25.035442 | fa163ea7-8ca9-cb44-f903-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-04 03:41:25.276837 | fa163ea7-8ca9-cb44-f903-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-04 03:41:25.278052 | fa163ea7-8ca9-cb44-f903-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.797226 | 0.24s 2025-10-04 03:41:25.303160 | fa163ea7-8ca9-cb44-f903-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-04 03:41:30.439448 | fa163ea7-8ca9-cb44-f903-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-04 03:41:30.440928 | fa163ea7-8ca9-cb44-f903-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.960100 | 5.14s 2025-10-04 03:41:30.466358 | fa163ea7-8ca9-cb44-f903-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-04 03:41:31.518190 | fa163ea7-8ca9-cb44-f903-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-04 03:41:31.519624 | fa163ea7-8ca9-cb44-f903-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.038746 | 1.05s 2025-10-04 03:41:31.545428 | fa163ea7-8ca9-cb44-f903-00000000025a | TASK | Enable openvswitch service if installed 2025-10-04 03:41:32.491825 | fa163ea7-8ca9-cb44-f903-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-04 03:41:32.493770 | fa163ea7-8ca9-cb44-f903-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.012941 | 0.95s 2025-10-04 03:41:32.521145 | fa163ea7-8ca9-cb44-f903-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-04 03:41:32.739453 | fa163ea7-8ca9-cb44-f903-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-04 03:41:32.741518 | fa163ea7-8ca9-cb44-f903-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.260681 | 0.22s 2025-10-04 03:41:32.770395 | fa163ea7-8ca9-cb44-f903-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-04 03:41:33.057606 | fa163ea7-8ca9-cb44-f903-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-04 03:41:33.059217 | fa163ea7-8ca9-cb44-f903-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.578388 | 0.29s 2025-10-04 03:41:33.085628 | fa163ea7-8ca9-cb44-f903-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-04 03:41:33.153981 | fa163ea7-8ca9-cb44-f903-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-04 03:41:33.155194 | fa163ea7-8ca9-cb44-f903-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.674360 | 0.07s 2025-10-04 03:41:33.180441 | fa163ea7-8ca9-cb44-f903-00000000025f | TASK | Ensure network service is enabled 2025-10-04 03:41:33.572930 | fa163ea7-8ca9-cb44-f903-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-04 03:41:33.574921 | fa163ea7-8ca9-cb44-f903-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.094090 | 0.39s 2025-10-04 03:41:33.602424 | fa163ea7-8ca9-cb44-f903-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-04 03:41:33.949378 | fa163ea7-8ca9-cb44-f903-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-04 03:41:33.950797 | fa163ea7-8ca9-cb44-f903-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.469968 | 0.35s 2025-10-04 03:41:33.976821 | fa163ea7-8ca9-cb44-f903-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-04 03:41:34.213849 | fa163ea7-8ca9-cb44-f903-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-04 03:41:34.214679 | fa163ea7-8ca9-cb44-f903-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.733860 | 0.24s 2025-10-04 03:41:34.242797 | fa163ea7-8ca9-cb44-f903-000000000263 | TASK | Reload NetworkManager 2025-10-04 03:41:34.631616 | fa163ea7-8ca9-cb44-f903-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-04 03:41:34.634088 | fa163ea7-8ca9-cb44-f903-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.153255 | 0.39s 2025-10-04 03:41:34.666428 | fa163ea7-8ca9-cb44-f903-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-04 03:41:34.893473 | fa163ea7-8ca9-cb44-f903-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-04 03:41:34.894940 | fa163ea7-8ca9-cb44-f903-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.414111 | 0.23s 2025-10-04 03:41:34.922152 | fa163ea7-8ca9-cb44-f903-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-04 03:41:35.270253 | fa163ea7-8ca9-cb44-f903-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-04 03:41:35.271738 | fa163ea7-8ca9-cb44-f903-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.790909 | 0.35s 2025-10-04 03:41:35.297487 | fa163ea7-8ca9-cb44-f903-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-04 03:41:35.479780 | fa163ea7-8ca9-cb44-f903-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-04 03:41:35.481256 | fa163ea7-8ca9-cb44-f903-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.000426 | 0.18s 2025-10-04 03:41:35.508800 | fa163ea7-8ca9-cb44-f903-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-04 03:41:35.714192 | fa163ea7-8ca9-cb44-f903-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-04 03:41:35.715471 | fa163ea7-8ca9-cb44-f903-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.234643 | 0.21s 2025-10-04 03:41:35.781975 | fa163ea7-8ca9-cb44-f903-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.301137 | 0.02s 2025-10-04 03:41:35.860897 | fa163ea7-8ca9-cb44-f903-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-04 03:41:36.073903 | fa163ea7-8ca9-cb44-f903-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-04 03:41:36.075385 | fa163ea7-8ca9-cb44-f903-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.594554 | 0.21s 2025-10-04 03:41:36.101347 | fa163ea7-8ca9-cb44-f903-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-04 03:41:36.313497 | fa163ea7-8ca9-cb44-f903-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-04 03:41:36.314881 | fa163ea7-8ca9-cb44-f903-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.834052 | 0.21s 2025-10-04 03:41:36.340080 | fa163ea7-8ca9-cb44-f903-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-04 03:41:36.361252 | fa163ea7-8ca9-cb44-f903-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-04 03:41:36.362385 | fa163ea7-8ca9-cb44-f903-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.881555 | 0.02s 2025-10-04 03:41:36.387392 | fa163ea7-8ca9-cb44-f903-000000000364 | TASK | Write temporary file 2025-10-04 03:41:36.414249 | fa163ea7-8ca9-cb44-f903-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-04 03:41:36.415322 | fa163ea7-8ca9-cb44-f903-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.934494 | 0.03s 2025-10-04 03:41:36.439629 | fa163ea7-8ca9-cb44-f903-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-04 03:41:36.511915 | fa163ea7-8ca9-cb44-f903-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-04 03:41:36.512960 | fa163ea7-8ca9-cb44-f903-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.032134 | 0.07s 2025-10-04 03:41:36.537462 | fa163ea7-8ca9-cb44-f903-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-04 03:41:36.759086 | fa163ea7-8ca9-cb44-f903-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-04 03:41:36.760422 | fa163ea7-8ca9-cb44-f903-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.279595 | 0.22s 2025-10-04 03:41:36.785320 | fa163ea7-8ca9-cb44-f903-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-04 03:41:37.010143 | fa163ea7-8ca9-cb44-f903-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-04 03:41:37.011505 | fa163ea7-8ca9-cb44-f903-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.530677 | 0.22s 2025-10-04 03:41:37.037432 | fa163ea7-8ca9-cb44-f903-000000000368 | TASK | Remove temp file 2025-10-04 03:41:37.260241 | fa163ea7-8ca9-cb44-f903-000000000368 | CHANGED | Remove temp file | standalone 2025-10-04 03:41:37.261755 | fa163ea7-8ca9-cb44-f903-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.780926 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-04 03:41:37.443138 | fa163ea7-8ca9-cb44-f903-000000000034 | TASK | Deploy step tasks for step 0 2025-10-04 03:41:37.503025 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-000000000034') missing from stats 2025-10-04 03:41:37.523165 | fa163ea7-8ca9-cb44-f903-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-04 03:41:37.752782 | fa163ea7-8ca9-cb44-f903-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-04 03:41:37.754456 | fa163ea7-8ca9-cb44-f903-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.273627 | 0.23s 2025-10-04 03:41:37.780081 | fa163ea7-8ca9-cb44-f903-000000000036 | TASK | Check cloud-init status 2025-10-04 03:41:38.014302 | fa163ea7-8ca9-cb44-f903-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-04 03:41:38.015687 | fa163ea7-8ca9-cb44-f903-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.534862 | 0.23s 2025-10-04 03:41:38.041262 | fa163ea7-8ca9-cb44-f903-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-04 03:41:38.266815 | fa163ea7-8ca9-cb44-f903-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-04 03:41:38.268151 | fa163ea7-8ca9-cb44-f903-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.787326 | 0.23s 2025-10-04 03:41:38.294011 | fa163ea7-8ca9-cb44-f903-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-04 03:41:38.687949 | fa163ea7-8ca9-cb44-f903-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-04 03:41:38.689196 | fa163ea7-8ca9-cb44-f903-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.208370 | 0.39s 2025-10-04 03:41:38.716462 | fa163ea7-8ca9-cb44-f903-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-04 03:41:38.957795 | fa163ea7-8ca9-cb44-f903-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-04 03:41:38.958972 | fa163ea7-8ca9-cb44-f903-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.478142 | 0.24s 2025-10-04 03:41:38.984695 | fa163ea7-8ca9-cb44-f903-00000000003a | TASK | Write container-puppet.sh 2025-10-04 03:41:39.439023 | fa163ea7-8ca9-cb44-f903-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-04 03:41:39.440261 | fa163ea7-8ca9-cb44-f903-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.959431 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-04 03:41:39.505771 | fa163ea7-8ca9-cb44-f903-00000000003b | TIMING | include_tasks | standalone | 0:00:28.024941 | 0.04s 2025-10-04 03:41:39.526903 | 1201eed3-0a11-4ead-b4d3-cb1812115fd3 | INCLUDED | /root/standalone-ansible-tey6r4dq/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-04 03:41:39.559859 | fa163ea7-8ca9-cb44-f903-000000000416 | TASK | Configure tuned before reboot 2025-10-04 03:41:39.608977 | fa163ea7-8ca9-cb44-f903-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.128145 | 0.05s 2025-10-04 03:41:39.668801 | fa163ea7-8ca9-cb44-f903-000000000455 | TASK | Gather variables for each operating system 2025-10-04 03:41:39.784780 | fa163ea7-8ca9-cb44-f903-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-04 03:41:39.787059 | fa163ea7-8ca9-cb44-f903-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.306232 | 0.12s 2025-10-04 03:41:39.797295 | fa163ea7-8ca9-cb44-f903-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.316473 | 0.13s 2025-10-04 03:41:39.877157 | fa163ea7-8ca9-cb44-f903-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.396327 | 0.05s 2025-10-04 03:41:39.898357 | 502bfb4b-2fc3-4aea-8efc-b3c331597034 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-04 03:41:39.934806 | fa163ea7-8ca9-cb44-f903-00000000047f | TASK | Check tuned package is installed 2025-10-04 03:41:40.213924 | fa163ea7-8ca9-cb44-f903-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-04 03:41:40.215274 | fa163ea7-8ca9-cb44-f903-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.734445 | 0.28s 2025-10-04 03:41:40.242793 | fa163ea7-8ca9-cb44-f903-000000000480 | TASK | Install tuned 2025-10-04 03:41:46.900370 | fa163ea7-8ca9-cb44-f903-000000000480 | CHANGED | Install tuned | standalone 2025-10-04 03:41:46.901764 | fa163ea7-8ca9-cb44-f903-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.420938 | 6.66s 2025-10-04 03:41:46.928957 | fa163ea7-8ca9-cb44-f903-000000000481 | TASK | Restart tuned 2025-10-04 03:41:48.778330 | fa163ea7-8ca9-cb44-f903-000000000481 | CHANGED | Restart tuned | standalone 2025-10-04 03:41:48.780410 | fa163ea7-8ca9-cb44-f903-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.299583 | 1.85s 2025-10-04 03:41:48.808591 | fa163ea7-8ca9-cb44-f903-000000000457 | TASK | Check for tuned-adm 2025-10-04 03:41:49.046008 | fa163ea7-8ca9-cb44-f903-000000000457 | OK | Check for tuned-adm | standalone 2025-10-04 03:41:49.047304 | fa163ea7-8ca9-cb44-f903-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.566478 | 0.24s 2025-10-04 03:41:49.105509 | fa163ea7-8ca9-cb44-f903-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.624676 | 0.03s 2025-10-04 03:41:49.135805 | f6a1d891-0eb3-44e6-b5f4-d1b5184123e0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-04 03:41:49.172493 | fa163ea7-8ca9-cb44-f903-0000000004b6 | TASK | Ensure profile directory exists 2025-10-04 03:41:49.252186 | fa163ea7-8ca9-cb44-f903-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-04 03:41:49.253346 | fa163ea7-8ca9-cb44-f903-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.772520 | 0.08s 2025-10-04 03:41:49.280431 | fa163ea7-8ca9-cb44-f903-0000000004b7 | TASK | Create custom tuned profile 2025-10-04 03:41:49.351266 | fa163ea7-8ca9-cb44-f903-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-04 03:41:49.352429 | fa163ea7-8ca9-cb44-f903-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.871604 | 0.07s 2025-10-04 03:41:49.378295 | fa163ea7-8ca9-cb44-f903-0000000004b8 | TASK | Check tuned active profile 2025-10-04 03:41:49.762394 | fa163ea7-8ca9-cb44-f903-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-04 03:41:49.763840 | fa163ea7-8ca9-cb44-f903-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.283009 | 0.38s 2025-10-04 03:41:49.792061 | fa163ea7-8ca9-cb44-f903-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-04 03:41:50.024711 | fa163ea7-8ca9-cb44-f903-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-04 03:41:50.026057 | fa163ea7-8ca9-cb44-f903-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.545231 | 0.23s 2025-10-04 03:41:50.053377 | fa163ea7-8ca9-cb44-f903-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-04 03:41:50.119699 | fa163ea7-8ca9-cb44-f903-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-04 03:41:50.120953 | fa163ea7-8ca9-cb44-f903-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.640126 | 0.06s 2025-10-04 03:41:50.150078 | fa163ea7-8ca9-cb44-f903-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-04 03:41:50.210544 | fa163ea7-8ca9-cb44-f903-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-04 03:41:50.211792 | fa163ea7-8ca9-cb44-f903-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.730965 | 0.06s 2025-10-04 03:41:50.240632 | fa163ea7-8ca9-cb44-f903-0000000004bc | TASK | Enable tuned profile 2025-10-04 03:41:51.672102 | fa163ea7-8ca9-cb44-f903-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-04 03:41:51.674704 | fa163ea7-8ca9-cb44-f903-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.193877 | 1.43s 2025-10-04 03:41:51.725683 | fa163ea7-8ca9-cb44-f903-000000000417 | TASK | Configure kernel args and reboot 2025-10-04 03:41:51.775758 | fa163ea7-8ca9-cb44-f903-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.294920 | 0.05s 2025-10-04 03:41:51.944124 | fa163ea7-8ca9-cb44-f903-000000000569 | TASK | Get the command line args of the node 2025-10-04 03:41:52.176658 | fa163ea7-8ca9-cb44-f903-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-04 03:41:52.177938 | fa163ea7-8ca9-cb44-f903-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.697111 | 0.23s 2025-10-04 03:41:52.204104 | fa163ea7-8ca9-cb44-f903-00000000056b | TASK | Check if node has a nova.conf 2025-10-04 03:41:52.436333 | fa163ea7-8ca9-cb44-f903-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-04 03:41:52.437687 | fa163ea7-8ca9-cb44-f903-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.956860 | 0.23s 2025-10-04 03:41:52.463922 | fa163ea7-8ca9-cb44-f903-00000000056d | TASK | Warn operator about workload protection 2025-10-04 03:41:52.502238 | fa163ea7-8ca9-cb44-f903-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-04 03:41:52.503371 | fa163ea7-8ca9-cb44-f903-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.022543 | 0.04s 2025-10-04 03:41:52.529210 | fa163ea7-8ca9-cb44-f903-00000000056e | TASK | Setting defer reboot fact 2025-10-04 03:41:52.563584 | fa163ea7-8ca9-cb44-f903-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-04 03:41:52.564884 | fa163ea7-8ca9-cb44-f903-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.084054 | 0.03s 2025-10-04 03:41:52.590973 | fa163ea7-8ca9-cb44-f903-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-04 03:41:52.619375 | fa163ea7-8ca9-cb44-f903-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.138545 | 0.03s 2025-10-04 03:41:52.646115 | fa163ea7-8ca9-cb44-f903-000000000575 | TASK | Find hugepages in cmdline 2025-10-04 03:41:52.700671 | fa163ea7-8ca9-cb44-f903-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-04 03:41:52.701981 | fa163ea7-8ca9-cb44-f903-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.221152 | 0.05s 2025-10-04 03:41:52.729051 | fa163ea7-8ca9-cb44-f903-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-04 03:41:52.769354 | fa163ea7-8ca9-cb44-f903-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-04 03:41:52.770528 | fa163ea7-8ca9-cb44-f903-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.289701 | 0.04s 2025-10-04 03:41:52.791255 | fa163ea7-8ca9-cb44-f903-00000000057a | TASK | Find desired default hugepage size 2025-10-04 03:41:52.838901 | fa163ea7-8ca9-cb44-f903-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-04 03:41:52.840245 | fa163ea7-8ca9-cb44-f903-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.359417 | 0.05s 2025-10-04 03:41:52.868534 | fa163ea7-8ca9-cb44-f903-00000000057c | TASK | Storing non-configured hugepages 2025-10-04 03:41:52.900864 | fa163ea7-8ca9-cb44-f903-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.420038 | 0.03s 2025-10-04 03:41:52.922021 | fa163ea7-8ca9-cb44-f903-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-04 03:41:52.969778 | fa163ea7-8ca9-cb44-f903-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-04 03:41:52.970960 | fa163ea7-8ca9-cb44-f903-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.490134 | 0.05s 2025-10-04 03:41:52.997500 | fa163ea7-8ca9-cb44-f903-00000000057f | TASK | Determining the default hugepagesz 2025-10-04 03:41:53.048131 | fa163ea7-8ca9-cb44-f903-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-04 03:41:53.049291 | fa163ea7-8ca9-cb44-f903-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.568465 | 0.05s 2025-10-04 03:41:53.077421 | fa163ea7-8ca9-cb44-f903-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-04 03:41:53.129074 | fa163ea7-8ca9-cb44-f903-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-04 03:41:53.130182 | fa163ea7-8ca9-cb44-f903-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.649356 | 0.05s 2025-10-04 03:41:53.156215 | fa163ea7-8ca9-cb44-f903-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-04 03:41:53.199463 | fa163ea7-8ca9-cb44-f903-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-04 03:41:53.200670 | fa163ea7-8ca9-cb44-f903-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.719843 | 0.04s 2025-10-04 03:41:53.227358 | fa163ea7-8ca9-cb44-f903-000000000583 | TASK | Warn about possible modifications 2025-10-04 03:41:53.277646 | fa163ea7-8ca9-cb44-f903-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-04 03:41:53.278739 | fa163ea7-8ca9-cb44-f903-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.797912 | 0.05s 2025-10-04 03:41:53.304855 | fa163ea7-8ca9-cb44-f903-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-04 03:41:53.347480 | fa163ea7-8ca9-cb44-f903-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-04 03:41:53.348586 | fa163ea7-8ca9-cb44-f903-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.867732 | 0.04s 2025-10-04 03:41:53.374378 | fa163ea7-8ca9-cb44-f903-000000000585 | TASK | Cleaning up whitespaces 2025-10-04 03:41:53.424307 | fa163ea7-8ca9-cb44-f903-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-04 03:41:53.425346 | fa163ea7-8ca9-cb44-f903-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.944519 | 0.05s 2025-10-04 03:41:53.451355 | fa163ea7-8ca9-cb44-f903-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-04 03:41:53.812106 | fa163ea7-8ca9-cb44-f903-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-04 03:41:53.813400 | fa163ea7-8ca9-cb44-f903-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.332574 | 0.36s 2025-10-04 03:41:53.839726 | fa163ea7-8ca9-cb44-f903-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-04 03:41:53.888395 | fa163ea7-8ca9-cb44-f903-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-04 03:41:53.889439 | fa163ea7-8ca9-cb44-f903-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.408613 | 0.05s 2025-10-04 03:41:53.917297 | fa163ea7-8ca9-cb44-f903-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-04 03:41:53.970084 | fa163ea7-8ca9-cb44-f903-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-04 03:41:53.971117 | fa163ea7-8ca9-cb44-f903-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.490292 | 0.05s 2025-10-04 03:41:53.997693 | fa163ea7-8ca9-cb44-f903-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-04 03:41:54.051874 | fa163ea7-8ca9-cb44-f903-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-04 03:41:54.052950 | fa163ea7-8ca9-cb44-f903-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.572124 | 0.05s 2025-10-04 03:41:54.078641 | fa163ea7-8ca9-cb44-f903-00000000058c | TASK | Generate grub config 2025-10-04 03:41:54.138479 | fa163ea7-8ca9-cb44-f903-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-04 03:41:54.139524 | fa163ea7-8ca9-cb44-f903-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.658699 | 0.06s 2025-10-04 03:41:54.165740 | fa163ea7-8ca9-cb44-f903-000000000590 | TASK | Get the block device that /boot is on 2025-10-04 03:41:54.226735 | fa163ea7-8ca9-cb44-f903-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-04 03:41:54.227805 | fa163ea7-8ca9-cb44-f903-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.746979 | 0.06s 2025-10-04 03:41:54.254057 | fa163ea7-8ca9-cb44-f903-000000000591 | TASK | Get the mount point that /boot is in 2025-10-04 03:41:54.314036 | fa163ea7-8ca9-cb44-f903-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-04 03:41:54.315050 | fa163ea7-8ca9-cb44-f903-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.834225 | 0.06s 2025-10-04 03:41:54.341233 | fa163ea7-8ca9-cb44-f903-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-04 03:41:54.390490 | fa163ea7-8ca9-cb44-f903-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-04 03:41:54.391496 | fa163ea7-8ca9-cb44-f903-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.910671 | 0.05s 2025-10-04 03:41:54.418219 | fa163ea7-8ca9-cb44-f903-000000000593 | TASK | Executed script to fix grub-menu 2025-10-04 03:41:54.478487 | fa163ea7-8ca9-cb44-f903-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-04 03:41:54.479514 | fa163ea7-8ca9-cb44-f903-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.998690 | 0.06s 2025-10-04 03:41:54.505982 | fa163ea7-8ca9-cb44-f903-000000000594 | TASK | Check grub config paths 2025-10-04 03:41:54.558031 | fa163ea7-8ca9-cb44-f903-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-04 03:41:54.574640 | fa163ea7-8ca9-cb44-f903-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-04 03:41:54.580656 | fa163ea7-8ca9-cb44-f903-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.099830 | 0.07s 2025-10-04 03:41:54.608160 | fa163ea7-8ca9-cb44-f903-000000000595 | TASK | Write EFI grub.cfg 2025-10-04 03:41:54.662525 | fa163ea7-8ca9-cb44-f903-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-04 03:41:54.679837 | fa163ea7-8ca9-cb44-f903-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-04 03:41:54.691606 | fa163ea7-8ca9-cb44-f903-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.210779 | 0.08s 2025-10-04 03:41:54.718251 | fa163ea7-8ca9-cb44-f903-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-04 03:41:54.767481 | fa163ea7-8ca9-cb44-f903-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-04 03:41:54.768506 | fa163ea7-8ca9-cb44-f903-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.287681 | 0.05s 2025-10-04 03:41:54.794834 | fa163ea7-8ca9-cb44-f903-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-04 03:41:54.846925 | fa163ea7-8ca9-cb44-f903-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-04 03:41:54.848414 | fa163ea7-8ca9-cb44-f903-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.367584 | 0.05s 2025-10-04 03:41:54.876115 | fa163ea7-8ca9-cb44-f903-000000000598 | TASK | Execute grub2-mkconfig 2025-10-04 03:41:54.942261 | fa163ea7-8ca9-cb44-f903-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-04 03:41:54.943641 | fa163ea7-8ca9-cb44-f903-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.462802 | 0.07s 2025-10-04 03:41:54.972163 | fa163ea7-8ca9-cb44-f903-000000000599 | TASK | Check for active tuned profile 2025-10-04 03:41:55.037875 | fa163ea7-8ca9-cb44-f903-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-04 03:41:55.038995 | fa163ea7-8ca9-cb44-f903-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.558168 | 0.07s 2025-10-04 03:41:55.064810 | fa163ea7-8ca9-cb44-f903-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-04 03:41:55.125929 | fa163ea7-8ca9-cb44-f903-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-04 03:41:55.127020 | fa163ea7-8ca9-cb44-f903-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.646194 | 0.06s 2025-10-04 03:41:55.153002 | fa163ea7-8ca9-cb44-f903-00000000059b | TASK | Set reboot required fact 2025-10-04 03:41:55.213960 | fa163ea7-8ca9-cb44-f903-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-04 03:41:55.215051 | fa163ea7-8ca9-cb44-f903-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.734225 | 0.06s 2025-10-04 03:41:55.242365 | fa163ea7-8ca9-cb44-f903-00000000059d | TASK | Apply DPDK workarounds 2025-10-04 03:41:55.292940 | fa163ea7-8ca9-cb44-f903-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-04 03:41:55.294119 | fa163ea7-8ca9-cb44-f903-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.813292 | 0.05s 2025-10-04 03:41:55.322891 | fa163ea7-8ca9-cb44-f903-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-04 03:41:55.363488 | fa163ea7-8ca9-cb44-f903-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-04 03:41:55.364761 | fa163ea7-8ca9-cb44-f903-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.883934 | 0.04s 2025-10-04 03:41:55.391301 | fa163ea7-8ca9-cb44-f903-0000000005a0 | TASK | Load modules 2025-10-04 03:41:55.438020 | fa163ea7-8ca9-cb44-f903-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-04 03:41:55.446402 | fa163ea7-8ca9-cb44-f903-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.965575 | 0.05s 2025-10-04 03:41:55.471938 | fa163ea7-8ca9-cb44-f903-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-04 03:41:55.519768 | fa163ea7-8ca9-cb44-f903-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-04 03:41:55.532228 | fa163ea7-8ca9-cb44-f903-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.051401 | 0.06s 2025-10-04 03:41:55.559312 | fa163ea7-8ca9-cb44-f903-0000000005a4 | TASK | Drop module persistence 2025-10-04 03:41:55.605153 | fa163ea7-8ca9-cb44-f903-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-04 03:41:55.611211 | fa163ea7-8ca9-cb44-f903-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.130382 | 0.05s 2025-10-04 03:41:55.637799 | fa163ea7-8ca9-cb44-f903-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-04 03:41:55.683447 | fa163ea7-8ca9-cb44-f903-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-04 03:41:55.689266 | fa163ea7-8ca9-cb44-f903-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.208438 | 0.05s 2025-10-04 03:41:55.715261 | fa163ea7-8ca9-cb44-f903-0000000005a8 | TASK | Modules reload 2025-10-04 03:41:55.754624 | fa163ea7-8ca9-cb44-f903-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-04 03:41:55.755976 | fa163ea7-8ca9-cb44-f903-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.275151 | 0.04s 2025-10-04 03:41:55.782456 | fa163ea7-8ca9-cb44-f903-0000000005aa | TASK | Reboot tasks 2025-10-04 03:41:55.832109 | fa163ea7-8ca9-cb44-f903-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-04 03:41:55.834529 | fa163ea7-8ca9-cb44-f903-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.353702 | 0.05s 2025-10-04 03:41:55.861765 | fa163ea7-8ca9-cb44-f903-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-04 03:41:55.913729 | fa163ea7-8ca9-cb44-f903-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-04 03:41:55.914847 | fa163ea7-8ca9-cb44-f903-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.434021 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-04 03:41:56.109023 | fa163ea7-8ca9-cb44-f903-00000000003f | TASK | Server pre-network deployments 2025-10-04 03:41:56.137914 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-00000000003f') missing from stats 2025-10-04 03:41:56.164680 | fa163ea7-8ca9-cb44-f903-000000000043 | TASK | Hiera config 2025-10-04 03:41:56.192906 | fa163ea7-8ca9-cb44-f903-000000000043 | TIMING | Hiera config | standalone | 0:00:44.712075 | 0.03s 2025-10-04 03:41:56.255447 | fa163ea7-8ca9-cb44-f903-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-04 03:41:56.487693 | fa163ea7-8ca9-cb44-f903-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-04 03:41:56.489196 | fa163ea7-8ca9-cb44-f903-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.008368 | 0.23s 2025-10-04 03:41:56.515228 | fa163ea7-8ca9-cb44-f903-000000000722 | TASK | Write hiera config 2025-10-04 03:41:56.960659 | fa163ea7-8ca9-cb44-f903-000000000722 | CHANGED | Write hiera config | standalone 2025-10-04 03:41:56.962108 | fa163ea7-8ca9-cb44-f903-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.481281 | 0.45s 2025-10-04 03:41:57.011506 | fa163ea7-8ca9-cb44-f903-000000000044 | TASK | Hiera symlink 2025-10-04 03:41:57.233449 | fa163ea7-8ca9-cb44-f903-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-04 03:41:57.234985 | fa163ea7-8ca9-cb44-f903-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.754159 | 0.22s 2025-10-04 03:41:57.260915 | fa163ea7-8ca9-cb44-f903-000000000045 | TASK | Hieradata from vars 2025-10-04 03:41:57.283426 | fa163ea7-8ca9-cb44-f903-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.802597 | 0.02s 2025-10-04 03:41:57.343923 | fa163ea7-8ca9-cb44-f903-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-04 03:41:57.833850 | fa163ea7-8ca9-cb44-f903-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-04 03:41:57.834908 | fa163ea7-8ca9-cb44-f903-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.354088 | 0.49s 2025-10-04 03:41:57.855886 | fa163ea7-8ca9-cb44-f903-00000000077d | TASK | Render hieradata from template 2025-10-04 03:41:58.346622 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-04 03:41:58.349154 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.868322 | 0.49s 2025-10-04 03:41:58.885483 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-04 03:41:58.886744 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.405911 | 1.03s 2025-10-04 03:41:59.413150 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-04 03:41:59.415489 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.934662 | 1.56s 2025-10-04 03:41:59.851218 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-04 03:41:59.852715 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.371881 | 2.00s 2025-10-04 03:42:00.298189 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-04 03:42:00.299315 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.818489 | 2.44s 2025-10-04 03:42:00.721703 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-04 03:42:00.723092 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.242276 | 2.87s 2025-10-04 03:42:01.224257 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-04 03:42:01.226037 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.745214 | 3.37s 2025-10-04 03:42:01.720401 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-04 03:42:01.722246 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.241421 | 3.87s 2025-10-04 03:42:02.148171 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-04 03:42:02.150506 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.669682 | 4.29s 2025-10-04 03:42:02.640369 | fa163ea7-8ca9-cb44-f903-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-04 03:42:02.640932 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.160117 | 4.78s 2025-10-04 03:42:02.647657 | fa163ea7-8ca9-cb44-f903-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.166833 | 4.79s 2025-10-04 03:42:02.701056 | fa163ea7-8ca9-cb44-f903-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-04 03:42:02.728533 | fa163ea7-8ca9-cb44-f903-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.247704 | 0.03s 2025-10-04 03:42:02.798947 | fa163ea7-8ca9-cb44-f903-000000000821 | TASK | Check for hieradata file 2025-10-04 03:42:03.041728 | fa163ea7-8ca9-cb44-f903-000000000821 | OK | Check for hieradata file | standalone 2025-10-04 03:42:03.042918 | fa163ea7-8ca9-cb44-f903-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.562090 | 0.24s 2025-10-04 03:42:03.068966 | fa163ea7-8ca9-cb44-f903-000000000823 | TASK | Get existing data 2025-10-04 03:42:03.117908 | fa163ea7-8ca9-cb44-f903-000000000823 | SKIPPED | Get existing data | standalone 2025-10-04 03:42:03.119045 | fa163ea7-8ca9-cb44-f903-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.638219 | 0.05s 2025-10-04 03:42:03.144543 | fa163ea7-8ca9-cb44-f903-000000000824 | TASK | Set data fact 2025-10-04 03:42:03.186949 | fa163ea7-8ca9-cb44-f903-000000000824 | SKIPPED | Set data fact | standalone 2025-10-04 03:42:03.188089 | fa163ea7-8ca9-cb44-f903-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.707263 | 0.04s 2025-10-04 03:42:03.213328 | fa163ea7-8ca9-cb44-f903-000000000826 | TASK | Write ansible hieradata file 2025-10-04 03:42:03.689278 | fa163ea7-8ca9-cb44-f903-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-04 03:42:03.690544 | fa163ea7-8ca9-cb44-f903-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.209718 | 0.48s 2025-10-04 03:42:03.791853 | fa163ea7-8ca9-cb44-f903-000000000047 | TIMING | include_tasks | standalone | 0:00:52.311021 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-04 03:42:03.954623 | fa163ea7-8ca9-cb44-f903-00000000004b | TASK | Network Configuration 2025-10-04 03:42:03.980360 | fa163ea7-8ca9-cb44-f903-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ea7-8ca9-cb44-f903-00000000004b') missing from stats 2025-10-04 03:42:04.003253 | fa163ea7-8ca9-cb44-f903-00000000004c | TASK | Check NetworkConfig script existence 2025-10-04 03:42:04.027620 | fa163ea7-8ca9-cb44-f903-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-04 03:42:04.028379 | fa163ea7-8ca9-cb44-f903-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.547559 | 0.02s 2025-10-04 03:42:04.048308 | fa163ea7-8ca9-cb44-f903-000000000052 | TASK | Gather SELinux fact if needed 2025-10-04 03:42:04.094784 | fa163ea7-8ca9-cb44-f903-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-04 03:42:04.095941 | fa163ea7-8ca9-cb44-f903-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.615114 | 0.05s 2025-10-04 03:42:04.121059 | fa163ea7-8ca9-cb44-f903-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-04 03:42:04.778658 | fa163ea7-8ca9-cb44-f903-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-04 03:42:04.779983 | fa163ea7-8ca9-cb44-f903-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.299156 | 0.66s 2025-10-04 03:42:04.805956 | fa163ea7-8ca9-cb44-f903-000000000054 | TASK | Ensure requirements are satisfied 2025-10-04 03:42:04.834395 | fa163ea7-8ca9-cb44-f903-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.353564 | 0.03s 2025-10-04 03:42:04.899281 | fa163ea7-8ca9-cb44-f903-0000000008bf | TASK | Gather facts if they don't exist 2025-10-04 03:42:04.951806 | fa163ea7-8ca9-cb44-f903-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-04 03:42:04.952919 | fa163ea7-8ca9-cb44-f903-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.472093 | 0.05s 2025-10-04 03:42:04.978504 | fa163ea7-8ca9-cb44-f903-0000000008c0 | TASK | Gather variables for each operating system 2025-10-04 03:42:05.098978 | fa163ea7-8ca9-cb44-f903-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-04 03:42:05.105030 | fa163ea7-8ca9-cb44-f903-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.624204 | 0.13s 2025-10-04 03:42:05.131181 | fa163ea7-8ca9-cb44-f903-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-04 03:42:05.407879 | fa163ea7-8ca9-cb44-f903-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-04 03:42:05.409140 | fa163ea7-8ca9-cb44-f903-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.928313 | 0.28s 2025-10-04 03:42:05.435957 | fa163ea7-8ca9-cb44-f903-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-04 03:42:05.465787 | fa163ea7-8ca9-cb44-f903-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-04 03:42:05.466966 | fa163ea7-8ca9-cb44-f903-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.986138 | 0.03s 2025-10-04 03:42:05.492965 | fa163ea7-8ca9-cb44-f903-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-04 03:42:06.454281 | fa163ea7-8ca9-cb44-f903-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-04 03:42:06.455662 | fa163ea7-8ca9-cb44-f903-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.974836 | 0.96s 2025-10-04 03:42:06.506059 | fa163ea7-8ca9-cb44-f903-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-04 03:42:06.752011 | fa163ea7-8ca9-cb44-f903-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-04 03:42:06.753337 | fa163ea7-8ca9-cb44-f903-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.272513 | 0.25s 2025-10-04 03:42:06.779302 | fa163ea7-8ca9-cb44-f903-000000000057 | TASK | Reload NetworkManager 2025-10-04 03:42:07.202899 | fa163ea7-8ca9-cb44-f903-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-04 03:42:07.204738 | fa163ea7-8ca9-cb44-f903-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.723912 | 0.42s 2025-10-04 03:42:07.231875 | fa163ea7-8ca9-cb44-f903-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-04 03:42:07.465994 | fa163ea7-8ca9-cb44-f903-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-04 03:42:07.467295 | fa163ea7-8ca9-cb44-f903-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.986470 | 0.23s 2025-10-04 03:42:07.493522 | fa163ea7-8ca9-cb44-f903-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-04 03:42:07.712336 | fa163ea7-8ca9-cb44-f903-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-04 03:42:07.713552 | fa163ea7-8ca9-cb44-f903-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.232728 | 0.22s 2025-10-04 03:42:07.739542 | fa163ea7-8ca9-cb44-f903-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-04 03:42:07.769749 | fa163ea7-8ca9-cb44-f903-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-04 03:42:07.770814 | fa163ea7-8ca9-cb44-f903-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.289988 | 0.03s 2025-10-04 03:42:07.797248 | fa163ea7-8ca9-cb44-f903-00000000005c | TASK | Ensure we get cloud-init 2025-10-04 03:42:08.029464 | fa163ea7-8ca9-cb44-f903-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-04 03:42:08.030871 | fa163ea7-8ca9-cb44-f903-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.550046 | 0.23s 2025-10-04 03:42:08.056931 | fa163ea7-8ca9-cb44-f903-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-04 03:42:08.297641 | fa163ea7-8ca9-cb44-f903-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-04 03:42:08.298986 | fa163ea7-8ca9-cb44-f903-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.818159 | 0.24s 2025-10-04 03:42:08.325763 | fa163ea7-8ca9-cb44-f903-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-04 03:42:08.725257 | fa163ea7-8ca9-cb44-f903-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-04 03:42:08.726543 | fa163ea7-8ca9-cb44-f903-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.245718 | 0.40s 2025-10-04 03:42:08.753062 | fa163ea7-8ca9-cb44-f903-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-04 03:42:08.823823 | fa163ea7-8ca9-cb44-f903-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-04 03:42:08.824981 | fa163ea7-8ca9-cb44-f903-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.344156 | 0.07s 2025-10-04 03:42:08.851467 | fa163ea7-8ca9-cb44-f903-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-04 03:42:09.133814 | fa163ea7-8ca9-cb44-f903-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-04 03:42:09.135114 | fa163ea7-8ca9-cb44-f903-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.654289 | 0.28s 2025-10-04 03:42:09.161540 | fa163ea7-8ca9-cb44-f903-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-04 03:42:09.232420 | fa163ea7-8ca9-cb44-f903-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.751590 | 0.07s 2025-10-04 03:42:09.259178 | aef02943-8ef8-49dc-b6bc-eefebbfe4ce9 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-04 03:42:09.291700 | fa163ea7-8ca9-cb44-f903-000000000909 | TASK | Set nic_config_file fact 2025-10-04 03:42:09.384344 | fa163ea7-8ca9-cb44-f903-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-04 03:42:09.385444 | fa163ea7-8ca9-cb44-f903-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.904618 | 0.09s 2025-10-04 03:42:09.411236 | fa163ea7-8ca9-cb44-f903-00000000090a | TASK | Render overidden network config 2025-10-04 03:42:09.493613 | fa163ea7-8ca9-cb44-f903-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-04 03:42:09.494674 | fa163ea7-8ca9-cb44-f903-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.013849 | 0.08s 2025-10-04 03:42:09.521329 | fa163ea7-8ca9-cb44-f903-00000000090b | TASK | Render network_config 2025-10-04 03:42:09.592041 | fa163ea7-8ca9-cb44-f903-00000000090b | SKIPPED | Render network_config | standalone 2025-10-04 03:42:09.593125 | fa163ea7-8ca9-cb44-f903-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.112299 | 0.07s 2025-10-04 03:42:09.618934 | fa163ea7-8ca9-cb44-f903-00000000090c | TASK | Render network_config from template 2025-10-04 03:42:10.147285 | fa163ea7-8ca9-cb44-f903-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-04 03:42:10.148711 | fa163ea7-8ca9-cb44-f903-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.667886 | 0.53s 2025-10-04 03:42:10.174967 | fa163ea7-8ca9-cb44-f903-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=895825309395.43333 2025-10-04 03:42:14.259054 | fa163ea7-8ca9-cb44-f903-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-04 03:42:14.261395 | fa163ea7-8ca9-cb44-f903-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.780566 | 4.08s 2025-10-04 03:42:14.290603 | fa163ea7-8ca9-cb44-f903-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-04 03:42:14.799405 | fa163ea7-8ca9-cb44-f903-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-04 03:42:14.800868 | fa163ea7-8ca9-cb44-f903-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.320043 | 0.51s 2025-10-04 03:42:14.827260 | fa163ea7-8ca9-cb44-f903-000000000065 | TASK | Disable cloud-init network config 2025-10-04 03:42:15.297499 | fa163ea7-8ca9-cb44-f903-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-04 03:42:15.298898 | fa163ea7-8ca9-cb44-f903-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.818075 | 0.47s 2025-10-04 03:42:15.323536 | fa163ea7-8ca9-cb44-f903-000000000066 | TASK | Ensure network service is enabled 2025-10-04 03:42:15.738970 | fa163ea7-8ca9-cb44-f903-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-04 03:42:15.740973 | fa163ea7-8ca9-cb44-f903-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.260145 | 0.42s PLAY [Server network validation] *********************************************** 2025-10-04 03:42:15.924910 | fa163ea7-8ca9-cb44-f903-000000000096 | TASK | Basic Network Validation 2025-10-04 03:42:15.951433 | fa163ea7-8ca9-cb44-f903-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.470604 | 0.03s 2025-10-04 03:42:15.995167 | fa163ea7-8ca9-cb44-f903-000000000945 | TASK | Collect default network fact 2025-10-04 03:42:16.547272 | fa163ea7-8ca9-cb44-f903-000000000945 | OK | Collect default network fact | standalone 2025-10-04 03:42:16.548464 | fa163ea7-8ca9-cb44-f903-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.067639 | 0.55s 2025-10-04 03:42:16.575092 | fa163ea7-8ca9-cb44-f903-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-04 03:42:16.603898 | fa163ea7-8ca9-cb44-f903-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-04 03:42:16.605005 | fa163ea7-8ca9-cb44-f903-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.124179 | 0.03s 2025-10-04 03:42:16.630242 | fa163ea7-8ca9-cb44-f903-000000000947 | TASK | Check all networks Gateway availability 2025-10-04 03:42:16.658332 | fa163ea7-8ca9-cb44-f903-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.177500 | 0.03s 2025-10-04 03:42:16.683815 | fa163ea7-8ca9-cb44-f903-000000000949 | TASK | Check Controllers availability 2025-10-04 03:42:16.748020 | fa163ea7-8ca9-cb44-f903-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-04 03:42:16.755233 | fa163ea7-8ca9-cb44-f903-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-04 03:42:16.760420 | fa163ea7-8ca9-cb44-f903-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-04 03:42:16.767763 | fa163ea7-8ca9-cb44-f903-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-04 03:42:16.774542 | fa163ea7-8ca9-cb44-f903-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-04 03:42:16.781734 | fa163ea7-8ca9-cb44-f903-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-04 03:42:16.788109 | fa163ea7-8ca9-cb44-f903-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.307279 | 0.10s 2025-10-04 03:42:16.813276 | fa163ea7-8ca9-cb44-f903-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-04 03:42:16.844544 | fa163ea7-8ca9-cb44-f903-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-04 03:42:16.845878 | fa163ea7-8ca9-cb44-f903-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.365051 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-04 03:42:17.032235 | fa163ea7-8ca9-cb44-f903-00000000009a | TASK | Server pre deployments 2025-10-04 03:42:17.058376 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-00000000009a') missing from stats 2025-10-04 03:42:17.079754 | fa163ea7-8ca9-cb44-f903-00000000009e | TASK | Hiera config 2025-10-04 03:42:17.107019 | fa163ea7-8ca9-cb44-f903-00000000009e | TIMING | Hiera config | standalone | 0:01:05.626194 | 0.03s 2025-10-04 03:42:17.149516 | fa163ea7-8ca9-cb44-f903-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-04 03:42:17.379182 | fa163ea7-8ca9-cb44-f903-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-04 03:42:17.380608 | fa163ea7-8ca9-cb44-f903-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.899781 | 0.23s 2025-10-04 03:42:17.408010 | fa163ea7-8ca9-cb44-f903-00000000099f | TASK | Write hiera config 2025-10-04 03:42:17.887347 | fa163ea7-8ca9-cb44-f903-00000000099f | OK | Write hiera config | standalone 2025-10-04 03:42:17.888784 | fa163ea7-8ca9-cb44-f903-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.407959 | 0.48s 2025-10-04 03:42:17.943335 | fa163ea7-8ca9-cb44-f903-00000000009f | TASK | Hiera symlink 2025-10-04 03:42:18.174586 | fa163ea7-8ca9-cb44-f903-00000000009f | OK | Hiera symlink | standalone 2025-10-04 03:42:18.175935 | fa163ea7-8ca9-cb44-f903-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.695110 | 0.23s 2025-10-04 03:42:18.201327 | fa163ea7-8ca9-cb44-f903-0000000000a0 | TASK | Hieradata from vars 2025-10-04 03:42:18.229469 | fa163ea7-8ca9-cb44-f903-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.748637 | 0.03s 2025-10-04 03:42:18.289431 | fa163ea7-8ca9-cb44-f903-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-04 03:42:18.765381 | fa163ea7-8ca9-cb44-f903-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-04 03:42:18.766748 | fa163ea7-8ca9-cb44-f903-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.285921 | 0.48s 2025-10-04 03:42:18.792697 | fa163ea7-8ca9-cb44-f903-0000000009fa | TASK | Render hieradata from template 2025-10-04 03:42:19.341784 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-04 03:42:19.343343 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.862513 | 0.55s 2025-10-04 03:42:19.875702 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-04 03:42:19.876752 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.395927 | 1.08s 2025-10-04 03:42:20.475579 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-04 03:42:20.476655 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.995830 | 1.68s 2025-10-04 03:42:20.937137 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-04 03:42:20.938997 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.458172 | 2.14s 2025-10-04 03:42:21.389354 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-04 03:42:21.390399 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.909575 | 2.60s 2025-10-04 03:42:21.850023 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-04 03:42:21.851543 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.370717 | 3.06s 2025-10-04 03:42:22.323924 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-04 03:42:22.325103 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.844276 | 3.53s 2025-10-04 03:42:22.826031 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-04 03:42:22.828086 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.347260 | 4.03s 2025-10-04 03:42:23.293242 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-04 03:42:23.294379 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.813554 | 4.50s 2025-10-04 03:42:23.766083 | fa163ea7-8ca9-cb44-f903-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-04 03:42:23.768132 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.287305 | 4.97s 2025-10-04 03:42:23.781709 | fa163ea7-8ca9-cb44-f903-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.300873 | 4.99s 2025-10-04 03:42:23.833947 | fa163ea7-8ca9-cb44-f903-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-04 03:42:23.862541 | fa163ea7-8ca9-cb44-f903-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.381709 | 0.03s 2025-10-04 03:42:23.932929 | fa163ea7-8ca9-cb44-f903-000000000a9e | TASK | Check for hieradata file 2025-10-04 03:42:24.152688 | fa163ea7-8ca9-cb44-f903-000000000a9e | OK | Check for hieradata file | standalone 2025-10-04 03:42:24.154003 | fa163ea7-8ca9-cb44-f903-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.673175 | 0.22s 2025-10-04 03:42:24.181074 | fa163ea7-8ca9-cb44-f903-000000000aa0 | TASK | Get existing data 2025-10-04 03:42:24.229618 | fa163ea7-8ca9-cb44-f903-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-04 03:42:24.230711 | fa163ea7-8ca9-cb44-f903-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.749884 | 0.05s 2025-10-04 03:42:24.256861 | fa163ea7-8ca9-cb44-f903-000000000aa1 | TASK | Set data fact 2025-10-04 03:42:24.306169 | fa163ea7-8ca9-cb44-f903-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-04 03:42:24.307301 | fa163ea7-8ca9-cb44-f903-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.826474 | 0.05s 2025-10-04 03:42:24.333782 | fa163ea7-8ca9-cb44-f903-000000000aa3 | TASK | Write ansible hieradata file 2025-10-04 03:42:24.843463 | fa163ea7-8ca9-cb44-f903-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-04 03:42:24.844939 | fa163ea7-8ca9-cb44-f903-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.364113 | 0.51s 2025-10-04 03:42:24.946603 | fa163ea7-8ca9-cb44-f903-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.465722 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-04 03:42:25.110500 | fa163ea7-8ca9-cb44-f903-0000000000a6 | TASK | Host prep steps 2025-10-04 03:42:25.138787 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000a6') missing from stats 2025-10-04 03:42:25.222849 | fa163ea7-8ca9-cb44-f903-0000000000a7 | TASK | Deploy Artifacts 2025-10-04 03:42:25.333756 | fa163ea7-8ca9-cb44-f903-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-04 03:42:25.335083 | fa163ea7-8ca9-cb44-f903-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.854256 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-04 03:42:25.483762 | fa163ea7-8ca9-cb44-f903-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.002933 | 0.12s 2025-10-04 03:42:25.665903 | 80693bd0-6116-48e7-baf6-221641f6de04 | INCLUDED | /root/standalone-ansible-tey6r4dq/Standalone/host_prep_tasks.yaml | standalone 2025-10-04 03:42:25.722812 | fa163ea7-8ca9-cb44-f903-000000000b1e | TASK | Run firewall role 2025-10-04 03:42:25.739354 | fa163ea7-8ca9-cb44-f903-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.258530 | 0.02s 2025-10-04 03:42:25.792646 | fa163ea7-8ca9-cb44-f903-000000000c36 | TASK | Gather variables for each operating system 2025-10-04 03:42:25.912709 | fa163ea7-8ca9-cb44-f903-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-04 03:42:25.914792 | fa163ea7-8ca9-cb44-f903-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.433960 | 0.12s 2025-10-04 03:42:25.924918 | fa163ea7-8ca9-cb44-f903-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.444089 | 0.13s 2025-10-04 03:42:25.951228 | fa163ea7-8ca9-cb44-f903-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-04 03:42:28.766992 | fa163ea7-8ca9-cb44-f903-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-04 03:42:28.768036 | fa163ea7-8ca9-cb44-f903-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.287215 | 2.82s 2025-10-04 03:42:28.788404 | fa163ea7-8ca9-cb44-f903-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-04 03:42:28.814292 | fa163ea7-8ca9-cb44-f903-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-04 03:42:28.815016 | fa163ea7-8ca9-cb44-f903-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.334198 | 0.03s 2025-10-04 03:42:28.835036 | fa163ea7-8ca9-cb44-f903-000000000c3c | TASK | Enable masquerade 2025-10-04 03:42:28.881866 | fa163ea7-8ca9-cb44-f903-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-04 03:42:28.883054 | fa163ea7-8ca9-cb44-f903-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.402228 | 0.05s 2025-10-04 03:42:28.909150 | fa163ea7-8ca9-cb44-f903-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-04 03:42:28.940370 | fa163ea7-8ca9-cb44-f903-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-04 03:42:28.941578 | fa163ea7-8ca9-cb44-f903-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.460727 | 0.03s 2025-10-04 03:42:28.967392 | fa163ea7-8ca9-cb44-f903-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-04 03:42:29.005348 | fa163ea7-8ca9-cb44-f903-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-04 03:42:29.006776 | fa163ea7-8ca9-cb44-f903-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.525952 | 0.04s 2025-10-04 03:42:29.032592 | fa163ea7-8ca9-cb44-f903-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-04 03:42:29.060326 | fa163ea7-8ca9-cb44-f903-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-04 03:42:29.061477 | fa163ea7-8ca9-cb44-f903-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.580650 | 0.03s 2025-10-04 03:42:29.083018 | fa163ea7-8ca9-cb44-f903-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-04 03:42:29.112476 | fa163ea7-8ca9-cb44-f903-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-04 03:42:29.113187 | fa163ea7-8ca9-cb44-f903-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.632367 | 0.03s 2025-10-04 03:42:29.132760 | fa163ea7-8ca9-cb44-f903-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-04 03:42:29.158766 | fa163ea7-8ca9-cb44-f903-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-04 03:42:29.159870 | fa163ea7-8ca9-cb44-f903-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.679045 | 0.03s 2025-10-04 03:42:29.185242 | fa163ea7-8ca9-cb44-f903-000000000c46 | TASK | Enable LOG rules 2025-10-04 03:42:29.214618 | fa163ea7-8ca9-cb44-f903-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-04 03:42:29.215670 | fa163ea7-8ca9-cb44-f903-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.734843 | 0.03s 2025-10-04 03:42:29.240778 | fa163ea7-8ca9-cb44-f903-000000000c47 | TASK | Set rule fact 2025-10-04 03:42:29.338299 | fa163ea7-8ca9-cb44-f903-000000000c47 | OK | Set rule fact | standalone 2025-10-04 03:42:29.341320 | fa163ea7-8ca9-cb44-f903-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.860493 | 0.10s 2025-10-04 03:42:29.370250 | fa163ea7-8ca9-cb44-f903-000000000c48 | TASK | Manage rules via nftables 2025-10-04 03:42:29.399392 | fa163ea7-8ca9-cb44-f903-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:17.918561 | 0.03s 2025-10-04 03:42:29.486189 | fa163ea7-8ca9-cb44-f903-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.005360 | 0.03s 2025-10-04 03:42:29.497752 | 63c7af7a-6139-45cc-8d45-c09786e20321 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-04 03:42:29.520021 | fa163ea7-8ca9-cb44-f903-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-04 03:42:29.895992 | fa163ea7-8ca9-cb44-f903-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-04 03:42:29.897423 | fa163ea7-8ca9-cb44-f903-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.416600 | 0.38s 2025-10-04 03:42:30.311528 | fa163ea7-8ca9-cb44-f903-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-04 03:42:30.313395 | fa163ea7-8ca9-cb44-f903-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.832570 | 0.79s 2025-10-04 03:42:30.324259 | fa163ea7-8ca9-cb44-f903-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.843435 | 0.80s 2025-10-04 03:42:30.343877 | fa163ea7-8ca9-cb44-f903-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-04 03:42:31.102007 | fa163ea7-8ca9-cb44-f903-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-04 03:42:31.103908 | fa163ea7-8ca9-cb44-f903-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.623081 | 0.76s 2025-10-04 03:42:31.131417 | fa163ea7-8ca9-cb44-f903-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-04 03:42:31.171105 | fa163ea7-8ca9-cb44-f903-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-04 03:42:31.172330 | fa163ea7-8ca9-cb44-f903-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.691502 | 0.04s 2025-10-04 03:42:31.226039 | fa163ea7-8ca9-cb44-f903-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.745202 | 0.03s 2025-10-04 03:42:31.265650 | d4338470-7f8c-412c-8ec2-981919f7a2c9 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-04 03:42:31.301573 | fa163ea7-8ca9-cb44-f903-000000000d40 | TASK | Push empty ruleset 2025-10-04 03:42:31.734535 | fa163ea7-8ca9-cb44-f903-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-04 03:42:31.735294 | fa163ea7-8ca9-cb44-f903-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.254475 | 0.43s 2025-10-04 03:42:31.753030 | fa163ea7-8ca9-cb44-f903-000000000d41 | TASK | Load empty ruleset 2025-10-04 03:42:32.013093 | fa163ea7-8ca9-cb44-f903-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-04 03:42:32.014368 | fa163ea7-8ca9-cb44-f903-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.533543 | 0.26s 2025-10-04 03:42:32.041037 | fa163ea7-8ca9-cb44-f903-000000000d43 | TASK | Use default rules 2025-10-04 03:42:32.096253 | fa163ea7-8ca9-cb44-f903-000000000d43 | OK | Use default rules | standalone 2025-10-04 03:42:32.099749 | fa163ea7-8ca9-cb44-f903-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.618921 | 0.06s 2025-10-04 03:42:32.130647 | fa163ea7-8ca9-cb44-f903-000000000d44 | TASK | Enable LOG rules 2025-10-04 03:42:32.198578 | fa163ea7-8ca9-cb44-f903-000000000d44 | OK | Enable LOG rules | standalone 2025-10-04 03:42:32.201730 | fa163ea7-8ca9-cb44-f903-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.720903 | 0.07s 2025-10-04 03:42:32.231834 | fa163ea7-8ca9-cb44-f903-000000000d46 | TASK | Get current nftables content 2025-10-04 03:42:32.464922 | fa163ea7-8ca9-cb44-f903-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-04 03:42:32.466205 | fa163ea7-8ca9-cb44-f903-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.985381 | 0.23s 2025-10-04 03:42:32.493203 | fa163ea7-8ca9-cb44-f903-000000000d48 | TASK | Generate chain jumps 2025-10-04 03:42:33.056405 | fa163ea7-8ca9-cb44-f903-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-04 03:42:33.057919 | fa163ea7-8ca9-cb44-f903-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.577092 | 0.56s 2025-10-04 03:42:33.085853 | fa163ea7-8ca9-cb44-f903-000000000d49 | TASK | Generate chain jumps 2025-10-04 03:42:33.664151 | fa163ea7-8ca9-cb44-f903-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-04 03:42:33.665656 | fa163ea7-8ca9-cb44-f903-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.184830 | 0.58s 2025-10-04 03:42:33.693578 | fa163ea7-8ca9-cb44-f903-000000000d4a | TASK | Generate nft flushes 2025-10-04 03:42:34.234099 | fa163ea7-8ca9-cb44-f903-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-04 03:42:34.235489 | fa163ea7-8ca9-cb44-f903-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.754665 | 0.54s 2025-10-04 03:42:34.262036 | fa163ea7-8ca9-cb44-f903-000000000d4b | TASK | Generate nft tripleo chains 2025-10-04 03:42:34.773474 | fa163ea7-8ca9-cb44-f903-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-04 03:42:34.774902 | fa163ea7-8ca9-cb44-f903-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.294076 | 0.51s 2025-10-04 03:42:34.801744 | fa163ea7-8ca9-cb44-f903-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-04 03:42:36.435027 | fa163ea7-8ca9-cb44-f903-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-04 03:42:36.436495 | fa163ea7-8ca9-cb44-f903-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.955669 | 1.63s 2025-10-04 03:42:36.463814 | fa163ea7-8ca9-cb44-f903-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-04 03:42:37.075373 | fa163ea7-8ca9-cb44-f903-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-04 03:42:37.078340 | fa163ea7-8ca9-cb44-f903-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.597507 | 0.61s 2025-10-04 03:42:37.099986 | fa163ea7-8ca9-cb44-f903-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-04 03:42:37.359493 | fa163ea7-8ca9-cb44-f903-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-04 03:42:37.361058 | fa163ea7-8ca9-cb44-f903-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.880230 | 0.26s 2025-10-04 03:42:37.418351 | fa163ea7-8ca9-cb44-f903-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.937518 | 0.03s 2025-10-04 03:42:37.439882 | 58ffc1c7-57a9-4661-b3a3-342dbbf77f20 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-04 03:42:37.493933 | fa163ea7-8ca9-cb44-f903-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-04 03:42:37.724281 | fa163ea7-8ca9-cb44-f903-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-04 03:42:37.725661 | fa163ea7-8ca9-cb44-f903-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.244832 | 0.23s 2025-10-04 03:42:37.752616 | fa163ea7-8ca9-cb44-f903-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-04 03:42:38.058160 | fa163ea7-8ca9-cb44-f903-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-04 03:42:38.059484 | fa163ea7-8ca9-cb44-f903-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.578657 | 0.31s 2025-10-04 03:42:38.133637 | fa163ea7-8ca9-cb44-f903-000000000b1f | TASK | create persistent logs directory 2025-10-04 03:42:38.348118 | fa163ea7-8ca9-cb44-f903-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-04 03:42:38.349827 | fa163ea7-8ca9-cb44-f903-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.868998 | 0.21s 2025-10-04 03:42:38.571718 | fa163ea7-8ca9-cb44-f903-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-04 03:42:38.572828 | fa163ea7-8ca9-cb44-f903-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.092003 | 0.44s 2025-10-04 03:42:38.579515 | fa163ea7-8ca9-cb44-f903-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.098683 | 0.44s 2025-10-04 03:42:38.605582 | fa163ea7-8ca9-cb44-f903-000000000b20 | TASK | create persistent directories 2025-10-04 03:42:38.846184 | fa163ea7-8ca9-cb44-f903-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-04 03:42:38.848429 | fa163ea7-8ca9-cb44-f903-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.367600 | 0.24s 2025-10-04 03:42:38.858496 | fa163ea7-8ca9-cb44-f903-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.377665 | 0.25s 2025-10-04 03:42:38.885004 | fa163ea7-8ca9-cb44-f903-000000000b21 | TASK | create persistent directories 2025-10-04 03:42:39.148998 | fa163ea7-8ca9-cb44-f903-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-04 03:42:39.151941 | fa163ea7-8ca9-cb44-f903-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.671102 | 0.27s 2025-10-04 03:42:39.345142 | fa163ea7-8ca9-cb44-f903-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-04 03:42:39.346856 | fa163ea7-8ca9-cb44-f903-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.866030 | 0.46s 2025-10-04 03:42:39.357484 | fa163ea7-8ca9-cb44-f903-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.876651 | 0.47s 2025-10-04 03:42:39.383602 | fa163ea7-8ca9-cb44-f903-000000000b22 | TASK | create persistent directories 2025-10-04 03:42:39.629397 | fa163ea7-8ca9-cb44-f903-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-04 03:42:39.631056 | fa163ea7-8ca9-cb44-f903-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.150226 | 0.25s 2025-10-04 03:42:39.833882 | fa163ea7-8ca9-cb44-f903-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-04 03:42:39.834621 | fa163ea7-8ca9-cb44-f903-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.353802 | 0.45s 2025-10-04 03:42:39.842200 | fa163ea7-8ca9-cb44-f903-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.361367 | 0.46s 2025-10-04 03:42:39.868438 | fa163ea7-8ca9-cb44-f903-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-04 03:42:41.050690 | fa163ea7-8ca9-cb44-f903-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-04 03:42:41.052396 | fa163ea7-8ca9-cb44-f903-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.571569 | 1.18s 2025-10-04 03:42:41.079294 | fa163ea7-8ca9-cb44-f903-000000000b24 | TASK | create persistent directories 2025-10-04 03:42:41.349231 | fa163ea7-8ca9-cb44-f903-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-04 03:42:41.350836 | fa163ea7-8ca9-cb44-f903-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.870008 | 0.27s 2025-10-04 03:42:41.357205 | fa163ea7-8ca9-cb44-f903-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.876383 | 0.28s 2025-10-04 03:42:41.383007 | fa163ea7-8ca9-cb44-f903-000000000b25 | TASK | create persistent directories 2025-10-04 03:42:41.613718 | fa163ea7-8ca9-cb44-f903-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-04 03:42:41.615419 | fa163ea7-8ca9-cb44-f903-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.134587 | 0.23s 2025-10-04 03:42:41.800489 | fa163ea7-8ca9-cb44-f903-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-04 03:42:41.802238 | fa163ea7-8ca9-cb44-f903-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.321412 | 0.42s 2025-10-04 03:42:41.812737 | fa163ea7-8ca9-cb44-f903-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.331914 | 0.43s 2025-10-04 03:42:41.840310 | fa163ea7-8ca9-cb44-f903-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-04 03:42:43.243423 | fa163ea7-8ca9-cb44-f903-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-04 03:42:43.244934 | fa163ea7-8ca9-cb44-f903-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.764109 | 1.40s 2025-10-04 03:42:43.269524 | fa163ea7-8ca9-cb44-f903-000000000b27 | TASK | create persistent directories 2025-10-04 03:42:43.543403 | fa163ea7-8ca9-cb44-f903-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-04 03:42:43.545915 | fa163ea7-8ca9-cb44-f903-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.065083 | 0.28s 2025-10-04 03:42:43.728394 | fa163ea7-8ca9-cb44-f903-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-04 03:42:43.730309 | fa163ea7-8ca9-cb44-f903-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.249483 | 0.46s 2025-10-04 03:42:43.740758 | fa163ea7-8ca9-cb44-f903-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.259928 | 0.47s 2025-10-04 03:42:43.767060 | fa163ea7-8ca9-cb44-f903-000000000b28 | TASK | ensure ceph configurations exist 2025-10-04 03:42:43.996390 | fa163ea7-8ca9-cb44-f903-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-04 03:42:43.997623 | fa163ea7-8ca9-cb44-f903-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.516799 | 0.23s 2025-10-04 03:42:44.022711 | fa163ea7-8ca9-cb44-f903-000000000b29 | TASK | create persistent directories 2025-10-04 03:42:44.269716 | fa163ea7-8ca9-cb44-f903-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-04 03:42:44.271781 | fa163ea7-8ca9-cb44-f903-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.790944 | 0.25s 2025-10-04 03:42:44.279355 | fa163ea7-8ca9-cb44-f903-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.798519 | 0.26s 2025-10-04 03:42:44.305257 | fa163ea7-8ca9-cb44-f903-000000000b2b | TASK | Create cinder image conversion directory 2025-10-04 03:42:44.337421 | fa163ea7-8ca9-cb44-f903-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-04 03:42:44.338579 | fa163ea7-8ca9-cb44-f903-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:32.857724 | 0.03s 2025-10-04 03:42:44.363613 | fa163ea7-8ca9-cb44-f903-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-04 03:42:44.394921 | fa163ea7-8ca9-cb44-f903-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-04 03:42:44.396047 | fa163ea7-8ca9-cb44-f903-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.915222 | 0.03s 2025-10-04 03:42:44.420936 | fa163ea7-8ca9-cb44-f903-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-04 03:42:44.452738 | fa163ea7-8ca9-cb44-f903-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-04 03:42:44.453825 | fa163ea7-8ca9-cb44-f903-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.973002 | 0.03s 2025-10-04 03:42:44.477992 | fa163ea7-8ca9-cb44-f903-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-04 03:42:44.508489 | fa163ea7-8ca9-cb44-f903-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-04 03:42:44.509683 | fa163ea7-8ca9-cb44-f903-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.028858 | 0.03s 2025-10-04 03:42:44.536270 | fa163ea7-8ca9-cb44-f903-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-04 03:42:44.570233 | fa163ea7-8ca9-cb44-f903-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-04 03:42:44.572766 | fa163ea7-8ca9-cb44-f903-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:33.091931 | 0.03s 2025-10-04 03:42:44.600173 | fa163ea7-8ca9-cb44-f903-000000000b32 | TASK | Get or create LVM loopback device 2025-10-04 03:42:44.632185 | fa163ea7-8ca9-cb44-f903-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-04 03:42:44.633487 | fa163ea7-8ca9-cb44-f903-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:33.152658 | 0.03s 2025-10-04 03:42:44.660037 | fa163ea7-8ca9-cb44-f903-000000000b33 | TASK | Create LVM volume group 2025-10-04 03:42:44.690203 | fa163ea7-8ca9-cb44-f903-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-04 03:42:44.691383 | fa163ea7-8ca9-cb44-f903-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:33.210557 | 0.03s 2025-10-04 03:42:44.716621 | fa163ea7-8ca9-cb44-f903-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-04 03:42:44.745541 | fa163ea7-8ca9-cb44-f903-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-04 03:42:44.746705 | fa163ea7-8ca9-cb44-f903-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:33.265878 | 0.03s 2025-10-04 03:42:44.771991 | fa163ea7-8ca9-cb44-f903-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-04 03:42:44.803732 | fa163ea7-8ca9-cb44-f903-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-04 03:42:44.804865 | fa163ea7-8ca9-cb44-f903-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:33.324038 | 0.03s 2025-10-04 03:42:44.830046 | fa163ea7-8ca9-cb44-f903-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-04 03:42:45.784654 | fa163ea7-8ca9-cb44-f903-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-04 03:42:45.786499 | fa163ea7-8ca9-cb44-f903-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:34.305672 | 0.95s 2025-10-04 03:42:45.812615 | fa163ea7-8ca9-cb44-f903-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-04 03:42:48.024171 | fa163ea7-8ca9-cb44-f903-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-04 03:42:48.025941 | fa163ea7-8ca9-cb44-f903-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:36.545114 | 2.21s 2025-10-04 03:42:48.081976 | fa163ea7-8ca9-cb44-f903-000000000b3a | OK | set_fact | standalone 2025-10-04 03:42:48.083228 | fa163ea7-8ca9-cb44-f903-000000000b3a | TIMING | set_fact | standalone | 0:01:36.602403 | 0.03s 2025-10-04 03:42:48.136407 | fa163ea7-8ca9-cb44-f903-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:36.655575 | 0.03s 2025-10-04 03:42:48.193627 | fa163ea7-8ca9-cb44-f903-000000000f04 | TASK | ensure apache is installed 2025-10-04 03:42:54.081031 | fa163ea7-8ca9-cb44-f903-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-04 03:42:54.082406 | fa163ea7-8ca9-cb44-f903-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:42.601577 | 5.89s 2025-10-04 03:42:54.108456 | fa163ea7-8ca9-cb44-f903-000000000f05 | TASK | create image data directory 2025-10-04 03:42:54.401069 | fa163ea7-8ca9-cb44-f903-000000000f05 | CHANGED | create image data directory | standalone 2025-10-04 03:42:54.402034 | fa163ea7-8ca9-cb44-f903-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:42.921215 | 0.29s 2025-10-04 03:42:54.421890 | fa163ea7-8ca9-cb44-f903-000000000f06 | TASK | create /v2/ response file 2025-10-04 03:42:54.922811 | fa163ea7-8ca9-cb44-f903-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-04 03:42:54.924223 | fa163ea7-8ca9-cb44-f903-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:43.443397 | 0.50s 2025-10-04 03:42:54.950256 | fa163ea7-8ca9-cb44-f903-000000000f07 | TASK | Add listen line 2025-10-04 03:42:55.321508 | fa163ea7-8ca9-cb44-f903-000000000f07 | CHANGED | Add listen line | standalone 2025-10-04 03:42:55.322889 | fa163ea7-8ca9-cb44-f903-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:43.842063 | 0.37s 2025-10-04 03:42:55.348447 | fa163ea7-8ca9-cb44-f903-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-04 03:42:55.816743 | fa163ea7-8ca9-cb44-f903-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-04 03:42:55.817605 | fa163ea7-8ca9-cb44-f903-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:44.336788 | 0.47s 2025-10-04 03:42:55.835307 | fa163ea7-8ca9-cb44-f903-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-04 03:42:56.816878 | fa163ea7-8ca9-cb44-f903-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-04 03:42:56.819116 | fa163ea7-8ca9-cb44-f903-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:45.338288 | 0.98s 2025-10-04 03:42:56.869388 | fa163ea7-8ca9-cb44-f903-000000000b3d | TASK | create persistent logs directory 2025-10-04 03:42:57.122887 | fa163ea7-8ca9-cb44-f903-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-04 03:42:57.125195 | fa163ea7-8ca9-cb44-f903-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.644364 | 0.25s 2025-10-04 03:42:57.331318 | fa163ea7-8ca9-cb44-f903-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-04 03:42:57.332072 | fa163ea7-8ca9-cb44-f903-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.851255 | 0.46s 2025-10-04 03:42:57.336902 | fa163ea7-8ca9-cb44-f903-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:45.856071 | 0.47s 2025-10-04 03:42:57.362918 | fa163ea7-8ca9-cb44-f903-000000000b3e | TASK | Mount NFS on host 2025-10-04 03:42:57.395018 | fa163ea7-8ca9-cb44-f903-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-04 03:42:57.396182 | fa163ea7-8ca9-cb44-f903-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:45.915356 | 0.03s 2025-10-04 03:42:57.421630 | fa163ea7-8ca9-cb44-f903-000000000b3f | TASK | Mount Node Staging Location 2025-10-04 03:42:57.453850 | fa163ea7-8ca9-cb44-f903-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-04 03:42:57.455011 | fa163ea7-8ca9-cb44-f903-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:45.974184 | 0.03s 2025-10-04 03:42:57.480800 | fa163ea7-8ca9-cb44-f903-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-04 03:42:57.735366 | fa163ea7-8ca9-cb44-f903-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-04 03:42:57.736904 | fa163ea7-8ca9-cb44-f903-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:46.256078 | 0.25s 2025-10-04 03:42:57.762974 | fa163ea7-8ca9-cb44-f903-000000000b41 | TASK | create logs directory 2025-10-04 03:42:58.014092 | fa163ea7-8ca9-cb44-f903-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-04 03:42:58.015825 | fa163ea7-8ca9-cb44-f903-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.534993 | 0.25s 2025-10-04 03:42:58.247464 | fa163ea7-8ca9-cb44-f903-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-04 03:42:58.249170 | fa163ea7-8ca9-cb44-f903-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.768344 | 0.48s 2025-10-04 03:42:58.259924 | fa163ea7-8ca9-cb44-f903-000000000b41 | TIMING | create logs directory | standalone | 0:01:46.779094 | 0.50s 2025-10-04 03:42:58.287333 | fa163ea7-8ca9-cb44-f903-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-04 03:42:58.317100 | fa163ea7-8ca9-cb44-f903-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-04 03:42:58.318317 | fa163ea7-8ca9-cb44-f903-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:46.837488 | 0.03s 2025-10-04 03:42:58.344387 | fa163ea7-8ca9-cb44-f903-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-04 03:42:58.586398 | fa163ea7-8ca9-cb44-f903-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-04 03:42:58.587962 | fa163ea7-8ca9-cb44-f903-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:47.107136 | 0.24s 2025-10-04 03:42:58.613784 | fa163ea7-8ca9-cb44-f903-000000000b44 | TASK | create persistent directories 2025-10-04 03:42:58.835318 | fa163ea7-8ca9-cb44-f903-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-04 03:42:58.837199 | fa163ea7-8ca9-cb44-f903-000000000b44 | TIMING | create persistent directories | standalone | 0:01:47.356374 | 0.22s 2025-10-04 03:42:58.847605 | fa163ea7-8ca9-cb44-f903-000000000b44 | TIMING | create persistent directories | standalone | 0:01:47.366773 | 0.23s 2025-10-04 03:42:58.874039 | fa163ea7-8ca9-cb44-f903-000000000b45 | TASK | create persistent data directory 2025-10-04 03:42:59.117103 | fa163ea7-8ca9-cb44-f903-000000000b45 | OK | create persistent data directory | standalone 2025-10-04 03:42:59.118768 | fa163ea7-8ca9-cb44-f903-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:47.637939 | 0.24s 2025-10-04 03:42:59.145858 | fa163ea7-8ca9-cb44-f903-000000000b46 | TASK | get parameters 2025-10-04 03:42:59.187787 | fa163ea7-8ca9-cb44-f903-000000000b46 | OK | get parameters | standalone 2025-10-04 03:42:59.188881 | fa163ea7-8ca9-cb44-f903-000000000b46 | TIMING | get parameters | standalone | 0:01:47.708055 | 0.04s 2025-10-04 03:42:59.215848 | fa163ea7-8ca9-cb44-f903-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-04 03:42:59.260779 | fa163ea7-8ca9-cb44-f903-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-04 03:42:59.262512 | fa163ea7-8ca9-cb44-f903-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:47.781678 | 0.05s 2025-10-04 03:42:59.289106 | fa163ea7-8ca9-cb44-f903-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-04 03:42:59.340402 | fa163ea7-8ca9-cb44-f903-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-04 03:42:59.341805 | fa163ea7-8ca9-cb44-f903-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:47.860976 | 0.05s 2025-10-04 03:42:59.368439 | fa163ea7-8ca9-cb44-f903-000000000b4a | TASK | get haproxy status 2025-10-04 03:42:59.421767 | fa163ea7-8ca9-cb44-f903-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-04 03:42:59.423013 | fa163ea7-8ca9-cb44-f903-000000000b4a | TIMING | get haproxy status | standalone | 0:01:47.942183 | 0.05s 2025-10-04 03:42:59.449622 | fa163ea7-8ca9-cb44-f903-000000000b4b | TASK | get pacemaker status 2025-10-04 03:42:59.502135 | fa163ea7-8ca9-cb44-f903-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-04 03:42:59.503697 | fa163ea7-8ca9-cb44-f903-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:48.022867 | 0.05s 2025-10-04 03:42:59.530581 | fa163ea7-8ca9-cb44-f903-000000000b4c | TASK | get docker status 2025-10-04 03:42:59.582850 | fa163ea7-8ca9-cb44-f903-000000000b4c | SKIPPED | get docker status | standalone 2025-10-04 03:42:59.584331 | fa163ea7-8ca9-cb44-f903-000000000b4c | TIMING | get docker status | standalone | 0:01:48.103501 | 0.05s 2025-10-04 03:42:59.611377 | fa163ea7-8ca9-cb44-f903-000000000b4d | TASK | get container_id 2025-10-04 03:42:59.658664 | fa163ea7-8ca9-cb44-f903-000000000b4d | SKIPPED | get container_id | standalone 2025-10-04 03:42:59.659999 | fa163ea7-8ca9-cb44-f903-000000000b4d | TIMING | get container_id | standalone | 0:01:48.179172 | 0.05s 2025-10-04 03:42:59.685213 | fa163ea7-8ca9-cb44-f903-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-04 03:42:59.737129 | fa163ea7-8ca9-cb44-f903-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-04 03:42:59.738500 | fa163ea7-8ca9-cb44-f903-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:48.257673 | 0.05s 2025-10-04 03:42:59.764786 | fa163ea7-8ca9-cb44-f903-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-04 03:42:59.816746 | fa163ea7-8ca9-cb44-f903-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-04 03:42:59.818022 | fa163ea7-8ca9-cb44-f903-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:48.337195 | 0.05s 2025-10-04 03:42:59.844679 | fa163ea7-8ca9-cb44-f903-000000000b50 | TASK | push certificate content 2025-10-04 03:42:59.897192 | fa163ea7-8ca9-cb44-f903-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-04 03:42:59.898878 | fa163ea7-8ca9-cb44-f903-000000000b50 | TIMING | push certificate content | standalone | 0:01:48.418044 | 0.05s 2025-10-04 03:42:59.926511 | fa163ea7-8ca9-cb44-f903-000000000b52 | TASK | set certificate ownership 2025-10-04 03:42:59.978949 | fa163ea7-8ca9-cb44-f903-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-04 03:42:59.980246 | fa163ea7-8ca9-cb44-f903-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:48.499417 | 0.05s 2025-10-04 03:43:00.007291 | fa163ea7-8ca9-cb44-f903-000000000b53 | TASK | reload haproxy if enabled 2025-10-04 03:43:00.061429 | fa163ea7-8ca9-cb44-f903-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-04 03:43:00.063224 | fa163ea7-8ca9-cb44-f903-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:48.582392 | 0.05s 2025-10-04 03:43:00.089399 | fa163ea7-8ca9-cb44-f903-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-04 03:43:00.141416 | fa163ea7-8ca9-cb44-f903-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-04 03:43:00.142658 | fa163ea7-8ca9-cb44-f903-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:48.661831 | 0.05s 2025-10-04 03:43:00.169750 | fa163ea7-8ca9-cb44-f903-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-04 03:43:00.222121 | fa163ea7-8ca9-cb44-f903-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-04 03:43:00.224089 | fa163ea7-8ca9-cb44-f903-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:48.743250 | 0.05s 2025-10-04 03:43:00.255620 | fa163ea7-8ca9-cb44-f903-000000000b58 | TASK | create persistent directories 2025-10-04 03:43:00.539407 | fa163ea7-8ca9-cb44-f903-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-04 03:43:00.542186 | fa163ea7-8ca9-cb44-f903-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.061352 | 0.28s 2025-10-04 03:43:00.771134 | fa163ea7-8ca9-cb44-f903-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-04 03:43:00.772150 | fa163ea7-8ca9-cb44-f903-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.291327 | 0.51s 2025-10-04 03:43:00.778860 | fa163ea7-8ca9-cb44-f903-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.298029 | 0.52s 2025-10-04 03:43:00.804544 | fa163ea7-8ca9-cb44-f903-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-04 03:43:06.169536 | fa163ea7-8ca9-cb44-f903-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-04 03:43:06.171311 | fa163ea7-8ca9-cb44-f903-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:54.690484 | 5.37s 2025-10-04 03:43:06.197134 | fa163ea7-8ca9-cb44-f903-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-04 03:43:06.280906 | fa163ea7-8ca9-cb44-f903-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.68 seconds", "Notice: Applied catalog in 0.25 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.25", " Config retrieval: 0.76", " Last run: 1759549385", " Total: 0.25", "Version:", " Config: 1759549384", " 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-04 03:43:06.282222 | fa163ea7-8ca9-cb44-f903-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:54.801395 | 0.08s 2025-10-04 03:43:06.308901 | fa163ea7-8ca9-cb44-f903-000000000b5b | TASK | create persistent directories 2025-10-04 03:43:06.565366 | fa163ea7-8ca9-cb44-f903-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-04 03:43:06.567901 | fa163ea7-8ca9-cb44-f903-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.087070 | 0.26s 2025-10-04 03:43:06.746731 | fa163ea7-8ca9-cb44-f903-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-04 03:43:06.747715 | fa163ea7-8ca9-cb44-f903-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.266892 | 0.44s 2025-10-04 03:43:06.760415 | fa163ea7-8ca9-cb44-f903-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.279578 | 0.45s 2025-10-04 03:43:06.788191 | fa163ea7-8ca9-cb44-f903-000000000b5c | TASK | create persistent directories 2025-10-04 03:43:07.088687 | fa163ea7-8ca9-cb44-f903-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-04 03:43:07.091152 | fa163ea7-8ca9-cb44-f903-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.610320 | 0.30s 2025-10-04 03:43:07.357871 | fa163ea7-8ca9-cb44-f903-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-04 03:43:07.359596 | fa163ea7-8ca9-cb44-f903-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.878771 | 0.57s 2025-10-04 03:43:07.370272 | fa163ea7-8ca9-cb44-f903-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.889436 | 0.58s 2025-10-04 03:43:07.396844 | fa163ea7-8ca9-cb44-f903-000000000b5d | TASK | create persistent directories 2025-10-04 03:43:07.658624 | fa163ea7-8ca9-cb44-f903-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-04 03:43:07.660905 | fa163ea7-8ca9-cb44-f903-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.180079 | 0.26s 2025-10-04 03:43:07.671165 | fa163ea7-8ca9-cb44-f903-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.190331 | 0.27s 2025-10-04 03:43:07.697367 | fa163ea7-8ca9-cb44-f903-000000000b5e | TASK | create persistent directories 2025-10-04 03:43:07.992881 | fa163ea7-8ca9-cb44-f903-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-04 03:43:07.995426 | fa163ea7-8ca9-cb44-f903-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.514593 | 0.30s 2025-10-04 03:43:08.227052 | fa163ea7-8ca9-cb44-f903-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-04 03:43:08.228910 | fa163ea7-8ca9-cb44-f903-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.748085 | 0.53s 2025-10-04 03:43:08.438812 | fa163ea7-8ca9-cb44-f903-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-04 03:43:08.441239 | fa163ea7-8ca9-cb44-f903-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.960408 | 0.74s 2025-10-04 03:43:08.641875 | fa163ea7-8ca9-cb44-f903-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-04 03:43:08.643830 | fa163ea7-8ca9-cb44-f903-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.163003 | 0.95s 2025-10-04 03:43:08.655456 | fa163ea7-8ca9-cb44-f903-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.174617 | 0.96s 2025-10-04 03:43:08.684081 | fa163ea7-8ca9-cb44-f903-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-04 03:43:09.197444 | fa163ea7-8ca9-cb44-f903-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-04 03:43:09.198992 | fa163ea7-8ca9-cb44-f903-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:57.718165 | 0.51s 2025-10-04 03:43:09.225235 | fa163ea7-8ca9-cb44-f903-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-04 03:43:10.574143 | fa163ea7-8ca9-cb44-f903-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-04 03:43:10.577101 | fa163ea7-8ca9-cb44-f903-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.096266 | 1.35s 2025-10-04 03:43:11.914666 | fa163ea7-8ca9-cb44-f903-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-04 03:43:11.916716 | fa163ea7-8ca9-cb44-f903-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.435889 | 2.69s 2025-10-04 03:43:13.210063 | fa163ea7-8ca9-cb44-f903-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-04 03:43:13.251430 | fa163ea7-8ca9-cb44-f903-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.770602 | 4.02s 2025-10-04 03:43:13.257489 | fa163ea7-8ca9-cb44-f903-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.776662 | 4.03s 2025-10-04 03:43:13.278365 | fa163ea7-8ca9-cb44-f903-000000000b61 | TASK | create persistent directories 2025-10-04 03:43:13.524167 | fa163ea7-8ca9-cb44-f903-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-04 03:43:13.525830 | fa163ea7-8ca9-cb44-f903-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.044998 | 0.25s 2025-10-04 03:43:13.735021 | fa163ea7-8ca9-cb44-f903-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-04 03:43:13.735815 | fa163ea7-8ca9-cb44-f903-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.254996 | 0.46s 2025-10-04 03:43:13.945715 | fa163ea7-8ca9-cb44-f903-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-04 03:43:13.947482 | fa163ea7-8ca9-cb44-f903-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.466656 | 0.67s 2025-10-04 03:43:13.958621 | fa163ea7-8ca9-cb44-f903-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.477732 | 0.68s 2025-10-04 03:43:13.986187 | fa163ea7-8ca9-cb44-f903-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-04 03:43:14.206029 | fa163ea7-8ca9-cb44-f903-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-04 03:43:14.207421 | fa163ea7-8ca9-cb44-f903-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:02.726594 | 0.22s 2025-10-04 03:43:14.233940 | fa163ea7-8ca9-cb44-f903-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-04 03:43:14.262386 | fa163ea7-8ca9-cb44-f903-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-04 03:43:14.263611 | fa163ea7-8ca9-cb44-f903-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:02.782783 | 0.03s 2025-10-04 03:43:14.290282 | fa163ea7-8ca9-cb44-f903-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-04 03:43:14.553356 | fa163ea7-8ca9-cb44-f903-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-04 03:43:14.554662 | fa163ea7-8ca9-cb44-f903-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.073836 | 0.26s 2025-10-04 03:43:14.579734 | fa163ea7-8ca9-cb44-f903-000000000b65 | TASK | Stop iscsi.service 2025-10-04 03:43:14.619208 | fa163ea7-8ca9-cb44-f903-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-04 03:43:14.620255 | fa163ea7-8ca9-cb44-f903-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:03.139429 | 0.04s 2025-10-04 03:43:14.673947 | fa163ea7-8ca9-cb44-f903-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.193115 | 0.03s 2025-10-04 03:43:14.766350 | fa163ea7-8ca9-cb44-f903-000000001067 | TASK | Install additional packages 2025-10-04 03:43:14.791726 | fa163ea7-8ca9-cb44-f903-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.310906 | 0.02s 2025-10-04 03:43:14.808828 | fa163ea7-8ca9-cb44-f903-000000001068 | TASK | Remove dracut-config-generic 2025-10-04 03:43:18.570632 | fa163ea7-8ca9-cb44-f903-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-04 03:43:18.571958 | fa163ea7-8ca9-cb44-f903-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:07.091131 | 3.76s 2025-10-04 03:43:18.597960 | fa163ea7-8ca9-cb44-f903-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-04 03:43:18.838488 | fa163ea7-8ca9-cb44-f903-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-04 03:43:18.839726 | fa163ea7-8ca9-cb44-f903-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:07.358901 | 0.24s 2025-10-04 03:43:18.865051 | fa163ea7-8ca9-cb44-f903-00000000106a | TASK | Write list of modules to load at boot 2025-10-04 03:43:19.342272 | fa163ea7-8ca9-cb44-f903-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-04 03:43:19.343580 | fa163ea7-8ca9-cb44-f903-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.862728 | 0.48s 2025-10-04 03:43:19.369493 | fa163ea7-8ca9-cb44-f903-00000000106b | TASK | Modules reload 2025-10-04 03:43:19.867355 | fa163ea7-8ca9-cb44-f903-00000000106b | CHANGED | Modules reload | standalone 2025-10-04 03:43:19.869281 | fa163ea7-8ca9-cb44-f903-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:08.388453 | 0.50s 2025-10-04 03:43:19.896406 | fa163ea7-8ca9-cb44-f903-00000000106c | TASK | Set default sysctl options 2025-10-04 03:43:20.381119 | fa163ea7-8ca9-cb44-f903-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-04 03:43:20.382584 | fa163ea7-8ca9-cb44-f903-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.901729 | 0.48s 2025-10-04 03:43:20.408783 | fa163ea7-8ca9-cb44-f903-00000000106d | TASK | Set extra sysctl options 2025-10-04 03:43:20.786446 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-04 03:43:20.787978 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.307149 | 0.38s 2025-10-04 03:43:21.023358 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-04 03:43:21.024828 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.544003 | 0.61s 2025-10-04 03:43:21.212870 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-04 03:43:21.213854 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.733030 | 0.80s 2025-10-04 03:43:21.454425 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-04 03:43:21.455353 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.974529 | 1.04s 2025-10-04 03:43:21.645670 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-04 03:43:21.646548 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.165725 | 1.24s 2025-10-04 03:43:21.856172 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-04 03:43:21.857115 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.376292 | 1.45s 2025-10-04 03:43:22.070511 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-04 03:43:22.071363 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.590541 | 1.66s 2025-10-04 03:43:22.284244 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-04 03:43:22.285088 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.804265 | 1.87s 2025-10-04 03:43:22.534490 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-04 03:43:22.536111 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.055282 | 2.13s 2025-10-04 03:43:22.768837 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-04 03:43:22.770063 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.289234 | 2.36s 2025-10-04 03:43:22.981868 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-04 03:43:22.983511 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.502685 | 2.57s 2025-10-04 03:43:23.190547 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-04 03:43:23.191595 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.710737 | 2.78s 2025-10-04 03:43:23.460180 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-04 03:43:23.461798 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.980971 | 3.05s 2025-10-04 03:43:23.673240 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-04 03:43:23.674629 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.193812 | 3.26s 2025-10-04 03:43:24.966967 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-04 03:43:24.968716 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.487890 | 4.56s 2025-10-04 03:43:25.212227 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-04 03:43:25.213894 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.733070 | 4.80s 2025-10-04 03:43:25.455369 | fa163ea7-8ca9-cb44-f903-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-04 03:43:25.456254 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.975430 | 5.05s 2025-10-04 03:43:25.464927 | fa163ea7-8ca9-cb44-f903-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.984093 | 5.05s 2025-10-04 03:43:25.494465 | fa163ea7-8ca9-cb44-f903-00000000106f | TASK | Sysctl reload 2025-10-04 03:43:25.948439 | fa163ea7-8ca9-cb44-f903-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-04 03:43:25.951686 | fa163ea7-8ca9-cb44-f903-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:14.470858 | 0.46s 2025-10-04 03:43:26.002992 | fa163ea7-8ca9-cb44-f903-000000000b67 | TASK | create persistent directories 2025-10-04 03:43:26.272258 | fa163ea7-8ca9-cb44-f903-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-04 03:43:26.274042 | fa163ea7-8ca9-cb44-f903-000000000b67 | TIMING | create persistent directories | standalone | 0:02:14.793209 | 0.27s 2025-10-04 03:43:26.491361 | fa163ea7-8ca9-cb44-f903-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-04 03:43:26.492320 | fa163ea7-8ca9-cb44-f903-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.011496 | 0.49s 2025-10-04 03:43:26.498821 | fa163ea7-8ca9-cb44-f903-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.017989 | 0.49s 2025-10-04 03:43:26.526105 | fa163ea7-8ca9-cb44-f903-000000000b68 | TASK | Check if file certs_valid exist 2025-10-04 03:43:26.745799 | fa163ea7-8ca9-cb44-f903-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-04 03:43:26.747357 | fa163ea7-8ca9-cb44-f903-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:15.266531 | 0.22s 2025-10-04 03:43:26.774049 | fa163ea7-8ca9-cb44-f903-000000000b69 | TASK | Check if file cert9.db exist 2025-10-04 03:43:26.996394 | fa163ea7-8ca9-cb44-f903-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-04 03:43:26.997866 | fa163ea7-8ca9-cb44-f903-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:15.517040 | 0.22s 2025-10-04 03:43:27.023698 | fa163ea7-8ca9-cb44-f903-000000000b6a | TASK | Check if file key4.db exist 2025-10-04 03:43:27.260831 | fa163ea7-8ca9-cb44-f903-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-04 03:43:27.261859 | fa163ea7-8ca9-cb44-f903-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:15.781038 | 0.24s 2025-10-04 03:43:27.314049 | fa163ea7-8ca9-cb44-f903-000000000b6b | SKIPPED | fail | standalone 2025-10-04 03:43:27.315085 | fa163ea7-8ca9-cb44-f903-000000000b6b | TIMING | fail | standalone | 0:02:15.834263 | 0.03s 2025-10-04 03:43:27.335133 | fa163ea7-8ca9-cb44-f903-000000000b6c | TASK | Create persistent directories 2025-10-04 03:43:27.597150 | fa163ea7-8ca9-cb44-f903-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-04 03:43:27.600236 | fa163ea7-8ca9-cb44-f903-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.119398 | 0.26s 2025-10-04 03:43:27.807772 | fa163ea7-8ca9-cb44-f903-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-04 03:43:27.808909 | fa163ea7-8ca9-cb44-f903-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.328084 | 0.47s 2025-10-04 03:43:27.814155 | fa163ea7-8ca9-cb44-f903-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.333320 | 0.48s 2025-10-04 03:43:27.840959 | fa163ea7-8ca9-cb44-f903-000000000b6d | TASK | create persistent directories 2025-10-04 03:43:28.076688 | fa163ea7-8ca9-cb44-f903-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-04 03:43:28.078817 | fa163ea7-8ca9-cb44-f903-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.597993 | 0.24s 2025-10-04 03:43:28.088960 | fa163ea7-8ca9-cb44-f903-000000000b6d | TIMING | create persistent directories | standalone | 0:02:16.608124 | 0.25s 2025-10-04 03:43:28.115387 | fa163ea7-8ca9-cb44-f903-000000000b6e | TASK | create persistent directories 2025-10-04 03:43:28.391484 | fa163ea7-8ca9-cb44-f903-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-04 03:43:28.393889 | fa163ea7-8ca9-cb44-f903-000000000b6e | TIMING | create persistent directories | standalone | 0:02:16.913057 | 0.28s 2025-10-04 03:43:28.603619 | fa163ea7-8ca9-cb44-f903-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-04 03:43:28.605470 | fa163ea7-8ca9-cb44-f903-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.124645 | 0.49s 2025-10-04 03:43:28.616426 | fa163ea7-8ca9-cb44-f903-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.135591 | 0.50s 2025-10-04 03:43:28.643317 | fa163ea7-8ca9-cb44-f903-000000000b6f | TASK | create persistent directories 2025-10-04 03:43:28.869464 | fa163ea7-8ca9-cb44-f903-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-04 03:43:28.870948 | fa163ea7-8ca9-cb44-f903-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.390121 | 0.23s 2025-10-04 03:43:28.877750 | fa163ea7-8ca9-cb44-f903-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.396914 | 0.23s 2025-10-04 03:43:28.905599 | fa163ea7-8ca9-cb44-f903-000000000b70 | TASK | create persistent directories 2025-10-04 03:43:29.179293 | fa163ea7-8ca9-cb44-f903-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-04 03:43:29.181959 | fa163ea7-8ca9-cb44-f903-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.701127 | 0.27s 2025-10-04 03:43:29.406538 | fa163ea7-8ca9-cb44-f903-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-04 03:43:29.408482 | fa163ea7-8ca9-cb44-f903-000000000b70 | TIMING | create persistent directories | standalone | 0:02:17.927656 | 0.50s 2025-10-04 03:43:29.631409 | fa163ea7-8ca9-cb44-f903-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-04 03:43:29.634210 | fa163ea7-8ca9-cb44-f903-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.153373 | 0.73s 2025-10-04 03:43:29.644801 | fa163ea7-8ca9-cb44-f903-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.163965 | 0.74s 2025-10-04 03:43:29.672365 | fa163ea7-8ca9-cb44-f903-000000000b71 | TASK | create persistent directories 2025-10-04 03:43:29.928340 | fa163ea7-8ca9-cb44-f903-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-04 03:43:29.931846 | fa163ea7-8ca9-cb44-f903-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.450977 | 0.26s 2025-10-04 03:43:30.134412 | fa163ea7-8ca9-cb44-f903-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-04 03:43:30.136982 | fa163ea7-8ca9-cb44-f903-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.656150 | 0.46s 2025-10-04 03:43:30.147133 | fa163ea7-8ca9-cb44-f903-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.666271 | 0.47s 2025-10-04 03:43:30.173787 | fa163ea7-8ca9-cb44-f903-000000000b72 | TASK | create persistent directories 2025-10-04 03:43:30.416766 | fa163ea7-8ca9-cb44-f903-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-04 03:43:30.419503 | fa163ea7-8ca9-cb44-f903-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.938668 | 0.24s 2025-10-04 03:43:30.428903 | fa163ea7-8ca9-cb44-f903-000000000b72 | TIMING | create persistent directories | standalone | 0:02:18.948073 | 0.25s 2025-10-04 03:43:30.449633 | fa163ea7-8ca9-cb44-f903-000000000b73 | TASK | creating directory 2025-10-04 03:43:30.685201 | fa163ea7-8ca9-cb44-f903-000000000b73 | CHANGED | creating directory | standalone 2025-10-04 03:43:30.686790 | fa163ea7-8ca9-cb44-f903-000000000b73 | TIMING | creating directory | standalone | 0:02:19.205963 | 0.24s 2025-10-04 03:43:30.712507 | fa163ea7-8ca9-cb44-f903-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-04 03:43:31.178839 | fa163ea7-8ca9-cb44-f903-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-04 03:43:31.180445 | fa163ea7-8ca9-cb44-f903-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:19.699618 | 0.47s 2025-10-04 03:43:31.207127 | fa163ea7-8ca9-cb44-f903-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-04 03:43:32.119876 | fa163ea7-8ca9-cb44-f903-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-04 03:43:32.121391 | fa163ea7-8ca9-cb44-f903-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:20.640565 | 0.91s 2025-10-04 03:43:32.147441 | fa163ea7-8ca9-cb44-f903-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-04 03:43:32.391455 | fa163ea7-8ca9-cb44-f903-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-04 03:43:32.392942 | fa163ea7-8ca9-cb44-f903-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:20.912116 | 0.24s 2025-10-04 03:43:32.418729 | fa163ea7-8ca9-cb44-f903-000000000b77 | TASK | remove temp namespace 2025-10-04 03:43:32.670199 | fa163ea7-8ca9-cb44-f903-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-04 03:43:32.671707 | fa163ea7-8ca9-cb44-f903-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:21.190879 | 0.25s 2025-10-04 03:43:32.698041 | fa163ea7-8ca9-cb44-f903-000000000b78 | TASK | create /var/lib/neutron 2025-10-04 03:43:32.929546 | fa163ea7-8ca9-cb44-f903-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-04 03:43:32.931097 | fa163ea7-8ca9-cb44-f903-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:21.450270 | 0.23s 2025-10-04 03:43:32.958178 | fa163ea7-8ca9-cb44-f903-000000000b79 | TASK | set conditions 2025-10-04 03:43:33.003089 | fa163ea7-8ca9-cb44-f903-000000000b79 | OK | set conditions | standalone 2025-10-04 03:43:33.004282 | fa163ea7-8ca9-cb44-f903-000000000b79 | TIMING | set conditions | standalone | 0:02:21.523458 | 0.04s 2025-10-04 03:43:33.030251 | fa163ea7-8ca9-cb44-f903-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-04 03:43:33.260970 | fa163ea7-8ca9-cb44-f903-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-04 03:43:33.262190 | fa163ea7-8ca9-cb44-f903-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:21.781365 | 0.23s 2025-10-04 03:43:33.287262 | fa163ea7-8ca9-cb44-f903-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-04 03:43:33.740506 | fa163ea7-8ca9-cb44-f903-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-04 03:43:33.741966 | fa163ea7-8ca9-cb44-f903-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:22.261138 | 0.45s 2025-10-04 03:43:33.767983 | fa163ea7-8ca9-cb44-f903-000000000b7c | TASK | create haproxy kill script 2025-10-04 03:43:34.200803 | fa163ea7-8ca9-cb44-f903-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-04 03:43:34.202406 | fa163ea7-8ca9-cb44-f903-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:22.721574 | 0.43s 2025-10-04 03:43:34.229361 | fa163ea7-8ca9-cb44-f903-000000000b7d | TASK | create persistent directories 2025-10-04 03:43:34.469545 | fa163ea7-8ca9-cb44-f903-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-04 03:43:34.471993 | fa163ea7-8ca9-cb44-f903-000000000b7d | TIMING | create persistent directories | standalone | 0:02:22.991160 | 0.24s 2025-10-04 03:43:34.641907 | fa163ea7-8ca9-cb44-f903-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-04 03:43:34.643631 | fa163ea7-8ca9-cb44-f903-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.162807 | 0.41s 2025-10-04 03:43:34.654322 | fa163ea7-8ca9-cb44-f903-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.173490 | 0.42s 2025-10-04 03:43:34.682182 | fa163ea7-8ca9-cb44-f903-000000000b7e | TASK | create persistent directories 2025-10-04 03:43:34.911785 | fa163ea7-8ca9-cb44-f903-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-04 03:43:34.913533 | fa163ea7-8ca9-cb44-f903-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.432702 | 0.23s 2025-10-04 03:43:34.919668 | fa163ea7-8ca9-cb44-f903-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.438837 | 0.24s 2025-10-04 03:43:34.945349 | fa163ea7-8ca9-cb44-f903-000000000b7f | TASK | create persistent directories 2025-10-04 03:43:35.239942 | fa163ea7-8ca9-cb44-f903-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-04 03:43:35.242447 | fa163ea7-8ca9-cb44-f903-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.761614 | 0.30s 2025-10-04 03:43:35.442797 | fa163ea7-8ca9-cb44-f903-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-04 03:43:35.444030 | fa163ea7-8ca9-cb44-f903-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.963202 | 0.50s 2025-10-04 03:43:35.456391 | fa163ea7-8ca9-cb44-f903-000000000b7f | TIMING | create persistent directories | standalone | 0:02:23.975564 | 0.51s 2025-10-04 03:43:35.482691 | fa163ea7-8ca9-cb44-f903-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-04 03:43:35.701308 | fa163ea7-8ca9-cb44-f903-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-04 03:43:35.702612 | fa163ea7-8ca9-cb44-f903-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:24.221786 | 0.22s 2025-10-04 03:43:35.728004 | fa163ea7-8ca9-cb44-f903-000000000b81 | TASK | create persistent directories 2025-10-04 03:43:35.964967 | fa163ea7-8ca9-cb44-f903-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-04 03:43:35.966645 | fa163ea7-8ca9-cb44-f903-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.485813 | 0.24s 2025-10-04 03:43:36.166583 | fa163ea7-8ca9-cb44-f903-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-04 03:43:36.167777 | fa163ea7-8ca9-cb44-f903-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.686949 | 0.44s 2025-10-04 03:43:36.402937 | fa163ea7-8ca9-cb44-f903-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-04 03:43:36.404160 | fa163ea7-8ca9-cb44-f903-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.923332 | 0.67s 2025-10-04 03:43:36.632401 | fa163ea7-8ca9-cb44-f903-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-04 03:43:36.634282 | fa163ea7-8ca9-cb44-f903-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.153456 | 0.91s 2025-10-04 03:43:36.849389 | fa163ea7-8ca9-cb44-f903-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-04 03:43:36.851028 | fa163ea7-8ca9-cb44-f903-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.370203 | 1.12s 2025-10-04 03:43:36.862814 | fa163ea7-8ca9-cb44-f903-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.381982 | 1.13s 2025-10-04 03:43:36.889914 | fa163ea7-8ca9-cb44-f903-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-04 03:43:37.353310 | fa163ea7-8ca9-cb44-f903-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-04 03:43:37.355200 | fa163ea7-8ca9-cb44-f903-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:25.874368 | 0.46s 2025-10-04 03:43:37.381747 | fa163ea7-8ca9-cb44-f903-000000000b83 | TASK | create tempfiles 2025-10-04 03:43:37.690471 | fa163ea7-8ca9-cb44-f903-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-04 03:43:37.691885 | fa163ea7-8ca9-cb44-f903-000000000b83 | TIMING | create tempfiles | standalone | 0:02:26.211059 | 0.31s 2025-10-04 03:43:37.717698 | fa163ea7-8ca9-cb44-f903-000000000b84 | TASK | Mount Nova NFS Share 2025-10-04 03:43:37.748517 | fa163ea7-8ca9-cb44-f903-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-04 03:43:37.749691 | fa163ea7-8ca9-cb44-f903-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:26.268864 | 0.03s 2025-10-04 03:43:37.775684 | fa163ea7-8ca9-cb44-f903-000000000b86 | TASK | check systemd-container package installed or not 2025-10-04 03:43:37.805748 | fa163ea7-8ca9-cb44-f903-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-04 03:43:37.806819 | fa163ea7-8ca9-cb44-f903-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:26.325994 | 0.03s 2025-10-04 03:43:37.833174 | fa163ea7-8ca9-cb44-f903-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-04 03:43:37.862622 | fa163ea7-8ca9-cb44-f903-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-04 03:43:37.863828 | fa163ea7-8ca9-cb44-f903-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:26.383003 | 0.03s 2025-10-04 03:43:37.890396 | fa163ea7-8ca9-cb44-f903-000000000b88 | TASK | Install systemd-container package on boot 2025-10-04 03:43:37.919813 | fa163ea7-8ca9-cb44-f903-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-04 03:43:37.920873 | fa163ea7-8ca9-cb44-f903-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:26.440048 | 0.03s 2025-10-04 03:43:37.946318 | fa163ea7-8ca9-cb44-f903-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-04 03:43:37.990425 | fa163ea7-8ca9-cb44-f903-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-04 03:43:37.991521 | fa163ea7-8ca9-cb44-f903-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:26.510696 | 0.04s 2025-10-04 03:43:38.016154 | fa163ea7-8ca9-cb44-f903-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-04 03:43:38.044419 | fa163ea7-8ca9-cb44-f903-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-04 03:43:38.045500 | fa163ea7-8ca9-cb44-f903-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:26.564675 | 0.03s 2025-10-04 03:43:38.070524 | fa163ea7-8ca9-cb44-f903-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-04 03:43:38.099442 | fa163ea7-8ca9-cb44-f903-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-04 03:43:38.100511 | fa163ea7-8ca9-cb44-f903-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:26.619686 | 0.03s 2025-10-04 03:43:38.125345 | fa163ea7-8ca9-cb44-f903-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-04 03:43:38.156438 | fa163ea7-8ca9-cb44-f903-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-04 03:43:38.157498 | fa163ea7-8ca9-cb44-f903-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:26.676676 | 0.03s 2025-10-04 03:43:38.186242 | fa163ea7-8ca9-cb44-f903-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-04 03:43:38.214737 | fa163ea7-8ca9-cb44-f903-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-04 03:43:38.215814 | fa163ea7-8ca9-cb44-f903-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:26.734989 | 0.03s 2025-10-04 03:43:38.248897 | fa163ea7-8ca9-cb44-f903-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-04 03:43:38.280739 | fa163ea7-8ca9-cb44-f903-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-04 03:43:38.281922 | fa163ea7-8ca9-cb44-f903-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:26.801094 | 0.03s 2025-10-04 03:43:38.307181 | fa163ea7-8ca9-cb44-f903-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-04 03:43:38.336339 | fa163ea7-8ca9-cb44-f903-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-04 03:43:38.337369 | fa163ea7-8ca9-cb44-f903-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:26.856544 | 0.03s 2025-10-04 03:43:38.362277 | fa163ea7-8ca9-cb44-f903-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-04 03:43:38.392618 | fa163ea7-8ca9-cb44-f903-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-04 03:43:38.393658 | fa163ea7-8ca9-cb44-f903-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:26.912832 | 0.03s 2025-10-04 03:43:38.418528 | fa163ea7-8ca9-cb44-f903-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-04 03:43:38.457942 | fa163ea7-8ca9-cb44-f903-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-04 03:43:38.459005 | fa163ea7-8ca9-cb44-f903-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:26.978179 | 0.04s 2025-10-04 03:43:38.483735 | fa163ea7-8ca9-cb44-f903-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-04 03:43:38.514531 | fa163ea7-8ca9-cb44-f903-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-04 03:43:38.515641 | fa163ea7-8ca9-cb44-f903-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:27.034763 | 0.03s 2025-10-04 03:43:38.540780 | fa163ea7-8ca9-cb44-f903-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-04 03:43:38.571688 | fa163ea7-8ca9-cb44-f903-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-04 03:43:38.572713 | fa163ea7-8ca9-cb44-f903-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:27.091888 | 0.03s 2025-10-04 03:43:38.597050 | fa163ea7-8ca9-cb44-f903-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-04 03:43:38.626939 | fa163ea7-8ca9-cb44-f903-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-04 03:43:38.627962 | fa163ea7-8ca9-cb44-f903-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:27.147139 | 0.03s 2025-10-04 03:43:38.652559 | fa163ea7-8ca9-cb44-f903-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-04 03:43:38.702367 | fa163ea7-8ca9-cb44-f903-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-04 03:43:38.703388 | fa163ea7-8ca9-cb44-f903-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:27.222564 | 0.05s 2025-10-04 03:43:38.728086 | fa163ea7-8ca9-cb44-f903-000000000b9a | TASK | Is irqbalance enabled 2025-10-04 03:43:38.760479 | fa163ea7-8ca9-cb44-f903-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-04 03:43:38.761498 | fa163ea7-8ca9-cb44-f903-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:27.280674 | 0.03s 2025-10-04 03:43:38.787009 | fa163ea7-8ca9-cb44-f903-000000000b9b | TASK | disable irqbalance service on compute 2025-10-04 03:43:38.815062 | fa163ea7-8ca9-cb44-f903-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-04 03:43:38.816087 | fa163ea7-8ca9-cb44-f903-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:27.335263 | 0.03s 2025-10-04 03:43:38.841378 | fa163ea7-8ca9-cb44-f903-000000000b9c | TASK | create persistent directories 2025-10-04 03:43:39.085353 | fa163ea7-8ca9-cb44-f903-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-04 03:43:39.086935 | fa163ea7-8ca9-cb44-f903-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.606108 | 0.24s 2025-10-04 03:43:39.093070 | fa163ea7-8ca9-cb44-f903-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.612238 | 0.25s 2025-10-04 03:43:39.118858 | fa163ea7-8ca9-cb44-f903-000000000b9d | TASK | create libvirt persistent data directories 2025-10-04 03:43:39.385336 | fa163ea7-8ca9-cb44-f903-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-04 03:43:39.387914 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.907078 | 0.27s 2025-10-04 03:43:39.627268 | fa163ea7-8ca9-cb44-f903-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-04 03:43:39.628146 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.147324 | 0.51s 2025-10-04 03:43:39.868897 | fa163ea7-8ca9-cb44-f903-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-04 03:43:39.869770 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.388948 | 0.75s 2025-10-04 03:43:40.120066 | fa163ea7-8ca9-cb44-f903-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-04 03:43:40.120923 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.640101 | 1.00s 2025-10-04 03:43:40.317654 | fa163ea7-8ca9-cb44-f903-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-04 03:43:40.319176 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.838353 | 1.20s 2025-10-04 03:43:40.514093 | fa163ea7-8ca9-cb44-f903-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-04 03:43:40.514966 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.034144 | 1.39s 2025-10-04 03:43:40.757187 | fa163ea7-8ca9-cb44-f903-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-04 03:43:40.758788 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.277965 | 1.64s 2025-10-04 03:43:41.000397 | fa163ea7-8ca9-cb44-f903-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-04 03:43:41.002093 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.521271 | 1.88s 2025-10-04 03:43:41.014854 | fa163ea7-8ca9-cb44-f903-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.534023 | 1.89s 2025-10-04 03:43:41.042839 | fa163ea7-8ca9-cb44-f903-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-04 03:43:41.506805 | fa163ea7-8ca9-cb44-f903-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-04 03:43:41.508207 | fa163ea7-8ca9-cb44-f903-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:30.027380 | 0.46s 2025-10-04 03:43:41.534094 | fa163ea7-8ca9-cb44-f903-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-04 03:43:42.026512 | fa163ea7-8ca9-cb44-f903-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-04 03:43:42.028067 | fa163ea7-8ca9-cb44-f903-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:30.547241 | 0.49s 2025-10-04 03:43:42.054763 | fa163ea7-8ca9-cb44-f903-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-04 03:43:42.310086 | fa163ea7-8ca9-cb44-f903-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-04 03:43:42.311530 | fa163ea7-8ca9-cb44-f903-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:30.830704 | 0.26s 2025-10-04 03:43:42.343186 | fa163ea7-8ca9-cb44-f903-000000000ba1 | TASK | check if libvirt is installed 2025-10-04 03:43:42.591239 | fa163ea7-8ca9-cb44-f903-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-04 03:43:42.592651 | fa163ea7-8ca9-cb44-f903-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:31.111825 | 0.25s 2025-10-04 03:43:42.618326 | fa163ea7-8ca9-cb44-f903-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-04 03:43:42.662074 | fa163ea7-8ca9-cb44-f903-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-04 03:43:42.668675 | fa163ea7-8ca9-cb44-f903-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-04 03:43:42.674436 | fa163ea7-8ca9-cb44-f903-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:31.193606 | 0.05s 2025-10-04 03:43:42.699691 | fa163ea7-8ca9-cb44-f903-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-04 03:43:43.196952 | fa163ea7-8ca9-cb44-f903-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-04 03:43:43.198449 | fa163ea7-8ca9-cb44-f903-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:31.717622 | 0.50s 2025-10-04 03:43:43.225780 | fa163ea7-8ca9-cb44-f903-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-04 03:43:44.164854 | fa163ea7-8ca9-cb44-f903-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-04 03:43:44.166396 | fa163ea7-8ca9-cb44-f903-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:32.685569 | 0.94s 2025-10-04 03:43:44.191932 | fa163ea7-8ca9-cb44-f903-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-04 03:43:44.441164 | fa163ea7-8ca9-cb44-f903-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-04 03:43:44.442756 | fa163ea7-8ca9-cb44-f903-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.961926 | 0.25s 2025-10-04 03:43:44.449295 | fa163ea7-8ca9-cb44-f903-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:32.968464 | 0.26s 2025-10-04 03:43:44.475057 | fa163ea7-8ca9-cb44-f903-000000000ba6 | TASK | create persistent directories 2025-10-04 03:43:44.734982 | fa163ea7-8ca9-cb44-f903-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-04 03:43:44.736454 | fa163ea7-8ca9-cb44-f903-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.255627 | 0.26s 2025-10-04 03:43:44.960252 | fa163ea7-8ca9-cb44-f903-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-04 03:43:44.961898 | fa163ea7-8ca9-cb44-f903-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.481077 | 0.49s 2025-10-04 03:43:44.973066 | fa163ea7-8ca9-cb44-f903-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.492234 | 0.50s 2025-10-04 03:43:45.000768 | fa163ea7-8ca9-cb44-f903-000000000ba7 | TASK | Copy in cleanup script 2025-10-04 03:43:45.484994 | fa163ea7-8ca9-cb44-f903-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-04 03:43:45.486121 | fa163ea7-8ca9-cb44-f903-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:34.005301 | 0.48s 2025-10-04 03:43:45.506536 | fa163ea7-8ca9-cb44-f903-000000000ba8 | TASK | Copy in cleanup service 2025-10-04 03:43:45.976450 | fa163ea7-8ca9-cb44-f903-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-04 03:43:45.977940 | fa163ea7-8ca9-cb44-f903-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:34.497114 | 0.47s 2025-10-04 03:43:46.003237 | fa163ea7-8ca9-cb44-f903-000000000ba9 | TASK | Enabling the cleanup service 2025-10-04 03:43:46.668620 | fa163ea7-8ca9-cb44-f903-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-04 03:43:46.670420 | fa163ea7-8ca9-cb44-f903-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:35.189594 | 0.67s 2025-10-04 03:43:46.696850 | fa163ea7-8ca9-cb44-f903-000000000baa | TASK | create persistent directories 2025-10-04 03:43:46.962364 | fa163ea7-8ca9-cb44-f903-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-04 03:43:46.965558 | fa163ea7-8ca9-cb44-f903-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.484712 | 0.27s 2025-10-04 03:43:47.187231 | fa163ea7-8ca9-cb44-f903-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-04 03:43:47.188401 | fa163ea7-8ca9-cb44-f903-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.707575 | 0.49s 2025-10-04 03:43:47.200764 | fa163ea7-8ca9-cb44-f903-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.719934 | 0.50s 2025-10-04 03:43:47.226616 | fa163ea7-8ca9-cb44-f903-000000000bab | TASK | set conditions 2025-10-04 03:43:47.259643 | fa163ea7-8ca9-cb44-f903-000000000bab | OK | set conditions | standalone 2025-10-04 03:43:47.260729 | fa163ea7-8ca9-cb44-f903-000000000bab | TIMING | set conditions | standalone | 0:02:35.779905 | 0.03s 2025-10-04 03:43:47.286021 | fa163ea7-8ca9-cb44-f903-000000000bac | TASK | create persistent directories 2025-10-04 03:43:47.547881 | fa163ea7-8ca9-cb44-f903-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-04 03:43:47.549466 | fa163ea7-8ca9-cb44-f903-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.068634 | 0.26s 2025-10-04 03:43:47.774936 | fa163ea7-8ca9-cb44-f903-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-04 03:43:47.775953 | fa163ea7-8ca9-cb44-f903-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.295126 | 0.49s 2025-10-04 03:43:47.951304 | fa163ea7-8ca9-cb44-f903-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-04 03:43:47.952991 | fa163ea7-8ca9-cb44-f903-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.472163 | 0.67s 2025-10-04 03:43:47.964055 | fa163ea7-8ca9-cb44-f903-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.483226 | 0.68s 2025-10-04 03:43:47.990048 | fa163ea7-8ca9-cb44-f903-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-04 03:43:48.415671 | fa163ea7-8ca9-cb44-f903-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-04 03:43:48.417011 | fa163ea7-8ca9-cb44-f903-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:36.936186 | 0.43s 2025-10-04 03:43:48.442498 | fa163ea7-8ca9-cb44-f903-000000000bae | TASK | create persistent directories 2025-10-04 03:43:48.690710 | fa163ea7-8ca9-cb44-f903-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-04 03:43:48.692548 | fa163ea7-8ca9-cb44-f903-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.211708 | 0.25s 2025-10-04 03:43:48.898742 | fa163ea7-8ca9-cb44-f903-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-04 03:43:48.900688 | fa163ea7-8ca9-cb44-f903-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.419855 | 0.46s 2025-10-04 03:43:48.911252 | fa163ea7-8ca9-cb44-f903-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.430420 | 0.47s 2025-10-04 03:43:48.937885 | fa163ea7-8ca9-cb44-f903-000000000baf | TASK | create empty log files 2025-10-04 03:43:49.175617 | fa163ea7-8ca9-cb44-f903-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-04 03:43:49.177636 | fa163ea7-8ca9-cb44-f903-000000000baf | TIMING | create empty log files | standalone | 0:02:37.696795 | 0.24s 2025-10-04 03:43:49.341380 | fa163ea7-8ca9-cb44-f903-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-04 03:43:49.343267 | fa163ea7-8ca9-cb44-f903-000000000baf | TIMING | create empty log files | standalone | 0:02:37.862435 | 0.40s 2025-10-04 03:43:49.353883 | fa163ea7-8ca9-cb44-f903-000000000baf | TIMING | create empty log files | standalone | 0:02:37.873054 | 0.41s 2025-10-04 03:43:49.380023 | fa163ea7-8ca9-cb44-f903-000000000bb0 | TASK | create persistent directories 2025-10-04 03:43:49.634666 | fa163ea7-8ca9-cb44-f903-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-04 03:43:49.636934 | fa163ea7-8ca9-cb44-f903-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:38.156098 | 0.26s 2025-10-04 03:43:49.647063 | fa163ea7-8ca9-cb44-f903-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:38.166234 | 0.27s 2025-10-04 03:43:49.673451 | fa163ea7-8ca9-cb44-f903-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-04 03:43:52.469472 | fa163ea7-8ca9-cb44-f903-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-04 03:43:52.471127 | fa163ea7-8ca9-cb44-f903-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:40.990300 | 2.80s 2025-10-04 03:43:52.516022 | fa163ea7-8ca9-cb44-f903-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:41.035165 | 0.02s 2025-10-04 03:43:52.578929 | fa163ea7-8ca9-cb44-f903-000000001291 | TASK | Gather variables for each operating system 2025-10-04 03:43:52.691310 | fa163ea7-8ca9-cb44-f903-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:41.210472 | 0.11s 2025-10-04 03:43:52.717651 | fa163ea7-8ca9-cb44-f903-000000001292 | TASK | Set packages facts 2025-10-04 03:43:52.761480 | fa163ea7-8ca9-cb44-f903-000000001292 | OK | Set packages facts | standalone 2025-10-04 03:43:52.762802 | fa163ea7-8ca9-cb44-f903-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:41.281977 | 0.04s 2025-10-04 03:43:52.788680 | fa163ea7-8ca9-cb44-f903-000000001293 | TASK | Manage package 2025-10-04 03:43:52.835405 | fa163ea7-8ca9-cb44-f903-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-04 03:43:52.850626 | fa163ea7-8ca9-cb44-f903-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-04 03:43:52.867957 | fa163ea7-8ca9-cb44-f903-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-04 03:43:57.358306 | fa163ea7-8ca9-cb44-f903-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:45.877465 | 4.57s 2025-10-04 03:43:57.366454 | fa163ea7-8ca9-cb44-f903-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-04 03:43:57.374082 | fa163ea7-8ca9-cb44-f903-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:45.893251 | 4.58s 2025-10-04 03:43:57.424461 | fa163ea7-8ca9-cb44-f903-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-04 03:43:58.755503 | fa163ea7-8ca9-cb44-f903-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-04 03:43:58.757729 | fa163ea7-8ca9-cb44-f903-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:47.276895 | 1.33s 2025-10-04 03:43:58.785038 | fa163ea7-8ca9-cb44-f903-000000000bb6 | TASK | create persistent directories 2025-10-04 03:43:59.067026 | fa163ea7-8ca9-cb44-f903-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-04 03:43:59.068834 | fa163ea7-8ca9-cb44-f903-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.588001 | 0.28s 2025-10-04 03:43:59.270973 | fa163ea7-8ca9-cb44-f903-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-04 03:43:59.272182 | fa163ea7-8ca9-cb44-f903-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.791354 | 0.49s 2025-10-04 03:43:59.280076 | fa163ea7-8ca9-cb44-f903-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:47.799235 | 0.49s 2025-10-04 03:43:59.309039 | fa163ea7-8ca9-cb44-f903-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-04 03:43:59.594116 | fa163ea7-8ca9-cb44-f903-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-04 03:43:59.595705 | fa163ea7-8ca9-cb44-f903-000000000bb7 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:48.114876 | 0.29s 2025-10-04 03:43:59.621796 | fa163ea7-8ca9-cb44-f903-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-04 03:43:59.650449 | fa163ea7-8ca9-cb44-f903-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-04 03:43:59.651904 | fa163ea7-8ca9-cb44-f903-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:48.171071 | 0.03s 2025-10-04 03:43:59.678849 | fa163ea7-8ca9-cb44-f903-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-04 03:43:59.908840 | fa163ea7-8ca9-cb44-f903-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-04 03:43:59.910227 | fa163ea7-8ca9-cb44-f903-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:48.429402 | 0.23s 2025-10-04 03:43:59.937821 | fa163ea7-8ca9-cb44-f903-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-04 03:44:00.163154 | fa163ea7-8ca9-cb44-f903-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-04 03:44:00.164597 | fa163ea7-8ca9-cb44-f903-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:48.683772 | 0.23s 2025-10-04 03:44:00.190885 | fa163ea7-8ca9-cb44-f903-000000000bbb | TASK | Restart systemd-logind 2025-10-04 03:44:00.706260 | fa163ea7-8ca9-cb44-f903-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-04 03:44:00.708286 | fa163ea7-8ca9-cb44-f903-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:49.227459 | 0.52s 2025-10-04 03:44:00.736300 | fa163ea7-8ca9-cb44-f903-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-04 03:44:00.786743 | fa163ea7-8ca9-cb44-f903-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-04 03:44:00.787863 | fa163ea7-8ca9-cb44-f903-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:49.307035 | 0.05s 2025-10-04 03:44:00.814637 | fa163ea7-8ca9-cb44-f903-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-04 03:44:00.886324 | fa163ea7-8ca9-cb44-f903-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-04 03:44:00.887608 | fa163ea7-8ca9-cb44-f903-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:49.406739 | 0.07s 2025-10-04 03:44:00.914761 | fa163ea7-8ca9-cb44-f903-000000000bbe | TASK | create persistent logs directory 2025-10-04 03:44:01.164588 | fa163ea7-8ca9-cb44-f903-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-04 03:44:01.166214 | fa163ea7-8ca9-cb44-f903-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.685383 | 0.25s 2025-10-04 03:44:01.328493 | fa163ea7-8ca9-cb44-f903-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-04 03:44:01.329441 | fa163ea7-8ca9-cb44-f903-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.848617 | 0.41s 2025-10-04 03:44:01.336175 | fa163ea7-8ca9-cb44-f903-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:49.855340 | 0.42s 2025-10-04 03:44:01.363621 | fa163ea7-8ca9-cb44-f903-000000000bc0 | TASK | Set login facts 2025-10-04 03:44:01.395955 | fa163ea7-8ca9-cb44-f903-000000000bc0 | OK | Set login facts | standalone 2025-10-04 03:44:01.397320 | fa163ea7-8ca9-cb44-f903-000000000bc0 | TIMING | Set login facts | standalone | 0:02:49.916493 | 0.03s 2025-10-04 03:44:01.424274 | fa163ea7-8ca9-cb44-f903-000000000bc1 | TASK | Convert logins json to dict 2025-10-04 03:44:01.466421 | fa163ea7-8ca9-cb44-f903-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-04 03:44:01.467735 | fa163ea7-8ca9-cb44-f903-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:49.986907 | 0.04s 2025-10-04 03:44:01.494284 | fa163ea7-8ca9-cb44-f903-000000000bc2 | TASK | Set registry logins 2025-10-04 03:44:01.545016 | fa163ea7-8ca9-cb44-f903-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-04 03:44:01.546148 | fa163ea7-8ca9-cb44-f903-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:50.065321 | 0.05s 2025-10-04 03:44:01.573359 | fa163ea7-8ca9-cb44-f903-000000000bc3 | TASK | Run podman install 2025-10-04 03:44:01.604269 | fa163ea7-8ca9-cb44-f903-000000000bc3 | TIMING | Run podman install | standalone | 0:02:50.123437 | 0.03s 2025-10-04 03:44:01.689435 | fa163ea7-8ca9-cb44-f903-000000001323 | TASK | Gather variables for each operating system 2025-10-04 03:44:01.833798 | fa163ea7-8ca9-cb44-f903-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-04 03:44:01.835150 | fa163ea7-8ca9-cb44-f903-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:50.354318 | 0.14s 2025-10-04 03:44:01.847065 | fa163ea7-8ca9-cb44-f903-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:50.366231 | 0.16s 2025-10-04 03:44:01.874451 | fa163ea7-8ca9-cb44-f903-000000001325 | TASK | ensure podman and deps are installed 2025-10-04 03:44:04.757310 | fa163ea7-8ca9-cb44-f903-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-04 03:44:04.758999 | fa163ea7-8ca9-cb44-f903-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:53.278171 | 2.88s 2025-10-04 03:44:04.789099 | fa163ea7-8ca9-cb44-f903-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-04 03:44:05.332407 | fa163ea7-8ca9-cb44-f903-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-04 03:44:05.333716 | fa163ea7-8ca9-cb44-f903-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:53.852890 | 0.54s 2025-10-04 03:44:05.359782 | fa163ea7-8ca9-cb44-f903-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-04 03:44:05.388860 | fa163ea7-8ca9-cb44-f903-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-04 03:44:05.389990 | fa163ea7-8ca9-cb44-f903-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:53.909163 | 0.03s 2025-10-04 03:44:05.416041 | fa163ea7-8ca9-cb44-f903-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-04 03:44:05.455839 | fa163ea7-8ca9-cb44-f903-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-04 03:44:05.456902 | fa163ea7-8ca9-cb44-f903-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:53.976076 | 0.04s 2025-10-04 03:44:05.483190 | fa163ea7-8ca9-cb44-f903-00000000132a | TASK | Update default network configuration if possible 2025-10-04 03:44:05.522089 | fa163ea7-8ca9-cb44-f903-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-04 03:44:05.523300 | fa163ea7-8ca9-cb44-f903-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:54.042474 | 0.04s 2025-10-04 03:44:05.549213 | fa163ea7-8ca9-cb44-f903-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-04 03:44:05.787019 | fa163ea7-8ca9-cb44-f903-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-04 03:44:05.788516 | fa163ea7-8ca9-cb44-f903-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:54.307689 | 0.24s 2025-10-04 03:44:05.817949 | fa163ea7-8ca9-cb44-f903-00000000132d | TASK | Get current podman network 2025-10-04 03:44:06.128842 | fa163ea7-8ca9-cb44-f903-00000000132d | CHANGED | Get current podman network | standalone 2025-10-04 03:44:06.130523 | fa163ea7-8ca9-cb44-f903-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:54.649698 | 0.31s 2025-10-04 03:44:06.156966 | fa163ea7-8ca9-cb44-f903-00000000132e | TASK | Update the default network configuration 2025-10-04 03:44:06.709742 | fa163ea7-8ca9-cb44-f903-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-04 03:44:06.711078 | fa163ea7-8ca9-cb44-f903-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:55.230253 | 0.55s 2025-10-04 03:44:06.738185 | fa163ea7-8ca9-cb44-f903-00000000132f | TASK | Write containers registries.conf 2025-10-04 03:44:07.332492 | fa163ea7-8ca9-cb44-f903-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-04 03:44:07.333910 | fa163ea7-8ca9-cb44-f903-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:55.853085 | 0.59s 2025-10-04 03:44:07.360939 | fa163ea7-8ca9-cb44-f903-000000001330 | TASK | Write containers.conf 2025-10-04 03:44:07.600103 | fa163ea7-8ca9-cb44-f903-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-04 03:44:07.601930 | fa163ea7-8ca9-cb44-f903-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.121088 | 0.24s 2025-10-04 03:44:07.776411 | fa163ea7-8ca9-cb44-f903-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-04 03:44:07.777296 | fa163ea7-8ca9-cb44-f903-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.296474 | 0.42s 2025-10-04 03:44:07.947962 | fa163ea7-8ca9-cb44-f903-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-04 03:44:07.948852 | fa163ea7-8ca9-cb44-f903-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.468029 | 0.59s 2025-10-04 03:44:08.160477 | fa163ea7-8ca9-cb44-f903-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-04 03:44:08.161641 | fa163ea7-8ca9-cb44-f903-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.680815 | 0.80s 2025-10-04 03:44:08.168792 | fa163ea7-8ca9-cb44-f903-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:56.687960 | 0.81s 2025-10-04 03:44:08.196767 | fa163ea7-8ca9-cb44-f903-000000001331 | TASK | Enable podman.socket service 2025-10-04 03:44:08.230079 | fa163ea7-8ca9-cb44-f903-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-04 03:44:08.231166 | fa163ea7-8ca9-cb44-f903-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:56.750341 | 0.03s 2025-10-04 03:44:08.280833 | fa163ea7-8ca9-cb44-f903-000000000bc4 | TASK | Run podman login 2025-10-04 03:44:08.309202 | fa163ea7-8ca9-cb44-f903-000000000bc4 | TIMING | Run podman login | standalone | 0:02:56.828372 | 0.03s 2025-10-04 03:44:08.388469 | fa163ea7-8ca9-cb44-f903-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-04 03:44:08.415277 | fa163ea7-8ca9-cb44-f903-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:56.934448 | 0.03s 2025-10-04 03:44:08.453535 | fa163ea7-8ca9-cb44-f903-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-04 03:44:08.925021 | fa163ea7-8ca9-cb44-f903-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-04 03:44:08.926624 | fa163ea7-8ca9-cb44-f903-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:57.445797 | 0.47s 2025-10-04 03:44:08.953961 | fa163ea7-8ca9-cb44-f903-000000000bc7 | TASK | create persistent directories 2025-10-04 03:44:09.222196 | fa163ea7-8ca9-cb44-f903-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-04 03:44:09.223887 | fa163ea7-8ca9-cb44-f903-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.743055 | 0.27s 2025-10-04 03:44:09.448919 | fa163ea7-8ca9-cb44-f903-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-04 03:44:09.450633 | fa163ea7-8ca9-cb44-f903-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:57.969807 | 0.50s 2025-10-04 03:44:09.674086 | fa163ea7-8ca9-cb44-f903-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-04 03:44:09.675793 | fa163ea7-8ca9-cb44-f903-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.194969 | 0.72s 2025-10-04 03:44:09.686857 | fa163ea7-8ca9-cb44-f903-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.206017 | 0.73s 2025-10-04 03:44:09.714386 | fa163ea7-8ca9-cb44-f903-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-04 03:44:10.157991 | fa163ea7-8ca9-cb44-f903-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-04 03:44:10.159444 | fa163ea7-8ca9-cb44-f903-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:58.678618 | 0.44s 2025-10-04 03:44:10.184900 | fa163ea7-8ca9-cb44-f903-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-04 03:44:13.061769 | fa163ea7-8ca9-cb44-f903-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-04 03:44:13.063222 | fa163ea7-8ca9-cb44-f903-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:01.582396 | 2.88s 2025-10-04 03:44:13.089095 | fa163ea7-8ca9-cb44-f903-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-04 03:44:13.434212 | fa163ea7-8ca9-cb44-f903-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-04 03:44:13.436087 | fa163ea7-8ca9-cb44-f903-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:01.955260 | 0.35s 2025-10-04 03:44:13.489304 | fa163ea7-8ca9-cb44-f903-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:02.008469 | 0.03s 2025-10-04 03:44:13.575937 | fa163ea7-8ca9-cb44-f903-00000000154c | TASK | Gather variables for each operating system 2025-10-04 03:44:13.695683 | fa163ea7-8ca9-cb44-f903-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-04 03:44:13.697071 | fa163ea7-8ca9-cb44-f903-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.216240 | 0.12s 2025-10-04 03:44:13.709088 | fa163ea7-8ca9-cb44-f903-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:02.228258 | 0.13s 2025-10-04 03:44:13.735006 | fa163ea7-8ca9-cb44-f903-00000000154e | TASK | Install the OpenSSH server 2025-10-04 03:44:16.631769 | fa163ea7-8ca9-cb44-f903-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-04 03:44:16.633172 | fa163ea7-8ca9-cb44-f903-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:05.152346 | 2.90s 2025-10-04 03:44:16.658915 | fa163ea7-8ca9-cb44-f903-00000000154f | TASK | Start sshd 2025-10-04 03:44:16.687409 | fa163ea7-8ca9-cb44-f903-00000000154f | SKIPPED | Start sshd | standalone 2025-10-04 03:44:16.688676 | fa163ea7-8ca9-cb44-f903-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:05.207850 | 0.03s 2025-10-04 03:44:16.714341 | fa163ea7-8ca9-cb44-f903-000000001550 | TASK | PasswordAuthentication notice 2025-10-04 03:44:16.744069 | fa163ea7-8ca9-cb44-f903-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-04 03:44:16.745169 | fa163ea7-8ca9-cb44-f903-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:05.264342 | 0.03s 2025-10-04 03:44:16.771201 | fa163ea7-8ca9-cb44-f903-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-04 03:44:16.803361 | fa163ea7-8ca9-cb44-f903-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-04 03:44:16.803967 | fa163ea7-8ca9-cb44-f903-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:05.323149 | 0.03s 2025-10-04 03:44:16.820961 | fa163ea7-8ca9-cb44-f903-000000001552 | TASK | Motd duplication notice 2025-10-04 03:44:16.856941 | fa163ea7-8ca9-cb44-f903-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-04 03:44:16.857997 | fa163ea7-8ca9-cb44-f903-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:05.377173 | 0.04s 2025-10-04 03:44:16.884002 | fa163ea7-8ca9-cb44-f903-000000001553 | TASK | Configure the banner text 2025-10-04 03:44:16.911513 | fa163ea7-8ca9-cb44-f903-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-04 03:44:16.912414 | fa163ea7-8ca9-cb44-f903-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:05.431594 | 0.03s 2025-10-04 03:44:16.933043 | fa163ea7-8ca9-cb44-f903-000000001554 | TASK | Configure the motd banner 2025-10-04 03:44:16.960520 | fa163ea7-8ca9-cb44-f903-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-04 03:44:16.961305 | fa163ea7-8ca9-cb44-f903-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:05.480486 | 0.03s 2025-10-04 03:44:16.981014 | fa163ea7-8ca9-cb44-f903-000000001555 | TASK | Update sshd configuration options from vars 2025-10-04 03:44:17.018026 | fa163ea7-8ca9-cb44-f903-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-04 03:44:17.019279 | fa163ea7-8ca9-cb44-f903-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:05.538454 | 0.04s 2025-10-04 03:44:17.044889 | fa163ea7-8ca9-cb44-f903-000000001556 | TASK | Adjust ssh server configuration 2025-10-04 03:44:17.616673 | fa163ea7-8ca9-cb44-f903-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-04 03:44:17.618029 | fa163ea7-8ca9-cb44-f903-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:06.137204 | 0.57s 2025-10-04 03:44:17.643833 | fa163ea7-8ca9-cb44-f903-000000001557 | TASK | Restart sshd 2025-10-04 03:44:18.078470 | fa163ea7-8ca9-cb44-f903-000000001557 | CHANGED | Restart sshd | standalone 2025-10-04 03:44:18.080421 | fa163ea7-8ca9-cb44-f903-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:06.599596 | 0.44s 2025-10-04 03:44:18.130741 | fa163ea7-8ca9-cb44-f903-000000000bcc | TASK | create persistent directories 2025-10-04 03:44:18.390863 | fa163ea7-8ca9-cb44-f903-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-04 03:44:18.393459 | fa163ea7-8ca9-cb44-f903-000000000bcc | TIMING | create persistent directories | standalone | 0:03:06.912627 | 0.26s 2025-10-04 03:44:18.590773 | fa163ea7-8ca9-cb44-f903-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-04 03:44:18.591893 | fa163ea7-8ca9-cb44-f903-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.111067 | 0.46s 2025-10-04 03:44:18.808973 | fa163ea7-8ca9-cb44-f903-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-04 03:44:18.810442 | fa163ea7-8ca9-cb44-f903-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.329619 | 0.68s 2025-10-04 03:44:18.821698 | fa163ea7-8ca9-cb44-f903-000000000bcc | TIMING | create persistent directories | standalone | 0:03:07.340868 | 0.69s 2025-10-04 03:44:18.848383 | fa163ea7-8ca9-cb44-f903-000000000bcd | TASK | create persistent directories 2025-10-04 03:44:19.110750 | fa163ea7-8ca9-cb44-f903-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-04 03:44:19.112961 | fa163ea7-8ca9-cb44-f903-000000000bcd | TIMING | create persistent directories | standalone | 0:03:07.632131 | 0.26s 2025-10-04 03:44:19.340030 | fa163ea7-8ca9-cb44-f903-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-04 03:44:19.340995 | fa163ea7-8ca9-cb44-f903-000000000bcd | TIMING | create persistent directories | standalone | 0:03:07.860172 | 0.49s 2025-10-04 03:44:19.566165 | fa163ea7-8ca9-cb44-f903-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-04 03:44:19.567991 | fa163ea7-8ca9-cb44-f903-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.087167 | 0.72s 2025-10-04 03:44:19.578903 | fa163ea7-8ca9-cb44-f903-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.098081 | 0.73s 2025-10-04 03:44:19.606503 | fa163ea7-8ca9-cb44-f903-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-04 03:44:19.637511 | fa163ea7-8ca9-cb44-f903-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-04 03:44:19.638726 | fa163ea7-8ca9-cb44-f903-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:08.157900 | 0.03s 2025-10-04 03:44:19.664968 | fa163ea7-8ca9-cb44-f903-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-04 03:44:19.695784 | fa163ea7-8ca9-cb44-f903-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-04 03:44:19.696968 | fa163ea7-8ca9-cb44-f903-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:08.216142 | 0.03s 2025-10-04 03:44:19.724312 | fa163ea7-8ca9-cb44-f903-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-04 03:44:19.955443 | fa163ea7-8ca9-cb44-f903-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-04 03:44:19.956753 | fa163ea7-8ca9-cb44-f903-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:08.475929 | 0.23s 2025-10-04 03:44:19.981839 | fa163ea7-8ca9-cb44-f903-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-04 03:44:20.009275 | fa163ea7-8ca9-cb44-f903-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-04 03:44:20.010517 | fa163ea7-8ca9-cb44-f903-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:08.529692 | 0.03s 2025-10-04 03:44:20.035460 | fa163ea7-8ca9-cb44-f903-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-04 03:44:20.064082 | fa163ea7-8ca9-cb44-f903-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-04 03:44:20.065335 | fa163ea7-8ca9-cb44-f903-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:08.584508 | 0.03s 2025-10-04 03:44:20.090629 | fa163ea7-8ca9-cb44-f903-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-04 03:44:20.118424 | fa163ea7-8ca9-cb44-f903-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-04 03:44:20.119523 | fa163ea7-8ca9-cb44-f903-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:08.638698 | 0.03s 2025-10-04 03:44:20.144352 | fa163ea7-8ca9-cb44-f903-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-04 03:44:20.173612 | fa163ea7-8ca9-cb44-f903-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:08.692781 | 0.03s 2025-10-04 03:44:20.197998 | fa163ea7-8ca9-cb44-f903-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-04 03:44:20.246720 | fa163ea7-8ca9-cb44-f903-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-04 03:44:20.247760 | fa163ea7-8ca9-cb44-f903-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:08.766934 | 0.05s 2025-10-04 03:44:20.272768 | fa163ea7-8ca9-cb44-f903-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-04 03:44:20.300244 | fa163ea7-8ca9-cb44-f903-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:08.819414 | 0.03s 2025-10-04 03:44:20.325024 | fa163ea7-8ca9-cb44-f903-000000000bd7 | TASK | Check for NTP service 2025-10-04 03:44:20.567708 | fa163ea7-8ca9-cb44-f903-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-04 03:44:20.569114 | fa163ea7-8ca9-cb44-f903-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:09.088289 | 0.24s 2025-10-04 03:44:20.594196 | fa163ea7-8ca9-cb44-f903-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-04 03:44:20.636789 | fa163ea7-8ca9-cb44-f903-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-04 03:44:20.637815 | fa163ea7-8ca9-cb44-f903-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:09.156989 | 0.04s 2025-10-04 03:44:20.662773 | fa163ea7-8ca9-cb44-f903-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-04 03:44:20.690528 | fa163ea7-8ca9-cb44-f903-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:09.209699 | 0.03s 2025-10-04 03:44:20.788428 | fa163ea7-8ca9-cb44-f903-0000000016e8 | TASK | Load distro-specific variables 2025-10-04 03:44:20.813187 | fa163ea7-8ca9-cb44-f903-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.332366 | 0.02s 2025-10-04 03:44:20.821367 | 25a335ff-73c6-4f08-944d-37c2def7fa13 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-04 03:44:20.842363 | fa163ea7-8ca9-cb44-f903-0000000017cd | TASK | Load distro-specific variables 2025-10-04 03:44:20.872138 | fa163ea7-8ca9-cb44-f903-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:44:20.874256 | fa163ea7-8ca9-cb44-f903-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.393429 | 0.03s 2025-10-04 03:44:20.884366 | fa163ea7-8ca9-cb44-f903-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.403544 | 0.04s 2025-10-04 03:44:20.910758 | fa163ea7-8ca9-cb44-f903-0000000016e9 | TASK | Install chronyd 2025-10-04 03:44:20.940245 | fa163ea7-8ca9-cb44-f903-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:09.459418 | 0.03s 2025-10-04 03:44:20.962399 | 7331546b-16e3-4545-b688-04a4577f2b9b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-04 03:44:20.994902 | fa163ea7-8ca9-cb44-f903-000000001806 | TASK | Load distro-specific variables 2025-10-04 03:44:21.020915 | fa163ea7-8ca9-cb44-f903-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.540087 | 0.03s 2025-10-04 03:44:21.032327 | 25fc9108-1ad4-4885-8eb2-5899fbebdcd7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-04 03:44:21.057956 | fa163ea7-8ca9-cb44-f903-00000000184d | TASK | Load distro-specific variables 2025-10-04 03:44:21.112481 | fa163ea7-8ca9-cb44-f903-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:44:21.113581 | fa163ea7-8ca9-cb44-f903-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.632727 | 0.05s 2025-10-04 03:44:21.125439 | fa163ea7-8ca9-cb44-f903-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.644617 | 0.07s 2025-10-04 03:44:21.151602 | fa163ea7-8ca9-cb44-f903-000000001807 | TASK | Check for NTP service 2025-10-04 03:44:21.404479 | fa163ea7-8ca9-cb44-f903-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-04 03:44:21.405761 | fa163ea7-8ca9-cb44-f903-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:09.924937 | 0.25s 2025-10-04 03:44:21.431388 | fa163ea7-8ca9-cb44-f903-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-04 03:44:21.481488 | fa163ea7-8ca9-cb44-f903-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-04 03:44:21.482530 | fa163ea7-8ca9-cb44-f903-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:10.001705 | 0.05s 2025-10-04 03:44:21.507889 | fa163ea7-8ca9-cb44-f903-000000001809 | TASK | Install chronyd package 2025-10-04 03:44:24.432720 | fa163ea7-8ca9-cb44-f903-000000001809 | OK | Install chronyd package | standalone 2025-10-04 03:44:24.434210 | fa163ea7-8ca9-cb44-f903-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:12.953379 | 2.93s 2025-10-04 03:44:24.461438 | fa163ea7-8ca9-cb44-f903-0000000016ea | TASK | Upgrade chronyd 2025-10-04 03:44:24.493337 | fa163ea7-8ca9-cb44-f903-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-04 03:44:24.494506 | fa163ea7-8ca9-cb44-f903-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:13.013677 | 0.03s 2025-10-04 03:44:24.521115 | fa163ea7-8ca9-cb44-f903-0000000016eb | TASK | Configure chronyd 2025-10-04 03:44:24.551686 | fa163ea7-8ca9-cb44-f903-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:13.070854 | 0.03s 2025-10-04 03:44:24.572230 | d5d93a36-53d4-4a15-85d3-0fad1956c127 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-04 03:44:24.610652 | fa163ea7-8ca9-cb44-f903-000000001886 | TASK | Load distro-specific variables 2025-10-04 03:44:24.636760 | fa163ea7-8ca9-cb44-f903-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.155936 | 0.03s 2025-10-04 03:44:24.647478 | 93f50ab7-d80c-44a4-b5ff-226c9a22afef | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-04 03:44:24.671160 | fa163ea7-8ca9-cb44-f903-0000000018f2 | TASK | Load distro-specific variables 2025-10-04 03:44:24.726471 | fa163ea7-8ca9-cb44-f903-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:44:24.727914 | fa163ea7-8ca9-cb44-f903-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.247085 | 0.06s 2025-10-04 03:44:24.733899 | fa163ea7-8ca9-cb44-f903-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.253070 | 0.06s 2025-10-04 03:44:24.760667 | fa163ea7-8ca9-cb44-f903-000000001887 | TASK | Install chrony configuration file 2025-10-04 03:44:25.344368 | fa163ea7-8ca9-cb44-f903-000000001887 | OK | Install chrony configuration file | standalone 2025-10-04 03:44:25.345806 | fa163ea7-8ca9-cb44-f903-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:13.864981 | 0.58s 2025-10-04 03:44:25.373061 | fa163ea7-8ca9-cb44-f903-0000000016ec | TASK | Run chronyd 2025-10-04 03:44:25.402488 | fa163ea7-8ca9-cb44-f903-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:13.921656 | 0.03s 2025-10-04 03:44:25.424683 | b5c75fef-25a4-4af8-94ae-bdf40e2bd0c0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-04 03:44:25.465506 | fa163ea7-8ca9-cb44-f903-000000001915 | TASK | Load distro-specific variables 2025-10-04 03:44:25.492056 | fa163ea7-8ca9-cb44-f903-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.011230 | 0.03s 2025-10-04 03:44:25.503387 | 7304be24-9db4-42e1-b5f3-507c52c83ade | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-04 03:44:25.527511 | fa163ea7-8ca9-cb44-f903-000000001999 | TASK | Load distro-specific variables 2025-10-04 03:44:25.582447 | fa163ea7-8ca9-cb44-f903-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-04 03:44:25.583866 | fa163ea7-8ca9-cb44-f903-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.103037 | 0.06s 2025-10-04 03:44:25.589895 | fa163ea7-8ca9-cb44-f903-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.109068 | 0.06s 2025-10-04 03:44:25.616317 | fa163ea7-8ca9-cb44-f903-000000001916 | TASK | Ensure chronyd is running 2025-10-04 03:44:26.087402 | fa163ea7-8ca9-cb44-f903-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-04 03:44:26.089365 | fa163ea7-8ca9-cb44-f903-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:14.608537 | 0.47s 2025-10-04 03:44:26.116135 | fa163ea7-8ca9-cb44-f903-000000001917 | TASK | Force chronyd restart 2025-10-04 03:44:26.166010 | fa163ea7-8ca9-cb44-f903-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-04 03:44:26.167081 | fa163ea7-8ca9-cb44-f903-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:14.686256 | 0.05s 2025-10-04 03:44:26.192991 | fa163ea7-8ca9-cb44-f903-0000000016ed | TASK | Enable online service 2025-10-04 03:44:26.221508 | fa163ea7-8ca9-cb44-f903-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:14.740679 | 0.03s 2025-10-04 03:44:26.241016 | b950fdbc-df83-452e-bffb-720918113dd1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-04 03:44:26.285308 | fa163ea7-8ca9-cb44-f903-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-04 03:44:26.771512 | fa163ea7-8ca9-cb44-f903-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-04 03:44:26.772953 | fa163ea7-8ca9-cb44-f903-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:15.292125 | 0.49s 2025-10-04 03:44:26.799715 | fa163ea7-8ca9-cb44-f903-0000000019c7 | TASK | Enable chrony-online.service 2025-10-04 03:44:27.477988 | fa163ea7-8ca9-cb44-f903-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-04 03:44:27.479889 | fa163ea7-8ca9-cb44-f903-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:15.999063 | 0.68s 2025-10-04 03:44:27.507171 | fa163ea7-8ca9-cb44-f903-0000000016ee | TASK | Sync chronyc 2025-10-04 03:44:27.536808 | fa163ea7-8ca9-cb44-f903-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:16.055978 | 0.03s 2025-10-04 03:44:27.555622 | cbcf4107-28cc-47c5-9608-b2f784236da9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-04 03:44:27.602641 | fa163ea7-8ca9-cb44-f903-000000001a6c | TASK | Force NTP sync 2025-10-04 03:44:27.873400 | fa163ea7-8ca9-cb44-f903-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-04 03:44:27.874793 | fa163ea7-8ca9-cb44-f903-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:16.393966 | 0.27s 2025-10-04 03:44:27.903642 | fa163ea7-8ca9-cb44-f903-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-04 03:44:28.140800 | fa163ea7-8ca9-cb44-f903-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-04 03:44:28.142395 | fa163ea7-8ca9-cb44-f903-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:16.661568 | 0.24s 2025-10-04 03:44:28.193487 | fa163ea7-8ca9-cb44-f903-000000000bda | TASK | Force NTP sync 2025-10-04 03:44:28.426179 | fa163ea7-8ca9-cb44-f903-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-04 03:44:28.427454 | fa163ea7-8ca9-cb44-f903-000000000bda | TIMING | Force NTP sync | standalone | 0:03:16.946630 | 0.23s 2025-10-04 03:44:28.452518 | fa163ea7-8ca9-cb44-f903-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-04 03:44:28.681501 | fa163ea7-8ca9-cb44-f903-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-04 03:44:28.683737 | fa163ea7-8ca9-cb44-f903-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:17.202912 | 0.23s 2025-10-04 03:44:28.709490 | fa163ea7-8ca9-cb44-f903-000000000bdc | TASK | Run timezone role 2025-10-04 03:44:28.738168 | fa163ea7-8ca9-cb44-f903-000000000bdc | TIMING | Run timezone role | standalone | 0:03:17.257338 | 0.03s 2025-10-04 03:44:28.836873 | fa163ea7-8ca9-cb44-f903-000000001c2d | TASK | Set timezone 2025-10-04 03:44:29.361386 | fa163ea7-8ca9-cb44-f903-000000001c2d | OK | Set timezone | standalone 2025-10-04 03:44:29.362960 | fa163ea7-8ca9-cb44-f903-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:17.882130 | 0.53s 2025-10-04 03:44:29.391268 | fa163ea7-8ca9-cb44-f903-000000001c2e | TASK | Restart time services 2025-10-04 03:44:29.434163 | fa163ea7-8ca9-cb44-f903-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-04 03:44:29.441276 | fa163ea7-8ca9-cb44-f903-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-04 03:44:29.447044 | fa163ea7-8ca9-cb44-f903-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:17.966209 | 0.05s 2025-10-04 03:44:29.496176 | fa163ea7-8ca9-cb44-f903-000000000bdd | TASK | install tmpwatch on the host 2025-10-04 03:44:32.352644 | fa163ea7-8ca9-cb44-f903-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-04 03:44:32.354288 | fa163ea7-8ca9-cb44-f903-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:20.873461 | 2.86s 2025-10-04 03:44:32.379563 | fa163ea7-8ca9-cb44-f903-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-04 03:44:32.410214 | fa163ea7-8ca9-cb44-f903-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-04 03:44:32.411412 | fa163ea7-8ca9-cb44-f903-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:20.930586 | 0.03s 2025-10-04 03:44:32.467380 | fa163ea7-8ca9-cb44-f903-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:20.986541 | 0.03s 2025-10-04 03:44:32.571495 | fa163ea7-8ca9-cb44-f903-000000001e61 | TASK | Gather variables for each operating system 2025-10-04 03:44:32.653582 | fa163ea7-8ca9-cb44-f903-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-04 03:44:32.656032 | fa163ea7-8ca9-cb44-f903-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.175196 | 0.08s 2025-10-04 03:44:32.665483 | fa163ea7-8ca9-cb44-f903-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.184654 | 0.09s 2025-10-04 03:44:32.741358 | fa163ea7-8ca9-cb44-f903-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:21.260534 | 0.06s 2025-10-04 03:44:32.751217 | 80ab06f7-b809-450b-a6d9-3cf3c4795be5 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-04 03:44:32.772091 | fa163ea7-8ca9-cb44-f903-000000001f92 | TASK | Check tuned package is installed 2025-10-04 03:44:33.016658 | fa163ea7-8ca9-cb44-f903-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-04 03:44:33.018265 | fa163ea7-8ca9-cb44-f903-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:21.537436 | 0.24s 2025-10-04 03:44:33.047703 | fa163ea7-8ca9-cb44-f903-000000001f93 | TASK | Install tuned 2025-10-04 03:44:33.080433 | fa163ea7-8ca9-cb44-f903-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-04 03:44:33.081855 | fa163ea7-8ca9-cb44-f903-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:21.601027 | 0.03s 2025-10-04 03:44:33.111869 | fa163ea7-8ca9-cb44-f903-000000001f94 | TASK | Restart tuned 2025-10-04 03:44:33.144284 | fa163ea7-8ca9-cb44-f903-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-04 03:44:33.145565 | fa163ea7-8ca9-cb44-f903-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:21.664708 | 0.03s 2025-10-04 03:44:33.172251 | fa163ea7-8ca9-cb44-f903-000000001e63 | TASK | Check for tuned-adm 2025-10-04 03:44:33.395870 | fa163ea7-8ca9-cb44-f903-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-04 03:44:33.396899 | fa163ea7-8ca9-cb44-f903-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:21.916077 | 0.22s 2025-10-04 03:44:33.443973 | fa163ea7-8ca9-cb44-f903-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:21.963148 | 0.03s 2025-10-04 03:44:33.456964 | dc4dd365-c779-4e5c-9668-1d2b957237c2 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-04 03:44:33.481371 | fa163ea7-8ca9-cb44-f903-000000001fbf | TASK | Ensure profile directory exists 2025-10-04 03:44:33.549910 | fa163ea7-8ca9-cb44-f903-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-04 03:44:33.551107 | fa163ea7-8ca9-cb44-f903-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:22.070279 | 0.07s 2025-10-04 03:44:33.578789 | fa163ea7-8ca9-cb44-f903-000000001fc0 | TASK | Create custom tuned profile 2025-10-04 03:44:33.645148 | fa163ea7-8ca9-cb44-f903-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-04 03:44:33.646410 | fa163ea7-8ca9-cb44-f903-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:22.165583 | 0.07s 2025-10-04 03:44:33.672117 | fa163ea7-8ca9-cb44-f903-000000001fc1 | TASK | Check tuned active profile 2025-10-04 03:44:33.895647 | fa163ea7-8ca9-cb44-f903-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-04 03:44:33.896958 | fa163ea7-8ca9-cb44-f903-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:22.416132 | 0.22s 2025-10-04 03:44:33.924517 | fa163ea7-8ca9-cb44-f903-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-04 03:44:34.128819 | fa163ea7-8ca9-cb44-f903-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-04 03:44:34.130125 | fa163ea7-8ca9-cb44-f903-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:22.649301 | 0.20s 2025-10-04 03:44:34.160921 | fa163ea7-8ca9-cb44-f903-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-04 03:44:34.223425 | fa163ea7-8ca9-cb44-f903-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-04 03:44:34.224712 | fa163ea7-8ca9-cb44-f903-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:22.743883 | 0.06s 2025-10-04 03:44:34.254788 | fa163ea7-8ca9-cb44-f903-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-04 03:44:34.318798 | fa163ea7-8ca9-cb44-f903-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-04 03:44:34.320178 | fa163ea7-8ca9-cb44-f903-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:22.839350 | 0.06s 2025-10-04 03:44:34.347661 | fa163ea7-8ca9-cb44-f903-000000001fc5 | TASK | Enable tuned profile 2025-10-04 03:44:34.377353 | fa163ea7-8ca9-cb44-f903-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-04 03:44:34.378504 | fa163ea7-8ca9-cb44-f903-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:22.897677 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-04 03:44:34.559286 | fa163ea7-8ca9-cb44-f903-0000000000ac | TASK | Overcloud container setup tasks 2025-10-04 03:44:34.588091 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000ac') missing from stats 2025-10-04 03:44:34.608485 | fa163ea7-8ca9-cb44-f903-0000000000ad | TASK | Write config data 2025-10-04 03:44:34.670478 | fa163ea7-8ca9-cb44-f903-0000000000ad | TIMING | Write config data | standalone | 0:03:23.189646 | 0.06s 2025-10-04 03:44:34.758895 | 227d4e20-64ab-4c91-bbc2-c1350cb49c29 | INCLUDED | /root/standalone-ansible-tey6r4dq/common_container_setup_tasks.yaml | standalone 2025-10-04 03:44:34.779414 | fa163ea7-8ca9-cb44-f903-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-04 03:44:35.048375 | fa163ea7-8ca9-cb44-f903-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-04 03:44:35.049902 | fa163ea7-8ca9-cb44-f903-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:23.569072 | 0.27s 2025-10-04 03:44:35.076932 | fa163ea7-8ca9-cb44-f903-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-04 03:44:35.321062 | fa163ea7-8ca9-cb44-f903-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-04 03:44:35.322612 | fa163ea7-8ca9-cb44-f903-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:23.841786 | 0.24s 2025-10-04 03:44:35.348922 | fa163ea7-8ca9-cb44-f903-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-04 03:44:35.599256 | fa163ea7-8ca9-cb44-f903-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-04 03:44:35.600626 | fa163ea7-8ca9-cb44-f903-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:24.119800 | 0.25s 2025-10-04 03:44:35.626483 | fa163ea7-8ca9-cb44-f903-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-04 03:44:35.857041 | fa163ea7-8ca9-cb44-f903-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-04 03:44:35.858413 | fa163ea7-8ca9-cb44-f903-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:24.377586 | 0.23s 2025-10-04 03:44:35.884173 | fa163ea7-8ca9-cb44-f903-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-04 03:44:36.114288 | fa163ea7-8ca9-cb44-f903-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-04 03:44:36.115712 | fa163ea7-8ca9-cb44-f903-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:24.634887 | 0.23s 2025-10-04 03:44:36.141779 | fa163ea7-8ca9-cb44-f903-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-04 03:44:37.453014 | fa163ea7-8ca9-cb44-f903-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-04 03:44:37.454722 | fa163ea7-8ca9-cb44-f903-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:25.973895 | 1.31s 2025-10-04 03:44:37.481800 | fa163ea7-8ca9-cb44-f903-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-04 03:44:37.736327 | fa163ea7-8ca9-cb44-f903-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-04 03:44:37.737900 | fa163ea7-8ca9-cb44-f903-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:26.257073 | 0.25s 2025-10-04 03:44:37.764895 | fa163ea7-8ca9-cb44-f903-00000000202d | TASK | Write container config scripts 2025-10-04 03:44:38.127296 | fa163ea7-8ca9-cb44-f903-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-04 03:44:38.129074 | fa163ea7-8ca9-cb44-f903-00000000202d | TIMING | Write container config scripts | standalone | 0:03:26.648242 | 0.36s 2025-10-04 03:44:38.154710 | fa163ea7-8ca9-cb44-f903-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-04 03:44:38.629342 | fa163ea7-8ca9-cb44-f903-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-04 03:44:38.630663 | fa163ea7-8ca9-cb44-f903-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:27.149837 | 0.47s 2025-10-04 03:44:38.656175 | fa163ea7-8ca9-cb44-f903-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-04 03:44:39.258596 | fa163ea7-8ca9-cb44-f903-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-04 03:44:39.267801 | fa163ea7-8ca9-cb44-f903-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:27.786973 | 0.61s 2025-10-04 03:44:39.308551 | fa163ea7-8ca9-cb44-f903-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-04 03:44:39.549388 | fa163ea7-8ca9-cb44-f903-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-04 03:44:39.550750 | fa163ea7-8ca9-cb44-f903-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:28.069924 | 0.24s 2025-10-04 03:44:39.576339 | fa163ea7-8ca9-cb44-f903-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-04 03:44:39.820348 | fa163ea7-8ca9-cb44-f903-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-04 03:44:39.821739 | fa163ea7-8ca9-cb44-f903-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:28.340914 | 0.24s 2025-10-04 03:44:39.847290 | fa163ea7-8ca9-cb44-f903-000000002032 | TASK | Write container config json files 2025-10-04 03:44:40.396520 | fa163ea7-8ca9-cb44-f903-000000002032 | CHANGED | Write container config json files | standalone 2025-10-04 03:44:40.404328 | fa163ea7-8ca9-cb44-f903-000000002032 | TIMING | Write container config json files | standalone | 0:03:28.923501 | 0.55s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-04 03:44:40.577836 | fa163ea7-8ca9-cb44-f903-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-04 03:44:40.608965 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-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-04 03:44:40.668420 | fa163ea7-8ca9-cb44-f903-0000000000b2 | TIMING | include_tasks | standalone | 0:03:29.187587 | 0.04s 2025-10-04 03:44:40.682334 | 5a63e741-867d-47a6-88f4-1e1609a0c8b5 | INCLUDED | /root/standalone-ansible-tey6r4dq/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-04 03:44:40.824416 | fa163ea7-8ca9-cb44-f903-0000000000b6 | TASK | External deployment step 1 2025-10-04 03:44:40.853371 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000b6') missing from stats 2025-10-04 03:44:40.909877 | fa163ea7-8ca9-cb44-f903-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:29.429044 | 0.04s 2025-10-04 03:44:40.948191 | 771a93ed-eb6e-44e1-aeb2-f77e5aa8d236 | INCLUDED | /root/standalone-ansible-tey6r4dq/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-04 03:44:40.966125 | fa163ea7-8ca9-cb44-f903-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-04 03:44:41.016820 | fa163ea7-8ca9-cb44-f903-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-04 03:44:41.017928 | fa163ea7-8ca9-cb44-f903-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:29.537101 | 0.05s 2025-10-04 03:44:41.035042 | fa163ea7-8ca9-cb44-f903-000000002079 | TASK | Build disk list for cephadm 2025-10-04 03:44:41.085984 | fa163ea7-8ca9-cb44-f903-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-04 03:44:41.087251 | fa163ea7-8ca9-cb44-f903-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:29.606426 | 0.05s 2025-10-04 03:44:41.105413 | fa163ea7-8ca9-cb44-f903-000000002080 | TASK | Container image prepare 2025-10-04 03:44:42.146002 | fa163ea7-8ca9-cb44-f903-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-04 03:44:42.148193 | fa163ea7-8ca9-cb44-f903-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:30.667367 | 1.04s 2025-10-04 03:44:42.183914 | fa163ea7-8ca9-cb44-f903-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-04 03:44:42.496385 | fa163ea7-8ca9-cb44-f903-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-04 03:44:42.497637 | fa163ea7-8ca9-cb44-f903-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:31.016810 | 0.31s 2025-10-04 03:44:42.515353 | fa163ea7-8ca9-cb44-f903-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-04 03:44:42.564290 | fa163ea7-8ca9-cb44-f903-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:31.083459 | 0.05s 2025-10-04 03:44:42.609736 | fa163ea7-8ca9-cb44-f903-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-04 03:44:42.854344 | fa163ea7-8ca9-cb44-f903-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-04 03:44:42.855678 | fa163ea7-8ca9-cb44-f903-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:31.374852 | 0.24s 2025-10-04 03:44:42.875194 | fa163ea7-8ca9-cb44-f903-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-04 03:44:43.328051 | fa163ea7-8ca9-cb44-f903-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-04 03:44:43.329340 | fa163ea7-8ca9-cb44-f903-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:31.848514 | 0.45s 2025-10-04 03:44:43.349967 | fa163ea7-8ca9-cb44-f903-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-04 03:44:43.389172 | fa163ea7-8ca9-cb44-f903-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:31.908340 | 0.04s 2025-10-04 03:44:43.434818 | fa163ea7-8ca9-cb44-f903-0000000020eb | TASK | Check for a configured destination 2025-10-04 03:44:43.499209 | fa163ea7-8ca9-cb44-f903-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-04 03:44:43.500557 | fa163ea7-8ca9-cb44-f903-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:32.019701 | 0.06s 2025-10-04 03:44:43.526858 | fa163ea7-8ca9-cb44-f903-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-04 03:44:44.025950 | fa163ea7-8ca9-cb44-f903-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-04 03:44:44.027307 | fa163ea7-8ca9-cb44-f903-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:32.546481 | 0.50s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-04 03:44:44.192656 | fa163ea7-8ca9-cb44-f903-0000000000ba | TASK | Deploy step tasks for 1 2025-10-04 03:44:44.235127 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000ba') missing from stats 2025-10-04 03:44:44.262045 | fa163ea7-8ca9-cb44-f903-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-04 03:44:44.831376 | fa163ea7-8ca9-cb44-f903-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-04 03:44:44.832956 | fa163ea7-8ca9-cb44-f903-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:33.352129 | 0.57s 2025-10-04 03:44:44.858834 | fa163ea7-8ca9-cb44-f903-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-04 03:44:45.092130 | fa163ea7-8ca9-cb44-f903-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-04 03:44:45.093827 | fa163ea7-8ca9-cb44-f903-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:33.612999 | 0.23s 2025-10-04 03:44:45.120097 | fa163ea7-8ca9-cb44-f903-0000000000be | TASK | Write config data at the start of step 1 2025-10-04 03:44:45.199380 | fa163ea7-8ca9-cb44-f903-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:33.718548 | 0.08s 2025-10-04 03:44:45.245128 | 06f8d0d3-299c-494e-90ad-55240a01efad | INCLUDED | /root/standalone-ansible-tey6r4dq/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-04 03:44:45.270039 | fa163ea7-8ca9-cb44-f903-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-04 03:44:45.296919 | fa163ea7-8ca9-cb44-f903-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-04 03:44:45.297691 | fa163ea7-8ca9-cb44-f903-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:33.816869 | 0.03s 2025-10-04 03:44:45.317598 | fa163ea7-8ca9-cb44-f903-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-04 03:44:45.346001 | fa163ea7-8ca9-cb44-f903-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-04 03:44:45.346840 | fa163ea7-8ca9-cb44-f903-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:33.866017 | 0.03s 2025-10-04 03:44:45.366858 | fa163ea7-8ca9-cb44-f903-00000000212c | TASK | Write the puppet step_config manifest 2025-10-04 03:44:45.895914 | fa163ea7-8ca9-cb44-f903-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-04 03:44:45.897360 | fa163ea7-8ca9-cb44-f903-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:34.416533 | 0.53s 2025-10-04 03:44:45.923284 | fa163ea7-8ca9-cb44-f903-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-04 03:44:45.962759 | fa163ea7-8ca9-cb44-f903-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-04 03:44:45.964205 | fa163ea7-8ca9-cb44-f903-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.483373 | 0.04s 2025-10-04 03:44:45.990183 | fa163ea7-8ca9-cb44-f903-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-04 03:44:46.031451 | fa163ea7-8ca9-cb44-f903-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-04 03:44:46.032715 | fa163ea7-8ca9-cb44-f903-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.551889 | 0.04s 2025-10-04 03:44:46.058679 | fa163ea7-8ca9-cb44-f903-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-04 03:44:46.305921 | fa163ea7-8ca9-cb44-f903-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-04 03:44:46.308079 | fa163ea7-8ca9-cb44-f903-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:34.827253 | 0.25s 2025-10-04 03:44:46.334062 | fa163ea7-8ca9-cb44-f903-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-04 03:44:46.366400 | fa163ea7-8ca9-cb44-f903-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-04 03:44:46.368304 | fa163ea7-8ca9-cb44-f903-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:34.887472 | 0.03s 2025-10-04 03:44:46.394248 | fa163ea7-8ca9-cb44-f903-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-04 03:44:46.423678 | fa163ea7-8ca9-cb44-f903-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-04 03:44:46.424977 | fa163ea7-8ca9-cb44-f903-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:34.944149 | 0.03s 2025-10-04 03:44:46.450344 | fa163ea7-8ca9-cb44-f903-000000002132 | TASK | Write container-puppet.json file 2025-10-04 03:44:47.021880 | fa163ea7-8ca9-cb44-f903-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-04 03:44:47.023408 | fa163ea7-8ca9-cb44-f903-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:35.542582 | 0.57s 2025-10-04 03:44:47.048250 | fa163ea7-8ca9-cb44-f903-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-04 03:44:47.078043 | fa163ea7-8ca9-cb44-f903-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-04 03:44:47.079390 | fa163ea7-8ca9-cb44-f903-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.598563 | 0.03s 2025-10-04 03:44:47.105030 | fa163ea7-8ca9-cb44-f903-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-04 03:44:47.134885 | fa163ea7-8ca9-cb44-f903-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-04 03:44:47.135885 | fa163ea7-8ca9-cb44-f903-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.655063 | 0.03s 2025-10-04 03:44:47.156057 | fa163ea7-8ca9-cb44-f903-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-04 03:44:47.542329 | fa163ea7-8ca9-cb44-f903-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-04 03:44:47.543605 | fa163ea7-8ca9-cb44-f903-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:36.062779 | 0.39s 2025-10-04 03:44:47.568097 | fa163ea7-8ca9-cb44-f903-000000002136 | TASK | Set host puppet debugging fact string 2025-10-04 03:44:47.599881 | fa163ea7-8ca9-cb44-f903-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-04 03:44:47.600995 | fa163ea7-8ca9-cb44-f903-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:36.120170 | 0.03s 2025-10-04 03:44:47.626271 | fa163ea7-8ca9-cb44-f903-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-04 03:44:47.655265 | fa163ea7-8ca9-cb44-f903-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-04 03:44:47.656340 | fa163ea7-8ca9-cb44-f903-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:36.175514 | 0.03s 2025-10-04 03:44:47.682134 | fa163ea7-8ca9-cb44-f903-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-04 03:44:47.710627 | fa163ea7-8ca9-cb44-f903-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-04 03:44:47.711663 | fa163ea7-8ca9-cb44-f903-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:36.230837 | 0.03s 2025-10-04 03:44:47.736686 | fa163ea7-8ca9-cb44-f903-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-04 03:44:47.765240 | fa163ea7-8ca9-cb44-f903-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-04 03:44:47.766328 | fa163ea7-8ca9-cb44-f903-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:36.285502 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-04 03:44:47.840482 | fa163ea7-8ca9-cb44-f903-0000000000c0 | TIMING | include_tasks | standalone | 0:03:36.359649 | 0.05s 2025-10-04 03:44:47.956485 | 93c5d40a-38b6-4c64-a1cb-e53e18c70963 | INCLUDED | /root/standalone-ansible-tey6r4dq/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-04 03:44:48.030107 | fa163ea7-8ca9-cb44-f903-000000002164 | TASK | Create dirs for certificates and keys 2025-10-04 03:44:48.095437 | fa163ea7-8ca9-cb44-f903-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-04 03:44:48.107942 | fa163ea7-8ca9-cb44-f903-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-04 03:44:48.120398 | fa163ea7-8ca9-cb44-f903-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:36.639562 | 0.09s 2025-10-04 03:44:48.201184 | fa163ea7-8ca9-cb44-f903-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-04 03:44:48.202670 | fa163ea7-8ca9-cb44-f903-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:36.721833 | 0.05s 2025-10-04 03:44:48.229113 | fa163ea7-8ca9-cb44-f903-00000000216c | TASK | Fail if container image is undefined 2025-10-04 03:44:48.290415 | fa163ea7-8ca9-cb44-f903-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-04 03:44:48.291644 | fa163ea7-8ca9-cb44-f903-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:36.810812 | 0.06s 2025-10-04 03:44:48.334475 | fa163ea7-8ca9-cb44-f903-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-04 03:45:09.936420 | fa163ea7-8ca9-cb44-f903-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-04 03:45:09.938160 | fa163ea7-8ca9-cb44-f903-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:58.457330 | 21.60s 2025-10-04 03:45:09.997309 | fa163ea7-8ca9-cb44-f903-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-04 03:45:10.312158 | fa163ea7-8ca9-cb44-f903-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-04 03:45:10.313095 | fa163ea7-8ca9-cb44-f903-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.832276 | 0.31s 2025-10-04 03:45:10.347717 | fa163ea7-8ca9-cb44-f903-00000000217d | TASK | Fail if container image is undefined 2025-10-04 03:45:10.408049 | fa163ea7-8ca9-cb44-f903-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-04 03:45:10.408849 | fa163ea7-8ca9-cb44-f903-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:58.928030 | 0.06s 2025-10-04 03:45:10.434269 | fa163ea7-8ca9-cb44-f903-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-04 03:45:15.834759 | fa163ea7-8ca9-cb44-f903-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-04 03:45:15.836147 | fa163ea7-8ca9-cb44-f903-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:04.355321 | 5.40s 2025-10-04 03:45:15.892058 | fa163ea7-8ca9-cb44-f903-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-04 03:45:16.270812 | fa163ea7-8ca9-cb44-f903-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-04 03:45:16.272110 | fa163ea7-8ca9-cb44-f903-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.791283 | 0.38s 2025-10-04 03:45:16.321771 | fa163ea7-8ca9-cb44-f903-00000000218a | TASK | Check if rsyslog exists 2025-10-04 03:45:16.566712 | fa163ea7-8ca9-cb44-f903-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-04 03:45:16.568136 | fa163ea7-8ca9-cb44-f903-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:05.087309 | 0.25s 2025-10-04 03:45:16.594657 | fa163ea7-8ca9-cb44-f903-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-04 03:45:16.846834 | fa163ea7-8ca9-cb44-f903-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-04 03:45:16.848354 | fa163ea7-8ca9-cb44-f903-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:05.367526 | 0.25s 2025-10-04 03:45:16.876007 | fa163ea7-8ca9-cb44-f903-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-04 03:45:17.596726 | fa163ea7-8ca9-cb44-f903-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-04 03:45:17.598768 | fa163ea7-8ca9-cb44-f903-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:06.117939 | 0.72s 2025-10-04 03:45:17.627998 | fa163ea7-8ca9-cb44-f903-000000002194 | TASK | Fail if container image is undefined 2025-10-04 03:45:17.689632 | fa163ea7-8ca9-cb44-f903-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-04 03:45:17.690821 | fa163ea7-8ca9-cb44-f903-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:06.209994 | 0.06s 2025-10-04 03:45:17.733201 | fa163ea7-8ca9-cb44-f903-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-04 03:45:23.878483 | fa163ea7-8ca9-cb44-f903-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-04 03:45:23.880178 | fa163ea7-8ca9-cb44-f903-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:12.399328 | 6.14s 2025-10-04 03:45:23.937272 | fa163ea7-8ca9-cb44-f903-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-04 03:45:24.268915 | fa163ea7-8ca9-cb44-f903-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-04 03:45:24.269970 | fa163ea7-8ca9-cb44-f903-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.789150 | 0.33s 2025-10-04 03:45:24.309812 | fa163ea7-8ca9-cb44-f903-0000000021a0 | TASK | Run lvmfilter role 2025-10-04 03:45:24.357136 | fa163ea7-8ca9-cb44-f903-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:12.876308 | 0.05s 2025-10-04 03:45:24.426619 | fa163ea7-8ca9-cb44-f903-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-04 03:45:24.646709 | fa163ea7-8ca9-cb44-f903-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-04 03:45:24.648161 | fa163ea7-8ca9-cb44-f903-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:13.167332 | 0.22s 2025-10-04 03:45:24.676226 | fa163ea7-8ca9-cb44-f903-0000000022b9 | TASK | collect ansible devices 2025-10-04 03:45:24.720630 | fa163ea7-8ca9-cb44-f903-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-04 03:45:24.721920 | fa163ea7-8ca9-cb44-f903-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:13.241092 | 0.04s 2025-10-04 03:45:24.748214 | fa163ea7-8ca9-cb44-f903-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-04 03:45:24.798374 | fa163ea7-8ca9-cb44-f903-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-04 03:45:24.799486 | fa163ea7-8ca9-cb44-f903-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:13.318659 | 0.05s 2025-10-04 03:45:24.825569 | fa163ea7-8ca9-cb44-f903-0000000022bb | TASK | set allowed_devices 2025-10-04 03:45:24.876270 | fa163ea7-8ca9-cb44-f903-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-04 03:45:24.877344 | fa163ea7-8ca9-cb44-f903-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:13.396519 | 0.05s 2025-10-04 03:45:24.904084 | fa163ea7-8ca9-cb44-f903-0000000022bc | TASK | build lvm2 allow list 2025-10-04 03:45:24.953817 | fa163ea7-8ca9-cb44-f903-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-04 03:45:24.955013 | fa163ea7-8ca9-cb44-f903-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:13.474182 | 0.05s 2025-10-04 03:45:24.981335 | fa163ea7-8ca9-cb44-f903-0000000022bd | TASK | build lvm2 deny list 2025-10-04 03:45:25.033385 | fa163ea7-8ca9-cb44-f903-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-04 03:45:25.034496 | fa163ea7-8ca9-cb44-f903-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:13.553645 | 0.05s 2025-10-04 03:45:25.060492 | fa163ea7-8ca9-cb44-f903-0000000022be | TASK | build lvm2 filter 2025-10-04 03:45:25.111745 | fa163ea7-8ca9-cb44-f903-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-04 03:45:25.112828 | fa163ea7-8ca9-cb44-f903-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:13.632002 | 0.05s 2025-10-04 03:45:25.137926 | fa163ea7-8ca9-cb44-f903-0000000022bf | TASK | regenerate lvm config 2025-10-04 03:45:25.187808 | fa163ea7-8ca9-cb44-f903-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-04 03:45:25.188950 | fa163ea7-8ca9-cb44-f903-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:13.708124 | 0.05s 2025-10-04 03:45:25.217769 | fa163ea7-8ca9-cb44-f903-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-04 03:45:25.270499 | fa163ea7-8ca9-cb44-f903-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-04 03:45:25.272075 | fa163ea7-8ca9-cb44-f903-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:13.791240 | 0.05s 2025-10-04 03:45:25.326363 | fa163ea7-8ca9-cb44-f903-0000000021a6 | TASK | Fail if container image is undefined 2025-10-04 03:45:25.389032 | fa163ea7-8ca9-cb44-f903-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-04 03:45:25.390506 | fa163ea7-8ca9-cb44-f903-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:13.909676 | 0.06s 2025-10-04 03:45:25.438778 | fa163ea7-8ca9-cb44-f903-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-04 03:45:34.911705 | fa163ea7-8ca9-cb44-f903-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-04 03:45:34.913443 | fa163ea7-8ca9-cb44-f903-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:23.432616 | 9.47s 2025-10-04 03:45:34.971056 | fa163ea7-8ca9-cb44-f903-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-04 03:45:35.272423 | fa163ea7-8ca9-cb44-f903-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-04 03:45:35.273583 | fa163ea7-8ca9-cb44-f903-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:23.792760 | 0.30s 2025-10-04 03:45:35.380424 | fa163ea7-8ca9-cb44-f903-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-04 03:45:35.381329 | fa163ea7-8ca9-cb44-f903-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:23.900510 | 0.06s 2025-10-04 03:45:35.399655 | fa163ea7-8ca9-cb44-f903-0000000021ba | TASK | Fail if container image is undefined 2025-10-04 03:45:35.469059 | fa163ea7-8ca9-cb44-f903-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-04 03:45:35.469970 | fa163ea7-8ca9-cb44-f903-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:23.989150 | 0.07s 2025-10-04 03:45:35.505479 | fa163ea7-8ca9-cb44-f903-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-04 03:45:43.853077 | fa163ea7-8ca9-cb44-f903-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-04 03:45:43.854431 | fa163ea7-8ca9-cb44-f903-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:32.373604 | 8.35s 2025-10-04 03:45:43.909473 | fa163ea7-8ca9-cb44-f903-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-04 03:45:44.264082 | fa163ea7-8ca9-cb44-f903-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-04 03:45:44.265036 | fa163ea7-8ca9-cb44-f903-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:32.784215 | 0.35s 2025-10-04 03:45:44.352656 | fa163ea7-8ca9-cb44-f903-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-04 03:45:44.353495 | fa163ea7-8ca9-cb44-f903-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:32.872675 | 0.05s 2025-10-04 03:45:44.372867 | fa163ea7-8ca9-cb44-f903-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-04 03:46:04.500722 | fa163ea7-8ca9-cb44-f903-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-04 03:46:04.502279 | fa163ea7-8ca9-cb44-f903-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:53.021454 | 20.13s 2025-10-04 03:46:04.528335 | fa163ea7-8ca9-cb44-f903-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-04 03:46:04.567557 | fa163ea7-8ca9-cb44-f903-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-04 03:46:04.569349 | fa163ea7-8ca9-cb44-f903-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:53.088522 | 0.04s 2025-10-04 03:46:04.595401 | fa163ea7-8ca9-cb44-f903-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-04 03:46:04.877930 | fa163ea7-8ca9-cb44-f903-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-04 03:46:04.879186 | fa163ea7-8ca9-cb44-f903-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:53.398358 | 0.28s 2025-10-04 03:46:04.904443 | fa163ea7-8ca9-cb44-f903-0000000021ce | TASK | is KSM enabled 2025-10-04 03:46:04.957688 | fa163ea7-8ca9-cb44-f903-0000000021ce | OK | is KSM enabled | standalone 2025-10-04 03:46:04.958819 | fa163ea7-8ca9-cb44-f903-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:53.477993 | 0.05s 2025-10-04 03:46:04.985306 | fa163ea7-8ca9-cb44-f903-0000000021d0 | TASK | Check for ksm 2025-10-04 03:46:05.257802 | fa163ea7-8ca9-cb44-f903-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-04 03:46:05.259141 | fa163ea7-8ca9-cb44-f903-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:53.778315 | 0.27s 2025-10-04 03:46:05.285175 | fa163ea7-8ca9-cb44-f903-0000000021d1 | TASK | disable KSM services 2025-10-04 03:46:05.372069 | fa163ea7-8ca9-cb44-f903-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-04 03:46:05.404389 | fa163ea7-8ca9-cb44-f903-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-04 03:46:05.410104 | fa163ea7-8ca9-cb44-f903-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:53.929274 | 0.12s 2025-10-04 03:46:05.436714 | fa163ea7-8ca9-cb44-f903-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-04 03:46:05.507638 | fa163ea7-8ca9-cb44-f903-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-04 03:46:05.508720 | fa163ea7-8ca9-cb44-f903-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:54.027893 | 0.07s 2025-10-04 03:46:05.534468 | fa163ea7-8ca9-cb44-f903-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-04 03:46:05.584599 | fa163ea7-8ca9-cb44-f903-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-04 03:46:05.585719 | fa163ea7-8ca9-cb44-f903-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:54.104893 | 0.05s 2025-10-04 03:46:05.611066 | fa163ea7-8ca9-cb44-f903-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-04 03:46:05.661698 | fa163ea7-8ca9-cb44-f903-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-04 03:46:05.662723 | fa163ea7-8ca9-cb44-f903-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:54.181898 | 0.05s 2025-10-04 03:46:05.687665 | fa163ea7-8ca9-cb44-f903-0000000021d6 | TASK | enable ksmtunded 2025-10-04 03:46:05.750893 | fa163ea7-8ca9-cb44-f903-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-04 03:46:05.773733 | fa163ea7-8ca9-cb44-f903-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-04 03:46:05.786150 | fa163ea7-8ca9-cb44-f903-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:54.305321 | 0.10s 2025-10-04 03:46:05.863089 | fa163ea7-8ca9-cb44-f903-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-04 03:46:05.864230 | fa163ea7-8ca9-cb44-f903-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.383405 | 0.05s 2025-10-04 03:46:05.889176 | fa163ea7-8ca9-cb44-f903-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-04 03:46:05.959479 | fa163ea7-8ca9-cb44-f903-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-04 03:46:05.960605 | fa163ea7-8ca9-cb44-f903-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:54.479782 | 0.07s 2025-10-04 03:46:05.986088 | fa163ea7-8ca9-cb44-f903-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-04 03:46:09.045761 | fa163ea7-8ca9-cb44-f903-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-04 03:46:09.052009 | fa163ea7-8ca9-cb44-f903-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:57.571181 | 3.06s 2025-10-04 03:46:09.088192 | fa163ea7-8ca9-cb44-f903-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-04 03:46:09.160011 | fa163ea7-8ca9-cb44-f903-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-04 03:46:09.162018 | fa163ea7-8ca9-cb44-f903-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:57.681188 | 0.07s 2025-10-04 03:46:09.192203 | fa163ea7-8ca9-cb44-f903-0000000021de | TASK | Fetch ovn VIP 2025-10-04 03:46:09.268828 | fa163ea7-8ca9-cb44-f903-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-04 03:46:09.270402 | fa163ea7-8ca9-cb44-f903-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:57.789573 | 0.08s 2025-10-04 03:46:09.303313 | fa163ea7-8ca9-cb44-f903-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-04 03:46:09.375749 | fa163ea7-8ca9-cb44-f903-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-04 03:46:09.378076 | fa163ea7-8ca9-cb44-f903-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:57.897246 | 0.07s 2025-10-04 03:46:09.409898 | fa163ea7-8ca9-cb44-f903-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-04 03:46:09.480757 | fa163ea7-8ca9-cb44-f903-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-04 03:46:09.481902 | fa163ea7-8ca9-cb44-f903-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:58.001074 | 0.07s 2025-10-04 03:46:09.514400 | fa163ea7-8ca9-cb44-f903-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-04 03:46:09.585233 | fa163ea7-8ca9-cb44-f903-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-04 03:46:09.586356 | fa163ea7-8ca9-cb44-f903-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:58.105528 | 0.07s 2025-10-04 03:46:09.615156 | fa163ea7-8ca9-cb44-f903-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-04 03:46:09.687509 | fa163ea7-8ca9-cb44-f903-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-04 03:46:09.700373 | fa163ea7-8ca9-cb44-f903-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:04:58.219536 | 0.08s 2025-10-04 03:46:09.780166 | fa163ea7-8ca9-cb44-f903-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-04 03:46:09.781571 | fa163ea7-8ca9-cb44-f903-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:58.300704 | 0.05s 2025-10-04 03:46:09.812927 | fa163ea7-8ca9-cb44-f903-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-04 03:46:09.863215 | fa163ea7-8ca9-cb44-f903-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:04:58.382384 | 0.05s 2025-10-04 03:46:09.916453 | fa163ea7-8ca9-cb44-f903-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-04 03:46:10.150445 | fa163ea7-8ca9-cb44-f903-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-04 03:46:10.151858 | fa163ea7-8ca9-cb44-f903-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:58.671031 | 0.23s 2025-10-04 03:46:10.181570 | fa163ea7-8ca9-cb44-f903-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-04 03:46:10.241586 | fa163ea7-8ca9-cb44-f903-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-04 03:46:10.242867 | fa163ea7-8ca9-cb44-f903-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:58.762037 | 0.06s 2025-10-04 03:46:10.273762 | fa163ea7-8ca9-cb44-f903-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-04 03:46:10.550937 | fa163ea7-8ca9-cb44-f903-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-04 03:46:10.552411 | fa163ea7-8ca9-cb44-f903-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:59.071585 | 0.28s 2025-10-04 03:46:10.582068 | fa163ea7-8ca9-cb44-f903-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-04 03:46:10.653475 | fa163ea7-8ca9-cb44-f903-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-04 03:46:10.654814 | fa163ea7-8ca9-cb44-f903-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:59.173990 | 0.07s 2025-10-04 03:46:10.685791 | fa163ea7-8ca9-cb44-f903-000000002393 | TASK | render OVN cluster configuration 2025-10-04 03:46:11.356966 | fa163ea7-8ca9-cb44-f903-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-04 03:46:11.358260 | fa163ea7-8ca9-cb44-f903-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:59.877434 | 0.67s 2025-10-04 03:46:11.390826 | fa163ea7-8ca9-cb44-f903-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-04 03:46:11.452932 | fa163ea7-8ca9-cb44-f903-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:59.972094 | 0.06s 2025-10-04 03:46:11.480262 | fa163ea7-8ca9-cb44-f903-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:59.999439 | 0.09s 2025-10-04 03:46:11.493784 | fa163ea7-8ca9-cb44-f903-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:00.012962 | 0.10s 2025-10-04 03:46:11.500211 | fa163ea7-8ca9-cb44-f903-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:00.019382 | 0.11s 2025-10-04 03:46:11.526253 | 13e2da40-8e36-4a98-ac52-fe2a251a3372 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-04 03:46:11.534364 | a87ad591-228d-45a3-96b1-63bfe6e8d731 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-04 03:46:11.542189 | 39caa592-b8bb-436b-82f4-d9deab9c681b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-04 03:46:11.582120 | fa163ea7-8ca9-cb44-f903-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-04 03:46:11.848814 | fa163ea7-8ca9-cb44-f903-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-04 03:46:11.850429 | fa163ea7-8ca9-cb44-f903-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:00.369599 | 0.27s 2025-10-04 03:46:11.884391 | fa163ea7-8ca9-cb44-f903-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-04 03:46:11.935474 | fa163ea7-8ca9-cb44-f903-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-04 03:46:11.936819 | fa163ea7-8ca9-cb44-f903-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:00.455989 | 0.05s 2025-10-04 03:46:11.970202 | fa163ea7-8ca9-cb44-f903-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-04 03:46:12.205565 | fa163ea7-8ca9-cb44-f903-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-04 03:46:12.207023 | fa163ea7-8ca9-cb44-f903-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:00.726196 | 0.24s 2025-10-04 03:46:12.241125 | fa163ea7-8ca9-cb44-f903-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-04 03:46:12.294856 | fa163ea7-8ca9-cb44-f903-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-04 03:46:12.296044 | fa163ea7-8ca9-cb44-f903-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:00.815216 | 0.05s 2025-10-04 03:46:12.328592 | fa163ea7-8ca9-cb44-f903-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-04 03:46:12.626876 | fa163ea7-8ca9-cb44-f903-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-04 03:46:12.628235 | fa163ea7-8ca9-cb44-f903-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:01.147408 | 0.30s 2025-10-04 03:46:12.660671 | fa163ea7-8ca9-cb44-f903-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-04 03:46:12.713136 | fa163ea7-8ca9-cb44-f903-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-04 03:46:12.714739 | fa163ea7-8ca9-cb44-f903-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:01.233898 | 0.05s 2025-10-04 03:46:12.826597 | fa163ea7-8ca9-cb44-f903-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-04 03:46:12.827870 | fa163ea7-8ca9-cb44-f903-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:01.347036 | 0.05s 2025-10-04 03:46:12.907735 | fa163ea7-8ca9-cb44-f903-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-04 03:46:12.909029 | fa163ea7-8ca9-cb44-f903-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:01.428198 | 0.05s 2025-10-04 03:46:12.938963 | fa163ea7-8ca9-cb44-f903-0000000021f2 | TASK | Fail if container image is undefined 2025-10-04 03:46:13.005683 | fa163ea7-8ca9-cb44-f903-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-04 03:46:13.007202 | fa163ea7-8ca9-cb44-f903-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:01.526371 | 0.07s 2025-10-04 03:46:13.054154 | fa163ea7-8ca9-cb44-f903-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-04 03:46:19.487153 | fa163ea7-8ca9-cb44-f903-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-04 03:46:19.489184 | fa163ea7-8ca9-cb44-f903-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:08.008352 | 6.43s 2025-10-04 03:46:19.547354 | fa163ea7-8ca9-cb44-f903-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-04 03:46:19.906122 | fa163ea7-8ca9-cb44-f903-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-04 03:46:19.907670 | fa163ea7-8ca9-cb44-f903-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:08.426843 | 0.36s 2025-10-04 03:46:19.968319 | fa163ea7-8ca9-cb44-f903-0000000021ff | TASK | Pre-fetch all the containers 2025-10-04 03:46:24.854354 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-04 03:46:24.858879 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:13.378047 | 4.89s 2025-10-04 03:46:30.248870 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-04 03:46:30.261289 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:18.780460 | 10.29s 2025-10-04 03:46:33.378113 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-04 03:46:33.381654 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:21.900826 | 13.41s 2025-10-04 03:46:37.034931 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-04 03:46:37.037476 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:25.556649 | 17.07s 2025-10-04 03:46:39.640806 | fa163ea7-8ca9-cb44-f903-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-04 03:46:39.643386 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:28.162561 | 19.67s 2025-10-04 03:46:42.175498 | fa163ea7-8ca9-cb44-f903-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-04 03:46:42.179421 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:30.698590 | 22.21s 2025-10-04 03:46:46.610594 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-04 03:46:46.614562 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:35.133713 | 26.64s 2025-10-04 03:46:52.126731 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-04 03:46:52.129720 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:40.648894 | 32.16s 2025-10-04 03:46:56.277413 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-04 03:46:56.281205 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:44.800379 | 36.31s 2025-10-04 03:46:59.114700 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-04 03:46:59.117708 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:47.636881 | 39.15s 2025-10-04 03:47:08.445278 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-04 03:47:08.449389 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:56.968555 | 48.48s 2025-10-04 03:47:12.597138 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-04 03:47:12.601193 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:01.120357 | 52.63s 2025-10-04 03:47:29.600413 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-04 03:47:29.604369 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:18.123541 | 69.63s 2025-10-04 03:47:40.127248 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-04 03:47:40.130334 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:28.649505 | 80.16s 2025-10-04 03:47:52.964822 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-04 03:47:52.967853 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:41.487026 | 93.00s 2025-10-04 03:48:00.644262 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-04 03:48:00.647513 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:49.166685 | 100.68s 2025-10-04 03:48:08.329457 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-04 03:48:08.333729 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:56.852902 | 108.36s 2025-10-04 03:48:13.338063 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-04 03:48:13.341923 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:01.861093 | 113.37s 2025-10-04 03:48:17.159242 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-04 03:48:17.163498 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:05.682668 | 117.19s 2025-10-04 03:48:22.484144 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-04 03:48:22.487719 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:11.006889 | 122.52s 2025-10-04 03:48:28.160654 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-04 03:48:28.165028 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:16.684201 | 128.19s 2025-10-04 03:48:41.090093 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-04 03:48:41.094228 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:29.613400 | 141.12s 2025-10-04 03:48:44.306759 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-04 03:48:44.310871 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:32.830044 | 144.34s 2025-10-04 03:48:53.275712 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-04 03:48:53.280088 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:41.799258 | 153.31s 2025-10-04 03:48:56.885425 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-04 03:48:56.889436 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:45.408607 | 156.92s 2025-10-04 03:48:59.959004 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-04 03:48:59.962139 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:48.481311 | 159.99s 2025-10-04 03:49:03.845000 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-04 03:49:03.848234 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:52.367408 | 163.88s 2025-10-04 03:49:07.541401 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-04 03:49:07.547074 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:56.066238 | 167.58s 2025-10-04 03:49:11.902587 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-04 03:49:11.905767 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:00.424939 | 171.94s 2025-10-04 03:49:16.387602 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-04 03:49:16.390779 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:04.909950 | 176.42s 2025-10-04 03:49:21.772137 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-04 03:49:21.776242 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:10.295416 | 181.81s 2025-10-04 03:49:25.848198 | fa163ea7-8ca9-cb44-f903-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-04 03:49:25.850296 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:14.369474 | 185.88s 2025-10-04 03:49:28.500573 | fa163ea7-8ca9-cb44-f903-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-04 03:49:28.505644 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:17.024809 | 188.54s 2025-10-04 03:49:31.607650 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-04 03:49:31.612816 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:20.131985 | 191.64s 2025-10-04 03:49:34.059411 | fa163ea7-8ca9-cb44-f903-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-04 03:49:34.063393 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:22.582564 | 194.09s 2025-10-04 03:49:38.243084 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-04 03:49:38.247233 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:26.766407 | 198.28s 2025-10-04 03:49:41.744833 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-04 03:49:41.749828 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:30.269001 | 201.78s 2025-10-04 03:49:45.112390 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-04 03:49:45.117084 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:33.636252 | 205.15s 2025-10-04 03:49:48.709465 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-04 03:49:48.713630 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:37.232800 | 208.74s 2025-10-04 03:49:51.970136 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-04 03:49:51.974103 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:40.493275 | 212.00s 2025-10-04 03:49:56.615891 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-04 03:49:56.619292 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:45.138462 | 216.65s 2025-10-04 03:49:59.844103 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-04 03:49:59.847177 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:48.366347 | 219.88s 2025-10-04 03:50:03.776625 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-04 03:50:03.780122 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:52.299295 | 223.81s 2025-10-04 03:50:07.518836 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-04 03:50:07.522908 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:56.042073 | 227.55s 2025-10-04 03:50:11.022186 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-04 03:50:11.026372 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:59.545543 | 231.06s 2025-10-04 03:50:14.661150 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-04 03:50:14.664555 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:03.183710 | 234.69s 2025-10-04 03:50:17.439022 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-04 03:50:17.443019 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:05.962189 | 237.47s 2025-10-04 03:50:21.796801 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-04 03:50:21.800193 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:10.319362 | 241.83s 2025-10-04 03:50:25.946211 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-04 03:50:25.951234 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:14.470400 | 245.98s 2025-10-04 03:50:29.977799 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-04 03:50:29.980937 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:18.500108 | 250.01s 2025-10-04 03:50:33.169311 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-04 03:50:33.172367 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:21.691540 | 253.20s 2025-10-04 03:50:36.957099 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-04 03:50:36.961637 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:25.480807 | 256.99s 2025-10-04 03:50:40.426104 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-04 03:50:40.430416 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:28.949585 | 260.46s 2025-10-04 03:50:43.893566 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-04 03:50:43.896904 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:32.416075 | 263.93s 2025-10-04 03:50:46.929680 | fa163ea7-8ca9-cb44-f903-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-04 03:50:46.932558 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:35.451734 | 266.96s 2025-10-04 03:50:47.420438 | fa163ea7-8ca9-cb44-f903-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:35.939589 | 267.45s 2025-10-04 03:50:47.662028 | fa163ea7-8ca9-cb44-f903-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-04 03:50:47.663387 | fa163ea7-8ca9-cb44-f903-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:36.182562 | 0.07s 2025-10-04 03:50:47.687032 | fa163ea7-8ca9-cb44-f903-000000002209 | TASK | Fail if container image is undefined 2025-10-04 03:50:47.757045 | fa163ea7-8ca9-cb44-f903-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-04 03:50:47.757944 | fa163ea7-8ca9-cb44-f903-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:36.277124 | 0.07s 2025-10-04 03:50:47.792013 | fa163ea7-8ca9-cb44-f903-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-04 03:50:53.882722 | fa163ea7-8ca9-cb44-f903-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-04 03:50:53.884147 | fa163ea7-8ca9-cb44-f903-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:42.403321 | 6.09s 2025-10-04 03:50:53.944381 | fa163ea7-8ca9-cb44-f903-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-04 03:50:54.315992 | fa163ea7-8ca9-cb44-f903-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-04 03:50:54.317461 | fa163ea7-8ca9-cb44-f903-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:09:42.836634 | 0.37s 2025-10-04 03:50:54.372662 | fa163ea7-8ca9-cb44-f903-000000002216 | TASK | Check if rsyslog exists 2025-10-04 03:50:54.660110 | fa163ea7-8ca9-cb44-f903-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-04 03:50:54.661677 | fa163ea7-8ca9-cb44-f903-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:09:43.180849 | 0.29s 2025-10-04 03:50:54.690796 | fa163ea7-8ca9-cb44-f903-000000002217 | TASK | Forward logging to swift.log file 2025-10-04 03:50:55.221224 | fa163ea7-8ca9-cb44-f903-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-04 03:50:55.222727 | fa163ea7-8ca9-cb44-f903-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:09:43.741901 | 0.53s 2025-10-04 03:50:55.251879 | fa163ea7-8ca9-cb44-f903-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-04 03:50:55.982338 | fa163ea7-8ca9-cb44-f903-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-04 03:50:55.984468 | fa163ea7-8ca9-cb44-f903-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:44.503642 | 0.73s 2025-10-04 03:50:56.014623 | fa163ea7-8ca9-cb44-f903-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-04 03:50:56.267265 | fa163ea7-8ca9-cb44-f903-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-04 03:50:56.268822 | fa163ea7-8ca9-cb44-f903-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:44.787996 | 0.25s 2025-10-04 03:50:56.384131 | fa163ea7-8ca9-cb44-f903-0000000000c3 | TIMING | include_tasks | standalone | 0:09:44.903295 | 0.08s 2025-10-04 03:50:56.426998 | 1ccff5da-a0de-4a31-90e6-52f34a50f473 | INCLUDED | /root/standalone-ansible-tey6r4dq/common_deploy_steps_tasks.yaml | standalone 2025-10-04 03:50:56.452728 | fa163ea7-8ca9-cb44-f903-00000000249a | TASK | Write the config_step hieradata 2025-10-04 03:50:56.966216 | fa163ea7-8ca9-cb44-f903-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-04 03:50:56.967587 | fa163ea7-8ca9-cb44-f903-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:09:45.486760 | 0.51s 2025-10-04 03:50:56.998028 | fa163ea7-8ca9-cb44-f903-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-04 03:50:57.312882 | fa163ea7-8ca9-cb44-f903-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-04 03:50:57.314262 | fa163ea7-8ca9-cb44-f903-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:45.833435 | 0.31s 2025-10-04 03:50:57.343494 | fa163ea7-8ca9-cb44-f903-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-04 03:50:57.590064 | fa163ea7-8ca9-cb44-f903-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-04 03:51:07.811828 | fa163ea7-8ca9-cb44-f903-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-04 03:51:18.092779 | fa163ea7-8ca9-cb44-f903-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-04 03:51:28.287655 | fa163ea7-8ca9-cb44-f903-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-04 03:51:38.509793 | fa163ea7-8ca9-cb44-f903-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-04 03:51:48.712285 | fa163ea7-8ca9-cb44-f903-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-04 03:51:58.936055 | fa163ea7-8ca9-cb44-f903-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-04 03:51:58.938667 | fa163ea7-8ca9-cb44-f903-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:47.457833 | 61.59s 2025-10-04 03:51:58.970843 | fa163ea7-8ca9-cb44-f903-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-04 03:51:59.053797 | fa163ea7-8ca9-cb44-f903-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 4 03:50:57 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 4 03:51:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 4 03:51:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 4 03:51:01 puppet-user: (file & line not available)", "<13>Oct 4 03:51:01 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 4 03:51:01 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 4 03:51:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 4 03:51:01 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Oct 4 03:51:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 4 03:51:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 4 03:51:01 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 4 03:51:11 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 4 03:51:19 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 4 03:51:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 4 03:51:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 4 03:51:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 4 03:51:22 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 4 03:51:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 4 03:51:24 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 4 03:51:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 4 03:51:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 4 03:51:30 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 4 03:51:30 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 4 03:51:53 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 4 03:51:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 4 03:51:57 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 4 03:51:57 puppet-user: Notice: Applied catalog in 55.48 seconds", "<13>Oct 4 03:51:57 puppet-user: Application:", "<13>Oct 4 03:51:57 puppet-user: Initial environment: production", "<13>Oct 4 03:51:57 puppet-user: Converged environment: production", "<13>Oct 4 03:51:57 puppet-user: Run mode: user", "<13>Oct 4 03:51:57 puppet-user: Changes:", "<13>Oct 4 03:51:57 puppet-user: Total: 17", "<13>Oct 4 03:51:57 puppet-user: Events:", "<13>Oct 4 03:51:57 puppet-user: Success: 17", "<13>Oct 4 03:51:57 puppet-user: Resources:", "<13>Oct 4 03:51:57 puppet-user: Restarted: 1", "<13>Oct 4 03:51:57 puppet-user: Changed: 16", "<13>Oct 4 03:51:57 puppet-user: Out of sync: 16", "<13>Oct 4 03:51:57 puppet-user: Total: 26", "<13>Oct 4 03:51:57 puppet-user: Time:", "<13>Oct 4 03:51:57 puppet-user: Schedule: 0.00", "<13>Oct 4 03:51:57 puppet-user: File: 0.00", "<13>Oct 4 03:51:57 puppet-user: File line: 0.00", "<13>Oct 4 03:51:57 puppet-user: Augeas: 0.02", "<13>Oct 4 03:51:57 puppet-user: User: 0.20", "<13>Oct 4 03:51:57 puppet-user: Config retrieval: 0.43", "<13>Oct 4 03:51:57 puppet-user: Package: 17.46", "<13>Oct 4 03:51:57 puppet-user: Last run: 1759549917", "<13>Oct 4 03:51:57 puppet-user: Exec: 28.97", "<13>Oct 4 03:51:57 puppet-user: Pcmk property: 3.50", "<13>Oct 4 03:51:57 puppet-user: Service: 3.95", "<13>Oct 4 03:51:57 puppet-user: Filebucket: 0.00", "<13>Oct 4 03:51:57 puppet-user: Transaction evaluation: 55.47", "<13>Oct 4 03:51:57 puppet-user: Catalog application: 55.48", "<13>Oct 4 03:51:57 puppet-user: Total: 55.48", "<13>Oct 4 03:51:57 puppet-user: Version:", "<13>Oct 4 03:51:57 puppet-user: Config: 1759549861", "<13>Oct 4 03:51:57 puppet-user: Puppet: 7.10.0" ] } 2025-10-04 03:51:59.054575 | fa163ea7-8ca9-cb44-f903-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:47.573758 | 0.08s 2025-10-04 03:51:59.084159 | fa163ea7-8ca9-cb44-f903-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-04 03:51:59.118727 | fa163ea7-8ca9-cb44-f903-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:47.637895 | 0.03s 2025-10-04 03:51:59.192756 | fa163ea7-8ca9-cb44-f903-0000000024e5 | TASK | Gather variables for each operating system 2025-10-04 03:51:59.295476 | fa163ea7-8ca9-cb44-f903-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:47.814637 | 0.10s 2025-10-04 03:51:59.325517 | fa163ea7-8ca9-cb44-f903-0000000024e6 | TASK | Create puppet caching structures 2025-10-04 03:51:59.572823 | fa163ea7-8ca9-cb44-f903-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-04 03:51:59.574489 | fa163ea7-8ca9-cb44-f903-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:48.093661 | 0.25s 2025-10-04 03:51:59.606666 | fa163ea7-8ca9-cb44-f903-0000000024e7 | TASK | Check for facter.conf 2025-10-04 03:51:59.839431 | fa163ea7-8ca9-cb44-f903-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-04 03:51:59.840856 | fa163ea7-8ca9-cb44-f903-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:48.360030 | 0.23s 2025-10-04 03:51:59.871611 | fa163ea7-8ca9-cb44-f903-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-04 03:51:59.923507 | fa163ea7-8ca9-cb44-f903-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-04 03:51:59.924897 | fa163ea7-8ca9-cb44-f903-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:48.444065 | 0.05s 2025-10-04 03:51:59.955797 | fa163ea7-8ca9-cb44-f903-0000000024e9 | TASK | Write facter cache config 2025-10-04 03:52:00.493154 | fa163ea7-8ca9-cb44-f903-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-04 03:52:00.494684 | fa163ea7-8ca9-cb44-f903-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:49.013857 | 0.54s 2025-10-04 03:52:00.525625 | fa163ea7-8ca9-cb44-f903-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-04 03:52:00.773481 | fa163ea7-8ca9-cb44-f903-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-04 03:52:00.774966 | fa163ea7-8ca9-cb44-f903-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:49.294139 | 0.25s 2025-10-04 03:52:00.805611 | fa163ea7-8ca9-cb44-f903-0000000024eb | TASK | Pre-cache facts 2025-10-04 03:52:01.459410 | fa163ea7-8ca9-cb44-f903-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-04 03:52:01.460869 | fa163ea7-8ca9-cb44-f903-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:49.980041 | 0.65s 2025-10-04 03:52:01.492630 | fa163ea7-8ca9-cb44-f903-0000000024ec | TASK | Failed deployment if facter fails 2025-10-04 03:52:01.539742 | fa163ea7-8ca9-cb44-f903-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-04 03:52:01.541210 | fa163ea7-8ca9-cb44-f903-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:50.060382 | 0.05s 2025-10-04 03:52:01.591907 | fa163ea7-8ca9-cb44-f903-0000000024ed | TASK | Sync cached facts 2025-10-04 03:52:02.084334 | fa163ea7-8ca9-cb44-f903-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-0000000024ed') missing from stats 2025-10-04 03:52:02.144809 | fa163ea7-8ca9-cb44-f903-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-04 03:52:02.186099 | fa163ea7-8ca9-cb44-f903-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:50.705266 | 0.04s 2025-10-04 03:52:02.218268 | e0d948f9-a972-43da-ad2d-d67994025f0e | INCLUDED | /root/standalone-ansible-tey6r4dq/generate-config-tasks.yaml | standalone 2025-10-04 03:52:02.252970 | fa163ea7-8ca9-cb44-f903-000000002537 | TASK | Create base directory puppet configs 2025-10-04 03:52:02.495484 | fa163ea7-8ca9-cb44-f903-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-04 03:52:02.497395 | fa163ea7-8ca9-cb44-f903-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:10:51.016562 | 0.24s 2025-10-04 03:52:02.532062 | fa163ea7-8ca9-cb44-f903-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-04 03:52:02.808829 | fa163ea7-8ca9-cb44-f903-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-04 03:52:02.810292 | fa163ea7-8ca9-cb44-f903-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:51.329463 | 0.28s 2025-10-04 03:52:02.841780 | fa163ea7-8ca9-cb44-f903-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-04 03:52:02.871201 | fa163ea7-8ca9-cb44-f903-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:51.390367 | 0.03s 2025-10-04 03:52:02.945608 | fa163ea7-8ca9-cb44-f903-0000000025c3 | TASK | Gather variables for each operating system 2025-10-04 03:52:03.069715 | fa163ea7-8ca9-cb44-f903-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:51.588872 | 0.12s 2025-10-04 03:52:03.102109 | fa163ea7-8ca9-cb44-f903-0000000025c4 | TASK | Create container logs path 2025-10-04 03:52:03.361285 | fa163ea7-8ca9-cb44-f903-0000000025c4 | OK | Create container logs path | standalone 2025-10-04 03:52:03.362831 | fa163ea7-8ca9-cb44-f903-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:51.882003 | 0.26s 2025-10-04 03:52:03.396976 | fa163ea7-8ca9-cb44-f903-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:52:03.908021 | fa163ea7-8ca9-cb44-f903-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-04 03:52:03.909643 | fa163ea7-8ca9-cb44-f903-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:52.428809 | 0.51s 2025-10-04 03:52:03.944579 | fa163ea7-8ca9-cb44-f903-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-04 03:52:04.030722 | fa163ea7-8ca9-cb44-f903-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-04 03:52:04.032034 | fa163ea7-8ca9-cb44-f903-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:52.551205 | 0.09s 2025-10-04 03:52:04.063502 | fa163ea7-8ca9-cb44-f903-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-04 03:52:04.106795 | fa163ea7-8ca9-cb44-f903-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 03:52:04.108510 | fa163ea7-8ca9-cb44-f903-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:52.627676 | 0.04s 2025-10-04 03:52:04.143638 | fa163ea7-8ca9-cb44-f903-0000000025cb | TASK | Update container configs with new config hashes 2025-10-04 03:52:04.207988 | fa163ea7-8ca9-cb44-f903-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 03:52:04.209499 | fa163ea7-8ca9-cb44-f903-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:52.728669 | 0.06s 2025-10-04 03:52:04.243771 | fa163ea7-8ca9-cb44-f903-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:52:04.307042 | fa163ea7-8ca9-cb44-f903-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:52.826208 | 0.06s 2025-10-04 03:52:04.335240 | f1932820-0033-4acd-87a3-dbfce396cbd6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 03:52:04.374724 | fa163ea7-8ca9-cb44-f903-000000002610 | TASK | Gather podman infos 2025-10-04 03:52:05.026884 | fa163ea7-8ca9-cb44-f903-000000002610 | OK | Gather podman infos | standalone 2025-10-04 03:52:05.028596 | fa163ea7-8ca9-cb44-f903-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:53.547768 | 0.65s 2025-10-04 03:52:05.068135 | fa163ea7-8ca9-cb44-f903-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:52:05.131251 | fa163ea7-8ca9-cb44-f903-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-04 03:52:05.132741 | fa163ea7-8ca9-cb44-f903-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:53.651913 | 0.06s 2025-10-04 03:52:05.166282 | fa163ea7-8ca9-cb44-f903-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:52:05.224740 | fa163ea7-8ca9-cb44-f903-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:53.743896 | 0.06s 2025-10-04 03:52:05.254260 | 022841f7-d1d9-4814-8fe5-e1af6551f51a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 03:52:05.292354 | fa163ea7-8ca9-cb44-f903-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:52:38.231745 | fa163ea7-8ca9-cb44-f903-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-04 03:52:38.234173 | fa163ea7-8ca9-cb44-f903-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:26.753340 | 32.94s 2025-10-04 03:52:38.319141 | fa163ea7-8ca9-cb44-f903-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:52:38.407618 | fa163ea7-8ca9-cb44-f903-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-04 03:52:38.409182 | fa163ea7-8ca9-cb44-f903-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:11:26.928352 | 0.09s 2025-10-04 03:52:38.466749 | fa163ea7-8ca9-cb44-f903-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-04 03:52:38.501383 | fa163ea7-8ca9-cb44-f903-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-04 03:52:38.502839 | fa163ea7-8ca9-cb44-f903-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:27.022010 | 0.03s 2025-10-04 03:52:38.533216 | fa163ea7-8ca9-cb44-f903-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-04 03:52:38.565207 | fa163ea7-8ca9-cb44-f903-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-04 03:52:38.566654 | fa163ea7-8ca9-cb44-f903-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:27.085825 | 0.03s 2025-10-04 03:52:38.598727 | fa163ea7-8ca9-cb44-f903-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-04 03:52:38.627064 | fa163ea7-8ca9-cb44-f903-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:27.146226 | 0.03s 2025-10-04 03:52:38.796776 | fa163ea7-8ca9-cb44-f903-000000002690 | TASK | Gather variables for each operating system 2025-10-04 03:52:38.919936 | fa163ea7-8ca9-cb44-f903-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:27.439093 | 0.12s 2025-10-04 03:52:38.950668 | fa163ea7-8ca9-cb44-f903-000000002691 | TASK | Create container logs path 2025-10-04 03:52:39.240027 | fa163ea7-8ca9-cb44-f903-000000002691 | OK | Create container logs path | standalone 2025-10-04 03:52:39.241873 | fa163ea7-8ca9-cb44-f903-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:27.761046 | 0.29s 2025-10-04 03:52:39.275369 | fa163ea7-8ca9-cb44-f903-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-04 03:52:39.551447 | fa163ea7-8ca9-cb44-f903-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-04 03:52:39.552935 | fa163ea7-8ca9-cb44-f903-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:28.072109 | 0.28s 2025-10-04 03:52:39.583499 | fa163ea7-8ca9-cb44-f903-000000002694 | TASK | Finalise hashes for all containers 2025-10-04 03:52:39.623454 | fa163ea7-8ca9-cb44-f903-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-04 03:52:39.624818 | fa163ea7-8ca9-cb44-f903-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:28.143991 | 0.04s 2025-10-04 03:52:39.654958 | fa163ea7-8ca9-cb44-f903-000000002696 | TASK | Manage systemd shutdown files 2025-10-04 03:52:39.694406 | fa163ea7-8ca9-cb44-f903-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:28.213549 | 0.04s 2025-10-04 03:52:39.731086 | 9ae430a0-b155-454e-9b98-5e2f720d7f43 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-04 03:52:39.759070 | fa163ea7-8ca9-cb44-f903-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-04 03:52:40.038493 | fa163ea7-8ca9-cb44-f903-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-04 03:52:40.040142 | fa163ea7-8ca9-cb44-f903-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:28.559312 | 0.28s 2025-10-04 03:52:40.072152 | fa163ea7-8ca9-cb44-f903-0000000026ca | TASK | Set podman_drop_in fact 2025-10-04 03:52:40.131303 | fa163ea7-8ca9-cb44-f903-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-04 03:52:40.132190 | fa163ea7-8ca9-cb44-f903-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:28.651372 | 0.06s 2025-10-04 03:52:40.152390 | fa163ea7-8ca9-cb44-f903-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-04 03:52:40.594418 | fa163ea7-8ca9-cb44-f903-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-04 03:52:40.596447 | fa163ea7-8ca9-cb44-f903-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:29.115611 | 0.44s 2025-10-04 03:52:41.046805 | fa163ea7-8ca9-cb44-f903-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-04 03:52:41.048817 | fa163ea7-8ca9-cb44-f903-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:29.567986 | 0.90s 2025-10-04 03:52:41.059304 | fa163ea7-8ca9-cb44-f903-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:29.578463 | 0.91s 2025-10-04 03:52:41.086382 | fa163ea7-8ca9-cb44-f903-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-04 03:52:41.682658 | fa163ea7-8ca9-cb44-f903-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-04 03:52:41.684195 | fa163ea7-8ca9-cb44-f903-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:30.203367 | 0.60s 2025-10-04 03:52:41.716926 | fa163ea7-8ca9-cb44-f903-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-04 03:52:42.264471 | fa163ea7-8ca9-cb44-f903-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-04 03:52:42.266031 | fa163ea7-8ca9-cb44-f903-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:30.785202 | 0.55s 2025-10-04 03:52:42.297431 | fa163ea7-8ca9-cb44-f903-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-04 03:52:43.293138 | fa163ea7-8ca9-cb44-f903-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-04 03:52:43.295373 | fa163ea7-8ca9-cb44-f903-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:31.814545 | 1.00s 2025-10-04 03:52:43.327416 | fa163ea7-8ca9-cb44-f903-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-04 03:52:43.746387 | fa163ea7-8ca9-cb44-f903-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-04 03:52:43.747990 | fa163ea7-8ca9-cb44-f903-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:32.267163 | 0.42s 2025-10-04 03:52:43.778018 | fa163ea7-8ca9-cb44-f903-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-04 03:52:44.317774 | fa163ea7-8ca9-cb44-f903-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-04 03:52:44.319347 | fa163ea7-8ca9-cb44-f903-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:32.838518 | 0.54s 2025-10-04 03:52:44.350700 | fa163ea7-8ca9-cb44-f903-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-04 03:52:45.399804 | fa163ea7-8ca9-cb44-f903-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-04 03:52:45.401996 | fa163ea7-8ca9-cb44-f903-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:33.921170 | 1.05s 2025-10-04 03:52:45.424159 | fa163ea7-8ca9-cb44-f903-000000002698 | TASK | Update container configs with new config hashes 2025-10-04 03:52:45.481071 | fa163ea7-8ca9-cb44-f903-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:34.000247 | 0.06s 2025-10-04 03:52:45.491578 | 0cf208bb-f53a-4ad7-bcea-57edb61a6e2c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-04 03:52:45.522199 | fa163ea7-8ca9-cb44-f903-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-04 03:52:45.849217 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-04 03:52:45.850783 | | WARNING | Config change detected for mysql_bootstrap, new hash: 16cd715762d958ebb0bffbbdb61cc302 2025-10-04 03:52:45.851479 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: bc25a6caf11ca2018410732cc477cdae 2025-10-04 03:52:45.852110 | | WARNING | Config change detected for clustercheck, new hash: dede21b4b05f2d7b432afe66997c54eb 2025-10-04 03:52:45.852870 | | WARNING | Config change detected for horizon_fix_perms, new hash: 6da3c5423a15038e6e0095789e3109ea 2025-10-04 03:52:45.853626 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 16cd715762d958ebb0bffbbdb61cc302 2025-10-04 03:52:45.854357 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.855084 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.855841 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.856582 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.857260 | | WARNING | Config change detected for aodh_db_sync, new hash: a40326df4565e60237a15b7f4284ca77 2025-10-04 03:52:45.857950 | | WARNING | Config change detected for barbican_api, new hash: dce31c655711547a064cf2a7ad71a1a3 2025-10-04 03:52:45.858674 | | WARNING | Config change detected for barbican_api_db_sync, new hash: dce31c655711547a064cf2a7ad71a1a3 2025-10-04 03:52:45.859279 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: dce31c655711547a064cf2a7ad71a1a3 2025-10-04 03:52:45.860012 | | WARNING | Config change detected for barbican_keystone_listener, new hash: dce31c655711547a064cf2a7ad71a1a3 2025-10-04 03:52:45.860653 | | WARNING | Config change detected for barbican_worker, new hash: dce31c655711547a064cf2a7ad71a1a3 2025-10-04 03:52:45.861339 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 4d468e2c2b809fc782154f04f1763b9f 2025-10-04 03:52:45.861950 | | WARNING | Config change detected for glance_api_db_sync, new hash: 8e5d93731c745ad9912cf229067dfc14-3e2531fb308b39b109832846d6b82b30 2025-10-04 03:52:45.862596 | | WARNING | Config change detected for heat_engine_db_sync, new hash: b433f680d079da257a580af815eb64ff 2025-10-04 03:52:45.863222 | | WARNING | Config change detected for horizon, new hash: 6da3c5423a15038e6e0095789e3109ea 2025-10-04 03:52:45.863905 | | WARNING | Config change detected for iscsid, new hash: 3e2531fb308b39b109832846d6b82b30 2025-10-04 03:52:45.864519 | | WARNING | Config change detected for keystone, new hash: 15fd4070218d192cd63c0c50c501177c 2025-10-04 03:52:45.865289 | | WARNING | Config change detected for keystone_cron, new hash: 15fd4070218d192cd63c0c50c501177c 2025-10-04 03:52:45.865995 | | WARNING | Config change detected for keystone_db_sync, new hash: 15fd4070218d192cd63c0c50c501177c 2025-10-04 03:52:45.866680 | | WARNING | Config change detected for manila_api_db_sync, new hash: 85c22e8a41a6050d6086e4e54ede36cf 2025-10-04 03:52:45.867323 | | WARNING | Config change detected for neutron_db_sync, new hash: e02ec329a68e5842001b106d895406cc 2025-10-04 03:52:45.868079 | | WARNING | Config change detected for nova_api_db_sync, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.868724 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.869325 | | WARNING | Config change detected for nova_db_sync, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.869988 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.870649 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.871235 | | WARNING | Config change detected for nova_virtproxyd, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.871833 | | WARNING | Config change detected for nova_virtqemud, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.872639 | | WARNING | Config change detected for nova_virtsecretd, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.873240 | | WARNING | Config change detected for nova_virtstoraged, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.874219 | | WARNING | Config change detected for octavia_db_sync, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.874907 | | WARNING | Config change detected for placement_api_db_sync, new hash: 7c59cacf45a7b581feda2646bebf0fa7 2025-10-04 03:52:45.875588 | | WARNING | Config change detected for swift_copy_rings, new hash: a68971b81443868f136b36a2c21aa1d4-ac658aba3ca4e69874f61d4206cb727a 2025-10-04 03:52:45.876192 | | WARNING | Config change detected for aodh_api, new hash: a40326df4565e60237a15b7f4284ca77 2025-10-04 03:52:45.876812 | | WARNING | Config change detected for aodh_api_cron, new hash: a40326df4565e60237a15b7f4284ca77 2025-10-04 03:52:45.877387 | | WARNING | Config change detected for aodh_evaluator, new hash: a40326df4565e60237a15b7f4284ca77 2025-10-04 03:52:45.878115 | | WARNING | Config change detected for aodh_listener, new hash: a40326df4565e60237a15b7f4284ca77 2025-10-04 03:52:45.878752 | | WARNING | Config change detected for aodh_notifier, new hash: a40326df4565e60237a15b7f4284ca77 2025-10-04 03:52:45.879360 | | WARNING | Config change detected for ceilometer_agent_central, new hash: ad2b11374def5325ec3a71b8b58eeb48 2025-10-04 03:52:45.879976 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: ad2b11374def5325ec3a71b8b58eeb48 2025-10-04 03:52:45.880665 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: ad2b11374def5325ec3a71b8b58eeb48 2025-10-04 03:52:45.881259 | | WARNING | Config change detected for cinder_api, new hash: 4d468e2c2b809fc782154f04f1763b9f 2025-10-04 03:52:45.881923 | | WARNING | Config change detected for cinder_api_cron, new hash: 4d468e2c2b809fc782154f04f1763b9f 2025-10-04 03:52:45.882507 | | WARNING | Config change detected for cinder_scheduler, new hash: 4d468e2c2b809fc782154f04f1763b9f 2025-10-04 03:52:45.883246 | | WARNING | Config change detected for glance_api, new hash: 8e5d93731c745ad9912cf229067dfc14-3e2531fb308b39b109832846d6b82b30 2025-10-04 03:52:45.883932 | | WARNING | Config change detected for glance_api_cron, new hash: 8e5d93731c745ad9912cf229067dfc14 2025-10-04 03:52:45.884576 | | WARNING | Config change detected for glance_api_internal, new hash: 6522479c48c1c0d4616a9e1b2f3790b3-3e2531fb308b39b109832846d6b82b30 2025-10-04 03:52:45.885148 | | WARNING | Config change detected for heat_api, new hash: dafd6340a2e3f09d47afbb49640bb9ae 2025-10-04 03:52:45.885765 | | WARNING | Config change detected for heat_api_cfn, new hash: cee69468dc3ff7a31d8268179bcb19af 2025-10-04 03:52:45.886344 | | WARNING | Config change detected for heat_api_cron, new hash: dafd6340a2e3f09d47afbb49640bb9ae 2025-10-04 03:52:45.887033 | | WARNING | Config change detected for heat_engine, new hash: b433f680d079da257a580af815eb64ff 2025-10-04 03:52:45.887663 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-04 03:52:45.888278 | | WARNING | Config change detected for manila_api, new hash: 85c22e8a41a6050d6086e4e54ede36cf 2025-10-04 03:52:45.888941 | | WARNING | Config change detected for manila_api_cron, new hash: 85c22e8a41a6050d6086e4e54ede36cf 2025-10-04 03:52:45.889558 | | WARNING | Config change detected for manila_scheduler, new hash: 85c22e8a41a6050d6086e4e54ede36cf 2025-10-04 03:52:45.890169 | | WARNING | Config change detected for neutron_api, new hash: e02ec329a68e5842001b106d895406cc 2025-10-04 03:52:45.890813 | | WARNING | Config change detected for neutron_dhcp, new hash: e02ec329a68e5842001b106d895406cc 2025-10-04 03:52:45.891403 | | WARNING | Config change detected for neutron_sriov_agent, new hash: e02ec329a68e5842001b106d895406cc 2025-10-04 03:52:45.892059 | | WARNING | Config change detected for nova_api, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.892707 | | WARNING | Config change detected for nova_api_cron, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.893329 | | WARNING | Config change detected for nova_conductor, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.893960 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.894588 | | WARNING | Config change detected for nova_metadata, new hash: 897e3b1dc3b7e0367507bc0baf972a85 2025-10-04 03:52:45.895232 | | WARNING | Config change detected for nova_migration_target, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.895870 | | WARNING | Config change detected for nova_scheduler, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.896357 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.896971 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 5fb01bd4e1dabcfba3fe8dd56ea0e99c 2025-10-04 03:52:45.897570 | | WARNING | Config change detected for octavia_api, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.898166 | | WARNING | Config change detected for octavia_driver_agent, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.898778 | | WARNING | Config change detected for ovn_metadata_agent, new hash: e02ec329a68e5842001b106d895406cc 2025-10-04 03:52:45.901021 | | WARNING | Config change detected for placement_api, new hash: 7c59cacf45a7b581feda2646bebf0fa7 2025-10-04 03:52:45.901892 | | WARNING | Config change detected for placement_wait_for_service, new hash: 7c59cacf45a7b581feda2646bebf0fa7 2025-10-04 03:52:45.902448 | | WARNING | Config change detected for swift_account_reaper, new hash: a68971b81443868f136b36a2c21aa1d4 2025-10-04 03:52:45.903276 | | WARNING | Config change detected for swift_account_server, new hash: a68971b81443868f136b36a2c21aa1d4 2025-10-04 03:52:45.904011 | | WARNING | Config change detected for swift_container_server, new hash: a68971b81443868f136b36a2c21aa1d4 2025-10-04 03:52:45.904983 | | WARNING | Config change detected for swift_container_updater, new hash: a68971b81443868f136b36a2c21aa1d4 2025-10-04 03:52:45.906131 | | WARNING | Config change detected for swift_object_expirer, new hash: a68971b81443868f136b36a2c21aa1d4 2025-10-04 03:52:45.906747 | | WARNING | Config change detected for swift_object_server, new hash: a68971b81443868f136b36a2c21aa1d4 2025-10-04 03:52:45.907358 | | WARNING | Config change detected for swift_object_updater, new hash: a68971b81443868f136b36a2c21aa1d4 2025-10-04 03:52:45.907947 | | WARNING | Config change detected for swift_proxy, new hash: a68971b81443868f136b36a2c21aa1d4 2025-10-04 03:52:45.908702 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: ad2b11374def5325ec3a71b8b58eeb48 2025-10-04 03:52:45.909237 | | WARNING | Config change detected for gnocchi_api, new hash: 5205a19c2a2be1a5b7db89ed2278a028 2025-10-04 03:52:45.909803 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 5205a19c2a2be1a5b7db89ed2278a028 2025-10-04 03:52:45.910322 | | WARNING | Config change detected for gnocchi_metricd, new hash: 5205a19c2a2be1a5b7db89ed2278a028 2025-10-04 03:52:45.910934 | | WARNING | Config change detected for gnocchi_statsd, new hash: 5205a19c2a2be1a5b7db89ed2278a028 2025-10-04 03:52:45.911432 | | WARNING | Config change detected for nova_compute, new hash: 3e2531fb308b39b109832846d6b82b30-194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.912079 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 194a3135abb6fce9b369a5b6264b0e91 2025-10-04 03:52:45.912652 | | WARNING | Config change detected for octavia_health_manager, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.913182 | | WARNING | Config change detected for octavia_housekeeping, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.913746 | | WARNING | Config change detected for octavia_rsyslog, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.914272 | | WARNING | Config change detected for octavia_worker, new hash: 9543639a5ff7bb4a4670e9dbe070adc2 2025-10-04 03:52:45.914917 | fa163ea7-8ca9-cb44-f903-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-04 03:52:45.915886 | fa163ea7-8ca9-cb44-f903-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:34.435053 | 0.39s 2025-10-04 03:52:45.950635 | fa163ea7-8ca9-cb44-f903-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-04 03:52:46.013741 | fa163ea7-8ca9-cb44-f903-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:34.532904 | 0.06s 2025-10-04 03:52:46.037663 | 4e5cdf0b-dd04-48e5-bbbe-9ff5528addfd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 03:52:46.069464 | fa163ea7-8ca9-cb44-f903-000000002719 | TASK | Gather podman infos 2025-10-04 03:52:46.927233 | fa163ea7-8ca9-cb44-f903-000000002719 | OK | Gather podman infos | standalone 2025-10-04 03:52:46.928839 | fa163ea7-8ca9-cb44-f903-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:35.448003 | 0.86s 2025-10-04 03:52:47.006016 | fa163ea7-8ca9-cb44-f903-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-04 03:52:47.073910 | fa163ea7-8ca9-cb44-f903-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:35.593067 | 0.07s 2025-10-04 03:52:47.208471 | fa163ea7-8ca9-cb44-f903-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:35.727627 | 0.07s 2025-10-04 03:52:47.270687 | fa163ea7-8ca9-cb44-f903-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-04 03:52:47.324147 | fa163ea7-8ca9-cb44-f903-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:35.843307 | 0.05s 2025-10-04 03:52:47.348247 | e9f15d65-1777-4b45-ad48-498861a9b73e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 03:52:47.385256 | fa163ea7-8ca9-cb44-f903-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-04 03:52:55.448735 | fa163ea7-8ca9-cb44-f903-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-04 03:52:55.450690 | fa163ea7-8ca9-cb44-f903-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:43.969859 | 8.06s 2025-10-04 03:52:55.486257 | fa163ea7-8ca9-cb44-f903-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-04 03:52:58.324802 | fa163ea7-8ca9-cb44-f903-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-04 03:52:58.326430 | fa163ea7-8ca9-cb44-f903-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:11:46.845603 | 2.84s 2025-10-04 03:52:58.402710 | fa163ea7-8ca9-cb44-f903-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-04 03:52:58.643050 | fa163ea7-8ca9-cb44-f903-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-04 03:52:58.644305 | fa163ea7-8ca9-cb44-f903-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:47.163480 | 0.24s 2025-10-04 03:52:58.692503 | fa163ea7-8ca9-cb44-f903-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-04 03:52:58.754839 | fa163ea7-8ca9-cb44-f903-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:47.274007 | 0.06s 2025-10-04 03:52:58.786129 | fa163ea7-8ca9-cb44-f903-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-04 03:52:58.838651 | fa163ea7-8ca9-cb44-f903-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:47.357816 | 0.05s 2025-10-04 03:52:58.866196 | b904aa9b-996c-4898-a4cd-7f71fa348398 | INCLUDED | /root/standalone-ansible-tey6r4dq/host-container-puppet-tasks.yaml | standalone 2025-10-04 03:52:58.915439 | fa163ea7-8ca9-cb44-f903-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-04 03:52:59.477625 | fa163ea7-8ca9-cb44-f903-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-04 03:52:59.479198 | fa163ea7-8ca9-cb44-f903-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:47.998367 | 0.56s 2025-10-04 03:52:59.510221 | fa163ea7-8ca9-cb44-f903-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-04 03:52:59.817751 | fa163ea7-8ca9-cb44-f903-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-04 03:52:59.818788 | fa163ea7-8ca9-cb44-f903-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:48.337968 | 0.31s 2025-10-04 03:52:59.840393 | fa163ea7-8ca9-cb44-f903-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-04 03:52:59.871563 | fa163ea7-8ca9-cb44-f903-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:48.390696 | 0.03s 2025-10-04 03:52:59.928220 | fa163ea7-8ca9-cb44-f903-0000000025c3 | TASK | Gather variables for each operating system 2025-10-04 03:53:00.055642 | fa163ea7-8ca9-cb44-f903-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:48.574804 | 0.13s 2025-10-04 03:53:00.088769 | fa163ea7-8ca9-cb44-f903-0000000025c4 | TASK | Create container logs path 2025-10-04 03:53:00.337824 | fa163ea7-8ca9-cb44-f903-0000000025c4 | OK | Create container logs path | standalone 2025-10-04 03:53:00.338782 | fa163ea7-8ca9-cb44-f903-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:48.857962 | 0.25s 2025-10-04 03:53:00.360897 | fa163ea7-8ca9-cb44-f903-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:53:00.621261 | fa163ea7-8ca9-cb44-f903-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-04 03:53:00.622372 | fa163ea7-8ca9-cb44-f903-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:49.141553 | 0.26s 2025-10-04 03:53:00.642645 | fa163ea7-8ca9-cb44-f903-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-04 03:53:00.693493 | fa163ea7-8ca9-cb44-f903-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-04 03:53:00.695327 | fa163ea7-8ca9-cb44-f903-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:49.214498 | 0.05s 2025-10-04 03:53:00.729560 | fa163ea7-8ca9-cb44-f903-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-04 03:53:00.777218 | fa163ea7-8ca9-cb44-f903-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 03:53:00.778180 | fa163ea7-8ca9-cb44-f903-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:49.297359 | 0.05s 2025-10-04 03:53:00.802557 | fa163ea7-8ca9-cb44-f903-0000000025cb | TASK | Update container configs with new config hashes 2025-10-04 03:53:00.853281 | fa163ea7-8ca9-cb44-f903-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 03:53:00.854207 | fa163ea7-8ca9-cb44-f903-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:49.373386 | 0.05s 2025-10-04 03:53:00.880070 | fa163ea7-8ca9-cb44-f903-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:53:00.930384 | fa163ea7-8ca9-cb44-f903-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-04 03:53:00.931285 | fa163ea7-8ca9-cb44-f903-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:49.450463 | 0.05s 2025-10-04 03:53:00.956513 | fa163ea7-8ca9-cb44-f903-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-04 03:53:00.995750 | fa163ea7-8ca9-cb44-f903-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-04 03:53:00.996626 | fa163ea7-8ca9-cb44-f903-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:49.515805 | 0.04s PLAY [External deployment step 2] ********************************************** 2025-10-04 03:53:01.138193 | fa163ea7-8ca9-cb44-f903-0000000000c6 | TASK | External deployment step 2 2025-10-04 03:53:01.169356 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000c6') missing from stats 2025-10-04 03:53:01.223919 | fa163ea7-8ca9-cb44-f903-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:49.743089 | 0.04s 2025-10-04 03:53:01.244332 | 5873ddb9-fe97-4179-9766-cadebe20a89b | INCLUDED | /root/standalone-ansible-tey6r4dq/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-04 03:53:01.262739 | fa163ea7-8ca9-cb44-f903-000000002852 | TASK | create cephadm working directory and related files 2025-10-04 03:53:01.314885 | fa163ea7-8ca9-cb44-f903-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:11:49.834062 | 0.05s 2025-10-04 03:53:01.354224 | fa163ea7-8ca9-cb44-f903-00000000287a | TASK | create cephadm workdir 2025-10-04 03:53:01.637404 | fa163ea7-8ca9-cb44-f903-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-tey6r4dq/cephadm 2025-10-04 03:53:01.640035 | fa163ea7-8ca9-cb44-f903-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:50.159203 | 0.28s 2025-10-04 03:53:01.650018 | fa163ea7-8ca9-cb44-f903-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:50.169185 | 0.29s 2025-10-04 03:53:01.668782 | fa163ea7-8ca9-cb44-f903-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-04 03:53:01.946886 | fa163ea7-8ca9-cb44-f903-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-04 03:53:01.948441 | fa163ea7-8ca9-cb44-f903-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:50.467615 | 0.28s 2025-10-04 03:53:01.967054 | fa163ea7-8ca9-cb44-f903-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-04 03:53:02.020295 | fa163ea7-8ca9-cb44-f903-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-04 03:53:02.021759 | fa163ea7-8ca9-cb44-f903-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:50.540933 | 0.05s 2025-10-04 03:53:02.043485 | fa163ea7-8ca9-cb44-f903-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-04 03:53:02.107330 | fa163ea7-8ca9-cb44-f903-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-04 03:53:02.108656 | fa163ea7-8ca9-cb44-f903-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:50.627828 | 0.06s 2025-10-04 03:53:02.181112 | fa163ea7-8ca9-cb44-f903-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:50.700276 | 0.05s 2025-10-04 03:53:02.269261 | fa163ea7-8ca9-cb44-f903-000000002902 | TASK | set basic user fact 2025-10-04 03:53:02.341121 | fa163ea7-8ca9-cb44-f903-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-04 03:53:02.342583 | fa163ea7-8ca9-cb44-f903-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:50.861751 | 0.07s 2025-10-04 03:53:02.361491 | fa163ea7-8ca9-cb44-f903-000000002903 | TASK | set basic home fact 2025-10-04 03:53:02.435096 | fa163ea7-8ca9-cb44-f903-000000002903 | OK | set basic home fact | undercloud 2025-10-04 03:53:02.436553 | fa163ea7-8ca9-cb44-f903-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:50.955699 | 0.07s 2025-10-04 03:53:02.455128 | fa163ea7-8ca9-cb44-f903-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-04 03:53:02.529818 | fa163ea7-8ca9-cb44-f903-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-04 03:53:02.532425 | fa163ea7-8ca9-cb44-f903-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:51.051592 | 0.08s 2025-10-04 03:53:02.557688 | fa163ea7-8ca9-cb44-f903-000000002906 | TASK | get all ansible environment variables 2025-10-04 03:53:02.642608 | fa163ea7-8ca9-cb44-f903-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-04 03:53:02.644257 | fa163ea7-8ca9-cb44-f903-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:51.163427 | 0.08s 2025-10-04 03:53:02.663646 | fa163ea7-8ca9-cb44-f903-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-04 03:53:02.741597 | fa163ea7-8ca9-cb44-f903-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-04 03:53:02.743099 | fa163ea7-8ca9-cb44-f903-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:51.262271 | 0.08s 2025-10-04 03:53:02.762345 | fa163ea7-8ca9-cb44-f903-000000002909 | TASK | Set common fact 2025-10-04 03:53:02.825628 | fa163ea7-8ca9-cb44-f903-000000002909 | OK | Set common fact | undercloud 2025-10-04 03:53:02.827258 | fa163ea7-8ca9-cb44-f903-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:51.346429 | 0.06s 2025-10-04 03:53:02.846465 | fa163ea7-8ca9-cb44-f903-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-04 03:53:02.890568 | fa163ea7-8ca9-cb44-f903-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-04 03:53:02.891819 | fa163ea7-8ca9-cb44-f903-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:51.410991 | 0.04s 2025-10-04 03:53:02.928117 | fa163ea7-8ca9-cb44-f903-00000000290c | TASK | build filter list 2025-10-04 03:53:02.961091 | fa163ea7-8ca9-cb44-f903-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:51.480249 | 0.03s 2025-10-04 03:53:02.982089 | fa163ea7-8ca9-cb44-f903-00000000290d | TASK | add images pool 2025-10-04 03:53:03.068195 | fa163ea7-8ca9-cb44-f903-00000000290d | OK | add images pool | undercloud 2025-10-04 03:53:03.069764 | fa163ea7-8ca9-cb44-f903-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:51.588936 | 0.09s 2025-10-04 03:53:03.090035 | fa163ea7-8ca9-cb44-f903-00000000290e | TASK | add volumes pool 2025-10-04 03:53:03.176354 | fa163ea7-8ca9-cb44-f903-00000000290e | OK | add volumes pool | undercloud 2025-10-04 03:53:03.177624 | fa163ea7-8ca9-cb44-f903-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:51.696799 | 0.09s 2025-10-04 03:53:03.196692 | fa163ea7-8ca9-cb44-f903-00000000290f | TASK | add vms pool 2025-10-04 03:53:03.281452 | fa163ea7-8ca9-cb44-f903-00000000290f | OK | add vms pool | undercloud 2025-10-04 03:53:03.282796 | fa163ea7-8ca9-cb44-f903-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:51.801970 | 0.08s 2025-10-04 03:53:03.302384 | fa163ea7-8ca9-cb44-f903-000000002910 | TASK | add gnocchi pool 2025-10-04 03:53:03.359944 | fa163ea7-8ca9-cb44-f903-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-04 03:53:03.361215 | fa163ea7-8ca9-cb44-f903-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:51.880388 | 0.06s 2025-10-04 03:53:03.379649 | fa163ea7-8ca9-cb44-f903-000000002911 | TASK | add cinder backup pool 2025-10-04 03:53:03.464303 | fa163ea7-8ca9-cb44-f903-000000002911 | OK | add cinder backup pool | undercloud 2025-10-04 03:53:03.465566 | fa163ea7-8ca9-cb44-f903-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:51.984712 | 0.08s 2025-10-04 03:53:03.484223 | fa163ea7-8ca9-cb44-f903-000000002912 | TASK | add cinder extra pools 2025-10-04 03:53:03.518632 | fa163ea7-8ca9-cb44-f903-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:52.037781 | 0.03s 2025-10-04 03:53:03.539378 | fa163ea7-8ca9-cb44-f903-000000002913 | TASK | build resulting pool list 2025-10-04 03:53:03.702035 | fa163ea7-8ca9-cb44-f903-000000002913 | OK | build resulting pool list | undercloud 2025-10-04 03:53:03.703578 | fa163ea7-8ca9-cb44-f903-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:52.222751 | 0.16s 2025-10-04 03:53:03.722454 | fa163ea7-8ca9-cb44-f903-000000002915 | TASK | add manila data pool 2025-10-04 03:53:03.798962 | fa163ea7-8ca9-cb44-f903-000000002915 | OK | add manila data pool | undercloud 2025-10-04 03:53:03.800341 | fa163ea7-8ca9-cb44-f903-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:52.319512 | 0.08s 2025-10-04 03:53:03.819509 | fa163ea7-8ca9-cb44-f903-000000002916 | TASK | add manila metadata pool 2025-10-04 03:53:03.886713 | fa163ea7-8ca9-cb44-f903-000000002916 | OK | add manila metadata pool | undercloud 2025-10-04 03:53:03.888142 | fa163ea7-8ca9-cb44-f903-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:52.407314 | 0.07s 2025-10-04 03:53:03.979230 | fa163ea7-8ca9-cb44-f903-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:52.498394 | 0.05s 2025-10-04 03:53:04.112237 | fa163ea7-8ca9-cb44-f903-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-04 03:53:04.187996 | fa163ea7-8ca9-cb44-f903-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-04 03:53:04.189409 | fa163ea7-8ca9-cb44-f903-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:52.708580 | 0.08s 2025-10-04 03:53:04.208011 | fa163ea7-8ca9-cb44-f903-000000002aaa | TASK | build openstack client profiles per pool 2025-10-04 03:53:04.291943 | fa163ea7-8ca9-cb44-f903-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-04 03:53:04.294461 | fa163ea7-8ca9-cb44-f903-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:52.813626 | 0.09s 2025-10-04 03:53:04.343413 | fa163ea7-8ca9-cb44-f903-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-04 03:53:04.344162 | fa163ea7-8ca9-cb44-f903-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:52.863340 | 0.13s 2025-10-04 03:53:04.373548 | fa163ea7-8ca9-cb44-f903-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-04 03:53:04.374313 | fa163ea7-8ca9-cb44-f903-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:52.893490 | 0.16s 2025-10-04 03:53:04.399403 | fa163ea7-8ca9-cb44-f903-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-04 03:53:04.400752 | fa163ea7-8ca9-cb44-f903-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:52.919927 | 0.19s 2025-10-04 03:53:04.411648 | fa163ea7-8ca9-cb44-f903-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:52.930815 | 0.20s 2025-10-04 03:53:04.430352 | fa163ea7-8ca9-cb44-f903-000000002aab | TASK | set openstack client caps 2025-10-04 03:53:04.492491 | fa163ea7-8ca9-cb44-f903-000000002aab | OK | set openstack client caps | undercloud 2025-10-04 03:53:04.493749 | fa163ea7-8ca9-cb44-f903-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:53.012923 | 0.06s 2025-10-04 03:53:04.512372 | fa163ea7-8ca9-cb44-f903-000000002aac | TASK | set openstack client osd(s) caps 2025-10-04 03:53:04.596339 | fa163ea7-8ca9-cb44-f903-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-04 03:53:04.598562 | fa163ea7-8ca9-cb44-f903-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:53.117708 | 0.08s 2025-10-04 03:53:04.617650 | fa163ea7-8ca9-cb44-f903-000000002aad | TASK | Combine caps 2025-10-04 03:53:04.702550 | fa163ea7-8ca9-cb44-f903-000000002aad | OK | Combine caps | undercloud 2025-10-04 03:53:04.704171 | fa163ea7-8ca9-cb44-f903-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:53.223343 | 0.09s 2025-10-04 03:53:04.722678 | fa163ea7-8ca9-cb44-f903-000000002aae | TASK | set openstack client key 2025-10-04 03:53:04.788131 | fa163ea7-8ca9-cb44-f903-000000002aae | OK | set openstack client key | undercloud 2025-10-04 03:53:04.789945 | fa163ea7-8ca9-cb44-f903-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:53.309113 | 0.07s 2025-10-04 03:53:04.812260 | fa163ea7-8ca9-cb44-f903-000000002ab0 | TASK | build manila key for openstack 2025-10-04 03:53:04.880509 | fa163ea7-8ca9-cb44-f903-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-04 03:53:04.883167 | fa163ea7-8ca9-cb44-f903-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:53.402337 | 0.07s 2025-10-04 03:53:04.902020 | fa163ea7-8ca9-cb44-f903-000000002ab1 | TASK | build radosgw key for openstack 2025-10-04 03:53:04.964831 | fa163ea7-8ca9-cb44-f903-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-04 03:53:04.966105 | fa163ea7-8ca9-cb44-f903-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:53.485277 | 0.06s 2025-10-04 03:53:04.984823 | fa163ea7-8ca9-cb44-f903-000000002ab2 | TASK | build the resulting keys 2025-10-04 03:53:05.170101 | fa163ea7-8ca9-cb44-f903-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-04 03:53:05.171728 | fa163ea7-8ca9-cb44-f903-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:53.690900 | 0.19s 2025-10-04 03:53:05.261770 | fa163ea7-8ca9-cb44-f903-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:53.780934 | 0.05s 2025-10-04 03:53:05.418204 | fa163ea7-8ca9-cb44-f903-000000002dcd | TASK | build ceph orphan set 2025-10-04 03:53:05.499483 | fa163ea7-8ca9-cb44-f903-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-04 03:53:05.500851 | fa163ea7-8ca9-cb44-f903-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:54.020023 | 0.08s 2025-10-04 03:53:05.519134 | fa163ea7-8ca9-cb44-f903-000000002dce | TASK | clean ceph_config_overrides list 2025-10-04 03:53:05.575668 | fa163ea7-8ca9-cb44-f903-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:54.094838 | 0.06s 2025-10-04 03:53:05.594704 | fa163ea7-8ca9-cb44-f903-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-04 03:53:05.663552 | fa163ea7-8ca9-cb44-f903-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-04 03:53:05.665039 | fa163ea7-8ca9-cb44-f903-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:54.184210 | 0.07s 2025-10-04 03:53:05.683963 | fa163ea7-8ca9-cb44-f903-000000002dd0 | TASK | build ceph config overrides 2025-10-04 03:53:05.806422 | fa163ea7-8ca9-cb44-f903-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-04 03:53:05.808291 | fa163ea7-8ca9-cb44-f903-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:54.327458 | 0.12s 2025-10-04 03:53:05.850897 | fa163ea7-8ca9-cb44-f903-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-04 03:53:06.651735 | fa163ea7-8ca9-cb44-f903-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-04 03:53:06.653501 | fa163ea7-8ca9-cb44-f903-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:55.172674 | 0.80s 2025-10-04 03:53:06.671746 | fa163ea7-8ca9-cb44-f903-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-04 03:53:06.800351 | fa163ea7-8ca9-cb44-f903-000000002883 | OK | Set bootstrap host | undercloud 2025-10-04 03:53:06.801564 | fa163ea7-8ca9-cb44-f903-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:55.320705 | 0.13s 2025-10-04 03:53:06.819655 | fa163ea7-8ca9-cb44-f903-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-04 03:53:07.000672 | fa163ea7-8ca9-cb44-f903-000000002884 | OK | Set first monitor IP | undercloud 2025-10-04 03:53:07.001948 | fa163ea7-8ca9-cb44-f903-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:55.521121 | 0.18s 2025-10-04 03:53:07.021932 | fa163ea7-8ca9-cb44-f903-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-04 03:53:07.119771 | fa163ea7-8ca9-cb44-f903-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-04 03:53:07.120886 | fa163ea7-8ca9-cb44-f903-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:55.640058 | 0.10s 2025-10-04 03:53:07.139392 | fa163ea7-8ca9-cb44-f903-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-04 03:53:07.736630 | fa163ea7-8ca9-cb44-f903-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-04 03:53:07.738275 | fa163ea7-8ca9-cb44-f903-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:56.257446 | 0.60s 2025-10-04 03:53:07.773451 | fa163ea7-8ca9-cb44-f903-000000002853 | TASK | Prepare cephadm user and keys 2025-10-04 03:53:08.291750 | fa163ea7-8ca9-cb44-f903-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-04 03:53:08.292886 | fa163ea7-8ca9-cb44-f903-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:56.812068 | 0.52s 2025-10-04 03:53:08.306874 | fa163ea7-8ca9-cb44-f903-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-04 03:53:08.433008 | fa163ea7-8ca9-cb44-f903-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:56.952170 | 0.13s 2025-10-04 03:53:08.515029 | fa163ea7-8ca9-cb44-f903-000000003049 | TASK | set cephadm playbook 2025-10-04 03:53:08.586363 | fa163ea7-8ca9-cb44-f903-000000003049 | OK | set cephadm playbook | undercloud 2025-10-04 03:53:08.587786 | fa163ea7-8ca9-cb44-f903-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:57.106957 | 0.07s 2025-10-04 03:53:08.605706 | fa163ea7-8ca9-cb44-f903-00000000304a | TASK | Setup the log path 2025-10-04 03:53:08.647033 | fa163ea7-8ca9-cb44-f903-00000000304a | OK | Setup the log path | undercloud 2025-10-04 03:53:08.648240 | fa163ea7-8ca9-cb44-f903-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:57.167415 | 0.04s 2025-10-04 03:53:08.666509 | fa163ea7-8ca9-cb44-f903-00000000304b | TASK | Setup the cephadm playbook command 2025-10-04 03:53:08.720356 | fa163ea7-8ca9-cb44-f903-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-04 03:53:08.721554 | fa163ea7-8ca9-cb44-f903-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:57.240700 | 0.05s 2025-10-04 03:53:08.739003 | fa163ea7-8ca9-cb44-f903-00000000304c | TASK | rotate cephadm_command.log 2025-10-04 03:53:08.982074 | fa163ea7-8ca9-cb44-f903-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-04 03:53:08.983709 | fa163ea7-8ca9-cb44-f903-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:57.502879 | 0.24s 2025-10-04 03:53:09.002428 | fa163ea7-8ca9-cb44-f903-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-04 03:53:09.538883 | fa163ea7-8ca9-cb44-f903-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-04 03:53:09.540568 | fa163ea7-8ca9-cb44-f903-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:58.059712 | 0.54s 2025-10-04 03:53:09.559424 | fa163ea7-8ca9-cb44-f903-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-04 03:53:09.624516 | fa163ea7-8ca9-cb44-f903-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-tey6r4dq/cephadm/cephadm_command.log)" } 2025-10-04 03:53:09.625915 | fa163ea7-8ca9-cb44-f903-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:58.145085 | 0.07s 2025-10-04 03:53:09.643828 | fa163ea7-8ca9-cb44-f903-00000000304f | TASK | run cephadm playbook 2025-10-04 03:54:10.703503 | fa163ea7-8ca9-cb44-f903-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-04 03:54:10.706341 | fa163ea7-8ca9-cb44-f903-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:59.225512 | 61.06s 2025-10-04 03:54:10.728991 | fa163ea7-8ca9-cb44-f903-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-04 03:54:10.801566 | fa163ea7-8ca9-cb44-f903-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-04 03:54:10.802760 | fa163ea7-8ca9-cb44-f903-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:59.321937 | 0.07s 2025-10-04 03:54:10.818708 | fa163ea7-8ca9-cb44-f903-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-04 03:54:10.880139 | fa163ea7-8ca9-cb44-f903-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-04 03:54:10.881301 | fa163ea7-8ca9-cb44-f903-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:59.400479 | 0.06s 2025-10-04 03:54:10.911948 | fa163ea7-8ca9-cb44-f903-000000002856 | TASK | Check if the input variable file exists 2025-10-04 03:54:11.185109 | fa163ea7-8ca9-cb44-f903-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-04 03:54:11.186950 | fa163ea7-8ca9-cb44-f903-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:12:59.706116 | 0.27s 2025-10-04 03:54:11.205396 | fa163ea7-8ca9-cb44-f903-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-04 03:54:11.255721 | fa163ea7-8ca9-cb44-f903-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-04 03:54:11.257022 | fa163ea7-8ca9-cb44-f903-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:59.776194 | 0.05s 2025-10-04 03:54:11.275259 | fa163ea7-8ca9-cb44-f903-000000002858 | TASK | configure ceph clients 2025-10-04 03:54:11.325174 | fa163ea7-8ca9-cb44-f903-000000002858 | TIMING | configure ceph clients | undercloud | 0:12:59.844342 | 0.05s 2025-10-04 03:54:11.389694 | fa163ea7-8ca9-cb44-f903-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-04 03:54:11.458240 | fa163ea7-8ca9-cb44-f903-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-04 03:54:11.459558 | fa163ea7-8ca9-cb44-f903-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:59.978703 | 0.07s 2025-10-04 03:54:11.477852 | fa163ea7-8ca9-cb44-f903-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-04 03:54:11.527764 | fa163ea7-8ca9-cb44-f903-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:00.046936 | 0.05s 2025-10-04 03:54:11.541467 | e968a778-c797-4229-9575-18bc92d3faa6 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-04 03:54:11.573170 | fa163ea7-8ca9-cb44-f903-000000003157 | TASK | Clean any old fetch directory path 2025-10-04 03:54:11.828900 | fa163ea7-8ca9-cb44-f903-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-04 03:54:11.830234 | fa163ea7-8ca9-cb44-f903-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:00.349407 | 0.26s 2025-10-04 03:54:11.849159 | fa163ea7-8ca9-cb44-f903-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-04 03:54:12.113587 | fa163ea7-8ca9-cb44-f903-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-04 03:54:12.115010 | fa163ea7-8ca9-cb44-f903-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:00.634185 | 0.26s 2025-10-04 03:54:12.133311 | fa163ea7-8ca9-cb44-f903-000000003115 | TASK | Check if the input variables exist 2025-10-04 03:54:12.395777 | fa163ea7-8ca9-cb44-f903-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-04 03:54:12.397251 | fa163ea7-8ca9-cb44-f903-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:00.916425 | 0.26s 2025-10-04 03:54:12.415726 | fa163ea7-8ca9-cb44-f903-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-04 03:54:12.488242 | fa163ea7-8ca9-cb44-f903-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-04 03:54:12.489403 | fa163ea7-8ca9-cb44-f903-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:01.008579 | 0.07s 2025-10-04 03:54:12.508385 | fa163ea7-8ca9-cb44-f903-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-04 03:54:12.572685 | fa163ea7-8ca9-cb44-f903-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-04 03:54:12.573780 | fa163ea7-8ca9-cb44-f903-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:01.092954 | 0.06s 2025-10-04 03:54:12.591631 | fa163ea7-8ca9-cb44-f903-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-04 03:54:12.673903 | fa163ea7-8ca9-cb44-f903-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-04 03:54:12.675296 | fa163ea7-8ca9-cb44-f903-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:01.194468 | 0.08s 2025-10-04 03:54:12.693936 | fa163ea7-8ca9-cb44-f903-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-04 03:54:12.754473 | fa163ea7-8ca9-cb44-f903-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:01.273636 | 0.06s 2025-10-04 03:54:12.765213 | 71a12b95-49c3-4248-9572-a2bcb61c3d49 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-04 03:54:12.801488 | fa163ea7-8ca9-cb44-f903-0000000031ab | TASK | create cephx key(s) 2025-10-04 03:54:13.347650 | fa163ea7-8ca9-cb44-f903-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQB5leBoAAAAABAALGSXWzVXFHZkvenTniAuLg==', '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-04 03:54:13.350259 | fa163ea7-8ca9-cb44-f903-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:01.869426 | 0.55s 2025-10-04 03:54:13.836505 | fa163ea7-8ca9-cb44-f903-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQB5leBoAAAAABAA2Kh4jwvJKzADYeUeoQBFHQ==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-04 03:54:13.838271 | fa163ea7-8ca9-cb44-f903-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:02.357446 | 1.04s 2025-10-04 03:54:13.849138 | fa163ea7-8ca9-cb44-f903-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:02.368307 | 1.05s 2025-10-04 03:54:13.868126 | fa163ea7-8ca9-cb44-f903-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-04 03:54:13.911759 | fa163ea7-8ca9-cb44-f903-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:02.430921 | 0.04s 2025-10-04 03:54:13.923052 | fbe3e571-94a1-4c29-a219-0e6f595324c8 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-04 03:54:13.961109 | fa163ea7-8ca9-cb44-f903-00000000320f | TASK | create ceph.conf 2025-10-04 03:54:14.513220 | fa163ea7-8ca9-cb44-f903-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-04 03:54:14.514693 | fa163ea7-8ca9-cb44-f903-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:03.033862 | 0.55s 2025-10-04 03:54:14.533293 | fa163ea7-8ca9-cb44-f903-00000000311b | TASK | Configure Ceph Clients 2025-10-04 03:54:14.571851 | fa163ea7-8ca9-cb44-f903-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:03.091020 | 0.04s 2025-10-04 03:54:14.590826 | 5e938e98-9f41-4666-9946-5353d9b16a32 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-04 03:54:14.631998 | fa163ea7-8ca9-cb44-f903-00000000327e | TASK | set effective ceph_clients without limit 2025-10-04 03:54:14.757720 | fa163ea7-8ca9-cb44-f903-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-04 03:54:14.759029 | fa163ea7-8ca9-cb44-f903-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:03.278201 | 0.13s 2025-10-04 03:54:14.780106 | fa163ea7-8ca9-cb44-f903-00000000327f | TASK | set effective ceph_clients with limit 2025-10-04 03:54:14.851382 | fa163ea7-8ca9-cb44-f903-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-04 03:54:14.852686 | fa163ea7-8ca9-cb44-f903-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:03.371859 | 0.07s 2025-10-04 03:54:14.870582 | fa163ea7-8ca9-cb44-f903-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-04 03:54:14.945698 | fa163ea7-8ca9-cb44-f903-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-04 03:54:14.946894 | fa163ea7-8ca9-cb44-f903-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:03.466070 | 0.08s 2025-10-04 03:54:14.987458 | fa163ea7-8ca9-cb44-f903-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-04 03:54:15.214788 | fa163ea7-8ca9-cb44-f903-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-tey6r4dq/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-000000003281') missing from stats 2025-10-04 03:54:15.390982 | fa163ea7-8ca9-cb44-f903-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-tey6r4dq/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-04 03:54:15.613345 | fa163ea7-8ca9-cb44-f903-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-tey6r4dq/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-04 03:54:15.618623 | fa163ea7-8ca9-cb44-f903-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:04.137786 | 0.63s 2025-10-04 03:54:15.659779 | fa163ea7-8ca9-cb44-f903-000000003282 | TASK | push files to the other nodes of cluster 2025-10-04 03:54:16.177038 | fa163ea7-8ca9-cb44-f903-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-tey6r4dq/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-000000003282') missing from stats 2025-10-04 03:54:16.624649 | fa163ea7-8ca9-cb44-f903-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-tey6r4dq/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-04 03:54:17.105327 | fa163ea7-8ca9-cb44-f903-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-tey6r4dq/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-04 03:54:17.118306 | fa163ea7-8ca9-cb44-f903-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:05.637468 | 1.46s 2025-10-04 03:54:17.138392 | fa163ea7-8ca9-cb44-f903-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-04 03:54:17.190514 | fa163ea7-8ca9-cb44-f903-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:05.709681 | 0.05s 2025-10-04 03:54:17.202279 | aae0eccc-08ee-4898-9561-7d4f76176573 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-04 03:54:17.250356 | fa163ea7-8ca9-cb44-f903-000000003316 | TASK | Clean any old fetch directory path 2025-10-04 03:54:17.511802 | fa163ea7-8ca9-cb44-f903-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-04 03:54:17.513421 | fa163ea7-8ca9-cb44-f903-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:06.032582 | 0.26s 2025-10-04 03:54:17.532934 | fa163ea7-8ca9-cb44-f903-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-04 03:54:17.584174 | fa163ea7-8ca9-cb44-f903-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-04 03:54:17.585622 | fa163ea7-8ca9-cb44-f903-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:06.104787 | 0.05s 2025-10-04 03:54:17.620948 | fa163ea7-8ca9-cb44-f903-000000002859 | TASK | tripleo client role 2025-10-04 03:54:17.651058 | fa163ea7-8ca9-cb44-f903-000000002859 | TIMING | tripleo client role | undercloud | 0:13:06.170218 | 0.03s 2025-10-04 03:54:17.668941 | fa163ea7-8ca9-cb44-f903-00000000285a | TASK | Load variables for standalone ganesha 2025-10-04 03:54:17.741387 | fa163ea7-8ca9-cb44-f903-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-04 03:54:17.742863 | fa163ea7-8ca9-cb44-f903-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:06.262028 | 0.07s 2025-10-04 03:54:17.761309 | fa163ea7-8ca9-cb44-f903-00000000285b | TASK | Config Standalone Ganesha 2025-10-04 03:54:17.845253 | fa163ea7-8ca9-cb44-f903-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-04 03:54:17.846498 | fa163ea7-8ca9-cb44-f903-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:06.365666 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-04 03:54:17.986741 | fa163ea7-8ca9-cb44-f903-0000000000ca | TASK | Deploy step tasks for 2 2025-10-04 03:54:18.016016 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000ca') missing from stats 2025-10-04 03:54:18.038991 | fa163ea7-8ca9-cb44-f903-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-04 03:54:18.559976 | fa163ea7-8ca9-cb44-f903-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-04 03:54:18.561639 | fa163ea7-8ca9-cb44-f903-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:07.080805 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-04 03:54:18.633063 | fa163ea7-8ca9-cb44-f903-0000000000cc | TIMING | include_tasks | standalone | 0:13:07.152226 | 0.04s 2025-10-04 03:54:18.727699 | cd494e2b-c00d-4a54-b8a9-8235b23202f4 | INCLUDED | /root/standalone-ansible-tey6r4dq/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-04 03:54:18.763959 | fa163ea7-8ca9-cb44-f903-0000000033dd | TASK | Push script 2025-10-04 03:54:19.235206 | fa163ea7-8ca9-cb44-f903-0000000033dd | CHANGED | Push script | standalone 2025-10-04 03:54:19.236142 | fa163ea7-8ca9-cb44-f903-0000000033dd | TIMING | Push script | standalone | 0:13:07.755318 | 0.47s 2025-10-04 03:54:19.255741 | fa163ea7-8ca9-cb44-f903-0000000033de | TASK | Insert cronjob in root crontab 2025-10-04 03:54:19.701645 | fa163ea7-8ca9-cb44-f903-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-04 03:54:19.703179 | fa163ea7-8ca9-cb44-f903-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:08.222353 | 0.45s 2025-10-04 03:54:19.733901 | fa163ea7-8ca9-cb44-f903-0000000033e5 | TASK | Gather variables for each operating system 2025-10-04 03:54:19.861059 | fa163ea7-8ca9-cb44-f903-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:08.380219 | 0.13s 2025-10-04 03:54:19.892284 | fa163ea7-8ca9-cb44-f903-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-04 03:54:20.648468 | fa163ea7-8ca9-cb44-f903-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-04 03:54:20.649824 | fa163ea7-8ca9-cb44-f903-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:09.168998 | 0.76s 2025-10-04 03:54:20.681653 | fa163ea7-8ca9-cb44-f903-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-04 03:56:05.629656 | fa163ea7-8ca9-cb44-f903-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-04 03:56:05.633005 | fa163ea7-8ca9-cb44-f903-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:54.152178 | 104.95s 2025-10-04 03:56:05.670164 | fa163ea7-8ca9-cb44-f903-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-04 03:56:05.945518 | fa163ea7-8ca9-cb44-f903-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-04 03:56:05.947023 | fa163ea7-8ca9-cb44-f903-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:54.466196 | 0.27s 2025-10-04 03:56:05.977776 | fa163ea7-8ca9-cb44-f903-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-04 03:56:06.618939 | fa163ea7-8ca9-cb44-f903-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-04 03:56:06.620719 | fa163ea7-8ca9-cb44-f903-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:55.139891 | 0.64s 2025-10-04 03:56:06.652985 | fa163ea7-8ca9-cb44-f903-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-04 03:56:06.907325 | fa163ea7-8ca9-cb44-f903-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-04 03:56:06.908821 | fa163ea7-8ca9-cb44-f903-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:55.427995 | 0.25s 2025-10-04 03:56:06.941678 | fa163ea7-8ca9-cb44-f903-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-04 03:56:06.997795 | fa163ea7-8ca9-cb44-f903-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-04 03:56:06.998923 | fa163ea7-8ca9-cb44-f903-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:55.518096 | 0.06s 2025-10-04 03:56:07.032100 | fa163ea7-8ca9-cb44-f903-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-04 03:56:07.095270 | fa163ea7-8ca9-cb44-f903-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-04 03:56:07.097025 | fa163ea7-8ca9-cb44-f903-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:55.616192 | 0.06s 2025-10-04 03:56:07.123904 | fa163ea7-8ca9-cb44-f903-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-04 03:56:07.182780 | fa163ea7-8ca9-cb44-f903-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-04 03:56:07.183959 | fa163ea7-8ca9-cb44-f903-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:55.703133 | 0.06s 2025-10-04 03:56:07.217561 | fa163ea7-8ca9-cb44-f903-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-04 03:56:07.271628 | fa163ea7-8ca9-cb44-f903-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-04 03:56:07.272763 | fa163ea7-8ca9-cb44-f903-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:55.791937 | 0.05s 2025-10-04 03:56:07.304208 | fa163ea7-8ca9-cb44-f903-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-04 03:56:07.355578 | fa163ea7-8ca9-cb44-f903-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-04 03:56:07.356680 | fa163ea7-8ca9-cb44-f903-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:55.875854 | 0.05s 2025-10-04 03:56:07.412400 | fa163ea7-8ca9-cb44-f903-000000003411 | TASK | Gather variables for each operating system 2025-10-04 03:56:07.529156 | fa163ea7-8ca9-cb44-f903-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:56.048323 | 0.12s 2025-10-04 03:56:07.559624 | fa163ea7-8ca9-cb44-f903-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-04 03:56:08.329739 | fa163ea7-8ca9-cb44-f903-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-04 03:56:08.331130 | fa163ea7-8ca9-cb44-f903-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:56.850304 | 0.77s 2025-10-04 03:56:08.362277 | fa163ea7-8ca9-cb44-f903-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-04 03:56:35.693608 | fa163ea7-8ca9-cb44-f903-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-04 03:56:35.695461 | fa163ea7-8ca9-cb44-f903-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:24.214603 | 27.33s 2025-10-04 03:56:35.729161 | fa163ea7-8ca9-cb44-f903-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-04 03:56:35.977967 | fa163ea7-8ca9-cb44-f903-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-04 03:56:35.979377 | fa163ea7-8ca9-cb44-f903-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:24.498551 | 0.25s 2025-10-04 03:56:36.009467 | fa163ea7-8ca9-cb44-f903-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-04 03:56:36.479965 | fa163ea7-8ca9-cb44-f903-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-04 03:56:36.481339 | fa163ea7-8ca9-cb44-f903-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:25.000519 | 0.47s 2025-10-04 03:56:36.505077 | fa163ea7-8ca9-cb44-f903-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-04 03:56:36.744256 | fa163ea7-8ca9-cb44-f903-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-04 03:56:36.745552 | fa163ea7-8ca9-cb44-f903-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:25.264708 | 0.24s 2025-10-04 03:56:36.771769 | fa163ea7-8ca9-cb44-f903-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-04 03:56:36.809499 | fa163ea7-8ca9-cb44-f903-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-04 03:56:36.810477 | fa163ea7-8ca9-cb44-f903-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:25.329656 | 0.04s 2025-10-04 03:56:36.835347 | fa163ea7-8ca9-cb44-f903-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-04 03:56:36.873922 | fa163ea7-8ca9-cb44-f903-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-04 03:56:36.874945 | fa163ea7-8ca9-cb44-f903-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:25.394123 | 0.04s 2025-10-04 03:56:36.899130 | fa163ea7-8ca9-cb44-f903-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-04 03:56:36.937112 | fa163ea7-8ca9-cb44-f903-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-04 03:56:36.938050 | fa163ea7-8ca9-cb44-f903-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:25.457229 | 0.04s 2025-10-04 03:56:36.964629 | fa163ea7-8ca9-cb44-f903-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-04 03:56:37.017219 | fa163ea7-8ca9-cb44-f903-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-04 03:56:37.018664 | fa163ea7-8ca9-cb44-f903-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:25.537835 | 0.05s 2025-10-04 03:56:37.051073 | fa163ea7-8ca9-cb44-f903-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-04 03:56:37.103831 | fa163ea7-8ca9-cb44-f903-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-04 03:56:37.105252 | fa163ea7-8ca9-cb44-f903-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:25.624422 | 0.05s 2025-10-04 03:56:37.152327 | fa163ea7-8ca9-cb44-f903-00000000343d | TASK | Gather variables for each operating system 2025-10-04 03:56:37.234943 | fa163ea7-8ca9-cb44-f903-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:25.754105 | 0.08s 2025-10-04 03:56:37.265911 | fa163ea7-8ca9-cb44-f903-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-04 03:56:38.103134 | fa163ea7-8ca9-cb44-f903-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-04 03:56:38.104668 | fa163ea7-8ca9-cb44-f903-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:26.623842 | 0.84s 2025-10-04 03:56:38.137090 | fa163ea7-8ca9-cb44-f903-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-04 03:57:02.997139 | fa163ea7-8ca9-cb44-f903-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-04 03:57:02.999051 | fa163ea7-8ca9-cb44-f903-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:51.518224 | 24.86s 2025-10-04 03:57:03.025521 | fa163ea7-8ca9-cb44-f903-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-04 03:57:03.296691 | fa163ea7-8ca9-cb44-f903-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-04 03:57:03.298505 | fa163ea7-8ca9-cb44-f903-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:51.817678 | 0.27s 2025-10-04 03:57:03.330162 | fa163ea7-8ca9-cb44-f903-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-04 03:57:03.765133 | fa163ea7-8ca9-cb44-f903-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-04 03:57:03.765951 | fa163ea7-8ca9-cb44-f903-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:52.285133 | 0.43s 2025-10-04 03:57:03.786855 | fa163ea7-8ca9-cb44-f903-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-04 03:57:03.995994 | fa163ea7-8ca9-cb44-f903-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-04 03:57:03.997428 | fa163ea7-8ca9-cb44-f903-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:52.516602 | 0.21s 2025-10-04 03:57:04.029959 | fa163ea7-8ca9-cb44-f903-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-04 03:57:04.071195 | fa163ea7-8ca9-cb44-f903-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-04 03:57:04.072656 | fa163ea7-8ca9-cb44-f903-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:52.591829 | 0.04s 2025-10-04 03:57:04.110021 | fa163ea7-8ca9-cb44-f903-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-04 03:57:04.148855 | fa163ea7-8ca9-cb44-f903-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-04 03:57:04.149999 | fa163ea7-8ca9-cb44-f903-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:52.669176 | 0.04s 2025-10-04 03:57:04.180365 | fa163ea7-8ca9-cb44-f903-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-04 03:57:04.229724 | fa163ea7-8ca9-cb44-f903-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-04 03:57:04.230719 | fa163ea7-8ca9-cb44-f903-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:52.749897 | 0.05s 2025-10-04 03:57:04.262228 | fa163ea7-8ca9-cb44-f903-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-04 03:57:04.312268 | fa163ea7-8ca9-cb44-f903-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-04 03:57:04.313228 | fa163ea7-8ca9-cb44-f903-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:52.832406 | 0.05s 2025-10-04 03:57:04.337196 | fa163ea7-8ca9-cb44-f903-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-04 03:57:04.396822 | fa163ea7-8ca9-cb44-f903-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-04 03:57:04.398106 | fa163ea7-8ca9-cb44-f903-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:52.917278 | 0.06s 2025-10-04 03:57:04.457217 | fa163ea7-8ca9-cb44-f903-000000003469 | TASK | Gather variables for each operating system 2025-10-04 03:57:04.571039 | fa163ea7-8ca9-cb44-f903-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:53.090197 | 0.11s 2025-10-04 03:57:04.603114 | fa163ea7-8ca9-cb44-f903-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-04 03:57:05.424631 | fa163ea7-8ca9-cb44-f903-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-04 03:57:05.426015 | fa163ea7-8ca9-cb44-f903-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:53.945189 | 0.82s 2025-10-04 03:57:05.459109 | fa163ea7-8ca9-cb44-f903-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-04 03:57:31.598851 | fa163ea7-8ca9-cb44-f903-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-04 03:57:31.599901 | fa163ea7-8ca9-cb44-f903-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:20.119084 | 26.14s 2025-10-04 03:57:31.626698 | fa163ea7-8ca9-cb44-f903-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-04 03:57:31.899932 | fa163ea7-8ca9-cb44-f903-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-04 03:57:31.901347 | fa163ea7-8ca9-cb44-f903-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:20.420521 | 0.27s 2025-10-04 03:57:31.937949 | fa163ea7-8ca9-cb44-f903-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-04 03:57:32.332817 | fa163ea7-8ca9-cb44-f903-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-04 03:57:32.334246 | fa163ea7-8ca9-cb44-f903-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:20.853416 | 0.39s 2025-10-04 03:57:32.362661 | fa163ea7-8ca9-cb44-f903-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-04 03:57:32.565117 | fa163ea7-8ca9-cb44-f903-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-04 03:57:32.566992 | fa163ea7-8ca9-cb44-f903-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:21.086165 | 0.20s 2025-10-04 03:57:32.596449 | fa163ea7-8ca9-cb44-f903-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-04 03:57:32.660603 | fa163ea7-8ca9-cb44-f903-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-04 03:57:32.662101 | fa163ea7-8ca9-cb44-f903-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:21.181273 | 0.06s 2025-10-04 03:57:32.694914 | fa163ea7-8ca9-cb44-f903-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-04 03:57:32.756315 | fa163ea7-8ca9-cb44-f903-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-04 03:57:32.757674 | fa163ea7-8ca9-cb44-f903-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:21.276848 | 0.06s 2025-10-04 03:57:32.784709 | fa163ea7-8ca9-cb44-f903-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-04 03:57:32.840922 | fa163ea7-8ca9-cb44-f903-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-04 03:57:32.842249 | fa163ea7-8ca9-cb44-f903-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:21.361423 | 0.05s 2025-10-04 03:57:32.869508 | fa163ea7-8ca9-cb44-f903-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-04 03:57:32.920237 | fa163ea7-8ca9-cb44-f903-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-04 03:57:32.922290 | fa163ea7-8ca9-cb44-f903-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:21.441461 | 0.05s 2025-10-04 03:57:32.955248 | fa163ea7-8ca9-cb44-f903-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-04 03:57:33.010567 | fa163ea7-8ca9-cb44-f903-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-04 03:57:33.011639 | fa163ea7-8ca9-cb44-f903-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:21.530815 | 0.05s 2025-10-04 03:57:33.055431 | fa163ea7-8ca9-cb44-f903-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-04 03:57:33.306819 | fa163ea7-8ca9-cb44-f903-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-04 03:57:33.308285 | fa163ea7-8ca9-cb44-f903-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:21.827426 | 0.25s 2025-10-04 03:57:33.422818 | fa163ea7-8ca9-cb44-f903-0000000000cf | TIMING | include_tasks | standalone | 0:16:21.941979 | 0.08s 2025-10-04 03:57:33.462562 | bd3f192a-2ff4-4620-ba03-222610f295c1 | INCLUDED | /root/standalone-ansible-tey6r4dq/common_deploy_steps_tasks.yaml | standalone 2025-10-04 03:57:33.489770 | fa163ea7-8ca9-cb44-f903-000000003509 | TASK | Write the config_step hieradata 2025-10-04 03:57:33.922199 | fa163ea7-8ca9-cb44-f903-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-04 03:57:33.923503 | fa163ea7-8ca9-cb44-f903-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:22.442675 | 0.43s 2025-10-04 03:57:33.954619 | fa163ea7-8ca9-cb44-f903-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-04 03:57:34.303217 | fa163ea7-8ca9-cb44-f903-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-04 03:57:34.304763 | fa163ea7-8ca9-cb44-f903-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:22.823935 | 0.35s 2025-10-04 03:57:34.334128 | fa163ea7-8ca9-cb44-f903-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-04 03:57:34.577168 | fa163ea7-8ca9-cb44-f903-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-04 03:57:44.812543 | fa163ea7-8ca9-cb44-f903-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-04 03:57:55.047593 | fa163ea7-8ca9-cb44-f903-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-04 03:57:55.049550 | fa163ea7-8ca9-cb44-f903-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:43.568713 | 20.71s 2025-10-04 03:57:55.079214 | fa163ea7-8ca9-cb44-f903-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-04 03:57:55.167354 | fa163ea7-8ca9-cb44-f903-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 4 03:57:34 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 4 03:57:38 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 4 03:57:38 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 4 03:57:38 puppet-user: (file & line not available)", "<13>Oct 4 03:57: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 4 03:57: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 4 03:57:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 4 03:57:38 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.41 seconds", "<13>Oct 4 03:57:44 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 4 03:57:47 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 4 03:57:48 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 4 03:57:49 puppet-user: Notice: Applied catalog in 10.04 seconds", "<13>Oct 4 03:57:49 puppet-user: Application:", "<13>Oct 4 03:57:49 puppet-user: Initial environment: production", "<13>Oct 4 03:57:49 puppet-user: Converged environment: production", "<13>Oct 4 03:57:49 puppet-user: Run mode: user", "<13>Oct 4 03:57:49 puppet-user: Changes:", "<13>Oct 4 03:57:49 puppet-user: Total: 2", "<13>Oct 4 03:57:49 puppet-user: Events:", "<13>Oct 4 03:57:49 puppet-user: Success: 2", "<13>Oct 4 03:57:49 puppet-user: Resources:", "<13>Oct 4 03:57:49 puppet-user: Changed: 2", "<13>Oct 4 03:57:49 puppet-user: Out of sync: 2", "<13>Oct 4 03:57:49 puppet-user: Total: 28", "<13>Oct 4 03:57:49 puppet-user: Time:", "<13>Oct 4 03:57:49 puppet-user: Filebucket: 0.00", "<13>Oct 4 03:57:49 puppet-user: Schedule: 0.00", "<13>Oct 4 03:57:49 puppet-user: Package: 0.00", "<13>Oct 4 03:57:49 puppet-user: File line: 0.00", "<13>Oct 4 03:57:49 puppet-user: File: 0.00", "<13>Oct 4 03:57:49 puppet-user: Augeas: 0.01", "<13>Oct 4 03:57:49 puppet-user: User: 0.01", "<13>Oct 4 03:57:49 puppet-user: Service: 0.07", "<13>Oct 4 03:57:49 puppet-user: Config retrieval: 0.46", "<13>Oct 4 03:57:49 puppet-user: Pcmk property: 1.49", "<13>Oct 4 03:57:49 puppet-user: Exec: 1.98", "<13>Oct 4 03:57:49 puppet-user: Catalog application: 10.04", "<13>Oct 4 03:57:49 puppet-user: Last run: 1759550269", "<13>Oct 4 03:57:49 puppet-user: Pcmk resource op default: 3.06", "<13>Oct 4 03:57:49 puppet-user: Pcmk resource default: 3.18", "<13>Oct 4 03:57:49 puppet-user: Transaction evaluation: 9.98", "<13>Oct 4 03:57:49 puppet-user: Total: 10.05", "<13>Oct 4 03:57:49 puppet-user: Version:", "<13>Oct 4 03:57:49 puppet-user: Config: 1759550258", "<13>Oct 4 03:57:49 puppet-user: Puppet: 7.10.0" ] } 2025-10-04 03:57:55.170351 | fa163ea7-8ca9-cb44-f903-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:43.689523 | 0.09s 2025-10-04 03:57:55.202112 | fa163ea7-8ca9-cb44-f903-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-04 03:57:55.225119 | fa163ea7-8ca9-cb44-f903-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:43.744287 | 0.02s 2025-10-04 03:57:55.303350 | fa163ea7-8ca9-cb44-f903-00000000354c | TASK | Gather variables for each operating system 2025-10-04 03:57:55.435120 | fa163ea7-8ca9-cb44-f903-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:43.954272 | 0.13s 2025-10-04 03:57:55.468808 | fa163ea7-8ca9-cb44-f903-00000000354d | TASK | Create puppet caching structures 2025-10-04 03:57:55.722941 | fa163ea7-8ca9-cb44-f903-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-04 03:57:55.725795 | fa163ea7-8ca9-cb44-f903-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:44.244965 | 0.26s 2025-10-04 03:57:55.758847 | fa163ea7-8ca9-cb44-f903-00000000354e | TASK | Check for facter.conf 2025-10-04 03:57:56.000246 | fa163ea7-8ca9-cb44-f903-00000000354e | OK | Check for facter.conf | standalone 2025-10-04 03:57:56.002896 | fa163ea7-8ca9-cb44-f903-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:44.522068 | 0.24s 2025-10-04 03:57:56.036297 | fa163ea7-8ca9-cb44-f903-00000000354f | TASK | Remove facter.conf if directory 2025-10-04 03:57:56.088956 | fa163ea7-8ca9-cb44-f903-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-04 03:57:56.090337 | fa163ea7-8ca9-cb44-f903-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:44.609509 | 0.05s 2025-10-04 03:57:56.123820 | fa163ea7-8ca9-cb44-f903-000000003550 | TASK | Write facter cache config 2025-10-04 03:57:56.621922 | fa163ea7-8ca9-cb44-f903-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-04 03:57:56.623719 | fa163ea7-8ca9-cb44-f903-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:45.142886 | 0.50s 2025-10-04 03:57:56.654794 | fa163ea7-8ca9-cb44-f903-000000003551 | TASK | Cleanup facter cache if exists 2025-10-04 03:57:56.895898 | fa163ea7-8ca9-cb44-f903-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-04 03:57:56.897704 | fa163ea7-8ca9-cb44-f903-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:45.416872 | 0.24s 2025-10-04 03:57:56.932211 | fa163ea7-8ca9-cb44-f903-000000003552 | TASK | Pre-cache facts 2025-10-04 03:57:57.524661 | fa163ea7-8ca9-cb44-f903-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-04 03:57:57.526137 | fa163ea7-8ca9-cb44-f903-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:46.045308 | 0.59s 2025-10-04 03:57:57.558269 | fa163ea7-8ca9-cb44-f903-000000003553 | TASK | Failed deployment if facter fails 2025-10-04 03:57:57.604413 | fa163ea7-8ca9-cb44-f903-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-04 03:57:57.605226 | fa163ea7-8ca9-cb44-f903-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:46.124406 | 0.04s 2025-10-04 03:57:57.638647 | fa163ea7-8ca9-cb44-f903-000000003554 | TASK | Sync cached facts 2025-10-04 03:57:57.967801 | fa163ea7-8ca9-cb44-f903-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-000000003554') missing from stats 2025-10-04 03:57:58.024484 | fa163ea7-8ca9-cb44-f903-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-04 03:57:58.075821 | fa163ea7-8ca9-cb44-f903-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-04 03:57:58.076822 | fa163ea7-8ca9-cb44-f903-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:46.595999 | 0.05s 2025-10-04 03:57:58.101023 | fa163ea7-8ca9-cb44-f903-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-04 03:57:58.127968 | fa163ea7-8ca9-cb44-f903-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:46.647139 | 0.03s 2025-10-04 03:57:58.185938 | fa163ea7-8ca9-cb44-f903-0000000035ab | TASK | Gather variables for each operating system 2025-10-04 03:57:58.306918 | fa163ea7-8ca9-cb44-f903-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:46.826085 | 0.12s 2025-10-04 03:57:58.331150 | fa163ea7-8ca9-cb44-f903-0000000035ac | TASK | Create container logs path 2025-10-04 03:57:58.548487 | fa163ea7-8ca9-cb44-f903-0000000035ac | OK | Create container logs path | standalone 2025-10-04 03:57:58.549697 | fa163ea7-8ca9-cb44-f903-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:47.068858 | 0.22s 2025-10-04 03:57:58.574561 | fa163ea7-8ca9-cb44-f903-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-04 03:57:58.844444 | fa163ea7-8ca9-cb44-f903-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-04 03:57:58.845542 | fa163ea7-8ca9-cb44-f903-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:47.364700 | 0.27s 2025-10-04 03:57:58.871035 | fa163ea7-8ca9-cb44-f903-0000000035af | TASK | Finalise hashes for all containers 2025-10-04 03:57:58.936960 | fa163ea7-8ca9-cb44-f903-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-04 03:57:58.937822 | fa163ea7-8ca9-cb44-f903-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:47.457002 | 0.07s 2025-10-04 03:57:58.961008 | fa163ea7-8ca9-cb44-f903-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-04 03:57:59.001856 | fa163ea7-8ca9-cb44-f903-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:47.521022 | 0.04s 2025-10-04 03:57:59.037720 | 931b1219-8327-4cae-b9f2-b303a87d6a2a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-04 03:57:59.066291 | fa163ea7-8ca9-cb44-f903-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-04 03:57:59.347938 | fa163ea7-8ca9-cb44-f903-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-04 03:57:59.349208 | fa163ea7-8ca9-cb44-f903-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:47.868387 | 0.28s 2025-10-04 03:57:59.373406 | fa163ea7-8ca9-cb44-f903-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-04 03:57:59.434776 | fa163ea7-8ca9-cb44-f903-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-04 03:57:59.435857 | fa163ea7-8ca9-cb44-f903-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:47.955036 | 0.06s 2025-10-04 03:57:59.459880 | fa163ea7-8ca9-cb44-f903-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-04 03:57:59.945435 | fa163ea7-8ca9-cb44-f903-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-04 03:57:59.948017 | fa163ea7-8ca9-cb44-f903-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:48.467182 | 0.49s 2025-10-04 03:58:00.391506 | fa163ea7-8ca9-cb44-f903-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-04 03:58:00.392556 | fa163ea7-8ca9-cb44-f903-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:48.911735 | 0.93s 2025-10-04 03:58:00.396628 | fa163ea7-8ca9-cb44-f903-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:48.915795 | 0.94s 2025-10-04 03:58:00.427987 | fa163ea7-8ca9-cb44-f903-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-04 03:58:00.972721 | fa163ea7-8ca9-cb44-f903-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-04 03:58:00.973820 | fa163ea7-8ca9-cb44-f903-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:49.492997 | 0.54s 2025-10-04 03:58:00.996923 | fa163ea7-8ca9-cb44-f903-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-04 03:58:01.493767 | fa163ea7-8ca9-cb44-f903-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-04 03:58:01.495281 | fa163ea7-8ca9-cb44-f903-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:50.014454 | 0.50s 2025-10-04 03:58:01.526131 | fa163ea7-8ca9-cb44-f903-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-04 03:58:02.255669 | fa163ea7-8ca9-cb44-f903-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-04 03:58:02.257897 | fa163ea7-8ca9-cb44-f903-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:50.777070 | 0.73s 2025-10-04 03:58:02.289697 | fa163ea7-8ca9-cb44-f903-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-04 03:58:02.865265 | fa163ea7-8ca9-cb44-f903-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-04 03:58:02.866805 | fa163ea7-8ca9-cb44-f903-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:51.385979 | 0.58s 2025-10-04 03:58:02.897624 | fa163ea7-8ca9-cb44-f903-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-04 03:58:03.444992 | fa163ea7-8ca9-cb44-f903-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-04 03:58:03.445926 | fa163ea7-8ca9-cb44-f903-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:51.965108 | 0.55s 2025-10-04 03:58:03.466649 | fa163ea7-8ca9-cb44-f903-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-04 03:58:04.165504 | fa163ea7-8ca9-cb44-f903-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-04 03:58:04.168915 | fa163ea7-8ca9-cb44-f903-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:52.688087 | 0.70s 2025-10-04 03:58:04.201607 | fa163ea7-8ca9-cb44-f903-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-04 03:58:04.245666 | fa163ea7-8ca9-cb44-f903-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:52.764833 | 0.04s 2025-10-04 03:58:04.268074 | 29f4973c-e3a9-44f2-84c2-6364954364ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-04 03:58:04.305016 | fa163ea7-8ca9-cb44-f903-000000003615 | TASK | Update config hashes for container startup configs 2025-10-04 03:58:04.603957 | fa163ea7-8ca9-cb44-f903-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-04 03:58:04.605363 | fa163ea7-8ca9-cb44-f903-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:53.124536 | 0.30s 2025-10-04 03:58:04.638022 | fa163ea7-8ca9-cb44-f903-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-04 03:58:04.689005 | fa163ea7-8ca9-cb44-f903-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:53.208175 | 0.05s 2025-10-04 03:58:04.713047 | fedf658c-9a9f-4d5c-88c6-192471c1a772 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 03:58:04.750900 | fa163ea7-8ca9-cb44-f903-000000003634 | TASK | Gather podman infos 2025-10-04 03:58:05.809715 | fa163ea7-8ca9-cb44-f903-000000003634 | OK | Gather podman infos | standalone 2025-10-04 03:58:05.811054 | fa163ea7-8ca9-cb44-f903-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:54.330228 | 1.06s 2025-10-04 03:58:05.885911 | fa163ea7-8ca9-cb44-f903-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-04 03:58:05.952923 | fa163ea7-8ca9-cb44-f903-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:54.472091 | 0.06s 2025-10-04 03:58:06.088311 | fa163ea7-8ca9-cb44-f903-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:54.607472 | 0.07s 2025-10-04 03:58:06.148160 | fa163ea7-8ca9-cb44-f903-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-04 03:58:06.203496 | fa163ea7-8ca9-cb44-f903-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:54.722663 | 0.05s 2025-10-04 03:58:06.226685 | 9f0123e7-6d25-4f49-83ea-008554df909d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 03:58:06.274475 | fa163ea7-8ca9-cb44-f903-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-04 03:58:23.918184 | fa163ea7-8ca9-cb44-f903-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-04 03:58:23.919682 | fa163ea7-8ca9-cb44-f903-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:12.438859 | 17.64s 2025-10-04 03:58:23.944723 | fa163ea7-8ca9-cb44-f903-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-04 03:58:26.745216 | fa163ea7-8ca9-cb44-f903-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-04 03:58:26.747341 | fa163ea7-8ca9-cb44-f903-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:15.266510 | 2.80s 2025-10-04 03:58:26.829025 | fa163ea7-8ca9-cb44-f903-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-04 03:58:27.073865 | fa163ea7-8ca9-cb44-f903-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-04 03:58:27.075272 | fa163ea7-8ca9-cb44-f903-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:15.594445 | 0.24s 2025-10-04 03:58:27.123569 | fa163ea7-8ca9-cb44-f903-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-04 03:58:27.177428 | fa163ea7-8ca9-cb44-f903-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:15.696594 | 0.05s 2025-10-04 03:58:27.209273 | fa163ea7-8ca9-cb44-f903-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-04 03:58:27.257827 | fa163ea7-8ca9-cb44-f903-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:15.776973 | 0.05s 2025-10-04 03:58:27.291075 | e4d8555e-4ffa-4de8-bc5b-939025a298ba | INCLUDED | /root/standalone-ansible-tey6r4dq/host-container-puppet-tasks.yaml | standalone 2025-10-04 03:58:27.343893 | fa163ea7-8ca9-cb44-f903-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-04 03:58:27.870072 | fa163ea7-8ca9-cb44-f903-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-04 03:58:27.871985 | fa163ea7-8ca9-cb44-f903-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:16.391148 | 0.53s 2025-10-04 03:58:27.909988 | fa163ea7-8ca9-cb44-f903-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-04 03:58:28.198918 | fa163ea7-8ca9-cb44-f903-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-04 03:58:28.201418 | fa163ea7-8ca9-cb44-f903-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:16.720589 | 0.29s 2025-10-04 03:58:28.235733 | fa163ea7-8ca9-cb44-f903-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-04 03:58:28.270143 | fa163ea7-8ca9-cb44-f903-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:16.789294 | 0.03s 2025-10-04 03:58:28.345959 | fa163ea7-8ca9-cb44-f903-000000003722 | TASK | Gather variables for each operating system 2025-10-04 03:58:28.474145 | fa163ea7-8ca9-cb44-f903-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:16.993284 | 0.13s 2025-10-04 03:58:28.509762 | fa163ea7-8ca9-cb44-f903-000000003723 | TASK | Create container logs path 2025-10-04 03:58:28.771575 | fa163ea7-8ca9-cb44-f903-000000003723 | OK | Create container logs path | standalone 2025-10-04 03:58:28.773432 | fa163ea7-8ca9-cb44-f903-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:17.292602 | 0.26s 2025-10-04 03:58:28.815121 | fa163ea7-8ca9-cb44-f903-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-04 03:58:29.086351 | fa163ea7-8ca9-cb44-f903-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-04 03:58:29.088446 | fa163ea7-8ca9-cb44-f903-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:17.607613 | 0.27s 2025-10-04 03:58:29.122858 | fa163ea7-8ca9-cb44-f903-000000003726 | TASK | Finalise hashes for all containers 2025-10-04 03:58:29.179985 | fa163ea7-8ca9-cb44-f903-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-04 03:58:29.181339 | fa163ea7-8ca9-cb44-f903-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:17.700506 | 0.06s 2025-10-04 03:58:29.217082 | fa163ea7-8ca9-cb44-f903-000000003728 | TASK | Manage systemd shutdown files 2025-10-04 03:58:29.261467 | fa163ea7-8ca9-cb44-f903-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 03:58:29.262761 | fa163ea7-8ca9-cb44-f903-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:17.781931 | 0.04s 2025-10-04 03:58:29.295367 | fa163ea7-8ca9-cb44-f903-00000000372a | TASK | Update container configs with new config hashes 2025-10-04 03:58:29.353572 | fa163ea7-8ca9-cb44-f903-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 03:58:29.355688 | fa163ea7-8ca9-cb44-f903-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:17.874855 | 0.06s 2025-10-04 03:58:29.398487 | fa163ea7-8ca9-cb44-f903-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-04 03:58:29.455557 | fa163ea7-8ca9-cb44-f903-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-04 03:58:29.457215 | fa163ea7-8ca9-cb44-f903-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:17.976386 | 0.06s 2025-10-04 03:58:29.484248 | fa163ea7-8ca9-cb44-f903-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-04 03:58:29.537002 | fa163ea7-8ca9-cb44-f903-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-04 03:58:29.538898 | fa163ea7-8ca9-cb44-f903-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:18.058061 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-04 03:58:29.706609 | fa163ea7-8ca9-cb44-f903-0000000000d2 | TASK | External deployment step 3 2025-10-04 03:58:29.739862 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000d2') missing from stats 2025-10-04 03:58:29.805460 | fa163ea7-8ca9-cb44-f903-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:18.324619 | 0.04s 2025-10-04 03:58:29.816739 | b7b4177d-9142-47d1-8290-25f21d138627 | INCLUDED | /root/standalone-ansible-tey6r4dq/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-04 03:58:29.836568 | fa163ea7-8ca9-cb44-f903-00000000377b | TASK | Pause cephadm 2025-10-04 03:58:29.889929 | fa163ea7-8ca9-cb44-f903-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-04 03:58:29.891113 | fa163ea7-8ca9-cb44-f903-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:18.410287 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-04 03:58:30.031309 | fa163ea7-8ca9-cb44-f903-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-04 03:58:30.060110 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000d6') missing from stats 2025-10-04 03:58:30.083029 | fa163ea7-8ca9-cb44-f903-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-04 03:58:30.580871 | fa163ea7-8ca9-cb44-f903-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-04 03:58:30.582355 | fa163ea7-8ca9-cb44-f903-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:19.101529 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-04 03:58:30.654575 | fa163ea7-8ca9-cb44-f903-0000000000d8 | TIMING | include_tasks | standalone | 0:17:19.173744 | 0.04s 2025-10-04 03:58:30.681931 | e4bb49cb-daf5-4d41-b365-e3e4371c7c66 | INCLUDED | /root/standalone-ansible-tey6r4dq/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-04 03:58:30.713075 | fa163ea7-8ca9-cb44-f903-00000000379a | TASK | Start OVN container 2025-10-04 03:58:30.799962 | fa163ea7-8ca9-cb44-f903-00000000379a | TIMING | Start OVN container | standalone | 0:17:19.319113 | 0.09s 2025-10-04 03:58:30.842172 | fa163ea7-8ca9-cb44-f903-00000000379a | TIMING | Start OVN container | standalone | 0:17:19.361348 | 0.13s 2025-10-04 03:58:30.863014 | fa163ea7-8ca9-cb44-f903-00000000379a | TIMING | Start OVN container | standalone | 0:17:19.382197 | 0.15s 2025-10-04 03:58:30.867758 | fa163ea7-8ca9-cb44-f903-00000000379a | TIMING | Start OVN container | standalone | 0:17:19.386926 | 0.15s 2025-10-04 03:58:30.978273 | fa163ea7-8ca9-cb44-f903-0000000037d2 | TASK | Gather variables for each operating system 2025-10-04 03:58:31.102168 | fa163ea7-8ca9-cb44-f903-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:19.621327 | 0.12s 2025-10-04 03:58:31.136749 | fa163ea7-8ca9-cb44-f903-0000000037d3 | TASK | Create container logs path 2025-10-04 03:58:31.404629 | fa163ea7-8ca9-cb44-f903-0000000037d3 | OK | Create container logs path | standalone 2025-10-04 03:58:31.406177 | fa163ea7-8ca9-cb44-f903-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:19.925350 | 0.27s 2025-10-04 03:58:31.440561 | fa163ea7-8ca9-cb44-f903-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:31.761442 | fa163ea7-8ca9-cb44-f903-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:31.762836 | fa163ea7-8ca9-cb44-f903-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.282010 | 0.32s 2025-10-04 03:58:31.792969 | fa163ea7-8ca9-cb44-f903-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-04 03:58:31.899386 | fa163ea7-8ca9-cb44-f903-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-04 03:58:31.900886 | fa163ea7-8ca9-cb44-f903-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:20.420059 | 0.11s 2025-10-04 03:58:31.934958 | fa163ea7-8ca9-cb44-f903-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-04 03:58:31.989110 | fa163ea7-8ca9-cb44-f903-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 03:58:31.990408 | fa163ea7-8ca9-cb44-f903-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:20.509581 | 0.05s 2025-10-04 03:58:32.023066 | fa163ea7-8ca9-cb44-f903-0000000037da | TASK | Update container configs with new config hashes 2025-10-04 03:58:32.097991 | fa163ea7-8ca9-cb44-f903-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 03:58:32.100102 | fa163ea7-8ca9-cb44-f903-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:20.619269 | 0.08s 2025-10-04 03:58:32.135905 | fa163ea7-8ca9-cb44-f903-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:32.209193 | fa163ea7-8ca9-cb44-f903-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.728358 | 0.07s 2025-10-04 03:58:32.236337 | 6ff27ee4-4fae-4735-81d3-f267c10024f0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 03:58:32.278026 | fa163ea7-8ca9-cb44-f903-000000003867 | TASK | Gather podman infos 2025-10-04 03:58:33.553094 | fa163ea7-8ca9-cb44-f903-000000003867 | OK | Gather podman infos | standalone 2025-10-04 03:58:33.554233 | fa163ea7-8ca9-cb44-f903-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:22.073408 | 1.27s 2025-10-04 03:58:33.644086 | fa163ea7-8ca9-cb44-f903-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:33.731334 | fa163ea7-8ca9-cb44-f903-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:22.250500 | 0.08s 2025-10-04 03:58:33.924475 | fa163ea7-8ca9-cb44-f903-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:22.443634 | 0.13s 2025-10-04 03:58:33.985029 | fa163ea7-8ca9-cb44-f903-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:34.059854 | fa163ea7-8ca9-cb44-f903-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:22.579018 | 0.07s 2025-10-04 03:58:34.084976 | 28d86288-705f-4303-809b-da59b5e430d1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 03:58:34.129367 | fa163ea7-8ca9-cb44-f903-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:35.068333 | fa163ea7-8ca9-cb44-f903-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:35.069597 | fa163ea7-8ca9-cb44-f903-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:23.588771 | 0.94s 2025-10-04 03:58:35.094470 | fa163ea7-8ca9-cb44-f903-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:37.844111 | fa163ea7-8ca9-cb44-f903-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:37.845882 | fa163ea7-8ca9-cb44-f903-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:26.365054 | 2.75s 2025-10-04 03:58:37.901504 | fa163ea7-8ca9-cb44-f903-0000000037fd | TASK | Gather variables for each operating system 2025-10-04 03:58:38.019762 | fa163ea7-8ca9-cb44-f903-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:26.538925 | 0.12s 2025-10-04 03:58:38.051510 | fa163ea7-8ca9-cb44-f903-0000000037fe | TASK | Create container logs path 2025-10-04 03:58:38.317258 | fa163ea7-8ca9-cb44-f903-0000000037fe | OK | Create container logs path | standalone 2025-10-04 03:58:38.318735 | fa163ea7-8ca9-cb44-f903-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:26.837909 | 0.27s 2025-10-04 03:58:38.350803 | fa163ea7-8ca9-cb44-f903-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:38.688757 | fa163ea7-8ca9-cb44-f903-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:38.690025 | fa163ea7-8ca9-cb44-f903-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.209200 | 0.34s 2025-10-04 03:58:38.719251 | fa163ea7-8ca9-cb44-f903-000000003801 | TASK | Finalise hashes for all containers 2025-10-04 03:58:38.823490 | fa163ea7-8ca9-cb44-f903-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-04 03:58:38.824707 | fa163ea7-8ca9-cb44-f903-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:27.343882 | 0.10s 2025-10-04 03:58:38.854470 | fa163ea7-8ca9-cb44-f903-000000003803 | TASK | Manage systemd shutdown files 2025-10-04 03:58:38.915707 | fa163ea7-8ca9-cb44-f903-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 03:58:38.916915 | fa163ea7-8ca9-cb44-f903-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:27.436089 | 0.06s 2025-10-04 03:58:38.948375 | fa163ea7-8ca9-cb44-f903-000000003805 | TASK | Update container configs with new config hashes 2025-10-04 03:58:39.020818 | fa163ea7-8ca9-cb44-f903-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 03:58:39.021928 | fa163ea7-8ca9-cb44-f903-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:27.541102 | 0.07s 2025-10-04 03:58:39.054612 | fa163ea7-8ca9-cb44-f903-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:39.128283 | fa163ea7-8ca9-cb44-f903-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.647444 | 0.07s 2025-10-04 03:58:39.153492 | f23a9f17-8e00-4a82-914a-14938cfc4c9e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 03:58:39.189464 | fa163ea7-8ca9-cb44-f903-00000000391e | TASK | Gather podman infos 2025-10-04 03:58:40.416245 | fa163ea7-8ca9-cb44-f903-00000000391e | OK | Gather podman infos | standalone 2025-10-04 03:58:40.417573 | fa163ea7-8ca9-cb44-f903-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:28.936709 | 1.23s 2025-10-04 03:58:40.509462 | fa163ea7-8ca9-cb44-f903-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:40.602136 | fa163ea7-8ca9-cb44-f903-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:29.121302 | 0.09s 2025-10-04 03:58:40.750829 | fa163ea7-8ca9-cb44-f903-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:29.269984 | 0.09s 2025-10-04 03:58:40.809915 | fa163ea7-8ca9-cb44-f903-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:40.884346 | fa163ea7-8ca9-cb44-f903-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:29.403509 | 0.07s 2025-10-04 03:58:40.907590 | 7fd36b49-a93c-4b73-9109-67da8d781f38 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 03:58:40.948919 | fa163ea7-8ca9-cb44-f903-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:41.832035 | fa163ea7-8ca9-cb44-f903-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:41.835383 | fa163ea7-8ca9-cb44-f903-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:30.354548 | 0.88s 2025-10-04 03:58:41.870214 | fa163ea7-8ca9-cb44-f903-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:44.662259 | fa163ea7-8ca9-cb44-f903-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:44.663950 | fa163ea7-8ca9-cb44-f903-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:17:33.183118 | 2.79s 2025-10-04 03:58:44.720421 | fa163ea7-8ca9-cb44-f903-000000003828 | TASK | Gather variables for each operating system 2025-10-04 03:58:44.838596 | fa163ea7-8ca9-cb44-f903-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:33.357764 | 0.12s 2025-10-04 03:58:44.869162 | fa163ea7-8ca9-cb44-f903-000000003829 | TASK | Create container logs path 2025-10-04 03:58:45.137670 | fa163ea7-8ca9-cb44-f903-000000003829 | OK | Create container logs path | standalone 2025-10-04 03:58:45.139084 | fa163ea7-8ca9-cb44-f903-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:33.658258 | 0.27s 2025-10-04 03:58:45.171493 | fa163ea7-8ca9-cb44-f903-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:45.494483 | fa163ea7-8ca9-cb44-f903-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:45.497002 | fa163ea7-8ca9-cb44-f903-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.016174 | 0.32s 2025-10-04 03:58:45.536314 | fa163ea7-8ca9-cb44-f903-00000000382c | TASK | Finalise hashes for all containers 2025-10-04 03:58:45.643802 | fa163ea7-8ca9-cb44-f903-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-04 03:58:45.645744 | fa163ea7-8ca9-cb44-f903-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:34.164911 | 0.11s 2025-10-04 03:58:45.677434 | fa163ea7-8ca9-cb44-f903-00000000382e | TASK | Manage systemd shutdown files 2025-10-04 03:58:45.730635 | fa163ea7-8ca9-cb44-f903-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 03:58:45.731948 | fa163ea7-8ca9-cb44-f903-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:34.251117 | 0.05s 2025-10-04 03:58:45.762304 | fa163ea7-8ca9-cb44-f903-000000003830 | TASK | Update container configs with new config hashes 2025-10-04 03:58:45.835299 | fa163ea7-8ca9-cb44-f903-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 03:58:45.836595 | fa163ea7-8ca9-cb44-f903-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:34.355767 | 0.07s 2025-10-04 03:58:45.868456 | fa163ea7-8ca9-cb44-f903-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:45.934665 | fa163ea7-8ca9-cb44-f903-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.453831 | 0.06s 2025-10-04 03:58:45.960232 | 8c376a44-ffd2-455e-a24a-6026a5a9b5b1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 03:58:45.996459 | fa163ea7-8ca9-cb44-f903-0000000039d0 | TASK | Gather podman infos 2025-10-04 03:58:47.177740 | fa163ea7-8ca9-cb44-f903-0000000039d0 | OK | Gather podman infos | standalone 2025-10-04 03:58:47.179368 | fa163ea7-8ca9-cb44-f903-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:35.698539 | 1.18s 2025-10-04 03:58:47.272473 | fa163ea7-8ca9-cb44-f903-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:47.340485 | fa163ea7-8ca9-cb44-f903-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:35.859656 | 0.06s 2025-10-04 03:58:47.455775 | fa163ea7-8ca9-cb44-f903-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:35.974934 | 0.07s 2025-10-04 03:58:47.516303 | fa163ea7-8ca9-cb44-f903-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:47.570300 | fa163ea7-8ca9-cb44-f903-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:36.089460 | 0.05s 2025-10-04 03:58:47.594943 | 4770fa62-ecad-43f2-a94d-ebb640e5f847 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 03:58:47.628911 | fa163ea7-8ca9-cb44-f903-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:48.711344 | fa163ea7-8ca9-cb44-f903-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:48.712851 | fa163ea7-8ca9-cb44-f903-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:37.232029 | 1.08s 2025-10-04 03:58:48.737040 | fa163ea7-8ca9-cb44-f903-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-04 03:58:51.769728 | fa163ea7-8ca9-cb44-f903-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-04 03:58:51.771308 | fa163ea7-8ca9-cb44-f903-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:17:40.290482 | 3.03s 2025-10-04 03:58:51.830816 | fa163ea7-8ca9-cb44-f903-00000000379c | TASK | Set NB connection 2025-10-04 03:58:52.301684 | fa163ea7-8ca9-cb44-f903-00000000379c | CHANGED | Set NB connection | standalone 2025-10-04 03:58:52.302810 | fa163ea7-8ca9-cb44-f903-00000000379c | TIMING | Set NB connection | standalone | 0:17:40.821990 | 0.47s 2025-10-04 03:58:52.325086 | fa163ea7-8ca9-cb44-f903-00000000379d | TASK | Set SB connection 2025-10-04 03:58:52.849996 | fa163ea7-8ca9-cb44-f903-00000000379d | CHANGED | Set SB connection | standalone 2025-10-04 03:58:52.851834 | fa163ea7-8ca9-cb44-f903-00000000379d | TIMING | Set SB connection | standalone | 0:17:41.371008 | 0.53s 2025-10-04 03:58:52.880375 | fa163ea7-8ca9-cb44-f903-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-04 03:58:53.111041 | fa163ea7-8ca9-cb44-f903-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-04 03:58:53.113811 | fa163ea7-8ca9-cb44-f903-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:41.632985 | 0.23s 2025-10-04 03:58:53.228723 | fa163ea7-8ca9-cb44-f903-0000000000db | TIMING | include_tasks | standalone | 0:17:41.747880 | 0.08s 2025-10-04 03:58:53.270347 | 9eef3587-317e-458f-8d6d-44fbb287c0d5 | INCLUDED | /root/standalone-ansible-tey6r4dq/common_deploy_steps_tasks.yaml | standalone 2025-10-04 03:58:53.299659 | fa163ea7-8ca9-cb44-f903-000000003a7c | TASK | Write the config_step hieradata 2025-10-04 03:58:53.819776 | fa163ea7-8ca9-cb44-f903-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-04 03:58:53.821163 | fa163ea7-8ca9-cb44-f903-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:17:42.340336 | 0.52s 2025-10-04 03:58:53.853968 | fa163ea7-8ca9-cb44-f903-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-04 03:58:54.192066 | fa163ea7-8ca9-cb44-f903-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-04 03:58:54.193369 | fa163ea7-8ca9-cb44-f903-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:42.712544 | 0.34s 2025-10-04 03:58:54.222203 | fa163ea7-8ca9-cb44-f903-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-04 03:58:54.472405 | fa163ea7-8ca9-cb44-f903-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-04 03:59:04.701823 | fa163ea7-8ca9-cb44-f903-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-04 03:59:14.908374 | fa163ea7-8ca9-cb44-f903-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-04 03:59:14.909892 | fa163ea7-8ca9-cb44-f903-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:03.429064 | 20.69s 2025-10-04 03:59:14.942576 | fa163ea7-8ca9-cb44-f903-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-04 03:59:15.016039 | fa163ea7-8ca9-cb44-f903-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 4 03:58:54 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 4 03:58:58 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 4 03:58:58 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 4 03:58:58 puppet-user: (file & line not available)", "<13>Oct 4 03:58:58 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 4 03:58:58 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 4 03:58:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 4 03:58:59 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.45 seconds", "<13>Oct 4 03:59:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 4 03:59:05 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 4 03:59:06 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 4 03:59:07 puppet-user: Notice: Applied catalog in 7.92 seconds", "<13>Oct 4 03:59:07 puppet-user: Application:", "<13>Oct 4 03:59:07 puppet-user: Initial environment: production", "<13>Oct 4 03:59:07 puppet-user: Converged environment: production", "<13>Oct 4 03:59:07 puppet-user: Run mode: user", "<13>Oct 4 03:59:07 puppet-user: Changes:", "<13>Oct 4 03:59:07 puppet-user: Total: 2", "<13>Oct 4 03:59:07 puppet-user: Events:", "<13>Oct 4 03:59:07 puppet-user: Success: 2", "<13>Oct 4 03:59:07 puppet-user: Resources:", "<13>Oct 4 03:59:07 puppet-user: Changed: 2", "<13>Oct 4 03:59:07 puppet-user: Out of sync: 2", "<13>Oct 4 03:59:07 puppet-user: Total: 28", "<13>Oct 4 03:59:07 puppet-user: Time:", "<13>Oct 4 03:59:07 puppet-user: Schedule: 0.00", "<13>Oct 4 03:59:07 puppet-user: File: 0.00", "<13>Oct 4 03:59:07 puppet-user: File line: 0.01", "<13>Oct 4 03:59:07 puppet-user: Augeas: 0.01", "<13>Oct 4 03:59:07 puppet-user: User: 0.01", "<13>Oct 4 03:59:07 puppet-user: Package: 0.03", "<13>Oct 4 03:59:07 puppet-user: Service: 0.08", "<13>Oct 4 03:59:07 puppet-user: Config retrieval: 0.51", "<13>Oct 4 03:59:07 puppet-user: Pcmk property: 1.48", "<13>Oct 4 03:59:07 puppet-user: Exec: 1.97", "<13>Oct 4 03:59:07 puppet-user: Pcmk resource default: 2.00", "<13>Oct 4 03:59:07 puppet-user: Last run: 1759550347", "<13>Oct 4 03:59:07 puppet-user: Pcmk resource op default: 2.11", "<13>Oct 4 03:59:07 puppet-user: Transaction evaluation: 7.90", "<13>Oct 4 03:59:07 puppet-user: Catalog application: 7.92", "<13>Oct 4 03:59:07 puppet-user: Filebucket: 0.00", "<13>Oct 4 03:59:07 puppet-user: Total: 7.93", "<13>Oct 4 03:59:07 puppet-user: Version:", "<13>Oct 4 03:59:07 puppet-user: Config: 1759550338", "<13>Oct 4 03:59:07 puppet-user: Puppet: 7.10.0" ] } 2025-10-04 03:59:15.017387 | fa163ea7-8ca9-cb44-f903-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:03.536561 | 0.07s 2025-10-04 03:59:15.046237 | fa163ea7-8ca9-cb44-f903-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-04 03:59:15.075716 | fa163ea7-8ca9-cb44-f903-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:03.594885 | 0.03s 2025-10-04 03:59:15.141235 | fa163ea7-8ca9-cb44-f903-000000003abf | TASK | Gather variables for each operating system 2025-10-04 03:59:15.255313 | fa163ea7-8ca9-cb44-f903-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:03.774464 | 0.11s 2025-10-04 03:59:15.290263 | fa163ea7-8ca9-cb44-f903-000000003ac0 | TASK | Create puppet caching structures 2025-10-04 03:59:15.613877 | fa163ea7-8ca9-cb44-f903-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-04 03:59:15.615165 | fa163ea7-8ca9-cb44-f903-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:04.134341 | 0.32s 2025-10-04 03:59:15.643478 | fa163ea7-8ca9-cb44-f903-000000003ac1 | TASK | Check for facter.conf 2025-10-04 03:59:15.905475 | fa163ea7-8ca9-cb44-f903-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-04 03:59:15.906907 | fa163ea7-8ca9-cb44-f903-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:04.426082 | 0.26s 2025-10-04 03:59:15.937351 | fa163ea7-8ca9-cb44-f903-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-04 03:59:15.988604 | fa163ea7-8ca9-cb44-f903-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-04 03:59:15.990074 | fa163ea7-8ca9-cb44-f903-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:04.509246 | 0.05s 2025-10-04 03:59:16.019951 | fa163ea7-8ca9-cb44-f903-000000003ac3 | TASK | Write facter cache config 2025-10-04 03:59:16.485516 | fa163ea7-8ca9-cb44-f903-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-04 03:59:16.487000 | fa163ea7-8ca9-cb44-f903-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:05.006174 | 0.47s 2025-10-04 03:59:16.516188 | fa163ea7-8ca9-cb44-f903-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-04 03:59:16.801961 | fa163ea7-8ca9-cb44-f903-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-04 03:59:16.803406 | fa163ea7-8ca9-cb44-f903-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:05.322579 | 0.29s 2025-10-04 03:59:16.833146 | fa163ea7-8ca9-cb44-f903-000000003ac5 | TASK | Pre-cache facts 2025-10-04 03:59:17.469310 | fa163ea7-8ca9-cb44-f903-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-04 03:59:17.470714 | fa163ea7-8ca9-cb44-f903-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:05.989887 | 0.64s 2025-10-04 03:59:17.503121 | fa163ea7-8ca9-cb44-f903-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-04 03:59:17.538175 | fa163ea7-8ca9-cb44-f903-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-04 03:59:17.539504 | fa163ea7-8ca9-cb44-f903-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:06.058674 | 0.03s 2025-10-04 03:59:17.585851 | fa163ea7-8ca9-cb44-f903-000000003ac7 | TASK | Sync cached facts 2025-10-04 03:59:17.917932 | fa163ea7-8ca9-cb44-f903-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-000000003ac7') missing from stats 2025-10-04 03:59:17.975608 | fa163ea7-8ca9-cb44-f903-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-04 03:59:18.027499 | fa163ea7-8ca9-cb44-f903-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-04 03:59:18.028702 | fa163ea7-8ca9-cb44-f903-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:06.547873 | 0.05s 2025-10-04 03:59:18.058946 | fa163ea7-8ca9-cb44-f903-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-04 03:59:18.089244 | fa163ea7-8ca9-cb44-f903-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:06.608405 | 0.03s 2025-10-04 03:59:18.155579 | fa163ea7-8ca9-cb44-f903-000000003b1e | TASK | Gather variables for each operating system 2025-10-04 03:59:18.269570 | fa163ea7-8ca9-cb44-f903-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:06.788687 | 0.11s 2025-10-04 03:59:18.300289 | fa163ea7-8ca9-cb44-f903-000000003b1f | TASK | Create container logs path 2025-10-04 03:59:18.561948 | fa163ea7-8ca9-cb44-f903-000000003b1f | OK | Create container logs path | standalone 2025-10-04 03:59:18.563492 | fa163ea7-8ca9-cb44-f903-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:07.082666 | 0.26s 2025-10-04 03:59:18.598147 | fa163ea7-8ca9-cb44-f903-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-04 03:59:18.895030 | fa163ea7-8ca9-cb44-f903-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-04 03:59:18.896747 | fa163ea7-8ca9-cb44-f903-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:07.415917 | 0.30s 2025-10-04 03:59:18.931505 | fa163ea7-8ca9-cb44-f903-000000003b22 | TASK | Finalise hashes for all containers 2025-10-04 03:59:19.016746 | fa163ea7-8ca9-cb44-f903-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-04 03:59:19.018010 | fa163ea7-8ca9-cb44-f903-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:07.537179 | 0.08s 2025-10-04 03:59:19.049721 | fa163ea7-8ca9-cb44-f903-000000003b24 | TASK | Manage systemd shutdown files 2025-10-04 03:59:19.082904 | fa163ea7-8ca9-cb44-f903-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:07.602070 | 0.03s 2025-10-04 03:59:19.121065 | b63bf69c-6fb7-4695-8464-6e22d44ac864 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-04 03:59:19.150789 | fa163ea7-8ca9-cb44-f903-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-04 03:59:19.428095 | fa163ea7-8ca9-cb44-f903-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-04 03:59:19.429702 | fa163ea7-8ca9-cb44-f903-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:07.948874 | 0.28s 2025-10-04 03:59:19.460891 | fa163ea7-8ca9-cb44-f903-000000003b58 | TASK | Set podman_drop_in fact 2025-10-04 03:59:19.523421 | fa163ea7-8ca9-cb44-f903-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-04 03:59:19.524799 | fa163ea7-8ca9-cb44-f903-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:08.043972 | 0.06s 2025-10-04 03:59:19.556235 | fa163ea7-8ca9-cb44-f903-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-04 03:59:20.055990 | fa163ea7-8ca9-cb44-f903-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-04 03:59:20.058907 | fa163ea7-8ca9-cb44-f903-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:08.578073 | 0.50s 2025-10-04 03:59:20.522230 | fa163ea7-8ca9-cb44-f903-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-04 03:59:20.523404 | fa163ea7-8ca9-cb44-f903-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:09.042578 | 0.97s 2025-10-04 03:59:20.529916 | fa163ea7-8ca9-cb44-f903-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:09.049082 | 0.97s 2025-10-04 03:59:20.560370 | fa163ea7-8ca9-cb44-f903-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-04 03:59:21.071682 | fa163ea7-8ca9-cb44-f903-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-04 03:59:21.074304 | fa163ea7-8ca9-cb44-f903-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:09.593476 | 0.51s 2025-10-04 03:59:21.104933 | fa163ea7-8ca9-cb44-f903-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-04 03:59:21.679342 | fa163ea7-8ca9-cb44-f903-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-04 03:59:21.682025 | fa163ea7-8ca9-cb44-f903-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:10.201196 | 0.57s 2025-10-04 03:59:21.712921 | fa163ea7-8ca9-cb44-f903-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-04 03:59:22.438777 | fa163ea7-8ca9-cb44-f903-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-04 03:59:22.442051 | fa163ea7-8ca9-cb44-f903-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:10.961223 | 0.73s 2025-10-04 03:59:22.473648 | fa163ea7-8ca9-cb44-f903-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-04 03:59:22.999870 | fa163ea7-8ca9-cb44-f903-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-04 03:59:23.002083 | fa163ea7-8ca9-cb44-f903-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:11.521248 | 0.53s 2025-10-04 03:59:23.033515 | fa163ea7-8ca9-cb44-f903-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-04 03:59:23.537396 | fa163ea7-8ca9-cb44-f903-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-04 03:59:23.538811 | fa163ea7-8ca9-cb44-f903-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:12.057984 | 0.50s 2025-10-04 03:59:23.568878 | fa163ea7-8ca9-cb44-f903-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-04 03:59:24.359048 | fa163ea7-8ca9-cb44-f903-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-04 03:59:24.360983 | fa163ea7-8ca9-cb44-f903-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:12.880156 | 0.79s 2025-10-04 03:59:24.395587 | fa163ea7-8ca9-cb44-f903-000000003b26 | TASK | Update container configs with new config hashes 2025-10-04 03:59:24.459705 | fa163ea7-8ca9-cb44-f903-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:12.978873 | 0.06s 2025-10-04 03:59:24.473666 | bab33de9-c77e-4841-b1f2-a4e7eb005e19 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-04 03:59:24.504046 | fa163ea7-8ca9-cb44-f903-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-04 03:59:24.799712 | fa163ea7-8ca9-cb44-f903-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-04 03:59:24.801808 | fa163ea7-8ca9-cb44-f903-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:13.320975 | 0.30s 2025-10-04 03:59:24.834962 | fa163ea7-8ca9-cb44-f903-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-04 03:59:24.896604 | fa163ea7-8ca9-cb44-f903-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:13.415770 | 0.06s 2025-10-04 03:59:24.922070 | 238b8134-3ec0-4a15-8b62-3822d106fa9a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 03:59:24.959283 | fa163ea7-8ca9-cb44-f903-000000003ba7 | TASK | Gather podman infos 2025-10-04 03:59:26.104144 | fa163ea7-8ca9-cb44-f903-000000003ba7 | OK | Gather podman infos | standalone 2025-10-04 03:59:26.105869 | fa163ea7-8ca9-cb44-f903-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:14.625041 | 1.15s 2025-10-04 03:59:26.289022 | fa163ea7-8ca9-cb44-f903-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-04 03:59:26.358193 | fa163ea7-8ca9-cb44-f903-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:14.877359 | 0.06s 2025-10-04 03:59:26.487956 | fa163ea7-8ca9-cb44-f903-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:15.007098 | 0.09s 2025-10-04 03:59:26.551478 | fa163ea7-8ca9-cb44-f903-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-04 03:59:26.614705 | fa163ea7-8ca9-cb44-f903-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:15.133867 | 0.06s 2025-10-04 03:59:26.638938 | df3651c2-1a92-4a94-9d58-7a0252dddf8b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 03:59:26.674700 | fa163ea7-8ca9-cb44-f903-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-04 04:00:22.907848 | fa163ea7-8ca9-cb44-f903-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-04 04:00:22.911988 | fa163ea7-8ca9-cb44-f903-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:11.431155 | 56.24s 2025-10-04 04:00:22.941460 | fa163ea7-8ca9-cb44-f903-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-04 04:00:55.797775 | fa163ea7-8ca9-cb44-f903-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-04 04:00:55.799426 | fa163ea7-8ca9-cb44-f903-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:19:44.318598 | 32.86s 2025-10-04 04:00:55.873730 | fa163ea7-8ca9-cb44-f903-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-04 04:00:56.118052 | fa163ea7-8ca9-cb44-f903-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-04 04:00:56.119413 | fa163ea7-8ca9-cb44-f903-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:44.638587 | 0.24s 2025-10-04 04:00:56.167948 | fa163ea7-8ca9-cb44-f903-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-04 04:00:56.222680 | fa163ea7-8ca9-cb44-f903-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:44.741846 | 0.05s 2025-10-04 04:00:56.254480 | fa163ea7-8ca9-cb44-f903-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-04 04:00:56.306866 | fa163ea7-8ca9-cb44-f903-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:44.826032 | 0.05s 2025-10-04 04:00:56.333438 | b45ba1a0-e04b-4378-b423-dcd83703d341 | INCLUDED | /root/standalone-ansible-tey6r4dq/host-container-puppet-tasks.yaml | standalone 2025-10-04 04:00:56.383084 | fa163ea7-8ca9-cb44-f903-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-04 04:00:56.866579 | fa163ea7-8ca9-cb44-f903-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-04 04:00:56.868402 | fa163ea7-8ca9-cb44-f903-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:45.387572 | 0.48s 2025-10-04 04:00:56.900515 | fa163ea7-8ca9-cb44-f903-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-04 04:00:57.204334 | fa163ea7-8ca9-cb44-f903-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-04 04:00:57.205658 | fa163ea7-8ca9-cb44-f903-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:45.724832 | 0.30s 2025-10-04 04:00:57.239109 | fa163ea7-8ca9-cb44-f903-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-04 04:00:57.268594 | fa163ea7-8ca9-cb44-f903-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:45.787735 | 0.03s 2025-10-04 04:00:57.338691 | fa163ea7-8ca9-cb44-f903-000000003c90 | TASK | Gather variables for each operating system 2025-10-04 04:00:57.463066 | fa163ea7-8ca9-cb44-f903-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:45.982227 | 0.12s 2025-10-04 04:00:57.494046 | fa163ea7-8ca9-cb44-f903-000000003c91 | TASK | Create container logs path 2025-10-04 04:00:57.743759 | fa163ea7-8ca9-cb44-f903-000000003c91 | OK | Create container logs path | standalone 2025-10-04 04:00:57.745204 | fa163ea7-8ca9-cb44-f903-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:46.264378 | 0.25s 2025-10-04 04:00:57.779368 | fa163ea7-8ca9-cb44-f903-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-04 04:00:58.028629 | fa163ea7-8ca9-cb44-f903-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-04 04:00:58.029913 | fa163ea7-8ca9-cb44-f903-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:46.549087 | 0.25s 2025-10-04 04:00:58.060798 | fa163ea7-8ca9-cb44-f903-000000003c94 | TASK | Finalise hashes for all containers 2025-10-04 04:00:58.140585 | fa163ea7-8ca9-cb44-f903-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-04 04:00:58.142735 | fa163ea7-8ca9-cb44-f903-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:46.661907 | 0.08s 2025-10-04 04:00:58.174330 | fa163ea7-8ca9-cb44-f903-000000003c96 | TASK | Manage systemd shutdown files 2025-10-04 04:00:58.210273 | fa163ea7-8ca9-cb44-f903-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 04:00:58.212279 | fa163ea7-8ca9-cb44-f903-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:46.731451 | 0.03s 2025-10-04 04:00:58.246406 | fa163ea7-8ca9-cb44-f903-000000003c98 | TASK | Update container configs with new config hashes 2025-10-04 04:00:58.301266 | fa163ea7-8ca9-cb44-f903-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 04:00:58.302751 | fa163ea7-8ca9-cb44-f903-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:46.821923 | 0.05s 2025-10-04 04:00:58.335306 | fa163ea7-8ca9-cb44-f903-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-04 04:00:58.386657 | fa163ea7-8ca9-cb44-f903-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-04 04:00:58.387971 | fa163ea7-8ca9-cb44-f903-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:46.907145 | 0.05s 2025-10-04 04:00:58.420302 | fa163ea7-8ca9-cb44-f903-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-04 04:00:58.473185 | fa163ea7-8ca9-cb44-f903-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-04 04:00:58.474664 | fa163ea7-8ca9-cb44-f903-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:46.993828 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-04 04:00:58.637764 | fa163ea7-8ca9-cb44-f903-0000000000de | TASK | External deployment step 4 2025-10-04 04:00:58.667091 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000de') missing from stats 2025-10-04 04:00:58.721881 | fa163ea7-8ca9-cb44-f903-0000000000df | TIMING | include_tasks | undercloud | 0:19:47.241048 | 0.04s 2025-10-04 04:00:58.745280 | 7e67b9bc-898d-4ef3-8bb2-1d65ab697d84 | INCLUDED | /root/standalone-ansible-tey6r4dq/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-04 04:00:58.763195 | fa163ea7-8ca9-cb44-f903-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-04 04:01:00.345644 | fa163ea7-8ca9-cb44-f903-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-04 04:01:00.349473 | fa163ea7-8ca9-cb44-f903-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:48.868638 | 1.58s 2025-10-04 04:01:01.582825 | fa163ea7-8ca9-cb44-f903-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-04 04:01:01.585020 | fa163ea7-8ca9-cb44-f903-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:50.104201 | 2.82s 2025-10-04 04:01:01.595026 | fa163ea7-8ca9-cb44-f903-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:50.114187 | 2.83s 2025-10-04 04:01:01.613667 | fa163ea7-8ca9-cb44-f903-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-04 04:01:01.666731 | fa163ea7-8ca9-cb44-f903-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:50.185897 | 0.05s 2025-10-04 04:01:01.732710 | fa163ea7-8ca9-cb44-f903-000000003d18 | TASK | Create Keystone Admin resources 2025-10-04 04:01:01.784996 | fa163ea7-8ca9-cb44-f903-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:50.304158 | 0.05s 2025-10-04 04:01:01.824871 | 15efef6a-e663-4cb8-9d38-75de3b0e1ee4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-04 04:01:01.853183 | fa163ea7-8ca9-cb44-f903-000000003d59 | TASK | Create admin and service projects 2025-10-04 04:01:01.907516 | fa163ea7-8ca9-cb44-f903-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:50.426676 | 0.05s 2025-10-04 04:01:01.923460 | b369f1b5-9862-42f1-a2b3-6bd76c7a45d4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-04 04:01:01.958479 | fa163ea7-8ca9-cb44-f903-000000003daa | TASK | Async creation of Keystone project 2025-10-04 04:01:02.399131 | fa163ea7-8ca9-cb44-f903-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-04 04:01:02.401888 | fa163ea7-8ca9-cb44-f903-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:50.921055 | 0.44s 2025-10-04 04:01:02.710053 | fa163ea7-8ca9-cb44-f903-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-04 04:01:02.712639 | fa163ea7-8ca9-cb44-f903-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:51.231703 | 0.75s 2025-10-04 04:01:02.724726 | fa163ea7-8ca9-cb44-f903-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:51.243896 | 0.76s 2025-10-04 04:01:02.741632 | fa163ea7-8ca9-cb44-f903-000000003dac | TASK | Check Keystone project status 2025-10-04 04:01:03.020976 | fa163ea7-8ca9-cb44-f903-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-04 04:01:08.257547 | fa163ea7-8ca9-cb44-f903-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-04 04:01:08.258480 | fa163ea7-8ca9-cb44-f903-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:56.777660 | 5.52s 2025-10-04 04:01:08.524465 | fa163ea7-8ca9-cb44-f903-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-04 04:01:08.525502 | fa163ea7-8ca9-cb44-f903-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:57.044677 | 5.78s 2025-10-04 04:01:08.533559 | fa163ea7-8ca9-cb44-f903-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:57.052702 | 5.79s 2025-10-04 04:01:08.554747 | fa163ea7-8ca9-cb44-f903-000000003d5a | TASK | Create admin role 2025-10-04 04:01:09.852163 | fa163ea7-8ca9-cb44-f903-000000003d5a | OK | Create admin role | undercloud 2025-10-04 04:01:09.853616 | fa163ea7-8ca9-cb44-f903-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:58.372786 | 1.30s 2025-10-04 04:01:09.873280 | fa163ea7-8ca9-cb44-f903-000000003d5b | TASK | Create _member_ role 2025-10-04 04:01:09.936751 | fa163ea7-8ca9-cb44-f903-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-04 04:01:09.937919 | fa163ea7-8ca9-cb44-f903-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:58.457092 | 0.06s 2025-10-04 04:01:09.956948 | fa163ea7-8ca9-cb44-f903-000000003d5c | TASK | Check admin password 2025-10-04 04:01:11.246650 | fa163ea7-8ca9-cb44-f903-000000003d5c | OK | Check admin password | undercloud 2025-10-04 04:01:11.248151 | fa163ea7-8ca9-cb44-f903-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:59.767321 | 1.29s 2025-10-04 04:01:11.267951 | fa163ea7-8ca9-cb44-f903-000000003d5d | TASK | Create admin user 2025-10-04 04:01:12.990620 | fa163ea7-8ca9-cb44-f903-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-04 04:01:12.991511 | fa163ea7-8ca9-cb44-f903-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:01.510691 | 1.72s 2025-10-04 04:01:13.007913 | fa163ea7-8ca9-cb44-f903-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-04 04:01:14.546739 | fa163ea7-8ca9-cb44-f903-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-04 04:01:14.548120 | fa163ea7-8ca9-cb44-f903-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:03.067293 | 1.54s 2025-10-04 04:01:14.567217 | fa163ea7-8ca9-cb44-f903-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-04 04:01:14.628489 | fa163ea7-8ca9-cb44-f903-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-04 04:01:14.629267 | fa163ea7-8ca9-cb44-f903-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:03.148448 | 0.06s 2025-10-04 04:01:14.645033 | fa163ea7-8ca9-cb44-f903-000000003d60 | TASK | Create identity service 2025-10-04 04:01:15.799665 | fa163ea7-8ca9-cb44-f903-000000003d60 | OK | Create identity service | undercloud 2025-10-04 04:01:15.802251 | fa163ea7-8ca9-cb44-f903-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:04.321423 | 1.16s 2025-10-04 04:01:15.821384 | fa163ea7-8ca9-cb44-f903-000000003d61 | TASK | Create identity public endpoint 2025-10-04 04:01:17.130047 | fa163ea7-8ca9-cb44-f903-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-04 04:01:17.131470 | fa163ea7-8ca9-cb44-f903-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:05.650643 | 1.31s 2025-10-04 04:01:17.151614 | fa163ea7-8ca9-cb44-f903-000000003d62 | TASK | Create identity internal endpoint 2025-10-04 04:01:18.408976 | fa163ea7-8ca9-cb44-f903-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-04 04:01:18.410374 | fa163ea7-8ca9-cb44-f903-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:06.929548 | 1.26s 2025-10-04 04:01:18.429712 | fa163ea7-8ca9-cb44-f903-000000003d63 | TASK | Create identity admin endpoint 2025-10-04 04:01:19.660736 | fa163ea7-8ca9-cb44-f903-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-04 04:01:19.662093 | fa163ea7-8ca9-cb44-f903-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:08.181266 | 1.23s 2025-10-04 04:01:19.680505 | fa163ea7-8ca9-cb44-f903-000000003d19 | TASK | Create Keystone Projects 2025-10-04 04:01:19.741648 | fa163ea7-8ca9-cb44-f903-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:08.260814 | 0.06s 2025-10-04 04:01:19.753939 | fa163ea7-8ca9-cb44-f903-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:08.273107 | 0.07s 2025-10-04 04:01:19.767416 | fa1e87bd-fde8-45a4-9ea8-865d8342efa2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-04 04:01:19.817487 | fa163ea7-8ca9-cb44-f903-000000003e36 | TASK | Async creation of Keystone project 2025-10-04 04:01:20.168339 | fa163ea7-8ca9-cb44-f903-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-04 04:01:20.169195 | fa163ea7-8ca9-cb44-f903-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:08.688372 | 0.35s 2025-10-04 04:01:20.176507 | fa163ea7-8ca9-cb44-f903-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:08.695676 | 0.36s 2025-10-04 04:01:20.195612 | fa163ea7-8ca9-cb44-f903-000000003e38 | TASK | Check Keystone project status 2025-10-04 04:01:20.474727 | fa163ea7-8ca9-cb44-f903-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-04 04:01:25.687919 | fa163ea7-8ca9-cb44-f903-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-04 04:01:25.689488 | fa163ea7-8ca9-cb44-f903-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:14.208661 | 5.49s 2025-10-04 04:01:25.701425 | fa163ea7-8ca9-cb44-f903-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:14.220602 | 5.50s 2025-10-04 04:01:25.720928 | fa163ea7-8ca9-cb44-f903-000000003d1b | TASK | Create Keystone Domains 2025-10-04 04:01:25.815667 | fa163ea7-8ca9-cb44-f903-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:14.334823 | 0.09s 2025-10-04 04:01:25.827093 | fa163ea7-8ca9-cb44-f903-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:14.346267 | 0.10s 2025-10-04 04:01:25.837343 | edacc13c-cd27-4112-b9eb-447415c48e17 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-04 04:01:25.874974 | fa163ea7-8ca9-cb44-f903-000000003eeb | TASK | Async creation of Keystone domains 2025-10-04 04:01:26.303730 | fa163ea7-8ca9-cb44-f903-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-04 04:01:26.306250 | fa163ea7-8ca9-cb44-f903-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:14.825418 | 0.43s 2025-10-04 04:01:26.316136 | fa163ea7-8ca9-cb44-f903-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:14.835306 | 0.44s 2025-10-04 04:01:26.335496 | fa163ea7-8ca9-cb44-f903-000000003eed | TASK | Check Keystone domain status 2025-10-04 04:01:26.626184 | fa163ea7-8ca9-cb44-f903-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-04 04:01:31.840595 | fa163ea7-8ca9-cb44-f903-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-04 04:01:31.842449 | fa163ea7-8ca9-cb44-f903-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:20.361620 | 5.50s 2025-10-04 04:01:31.853077 | fa163ea7-8ca9-cb44-f903-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:20.372246 | 5.52s 2025-10-04 04:01:31.872213 | fa163ea7-8ca9-cb44-f903-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-04 04:01:31.925567 | fa163ea7-8ca9-cb44-f903-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:20.444702 | 0.05s 2025-10-04 04:01:31.939623 | 3eaff6e9-6a3e-4291-abef-9d512c37526d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-04 04:01:31.993757 | fa163ea7-8ca9-cb44-f903-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-04 04:01:33.351403 | fa163ea7-8ca9-cb44-f903-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-04 04:01:33.352831 | fa163ea7-8ca9-cb44-f903-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:21.872003 | 1.36s 2025-10-04 04:01:33.371426 | fa163ea7-8ca9-cb44-f903-000000003fb6 | TASK | Set openstack_domains fact 2025-10-04 04:01:33.433893 | fa163ea7-8ca9-cb44-f903-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-04 04:01:33.435110 | fa163ea7-8ca9-cb44-f903-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:21.954285 | 0.06s 2025-10-04 04:01:33.453381 | fa163ea7-8ca9-cb44-f903-000000003d1e | TASK | Create Keystone Services 2025-10-04 04:01:33.552065 | fa163ea7-8ca9-cb44-f903-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:22.071219 | 0.10s 2025-10-04 04:01:33.571541 | fa163ea7-8ca9-cb44-f903-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:22.090700 | 0.12s 2025-10-04 04:01:33.581497 | fa163ea7-8ca9-cb44-f903-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:22.100663 | 0.13s 2025-10-04 04:01:33.600518 | 5dfc82b7-d94f-4589-812d-e79fd32ee76d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-04 04:01:33.609401 | 838dab9e-ab6c-4979-a97b-925a05518036 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-04 04:01:33.674155 | fa163ea7-8ca9-cb44-f903-000000004092 | TASK | Async creation of Keystone service 2025-10-04 04:01:34.017782 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-04 04:01:34.018926 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:22.538101 | 0.34s 2025-10-04 04:01:34.328512 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-04 04:01:34.330196 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:22.849371 | 0.65s 2025-10-04 04:01:34.633641 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-04 04:01:34.634255 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:23.153437 | 0.96s 2025-10-04 04:01:34.920310 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-04 04:01:34.920964 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:23.440148 | 1.25s 2025-10-04 04:01:35.227407 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-04 04:01:35.228192 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:23.747371 | 1.55s 2025-10-04 04:01:35.502399 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-04 04:01:35.502993 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:24.022176 | 1.83s 2025-10-04 04:01:35.811153 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-04 04:01:35.811772 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:24.330955 | 2.14s 2025-10-04 04:01:36.090444 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-04 04:01:36.091233 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:24.610361 | 2.42s 2025-10-04 04:01:36.390668 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-04 04:01:36.391671 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:24.910847 | 2.72s 2025-10-04 04:01:36.670817 | fa163ea7-8ca9-cb44-f903-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-04 04:01:36.672268 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:25.191440 | 3.00s 2025-10-04 04:01:36.686746 | fa163ea7-8ca9-cb44-f903-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:25.205922 | 3.01s 2025-10-04 04:01:36.704263 | fa163ea7-8ca9-cb44-f903-000000004094 | TASK | Check Keystone service status 2025-10-04 04:01:36.952729 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-04 04:01:36.954791 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.473954 | 0.25s 2025-10-04 04:01:37.140904 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-04 04:01:37.142255 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.661427 | 0.44s 2025-10-04 04:01:37.355086 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-04 04:01:37.356630 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:25.875798 | 0.65s 2025-10-04 04:01:37.641380 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-04 04:01:37.642891 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:26.162061 | 0.94s 2025-10-04 04:01:37.910847 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-04 04:01:37.912462 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:26.431633 | 1.21s 2025-10-04 04:01:38.104690 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-04 04:01:38.107117 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:26.626284 | 1.40s 2025-10-04 04:01:38.333933 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-04 04:01:38.336119 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:26.855288 | 1.63s 2025-10-04 04:01:38.583086 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-04 04:01:38.585377 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.104543 | 1.88s 2025-10-04 04:01:38.812073 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-04 04:01:38.813505 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.332674 | 2.11s 2025-10-04 04:01:39.026753 | fa163ea7-8ca9-cb44-f903-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-04 04:01:39.027846 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.547021 | 2.32s 2025-10-04 04:01:39.038033 | fa163ea7-8ca9-cb44-f903-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.557201 | 2.33s 2025-10-04 04:01:39.059754 | fa163ea7-8ca9-cb44-f903-000000004099 | TASK | Async creation of Keystone service 2025-10-04 04:01:39.396294 | fa163ea7-8ca9-cb44-f903-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-04 04:01:39.399990 | fa163ea7-8ca9-cb44-f903-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:27.919149 | 0.34s 2025-10-04 04:01:39.752200 | fa163ea7-8ca9-cb44-f903-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-04 04:01:39.754278 | fa163ea7-8ca9-cb44-f903-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:28.273448 | 0.69s 2025-10-04 04:01:40.067348 | fa163ea7-8ca9-cb44-f903-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-04 04:01:40.068281 | fa163ea7-8ca9-cb44-f903-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:28.587459 | 1.01s 2025-10-04 04:01:40.345993 | fa163ea7-8ca9-cb44-f903-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-04 04:01:40.347446 | fa163ea7-8ca9-cb44-f903-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:28.866623 | 1.29s 2025-10-04 04:01:40.357806 | fa163ea7-8ca9-cb44-f903-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:28.876979 | 1.30s 2025-10-04 04:01:40.373787 | fa163ea7-8ca9-cb44-f903-00000000409b | TASK | Check Keystone service status 2025-10-04 04:01:40.664721 | fa163ea7-8ca9-cb44-f903-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-04 04:01:40.666142 | fa163ea7-8ca9-cb44-f903-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:29.185314 | 0.29s 2025-10-04 04:01:40.974589 | fa163ea7-8ca9-cb44-f903-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-04 04:01:40.976087 | fa163ea7-8ca9-cb44-f903-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:29.495256 | 0.60s 2025-10-04 04:01:41.238370 | fa163ea7-8ca9-cb44-f903-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-04 04:01:46.462062 | fa163ea7-8ca9-cb44-f903-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-04 04:01:46.463153 | fa163ea7-8ca9-cb44-f903-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:34.982328 | 6.09s 2025-10-04 04:01:46.736696 | fa163ea7-8ca9-cb44-f903-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-04 04:01:46.738421 | fa163ea7-8ca9-cb44-f903-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:35.257595 | 6.36s 2025-10-04 04:01:46.748851 | fa163ea7-8ca9-cb44-f903-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:35.268037 | 6.37s 2025-10-04 04:01:46.764606 | fa163ea7-8ca9-cb44-f903-000000003d20 | TASK | Create Keystone Endpoints 2025-10-04 04:01:46.842596 | fa163ea7-8ca9-cb44-f903-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:35.361754 | 0.08s 2025-10-04 04:01:46.872368 | fa163ea7-8ca9-cb44-f903-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:35.391546 | 0.11s 2025-10-04 04:01:46.896755 | fa163ea7-8ca9-cb44-f903-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:35.415933 | 0.13s 2025-10-04 04:01:46.902577 | fa163ea7-8ca9-cb44-f903-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:35.421754 | 0.14s 2025-10-04 04:01:46.917452 | f0e0b698-0e4c-47d1-b72c-cb81fbbbbe17 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-04 04:01:46.925129 | 5389a27d-94f8-4bb5-bb32-fdf49b0c387f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-04 04:01:46.931611 | 233d5cbd-9f1f-4464-b292-9b63fda10c78 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-04 04:01:46.987044 | fa163ea7-8ca9-cb44-f903-0000000041cf | TASK | Create Keystone public endpoints 2025-10-04 04:01:47.103582 | fa163ea7-8ca9-cb44-f903-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:35.622713 | 0.11s 2025-10-04 04:01:47.121043 | fa163ea7-8ca9-cb44-f903-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:35.640220 | 0.13s 2025-10-04 04:01:47.131419 | fa163ea7-8ca9-cb44-f903-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:35.650593 | 0.14s 2025-10-04 04:01:47.151546 | cd1c3fc5-44ca-4923-b890-53d5607462cd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-04 04:01:47.161902 | 33b58ac0-6204-4ed8-a97d-5c619642657d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-04 04:01:47.187982 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-04 04:01:47.562284 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-04 04:01:47.564660 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.083826 | 0.37s 2025-10-04 04:01:47.881644 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-04 04:01:47.882830 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.402005 | 0.69s 2025-10-04 04:01:48.200709 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-04 04:01:48.202070 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:36.721251 | 1.01s 2025-10-04 04:01:48.484598 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-04 04:01:48.485425 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:37.004606 | 1.30s 2025-10-04 04:01:48.756798 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-04 04:01:48.758068 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:37.277249 | 1.57s 2025-10-04 04:01:48.993230 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-04 04:01:48.994037 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:37.513217 | 1.80s 2025-10-04 04:01:49.279746 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-04 04:01:49.281315 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:37.800496 | 2.09s 2025-10-04 04:01:49.608563 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-04 04:01:49.610224 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:38.129396 | 2.42s 2025-10-04 04:01:49.880286 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-04 04:01:49.881163 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:38.400341 | 2.69s 2025-10-04 04:01:50.214207 | fa163ea7-8ca9-cb44-f903-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-04 04:01:50.214971 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:38.734151 | 3.02s 2025-10-04 04:01:50.222080 | fa163ea7-8ca9-cb44-f903-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:38.741251 | 3.03s 2025-10-04 04:01:50.239779 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-04 04:01:50.497118 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-04 04:01:50.499551 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:39.018707 | 0.26s 2025-10-04 04:01:50.746082 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-04 04:01:50.747708 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:39.266890 | 0.51s 2025-10-04 04:01:51.011132 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-04 04:01:51.012341 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:39.531514 | 0.77s 2025-10-04 04:01:51.245534 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-04 04:01:51.246422 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:39.765601 | 1.01s 2025-10-04 04:01:51.492373 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-04 04:01:51.493889 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.013070 | 1.25s 2025-10-04 04:01:51.712047 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-04 04:01:51.714062 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.233234 | 1.47s 2025-10-04 04:01:51.948490 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-04 04:01:51.951150 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.470316 | 1.71s 2025-10-04 04:01:52.184341 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-04 04:01:52.187807 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.706973 | 1.95s 2025-10-04 04:01:52.460109 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-04 04:01:52.462991 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.982158 | 2.22s 2025-10-04 04:01:52.720123 | fa163ea7-8ca9-cb44-f903-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-04 04:01:52.723114 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.242287 | 2.48s 2025-10-04 04:01:52.735834 | fa163ea7-8ca9-cb44-f903-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.255010 | 2.50s 2025-10-04 04:01:52.763283 | fa163ea7-8ca9-cb44-f903-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-04 04:01:53.122617 | fa163ea7-8ca9-cb44-f903-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-04 04:01:53.127057 | fa163ea7-8ca9-cb44-f903-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:41.646223 | 0.36s 2025-10-04 04:01:53.452096 | fa163ea7-8ca9-cb44-f903-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-04 04:01:53.454848 | fa163ea7-8ca9-cb44-f903-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:41.974021 | 0.69s 2025-10-04 04:01:53.764163 | fa163ea7-8ca9-cb44-f903-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-04 04:01:53.766315 | fa163ea7-8ca9-cb44-f903-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.285488 | 1.00s 2025-10-04 04:01:54.022482 | fa163ea7-8ca9-cb44-f903-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-04 04:01:54.023291 | fa163ea7-8ca9-cb44-f903-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.542470 | 1.26s 2025-10-04 04:01:54.041101 | fa163ea7-8ca9-cb44-f903-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.560278 | 1.28s 2025-10-04 04:01:54.057228 | fa163ea7-8ca9-cb44-f903-000000004300 | TASK | Check Keystone public endpoint status 2025-10-04 04:01:54.343464 | fa163ea7-8ca9-cb44-f903-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-04 04:01:54.346367 | fa163ea7-8ca9-cb44-f903-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:42.865535 | 0.29s 2025-10-04 04:01:54.596712 | fa163ea7-8ca9-cb44-f903-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-04 04:01:59.819316 | fa163ea7-8ca9-cb44-f903-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-04 04:01:59.823083 | fa163ea7-8ca9-cb44-f903-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:48.342249 | 5.77s 2025-10-04 04:02:00.079213 | fa163ea7-8ca9-cb44-f903-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-04 04:02:00.081461 | fa163ea7-8ca9-cb44-f903-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:48.600635 | 6.02s 2025-10-04 04:02:00.336941 | fa163ea7-8ca9-cb44-f903-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-04 04:02:00.338939 | fa163ea7-8ca9-cb44-f903-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:48.858111 | 6.28s 2025-10-04 04:02:00.350753 | fa163ea7-8ca9-cb44-f903-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:48.869922 | 6.29s 2025-10-04 04:02:00.374970 | fa163ea7-8ca9-cb44-f903-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-04 04:02:00.476165 | fa163ea7-8ca9-cb44-f903-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:48.995327 | 0.10s 2025-10-04 04:02:00.493994 | fa163ea7-8ca9-cb44-f903-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:49.013171 | 0.12s 2025-10-04 04:02:00.503936 | fa163ea7-8ca9-cb44-f903-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:49.023105 | 0.13s 2025-10-04 04:02:00.522571 | e9d419b3-5e4b-4420-a75a-15bb59ead343 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-04 04:02:00.532955 | aeae0250-c7ff-4f8d-8a74-3aa5370600ac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-04 04:02:00.559053 | fa163ea7-8ca9-cb44-f903-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-04 04:02:00.850028 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-04 04:02:00.852367 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:49.371532 | 0.29s 2025-10-04 04:02:01.117219 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-04 04:02:01.118694 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:49.637862 | 0.56s 2025-10-04 04:02:01.400047 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-04 04:02:01.401834 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:49.921008 | 0.84s 2025-10-04 04:02:01.751405 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-04 04:02:01.752411 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:50.271586 | 1.19s 2025-10-04 04:02:02.021596 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-04 04:02:02.022203 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:50.541387 | 1.46s 2025-10-04 04:02:02.296932 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-04 04:02:02.298181 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:50.817363 | 1.74s 2025-10-04 04:02:02.662558 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-04 04:02:02.663357 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:51.182539 | 2.10s 2025-10-04 04:02:02.952379 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-04 04:02:02.953559 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:51.472742 | 2.39s 2025-10-04 04:02:03.258199 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-04 04:02:03.259272 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:51.778455 | 2.70s 2025-10-04 04:02:03.490855 | fa163ea7-8ca9-cb44-f903-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-04 04:02:03.491547 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:52.010713 | 2.93s 2025-10-04 04:02:03.499877 | fa163ea7-8ca9-cb44-f903-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:52.019061 | 2.94s 2025-10-04 04:02:03.516423 | fa163ea7-8ca9-cb44-f903-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-04 04:02:03.749424 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-04 04:02:03.751146 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:52.270316 | 0.23s 2025-10-04 04:02:04.005719 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-04 04:02:04.006376 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:52.525558 | 0.49s 2025-10-04 04:02:04.228071 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-04 04:02:04.230621 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:52.749798 | 0.71s 2025-10-04 04:02:04.440921 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-04 04:02:04.441847 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:52.961027 | 0.92s 2025-10-04 04:02:04.686748 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-04 04:02:04.687750 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.206926 | 1.17s 2025-10-04 04:02:04.943607 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-04 04:02:04.944603 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.463780 | 1.43s 2025-10-04 04:02:05.148715 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-04 04:02:05.151005 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.670179 | 1.63s 2025-10-04 04:02:05.370934 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-04 04:02:05.372108 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.891281 | 1.85s 2025-10-04 04:02:05.633935 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-04 04:02:05.635900 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.155072 | 2.12s 2025-10-04 04:02:05.897402 | fa163ea7-8ca9-cb44-f903-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-04 04:02:05.899467 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.418639 | 2.38s 2025-10-04 04:02:05.913837 | fa163ea7-8ca9-cb44-f903-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.433005 | 2.40s 2025-10-04 04:02:05.946026 | fa163ea7-8ca9-cb44-f903-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-04 04:02:06.305435 | fa163ea7-8ca9-cb44-f903-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-04 04:02:06.307173 | fa163ea7-8ca9-cb44-f903-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:54.826339 | 0.36s 2025-10-04 04:02:06.588393 | fa163ea7-8ca9-cb44-f903-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-04 04:02:06.589513 | fa163ea7-8ca9-cb44-f903-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.108687 | 0.64s 2025-10-04 04:02:06.911999 | fa163ea7-8ca9-cb44-f903-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-04 04:02:06.913923 | fa163ea7-8ca9-cb44-f903-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.433095 | 0.97s 2025-10-04 04:02:07.246346 | fa163ea7-8ca9-cb44-f903-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-04 04:02:07.247017 | fa163ea7-8ca9-cb44-f903-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.766200 | 1.30s 2025-10-04 04:02:07.254765 | fa163ea7-8ca9-cb44-f903-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:55.773931 | 1.31s 2025-10-04 04:02:07.276939 | fa163ea7-8ca9-cb44-f903-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-04 04:02:07.574418 | fa163ea7-8ca9-cb44-f903-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-04 04:02:12.800396 | fa163ea7-8ca9-cb44-f903-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-04 04:02:12.801961 | fa163ea7-8ca9-cb44-f903-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.321127 | 5.52s 2025-10-04 04:02:13.077643 | fa163ea7-8ca9-cb44-f903-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-04 04:02:13.079644 | fa163ea7-8ca9-cb44-f903-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.598816 | 5.80s 2025-10-04 04:02:13.345102 | fa163ea7-8ca9-cb44-f903-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-04 04:02:13.346684 | fa163ea7-8ca9-cb44-f903-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:01.865856 | 6.07s 2025-10-04 04:02:13.686065 | fa163ea7-8ca9-cb44-f903-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-04 04:02:13.688066 | fa163ea7-8ca9-cb44-f903-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.207237 | 6.41s 2025-10-04 04:02:13.699844 | fa163ea7-8ca9-cb44-f903-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.219012 | 6.42s 2025-10-04 04:02:13.723499 | fa163ea7-8ca9-cb44-f903-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-04 04:02:13.826734 | fa163ea7-8ca9-cb44-f903-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:02.345888 | 0.10s 2025-10-04 04:02:13.844390 | fa163ea7-8ca9-cb44-f903-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:02.363567 | 0.12s 2025-10-04 04:02:13.854239 | fa163ea7-8ca9-cb44-f903-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:02.373409 | 0.13s 2025-10-04 04:02:13.873139 | e7d9f02f-ddcf-4b2a-955f-660d2694ad1f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-04 04:02:13.882459 | d44431e0-82cb-4f52-882b-1d5dec49d4ac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-04 04:02:13.908605 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-04 04:02:14.250842 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-04 04:02:14.253705 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:02.772871 | 0.34s 2025-10-04 04:02:14.590285 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-04 04:02:14.591504 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:03.110675 | 0.68s 2025-10-04 04:02:14.879561 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-04 04:02:14.880976 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:03.400147 | 0.97s 2025-10-04 04:02:15.210840 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-04 04:02:15.211578 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:03.730760 | 1.30s 2025-10-04 04:02:15.581767 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-04 04:02:15.582417 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:04.101601 | 1.67s 2025-10-04 04:02:15.888989 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-04 04:02:15.889688 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:04.408871 | 1.98s 2025-10-04 04:02:16.127458 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-04 04:02:16.128593 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:04.647773 | 2.22s 2025-10-04 04:02:16.478068 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-04 04:02:16.479099 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:04.998282 | 2.57s 2025-10-04 04:02:16.746478 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-04 04:02:16.747265 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.266447 | 2.84s 2025-10-04 04:02:17.005642 | fa163ea7-8ca9-cb44-f903-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-04 04:02:17.006329 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.525511 | 3.10s 2025-10-04 04:02:17.010015 | fa163ea7-8ca9-cb44-f903-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.529195 | 3.10s 2025-10-04 04:02:17.027291 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-04 04:02:17.249803 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-04 04:02:17.251706 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:05.770873 | 0.22s 2025-10-04 04:02:17.491867 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-04 04:02:17.492863 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:06.012041 | 0.46s 2025-10-04 04:02:17.701295 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-04 04:02:17.703799 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:06.222970 | 0.68s 2025-10-04 04:02:17.915031 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-04 04:02:17.916891 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:06.436065 | 0.89s 2025-10-04 04:02:18.189146 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-04 04:02:18.190697 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:06.709863 | 1.16s 2025-10-04 04:02:18.473797 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-04 04:02:18.477823 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:06.996991 | 1.45s 2025-10-04 04:02:18.735549 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-04 04:02:18.736556 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.255708 | 1.71s 2025-10-04 04:02:19.042071 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-04 04:02:19.044316 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.563485 | 2.02s 2025-10-04 04:02:19.323159 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-04 04:02:19.325439 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.844605 | 2.30s 2025-10-04 04:02:19.581765 | fa163ea7-8ca9-cb44-f903-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-04 04:02:19.582614 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:08.101791 | 2.55s 2025-10-04 04:02:19.590997 | fa163ea7-8ca9-cb44-f903-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:08.110166 | 2.56s 2025-10-04 04:02:19.613478 | fa163ea7-8ca9-cb44-f903-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-04 04:02:19.992665 | fa163ea7-8ca9-cb44-f903-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-04 04:02:19.994482 | fa163ea7-8ca9-cb44-f903-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:08.513646 | 0.38s 2025-10-04 04:02:20.326565 | fa163ea7-8ca9-cb44-f903-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-04 04:02:20.327960 | fa163ea7-8ca9-cb44-f903-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:08.847128 | 0.71s 2025-10-04 04:02:20.693083 | fa163ea7-8ca9-cb44-f903-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-04 04:02:20.695626 | fa163ea7-8ca9-cb44-f903-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.214793 | 1.08s 2025-10-04 04:02:21.033964 | fa163ea7-8ca9-cb44-f903-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-04 04:02:21.043229 | fa163ea7-8ca9-cb44-f903-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.562399 | 1.43s 2025-10-04 04:02:21.062165 | fa163ea7-8ca9-cb44-f903-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.581333 | 1.45s 2025-10-04 04:02:21.080308 | fa163ea7-8ca9-cb44-f903-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-04 04:02:21.426606 | fa163ea7-8ca9-cb44-f903-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-04 04:02:26.651872 | fa163ea7-8ca9-cb44-f903-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-04 04:02:26.654770 | fa163ea7-8ca9-cb44-f903-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.173934 | 5.57s 2025-10-04 04:02:26.892620 | fa163ea7-8ca9-cb44-f903-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-04 04:02:26.894237 | fa163ea7-8ca9-cb44-f903-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.413406 | 5.81s 2025-10-04 04:02:27.159152 | fa163ea7-8ca9-cb44-f903-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-04 04:02:27.160676 | fa163ea7-8ca9-cb44-f903-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.679844 | 6.08s 2025-10-04 04:02:27.401258 | fa163ea7-8ca9-cb44-f903-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-04 04:02:27.403446 | fa163ea7-8ca9-cb44-f903-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.922617 | 6.32s 2025-10-04 04:02:27.415434 | fa163ea7-8ca9-cb44-f903-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.934595 | 6.33s 2025-10-04 04:02:27.437424 | fa163ea7-8ca9-cb44-f903-000000003d22 | TASK | Run cleanup tasks 2025-10-04 04:02:27.477472 | fa163ea7-8ca9-cb44-f903-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:15.996635 | 0.04s 2025-10-04 04:02:27.494830 | e7b46041-5c4b-4d1f-8f86-25953addc026 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-04 04:02:27.563718 | fa163ea7-8ca9-cb44-f903-000000004422 | TASK | Get list of enabled services 2025-10-04 04:02:30.366199 | fa163ea7-8ca9-cb44-f903-000000004422 | CHANGED | Get list of enabled services | undercloud 2025-10-04 04:02:30.368617 | fa163ea7-8ca9-cb44-f903-000000004422 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:18.887786 | 2.80s 2025-10-04 04:02:30.388392 | fa163ea7-8ca9-cb44-f903-000000004423 | TASK | List services to be disabled 2025-10-04 04:02:30.459913 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-04 04:02:30.490180 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-04 04:02:30.516940 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-04 04:02:30.542773 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-04 04:02:30.566818 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-04 04:02:30.624419 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-04 04:02:30.662488 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-04 04:02:30.694744 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-04 04:02:30.720357 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-04 04:02:30.747202 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-04 04:02:30.774175 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-04 04:02:30.798158 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-04 04:02:30.823179 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-04 04:02:30.848602 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-04 04:02:30.870704 | fa163ea7-8ca9-cb44-f903-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-04 04:02:30.882861 | fa163ea7-8ca9-cb44-f903-000000004423 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:19.402031 | 0.49s 2025-10-04 04:02:30.899944 | fa163ea7-8ca9-cb44-f903-000000004424 | TASK | Delete keystone services not enabled 2025-10-04 04:02:30.944629 | fa163ea7-8ca9-cb44-f903-000000004424 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:19.463783 | 0.04s 2025-10-04 04:02:30.963997 | fa163ea7-8ca9-cb44-f903-000000003d23 | TASK | Create Keystone Roles 2025-10-04 04:02:31.030833 | fa163ea7-8ca9-cb44-f903-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:19.549966 | 0.07s 2025-10-04 04:02:31.048049 | fa163ea7-8ca9-cb44-f903-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:19.567220 | 0.08s 2025-10-04 04:02:31.059493 | fa163ea7-8ca9-cb44-f903-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:19.578662 | 0.09s 2025-10-04 04:02:31.071770 | 9313e5a4-536e-444a-84b4-212fe8180fe8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-04 04:02:31.077841 | e2ba6467-f13e-4ebb-abb7-f11844871da2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-04 04:02:31.125741 | fa163ea7-8ca9-cb44-f903-000000004592 | TASK | Async creation of Keystone role 2025-10-04 04:02:31.454672 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-04 04:02:31.457459 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:19.976616 | 0.33s 2025-10-04 04:02:31.763907 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-04 04:02:31.765163 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:20.284333 | 0.64s 2025-10-04 04:02:32.076795 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-04 04:02:32.078720 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:20.597889 | 0.95s 2025-10-04 04:02:32.387152 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-04 04:02:32.389290 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:20.908458 | 1.26s 2025-10-04 04:02:32.686737 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-04 04:02:32.687842 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:21.207016 | 1.56s 2025-10-04 04:02:33.011157 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-04 04:02:33.013494 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:21.532665 | 1.89s 2025-10-04 04:02:33.304695 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-04 04:02:33.305403 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:21.824584 | 2.18s 2025-10-04 04:02:33.629281 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-04 04:02:33.630012 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:22.149193 | 2.50s 2025-10-04 04:02:33.961951 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-04 04:02:33.964896 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:22.484067 | 2.84s 2025-10-04 04:02:34.302206 | fa163ea7-8ca9-cb44-f903-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-04 04:02:34.305065 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:22.824242 | 3.18s 2025-10-04 04:02:34.312011 | fa163ea7-8ca9-cb44-f903-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:22.831178 | 3.19s 2025-10-04 04:02:34.334411 | fa163ea7-8ca9-cb44-f903-000000004594 | TASK | Check Keystone role status 2025-10-04 04:02:34.605427 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-04 04:02:34.610404 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.129565 | 0.27s 2025-10-04 04:02:34.863665 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-04 04:02:34.866339 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.385511 | 0.53s 2025-10-04 04:02:35.070075 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-04 04:02:35.073315 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.592489 | 0.74s 2025-10-04 04:02:35.326625 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-04 04:02:35.330045 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.849216 | 0.99s 2025-10-04 04:02:35.608928 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-04 04:02:35.612853 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:24.132023 | 1.28s 2025-10-04 04:02:35.871730 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-04 04:02:35.872678 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:24.391857 | 1.54s 2025-10-04 04:02:36.099488 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-04 04:02:36.101570 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:24.620744 | 1.77s 2025-10-04 04:02:36.346184 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-04 04:02:36.347937 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:24.867105 | 2.01s 2025-10-04 04:02:36.621419 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-04 04:02:36.623088 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:25.142256 | 2.29s 2025-10-04 04:02:36.859416 | fa163ea7-8ca9-cb44-f903-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-04 04:02:36.861488 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:25.380661 | 2.53s 2025-10-04 04:02:36.875515 | fa163ea7-8ca9-cb44-f903-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:25.394669 | 2.54s 2025-10-04 04:02:36.905040 | fa163ea7-8ca9-cb44-f903-000000004599 | TASK | Async creation of Keystone role 2025-10-04 04:02:37.256557 | fa163ea7-8ca9-cb44-f903-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-04 04:02:37.259278 | fa163ea7-8ca9-cb44-f903-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:25.778444 | 0.35s 2025-10-04 04:02:37.577942 | fa163ea7-8ca9-cb44-f903-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-04 04:02:37.579676 | fa163ea7-8ca9-cb44-f903-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.098856 | 0.67s 2025-10-04 04:02:37.955256 | fa163ea7-8ca9-cb44-f903-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-04 04:02:37.957746 | fa163ea7-8ca9-cb44-f903-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.476914 | 1.05s 2025-10-04 04:02:37.968141 | fa163ea7-8ca9-cb44-f903-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.487310 | 1.06s 2025-10-04 04:02:37.987152 | fa163ea7-8ca9-cb44-f903-00000000459b | TASK | Check Keystone role status 2025-10-04 04:02:38.353432 | fa163ea7-8ca9-cb44-f903-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-04 04:02:38.355402 | fa163ea7-8ca9-cb44-f903-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:26.874570 | 0.37s 2025-10-04 04:02:38.632515 | fa163ea7-8ca9-cb44-f903-00000000459b | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-04 04:02:43.845556 | fa163ea7-8ca9-cb44-f903-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-04 04:02:43.848417 | fa163ea7-8ca9-cb44-f903-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.367587 | 5.86s 2025-10-04 04:02:44.108751 | fa163ea7-8ca9-cb44-f903-00000000459b | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-04 04:02:44.109991 | fa163ea7-8ca9-cb44-f903-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.629163 | 6.12s 2025-10-04 04:02:44.117291 | fa163ea7-8ca9-cb44-f903-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.636457 | 6.13s 2025-10-04 04:02:44.137831 | fa163ea7-8ca9-cb44-f903-000000003d25 | TASK | Create Keystone Users 2025-10-04 04:02:44.226702 | fa163ea7-8ca9-cb44-f903-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:32.745857 | 0.09s 2025-10-04 04:02:44.243950 | fa163ea7-8ca9-cb44-f903-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:32.763126 | 0.10s 2025-10-04 04:02:44.251662 | fa163ea7-8ca9-cb44-f903-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:32.770832 | 0.11s 2025-10-04 04:02:44.274194 | da482807-e2bb-4d45-b1e9-e1d88ace795a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-04 04:02:44.286867 | 3190d951-eaf5-45e9-a440-229387c0584d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-04 04:02:44.348511 | fa163ea7-8ca9-cb44-f903-000000004743 | TASK | Check password of Keystone user 2025-10-04 04:02:45.340369 | fa163ea7-8ca9-cb44-f903-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-04 04:02:45.342025 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:33.861188 | 0.99s 2025-10-04 04:02:46.201510 | fa163ea7-8ca9-cb44-f903-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-04 04:02:46.202149 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:34.721331 | 1.85s 2025-10-04 04:02:47.101448 | fa163ea7-8ca9-cb44-f903-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-04 04:02:47.103571 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:35.622707 | 2.75s 2025-10-04 04:02:48.043009 | fa163ea7-8ca9-cb44-f903-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-04 04:02:48.044810 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:36.563983 | 3.70s 2025-10-04 04:02:49.007648 | fa163ea7-8ca9-cb44-f903-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-04 04:02:49.009182 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:37.528356 | 4.66s 2025-10-04 04:02:50.042133 | fa163ea7-8ca9-cb44-f903-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-04 04:02:50.044792 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:38.563962 | 5.70s 2025-10-04 04:02:50.982518 | fa163ea7-8ca9-cb44-f903-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-04 04:02:50.984250 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:39.503422 | 6.64s 2025-10-04 04:02:51.913160 | fa163ea7-8ca9-cb44-f903-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-04 04:02:51.915321 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:40.434485 | 7.57s 2025-10-04 04:02:52.862408 | fa163ea7-8ca9-cb44-f903-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-04 04:02:52.866017 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.385163 | 8.52s 2025-10-04 04:02:53.749632 | fa163ea7-8ca9-cb44-f903-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-04 04:02:53.750748 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.269919 | 9.40s 2025-10-04 04:02:53.757102 | fa163ea7-8ca9-cb44-f903-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-04 04:02:53.759242 | fa163ea7-8ca9-cb44-f903-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.278410 | 9.41s 2025-10-04 04:02:53.781685 | fa163ea7-8ca9-cb44-f903-000000004745 | TASK | Async creation of Keystone user 2025-10-04 04:02:54.200265 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:54.203869 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:42.723030 | 0.42s 2025-10-04 04:02:54.554984 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:54.557973 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.077148 | 0.77s 2025-10-04 04:02:54.957625 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:54.958920 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.478088 | 1.18s 2025-10-04 04:02:55.319729 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:55.320410 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.839593 | 1.54s 2025-10-04 04:02:55.608581 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:55.609226 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.128408 | 1.83s 2025-10-04 04:02:55.934100 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:55.934725 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.453907 | 2.15s 2025-10-04 04:02:56.270203 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:56.271057 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.790238 | 2.49s 2025-10-04 04:02:56.588034 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:56.588579 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.107762 | 2.81s 2025-10-04 04:02:56.877247 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:56.877877 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.397059 | 3.09s 2025-10-04 04:02:57.185965 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:57.186594 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.705775 | 3.40s 2025-10-04 04:02:57.198738 | fa163ea7-8ca9-cb44-f903-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:02:57.199125 | fa163ea7-8ca9-cb44-f903-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.718311 | 3.42s 2025-10-04 04:02:57.213865 | fa163ea7-8ca9-cb44-f903-000000004747 | TASK | Check Keystone user status 2025-10-04 04:02:57.466079 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:02:57.467017 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:45.986195 | 0.25s 2025-10-04 04:02:57.756329 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:02:57.757255 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:46.276431 | 0.54s 2025-10-04 04:02:58.052516 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:02:58.053421 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:46.572598 | 0.84s 2025-10-04 04:02:58.357783 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:02:58.359038 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:46.878209 | 1.14s 2025-10-04 04:02:58.647882 | fa163ea7-8ca9-cb44-f903-000000004747 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-04 04:03:03.888146 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:03.890101 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:52.409272 | 6.68s 2025-10-04 04:03:04.184175 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:04.185926 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:52.705101 | 6.97s 2025-10-04 04:03:04.482862 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:04.484398 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.003572 | 7.27s 2025-10-04 04:03:04.733302 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:04.735043 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.254215 | 7.52s 2025-10-04 04:03:05.028766 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:05.031008 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.550176 | 7.82s 2025-10-04 04:03:05.327615 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:05.329502 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.848671 | 8.11s 2025-10-04 04:03:05.340031 | fa163ea7-8ca9-cb44-f903-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:05.341317 | fa163ea7-8ca9-cb44-f903-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.860487 | 8.13s 2025-10-04 04:03:05.363895 | fa163ea7-8ca9-cb44-f903-00000000474c | TASK | Check password of Keystone user 2025-10-04 04:03:06.326053 | fa163ea7-8ca9-cb44-f903-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-04 04:03:06.328274 | fa163ea7-8ca9-cb44-f903-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:54.847443 | 0.96s 2025-10-04 04:03:07.195911 | fa163ea7-8ca9-cb44-f903-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-04 04:03:07.196879 | fa163ea7-8ca9-cb44-f903-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:55.716053 | 1.83s 2025-10-04 04:03:08.130118 | fa163ea7-8ca9-cb44-f903-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-04 04:03:08.131080 | fa163ea7-8ca9-cb44-f903-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:56.650254 | 2.77s 2025-10-04 04:03:09.092661 | fa163ea7-8ca9-cb44-f903-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-04 04:03:09.094243 | fa163ea7-8ca9-cb44-f903-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:57.613415 | 3.73s 2025-10-04 04:03:10.001648 | fa163ea7-8ca9-cb44-f903-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-04 04:03:10.003646 | fa163ea7-8ca9-cb44-f903-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:58.522817 | 4.64s 2025-10-04 04:03:10.847771 | fa163ea7-8ca9-cb44-f903-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-04 04:03:10.849713 | fa163ea7-8ca9-cb44-f903-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:59.368886 | 5.48s 2025-10-04 04:03:11.777906 | fa163ea7-8ca9-cb44-f903-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-04 04:03:11.778897 | fa163ea7-8ca9-cb44-f903-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.298069 | 6.41s 2025-10-04 04:03:11.785721 | fa163ea7-8ca9-cb44-f903-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-04 04:03:11.786736 | fa163ea7-8ca9-cb44-f903-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.305911 | 6.42s 2025-10-04 04:03:11.806402 | fa163ea7-8ca9-cb44-f903-00000000474e | TASK | Async creation of Keystone user 2025-10-04 04:03:12.201641 | fa163ea7-8ca9-cb44-f903-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:03:12.203991 | fa163ea7-8ca9-cb44-f903-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:00.723157 | 0.40s 2025-10-04 04:03:12.558575 | fa163ea7-8ca9-cb44-f903-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:03:12.559381 | fa163ea7-8ca9-cb44-f903-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.078559 | 0.75s 2025-10-04 04:03:12.914816 | fa163ea7-8ca9-cb44-f903-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:03:12.915732 | fa163ea7-8ca9-cb44-f903-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.434906 | 1.11s 2025-10-04 04:03:13.229529 | fa163ea7-8ca9-cb44-f903-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:03:13.230249 | fa163ea7-8ca9-cb44-f903-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.749428 | 1.42s 2025-10-04 04:03:13.601987 | fa163ea7-8ca9-cb44-f903-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:03:13.603320 | fa163ea7-8ca9-cb44-f903-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.122499 | 1.80s 2025-10-04 04:03:13.965921 | fa163ea7-8ca9-cb44-f903-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:03:13.967315 | fa163ea7-8ca9-cb44-f903-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.486489 | 2.16s 2025-10-04 04:03:14.345676 | fa163ea7-8ca9-cb44-f903-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:03:14.346339 | fa163ea7-8ca9-cb44-f903-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.865520 | 2.54s 2025-10-04 04:03:14.350116 | fa163ea7-8ca9-cb44-f903-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-04 04:03:14.351113 | fa163ea7-8ca9-cb44-f903-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.870288 | 2.54s 2025-10-04 04:03:14.378643 | fa163ea7-8ca9-cb44-f903-000000004750 | TASK | Check Keystone user status 2025-10-04 04:03:14.670180 | fa163ea7-8ca9-cb44-f903-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:14.671097 | fa163ea7-8ca9-cb44-f903-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.190275 | 0.29s 2025-10-04 04:03:14.933704 | fa163ea7-8ca9-cb44-f903-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:14.935632 | fa163ea7-8ca9-cb44-f903-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.454804 | 0.56s 2025-10-04 04:03:15.208211 | fa163ea7-8ca9-cb44-f903-000000004750 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-04 04:03:20.437284 | fa163ea7-8ca9-cb44-f903-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:20.438302 | fa163ea7-8ca9-cb44-f903-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:08.957476 | 6.06s 2025-10-04 04:03:20.759433 | fa163ea7-8ca9-cb44-f903-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:20.760392 | fa163ea7-8ca9-cb44-f903-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.279567 | 6.38s 2025-10-04 04:03:21.061309 | fa163ea7-8ca9-cb44-f903-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:21.062278 | fa163ea7-8ca9-cb44-f903-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.581451 | 6.68s 2025-10-04 04:03:21.366685 | fa163ea7-8ca9-cb44-f903-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:21.368476 | fa163ea7-8ca9-cb44-f903-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.887646 | 6.99s 2025-10-04 04:03:21.725648 | fa163ea7-8ca9-cb44-f903-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:21.727739 | fa163ea7-8ca9-cb44-f903-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.246911 | 7.35s 2025-10-04 04:03:21.737677 | fa163ea7-8ca9-cb44-f903-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-04 04:03:21.738909 | fa163ea7-8ca9-cb44-f903-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.258081 | 7.36s 2025-10-04 04:03:21.759370 | fa163ea7-8ca9-cb44-f903-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-04 04:03:21.852720 | fa163ea7-8ca9-cb44-f903-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:10.371866 | 0.09s 2025-10-04 04:03:21.880570 | fa163ea7-8ca9-cb44-f903-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:10.399739 | 0.12s 2025-10-04 04:03:21.904661 | fa163ea7-8ca9-cb44-f903-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:10.423834 | 0.14s 2025-10-04 04:03:21.912876 | fa163ea7-8ca9-cb44-f903-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:10.432038 | 0.15s 2025-10-04 04:03:21.928425 | 88b5ff68-47c0-48c6-8a2a-bfc1938edf94 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-04 04:03:21.934836 | c595ebd6-f656-4cb5-9c0e-dab94ac64c10 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-04 04:03:21.940399 | 209de2d0-f479-4118-88e1-990ff58b67c5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-04 04:03:22.013116 | fa163ea7-8ca9-cb44-f903-000000004960 | TASK | Async assignment of Keystone user per role 2025-10-04 04:03:22.111087 | fa163ea7-8ca9-cb44-f903-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:10.630238 | 0.10s 2025-10-04 04:03:22.129082 | fa163ea7-8ca9-cb44-f903-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:10.648259 | 0.12s 2025-10-04 04:03:22.137622 | fa163ea7-8ca9-cb44-f903-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:10.656787 | 0.12s 2025-10-04 04:03:22.155601 | fe4dd0d8-b11e-4d01-8c45-f1e3bd47cdac | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-04 04:03:22.164979 | 3d455887-faaa-4cd4-830d-13eaec763086 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-04 04:03:22.188358 | fa163ea7-8ca9-cb44-f903-000000004b40 | TASK | Async assignment of Keystone user to roles 2025-10-04 04:03:22.578416 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-04 04:03:22.581503 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:11.100667 | 0.39s 2025-10-04 04:03:22.913375 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-04 04:03:22.916493 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:11.435566 | 0.73s 2025-10-04 04:03:23.231428 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-04 04:03:23.232503 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:11.751681 | 1.04s 2025-10-04 04:03:23.532634 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-04 04:03:23.535734 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.054904 | 1.35s 2025-10-04 04:03:23.867406 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-04 04:03:23.869236 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.388413 | 1.68s 2025-10-04 04:03:24.226004 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-04 04:03:24.228414 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.747584 | 2.04s 2025-10-04 04:03:24.529209 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-04 04:03:24.532099 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.051267 | 2.34s 2025-10-04 04:03:24.859301 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-04 04:03:24.860068 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.379248 | 2.67s 2025-10-04 04:03:25.234950 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-04 04:03:25.238236 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.757404 | 3.05s 2025-10-04 04:03:25.586026 | fa163ea7-8ca9-cb44-f903-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-04 04:03:25.586787 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:14.105968 | 3.40s 2025-10-04 04:03:25.599445 | fa163ea7-8ca9-cb44-f903-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:14.118614 | 3.41s 2025-10-04 04:03:25.617507 | fa163ea7-8ca9-cb44-f903-000000004b42 | TASK | Check Keystone user assignment to roles status 2025-10-04 04:03:25.887058 | fa163ea7-8ca9-cb44-f903-000000004b42 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-04 04:03:31.129696 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-04 04:03:31.133176 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:19.652343 | 5.51s 2025-10-04 04:03:31.388929 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-04 04:03:31.391284 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:19.910452 | 5.77s 2025-10-04 04:03:31.705231 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-04 04:03:31.707235 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.226403 | 6.09s 2025-10-04 04:03:31.970941 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-04 04:03:31.972109 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.491282 | 6.35s 2025-10-04 04:03:32.232904 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-04 04:03:32.234832 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.754004 | 6.62s 2025-10-04 04:03:32.493670 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-04 04:03:32.495628 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.014797 | 6.88s 2025-10-04 04:03:32.796991 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-04 04:03:32.798903 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.318076 | 7.18s 2025-10-04 04:03:33.071056 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-04 04:03:33.072870 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.592044 | 7.45s 2025-10-04 04:03:33.300417 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-04 04:03:33.302708 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.821882 | 7.68s 2025-10-04 04:03:33.565068 | fa163ea7-8ca9-cb44-f903-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-04 04:03:33.566201 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:22.085375 | 7.95s 2025-10-04 04:03:33.576054 | fa163ea7-8ca9-cb44-f903-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:22.095218 | 7.96s 2025-10-04 04:03:33.601905 | fa163ea7-8ca9-cb44-f903-000000004b47 | TASK | Async assignment of Keystone user to roles 2025-10-04 04:03:34.001742 | fa163ea7-8ca9-cb44-f903-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-04 04:03:34.003985 | fa163ea7-8ca9-cb44-f903-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.523154 | 0.40s 2025-10-04 04:03:34.331200 | fa163ea7-8ca9-cb44-f903-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-04 04:03:34.332229 | fa163ea7-8ca9-cb44-f903-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.851403 | 0.73s 2025-10-04 04:03:34.618118 | fa163ea7-8ca9-cb44-f903-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-04 04:03:34.620019 | fa163ea7-8ca9-cb44-f903-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.139198 | 1.02s 2025-10-04 04:03:34.948318 | fa163ea7-8ca9-cb44-f903-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-04 04:03:34.957896 | fa163ea7-8ca9-cb44-f903-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.476973 | 1.35s 2025-10-04 04:03:35.262964 | fa163ea7-8ca9-cb44-f903-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-04 04:03:35.263745 | fa163ea7-8ca9-cb44-f903-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.782925 | 1.66s 2025-10-04 04:03:35.567422 | fa163ea7-8ca9-cb44-f903-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-04 04:03:35.568743 | fa163ea7-8ca9-cb44-f903-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.087924 | 1.97s 2025-10-04 04:03:35.838168 | fa163ea7-8ca9-cb44-f903-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-04 04:03:35.838770 | fa163ea7-8ca9-cb44-f903-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.357952 | 2.24s 2025-10-04 04:03:35.845264 | fa163ea7-8ca9-cb44-f903-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.364438 | 2.24s 2025-10-04 04:03:35.861936 | fa163ea7-8ca9-cb44-f903-000000004b49 | TASK | Check Keystone user assignment to roles status 2025-10-04 04:03:36.096379 | fa163ea7-8ca9-cb44-f903-000000004b49 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-04 04:03:41.322487 | fa163ea7-8ca9-cb44-f903-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-04 04:03:41.325885 | fa163ea7-8ca9-cb44-f903-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:29.845051 | 5.46s 2025-10-04 04:03:41.544335 | fa163ea7-8ca9-cb44-f903-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-04 04:03:41.545875 | fa163ea7-8ca9-cb44-f903-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.065041 | 5.68s 2025-10-04 04:03:41.802060 | fa163ea7-8ca9-cb44-f903-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-04 04:03:41.802814 | fa163ea7-8ca9-cb44-f903-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.321994 | 5.94s 2025-10-04 04:03:42.060770 | fa163ea7-8ca9-cb44-f903-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-04 04:03:42.061885 | fa163ea7-8ca9-cb44-f903-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.581059 | 6.20s 2025-10-04 04:03:42.287292 | fa163ea7-8ca9-cb44-f903-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-04 04:03:42.288371 | fa163ea7-8ca9-cb44-f903-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.807545 | 6.43s 2025-10-04 04:03:42.543107 | fa163ea7-8ca9-cb44-f903-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-04 04:03:42.545124 | fa163ea7-8ca9-cb44-f903-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.064297 | 6.68s 2025-10-04 04:03:42.802816 | fa163ea7-8ca9-cb44-f903-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-04 04:03:42.804112 | fa163ea7-8ca9-cb44-f903-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.323287 | 6.94s 2025-10-04 04:03:42.812336 | fa163ea7-8ca9-cb44-f903-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.331505 | 6.95s 2025-10-04 04:03:42.835001 | fa163ea7-8ca9-cb44-f903-000000004965 | TASK | Async assignment of Keystone user per role 2025-10-04 04:03:42.927067 | fa163ea7-8ca9-cb44-f903-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:31.446234 | 0.09s 2025-10-04 04:03:42.931766 | fa163ea7-8ca9-cb44-f903-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:31.450937 | 0.10s 2025-10-04 04:03:42.945471 | e610f698-981b-49d1-bbb6-6cf4b09bbb30 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-04 04:03:42.969769 | fa163ea7-8ca9-cb44-f903-000000004bb1 | TASK | Async assignment of Keystone user to roles 2025-10-04 04:03:43.290409 | fa163ea7-8ca9-cb44-f903-000000004bb1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-04 04:03:43.292673 | fa163ea7-8ca9-cb44-f903-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.811844 | 0.32s 2025-10-04 04:03:43.302763 | fa163ea7-8ca9-cb44-f903-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.821931 | 0.33s 2025-10-04 04:03:43.322317 | fa163ea7-8ca9-cb44-f903-000000004bb3 | TASK | Check Keystone user assignment to roles status 2025-10-04 04:03:43.596550 | fa163ea7-8ca9-cb44-f903-000000004bb3 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-04 04:03:48.838214 | fa163ea7-8ca9-cb44-f903-000000004bb3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-04 04:03:48.839075 | fa163ea7-8ca9-cb44-f903-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.358254 | 5.52s 2025-10-04 04:03:48.842594 | fa163ea7-8ca9-cb44-f903-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.361764 | 5.52s 2025-10-04 04:03:48.862252 | fa163ea7-8ca9-cb44-f903-00000000496a | TASK | Async assignment of Keystone user per role 2025-10-04 04:03:48.954144 | fa163ea7-8ca9-cb44-f903-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.473310 | 0.09s 2025-10-04 04:03:48.959217 | fa163ea7-8ca9-cb44-f903-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.478387 | 0.10s 2025-10-04 04:03:48.973624 | e8c51682-822b-4375-82ef-e3cc8e48b785 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-04 04:03:48.998876 | fa163ea7-8ca9-cb44-f903-000000004bd5 | TASK | Async assignment of Keystone user to roles 2025-10-04 04:03:49.338105 | fa163ea7-8ca9-cb44-f903-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-04 04:03:49.339613 | fa163ea7-8ca9-cb44-f903-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:37.858782 | 0.34s 2025-10-04 04:03:49.627852 | fa163ea7-8ca9-cb44-f903-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-04 04:03:49.628452 | fa163ea7-8ca9-cb44-f903-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.147634 | 0.63s 2025-10-04 04:03:49.944471 | fa163ea7-8ca9-cb44-f903-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-04 04:03:49.945093 | fa163ea7-8ca9-cb44-f903-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.464276 | 0.94s 2025-10-04 04:03:49.949042 | fa163ea7-8ca9-cb44-f903-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.468213 | 0.95s 2025-10-04 04:03:49.967580 | fa163ea7-8ca9-cb44-f903-000000004bd7 | TASK | Check Keystone user assignment to roles status 2025-10-04 04:03:50.250844 | fa163ea7-8ca9-cb44-f903-000000004bd7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-04 04:03:55.467817 | fa163ea7-8ca9-cb44-f903-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-04 04:03:55.470268 | fa163ea7-8ca9-cb44-f903-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:43.989435 | 5.50s 2025-10-04 04:03:55.728705 | fa163ea7-8ca9-cb44-f903-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-04 04:03:55.729662 | fa163ea7-8ca9-cb44-f903-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.248837 | 5.76s 2025-10-04 04:03:55.989788 | fa163ea7-8ca9-cb44-f903-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-04 04:03:55.991992 | fa163ea7-8ca9-cb44-f903-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.511164 | 6.02s 2025-10-04 04:03:56.002943 | fa163ea7-8ca9-cb44-f903-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.522113 | 6.03s 2025-10-04 04:03:56.039458 | fa163ea7-8ca9-cb44-f903-000000003ced | TASK | is Keystone LDAP enabled 2025-10-04 04:03:56.094089 | fa163ea7-8ca9-cb44-f903-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-04 04:03:56.095246 | fa163ea7-8ca9-cb44-f903-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:22:44.614420 | 0.05s 2025-10-04 04:03:56.112618 | fa163ea7-8ca9-cb44-f903-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-04 04:03:56.167397 | fa163ea7-8ca9-cb44-f903-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-04 04:03:56.168609 | fa163ea7-8ca9-cb44-f903-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:44.687783 | 0.05s 2025-10-04 04:03:56.186402 | fa163ea7-8ca9-cb44-f903-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-04 04:03:56.254268 | fa163ea7-8ca9-cb44-f903-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-04 04:03:56.255427 | fa163ea7-8ca9-cb44-f903-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:44.774596 | 0.07s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-04 04:03:56.404116 | fa163ea7-8ca9-cb44-f903-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-04 04:03:56.434277 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000e2') missing from stats 2025-10-04 04:03:56.456868 | fa163ea7-8ca9-cb44-f903-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-04 04:03:57.027507 | fa163ea7-8ca9-cb44-f903-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-04 04:03:57.029205 | fa163ea7-8ca9-cb44-f903-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:45.548372 | 0.57s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-04 04:03:57.112849 | fa163ea7-8ca9-cb44-f903-0000000000e4 | TIMING | include_tasks | standalone | 0:22:45.632014 | 0.05s 2025-10-04 04:03:57.164486 | 033eb3c7-14a6-4ec6-8499-e22dabb225dc | INCLUDED | /root/standalone-ansible-tey6r4dq/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-04 04:03:57.193061 | fa163ea7-8ca9-cb44-f903-000000004c19 | TASK | Create virtqemud recovery script 2025-10-04 04:03:57.710106 | fa163ea7-8ca9-cb44-f903-000000004c19 | CHANGED | Create virtqemud recovery script | standalone 2025-10-04 04:03:57.711458 | fa163ea7-8ca9-cb44-f903-000000004c19 | TIMING | Create virtqemud recovery script | standalone | 0:22:46.230630 | 0.52s 2025-10-04 04:03:57.739986 | fa163ea7-8ca9-cb44-f903-000000004c1a | TASK | Create virtqemud recovery trigger service 2025-10-04 04:03:58.280236 | fa163ea7-8ca9-cb44-f903-000000004c1a | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-04 04:03:58.281711 | fa163ea7-8ca9-cb44-f903-000000004c1a | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:46.800884 | 0.54s 2025-10-04 04:03:58.309839 | fa163ea7-8ca9-cb44-f903-000000004c1b | TASK | Create virtqemud recovery trigger timer 2025-10-04 04:03:58.796474 | fa163ea7-8ca9-cb44-f903-000000004c1b | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-04 04:03:58.797958 | fa163ea7-8ca9-cb44-f903-000000004c1b | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:47.317132 | 0.49s 2025-10-04 04:03:58.827031 | fa163ea7-8ca9-cb44-f903-000000004c1c | TASK | Enable virtqemud recovery trigger service 2025-10-04 04:03:59.854963 | fa163ea7-8ca9-cb44-f903-000000004c1c | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-04 04:03:59.857002 | fa163ea7-8ca9-cb44-f903-000000004c1c | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:48.376175 | 1.03s 2025-10-04 04:03:59.887795 | fa163ea7-8ca9-cb44-f903-000000004c1d | TASK | Enable virtqemud recovery trigger timer 2025-10-04 04:04:01.041458 | fa163ea7-8ca9-cb44-f903-000000004c1d | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-04 04:04:01.044618 | fa163ea7-8ca9-cb44-f903-000000004c1d | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:49.563790 | 1.16s 2025-10-04 04:04:01.078462 | fa163ea7-8ca9-cb44-f903-000000004c1e | TASK | Really enable virtqemud recovery trigger timer 2025-10-04 04:04:01.670817 | fa163ea7-8ca9-cb44-f903-000000004c1e | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-04 04:04:01.672997 | fa163ea7-8ca9-cb44-f903-000000004c1e | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:50.192163 | 0.59s 2025-10-04 04:04:01.707393 | fa163ea7-8ca9-cb44-f903-000000004c20 | TASK | Create systemd file 2025-10-04 04:04:02.226280 | fa163ea7-8ca9-cb44-f903-000000004c20 | CHANGED | Create systemd file | standalone 2025-10-04 04:04:02.228033 | fa163ea7-8ca9-cb44-f903-000000004c20 | TIMING | Create systemd file | standalone | 0:22:50.747204 | 0.52s 2025-10-04 04:04:02.259156 | fa163ea7-8ca9-cb44-f903-000000004c21 | TASK | Reload systemd 2025-10-04 04:04:03.079908 | fa163ea7-8ca9-cb44-f903-000000004c21 | CHANGED | Reload systemd | standalone 2025-10-04 04:04:03.082830 | fa163ea7-8ca9-cb44-f903-000000004c21 | TIMING | Reload systemd | standalone | 0:22:51.601997 | 0.82s 2025-10-04 04:04:03.116367 | fa163ea7-8ca9-cb44-f903-000000004c24 | TASK | Start OVN container 2025-10-04 04:04:03.186777 | fa163ea7-8ca9-cb44-f903-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-04 04:04:03.206085 | fa163ea7-8ca9-cb44-f903-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-04 04:04:03.221814 | fa163ea7-8ca9-cb44-f903-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-04 04:04:03.233879 | fa163ea7-8ca9-cb44-f903-000000004c24 | TIMING | Start OVN container | standalone | 0:22:51.753032 | 0.12s 2025-10-04 04:04:03.266789 | fa163ea7-8ca9-cb44-f903-000000004c26 | TASK | Set NB connection 2025-10-04 04:04:03.324271 | fa163ea7-8ca9-cb44-f903-000000004c26 | SKIPPED | Set NB connection | standalone 2025-10-04 04:04:03.325944 | fa163ea7-8ca9-cb44-f903-000000004c26 | TIMING | Set NB connection | standalone | 0:22:51.845111 | 0.06s 2025-10-04 04:04:03.356984 | fa163ea7-8ca9-cb44-f903-000000004c27 | TASK | Set SB connection 2025-10-04 04:04:03.411939 | fa163ea7-8ca9-cb44-f903-000000004c27 | SKIPPED | Set SB connection | standalone 2025-10-04 04:04:03.413510 | fa163ea7-8ca9-cb44-f903-000000004c27 | TIMING | Set SB connection | standalone | 0:22:51.932675 | 0.05s 2025-10-04 04:04:03.445966 | fa163ea7-8ca9-cb44-f903-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-04 04:04:03.703934 | fa163ea7-8ca9-cb44-f903-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-04 04:04:03.706400 | fa163ea7-8ca9-cb44-f903-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:52.225570 | 0.26s 2025-10-04 04:04:03.814310 | fa163ea7-8ca9-cb44-f903-0000000000e7 | TIMING | include_tasks | standalone | 0:22:52.333457 | 0.08s 2025-10-04 04:04:03.855704 | 31ec901f-0333-47c1-be19-e5082d2669c2 | INCLUDED | /root/standalone-ansible-tey6r4dq/common_deploy_steps_tasks.yaml | standalone 2025-10-04 04:04:03.881193 | fa163ea7-8ca9-cb44-f903-000000004c56 | TASK | Write the config_step hieradata 2025-10-04 04:04:04.419684 | fa163ea7-8ca9-cb44-f903-000000004c56 | OK | Write the config_step hieradata | standalone 2025-10-04 04:04:04.421696 | fa163ea7-8ca9-cb44-f903-000000004c56 | TIMING | Write the config_step hieradata | standalone | 0:22:52.940864 | 0.54s 2025-10-04 04:04:04.453572 | fa163ea7-8ca9-cb44-f903-000000004c57 | TASK | Run puppet host configuration for step 4 2025-10-04 04:04:04.843122 | fa163ea7-8ca9-cb44-f903-000000004c57 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-04 04:04:04.844845 | fa163ea7-8ca9-cb44-f903-000000004c57 | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:53.364016 | 0.39s 2025-10-04 04:04:04.874996 | fa163ea7-8ca9-cb44-f903-000000004c58 | TASK | Wait for puppet host configuration to finish 2025-10-04 04:04:05.133927 | fa163ea7-8ca9-cb44-f903-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-04 04:04:15.303424 | fa163ea7-8ca9-cb44-f903-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-04 04:04:25.524232 | fa163ea7-8ca9-cb44-f903-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-04 04:04:35.761674 | fa163ea7-8ca9-cb44-f903-000000004c58 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-04 04:04:35.762769 | fa163ea7-8ca9-cb44-f903-000000004c58 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:24.281948 | 30.89s 2025-10-04 04:04:35.786749 | fa163ea7-8ca9-cb44-f903-000000004c59 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-04 04:04:35.867481 | fa163ea7-8ca9-cb44-f903-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 4 04:04:04 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 4 04:04:09 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 4 04:04:09 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 4 04:04:09 puppet-user: (file & line not available)", "<13>Oct 4 04:04:09 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 4 04:04:09 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 4 04:04:10 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 4 04:04:10 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 4 04:04:10 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 4 04:04:10 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 4 04:04:10 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 4 04:04:10 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 4 04:04:10 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 4 04:04:10 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 4 04:04:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 4 04:04:10 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.57 seconds", "<13>Oct 4 04:04:14 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 4 04:04:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 4 04:04:22 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 4 04:04:22 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}875d9f2096fc81a0f179b237da1efa00190e3b3d214096329c30f8637d099b8e'", "<13>Oct 4 04:04:22 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 4 04:04:22 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 4 04:04:22 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 4 04:04:22 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 4 04:04:23 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 4 04:04:28 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 4 04:04:30 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 4 04:04:30 puppet-user: Notice: Applied catalog in 19.80 seconds", "<13>Oct 4 04:04:30 puppet-user: Application:", "<13>Oct 4 04:04:30 puppet-user: Initial environment: production", "<13>Oct 4 04:04:30 puppet-user: Converged environment: production", "<13>Oct 4 04:04:30 puppet-user: Run mode: user", "<13>Oct 4 04:04:30 puppet-user: Changes:", "<13>Oct 4 04:04:30 puppet-user: Total: 10", "<13>Oct 4 04:04:30 puppet-user: Events:", "<13>Oct 4 04:04:30 puppet-user: Success: 10", "<13>Oct 4 04:04:30 puppet-user: Resources:", "<13>Oct 4 04:04:30 puppet-user: Restarted: 1", "<13>Oct 4 04:04:30 puppet-user: Changed: 10", "<13>Oct 4 04:04:30 puppet-user: Out of sync: 10", "<13>Oct 4 04:04:30 puppet-user: Total: 37", "<13>Oct 4 04:04:30 puppet-user: Time:", "<13>Oct 4 04:04:30 puppet-user: Filebucket: 0.00", "<13>Oct 4 04:04:30 puppet-user: Schedule: 0.00", "<13>Oct 4 04:04:30 puppet-user: File line: 0.00", "<13>Oct 4 04:04:30 puppet-user: User: 0.01", "<13>Oct 4 04:04:30 puppet-user: Augeas: 0.01", "<13>Oct 4 04:04:30 puppet-user: File: 0.10", "<13>Oct 4 04:04:30 puppet-user: Config retrieval: 0.71", "<13>Oct 4 04:04:30 puppet-user: Pcmk property: 1.42", "<13>Oct 4 04:04:30 puppet-user: Service: 1.61", "<13>Oct 4 04:04:30 puppet-user: Last run: 1759550670", "<13>Oct 4 04:04:30 puppet-user: Transaction evaluation: 19.78", "<13>Oct 4 04:04:30 puppet-user: Catalog application: 19.80", "<13>Oct 4 04:04:30 puppet-user: Pcmk resource op default: 2.05", "<13>Oct 4 04:04:30 puppet-user: Pcmk resource default: 2.10", "<13>Oct 4 04:04:30 puppet-user: Package: 5.23", "<13>Oct 4 04:04:30 puppet-user: Exec: 7.09", "<13>Oct 4 04:04:30 puppet-user: Total: 19.81", "<13>Oct 4 04:04:30 puppet-user: Version:", "<13>Oct 4 04:04:30 puppet-user: Config: 1759550649", "<13>Oct 4 04:04:30 puppet-user: Puppet: 7.10.0" ] } 2025-10-04 04:04:35.868861 | fa163ea7-8ca9-cb44-f903-000000004c59 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:24.388035 | 0.08s 2025-10-04 04:04:35.898599 | fa163ea7-8ca9-cb44-f903-000000004c5a | TASK | Pre-cache facts for puppet containers 2025-10-04 04:04:35.928028 | fa163ea7-8ca9-cb44-f903-000000004c5a | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:24.447200 | 0.03s 2025-10-04 04:04:35.997207 | fa163ea7-8ca9-cb44-f903-000000004c9b | TASK | Gather variables for each operating system 2025-10-04 04:04:36.119924 | fa163ea7-8ca9-cb44-f903-000000004c9b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:24.639089 | 0.12s 2025-10-04 04:04:36.149575 | fa163ea7-8ca9-cb44-f903-000000004c9c | TASK | Create puppet caching structures 2025-10-04 04:04:36.391634 | fa163ea7-8ca9-cb44-f903-000000004c9c | CHANGED | Create puppet caching structures | standalone 2025-10-04 04:04:36.393112 | fa163ea7-8ca9-cb44-f903-000000004c9c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:24.912284 | 0.24s 2025-10-04 04:04:36.422878 | fa163ea7-8ca9-cb44-f903-000000004c9d | TASK | Check for facter.conf 2025-10-04 04:04:36.659565 | fa163ea7-8ca9-cb44-f903-000000004c9d | OK | Check for facter.conf | standalone 2025-10-04 04:04:36.661162 | fa163ea7-8ca9-cb44-f903-000000004c9d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:25.180333 | 0.24s 2025-10-04 04:04:36.691417 | fa163ea7-8ca9-cb44-f903-000000004c9e | TASK | Remove facter.conf if directory 2025-10-04 04:04:36.742227 | fa163ea7-8ca9-cb44-f903-000000004c9e | SKIPPED | Remove facter.conf if directory | standalone 2025-10-04 04:04:36.743322 | fa163ea7-8ca9-cb44-f903-000000004c9e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:25.262496 | 0.05s 2025-10-04 04:04:36.772118 | fa163ea7-8ca9-cb44-f903-000000004c9f | TASK | Write facter cache config 2025-10-04 04:04:37.346423 | fa163ea7-8ca9-cb44-f903-000000004c9f | CHANGED | Write facter cache config | standalone 2025-10-04 04:04:37.348418 | fa163ea7-8ca9-cb44-f903-000000004c9f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:25.867589 | 0.57s 2025-10-04 04:04:37.380388 | fa163ea7-8ca9-cb44-f903-000000004ca0 | TASK | Cleanup facter cache if exists 2025-10-04 04:04:37.636292 | fa163ea7-8ca9-cb44-f903-000000004ca0 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-04 04:04:37.637944 | fa163ea7-8ca9-cb44-f903-000000004ca0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:26.157115 | 0.26s 2025-10-04 04:04:37.667593 | fa163ea7-8ca9-cb44-f903-000000004ca1 | TASK | Pre-cache facts 2025-10-04 04:04:38.323616 | fa163ea7-8ca9-cb44-f903-000000004ca1 | CHANGED | Pre-cache facts | standalone 2025-10-04 04:04:38.324986 | fa163ea7-8ca9-cb44-f903-000000004ca1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:26.844159 | 0.66s 2025-10-04 04:04:38.358464 | fa163ea7-8ca9-cb44-f903-000000004ca2 | TASK | Failed deployment if facter fails 2025-10-04 04:04:38.400209 | fa163ea7-8ca9-cb44-f903-000000004ca2 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-04 04:04:38.401345 | fa163ea7-8ca9-cb44-f903-000000004ca2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:26.920518 | 0.04s 2025-10-04 04:04:38.447219 | fa163ea7-8ca9-cb44-f903-000000004ca3 | TASK | Sync cached facts 2025-10-04 04:04:38.818179 | fa163ea7-8ca9-cb44-f903-000000004ca3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-000000004ca3') missing from stats 2025-10-04 04:04:38.876085 | fa163ea7-8ca9-cb44-f903-000000004c5b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-04 04:04:38.927741 | fa163ea7-8ca9-cb44-f903-000000004c5b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-04 04:04:38.928914 | fa163ea7-8ca9-cb44-f903-000000004c5b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:27.448086 | 0.05s 2025-10-04 04:04:38.959685 | fa163ea7-8ca9-cb44-f903-000000004c5d | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-04 04:04:38.989413 | fa163ea7-8ca9-cb44-f903-000000004c5d | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:27.508583 | 0.03s 2025-10-04 04:04:39.054036 | fa163ea7-8ca9-cb44-f903-000000004cfa | TASK | Gather variables for each operating system 2025-10-04 04:04:39.169343 | fa163ea7-8ca9-cb44-f903-000000004cfa | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:27.688510 | 0.11s 2025-10-04 04:04:39.198809 | fa163ea7-8ca9-cb44-f903-000000004cfb | TASK | Create container logs path 2025-10-04 04:04:39.469260 | fa163ea7-8ca9-cb44-f903-000000004cfb | OK | Create container logs path | standalone 2025-10-04 04:04:39.470767 | fa163ea7-8ca9-cb44-f903-000000004cfb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:27.989941 | 0.27s 2025-10-04 04:04:39.503848 | fa163ea7-8ca9-cb44-f903-000000004cfd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-04 04:04:39.813027 | fa163ea7-8ca9-cb44-f903-000000004cfd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-04 04:04:39.815714 | fa163ea7-8ca9-cb44-f903-000000004cfd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:28.334886 | 0.31s 2025-10-04 04:04:39.849660 | fa163ea7-8ca9-cb44-f903-000000004cfe | TASK | Finalise hashes for all containers 2025-10-04 04:04:39.916233 | fa163ea7-8ca9-cb44-f903-000000004cfe | OK | Finalise hashes for all containers | standalone 2025-10-04 04:04:39.918374 | fa163ea7-8ca9-cb44-f903-000000004cfe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:28.437546 | 0.07s 2025-10-04 04:04:39.948798 | fa163ea7-8ca9-cb44-f903-000000004d00 | TASK | Manage systemd shutdown files 2025-10-04 04:04:39.993851 | fa163ea7-8ca9-cb44-f903-000000004d00 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:28.513003 | 0.04s 2025-10-04 04:04:40.029413 | 801ec384-9f66-4de6-90b1-f2c156b35571 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-04 04:04:40.061011 | fa163ea7-8ca9-cb44-f903-000000004d33 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-04 04:04:40.335909 | fa163ea7-8ca9-cb44-f903-000000004d33 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-04 04:04:40.337700 | fa163ea7-8ca9-cb44-f903-000000004d33 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:28.856865 | 0.28s 2025-10-04 04:04:40.372515 | fa163ea7-8ca9-cb44-f903-000000004d34 | TASK | Set podman_drop_in fact 2025-10-04 04:04:40.437166 | fa163ea7-8ca9-cb44-f903-000000004d34 | OK | Set podman_drop_in fact | standalone 2025-10-04 04:04:40.438588 | fa163ea7-8ca9-cb44-f903-000000004d34 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:28.957759 | 0.06s 2025-10-04 04:04:40.473146 | fa163ea7-8ca9-cb44-f903-000000004d36 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-04 04:04:41.099167 | fa163ea7-8ca9-cb44-f903-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-04 04:04:41.100360 | fa163ea7-8ca9-cb44-f903-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:29.619538 | 0.62s 2025-10-04 04:04:41.683439 | fa163ea7-8ca9-cb44-f903-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-04 04:04:41.684602 | fa163ea7-8ca9-cb44-f903-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:30.203774 | 1.21s 2025-10-04 04:04:41.692829 | fa163ea7-8ca9-cb44-f903-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:30.211998 | 1.22s 2025-10-04 04:04:41.725000 | fa163ea7-8ca9-cb44-f903-000000004d37 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-04 04:04:42.336174 | fa163ea7-8ca9-cb44-f903-000000004d37 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-04 04:04:42.337763 | fa163ea7-8ca9-cb44-f903-000000004d37 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:30.856936 | 0.61s 2025-10-04 04:04:42.368465 | fa163ea7-8ca9-cb44-f903-000000004d38 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-04 04:04:42.853723 | fa163ea7-8ca9-cb44-f903-000000004d38 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-04 04:04:42.855316 | fa163ea7-8ca9-cb44-f903-000000004d38 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:31.374489 | 0.48s 2025-10-04 04:04:42.885793 | fa163ea7-8ca9-cb44-f903-000000004d39 | TASK | Enable and start tripleo-container-shutdown 2025-10-04 04:04:43.694007 | fa163ea7-8ca9-cb44-f903-000000004d39 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-04 04:04:43.695966 | fa163ea7-8ca9-cb44-f903-000000004d39 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:32.215140 | 0.81s 2025-10-04 04:04:43.726762 | fa163ea7-8ca9-cb44-f903-000000004d3a | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-04 04:04:44.218176 | fa163ea7-8ca9-cb44-f903-000000004d3a | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-04 04:04:44.220949 | fa163ea7-8ca9-cb44-f903-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:32.740120 | 0.49s 2025-10-04 04:04:44.251559 | fa163ea7-8ca9-cb44-f903-000000004d3b | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-04 04:04:44.730985 | fa163ea7-8ca9-cb44-f903-000000004d3b | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-04 04:04:44.733982 | fa163ea7-8ca9-cb44-f903-000000004d3b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:33.253148 | 0.48s 2025-10-04 04:04:44.765295 | fa163ea7-8ca9-cb44-f903-000000004d3c | TASK | Enable and start netns-placeholder 2025-10-04 04:04:45.595659 | fa163ea7-8ca9-cb44-f903-000000004d3c | CHANGED | Enable and start netns-placeholder | standalone 2025-10-04 04:04:45.599079 | fa163ea7-8ca9-cb44-f903-000000004d3c | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:34.118249 | 0.83s 2025-10-04 04:04:45.635284 | fa163ea7-8ca9-cb44-f903-000000004d02 | TASK | Update container configs with new config hashes 2025-10-04 04:04:45.688201 | fa163ea7-8ca9-cb44-f903-000000004d02 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:34.207367 | 0.05s 2025-10-04 04:04:45.708396 | 6ca0edb3-38ac-4688-bdc5-0d8e152a9123 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-04 04:04:45.741940 | fa163ea7-8ca9-cb44-f903-000000004d64 | TASK | Update config hashes for container startup configs 2025-10-04 04:04:46.071551 | fa163ea7-8ca9-cb44-f903-000000004d64 | OK | Update config hashes for container startup configs | standalone 2025-10-04 04:04:46.072924 | fa163ea7-8ca9-cb44-f903-000000004d64 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:34.592096 | 0.33s 2025-10-04 04:04:46.104952 | fa163ea7-8ca9-cb44-f903-000000004d03 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-04 04:04:46.178925 | fa163ea7-8ca9-cb44-f903-000000004d03 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:34.698073 | 0.07s 2025-10-04 04:04:46.203439 | f4980eb9-e4b5-4eb0-bc72-34572497f03a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 04:04:46.241216 | fa163ea7-8ca9-cb44-f903-000000004d83 | TASK | Gather podman infos 2025-10-04 04:04:48.154276 | fa163ea7-8ca9-cb44-f903-000000004d83 | OK | Gather podman infos | standalone 2025-10-04 04:04:48.155814 | fa163ea7-8ca9-cb44-f903-000000004d83 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:36.674987 | 1.91s 2025-10-04 04:04:48.271133 | fa163ea7-8ca9-cb44-f903-000000004d84 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-04 04:04:48.352838 | fa163ea7-8ca9-cb44-f903-000000004d84 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:36.872011 | 0.08s 2025-10-04 04:04:48.501665 | fa163ea7-8ca9-cb44-f903-000000004dcd | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:37.020828 | 0.11s 2025-10-04 04:04:48.562004 | fa163ea7-8ca9-cb44-f903-000000004d04 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-04 04:04:48.625339 | fa163ea7-8ca9-cb44-f903-000000004d04 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:37.144502 | 0.06s 2025-10-04 04:04:48.650449 | c5046746-2c95-4543-8c71-6d8ba18032ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 04:04:48.689482 | fa163ea7-8ca9-cb44-f903-000000004df3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-04 04:05:09.955298 | fa163ea7-8ca9-cb44-f903-000000004df3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-04 04:05:09.956904 | fa163ea7-8ca9-cb44-f903-000000004df3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:58.476080 | 21.27s 2025-10-04 04:05:09.982389 | fa163ea7-8ca9-cb44-f903-000000004df4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-04 04:07:17.379134 | fa163ea7-8ca9-cb44-f903-000000004df4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-04 04:07:17.381281 | fa163ea7-8ca9-cb44-f903-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:05.900451 | 127.40s 2025-10-04 04:07:17.457645 | fa163ea7-8ca9-cb44-f903-000000004c5f | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-04 04:07:17.712866 | fa163ea7-8ca9-cb44-f903-000000004c5f | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-04 04:07:17.715727 | fa163ea7-8ca9-cb44-f903-000000004c5f | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:06.234896 | 0.26s 2025-10-04 04:07:17.769000 | fa163ea7-8ca9-cb44-f903-000000004c60 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-04 04:07:17.861227 | fa163ea7-8ca9-cb44-f903-000000004c60 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:06.380395 | 0.09s 2025-10-04 04:07:17.886056 | fa163ea7-8ca9-cb44-f903-000000004c61 | TASK | Include container-puppet tasks for step 4 2025-10-04 04:07:17.924969 | fa163ea7-8ca9-cb44-f903-000000004c61 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:06.444138 | 0.04s 2025-10-04 04:07:17.942276 | 9d4fe9e4-2631-40cb-ad5d-b6b86e4c1776 | INCLUDED | /root/standalone-ansible-tey6r4dq/host-container-puppet-tasks.yaml | standalone 2025-10-04 04:07:17.981576 | fa163ea7-8ca9-cb44-f903-000000004e3f | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-04 04:07:18.532487 | fa163ea7-8ca9-cb44-f903-000000004e3f | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-04 04:07:18.534230 | fa163ea7-8ca9-cb44-f903-000000004e3f | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:07.053398 | 0.55s 2025-10-04 04:07:18.556096 | fa163ea7-8ca9-cb44-f903-000000004e41 | TASK | Generate container puppet configs for step 4 2025-10-04 04:07:18.826588 | fa163ea7-8ca9-cb44-f903-000000004e41 | OK | Generate container puppet configs for step 4 | standalone 2025-10-04 04:07:18.828106 | fa163ea7-8ca9-cb44-f903-000000004e41 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:07.347278 | 0.27s 2025-10-04 04:07:18.859594 | fa163ea7-8ca9-cb44-f903-000000004e42 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-04 04:07:18.890474 | fa163ea7-8ca9-cb44-f903-000000004e42 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:07.409639 | 0.03s 2025-10-04 04:07:18.959367 | fa163ea7-8ca9-cb44-f903-000000004e71 | TASK | Gather variables for each operating system 2025-10-04 04:07:19.086409 | fa163ea7-8ca9-cb44-f903-000000004e71 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:07.605566 | 0.13s 2025-10-04 04:07:19.119278 | fa163ea7-8ca9-cb44-f903-000000004e72 | TASK | Create container logs path 2025-10-04 04:07:19.373847 | fa163ea7-8ca9-cb44-f903-000000004e72 | OK | Create container logs path | standalone 2025-10-04 04:07:19.377138 | fa163ea7-8ca9-cb44-f903-000000004e72 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:07.896289 | 0.26s 2025-10-04 04:07:19.412554 | fa163ea7-8ca9-cb44-f903-000000004e74 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-04 04:07:19.675181 | fa163ea7-8ca9-cb44-f903-000000004e74 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-04 04:07:19.676955 | fa163ea7-8ca9-cb44-f903-000000004e74 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:08.196122 | 0.26s 2025-10-04 04:07:19.708351 | fa163ea7-8ca9-cb44-f903-000000004e75 | TASK | Finalise hashes for all containers 2025-10-04 04:07:19.753789 | fa163ea7-8ca9-cb44-f903-000000004e75 | OK | Finalise hashes for all containers | standalone 2025-10-04 04:07:19.755050 | fa163ea7-8ca9-cb44-f903-000000004e75 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:08.274222 | 0.04s 2025-10-04 04:07:19.785657 | fa163ea7-8ca9-cb44-f903-000000004e77 | TASK | Manage systemd shutdown files 2025-10-04 04:07:19.830496 | fa163ea7-8ca9-cb44-f903-000000004e77 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 04:07:19.831931 | fa163ea7-8ca9-cb44-f903-000000004e77 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:08.351102 | 0.04s 2025-10-04 04:07:19.864558 | fa163ea7-8ca9-cb44-f903-000000004e79 | TASK | Update container configs with new config hashes 2025-10-04 04:07:19.923564 | fa163ea7-8ca9-cb44-f903-000000004e79 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 04:07:19.925285 | fa163ea7-8ca9-cb44-f903-000000004e79 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:08.444453 | 0.06s 2025-10-04 04:07:19.960669 | fa163ea7-8ca9-cb44-f903-000000004e7a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-04 04:07:20.025554 | fa163ea7-8ca9-cb44-f903-000000004e7a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-04 04:07:20.026626 | fa163ea7-8ca9-cb44-f903-000000004e7a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:08.545803 | 0.06s 2025-10-04 04:07:20.052075 | fa163ea7-8ca9-cb44-f903-000000004e7b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-04 04:07:20.093157 | fa163ea7-8ca9-cb44-f903-000000004e7b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-04 04:07:20.093958 | fa163ea7-8ca9-cb44-f903-000000004e7b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:08.613136 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-10-04 04:07:20.232808 | fa163ea7-8ca9-cb44-f903-0000000000ea | TASK | External deployment step 5 2025-10-04 04:07:20.262835 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000ea') missing from stats 2025-10-04 04:07:20.316373 | fa163ea7-8ca9-cb44-f903-0000000000eb | TIMING | include_tasks | undercloud | 0:26:08.835544 | 0.04s 2025-10-04 04:07:20.328249 | 23245458-502e-411d-8661-bc8e37c5b2b2 | INCLUDED | /root/standalone-ansible-tey6r4dq/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-04 04:07:20.347398 | fa163ea7-8ca9-cb44-f903-000000004eca | TASK | Manage Cinder's default volume type 2025-10-04 04:07:34.408600 | fa163ea7-8ca9-cb44-f903-000000004eca | OK | Manage Cinder's default volume type | undercloud 2025-10-04 04:07:34.410946 | fa163ea7-8ca9-cb44-f903-000000004eca | TIMING | Manage Cinder's default volume type | undercloud | 0:26:22.930118 | 14.06s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-04 04:07:34.550199 | fa163ea7-8ca9-cb44-f903-0000000000ee | TASK | Deploy step tasks for 5 2025-10-04 04:07:34.590713 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000ee') missing from stats 2025-10-04 04:07:34.625984 | fa163ea7-8ca9-cb44-f903-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-04 04:07:35.241589 | fa163ea7-8ca9-cb44-f903-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-04 04:07:35.243639 | fa163ea7-8ca9-cb44-f903-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:23.762804 | 0.62s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-04 04:07:35.329445 | fa163ea7-8ca9-cb44-f903-0000000000f0 | TIMING | include_tasks | standalone | 0:26:23.848596 | 0.05s 2025-10-04 04:07:35.422135 | 53575874-7d57-4c34-a0d7-200aae85af06 | INCLUDED | /root/standalone-ansible-tey6r4dq/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-04 04:07:35.456253 | fa163ea7-8ca9-cb44-f903-000000004eed | TASK | Gather variables for each operating system 2025-10-04 04:07:35.580919 | fa163ea7-8ca9-cb44-f903-000000004eed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:24.100066 | 0.12s 2025-10-04 04:07:35.614197 | fa163ea7-8ca9-cb44-f903-000000004eee | TASK | Detect if resource is being created or already exists 2025-10-04 04:07:36.442279 | fa163ea7-8ca9-cb44-f903-000000004eee | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-04 04:07:36.444186 | fa163ea7-8ca9-cb44-f903-000000004eee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:24.963359 | 0.83s 2025-10-04 04:07:36.476275 | fa163ea7-8ca9-cb44-f903-000000004eef | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-04 04:07:59.574763 | fa163ea7-8ca9-cb44-f903-000000004eef | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-04 04:07:59.576969 | fa163ea7-8ca9-cb44-f903-000000004eef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:48.096140 | 23.10s 2025-10-04 04:07:59.623664 | fa163ea7-8ca9-cb44-f903-000000004ef0 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-04 04:07:59.886794 | fa163ea7-8ca9-cb44-f903-000000004ef0 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-04 04:07:59.890091 | fa163ea7-8ca9-cb44-f903-000000004ef0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:48.409255 | 0.26s 2025-10-04 04:07:59.924472 | fa163ea7-8ca9-cb44-f903-000000004ef1 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-04 04:08:00.361663 | fa163ea7-8ca9-cb44-f903-000000004ef1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-04 04:08:00.362716 | fa163ea7-8ca9-cb44-f903-000000004ef1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:48.881895 | 0.44s 2025-10-04 04:08:00.384480 | fa163ea7-8ca9-cb44-f903-000000004ef2 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-04 04:08:00.584432 | fa163ea7-8ca9-cb44-f903-000000004ef2 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-04 04:08:00.585644 | fa163ea7-8ca9-cb44-f903-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:49.104826 | 0.20s 2025-10-04 04:08:00.606505 | fa163ea7-8ca9-cb44-f903-000000004ef4 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-04 04:08:00.651172 | fa163ea7-8ca9-cb44-f903-000000004ef4 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-04 04:08:00.652683 | fa163ea7-8ca9-cb44-f903-000000004ef4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:49.171854 | 0.04s 2025-10-04 04:08:00.694245 | fa163ea7-8ca9-cb44-f903-000000004ef5 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-04 04:08:00.750670 | fa163ea7-8ca9-cb44-f903-000000004ef5 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-04 04:08:00.751893 | fa163ea7-8ca9-cb44-f903-000000004ef5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:49.271069 | 0.05s 2025-10-04 04:08:00.777389 | fa163ea7-8ca9-cb44-f903-000000004ef6 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-04 04:08:00.822201 | fa163ea7-8ca9-cb44-f903-000000004ef6 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-04 04:08:00.823397 | fa163ea7-8ca9-cb44-f903-000000004ef6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:49.342573 | 0.04s 2025-10-04 04:08:00.849760 | fa163ea7-8ca9-cb44-f903-000000004ef7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-04 04:08:00.893051 | fa163ea7-8ca9-cb44-f903-000000004ef7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-04 04:08:00.894113 | fa163ea7-8ca9-cb44-f903-000000004ef7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:49.413292 | 0.04s 2025-10-04 04:08:00.916120 | fa163ea7-8ca9-cb44-f903-000000004ef8 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-04 04:08:00.956204 | fa163ea7-8ca9-cb44-f903-000000004ef8 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-04 04:08:00.957081 | fa163ea7-8ca9-cb44-f903-000000004ef8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:49.476261 | 0.04s 2025-10-04 04:08:00.995097 | fa163ea7-8ca9-cb44-f903-000000004f19 | TASK | Gather variables for each operating system 2025-10-04 04:08:01.086373 | fa163ea7-8ca9-cb44-f903-000000004f19 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:49.605526 | 0.09s 2025-10-04 04:08:01.111576 | fa163ea7-8ca9-cb44-f903-000000004f1a | TASK | Detect if resource is being created or already exists 2025-10-04 04:08:01.915046 | fa163ea7-8ca9-cb44-f903-000000004f1a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-04 04:08:01.916691 | fa163ea7-8ca9-cb44-f903-000000004f1a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:50.435864 | 0.80s 2025-10-04 04:08:01.948831 | fa163ea7-8ca9-cb44-f903-000000004f1b | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-04 04:08:25.759567 | fa163ea7-8ca9-cb44-f903-000000004f1b | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-04 04:08:25.761060 | fa163ea7-8ca9-cb44-f903-000000004f1b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:14.280241 | 23.81s 2025-10-04 04:08:25.784271 | fa163ea7-8ca9-cb44-f903-000000004f1c | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-04 04:08:26.030038 | fa163ea7-8ca9-cb44-f903-000000004f1c | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-04 04:08:26.031352 | fa163ea7-8ca9-cb44-f903-000000004f1c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:14.550528 | 0.25s 2025-10-04 04:08:26.056038 | fa163ea7-8ca9-cb44-f903-000000004f1d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-04 04:08:26.454152 | fa163ea7-8ca9-cb44-f903-000000004f1d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-04 04:08:26.455839 | fa163ea7-8ca9-cb44-f903-000000004f1d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:14.975013 | 0.40s 2025-10-04 04:08:26.480175 | fa163ea7-8ca9-cb44-f903-000000004f1e | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-04 04:08:26.678662 | fa163ea7-8ca9-cb44-f903-000000004f1e | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-04 04:08:26.679614 | fa163ea7-8ca9-cb44-f903-000000004f1e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:15.198795 | 0.20s 2025-10-04 04:08:26.701130 | fa163ea7-8ca9-cb44-f903-000000004f20 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-04 04:08:26.752945 | fa163ea7-8ca9-cb44-f903-000000004f20 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-04 04:08:26.753787 | fa163ea7-8ca9-cb44-f903-000000004f20 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:15.272966 | 0.05s 2025-10-04 04:08:26.775457 | fa163ea7-8ca9-cb44-f903-000000004f21 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-04 04:08:26.824375 | fa163ea7-8ca9-cb44-f903-000000004f21 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-04 04:08:26.825256 | fa163ea7-8ca9-cb44-f903-000000004f21 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:15.344435 | 0.05s 2025-10-04 04:08:26.850308 | fa163ea7-8ca9-cb44-f903-000000004f22 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-04 04:08:26.911577 | fa163ea7-8ca9-cb44-f903-000000004f22 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-04 04:08:26.912441 | fa163ea7-8ca9-cb44-f903-000000004f22 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:15.431617 | 0.06s 2025-10-04 04:08:26.937640 | fa163ea7-8ca9-cb44-f903-000000004f23 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-04 04:08:26.997746 | fa163ea7-8ca9-cb44-f903-000000004f23 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-04 04:08:26.999122 | fa163ea7-8ca9-cb44-f903-000000004f23 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:15.518293 | 0.06s 2025-10-04 04:08:27.031424 | fa163ea7-8ca9-cb44-f903-000000004f24 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-04 04:08:27.095325 | fa163ea7-8ca9-cb44-f903-000000004f24 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-04 04:08:27.096094 | fa163ea7-8ca9-cb44-f903-000000004f24 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:15.615273 | 0.06s 2025-10-04 04:08:27.139559 | fa163ea7-8ca9-cb44-f903-000000004f45 | TASK | Gather variables for each operating system 2025-10-04 04:08:27.253802 | fa163ea7-8ca9-cb44-f903-000000004f45 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:15.772961 | 0.11s 2025-10-04 04:08:27.285074 | fa163ea7-8ca9-cb44-f903-000000004f46 | TASK | Detect if resource is being created or already exists 2025-10-04 04:08:28.101049 | fa163ea7-8ca9-cb44-f903-000000004f46 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-04 04:08:28.102154 | fa163ea7-8ca9-cb44-f903-000000004f46 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:16.621335 | 0.82s 2025-10-04 04:08:28.124630 | fa163ea7-8ca9-cb44-f903-000000004f47 | TASK | Run init bundle puppet on the host for manila_share 2025-10-04 04:08:51.621970 | fa163ea7-8ca9-cb44-f903-000000004f47 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-04 04:08:51.624485 | fa163ea7-8ca9-cb44-f903-000000004f47 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:40.143656 | 23.50s 2025-10-04 04:08:51.659133 | fa163ea7-8ca9-cb44-f903-000000004f48 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-04 04:08:51.889153 | fa163ea7-8ca9-cb44-f903-000000004f48 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-04 04:08:51.890081 | fa163ea7-8ca9-cb44-f903-000000004f48 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:40.409263 | 0.23s 2025-10-04 04:08:51.910465 | fa163ea7-8ca9-cb44-f903-000000004f49 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-04 04:08:52.350468 | fa163ea7-8ca9-cb44-f903-000000004f49 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-04 04:08:52.351517 | fa163ea7-8ca9-cb44-f903-000000004f49 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:40.870698 | 0.44s 2025-10-04 04:08:52.372489 | fa163ea7-8ca9-cb44-f903-000000004f4a | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-04 04:08:52.621443 | fa163ea7-8ca9-cb44-f903-000000004f4a | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-04 04:08:52.622281 | fa163ea7-8ca9-cb44-f903-000000004f4a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:41.141463 | 0.25s 2025-10-04 04:08:52.643423 | fa163ea7-8ca9-cb44-f903-000000004f4c | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-04 04:08:52.680207 | fa163ea7-8ca9-cb44-f903-000000004f4c | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-04 04:08:52.680874 | fa163ea7-8ca9-cb44-f903-000000004f4c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:41.200057 | 0.04s 2025-10-04 04:08:52.700902 | fa163ea7-8ca9-cb44-f903-000000004f4d | TASK | Get container image tag from bundle openstack-manila-share 2025-10-04 04:08:52.731030 | fa163ea7-8ca9-cb44-f903-000000004f4d | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-04 04:08:52.731790 | fa163ea7-8ca9-cb44-f903-000000004f4d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:41.250972 | 0.03s 2025-10-04 04:08:52.752617 | fa163ea7-8ca9-cb44-f903-000000004f4e | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-04 04:08:52.810121 | fa163ea7-8ca9-cb44-f903-000000004f4e | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-04 04:08:52.810749 | fa163ea7-8ca9-cb44-f903-000000004f4e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:41.329932 | 0.06s 2025-10-04 04:08:52.832265 | fa163ea7-8ca9-cb44-f903-000000004f4f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-04 04:08:52.879549 | fa163ea7-8ca9-cb44-f903-000000004f4f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-04 04:08:52.880264 | fa163ea7-8ca9-cb44-f903-000000004f4f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:41.399447 | 0.05s 2025-10-04 04:08:52.901055 | fa163ea7-8ca9-cb44-f903-000000004f50 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-04 04:08:52.938686 | fa163ea7-8ca9-cb44-f903-000000004f50 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-04 04:08:52.939629 | fa163ea7-8ca9-cb44-f903-000000004f50 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:41.458808 | 0.04s 2025-10-04 04:08:52.983258 | fa163ea7-8ca9-cb44-f903-000000004f71 | TASK | Run kolla_set_configs to copy ring files 2025-10-04 04:08:53.531483 | fa163ea7-8ca9-cb44-f903-000000004f71 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-04 04:08:53.532840 | fa163ea7-8ca9-cb44-f903-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.052013 | 0.55s 2025-10-04 04:08:53.537157 | fa163ea7-8ca9-cb44-f903-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.056322 | 0.55s 2025-10-04 04:08:53.567382 | fa163ea7-8ca9-cb44-f903-000000004f72 | TASK | Run kolla_set_configs to copy ring files 2025-10-04 04:08:53.955971 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-04 04:08:53.958211 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.477372 | 0.39s 2025-10-04 04:08:54.547892 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-04 04:08:54.549489 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.068666 | 0.98s 2025-10-04 04:08:54.873755 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-04 04:08:54.875901 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.395068 | 1.31s 2025-10-04 04:08:55.392367 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-04 04:08:55.397428 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.916604 | 1.83s 2025-10-04 04:08:55.893721 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-04 04:08:55.894876 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.414053 | 2.33s 2025-10-04 04:08:56.248499 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-04 04:08:56.250331 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.769503 | 2.68s 2025-10-04 04:08:56.877325 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-04 04:08:56.879353 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.398520 | 3.31s 2025-10-04 04:08:57.367085 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-04 04:08:57.368006 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:45.887186 | 3.80s 2025-10-04 04:08:57.679121 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-04 04:08:57.680942 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.200114 | 4.11s 2025-10-04 04:08:58.177921 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-04 04:08:58.179503 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:46.698678 | 4.61s 2025-10-04 04:08:58.635095 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-04 04:08:58.636132 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.155312 | 5.07s 2025-10-04 04:08:59.075676 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-04 04:08:59.077086 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:47.596257 | 5.51s 2025-10-04 04:08:59.524621 | fa163ea7-8ca9-cb44-f903-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-04 04:08:59.525955 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:48.045127 | 5.96s 2025-10-04 04:08:59.541175 | fa163ea7-8ca9-cb44-f903-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:48.060341 | 5.97s 2025-10-04 04:08:59.576169 | fa163ea7-8ca9-cb44-f903-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-04 04:08:59.827982 | fa163ea7-8ca9-cb44-f903-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-04 04:08:59.829330 | fa163ea7-8ca9-cb44-f903-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:48.348502 | 0.25s 2025-10-04 04:08:59.921696 | fa163ea7-8ca9-cb44-f903-0000000000f3 | TIMING | include_tasks | standalone | 0:27:48.440863 | 0.06s 2025-10-04 04:08:59.962764 | ed27e929-f062-43e1-b7a2-62a502031809 | INCLUDED | /root/standalone-ansible-tey6r4dq/common_deploy_steps_tasks.yaml | standalone 2025-10-04 04:08:59.988438 | fa163ea7-8ca9-cb44-f903-000000004fef | TASK | Write the config_step hieradata 2025-10-04 04:09:00.515216 | fa163ea7-8ca9-cb44-f903-000000004fef | OK | Write the config_step hieradata | standalone 2025-10-04 04:09:00.516734 | fa163ea7-8ca9-cb44-f903-000000004fef | TIMING | Write the config_step hieradata | standalone | 0:27:49.035903 | 0.53s 2025-10-04 04:09:00.548488 | fa163ea7-8ca9-cb44-f903-000000004ff0 | TASK | Run puppet host configuration for step 5 2025-10-04 04:09:00.872735 | fa163ea7-8ca9-cb44-f903-000000004ff0 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-04 04:09:00.874246 | fa163ea7-8ca9-cb44-f903-000000004ff0 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:49.393418 | 0.32s 2025-10-04 04:09:00.904339 | fa163ea7-8ca9-cb44-f903-000000004ff1 | TASK | Wait for puppet host configuration to finish 2025-10-04 04:09:01.145143 | fa163ea7-8ca9-cb44-f903-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-04 04:09:11.375969 | fa163ea7-8ca9-cb44-f903-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-04 04:09:21.602877 | fa163ea7-8ca9-cb44-f903-000000004ff1 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-04 04:09:21.604811 | fa163ea7-8ca9-cb44-f903-000000004ff1 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:10.123976 | 20.70s 2025-10-04 04:09:21.647167 | fa163ea7-8ca9-cb44-f903-000000004ff2 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-04 04:09:21.739020 | fa163ea7-8ca9-cb44-f903-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 4 04:09:01 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 4 04:09:05 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 4 04:09:05 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 4 04:09:05 puppet-user: (file & line not available)", "<13>Oct 4 04:09:05 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 4 04:09:05 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 4 04:09:06 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 4 04:09:06 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 4 04:09:06 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 4 04:09:06 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 4 04:09:06 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 4 04:09:06 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 4 04:09:06 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 4 04:09:06 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 4 04:09:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 4 04:09:06 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Oct 4 04:09:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 4 04:09:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 4 04:09:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 4 04:09:15 puppet-user: Notice: Applied catalog in 8.98 seconds", "<13>Oct 4 04:09:15 puppet-user: Application:", "<13>Oct 4 04:09:15 puppet-user: Initial environment: production", "<13>Oct 4 04:09:15 puppet-user: Converged environment: production", "<13>Oct 4 04:09:15 puppet-user: Run mode: user", "<13>Oct 4 04:09:15 puppet-user: Changes:", "<13>Oct 4 04:09:15 puppet-user: Total: 2", "<13>Oct 4 04:09:15 puppet-user: Events:", "<13>Oct 4 04:09:15 puppet-user: Success: 2", "<13>Oct 4 04:09:15 puppet-user: Resources:", "<13>Oct 4 04:09:15 puppet-user: Changed: 2", "<13>Oct 4 04:09:15 puppet-user: Out of sync: 2", "<13>Oct 4 04:09:15 puppet-user: Total: 37", "<13>Oct 4 04:09:15 puppet-user: Time:", "<13>Oct 4 04:09:15 puppet-user: Schedule: 0.00", "<13>Oct 4 04:09:15 puppet-user: Package: 0.00", "<13>Oct 4 04:09:15 puppet-user: File line: 0.00", "<13>Oct 4 04:09:15 puppet-user: Augeas: 0.01", "<13>Oct 4 04:09:15 puppet-user: User: 0.01", "<13>Oct 4 04:09:15 puppet-user: File: 0.13", "<13>Oct 4 04:09:15 puppet-user: Service: 0.18", "<13>Oct 4 04:09:15 puppet-user: Config retrieval: 0.71", "<13>Oct 4 04:09:15 puppet-user: Pcmk property: 1.59", "<13>Oct 4 04:09:15 puppet-user: Last run: 1759550955", "<13>Oct 4 04:09:15 puppet-user: Exec: 2.12", "<13>Oct 4 04:09:15 puppet-user: Pcmk resource op default: 2.35", "<13>Oct 4 04:09:15 puppet-user: Pcmk resource default: 2.36", "<13>Oct 4 04:09:15 puppet-user: Filebucket: 0.00", "<13>Oct 4 04:09:15 puppet-user: Transaction evaluation: 8.97", "<13>Oct 4 04:09:15 puppet-user: Catalog application: 8.98", "<13>Oct 4 04:09:15 puppet-user: Total: 8.99", "<13>Oct 4 04:09:15 puppet-user: Version:", "<13>Oct 4 04:09:15 puppet-user: Config: 1759550945", "<13>Oct 4 04:09:15 puppet-user: Puppet: 7.10.0" ] } 2025-10-04 04:09:21.740959 | fa163ea7-8ca9-cb44-f903-000000004ff2 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:10.260126 | 0.09s 2025-10-04 04:09:21.773215 | fa163ea7-8ca9-cb44-f903-000000004ff3 | TASK | Pre-cache facts for puppet containers 2025-10-04 04:09:21.806375 | fa163ea7-8ca9-cb44-f903-000000004ff3 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:10.325533 | 0.03s 2025-10-04 04:09:21.877922 | fa163ea7-8ca9-cb44-f903-000000005032 | TASK | Gather variables for each operating system 2025-10-04 04:09:22.004852 | fa163ea7-8ca9-cb44-f903-000000005032 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:10.523997 | 0.13s 2025-10-04 04:09:22.037761 | fa163ea7-8ca9-cb44-f903-000000005033 | TASK | Create puppet caching structures 2025-10-04 04:09:22.330980 | fa163ea7-8ca9-cb44-f903-000000005033 | CHANGED | Create puppet caching structures | standalone 2025-10-04 04:09:22.335449 | fa163ea7-8ca9-cb44-f903-000000005033 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:10.854617 | 0.30s 2025-10-04 04:09:22.368316 | fa163ea7-8ca9-cb44-f903-000000005034 | TASK | Check for facter.conf 2025-10-04 04:09:22.625854 | fa163ea7-8ca9-cb44-f903-000000005034 | OK | Check for facter.conf | standalone 2025-10-04 04:09:22.627697 | fa163ea7-8ca9-cb44-f903-000000005034 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:11.146867 | 0.26s 2025-10-04 04:09:22.659456 | fa163ea7-8ca9-cb44-f903-000000005035 | TASK | Remove facter.conf if directory 2025-10-04 04:09:22.724903 | fa163ea7-8ca9-cb44-f903-000000005035 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-04 04:09:22.726754 | fa163ea7-8ca9-cb44-f903-000000005035 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:11.245923 | 0.07s 2025-10-04 04:09:22.758898 | fa163ea7-8ca9-cb44-f903-000000005036 | TASK | Write facter cache config 2025-10-04 04:09:23.243498 | fa163ea7-8ca9-cb44-f903-000000005036 | CHANGED | Write facter cache config | standalone 2025-10-04 04:09:23.246581 | fa163ea7-8ca9-cb44-f903-000000005036 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:11.765748 | 0.49s 2025-10-04 04:09:23.278228 | fa163ea7-8ca9-cb44-f903-000000005037 | TASK | Cleanup facter cache if exists 2025-10-04 04:09:23.546199 | fa163ea7-8ca9-cb44-f903-000000005037 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-04 04:09:23.547973 | fa163ea7-8ca9-cb44-f903-000000005037 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:12.067142 | 0.27s 2025-10-04 04:09:23.579334 | fa163ea7-8ca9-cb44-f903-000000005038 | TASK | Pre-cache facts 2025-10-04 04:09:24.225709 | fa163ea7-8ca9-cb44-f903-000000005038 | CHANGED | Pre-cache facts | standalone 2025-10-04 04:09:24.227873 | fa163ea7-8ca9-cb44-f903-000000005038 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:12.747040 | 0.65s 2025-10-04 04:09:24.266179 | fa163ea7-8ca9-cb44-f903-000000005039 | TASK | Failed deployment if facter fails 2025-10-04 04:09:24.311773 | fa163ea7-8ca9-cb44-f903-000000005039 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-04 04:09:24.313588 | fa163ea7-8ca9-cb44-f903-000000005039 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:12.832756 | 0.04s 2025-10-04 04:09:24.363913 | fa163ea7-8ca9-cb44-f903-00000000503a | TASK | Sync cached facts 2025-10-04 04:09:24.705422 | fa163ea7-8ca9-cb44-f903-00000000503a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-00000000503a') missing from stats 2025-10-04 04:09:24.770562 | fa163ea7-8ca9-cb44-f903-000000004ff4 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-04 04:09:24.815088 | fa163ea7-8ca9-cb44-f903-000000004ff4 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-04 04:09:24.816485 | fa163ea7-8ca9-cb44-f903-000000004ff4 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:13.335655 | 0.04s 2025-10-04 04:09:24.848764 | fa163ea7-8ca9-cb44-f903-000000004ff6 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-04 04:09:24.882359 | fa163ea7-8ca9-cb44-f903-000000004ff6 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:13.401535 | 0.03s 2025-10-04 04:09:24.926721 | fa163ea7-8ca9-cb44-f903-000000005091 | TASK | Gather variables for each operating system 2025-10-04 04:09:25.050626 | fa163ea7-8ca9-cb44-f903-000000005091 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:13.569783 | 0.12s 2025-10-04 04:09:25.081794 | fa163ea7-8ca9-cb44-f903-000000005092 | TASK | Create container logs path 2025-10-04 04:09:25.367012 | fa163ea7-8ca9-cb44-f903-000000005092 | OK | Create container logs path | standalone 2025-10-04 04:09:25.368485 | fa163ea7-8ca9-cb44-f903-000000005092 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:13.887657 | 0.28s 2025-10-04 04:09:25.403587 | fa163ea7-8ca9-cb44-f903-000000005094 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-04 04:09:25.723518 | fa163ea7-8ca9-cb44-f903-000000005094 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-04 04:09:25.724909 | fa163ea7-8ca9-cb44-f903-000000005094 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:14.244082 | 0.32s 2025-10-04 04:09:25.756610 | fa163ea7-8ca9-cb44-f903-000000005095 | TASK | Finalise hashes for all containers 2025-10-04 04:09:25.828517 | fa163ea7-8ca9-cb44-f903-000000005095 | OK | Finalise hashes for all containers | standalone 2025-10-04 04:09:25.830687 | fa163ea7-8ca9-cb44-f903-000000005095 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:14.349856 | 0.07s 2025-10-04 04:09:25.863595 | fa163ea7-8ca9-cb44-f903-000000005097 | TASK | Manage systemd shutdown files 2025-10-04 04:09:25.903513 | fa163ea7-8ca9-cb44-f903-000000005097 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:14.422679 | 0.04s 2025-10-04 04:09:25.930014 | 8ff17aff-156a-4b8f-86ec-9ed3064558ac | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-04 04:09:25.957690 | fa163ea7-8ca9-cb44-f903-0000000050ca | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-04 04:09:26.189978 | fa163ea7-8ca9-cb44-f903-0000000050ca | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-04 04:09:26.191800 | fa163ea7-8ca9-cb44-f903-0000000050ca | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:14.710968 | 0.23s 2025-10-04 04:09:26.224149 | fa163ea7-8ca9-cb44-f903-0000000050cb | TASK | Set podman_drop_in fact 2025-10-04 04:09:26.275922 | fa163ea7-8ca9-cb44-f903-0000000050cb | OK | Set podman_drop_in fact | standalone 2025-10-04 04:09:26.276895 | fa163ea7-8ca9-cb44-f903-0000000050cb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:14.796072 | 0.05s 2025-10-04 04:09:26.301399 | fa163ea7-8ca9-cb44-f903-0000000050cd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-04 04:09:26.867779 | fa163ea7-8ca9-cb44-f903-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-04 04:09:26.870773 | fa163ea7-8ca9-cb44-f903-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:15.389935 | 0.57s 2025-10-04 04:09:27.336083 | fa163ea7-8ca9-cb44-f903-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-04 04:09:27.337594 | fa163ea7-8ca9-cb44-f903-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:15.856763 | 1.03s 2025-10-04 04:09:27.345082 | fa163ea7-8ca9-cb44-f903-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:15.864240 | 1.04s 2025-10-04 04:09:27.378773 | fa163ea7-8ca9-cb44-f903-0000000050ce | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-04 04:09:27.929435 | fa163ea7-8ca9-cb44-f903-0000000050ce | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-04 04:09:27.931104 | fa163ea7-8ca9-cb44-f903-0000000050ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:16.450277 | 0.55s 2025-10-04 04:09:27.963343 | fa163ea7-8ca9-cb44-f903-0000000050cf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-04 04:09:28.558278 | fa163ea7-8ca9-cb44-f903-0000000050cf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-04 04:09:28.560393 | fa163ea7-8ca9-cb44-f903-0000000050cf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:17.079561 | 0.60s 2025-10-04 04:09:28.594091 | fa163ea7-8ca9-cb44-f903-0000000050d0 | TASK | Enable and start tripleo-container-shutdown 2025-10-04 04:09:29.596125 | fa163ea7-8ca9-cb44-f903-0000000050d0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-04 04:09:29.597677 | fa163ea7-8ca9-cb44-f903-0000000050d0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:18.116859 | 1.00s 2025-10-04 04:09:29.618932 | fa163ea7-8ca9-cb44-f903-0000000050d1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-04 04:09:30.236145 | fa163ea7-8ca9-cb44-f903-0000000050d1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-04 04:09:30.237677 | fa163ea7-8ca9-cb44-f903-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:18.756855 | 0.62s 2025-10-04 04:09:30.262899 | fa163ea7-8ca9-cb44-f903-0000000050d2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-04 04:09:30.808037 | fa163ea7-8ca9-cb44-f903-0000000050d2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-04 04:09:30.810907 | fa163ea7-8ca9-cb44-f903-0000000050d2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:19.330079 | 0.55s 2025-10-04 04:09:30.844458 | fa163ea7-8ca9-cb44-f903-0000000050d3 | TASK | Enable and start netns-placeholder 2025-10-04 04:09:31.888026 | fa163ea7-8ca9-cb44-f903-0000000050d3 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-04 04:09:31.890236 | fa163ea7-8ca9-cb44-f903-0000000050d3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:20.409408 | 1.04s 2025-10-04 04:09:31.925101 | fa163ea7-8ca9-cb44-f903-000000005099 | TASK | Update container configs with new config hashes 2025-10-04 04:09:31.977695 | fa163ea7-8ca9-cb44-f903-000000005099 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:20.496859 | 0.05s 2025-10-04 04:09:31.998028 | 344fefdc-91e9-4893-bb7f-fc767ad07a99 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-04 04:09:32.031676 | fa163ea7-8ca9-cb44-f903-0000000050fb | TASK | Update config hashes for container startup configs 2025-10-04 04:09:32.356887 | fa163ea7-8ca9-cb44-f903-0000000050fb | OK | Update config hashes for container startup configs | standalone 2025-10-04 04:09:32.358071 | fa163ea7-8ca9-cb44-f903-0000000050fb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:20.877246 | 0.33s 2025-10-04 04:09:32.384947 | fa163ea7-8ca9-cb44-f903-00000000509a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-04 04:09:32.435035 | fa163ea7-8ca9-cb44-f903-00000000509a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:20.954201 | 0.05s 2025-10-04 04:09:32.453165 | 8a99722d-53b4-482a-a556-e3a9333bb0b3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-04 04:09:32.481383 | fa163ea7-8ca9-cb44-f903-00000000511a | TASK | Gather podman infos 2025-10-04 04:09:34.827667 | fa163ea7-8ca9-cb44-f903-00000000511a | OK | Gather podman infos | standalone 2025-10-04 04:09:34.829291 | fa163ea7-8ca9-cb44-f903-00000000511a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:23.348465 | 2.35s 2025-10-04 04:09:34.986618 | fa163ea7-8ca9-cb44-f903-00000000511b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-04 04:09:35.088892 | fa163ea7-8ca9-cb44-f903-00000000511b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:23.608049 | 0.09s 2025-10-04 04:09:35.304572 | fa163ea7-8ca9-cb44-f903-000000005164 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:23.823695 | 0.15s 2025-10-04 04:09:35.369293 | fa163ea7-8ca9-cb44-f903-00000000509b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-04 04:09:35.436283 | fa163ea7-8ca9-cb44-f903-00000000509b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:23.955442 | 0.07s 2025-10-04 04:09:35.461482 | b2c7e052-62c7-402d-aca0-bb099905de64 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-04 04:09:35.505324 | fa163ea7-8ca9-cb44-f903-00000000518a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-04 04:10:01.011401 | fa163ea7-8ca9-cb44-f903-00000000518a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-04 04:10:01.013809 | fa163ea7-8ca9-cb44-f903-00000000518a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:49.532991 | 25.51s 2025-10-04 04:10:01.036519 | fa163ea7-8ca9-cb44-f903-00000000518b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-04 04:10:28.295160 | fa163ea7-8ca9-cb44-f903-00000000518b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-04 04:10:28.298349 | fa163ea7-8ca9-cb44-f903-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:16.817518 | 27.26s 2025-10-04 04:10:28.366896 | fa163ea7-8ca9-cb44-f903-000000004ff8 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-04 04:10:28.593042 | fa163ea7-8ca9-cb44-f903-000000004ff8 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-04 04:10:28.595968 | fa163ea7-8ca9-cb44-f903-000000004ff8 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:17.115147 | 0.23s 2025-10-04 04:10:28.624775 | fa163ea7-8ca9-cb44-f903-000000004ff9 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-04 04:10:28.684191 | fa163ea7-8ca9-cb44-f903-000000004ff9 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:17.203351 | 0.06s 2025-10-04 04:10:28.718334 | fa163ea7-8ca9-cb44-f903-000000004ffa | TASK | Include container-puppet tasks for step 5 2025-10-04 04:10:28.754140 | fa163ea7-8ca9-cb44-f903-000000004ffa | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:17.273312 | 0.03s 2025-10-04 04:10:28.771923 | 57d124a8-e940-49a8-98e9-d9903fb3ab08 | INCLUDED | /root/standalone-ansible-tey6r4dq/host-container-puppet-tasks.yaml | standalone 2025-10-04 04:10:28.813323 | fa163ea7-8ca9-cb44-f903-0000000051d6 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-04 04:10:29.357116 | fa163ea7-8ca9-cb44-f903-0000000051d6 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-04 04:10:29.358030 | fa163ea7-8ca9-cb44-f903-0000000051d6 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:17.877212 | 0.54s 2025-10-04 04:10:29.379404 | fa163ea7-8ca9-cb44-f903-0000000051d8 | TASK | Generate container puppet configs for step 5 2025-10-04 04:10:29.697329 | fa163ea7-8ca9-cb44-f903-0000000051d8 | OK | Generate container puppet configs for step 5 | standalone 2025-10-04 04:10:29.698701 | fa163ea7-8ca9-cb44-f903-0000000051d8 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:18.217873 | 0.32s 2025-10-04 04:10:29.730833 | fa163ea7-8ca9-cb44-f903-0000000051d9 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-04 04:10:29.763462 | fa163ea7-8ca9-cb44-f903-0000000051d9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:18.282630 | 0.03s 2025-10-04 04:10:29.830405 | fa163ea7-8ca9-cb44-f903-000000005208 | TASK | Gather variables for each operating system 2025-10-04 04:10:29.934353 | fa163ea7-8ca9-cb44-f903-000000005208 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:18.453519 | 0.10s 2025-10-04 04:10:29.958185 | fa163ea7-8ca9-cb44-f903-000000005209 | TASK | Create container logs path 2025-10-04 04:10:30.230546 | fa163ea7-8ca9-cb44-f903-000000005209 | OK | Create container logs path | standalone 2025-10-04 04:10:30.232211 | fa163ea7-8ca9-cb44-f903-000000005209 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:18.751380 | 0.27s 2025-10-04 04:10:30.265689 | fa163ea7-8ca9-cb44-f903-00000000520b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-04 04:10:30.466462 | fa163ea7-8ca9-cb44-f903-00000000520b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-04 04:10:30.467507 | fa163ea7-8ca9-cb44-f903-00000000520b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:18.986686 | 0.20s 2025-10-04 04:10:30.487795 | fa163ea7-8ca9-cb44-f903-00000000520c | TASK | Finalise hashes for all containers 2025-10-04 04:10:30.514652 | fa163ea7-8ca9-cb44-f903-00000000520c | OK | Finalise hashes for all containers | standalone 2025-10-04 04:10:30.515466 | fa163ea7-8ca9-cb44-f903-00000000520c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:19.034648 | 0.03s 2025-10-04 04:10:30.535592 | fa163ea7-8ca9-cb44-f903-00000000520e | TASK | Manage systemd shutdown files 2025-10-04 04:10:30.563030 | fa163ea7-8ca9-cb44-f903-00000000520e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-04 04:10:30.563829 | fa163ea7-8ca9-cb44-f903-00000000520e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:19.083008 | 0.03s 2025-10-04 04:10:30.584165 | fa163ea7-8ca9-cb44-f903-000000005210 | TASK | Update container configs with new config hashes 2025-10-04 04:10:30.612791 | fa163ea7-8ca9-cb44-f903-000000005210 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-04 04:10:30.613644 | fa163ea7-8ca9-cb44-f903-000000005210 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:19.132824 | 0.03s 2025-10-04 04:10:30.645302 | fa163ea7-8ca9-cb44-f903-000000005211 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-04 04:10:30.682381 | fa163ea7-8ca9-cb44-f903-000000005211 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-04 04:10:30.683263 | fa163ea7-8ca9-cb44-f903-000000005211 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:19.202444 | 0.04s 2025-10-04 04:10:30.705207 | fa163ea7-8ca9-cb44-f903-000000005212 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-04 04:10:30.743238 | fa163ea7-8ca9-cb44-f903-000000005212 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-04 04:10:30.744032 | fa163ea7-8ca9-cb44-f903-000000005212 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:19.263212 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-04 04:10:30.878976 | fa163ea7-8ca9-cb44-f903-0000000000f7 | TASK | Server Post Deployments 2025-10-04 04:10:30.906118 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000f7') missing from stats 2025-10-04 04:10:30.985383 | fa163ea7-8ca9-cb44-f903-0000000000f8 | TIMING | include_tasks | standalone | 0:29:19.504537 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-04 04:10:31.128061 | fa163ea7-8ca9-cb44-f903-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-04 04:10:31.165596 | fa163ea7-8ca9-cb44-f903-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', 'fa163ea7-8ca9-cb44-f903-0000000000fc') missing from stats 2025-10-04 04:10:31.184567 | fa163ea7-8ca9-cb44-f903-000000000100 | TASK | is additonal Cell? 2025-10-04 04:10:31.222909 | fa163ea7-8ca9-cb44-f903-000000000100 | OK | is additonal Cell? | undercloud 2025-10-04 04:10:31.223897 | fa163ea7-8ca9-cb44-f903-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:19.743069 | 0.04s 2025-10-04 04:10:31.240169 | fa163ea7-8ca9-cb44-f903-000000000102 | TASK | discover via nova_manager? 2025-10-04 04:10:31.320305 | fa163ea7-8ca9-cb44-f903-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-04 04:10:31.321923 | fa163ea7-8ca9-cb44-f903-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:19.841079 | 0.08s 2025-10-04 04:10:31.341162 | fa163ea7-8ca9-cb44-f903-000000000103 | TASK | discover via nova_api? 2025-10-04 04:10:31.418503 | fa163ea7-8ca9-cb44-f903-000000000103 | OK | discover via nova_api? | undercloud 2025-10-04 04:10:31.420064 | fa163ea7-8ca9-cb44-f903-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:19.939234 | 0.08s 2025-10-04 04:10:31.438516 | fa163ea7-8ca9-cb44-f903-000000000104 | TASK | Warn if no discovery host available 2025-10-04 04:10:31.509477 | fa163ea7-8ca9-cb44-f903-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-04 04:10:31.511103 | fa163ea7-8ca9-cb44-f903-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:20.030268 | 0.07s 2025-10-04 04:10:31.547868 | fa163ea7-8ca9-cb44-f903-000000000105 | TASK | Discovering nova hosts 2025-10-04 04:10:34.244206 | fa163ea7-8ca9-cb44-f903-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-000000000105') missing from stats 2025-10-04 04:10:34.329760 | fa163ea7-8ca9-cb44-f903-000000000106 | OK | set_fact | undercloud 2025-10-04 04:10:34.331402 | fa163ea7-8ca9-cb44-f903-000000000106 | TIMING | set_fact | undercloud | 0:29:22.850569 | 0.06s 2025-10-04 04:10:34.350287 | fa163ea7-8ca9-cb44-f903-000000000108 | TASK | Set up group_vars 2025-10-04 04:10:34.393128 | fa163ea7-8ca9-cb44-f903-000000000108 | OK | Set up group_vars | undercloud 2025-10-04 04:10:34.394699 | fa163ea7-8ca9-cb44-f903-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:22.913841 | 0.04s 2025-10-04 04:10:34.412971 | fa163ea7-8ca9-cb44-f903-000000000109 | TASK | Make needed directories on the undercloud 2025-10-04 04:10:34.676874 | fa163ea7-8ca9-cb44-f903-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tey6r4dq/octavia-ansible 2025-10-04 04:10:34.678151 | fa163ea7-8ca9-cb44-f903-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:23.197327 | 0.26s 2025-10-04 04:10:34.914071 | fa163ea7-8ca9-cb44-f903-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tey6r4dq/octavia-ansible/local_dir 2025-10-04 04:10:34.915445 | fa163ea7-8ca9-cb44-f903-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:23.434618 | 0.50s 2025-10-04 04:10:35.139601 | fa163ea7-8ca9-cb44-f903-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-tey6r4dq/octavia-ansible/group_vars 2025-10-04 04:10:35.141182 | fa163ea7-8ca9-cb44-f903-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:23.660360 | 0.73s 2025-10-04 04:10:35.151403 | fa163ea7-8ca9-cb44-f903-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:23.670566 | 0.74s 2025-10-04 04:10:35.170435 | fa163ea7-8ca9-cb44-f903-00000000010a | TASK | Write group_vars file 2025-10-04 04:10:35.716479 | fa163ea7-8ca9-cb44-f903-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-04 04:10:35.717463 | fa163ea7-8ca9-cb44-f903-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:24.236642 | 0.55s 2025-10-04 04:10:35.741272 | fa163ea7-8ca9-cb44-f903-00000000010b | TASK | Gather missing facts 2025-10-04 04:10:36.115460 | fa163ea7-8ca9-cb44-f903-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ea7-8ca9-cb44-f903-00000000010b') missing from stats 2025-10-04 04:10:36.132512 | fa163ea7-8ca9-cb44-f903-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:24.651686 | 0.39s 2025-10-04 04:10:36.147684 | fa163ea7-8ca9-cb44-f903-00000000010c | TASK | Write octavia inventory 2025-10-04 04:10:36.667922 | fa163ea7-8ca9-cb44-f903-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-04 04:10:36.669099 | fa163ea7-8ca9-cb44-f903-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:25.188277 | 0.52s 2025-10-04 04:10:36.683670 | fa163ea7-8ca9-cb44-f903-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-04 04:10:36.876904 | fa163ea7-8ca9-cb44-f903-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-04 04:10:36.877766 | fa163ea7-8ca9-cb44-f903-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:25.396943 | 0.19s 2025-10-04 04:10:36.891734 | fa163ea7-8ca9-cb44-f903-00000000010e | TASK | Set private key location 2025-10-04 04:10:36.928107 | fa163ea7-8ca9-cb44-f903-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-04 04:10:36.929192 | fa163ea7-8ca9-cb44-f903-00000000010e | TIMING | Set private key location | undercloud | 0:29:25.448371 | 0.04s 2025-10-04 04:10:36.943196 | fa163ea7-8ca9-cb44-f903-00000000010f | TASK | Configure octavia command 2025-10-04 04:10:36.971422 | fa163ea7-8ca9-cb44-f903-00000000010f | OK | Configure octavia command | undercloud 2025-10-04 04:10:36.972183 | fa163ea7-8ca9-cb44-f903-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:25.491364 | 0.03s 2025-10-04 04:10:37.012602 | fa163ea7-8ca9-cb44-f903-000000000110 | OK | set_fact | undercloud 2025-10-04 04:10:37.013337 | fa163ea7-8ca9-cb44-f903-000000000110 | TIMING | set_fact | undercloud | 0:29:25.532519 | 0.03s 2025-10-04 04:10:37.059059 | fa163ea7-8ca9-cb44-f903-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-tey6r4dq/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-tey6r4dq/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-tey6r4dq/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-04 04:10:37.060155 | fa163ea7-8ca9-cb44-f903-000000000111 | TIMING | debug | undercloud | 0:29:25.579331 | 0.03s 2025-10-04 04:10:37.075722 | fa163ea7-8ca9-cb44-f903-000000000112 | TASK | Configure octavia on overcloud 2025-10-04 04:14:42.933851 | fa163ea7-8ca9-cb44-f903-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-04 04:14:42.936308 | fa163ea7-8ca9-cb44-f903-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:31.455481 | 245.86s 2025-10-04 04:14:42.953634 | fa163ea7-8ca9-cb44-f903-000000000113 | TASK | Purge temp dirs 2025-10-04 04:14:43.201558 | fa163ea7-8ca9-cb44-f903-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-tey6r4dq/octavia-ansible/local_dir 2025-10-04 04:14:43.205992 | fa163ea7-8ca9-cb44-f903-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:31.725168 | 0.25s 2025-10-04 04:14:43.213028 | fa163ea7-8ca9-cb44-f903-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:31.732192 | 0.26s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=646 changed=315 unreachable=0 failed=0 skipped=328 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-10-04 04:14:43.271268 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 04:14:43.271560 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 04:14:43.271805 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:31.790991 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-04 04:14:43.272049 | UUID | Info | Host | Task Name | Run Time 2025-10-04 04:14:43.272284 | fa163ea7-8ca9-cb44-f903-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 267.45s 2025-10-04 04:14:43.272562 | fa163ea7-8ca9-cb44-f903-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 245.86s 2025-10-04 04:14:43.272831 | fa163ea7-8ca9-cb44-f903-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 | 127.40s 2025-10-04 04:14:43.273113 | fa163ea7-8ca9-cb44-f903-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 104.95s 2025-10-04 04:14:43.273386 | fa163ea7-8ca9-cb44-f903-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.59s 2025-10-04 04:14:43.273683 | fa163ea7-8ca9-cb44-f903-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 61.06s 2025-10-04 04:14:43.273962 | fa163ea7-8ca9-cb44-f903-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 56.24s 2025-10-04 04:14:43.274234 | fa163ea7-8ca9-cb44-f903-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.94s 2025-10-04 04:14:43.274467 | fa163ea7-8ca9-cb44-f903-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.86s 2025-10-04 04:14:43.274763 | fa163ea7-8ca9-cb44-f903-000000004c58 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.89s 2025-10-04 04:14:43.275013 | fa163ea7-8ca9-cb44-f903-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.33s 2025-10-04 04:14:43.275253 | fa163ea7-8ca9-cb44-f903-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 | 27.26s 2025-10-04 04:14:43.275503 | fa163ea7-8ca9-cb44-f903-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 26.14s 2025-10-04 04:14:43.275769 | fa163ea7-8ca9-cb44-f903-00000000518a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.51s 2025-10-04 04:14:43.276014 | fa163ea7-8ca9-cb44-f903-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 24.86s 2025-10-04 04:14:43.276287 | fa163ea7-8ca9-cb44-f903-000000004f1b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.81s 2025-10-04 04:14:43.276601 | fa163ea7-8ca9-cb44-f903-000000004f47 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 23.50s 2025-10-04 04:14:43.276863 | fa163ea7-8ca9-cb44-f903-000000004eef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.10s 2025-10-04 04:14:43.277106 | fa163ea7-8ca9-cb44-f903-00000000216d | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 21.60s 2025-10-04 04:14:43.277354 | fa163ea7-8ca9-cb44-f903-000000004df3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.27s 2025-10-04 04:14:43.277611 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-tey6r4dq Install artifact is located at /root/standalone-install-20251004041444.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.jhElySecUu + exit 0 ~/ci-framework-data/artifacts