~/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.Dt7Olhb58U + 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.Dt7Olhb58U/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.Dt7Olhb58U/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.Dt7Olhb58U + J2_VARS_FILE=/tmp/tmp.Dt7Olhb58U/tmp.uUlntNDeEH.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.Dt7Olhb58U/tmp.uUlntNDeEH.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.Dt7Olhb58U/tmp.uUlntNDeEH.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.Dt7Olhb58U/tmp.uUlntNDeEH.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.Dt7Olhb58U/tmp.uUlntNDeEH.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.Dt7Olhb58U/tmp.uUlntNDeEH.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.Dt7Olhb58U/tmp.uUlntNDeEH.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.Dt7Olhb58U/tmp.uUlntNDeEH.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.Dt7Olhb58U/tmp.uUlntNDeEH.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.Dt7Olhb58U/tmp.uUlntNDeEH.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.Dt7Olhb58U/tmp.uUlntNDeEH.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.Dt7Olhb58U/tmp.uUlntNDeEH.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.Dt7Olhb58U/tmp.uUlntNDeEH.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.Dt7Olhb58U/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.Dt7Olhb58U/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.Dt7Olhb58U/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.Dt7Olhb58U/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.Dt7Olhb58U/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 6.7 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost 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-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 500 kB/s | 68 kB 00:00 (2/399): python3-openvswitch3.3-3.3.4-110.el9fd 1.4 MB/s | 369 kB 00:00 (3/399): ansible-collection-community-general-4 4.2 MB/s | 1.3 MB 00:00 (4/399): ansible-collection-ansible-posix-1.2.0 561 kB/s | 124 kB 00:00 (5/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.3 MB/s | 354 kB 00:00 (6/399): bash-completion-2.11-4.el9.noarch.rpm 5.1 MB/s | 459 kB 00:00 (7/399): libaio-0.3.111-13.el9.x86_64.rpm 381 kB/s | 26 kB 00:00 (8/399): device-mapper-persistent-data-0.9.0-13 7.7 MB/s | 786 kB 00:00 (9/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.3 MB/s | 62 kB 00:00 (10/399): krb5-workstation-1.20.1-8.el9.x86_64. 9.5 MB/s | 542 kB 00:00 (11/399): glibc-langpack-en-2.34-60.el9.x86_64. 5.5 MB/s | 675 kB 00:00 (12/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.1 MB/s | 81 kB 00:00 (13/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 656 kB/s | 37 kB 00:00 (14/399): pkgconf-1.7.3-10.el9.x86_64.rpm 676 kB/s | 45 kB 00:00 (15/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 283 kB/s | 12 kB 00:00 (16/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 245 kB/s | 16 kB 00:00 (17/399): python3-dns-2.2.1-2.el9.noarch.rpm 5.8 MB/s | 418 kB 00:00 (18/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 333 kB/s | 30 kB 00:00 (19/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 370 kB/s | 36 kB 00:00 (20/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 266 kB/s | 19 kB 00:00 (21/399): device-mapper-event-libs-1.02.187-7.e 779 kB/s | 31 kB 00:00 (22/399): device-mapper-event-1.02.187-7.el9_2. 656 kB/s | 32 kB 00:00 (23/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 22 MB/s | 1.5 MB 00:00 (24/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.4 MB/s | 223 kB 00:00 (25/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 9.0 MB/s | 1.0 MB 00:00 (26/399): boost-system-1.75.0-8.el9.x86_64.rpm 223 kB/s | 15 kB 00:00 (27/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.6 MB/s | 64 kB 00:00 (28/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.6 MB/s | 98 kB 00:00 (29/399): python3-urllib-gssapi-1.0.2-4.el9.noa 448 kB/s | 24 kB 00:00 (30/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.5 MB/s | 216 kB 00:00 (31/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 403 kB/s | 17 kB 00:00 (32/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.2 MB/s | 57 kB 00:00 (33/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.1 MB/s | 59 kB 00:00 (34/399): perl-Exporter-5.74-461.el9.noarch.rpm 794 kB/s | 34 kB 00:00 (35/399): perl-File-Temp-0.231.100-4.el9.noarch 1.4 MB/s | 63 kB 00:00 (36/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 592 kB/s | 25 kB 00:00 (37/399): perl-parent-0.238-460.el9.noarch.rpm 287 kB/s | 16 kB 00:00 (38/399): python3-pyasn1-modules-0.4.8-6.el9.no 5.2 MB/s | 283 kB 00:00 (39/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.5 MB/s | 321 kB 00:00 (40/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.9 MB/s | 224 kB 00:00 (41/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 582 kB/s | 45 kB 00:00 (42/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.9 MB/s | 392 kB 00:00 (43/399): perl-PathTools-3.78-461.el9.x86_64.rp 981 kB/s | 92 kB 00:00 (44/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 3.7 MB/s | 229 kB 00:00 (45/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.3 MB/s | 51 kB 00:00 (46/399): perl-URI-5.09-3.el9.noarch.rpm 3.3 MB/s | 125 kB 00:00 (47/399): perl-libnet-3.13-4.el9.noarch.rpm 1.6 MB/s | 134 kB 00:00 (48/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 13 MB/s | 1.2 MB 00:00 (49/399): iptables-nft-services-1.8.8-6.el9_1.n 234 kB/s | 28 kB 00:00 (50/399): perl-Text-ParseWords-3.30-460.el9.noa 71 kB/s | 18 kB 00:00 (51/399): perl-Carp-1.50-460.el9.noarch.rpm 446 kB/s | 31 kB 00:00 (52/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 125 kB/s | 26 kB 00:00 (53/399): perl-Encode-3.08-462.el9.x86_64.rpm 18 MB/s | 1.7 MB 00:00 (54/399): perl-Pod-Escapes-1.07-460.el9.noarch. 328 kB/s | 22 kB 00:00 (55/399): libburn-1.5.4-4.el9.x86_64.rpm 3.8 MB/s | 175 kB 00:00 (56/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.9 MB/s | 218 kB 00:00 (57/399): perl-Mozilla-CA-20200520-6.el9.noarch 401 kB/s | 14 kB 00:00 (58/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 623 kB/s | 24 kB 00:00 (59/399): perl-Time-Local-1.300-7.el9.noarch.rp 802 kB/s | 37 kB 00:00 (60/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.8 MB/s | 76 kB 00:00 (61/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.9 MB/s | 73 kB 00:00 (62/399): sshpass-1.09-4.el9.x86_64.rpm 644 kB/s | 30 kB 00:00 (63/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.5 MB/s | 59 kB 00:00 (64/399): boost-log-1.75.0-8.el9.x86_64.rpm 8.7 MB/s | 410 kB 00:00 (65/399): boost-program-options-1.75.0-8.el9.x8 2.6 MB/s | 108 kB 00:00 (66/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 795 kB/s | 39 kB 00:00 (67/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 875 kB/s | 34 kB 00:00 (68/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 523 kB/s | 19 kB 00:00 (69/399): perl-Digest-1.19-4.el9.noarch.rpm 746 kB/s | 29 kB 00:00 (70/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.3 MB/s | 419 kB 00:00 (71/399): perl-File-Path-2.18-4.el9.noarch.rpm 980 kB/s | 38 kB 00:00 (72/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.3 MB/s | 92 kB 00:00 (73/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (74/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.6 MB/s | 77 kB 00:00 (75/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.1 MB/s | 58 kB 00:00 (76/399): perl-constant-1.33-461.el9.noarch.rpm 409 kB/s | 25 kB 00:00 (77/399): perl-podlators-4.14-460.el9.noarch.rp 1.6 MB/s | 118 kB 00:00 (78/399): python3-appdirs-1.4.4-4.el9.noarch.rp 631 kB/s | 27 kB 00:00 (79/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.4 MB/s | 112 kB 00:00 (80/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.8 MB/s | 163 kB 00:00 (81/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.2 MB/s | 96 kB 00:00 (82/399): python3-qrcode-core-6.1-12.el9.noarch 800 kB/s | 61 kB 00:00 (83/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 560 kB/s | 48 kB 00:00 (84/399): boost-regex-1.75.0-8.el9.x86_64.rpm 3.0 MB/s | 279 kB 00:00 (85/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.1 MB/s | 221 kB 00:00 (86/399): python3-augeas-0.5.0-25.el9.noarch.rp 393 kB/s | 31 kB 00:00 (87/399): python3-alembic-1.7.5-3.el9.noarch.rp 8.6 MB/s | 900 kB 00:00 (88/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 8.1 MB/s | 489 kB 00:00 (89/399): perl-AutoLoader-5.74-480.el9.noarch.r 589 kB/s | 23 kB 00:00 (90/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 624 kB/s | 42 kB 00:00 (91/399): perl-B-1.80-480.el9.x86_64.rpm 4.4 MB/s | 185 kB 00:00 (92/399): perl-Class-Struct-0.66-480.el9.noarch 616 kB/s | 24 kB 00:00 (93/399): perl-Errno-1.30-480.el9.x86_64.rpm 404 kB/s | 17 kB 00:00 (94/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 509 kB/s | 23 kB 00:00 (95/399): perl-File-stat-1.09-480.el9.noarch.rp 489 kB/s | 19 kB 00:00 (96/399): perl-File-Basename-2.85-480.el9.noarc 322 kB/s | 19 kB 00:00 (97/399): perl-FileHandle-2.03-480.el9.noarch.r 358 kB/s | 17 kB 00:00 (98/399): perl-Getopt-Std-1.12-480.el9.noarch.r 412 kB/s | 17 kB 00:00 (99/399): perl-IO-1.43-480.el9.x86_64.rpm 2.0 MB/s | 94 kB 00:00 (100/399): perl-IPC-Open3-1.21-480.el9.noarch.r 631 kB/s | 25 kB 00:00 (101/399): perl-NDBM_File-1.15-480.el9.x86_64.r 440 kB/s | 25 kB 00:00 (102/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.4 MB/s | 99 kB 00:00 (103/399): perl-SelectSaver-1.02-480.el9.noarch 242 kB/s | 13 kB 00:00 (104/399): perl-Symbol-1.08-480.el9.noarch.rpm 285 kB/s | 16 kB 00:00 (105/399): perl-base-2.27-480.el9.noarch.rpm 445 kB/s | 18 kB 00:00 (106/399): perl-if-0.60.800-480.el9.noarch.rpm 254 kB/s | 16 kB 00:00 (107/399): perl-interpreter-5.32.1-480.el9.x86_ 994 kB/s | 75 kB 00:00 (108/399): perl-mro-1.23-480.el9.x86_64.rpm 585 kB/s | 31 kB 00:00 (109/399): perl-libs-5.32.1-480.el9.x86_64.rpm 21 MB/s | 2.2 MB 00:00 (110/399): perl-overload-1.31-480.el9.noarch.rp 761 kB/s | 47 kB 00:00 (111/399): perl-overloading-0.02-480.el9.noarch 176 kB/s | 15 kB 00:00 (112/399): perl-subs-1.03-480.el9.noarch.rpm 88 kB/s | 13 kB 00:00 (113/399): perl-vars-1.05-480.el9.noarch.rpm 105 kB/s | 15 kB 00:00 (114/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.3 MB/s | 176 kB 00:00 (115/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.5 MB/s | 259 kB 00:00 (116/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 754 kB/s | 40 kB 00:00 (117/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 5.4 MB/s | 459 kB 00:00 (118/399): jq-1.6-14.el9.x86_64.rpm 3.7 MB/s | 190 kB 00:00 (119/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 805 kB/s | 59 kB 00:00 (120/399): ansible-freeipa-1.9.2-3.el9_2.noarch 6.0 MB/s | 452 kB 00:00 (121/399): rhel-system-roles-1.21.2-1.el9_2.noa 20 MB/s | 2.4 MB 00:00 (122/399): ipa-client-common-4.10.1-12.el9_2.2. 486 kB/s | 44 kB 00:00 (123/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.9 MB/s | 656 kB 00:00 (124/399): python3-ipaclient-4.10.1-12.el9_2.2. 13 MB/s | 648 kB 00:00 (125/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (126/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.2 MB/s | 57 kB 00:00 (127/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 412 kB/s | 41 kB 00:00 (128/399): ruby-default-gems-3.0.4-161.el9_2.2. 319 kB/s | 46 kB 00:00 (129/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 38 MB/s | 7.9 MB 00:00 (130/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.1 MB/s | 55 kB 00:00 (131/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 28 MB/s | 3.3 MB 00:00 (132/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.9 MB/s | 456 kB 00:00 (133/399): rubygem-io-console-0.5.7-161.el9_2.2 226 kB/s | 26 kB 00:00 (134/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 595 kB/s | 59 kB 00:00 (135/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.6 MB/s | 60 kB 00:00 (136/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.2 MB/s | 110 kB 00:00 (137/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 7.6 MB/s | 441 kB 00:00 (138/399): rubygems-3.2.33-161.el9_2.2.noarch.r 4.3 MB/s | 306 kB 00:00 (139/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 4.1 MB/s | 245 kB 00:00 (140/399): ansible-collection-ansible-netcommon 3.8 MB/s | 181 kB 00:00 (141/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 28 MB/s | 2.2 MB 00:00 (142/399): buildah-1.29.5-1.el9_2.x86_64.rpm 47 MB/s | 8.6 MB 00:00 (143/399): ansible-collection-ansible-utils-2.3 1.1 MB/s | 91 kB 00:00 (144/399): golang-github-vbatts-tar-split-0.11. 15 MB/s | 1.0 MB 00:00 (145/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.8 MB/s | 77 kB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.6 MB/s | 162 kB 00:00 (147/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.6 MB/s | 178 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 480 kB/s | 25 kB 00:00 (149/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.0 MB/s | 44 kB 00:00 (150/399): python3-ansible-runner-2.0.0a1-3.el9 2.1 MB/s | 122 kB 00:00 (151/399): python3-beautifulsoup4-4.9.3-2.el9os 5.0 MB/s | 204 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 1.2 MB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 998 kB/s | 39 kB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 784 kB/s | 44 kB 00:00 (155/399): python3-docutils-0.16-6.el9ost.noarc 19 MB/s | 1.5 MB 00:00 (156/399): python3-gevent-21.1.2-2.el9ost.x86_6 19 MB/s | 1.6 MB 00:00 (157/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.3 MB/s | 107 kB 00:00 (158/399): python3-jmespath-0.10.0-1.el9ost.noa 581 kB/s | 46 kB 00:00 (159/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.8 MB/s | 284 kB 00:00 (160/399): python3-lockfile-0.12.2-2.el9ost.noa 580 kB/s | 31 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 1.2 MB/s | 47 kB 00:00 (162/399): python3-memcached-1.59-3.el9ost.noar 1.0 MB/s | 40 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 4.9 MB/s | 224 kB 00:00 (164/399): python3-natsort-7.1.1-2.el9ost.noarc 1.4 MB/s | 59 kB 00:00 (165/399): python3-passlib-1.7.4-3.el9ost.noarc 14 MB/s | 712 kB 00:00 (166/399): python3-pecan-1.4.0-2.el9ost.noarch. 4.8 MB/s | 273 kB 00:00 (167/399): python3-mimeparse-1.6.0-16.el9ost.no 140 kB/s | 16 kB 00:00 (168/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.2 MB/s | 90 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.0 MB/s | 111 kB 00:00 (170/399): python3-pyperclip-1.8.0-3.el9ost.noa 417 kB/s | 25 kB 00:00 (171/399): python3-setproctitle-1.2.2-1.el9ost. 524 kB/s | 23 kB 00:00 (172/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.1 MB/s | 47 kB 00:00 (173/399): python3-soupsieve-2.2-1.el9ost.noarc 1.5 MB/s | 67 kB 00:00 (174/399): python3-tenacity-6.3.1-1.el9ost.noar 804 kB/s | 51 kB 00:00 (175/399): python3-webtest-2.0.35-6.el9ost.noar 1.6 MB/s | 82 kB 00:00 (176/399): python3-sqlalchemy13-1.3.24-3.el9ost 18 MB/s | 1.7 MB 00:00 (177/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 8.3 MB/s | 396 kB 00:00 (178/399): python3-zope-event-4.2.0-20.el9ost.n 4.2 MB/s | 205 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 4.6 MB/s | 202 kB 00:00 (180/399): rubygem-deep_merge-1.2.1-7.el9ost.no 379 kB/s | 14 kB 00:00 (181/399): rubygem-concurrent-ruby-1.1.5-2.el9o 4.7 MB/s | 243 kB 00:00 (182/399): rubygem-fast_gettext-1.2.0-9.el9ost. 843 kB/s | 34 kB 00:00 (183/399): rubygem-multi_json-1.15.0-2.el9ost.n 563 kB/s | 22 kB 00:00 (184/399): rubygem-puppet-resource_api-1.8.13-1 840 kB/s | 34 kB 00:00 (185/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.1 MB/s | 90 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 407 kB/s | 16 kB 00:00 (187/399): rubygem-semantic_puppet-1.0.4-2.el9o 293 kB/s | 21 kB 00:00 (188/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 7.0 MB/s | 433 kB 00:00 (189/399): ansible-config_template-2.0.1-17.1.2 310 kB/s | 29 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 206 kB/s | 17 kB 00:00 (191/399): ansible-role-chrony-1.3.1-17.1.20230 290 kB/s | 22 kB 00:00 (192/399): ansible-role-collectd-config-0.0.3-1 755 kB/s | 53 kB 00:00 (193/399): ansible-role-container-registry-1.4. 438 kB/s | 24 kB 00:00 (194/399): ansible-role-openstack-operations-0. 488 kB/s | 30 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 367 kB/s | 21 kB 00:00 (196/399): ansible-role-thales-hsm-3.0.1-17.1.2 331 kB/s | 21 kB 00:00 (197/399): ansible-role-redhat-subscription-1.3 370 kB/s | 28 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 346 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 460 kB/s | 36 kB 00:00 (200/399): ansible-tripleo-ipsec-11.0.1-17.1.20 472 kB/s | 38 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 200 kB/s | 12 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 127 kB/s | 9.6 kB 00:00 (203/399): os-collect-config-13.1.1-17.1.202310 903 kB/s | 50 kB 00:00 (204/399): os-apply-config-13.1.1-17.1.20231020 636 kB/s | 54 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 518 kB/s | 21 kB 00:00 (206/399): puppet-aodh-18.4.2-17.1.202306201512 1.0 MB/s | 62 kB 00:00 (207/399): puppet-apache-6.5.2-17.1.20230621001 4.1 MB/s | 259 kB 00:00 (208/399): puppet-ceilometer-18.4.3-17.1.202309 1.2 MB/s | 70 kB 00:00 (209/399): puppet-auditd-2.2.1-17.1.20230620192 400 kB/s | 28 kB 00:00 (210/399): puppet-archive-4.6.1-17.1.2023062018 433 kB/s | 44 kB 00:00 (211/399): puppet-certmonger-2.7.1-17.1.2023062 707 kB/s | 26 kB 00:00 (212/399): puppet-cinder-18.5.2-17.1.2023062105 2.2 MB/s | 120 kB 00:00 (213/399): puppet-collectd-13.0.1-17.1.20230620 2.4 MB/s | 135 kB 00:00 (214/399): puppet-concat-6.2.1-17.1.20230620181 746 kB/s | 41 kB 00:00 (215/399): puppet-designate-18.6.1-17.1.2023062 1.3 MB/s | 69 kB 00:00 (216/399): puppet-corosync-8.0.1-17.1.202306211 1.1 MB/s | 68 kB 00:00 (217/399): puppet-dns-8.2.1-17.1.20230621002045 637 kB/s | 36 kB 00:00 (218/399): puppet-etcd-1.12.3-17.1.202306201932 588 kB/s | 25 kB 00:00 (219/399): puppet-firewall-3.4.1-17.1.202306210 1.3 MB/s | 77 kB 00:00 (220/399): puppet-git-0.5.0-17.1.20230620193928 638 kB/s | 23 kB 00:00 (221/399): puppet-haproxy-4.2.2-17.1.2023062019 1.0 MB/s | 52 kB 00:00 (222/399): puppet-heat-18.4.1-17.1.202306211116 1.4 MB/s | 70 kB 00:00 (223/399): puppet-gnocchi-18.4.3-17.1.202306210 700 kB/s | 58 kB 00:00 (224/399): puppet-horizon-18.6.1-17.1.202306210 1.5 MB/s | 63 kB 00:00 (225/399): puppet-inifile-4.2.1-17.1.2023062018 1.0 MB/s | 42 kB 00:00 (226/399): puppet-ipaclient-2.5.2-17.1.20230620 441 kB/s | 17 kB 00:00 (227/399): puppet-keepalived-0.0.2-17.1.2023062 238 kB/s | 14 kB 00:00 (228/399): puppet-kmod-2.5.0-17.1.2023062019064 347 kB/s | 21 kB 00:00 (229/399): puppet-manila-18.5.2-17.1.2023110219 1.3 MB/s | 81 kB 00:00 (230/399): puppet-memcached-6.0.0-17.1.20230620 443 kB/s | 23 kB 00:00 (231/399): puppet-module-data-0.5.1-17.1.202306 213 kB/s | 13 kB 00:00 (232/399): puppet-mysql-10.6.1-17.1.20230621022 1.6 MB/s | 99 kB 00:00 (233/399): puppet-nova-18.6.1-17.1.202306210904 4.8 MB/s | 200 kB 00:00 (234/399): puppet-nssdb-1.0.2-17.1.202306201856 304 kB/s | 12 kB 00:00 (235/399): puppet-neutron-18.6.1-17.1.202306210 3.0 MB/s | 196 kB 00:00 (236/399): puppet-octavia-18.5.1-17.1.202306210 1.9 MB/s | 76 kB 00:00 (237/399): puppet-openstack_extras-18.5.1-17.1. 1.0 MB/s | 48 kB 00:00 (238/399): puppet-openstacklib-18.5.2-17.1.2023 1.3 MB/s | 62 kB 00:00 (239/399): puppet-oslo-18.5.1-17.1.202306210523 1.0 MB/s | 48 kB 00:00 (240/399): puppet-placement-5.4.3-17.1.20230621 449 kB/s | 41 kB 00:00 (241/399): puppet-qdr-7.4.1-17.1.20230620195605 350 kB/s | 31 kB 00:00 (242/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.3 MB/s | 266 kB 00:00 (243/399): puppet-redis-6.1.1-17.1.202306201917 705 kB/s | 51 kB 00:00 (244/399): puppet-remote-10.0.0-17.1.2023062019 182 kB/s | 16 kB 00:00 (245/399): puppet-rsync-1.1.4-17.1.202306210028 452 kB/s | 28 kB 00:00 (246/399): puppet-rsyslog-4.0.1-17.1.2023062020 824 kB/s | 58 kB 00:00 (247/399): puppet-snmp-3.9.1-17.1.2023062020041 605 kB/s | 34 kB 00:00 (248/399): puppet-ssh-6.2.1-17.1.20230620190251 568 kB/s | 29 kB 00:00 (249/399): puppet-stdlib-6.3.1-17.1.20230621000 3.9 MB/s | 160 kB 00:00 (250/399): puppet-swift-18.6.1-17.1.20230621052 2.7 MB/s | 115 kB 00:00 (251/399): puppet-sysctl-0.0.13-17.1.2023062018 292 kB/s | 16 kB 00:00 (252/399): puppet-systemd-2.12.1-17.1.202306201 668 kB/s | 42 kB 00:00 (253/399): puppet-vcsrepo-3.1.1-17.1.2023062018 803 kB/s | 50 kB 00:00 (254/399): puppet-vswitch-14.4.3-17.1.202306210 691 kB/s | 41 kB 00:00 (255/399): puppet-xinetd-3.3.1-17.1.20230620185 621 kB/s | 26 kB 00:00 (256/399): python-oslo-cache-lang-2.7.1-17.1.20 263 kB/s | 19 kB 00:00 (257/399): python-oslo-log-lang-4.4.0-17.1.2023 245 kB/s | 14 kB 00:00 (258/399): python-oslo-middleware-lang-4.2.1-17 237 kB/s | 13 kB 00:00 (259/399): python-oslo-policy-lang-3.7.1-17.1.2 283 kB/s | 14 kB 00:00 (260/399): python-oslo-versionedobjects-lang-2. 232 kB/s | 14 kB 00:00 (261/399): python-pycadf-common-3.1.1-17.1.2023 262 kB/s | 15 kB 00:00 (262/399): python3-GitPython-3.1.14-2.el9ost.no 3.5 MB/s | 238 kB 00:00 (263/399): python3-aodhclient-2.2.0-17.1.202306 1.3 MB/s | 56 kB 00:00 (264/399): python3-barbicanclient-5.3.0-17.1.20 2.7 MB/s | 127 kB 00:00 (265/399): python3-cinderclient-7.4.1-17.1.2023 4.5 MB/s | 218 kB 00:00 (266/399): python3-cliff-3.7.0-17.1.20230620172 1.5 MB/s | 95 kB 00:00 (267/399): python3-designateclient-4.2.1-17.1.2 1.5 MB/s | 92 kB 00:00 (268/399): python3-futurist-2.3.0-17.1.20230621 1.4 MB/s | 64 kB 00:00 (269/399): python3-heat-agent-ansible-2.2.1-17. 272 kB/s | 11 kB 00:00 (270/399): python3-heat-agent-2.2.1-17.1.202306 383 kB/s | 19 kB 00:00 (271/399): python3-heat-agent-apply-config-2.2. 238 kB/s | 9.9 kB 00:00 (272/399): python3-heat-agent-docker-cmd-2.2.1- 323 kB/s | 12 kB 00:00 (273/399): python3-heat-agent-hiera-2.2.1-17.1. 111 kB/s | 10 kB 00:00 (274/399): python3-heat-agent-puppet-2.2.1-17.1 176 kB/s | 11 kB 00:00 (275/399): python3-heat-agent-json-file-2.2.1-1 120 kB/s | 9.8 kB 00:00 (276/399): python3-heatclient-2.3.1-17.1.202306 2.8 MB/s | 158 kB 00:00 (277/399): python3-ironic-inspector-client-4.5. 901 kB/s | 67 kB 00:00 (278/399): python3-ironicclient-4.6.4-17.1.2023 3.5 MB/s | 342 kB 00:00 (279/399): python3-keystoneclient-4.3.0-17.1.20 4.7 MB/s | 239 kB 00:00 (280/399): python3-keystonemiddleware-9.2.0-17. 1.1 MB/s | 92 kB 00:00 (281/399): python3-mistralclient-4.2.0-17.1.202 2.2 MB/s | 166 kB 00:00 (282/399): python3-magnumclient-3.4.1-17.1.2023 1.4 MB/s | 121 kB 00:00 (283/399): python3-neutronclient-7.3.1-17.1.202 4.7 MB/s | 298 kB 00:00 (284/399): python3-os-client-config-2.1.0-17.1. 1.3 MB/s | 55 kB 00:00 (285/399): python3-novaclient-17.4.1-17.1.20230 3.8 MB/s | 201 kB 00:00 (286/399): python3-os-service-types-1.7.0-17.1. 984 kB/s | 38 kB 00:00 (287/399): python3-os-traits-2.5.0-17.1.2023062 320 kB/s | 45 kB 00:00 (288/399): python3-osc-lib-2.3.1-17.1.202306202 557 kB/s | 78 kB 00:00 (289/399): python3-oslo-cache-2.7.1-17.1.202306 370 kB/s | 56 kB 00:00 (290/399): python3-oslo-context-3.2.1-17.1.2023 403 kB/s | 27 kB 00:00 (291/399): python3-oslo-log-4.4.0-17.1.20230620 481 kB/s | 64 kB 00:00 (292/399): python3-oslo-middleware-4.2.1-17.1.2 564 kB/s | 55 kB 00:00 (293/399): python3-oslo-policy-3.7.1-17.1.20230 673 kB/s | 76 kB 00:00 (294/399): python3-oslo-reports-2.2.0-17.1.2023 1.0 MB/s | 59 kB 00:00 (295/399): python3-oslo-rootwrap-6.3.1-17.1.202 759 kB/s | 46 kB 00:00 (296/399): python3-oslo-serialization-4.1.1-17. 584 kB/s | 34 kB 00:00 (297/399): python3-oslo-upgradecheck-1.3.1-17.1 602 kB/s | 29 kB 00:00 (298/399): python3-oslo-versionedobjects-2.4.1- 1.7 MB/s | 79 kB 00:00 (299/399): python3-osprofiler-3.4.0-17.1.202306 3.1 MB/s | 130 kB 00:00 (300/399): python3-pycadf-3.1.1-17.1.2023062021 1.2 MB/s | 53 kB 00:00 (301/399): python3-requestsexceptions-1.4.0-17. 397 kB/s | 17 kB 00:00 (302/399): python3-saharaclient-3.3.0-17.1.2023 3.0 MB/s | 188 kB 00:00 (303/399): python3-statsd-3.2.1-20.1.el9ost.noa 630 kB/s | 35 kB 00:00 (304/399): python3-shade-1.33.0-17.1.2023062022 7.6 MB/s | 523 kB 00:00 (305/399): python3-swiftclient-3.11.1-17.1.2023 3.1 MB/s | 136 kB 00:00 (306/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.1 MB/s | 50 kB 00:00 (307/399): python3-troveclient-7.0.0-17.1.20230 6.2 MB/s | 344 kB 00:00 (308/399): python3-validations-libs-1.9.1-17.1. 1.7 MB/s | 137 kB 00:00 (309/399): validations-common-1.9.1-17.1.202310 1.7 MB/s | 111 kB 00:00 (310/399): python3-zaqarclient-2.4.0-17.1.20230 1.5 MB/s | 129 kB 00:00 (311/399): python3-paramiko-2.11.0-2.el9ost.noa 7.1 MB/s | 299 kB 00:00 (312/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.5 MB/s | 427 kB 00:00 (313/399): ansible-pacemaker-1.0.4-17.1.2023121 496 kB/s | 21 kB 00:00 (314/399): python3-manilaclient-2.6.4-17.1.2024 7.6 MB/s | 528 kB 00:00 (315/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.3 MB/s | 83 kB 00:00 (316/399): python3-webob-1.8.7-2.1.el9ost.noarc 3.4 MB/s | 230 kB 00:00 (317/399): ansible-role-metalsmith-deployment-1 376 kB/s | 21 kB 00:00 (318/399): puppet-ironic-18.7.1-17.1.2024030521 2.3 MB/s | 121 kB 00:00 (319/399): openstack-selinux-0.8.37-17.1.202311 3.4 MB/s | 221 kB 00:00 (320/399): python-oslo-db-lang-8.5.2-17.1.20240 224 kB/s | 14 kB 00:00 (321/399): python3-glanceclient-3.3.0-17.1.2024 2.2 MB/s | 143 kB 00:00 (322/399): python3-keystoneauth1-4.4.0-17.1.202 6.0 MB/s | 409 kB 00:00 (323/399): python3-metalsmith-1.4.4-17.1.202405 1.5 MB/s | 65 kB 00:00 (324/399): python3-octaviaclient-2.3.1-17.1.202 2.4 MB/s | 91 kB 00:00 (325/399): python3-neutron-lib-2.10.3-17.1.2023 7.1 MB/s | 375 kB 00:00 (326/399): python3-oslo-db-8.5.2-17.1.202408201 3.7 MB/s | 144 kB 00:00 (327/399): python3-oslo-messaging-12.7.3-17.1.2 5.4 MB/s | 216 kB 00:00 (328/399): python3-oslo-service-2.5.1-17.1.2024 1.6 MB/s | 71 kB 00:00 (329/399): python3-rhosp-openvswitch-3.3-1.el9o 220 kB/s | 8.3 kB 00:00 (330/399): python3-waitress-2.0.0-4.el9ost.noar 2.6 MB/s | 109 kB 00:00 (331/399): openstack-tripleo-validations-14.3.2 4.6 MB/s | 204 kB 00:00 (332/399): openstack-ansible-core-2.14.2-4.7.el 32 MB/s | 2.3 MB 00:00 (333/399): puppet-glance-18.6.1-17.1.2025022015 1.7 MB/s | 87 kB 00:00 (334/399): puppet-ovn-18.6.1-17.1.2024092509490 336 kB/s | 29 kB 00:00 (335/399): python3-os-ken-1.4.1-17.1.2024120509 19 MB/s | 2.1 MB 00:00 (336/399): puppet-tripleo-14.2.3-17.1.202503201 4.7 MB/s | 239 kB 00:00 (337/399): puppet-pacemaker-1.5.1-17.1.20250214 960 kB/s | 158 kB 00:00 (338/399): ansible-collection-containers-podman 1.4 MB/s | 243 kB 00:00 (339/399): ansible-collections-openstack-1.9.1- 901 kB/s | 146 kB 00:00 (340/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.6 MB/s | 351 kB 00:00 (341/399): facter-3.14.19-3.el9ost.x86_64.rpm 10 MB/s | 518 kB 00:00 (342/399): hiera-3.6.0-6.el9ost.noarch.rpm 463 kB/s | 33 kB 00:00 (343/399): leatherman-1.12.6-5.el9ost.x86_64.rp 5.9 MB/s | 405 kB 00:00 (344/399): openstack-tripleo-common-15.4.1-17.1 1.1 MB/s | 52 kB 00:00 (345/399): puppet-7.10.0-4.el9ost.noarch.rpm 234 kB/s | 11 kB 00:00 (346/399): openstack-tripleo-common-containers- 1.3 MB/s | 78 kB 00:00 (347/399): puppet-headless-7.10.0-4.el9ost.noar 12 MB/s | 1.4 MB 00:00 (348/399): puppet-keystone-18.6.1-17.1.20250425 976 kB/s | 127 kB 00:00 (349/399): python3-amqp-5.0.6-5.el9ost.noarch.r 689 kB/s | 92 kB 00:00 (350/399): python3-boto-2.45.0-8.1.el9ost.noarc 15 MB/s | 1.3 MB 00:00 (351/399): python3-cachetools-4.2.2-3.el9ost.no 649 kB/s | 33 kB 00:00 (352/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 5.4 MB/s | 284 kB 00:00 (353/399): python3-colorama-0.4.4-4.el9ost.noar 693 kB/s | 35 kB 00:00 (354/399): python3-extras-1.0.0-17.el9ost.noarc 477 kB/s | 21 kB 00:00 (355/399): python3-dogpile-cache-1.1.5-5.el9ost 1.6 MB/s | 89 kB 00:00 (356/399): python3-keyring-21.8.0-4.el9ost.noar 1.3 MB/s | 77 kB 00:00 (357/399): python3-fixtures-3.0.0-24.el9ost.noa 1.4 MB/s | 93 kB 00:00 (358/399): python3-kombu-5.0.2-3.el9ost.noarch. 4.8 MB/s | 313 kB 00:00 (359/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.0 MB/s | 87 kB 00:00 (360/399): python3-munch-2.5.0-6.el9ost.noarch. 588 kB/s | 25 kB 00:00 (361/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (362/399): python3-paste-deploy-2.1.1-4.el9ost. 1.0 MB/s | 41 kB 00:00 (363/399): python3-paste-3.5.0-5.el9ost.noarch. 13 MB/s | 776 kB 00:00 (364/399): python3-repoze-lru-0.7-12.el9ost.noa 886 kB/s | 32 kB 00:00 (365/399): python3-routes-2.4.1-14.el9ost.noarc 4.4 MB/s | 188 kB 00:00 (366/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.3 MB/s | 57 kB 00:00 (367/399): python3-pystache-0.5.4-15.el9ost.noa 852 kB/s | 132 kB 00:00 (368/399): python3-simplejson-3.17.5-3.el9ost.x 4.2 MB/s | 266 kB 00:00 (369/399): python3-tempita-0.5.1-27.el9ost.noar 270 kB/s | 36 kB 00:00 (370/399): python3-secretstorage-3.3.1-3.el9ost 175 kB/s | 36 kB 00:00 (371/399): python3-testtools-2.4.0-10.el9ost.no 2.6 MB/s | 333 kB 00:00 (372/399): python3-tripleo-common-15.4.1-17.1.2 5.0 MB/s | 202 kB 00:00 (373/399): python3-vine-5.0.0-5.el9ost.noarch.r 669 kB/s | 26 kB 00:00 (374/399): python3-tripleoclient-16.5.1-17.1.20 10 MB/s | 553 kB 00:00 (375/399): python3-warlock-1.3.3-7.el9ost.noarc 405 kB/s | 21 kB 00:00 (376/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.2 MB/s | 56 kB 00:00 (377/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.9 MB/s | 180 kB 00:00 (378/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 733 kB/s | 29 kB 00:00 (379/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.0 MB/s | 123 kB 00:00 (380/399): ruby-facter-3.14.19-3.el9ost.x86_64. 197 kB/s | 9.5 kB 00:00 (381/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 410 kB/s | 19 kB 00:00 (382/399): openstack-heat-api-16.1.1-17.1.20250 310 kB/s | 16 kB 00:00 (383/399): openstack-heat-common-16.1.1-17.1.20 23 MB/s | 1.6 MB 00:00 (384/399): openstack-heat-engine-16.1.1-17.1.20 405 kB/s | 15 kB 00:00 (385/399): openstack-heat-monolith-16.1.1-17.1. 330 kB/s | 16 kB 00:00 (386/399): openstack-tripleo-heat-templates-14. 10 MB/s | 617 kB 00:00 (387/399): puppet-barbican-18.4.2-17.1.20250625 984 kB/s | 57 kB 00:00 (388/399): python-openstackclient-lang-5.5.2-17 853 kB/s | 58 kB 00:00 (389/399): tripleo-ansible-3.3.1-17.1.202507021 4.9 MB/s | 570 kB 00:00 (390/399): python3-openstackclient-5.5.2-17.1.2 8.5 MB/s | 1.1 MB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 670 kB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 951 kB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 844 kB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 718 kB/s | 65 kB 00:00 (395/399): util-linux-2.37.4-11.el9_2.x86_64.rp 18 MB/s | 2.3 MB 00:00 (396/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 222 kB/s | 30 kB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 3.3 MB/s | 464 kB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 3.6 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 2.2 MB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 10 MB/s | 97 MB 00:09 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-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-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-dns-2.2.1-2.el9.noarch 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-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-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 : python-openstackclient-lang-5.5.2-17.1.202506161 168/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 169/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 170/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 171/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 172/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 173/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 174/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 175/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 176/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 177/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 178/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 226/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 227/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 228/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 229/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 230/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 231/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 232/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 232/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 232/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 233/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 234/408 Installing : jq-1.6-14.el9.x86_64 235/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 236/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 237/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 238/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 239/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 240/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 241/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 242/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 243/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 244/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 245/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 246/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 246/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 247/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 248/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 249/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 250/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 251/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 252/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 253/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 254/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 255/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 256/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 257/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 258/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 259/408 Installing : boost-log-1.75.0-8.el9.x86_64 260/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 261/408 Installing : sshpass-1.09-4.el9.x86_64 262/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 263/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 264/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 265/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 266/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 267/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 268/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 269/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 270/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 271/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 272/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 273/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 274/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 275/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 276/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 277/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 278/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 279/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 280/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 281/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 282/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 283/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 284/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 285/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 286/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 287/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 288/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 289/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 290/408 Installing : libburn-1.5.4-4.el9.x86_64 291/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 292/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 292/408 Installing : libisofs-1.5.4-4.el9.x86_64 293/408 Installing : libisoburn-1.5.4-4.el9.x86_64 294/408 Installing : xorriso-1.5.4-4.el9.x86_64 295/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 295/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 296/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 297/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 298/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 299/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 300/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 301/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 302/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 302/408 Installing : puppet-7.10.0-4.el9ost.noarch 303/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 303/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 304/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 305/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 306/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 307/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 308/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 309/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 310/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 311/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 312/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 313/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 314/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 315/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 316/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 317/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 318/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 319/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 320/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 321/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 322/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 323/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 324/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 325/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 326/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 327/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 328/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 329/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 330/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 331/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 332/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 333/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 334/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 335/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 336/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 337/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 338/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 339/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 340/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 341/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 342/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 343/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 344/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 345/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 346/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 347/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 348/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 349/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 350/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 351/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 352/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 353/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 354/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 355/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 356/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 357/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 358/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 359/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 360/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 361/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 362/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 363/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 364/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 365/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 366/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 367/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 368/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 369/408 Installing : pkgconf-1.7.3-10.el9.x86_64 370/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 371/408 Installing : bash-completion-1:2.11-4.el9.noarch 372/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 373/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 373/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 374/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 375/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 376/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 377/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 378/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 379/408 Installing : libkadm5-1.20.1-8.el9.x86_64 380/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 381/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 382/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 383/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 384/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 385/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 386/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 387/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 388/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 389/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 390/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 391/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 392/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 393/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 394/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 394/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 395/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 395/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 396/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 396/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 397/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 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 : ansible-collection-community-general-4.0.0-1.1.e 2/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 3/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 4/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 5/408 Verifying : bash-completion-1:2.11-4.el9.noarch 6/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 7/408 Verifying : libaio-0.3.111-13.el9.x86_64 8/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 9/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 10/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 11/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 12/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 13/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 14/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 15/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 16/408 Verifying : python3-dns-2.2.1-2.el9.noarch 17/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 18/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 19/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 20/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 21/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 22/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 23/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 24/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 25/408 Verifying : boost-system-1.75.0-8.el9.x86_64 26/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 27/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 28/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 29/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 30/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 31/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 32/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 33/408 Verifying : perl-Exporter-5.74-461.el9.noarch 34/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 35/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 36/408 Verifying : perl-parent-1:0.238-460.el9.noarch 37/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 38/408 Verifying : xorriso-1.5.4-4.el9.x86_64 39/408 Verifying : libisofs-1.5.4-4.el9.x86_64 40/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 41/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 42/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 43/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 44/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 45/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 46/408 Verifying : perl-URI-5.09-3.el9.noarch 47/408 Verifying : perl-libnet-3.13-4.el9.noarch 48/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 49/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 50/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 51/408 Verifying : perl-Carp-1.50-460.el9.noarch 52/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 53/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 54/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 55/408 Verifying : libburn-1.5.4-4.el9.x86_64 56/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 57/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 58/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 59/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 60/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 61/408 Verifying : sshpass-1.09-4.el9.x86_64 62/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 63/408 Verifying : boost-log-1.75.0-8.el9.x86_64 64/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 65/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 66/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 67/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 68/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 69/408 Verifying : perl-Digest-1.19-4.el9.noarch 70/408 Verifying : perl-File-Path-2.18-4.el9.noarch 71/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 72/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 73/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 74/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 75/408 Verifying : perl-constant-1.33-461.el9.noarch 76/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 77/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 78/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 79/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 80/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 81/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 82/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 83/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 84/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 85/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 86/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 87/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 88/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 89/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 90/408 Verifying : perl-B-1.80-480.el9.x86_64 91/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 92/408 Verifying : perl-Errno-1.30-480.el9.x86_64 93/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 94/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 95/408 Verifying : perl-File-stat-1.09-480.el9.noarch 96/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 97/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 98/408 Verifying : perl-IO-1.43-480.el9.x86_64 99/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 100/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 101/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 102/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 103/408 Verifying : perl-Symbol-1.08-480.el9.noarch 104/408 Verifying : perl-base-2.27-480.el9.noarch 105/408 Verifying : perl-if-0.60.800-480.el9.noarch 106/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 107/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 108/408 Verifying : perl-mro-1.23-480.el9.x86_64 109/408 Verifying : perl-overload-1.31-480.el9.noarch 110/408 Verifying : perl-overloading-0.02-480.el9.noarch 111/408 Verifying : perl-subs-1.03-480.el9.noarch 112/408 Verifying : perl-vars-1.05-480.el9.noarch 113/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 114/408 Verifying : python3-mako-1.1.4-6.el9.noarch 115/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 116/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 117/408 Verifying : jq-1.6-14.el9.x86_64 118/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 119/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 120/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 121/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 122/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 123/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 124/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 125/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 126/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 127/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 128/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 129/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 130/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 131/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 132/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 133/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 134/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 135/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 136/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 137/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 138/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 139/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 140/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 207/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 208/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 209/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 210/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 211/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 212/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 213/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 214/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 215/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 216/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 217/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 218/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 219/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 220/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 221/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 222/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 223/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 224/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 225/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 226/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 227/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 228/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 229/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 230/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 231/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 232/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 233/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 234/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 235/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 236/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 237/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 238/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 239/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 240/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 241/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 242/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 243/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 244/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 245/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 246/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 247/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 248/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 249/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 250/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 251/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 252/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 253/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 254/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 255/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 256/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 257/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 258/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 259/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 260/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 261/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 262/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 263/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 265/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 266/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 267/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 268/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 269/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 270/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 271/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 272/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 273/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 274/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 275/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 276/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 277/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 278/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 279/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 280/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 281/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 282/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 283/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 284/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 285/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 286/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 287/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 288/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 289/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 290/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 291/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 292/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 293/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 294/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 295/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 296/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 297/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 298/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 299/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 300/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 301/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 302/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 303/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 304/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 305/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 306/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 307/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 308/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 309/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 310/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 311/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 312/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 313/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 314/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 315/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 316/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 317/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 318/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 319/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 320/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 321/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 322/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 323/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 324/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 325/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 326/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 327/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 328/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 329/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 330/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 331/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 332/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 333/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 334/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 335/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 336/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 337/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 338/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 339/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 340/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 341/408 Verifying : hiera-3.6.0-6.el9ost.noarch 342/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 343/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 344/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 345/408 Verifying : puppet-7.10.0-4.el9ost.noarch 346/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 347/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 348/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 349/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 350/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 351/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 352/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 353/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 354/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 355/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 356/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 357/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 358/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 359/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 360/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 361/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 362/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 363/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 364/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 365/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 366/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 367/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 368/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 369/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 370/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 371/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 372/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 373/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 374/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 375/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 376/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 377/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 378/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 379/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 380/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 381/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 382/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 383/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 384/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 385/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 386/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 387/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 388/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 389/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-09-30T19:58:21.596345 # # 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.5342e-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-09-30 19:58:25.695920 | fa163ee6-1e6a-a75c-dd09-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-09-30 19:58:25.733799 | fa163ee6-1e6a-a75c-dd09-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-09-30 19:58:25.734621 | fa163ee6-1e6a-a75c-dd09-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.053064 | 0.04s 2025-09-30 19:58:25.739065 | fa163ee6-1e6a-a75c-dd09-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-09-30 19:58:25.776232 | fa163ee6-1e6a-a75c-dd09-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-09-30 19:58:25.777328 | fa163ee6-1e6a-a75c-dd09-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.095763 | 0.04s 2025-09-30 19:58:25.783338 | fa163ee6-1e6a-a75c-dd09-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-09-30 19:58:25.870755 | fa163ee6-1e6a-a75c-dd09-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-09-30 19:58:25.871817 | fa163ee6-1e6a-a75c-dd09-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.190258 | 0.09s 2025-09-30 19:58:25.878133 | fa163ee6-1e6a-a75c-dd09-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-09-30 19:58:26.235753 | fa163ee6-1e6a-a75c-dd09-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-09-30 19:58:26.237422 | fa163ee6-1e6a-a75c-dd09-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.555859 | 0.36s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-09-30 19:58:26.262481 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:58:26.263144 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:58:26.263722 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.582170 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:58:26.264344 | UUID | Info | Host | Task Name | Run Time 2025-09-30 19:58:26.264961 | fa163ee6-1e6a-a75c-dd09-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.36s 2025-09-30 19:58:26.265620 | fa163ee6-1e6a-a75c-dd09-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-09-30 19:58:26.266356 | fa163ee6-1e6a-a75c-dd09-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-09-30 19:58:26.267066 | fa163ee6-1e6a-a75c-dd09-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-09-30 19:58:26.267679 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-09-30 19:58:28.882354 | fa163ee6-1e6a-dc82-2a47-000000000005 | TASK | set ssh key path facts 2025-09-30 19:58:28.919201 | fa163ee6-1e6a-dc82-2a47-000000000005 | OK | set ssh key path facts | undercloud 2025-09-30 19:58:28.919740 | fa163ee6-1e6a-dc82-2a47-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.051689 | 0.04s 2025-09-30 19:58:28.923006 | fa163ee6-1e6a-dc82-2a47-000000000006 | TASK | stat private key 2025-09-30 19:58:29.282466 | fa163ee6-1e6a-dc82-2a47-000000000006 | OK | stat private key | undercloud 2025-09-30 19:58:29.283508 | fa163ee6-1e6a-dc82-2a47-000000000006 | TIMING | stat private key | undercloud | 0:00:00.415451 | 0.36s 2025-09-30 19:58:29.286933 | fa163ee6-1e6a-dc82-2a47-000000000007 | TASK | stat public key 2025-09-30 19:58:29.494884 | fa163ee6-1e6a-dc82-2a47-000000000007 | OK | stat public key | undercloud 2025-09-30 19:58:29.496235 | fa163ee6-1e6a-dc82-2a47-000000000007 | TIMING | stat public key | undercloud | 0:00:00.628170 | 0.21s 2025-09-30 19:58:29.503719 | fa163ee6-1e6a-dc82-2a47-000000000008 | TASK | create private key if it does not exist 2025-09-30 19:58:30.301352 | fa163ee6-1e6a-dc82-2a47-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-09-30 19:58:30.302669 | fa163ee6-1e6a-dc82-2a47-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.434605 | 0.80s 2025-09-30 19:58:30.308962 | fa163ee6-1e6a-dc82-2a47-000000000009 | TASK | create public key if it does not exist 2025-09-30 19:58:30.539910 | fa163ee6-1e6a-dc82-2a47-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-09-30 19:58:30.541394 | fa163ee6-1e6a-dc82-2a47-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.673325 | 0.23s PLAY [allovercloud] ************************************************************ 2025-09-30 19:58:30.594236 | fa163ee6-1e6a-dc82-2a47-000000000023 | TASK | Get local private key 2025-09-30 19:58:30.928602 | fa163ee6-1e6a-dc82-2a47-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ee6-1e6a-dc82-2a47-000000000023') missing from stats 2025-09-30 19:58:30.935103 | fa163ee6-1e6a-dc82-2a47-000000000024 | TASK | Get local public key 2025-09-30 19:58:31.153593 | fa163ee6-1e6a-dc82-2a47-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ee6-1e6a-dc82-2a47-000000000024') missing from stats 2025-09-30 19:58:31.174728 | fa163ee6-1e6a-dc82-2a47-000000000012 | TASK | create user ceph-admin 2025-09-30 19:58:31.743424 | fa163ee6-1e6a-dc82-2a47-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-09-30 19:58:31.744715 | fa163ee6-1e6a-dc82-2a47-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.876627 | 0.57s 2025-09-30 19:58:31.754244 | fa163ee6-1e6a-dc82-2a47-000000000013 | TASK | grant admin rights to user ceph-admin 2025-09-30 19:58:32.384536 | fa163ee6-1e6a-dc82-2a47-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-09-30 19:58:32.385721 | fa163ee6-1e6a-dc82-2a47-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.517656 | 0.63s 2025-09-30 19:58:32.394425 | fa163ee6-1e6a-dc82-2a47-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-09-30 19:58:32.736366 | fa163ee6-1e6a-dc82-2a47-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-09-30 19:58:32.737508 | fa163ee6-1e6a-dc82-2a47-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.869446 | 0.34s 2025-09-30 19:58:32.745871 | fa163ee6-1e6a-dc82-2a47-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-09-30 19:58:32.944532 | fa163ee6-1e6a-dc82-2a47-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-09-30 19:58:32.945649 | fa163ee6-1e6a-dc82-2a47-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.077587 | 0.20s 2025-09-30 19:58:32.954363 | fa163ee6-1e6a-dc82-2a47-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-09-30 19:58:33.184418 | fa163ee6-1e6a-dc82-2a47-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-09-30 19:58:33.185206 | fa163ee6-1e6a-dc82-2a47-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.317153 | 0.23s 2025-09-30 19:58:33.189946 | fa163ee6-1e6a-dc82-2a47-000000000017 | TASK | get remote ceph-admin public key 2025-09-30 19:58:33.222879 | fa163ee6-1e6a-dc82-2a47-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-09-30 19:58:33.224004 | fa163ee6-1e6a-dc82-2a47-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.355932 | 0.03s 2025-09-30 19:58:33.233742 | fa163ee6-1e6a-dc82-2a47-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-09-30 19:58:33.291639 | fa163ee6-1e6a-dc82-2a47-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-09-30 19:58:33.292895 | fa163ee6-1e6a-dc82-2a47-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.424795 | 0.06s 2025-09-30 19:58:33.302047 | fa163ee6-1e6a-dc82-2a47-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-09-30 19:58:33.644427 | fa163ee6-1e6a-dc82-2a47-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-09-30 19:58:33.645672 | fa163ee6-1e6a-dc82-2a47-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.777599 | 0.34s 2025-09-30 19:58:33.654232 | fa163ee6-1e6a-dc82-2a47-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-09-30 19:58:34.149435 | fa163ee6-1e6a-dc82-2a47-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-09-30 19:58:34.150702 | fa163ee6-1e6a-dc82-2a47-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.282637 | 0.50s 2025-09-30 19:58:34.160264 | fa163ee6-1e6a-dc82-2a47-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-09-30 19:58:34.635629 | fa163ee6-1e6a-dc82-2a47-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-09-30 19:58:34.636916 | fa163ee6-1e6a-dc82-2a47-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.768850 | 0.48s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-09-30 19:58:34.667378 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:58:34.668075 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:58:34.668704 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.800651 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:58:34.669279 | UUID | Info | Host | Task Name | Run Time 2025-09-30 19:58:34.669979 | fa163ee6-1e6a-dc82-2a47-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.80s 2025-09-30 19:58:34.670602 | fa163ee6-1e6a-dc82-2a47-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.63s 2025-09-30 19:58:34.671286 | fa163ee6-1e6a-dc82-2a47-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.57s 2025-09-30 19:58:34.671880 | fa163ee6-1e6a-dc82-2a47-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.50s 2025-09-30 19:58:34.672462 | fa163ee6-1e6a-dc82-2a47-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.48s 2025-09-30 19:58:34.673091 | fa163ee6-1e6a-dc82-2a47-000000000006 | SUMMARY | undercloud | stat private key | 0.36s 2025-09-30 19:58:34.673635 | fa163ee6-1e6a-dc82-2a47-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.34s 2025-09-30 19:58:34.674269 | fa163ee6-1e6a-dc82-2a47-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.34s 2025-09-30 19:58:34.674826 | fa163ee6-1e6a-dc82-2a47-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-09-30 19:58:34.675443 | fa163ee6-1e6a-dc82-2a47-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.23s 2025-09-30 19:58:34.676061 | fa163ee6-1e6a-dc82-2a47-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2025-09-30 19:58:34.676596 | fa163ee6-1e6a-dc82-2a47-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-09-30 19:58:34.677185 | fa163ee6-1e6a-dc82-2a47-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-09-30 19:58:34.677756 | fa163ee6-1e6a-dc82-2a47-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-09-30 19:58:34.678396 | fa163ee6-1e6a-dc82-2a47-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.03s 2025-09-30 19:58:34.679007 | fa163ee6-1e6a-dc82-2a47-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-09-30 19:58:34.679564 | fa163ee6-1e6a-dc82-2a47-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-09-30 19:58:34.680161 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-09-30 19:58:37.047154 | fa163ee6-1e6a-90fb-700a-000000000039 | TASK | Gathering Facts 2025-09-30 19:58:37.606581 | fa163ee6-1e6a-90fb-700a-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-09-30 19:58:37.607942 | fa163ee6-1e6a-90fb-700a-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.574411 | 0.56s 2025-09-30 19:58:37.621232 | fa163ee6-1e6a-90fb-700a-000000000039 | OK | Gathering Facts | undercloud 2025-09-30 19:58:37.622468 | fa163ee6-1e6a-90fb-700a-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.588954 | 0.57s 2025-09-30 19:58:37.652359 | fa163ee6-1e6a-90fb-700a-00000000000a | TASK | Load distro-specific variables 2025-09-30 19:58:37.738895 | fa163ee6-1e6a-90fb-700a-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.705368 | 0.08s 2025-09-30 19:58:37.744760 | fa163ee6-1e6a-90fb-700a-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.711251 | 0.08s 2025-09-30 19:58:37.756546 | d058e056-7848-436c-af8a-5275cf9f6d51 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-09-30 19:58:37.757003 | d058e056-7848-436c-af8a-5275cf9f6d51 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-09-30 19:58:37.770217 | fa163ee6-1e6a-90fb-700a-000000000052 | TASK | Load distro-specific variables 2025-09-30 19:58:37.871536 | fa163ee6-1e6a-90fb-700a-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 19:58:37.872821 | fa163ee6-1e6a-90fb-700a-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.839294 | 0.10s 2025-09-30 19:58:37.881859 | fa163ee6-1e6a-90fb-700a-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 19:58:37.882563 | fa163ee6-1e6a-90fb-700a-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.849050 | 0.10s 2025-09-30 19:58:37.888547 | fa163ee6-1e6a-90fb-700a-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.855025 | 0.12s 2025-09-30 19:58:37.889833 | fa163ee6-1e6a-90fb-700a-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.856320 | 0.11s 2025-09-30 19:58:37.898224 | fa163ee6-1e6a-90fb-700a-00000000000b | TASK | Install chronyd 2025-09-30 19:58:37.969541 | fa163ee6-1e6a-90fb-700a-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.936007 | 0.07s 2025-09-30 19:58:37.982198 | fa163ee6-1e6a-90fb-700a-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.948683 | 0.07s 2025-09-30 19:58:38.002724 | 1dc7b749-0271-4b84-bde3-fbcd23686836 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-09-30 19:58:38.003428 | 1dc7b749-0271-4b84-bde3-fbcd23686836 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-09-30 19:58:38.029445 | fa163ee6-1e6a-90fb-700a-0000000000a2 | TASK | Load distro-specific variables 2025-09-30 19:58:38.106418 | fa163ee6-1e6a-90fb-700a-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.072872 | 0.08s 2025-09-30 19:58:38.117957 | fa163ee6-1e6a-90fb-700a-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.084442 | 0.08s 2025-09-30 19:58:38.133191 | 62a3249d-5033-437b-967b-d4e250d0c706 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-09-30 19:58:38.133927 | 62a3249d-5033-437b-967b-d4e250d0c706 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-09-30 19:58:38.154681 | fa163ee6-1e6a-90fb-700a-000000000102 | TASK | Load distro-specific variables 2025-09-30 19:58:38.257272 | fa163ee6-1e6a-90fb-700a-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 19:58:38.258765 | fa163ee6-1e6a-90fb-700a-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.225220 | 0.10s 2025-09-30 19:58:38.265404 | fa163ee6-1e6a-90fb-700a-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.231884 | 0.11s 2025-09-30 19:58:38.270675 | fa163ee6-1e6a-90fb-700a-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 19:58:38.271668 | fa163ee6-1e6a-90fb-700a-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.238149 | 0.11s 2025-09-30 19:58:38.281023 | fa163ee6-1e6a-90fb-700a-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.247509 | 0.11s 2025-09-30 19:58:38.290575 | fa163ee6-1e6a-90fb-700a-0000000000a3 | TASK | Check for NTP service 2025-09-30 19:58:38.668358 | fa163ee6-1e6a-90fb-700a-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-09-30 19:58:38.669391 | fa163ee6-1e6a-90fb-700a-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.635872 | 0.38s 2025-09-30 19:58:38.670089 | fa163ee6-1e6a-90fb-700a-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-09-30 19:58:38.670561 | fa163ee6-1e6a-90fb-700a-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.637055 | 0.37s 2025-09-30 19:58:38.676604 | fa163ee6-1e6a-90fb-700a-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-09-30 19:58:38.762003 | fa163ee6-1e6a-90fb-700a-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-09-30 19:58:38.763119 | fa163ee6-1e6a-90fb-700a-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.729599 | 0.09s 2025-09-30 19:58:38.773836 | fa163ee6-1e6a-90fb-700a-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-09-30 19:58:38.774410 | fa163ee6-1e6a-90fb-700a-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.740901 | 0.09s 2025-09-30 19:58:38.782229 | fa163ee6-1e6a-90fb-700a-0000000000a5 | TASK | Install chronyd package 2025-09-30 19:58:41.699947 | fa163ee6-1e6a-90fb-700a-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-09-30 19:58:41.701154 | fa163ee6-1e6a-90fb-700a-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.667634 | 2.92s 2025-09-30 19:58:43.330469 | fa163ee6-1e6a-90fb-700a-0000000000a5 | OK | Install chronyd package | undercloud 2025-09-30 19:58:43.331573 | fa163ee6-1e6a-90fb-700a-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.298058 | 4.54s 2025-09-30 19:58:43.340075 | fa163ee6-1e6a-90fb-700a-00000000000c | TASK | Upgrade chronyd 2025-09-30 19:58:43.423125 | fa163ee6-1e6a-90fb-700a-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-09-30 19:58:43.424261 | fa163ee6-1e6a-90fb-700a-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.390742 | 0.08s 2025-09-30 19:58:43.436747 | fa163ee6-1e6a-90fb-700a-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-09-30 19:58:43.437620 | fa163ee6-1e6a-90fb-700a-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.404105 | 0.08s 2025-09-30 19:58:43.445765 | fa163ee6-1e6a-90fb-700a-00000000000d | TASK | Configure chronyd 2025-09-30 19:58:43.516720 | fa163ee6-1e6a-90fb-700a-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.483193 | 0.07s 2025-09-30 19:58:43.541737 | fa163ee6-1e6a-90fb-700a-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.508213 | 0.08s 2025-09-30 19:58:43.560695 | cd99aaef-ea56-4449-99c6-5394b44ca603 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-09-30 19:58:43.561646 | cd99aaef-ea56-4449-99c6-5394b44ca603 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-09-30 19:58:43.594429 | fa163ee6-1e6a-90fb-700a-000000000162 | TASK | Load distro-specific variables 2025-09-30 19:58:43.660171 | fa163ee6-1e6a-90fb-700a-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.626628 | 0.06s 2025-09-30 19:58:43.682027 | fa163ee6-1e6a-90fb-700a-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.648513 | 0.08s 2025-09-30 19:58:43.696733 | 95608976-53e5-45ce-a919-2f1eeb10749a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-09-30 19:58:43.697420 | 95608976-53e5-45ce-a919-2f1eeb10749a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-09-30 19:58:43.712835 | fa163ee6-1e6a-90fb-700a-0000000001fa | TASK | Load distro-specific variables 2025-09-30 19:58:43.812040 | fa163ee6-1e6a-90fb-700a-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 19:58:43.813345 | fa163ee6-1e6a-90fb-700a-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.779822 | 0.10s 2025-09-30 19:58:43.825306 | fa163ee6-1e6a-90fb-700a-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 19:58:43.826207 | fa163ee6-1e6a-90fb-700a-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.792697 | 0.10s 2025-09-30 19:58:43.829643 | fa163ee6-1e6a-90fb-700a-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.796123 | 0.12s 2025-09-30 19:58:43.830814 | fa163ee6-1e6a-90fb-700a-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.797303 | 0.10s 2025-09-30 19:58:43.839206 | fa163ee6-1e6a-90fb-700a-000000000163 | TASK | Install chrony configuration file 2025-09-30 19:58:44.715733 | fa163ee6-1e6a-90fb-700a-000000000163 | OK | Install chrony configuration file | undercloud 2025-09-30 19:58:44.717893 | fa163ee6-1e6a-90fb-700a-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.684330 | 0.87s 2025-09-30 19:58:44.719639 | fa163ee6-1e6a-90fb-700a-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-09-30 19:58:44.720473 | fa163ee6-1e6a-90fb-700a-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.686961 | 0.88s 2025-09-30 19:58:44.729478 | fa163ee6-1e6a-90fb-700a-00000000000e | TASK | Run chronyd 2025-09-30 19:58:44.826289 | fa163ee6-1e6a-90fb-700a-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.792734 | 0.10s 2025-09-30 19:58:44.861789 | fa163ee6-1e6a-90fb-700a-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.828270 | 0.12s 2025-09-30 19:58:44.882991 | 6914956d-3cc0-43ae-a0fd-da73d14f4250 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-09-30 19:58:44.883876 | 6914956d-3cc0-43ae-a0fd-da73d14f4250 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-09-30 19:58:44.923827 | fa163ee6-1e6a-90fb-700a-000000000233 | TASK | Load distro-specific variables 2025-09-30 19:58:45.028763 | fa163ee6-1e6a-90fb-700a-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.995206 | 0.10s 2025-09-30 19:58:45.050585 | fa163ee6-1e6a-90fb-700a-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.017070 | 0.11s 2025-09-30 19:58:45.065446 | a86d78f0-941b-4621-86de-0dc762635668 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-09-30 19:58:45.066212 | a86d78f0-941b-4621-86de-0dc762635668 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-09-30 19:58:45.084204 | fa163ee6-1e6a-90fb-700a-0000000002ee | TASK | Load distro-specific variables 2025-09-30 19:58:45.209710 | fa163ee6-1e6a-90fb-700a-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 19:58:45.211632 | fa163ee6-1e6a-90fb-700a-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.178100 | 0.13s 2025-09-30 19:58:45.221495 | fa163ee6-1e6a-90fb-700a-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.187957 | 0.14s 2025-09-30 19:58:45.255984 | fa163ee6-1e6a-90fb-700a-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 19:58:45.257161 | fa163ee6-1e6a-90fb-700a-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.223646 | 0.12s 2025-09-30 19:58:45.267303 | fa163ee6-1e6a-90fb-700a-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.233768 | 0.13s 2025-09-30 19:58:45.276475 | fa163ee6-1e6a-90fb-700a-000000000234 | TASK | Ensure chronyd is running 2025-09-30 19:58:45.907823 | fa163ee6-1e6a-90fb-700a-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-09-30 19:58:45.910247 | fa163ee6-1e6a-90fb-700a-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.876713 | 0.63s 2025-09-30 19:58:45.927678 | fa163ee6-1e6a-90fb-700a-000000000234 | OK | Ensure chronyd is running | undercloud 2025-09-30 19:58:45.929232 | fa163ee6-1e6a-90fb-700a-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.895716 | 0.64s 2025-09-30 19:58:45.940311 | fa163ee6-1e6a-90fb-700a-000000000235 | TASK | Force chronyd restart 2025-09-30 19:58:46.024220 | fa163ee6-1e6a-90fb-700a-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-09-30 19:58:46.025808 | fa163ee6-1e6a-90fb-700a-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:08.992278 | 0.07s 2025-09-30 19:58:46.432827 | fa163ee6-1e6a-90fb-700a-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-09-30 19:58:46.434093 | fa163ee6-1e6a-90fb-700a-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.400580 | 0.49s 2025-09-30 19:58:46.440501 | fa163ee6-1e6a-90fb-700a-00000000000f | TASK | Enable online service 2025-09-30 19:58:46.516861 | fa163ee6-1e6a-90fb-700a-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.483309 | 0.08s 2025-09-30 19:58:46.528175 | fa163ee6-1e6a-90fb-700a-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.494659 | 0.08s 2025-09-30 19:58:46.540309 | bb28ad0d-83bc-4841-be84-ec1a33d0445e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-09-30 19:58:46.540931 | bb28ad0d-83bc-4841-be84-ec1a33d0445e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-09-30 19:58:46.571667 | fa163ee6-1e6a-90fb-700a-000000000338 | TASK | Create chrony-online.service unit file 2025-09-30 19:58:47.029133 | fa163ee6-1e6a-90fb-700a-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2025-09-30 19:58:47.030554 | fa163ee6-1e6a-90fb-700a-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.997025 | 0.46s 2025-09-30 19:58:47.123029 | fa163ee6-1e6a-90fb-700a-000000000338 | OK | Create chrony-online.service unit file | undercloud 2025-09-30 19:58:47.123835 | fa163ee6-1e6a-90fb-700a-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.090321 | 0.54s 2025-09-30 19:58:47.132221 | fa163ee6-1e6a-90fb-700a-000000000339 | TASK | Enable chrony-online.service 2025-09-30 19:58:48.359504 | fa163ee6-1e6a-90fb-700a-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-09-30 19:58:48.361831 | fa163ee6-1e6a-90fb-700a-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.328303 | 1.23s 2025-09-30 19:58:48.374804 | fa163ee6-1e6a-90fb-700a-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-09-30 19:58:48.376218 | fa163ee6-1e6a-90fb-700a-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.342702 | 1.23s 2025-09-30 19:58:48.386565 | fa163ee6-1e6a-90fb-700a-000000000010 | TASK | Sync chronyc 2025-09-30 19:58:48.436106 | fa163ee6-1e6a-90fb-700a-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.402561 | 0.05s 2025-09-30 19:58:48.478234 | fa163ee6-1e6a-90fb-700a-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.444712 | 0.08s 2025-09-30 19:58:48.497028 | 68131d75-6de4-4ff2-904a-65ef6d6b3021 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-09-30 19:58:48.497735 | 68131d75-6de4-4ff2-904a-65ef6d6b3021 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-09-30 19:58:48.544004 | fa163ee6-1e6a-90fb-700a-00000000042a | TASK | Force NTP sync 2025-09-30 19:58:48.830061 | fa163ee6-1e6a-90fb-700a-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-09-30 19:58:48.831381 | fa163ee6-1e6a-90fb-700a-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.797857 | 0.29s 2025-09-30 19:58:48.832264 | fa163ee6-1e6a-90fb-700a-00000000042a | CHANGED | Force NTP sync | undercloud 2025-09-30 19:58:48.833042 | fa163ee6-1e6a-90fb-700a-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.799529 | 0.28s 2025-09-30 19:58:48.841246 | fa163ee6-1e6a-90fb-700a-00000000042b | TASK | Ensure system is NTP time synced 2025-09-30 19:58:59.125831 | fa163ee6-1e6a-90fb-700a-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-09-30 19:58:59.127204 | fa163ee6-1e6a-90fb-700a-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.093674 | 10.28s 2025-09-30 19:58:59.138370 | fa163ee6-1e6a-90fb-700a-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-09-30 19:58:59.139099 | fa163ee6-1e6a-90fb-700a-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.105587 | 10.28s 2025-09-30 19:58:59.158917 | fa163ee6-1e6a-90fb-700a-00000000002c | TASK | Set timezone 2025-09-30 19:58:59.625897 | fa163ee6-1e6a-90fb-700a-00000000002c | OK | Set timezone | standalone.localdomain 2025-09-30 19:58:59.627347 | fa163ee6-1e6a-90fb-700a-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.593817 | 0.47s 2025-09-30 19:58:59.639469 | fa163ee6-1e6a-90fb-700a-00000000002c | OK | Set timezone | undercloud 2025-09-30 19:58:59.640183 | fa163ee6-1e6a-90fb-700a-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.606671 | 0.47s 2025-09-30 19:58:59.647970 | fa163ee6-1e6a-90fb-700a-00000000002d | TASK | Restart time services 2025-09-30 19:58:59.686394 | fa163ee6-1e6a-90fb-700a-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-09-30 19:58:59.692142 | fa163ee6-1e6a-90fb-700a-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-09-30 19:58:59.700772 | fa163ee6-1e6a-90fb-700a-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-09-30 19:58:59.706167 | fa163ee6-1e6a-90fb-700a-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.672637 | 0.06s 2025-09-30 19:58:59.707281 | fa163ee6-1e6a-90fb-700a-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-09-30 19:58:59.717694 | fa163ee6-1e6a-90fb-700a-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.684148 | 0.06s 2025-09-30 19:58:59.759498 | fa163ee6-1e6a-90fb-700a-000000000012 | HANDLER | Restart chronyd 2025-09-30 19:59:00.234672 | fa163ee6-1e6a-90fb-700a-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-09-30 19:59:00.236438 | fa163ee6-1e6a-90fb-700a-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.202917 | 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-09-30 19:59:00.253946 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:59:00.254525 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:59:00.255061 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.221550 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 19:59:00.255602 | UUID | Info | Host | Task Name | Run Time 2025-09-30 19:59:00.256142 | fa163ee6-1e6a-90fb-700a-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.28s 2025-09-30 19:59:00.256640 | fa163ee6-1e6a-90fb-700a-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.28s 2025-09-30 19:59:00.257310 | fa163ee6-1e6a-90fb-700a-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.54s 2025-09-30 19:59:00.257984 | fa163ee6-1e6a-90fb-700a-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 2.92s 2025-09-30 19:59:00.258501 | fa163ee6-1e6a-90fb-700a-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.23s 2025-09-30 19:59:00.259078 | fa163ee6-1e6a-90fb-700a-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.23s 2025-09-30 19:59:00.259670 | fa163ee6-1e6a-90fb-700a-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.88s 2025-09-30 19:59:00.260265 | fa163ee6-1e6a-90fb-700a-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.87s 2025-09-30 19:59:00.260768 | fa163ee6-1e6a-90fb-700a-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.64s 2025-09-30 19:59:00.261354 | fa163ee6-1e6a-90fb-700a-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.63s 2025-09-30 19:59:00.261974 | fa163ee6-1e6a-90fb-700a-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.57s 2025-09-30 19:59:00.262480 | fa163ee6-1e6a-90fb-700a-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-09-30 19:59:00.263124 | fa163ee6-1e6a-90fb-700a-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.54s 2025-09-30 19:59:00.263641 | fa163ee6-1e6a-90fb-700a-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.49s 2025-09-30 19:59:00.264249 | fa163ee6-1e6a-90fb-700a-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.48s 2025-09-30 19:59:00.264772 | fa163ee6-1e6a-90fb-700a-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2025-09-30 19:59:00.265377 | fa163ee6-1e6a-90fb-700a-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.47s 2025-09-30 19:59:00.265973 | fa163ee6-1e6a-90fb-700a-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.46s 2025-09-30 19:59:00.266539 | fa163ee6-1e6a-90fb-700a-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.38s 2025-09-30 19:59:00.267141 | fa163ee6-1e6a-90fb-700a-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.37s 2025-09-30 19:59:00.267733 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-09-30 19:59:01.166296 | fa163ee6-1e6a-4890-94db-000000000005 | SKIPPED | fail | undercloud 2025-09-30 19:59:01.166854 | fa163ee6-1e6a-4890-94db-000000000005 | TIMING | fail | undercloud | 0:00:00.075727 | 0.06s 2025-09-30 19:59:01.213504 | fa163ee6-1e6a-4890-94db-000000000006 | SKIPPED | fail | undercloud 2025-09-30 19:59:01.214034 | fa163ee6-1e6a-4890-94db-000000000006 | TIMING | fail | undercloud | 0:00:00.122925 | 0.04s 2025-09-30 19:59:01.217327 | fa163ee6-1e6a-4890-94db-000000000008 | TASK | Ensure working_dir is provided 2025-09-30 19:59:01.251358 | fa163ee6-1e6a-4890-94db-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-09-30 19:59:01.252132 | fa163ee6-1e6a-4890-94db-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.161011 | 0.03s 2025-09-30 19:59:01.271121 | fa163ee6-1e6a-4890-94db-00000000000a | TASK | ensure ceph_spec_path is defined 2025-09-30 19:59:01.308412 | fa163ee6-1e6a-4890-94db-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-09-30 19:59:01.309444 | fa163ee6-1e6a-4890-94db-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.218324 | 0.04s 2025-09-30 19:59:01.316378 | fa163ee6-1e6a-4890-94db-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-09-30 19:59:01.354059 | fa163ee6-1e6a-4890-94db-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-09-30 19:59:01.355429 | fa163ee6-1e6a-4890-94db-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.264296 | 0.04s 2025-09-30 19:59:01.363934 | fa163ee6-1e6a-4890-94db-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-09-30 19:59:01.403285 | fa163ee6-1e6a-4890-94db-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-09-30 19:59:01.404539 | fa163ee6-1e6a-4890-94db-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.313417 | 0.04s 2025-09-30 19:59:01.412701 | fa163ee6-1e6a-4890-94db-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-09-30 19:59:01.469833 | fa163ee6-1e6a-4890-94db-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-09-30 19:59:01.470874 | fa163ee6-1e6a-4890-94db-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.379728 | 0.06s 2025-09-30 19:59:01.477938 | fa163ee6-1e6a-4890-94db-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-09-30 19:59:01.571511 | fa163ee6-1e6a-4890-94db-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['_admin', 'osd', 'mgr', 'mon'], 'service_type': 'host'} 2025-09-30 19:59:01.572823 | fa163ee6-1e6a-4890-94db-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.481695 | 0.09s 2025-09-30 19:59:01.585689 | fa163ee6-1e6a-4890-94db-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-09-30 19:59:01.600751 | fa163ee6-1e6a-4890-94db-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-09-30 19:59:01.616640 | fa163ee6-1e6a-4890-94db-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-09-30 19:59:01.623165 | fa163ee6-1e6a-4890-94db-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.532054 | 0.14s 2025-09-30 19:59:01.628255 | fa163ee6-1e6a-4890-94db-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-09-30 19:59:01.710229 | fa163ee6-1e6a-4890-94db-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': ['_admin', 'osd', 'mgr', 'mon'], 'service_type': 'host'} 2025-09-30 19:59:01.724594 | fa163ee6-1e6a-4890-94db-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-09-30 19:59:01.741468 | fa163ee6-1e6a-4890-94db-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-09-30 19:59:01.751482 | fa163ee6-1e6a-4890-94db-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-09-30 19:59:01.757507 | fa163ee6-1e6a-4890-94db-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.666381 | 0.13s 2025-09-30 19:59:01.765598 | fa163ee6-1e6a-4890-94db-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-09-30 19:59:01.812155 | fa163ee6-1e6a-4890-94db-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-09-30 19:59:01.813162 | fa163ee6-1e6a-4890-94db-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.722042 | 0.05s 2025-09-30 19:59:01.821464 | fa163ee6-1e6a-4890-94db-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-09-30 19:59:01.848058 | fa163ee6-1e6a-4890-94db-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-09-30 19:59:01.849065 | fa163ee6-1e6a-4890-94db-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.757943 | 0.03s 2025-09-30 19:59:01.849919 | fa163ee6-1e6a-4890-94db-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.758806 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-09-30 19:59:01.916574 | fa163ee6-1e6a-4890-94db-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-09-30 19:59:01.952462 | fa163ee6-1e6a-4890-94db-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-09-30 19:59:01.953673 | fa163ee6-1e6a-4890-94db-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.862548 | 0.04s 2025-09-30 19:59:01.961998 | fa163ee6-1e6a-4890-94db-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-09-30 19:59:02.122891 | fa163ee6-1e6a-4890-94db-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-09-30 19:59:02.124033 | fa163ee6-1e6a-4890-94db-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.032910 | 0.16s 2025-09-30 19:59:02.132071 | fa163ee6-1e6a-4890-94db-000000000019 | TASK | Set IP address of first monitor 2025-09-30 19:59:02.157866 | fa163ee6-1e6a-4890-94db-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-09-30 19:59:02.158813 | fa163ee6-1e6a-4890-94db-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.067693 | 0.03s 2025-09-30 19:59:02.180568 | fa163ee6-1e6a-4890-94db-000000000020 | TASK | Gather distribution facts if they don't exist 2025-09-30 19:59:02.216781 | fa163ee6-1e6a-4890-94db-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-09-30 19:59:02.217906 | fa163ee6-1e6a-4890-94db-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.126781 | 0.04s 2025-09-30 19:59:02.228383 | fa163ee6-1e6a-4890-94db-000000000021 | TASK | Install cephadm package 2025-09-30 19:59:05.208772 | fa163ee6-1e6a-4890-94db-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-09-30 19:59:05.210275 | fa163ee6-1e6a-4890-94db-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.119152 | 2.98s 2025-09-30 19:59:05.219361 | fa163ee6-1e6a-4890-94db-000000000022 | TASK | Stat cephadm file 2025-09-30 19:59:05.532367 | fa163ee6-1e6a-4890-94db-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-09-30 19:59:05.533734 | fa163ee6-1e6a-4890-94db-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.442613 | 0.31s 2025-09-30 19:59:05.542724 | fa163ee6-1e6a-4890-94db-000000000023 | TASK | Fail if cephadm is not available 2025-09-30 19:59:05.571210 | fa163ee6-1e6a-4890-94db-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-09-30 19:59:05.572210 | fa163ee6-1e6a-4890-94db-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.481092 | 0.03s 2025-09-30 19:59:05.577833 | fa163ee6-1e6a-4890-94db-000000000024 | TASK | List Ceph daemon instances on this host 2025-09-30 19:59:06.408524 | fa163ee6-1e6a-4890-94db-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-09-30 19:59:06.409537 | fa163ee6-1e6a-4890-94db-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.318421 | 0.83s 2025-09-30 19:59:06.415543 | fa163ee6-1e6a-4890-94db-000000000026 | TASK | Set list of found FSIDs 2025-09-30 19:59:06.525387 | fa163ee6-1e6a-4890-94db-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-09-30 19:59:06.526329 | fa163ee6-1e6a-4890-94db-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.435214 | 0.11s 2025-09-30 19:59:06.532179 | fa163ee6-1e6a-4890-94db-000000000027 | TASK | Fail if >1 FSID was discovered 2025-09-30 19:59:06.619715 | fa163ee6-1e6a-4890-94db-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-09-30 19:59:06.620724 | fa163ee6-1e6a-4890-94db-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.529608 | 0.09s 2025-09-30 19:59:06.626798 | fa163ee6-1e6a-4890-94db-000000000028 | TASK | Set FSID to the discovered value 2025-09-30 19:59:06.695320 | fa163ee6-1e6a-4890-94db-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-09-30 19:59:06.696483 | fa163ee6-1e6a-4890-94db-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.605359 | 0.07s 2025-09-30 19:59:06.705354 | fa163ee6-1e6a-4890-94db-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-09-30 19:59:06.813603 | fa163ee6-1e6a-4890-94db-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-09-30 19:59:06.814745 | fa163ee6-1e6a-4890-94db-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.723621 | 0.11s 2025-09-30 19:59:06.824098 | fa163ee6-1e6a-4890-94db-00000000002b | TASK | Set first monitor IP if it was not passed 2025-09-30 19:59:06.902109 | fa163ee6-1e6a-4890-94db-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-09-30 19:59:06.902923 | fa163ee6-1e6a-4890-94db-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.811809 | 0.08s 2025-09-30 19:59:06.907719 | fa163ee6-1e6a-4890-94db-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-09-30 19:59:07.227822 | fa163ee6-1e6a-4890-94db-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-09-30 19:59:07.229228 | fa163ee6-1e6a-4890-94db-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.138103 | 0.32s 2025-09-30 19:59:07.239061 | fa163ee6-1e6a-4890-94db-00000000002d | TASK | Ensure specs directory exists 2025-09-30 19:59:07.470977 | fa163ee6-1e6a-4890-94db-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-09-30 19:59:07.473429 | fa163ee6-1e6a-4890-94db-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.382302 | 0.23s 2025-09-30 19:59:07.487673 | fa163ee6-1e6a-4890-94db-00000000002e | TASK | Stat spec file on ansible host 2025-09-30 19:59:07.729186 | fa163ee6-1e6a-4890-94db-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee6-1e6a-4890-94db-00000000002e') missing from stats 2025-09-30 19:59:07.742301 | fa163ee6-1e6a-4890-94db-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-09-30 19:59:08.317932 | fa163ee6-1e6a-4890-94db-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-09-30 19:59:08.319280 | fa163ee6-1e6a-4890-94db-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.228156 | 0.58s 2025-09-30 19:59:08.333121 | fa163ee6-1e6a-4890-94db-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-09-30 19:59:08.595715 | fa163ee6-1e6a-4890-94db-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee6-1e6a-4890-94db-000000000031') missing from stats 2025-09-30 19:59:08.606619 | fa163ee6-1e6a-4890-94db-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-09-30 19:59:09.086235 | fa163ee6-1e6a-4890-94db-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-09-30 19:59:09.087548 | fa163ee6-1e6a-4890-94db-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:07.996425 | 0.48s 2025-09-30 19:59:09.110426 | fa163ee6-1e6a-4890-94db-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-09-30 19:59:09.198397 | fa163ee6-1e6a-4890-94db-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-09-30 19:59:09.199642 | fa163ee6-1e6a-4890-94db-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.108519 | 0.09s 2025-09-30 19:59:09.216149 | fa163ee6-1e6a-4890-94db-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-09-30 19:59:09.293592 | fa163ee6-1e6a-4890-94db-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-09-30 19:59:09.294868 | fa163ee6-1e6a-4890-94db-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.203719 | 0.08s 2025-09-30 19:59:09.303686 | fa163ee6-1e6a-4890-94db-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-09-30 19:59:09.553080 | fa163ee6-1e6a-4890-94db-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-09-30 19:59:09.554871 | fa163ee6-1e6a-4890-94db-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.463696 | 0.25s 2025-09-30 19:59:09.772236 | fa163ee6-1e6a-4890-94db-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-09-30 19:59:09.773765 | fa163ee6-1e6a-4890-94db-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.682642 | 0.47s 2025-09-30 19:59:09.784045 | fa163ee6-1e6a-4890-94db-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.692919 | 0.48s 2025-09-30 19:59:09.793878 | fa163ee6-1e6a-4890-94db-000000000065 | TASK | Fail if necessary files are missing 2025-09-30 19:59:09.895756 | fa163ee6-1e6a-4890-94db-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': 360712238, 'dev': 64516, 'nlink': 1, 'atime': 1759262314.1161764, 'mtime': 1759262313.9331706, 'ctime': 1759262314.1191764, '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': 'cd9f8919bc16e006df9d399fc220f63d935fa9ca', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2244936889', '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-09-30 19:59:09.903015 | fa163ee6-1e6a-4890-94db-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': 385878035, 'dev': 64516, 'nlink': 1, 'atime': 1759262314.5991914, 'mtime': 1759262314.4121854, 'ctime': 1759262314.6021914, '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': 'db771da2201eddcf42fb219614329867a7fd8c55', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2390534126', '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-09-30 19:59:09.911191 | fa163ee6-1e6a-4890-94db-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:08.820063 | 0.12s 2025-09-30 19:59:09.921193 | fa163ee6-1e6a-4890-94db-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-09-30 19:59:10.152973 | fa163ee6-1e6a-4890-94db-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-09-30 19:59:10.154375 | fa163ee6-1e6a-4890-94db-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.063251 | 0.23s 2025-09-30 19:59:10.163608 | fa163ee6-1e6a-4890-94db-000000000068 | TASK | Run cephadm bootstrap 2025-09-30 20:00:14.038195 | fa163ee6-1e6a-4890-94db-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-09-30 20:00:14.039619 | fa163ee6-1e6a-4890-94db-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.948495 | 63.87s 2025-09-30 20:00:14.050286 | fa163ee6-1e6a-4890-94db-000000000069 | TASK | Show results of bootstrap 2025-09-30 20:00:14.121644 | fa163ee6-1e6a-4890-94db-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-09-30 20:00:14.122576 | fa163ee6-1e6a-4890-94db-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:13.031461 | 0.07s 2025-09-30 20:00:14.132234 | fa163ee6-1e6a-4890-94db-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-09-30 20:00:14.170101 | fa163ee6-1e6a-4890-94db-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:13.078952 | 0.04s 2025-09-30 20:00:14.183193 | 31015082-7079-4659-90f2-f0b868f0c9f6 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-09-30 20:00:14.199064 | fa163ee6-1e6a-4890-94db-00000000020b | TASK | Set ceph CLI 2025-09-30 20:00:14.366770 | fa163ee6-1e6a-4890-94db-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-09-30 20:00:14.368472 | fa163ee6-1e6a-4890-94db-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.277349 | 0.17s 2025-09-30 20:00:14.377908 | fa163ee6-1e6a-4890-94db-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-09-30 20:00:15.225181 | fa163ee6-1e6a-4890-94db-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-09-30 20:00:15.226617 | fa163ee6-1e6a-4890-94db-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.135493 | 0.85s 2025-09-30 20:00:15.236257 | fa163ee6-1e6a-4890-94db-00000000006c | TASK | Set the default container image in ceph configuration 2025-09-30 20:00:16.199161 | fa163ee6-1e6a-4890-94db-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-09-30 20:00:16.201107 | fa163ee6-1e6a-4890-94db-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.109977 | 0.96s 2025-09-30 20:00:16.211385 | fa163ee6-1e6a-4890-94db-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-09-30 20:00:16.242411 | fa163ee6-1e6a-4890-94db-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-09-30 20:00:16.243400 | fa163ee6-1e6a-4890-94db-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.152281 | 0.03s 2025-09-30 20:00:16.256081 | fa163ee6-1e6a-4890-94db-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-09-30 20:00:16.281549 | fa163ee6-1e6a-4890-94db-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-09-30 20:00:16.282418 | fa163ee6-1e6a-4890-94db-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.191296 | 0.03s 2025-09-30 20:00:16.289321 | fa163ee6-1e6a-4890-94db-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-09-30 20:00:16.314527 | fa163ee6-1e6a-4890-94db-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-09-30 20:00:16.315342 | fa163ee6-1e6a-4890-94db-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.224226 | 0.02s 2025-09-30 20:00:16.321493 | fa163ee6-1e6a-4890-94db-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-09-30 20:00:16.369556 | fa163ee6-1e6a-4890-94db-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-09-30 20:00:16.370732 | fa163ee6-1e6a-4890-94db-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.279611 | 0.05s 2025-09-30 20:00:16.378100 | fa163ee6-1e6a-4890-94db-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-09-30 20:00:16.378643 | fa163ee6-1e6a-4890-94db-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.287532 | 0.06s 2025-09-30 20:00:16.383381 | fa163ee6-1e6a-4890-94db-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-09-30 20:00:16.383872 | fa163ee6-1e6a-4890-94db-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.292763 | 0.06s 2025-09-30 20:00:16.387211 | fa163ee6-1e6a-4890-94db-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-09-30 20:00:16.387673 | fa163ee6-1e6a-4890-94db-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.296564 | 0.07s 2025-09-30 20:00:16.391357 | fa163ee6-1e6a-4890-94db-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.300250 | 0.07s 2025-09-30 20:00:16.399867 | fa163ee6-1e6a-4890-94db-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-09-30 20:00:16.540570 | fa163ee6-1e6a-4890-94db-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-09-30 20:00:16.607747 | fa163ee6-1e6a-4890-94db-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-09-30 20:00:16.677215 | fa163ee6-1e6a-4890-94db-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-09-30 20:00:16.747439 | fa163ee6-1e6a-4890-94db-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-09-30 20:00:16.814863 | fa163ee6-1e6a-4890-94db-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-09-30 20:00:16.881670 | fa163ee6-1e6a-4890-94db-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-09-30 20:00:16.948938 | fa163ee6-1e6a-4890-94db-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-09-30 20:00:17.012184 | fa163ee6-1e6a-4890-94db-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-09-30 20:00:17.020482 | fa163ee6-1e6a-4890-94db-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:15.929367 | 0.62s 2025-09-30 20:00:17.025247 | fa163ee6-1e6a-4890-94db-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-09-30 20:00:18.016105 | fa163ee6-1e6a-4890-94db-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-09-30 20:00:18.016920 | fa163ee6-1e6a-4890-94db-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:16.925805 | 0.99s 2025-09-30 20:00:18.891803 | fa163ee6-1e6a-4890-94db-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-09-30 20:00:18.892425 | fa163ee6-1e6a-4890-94db-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.801317 | 1.87s 2025-09-30 20:00:19.736279 | fa163ee6-1e6a-4890-94db-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-09-30 20:00:19.737408 | fa163ee6-1e6a-4890-94db-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.646291 | 2.71s 2025-09-30 20:00:20.606363 | fa163ee6-1e6a-4890-94db-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-09-30 20:00:20.607717 | fa163ee6-1e6a-4890-94db-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.516600 | 3.58s 2025-09-30 20:00:20.618254 | fa163ee6-1e6a-4890-94db-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.527137 | 3.59s 2025-09-30 20:00:20.640826 | fa163ee6-1e6a-4890-94db-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-09-30 20:00:20.900349 | fa163ee6-1e6a-4890-94db-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-09-30 20:00:20.901760 | fa163ee6-1e6a-4890-94db-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.810636 | 0.26s 2025-09-30 20:00:20.912641 | fa163ee6-1e6a-4890-94db-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.821525 | 0.27s 2025-09-30 20:00:20.923010 | fa163ee6-1e6a-4890-94db-0000000000a7 | TASK | Fail if spec file is missing 2025-09-30 20:00:21.002794 | fa163ee6-1e6a-4890-94db-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': 998248291, 'dev': 64516, 'nlink': 1, 'atime': 1759262348.2852702, 'mtime': 1759262347.95926, 'ctime': 1759262348.2872703, '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': 'c24f7c3831535445c4d6bbba30320687835fa73b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3334024446', '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-09-30 20:00:21.013872 | fa163ee6-1e6a-4890-94db-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:19.922756 | 0.09s 2025-09-30 20:00:21.018984 | fa163ee6-1e6a-4890-94db-0000000000a8 | TASK | Get ceph_cli 2025-09-30 20:00:21.042398 | fa163ee6-1e6a-4890-94db-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:19.951272 | 0.02s 2025-09-30 20:00:21.050157 | 950e8480-f245-48f2-93bf-1e802af64405 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-09-30 20:00:21.061587 | fa163ee6-1e6a-4890-94db-000000000270 | TASK | Set ceph CLI 2025-09-30 20:00:21.205335 | fa163ee6-1e6a-4890-94db-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-09-30 20:00:21.206948 | fa163ee6-1e6a-4890-94db-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.115823 | 0.14s 2025-09-30 20:00:21.215940 | fa163ee6-1e6a-4890-94db-0000000000a9 | TASK | Get the ceph orchestrator status 2025-09-30 20:00:22.137342 | fa163ee6-1e6a-4890-94db-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-09-30 20:00:22.138223 | fa163ee6-1e6a-4890-94db-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.047106 | 0.92s 2025-09-30 20:00:22.143480 | fa163ee6-1e6a-4890-94db-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-09-30 20:00:22.189183 | fa163ee6-1e6a-4890-94db-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-09-30 20:00:22.190246 | fa163ee6-1e6a-4890-94db-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.099124 | 0.05s 2025-09-30 20:00:22.196657 | fa163ee6-1e6a-4890-94db-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-09-30 20:00:22.221681 | fa163ee6-1e6a-4890-94db-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.130562 | 0.02s 2025-09-30 20:00:22.234440 | f8e20f3c-c124-4d11-923f-20e397b5c81c | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-09-30 20:00:22.245214 | fa163ee6-1e6a-4890-94db-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-09-30 20:00:22.279820 | fa163ee6-1e6a-4890-94db-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-09-30 20:00:22.280633 | fa163ee6-1e6a-4890-94db-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.189517 | 0.03s 2025-09-30 20:00:22.286632 | fa163ee6-1e6a-4890-94db-0000000002a8 | TASK | set cephadm debug level 2025-09-30 20:00:22.338721 | fa163ee6-1e6a-4890-94db-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-09-30 20:00:22.340087 | fa163ee6-1e6a-4890-94db-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.248968 | 0.05s 2025-09-30 20:00:22.347907 | fa163ee6-1e6a-4890-94db-0000000002a9 | TASK | enforce minimum ceph clients version 2025-09-30 20:00:22.404408 | fa163ee6-1e6a-4890-94db-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-09-30 20:00:22.405521 | fa163ee6-1e6a-4890-94db-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.314399 | 0.06s 2025-09-30 20:00:22.415510 | fa163ee6-1e6a-4890-94db-0000000002aa | TASK | set container image base in ceph configuration 2025-09-30 20:00:23.354603 | fa163ee6-1e6a-4890-94db-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-09-30 20:00:23.356173 | fa163ee6-1e6a-4890-94db-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.265049 | 0.94s 2025-09-30 20:00:23.366808 | fa163ee6-1e6a-4890-94db-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-09-30 20:00:23.430935 | fa163ee6-1e6a-4890-94db-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-09-30 20:00:23.431916 | fa163ee6-1e6a-4890-94db-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.340796 | 0.06s 2025-09-30 20:00:23.438234 | fa163ee6-1e6a-4890-94db-0000000002ad | TASK | set grafana container image in ceph configuration 2025-09-30 20:00:23.486387 | fa163ee6-1e6a-4890-94db-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-09-30 20:00:23.487434 | fa163ee6-1e6a-4890-94db-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.396313 | 0.05s 2025-09-30 20:00:23.496660 | fa163ee6-1e6a-4890-94db-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-09-30 20:00:23.574879 | fa163ee6-1e6a-4890-94db-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-09-30 20:00:23.576268 | fa163ee6-1e6a-4890-94db-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.485144 | 0.08s 2025-09-30 20:00:23.586463 | fa163ee6-1e6a-4890-94db-0000000002af | TASK | set prometheus container image in ceph configuration 2025-09-30 20:00:23.644496 | fa163ee6-1e6a-4890-94db-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-09-30 20:00:23.645778 | fa163ee6-1e6a-4890-94db-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:22.554653 | 0.06s 2025-09-30 20:00:23.655727 | fa163ee6-1e6a-4890-94db-0000000000ac | TASK | Apply spec 2025-09-30 20:00:25.173716 | fa163ee6-1e6a-4890-94db-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-09-30 20:00:25.176030 | fa163ee6-1e6a-4890-94db-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.084906 | 1.52s 2025-09-30 20:00:25.187012 | fa163ee6-1e6a-4890-94db-0000000000ad | TASK | Show results of spec apply 2025-09-30 20:00:25.286170 | fa163ee6-1e6a-4890-94db-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-09-30 20:00:25.287301 | fa163ee6-1e6a-4890-94db-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.196177 | 0.10s 2025-09-30 20:00:25.299701 | fa163ee6-1e6a-4890-94db-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-09-30 20:00:25.346821 | fa163ee6-1e6a-4890-94db-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.255691 | 0.04s 2025-09-30 20:00:25.360240 | 41026fe9-e26a-4883-8456-749da6766539 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-09-30 20:00:25.397095 | fa163ee6-1e6a-4890-94db-000000000307 | TASK | Wait for expected number of osds to be running 2025-09-30 20:00:26.440308 | fa163ee6-1e6a-4890-94db-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-09-30 20:00:57.401429 | fa163ee6-1e6a-4890-94db-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-09-30 20:00:57.403617 | fa163ee6-1e6a-4890-94db-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.312490 | 32.00s 2025-09-30 20:00:57.423535 | fa163ee6-1e6a-4890-94db-0000000000c9 | TASK | Get ceph_cli 2025-09-30 20:00:57.471249 | fa163ee6-1e6a-4890-94db-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-09-30 20:00:57.472357 | fa163ee6-1e6a-4890-94db-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.381233 | 0.05s 2025-09-30 20:00:57.481202 | fa163ee6-1e6a-4890-94db-0000000000ca | TASK | Collect ceph config dump 2025-09-30 20:00:57.510707 | fa163ee6-1e6a-4890-94db-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-09-30 20:00:57.511878 | fa163ee6-1e6a-4890-94db-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:56.420718 | 0.03s 2025-09-30 20:00:57.521253 | fa163ee6-1e6a-4890-94db-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-09-30 20:00:57.570359 | fa163ee6-1e6a-4890-94db-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-09-30 20:00:57.571615 | fa163ee6-1e6a-4890-94db-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:56.480491 | 0.05s 2025-09-30 20:00:57.580787 | fa163ee6-1e6a-4890-94db-0000000000cc | TASK | Create pool 2025-09-30 20:00:57.647914 | fa163ee6-1e6a-4890-94db-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:56.556788 | 0.07s 2025-09-30 20:00:57.657575 | fa163ee6-1e6a-4890-94db-0000000000cd | TASK | Enable application on Ceph pools 2025-09-30 20:00:57.716415 | fa163ee6-1e6a-4890-94db-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:56.625284 | 0.06s 2025-09-30 20:00:57.726939 | fa163ee6-1e6a-4890-94db-0000000000cf | TASK | Get the RBD ceph_cli 2025-09-30 20:00:57.764530 | fa163ee6-1e6a-4890-94db-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-09-30 20:00:57.766018 | fa163ee6-1e6a-4890-94db-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:56.674886 | 0.04s 2025-09-30 20:00:57.776807 | fa163ee6-1e6a-4890-94db-0000000000d0 | TASK | Set trash interval 2025-09-30 20:00:57.848664 | fa163ee6-1e6a-4890-94db-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-09-30 20:00:57.859808 | fa163ee6-1e6a-4890-94db-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:56.768674 | 0.08s 2025-09-30 20:00:57.879093 | fa163ee6-1e6a-4890-94db-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-09-30 20:00:57.926010 | fa163ee6-1e6a-4890-94db-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:56.834874 | 0.05s 2025-09-30 20:00:57.936417 | fa163ee6-1e6a-4890-94db-0000000000e9 | TASK | Get ceph_cli 2025-09-30 20:00:57.962880 | fa163ee6-1e6a-4890-94db-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-09-30 20:00:57.964172 | fa163ee6-1e6a-4890-94db-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.873046 | 0.03s 2025-09-30 20:00:57.973876 | fa163ee6-1e6a-4890-94db-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-09-30 20:00:58.019774 | fa163ee6-1e6a-4890-94db-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:56.928643 | 0.04s 2025-09-30 20:00:58.037663 | fa163ee6-1e6a-4890-94db-0000000000f9 | TASK | Get ceph_cli 2025-09-30 20:00:58.064008 | fa163ee6-1e6a-4890-94db-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-09-30 20:00:58.065235 | fa163ee6-1e6a-4890-94db-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.974107 | 0.03s 2025-09-30 20:00:58.074682 | fa163ee6-1e6a-4890-94db-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-09-30 20:00:58.114815 | fa163ee6-1e6a-4890-94db-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-09-30 20:00:58.115720 | fa163ee6-1e6a-4890-94db-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.024603 | 0.04s 2025-09-30 20:00:58.121889 | fa163ee6-1e6a-4890-94db-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-09-30 20:00:58.158909 | fa163ee6-1e6a-4890-94db-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-09-30 20:00:58.159598 | fa163ee6-1e6a-4890-94db-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.068483 | 0.04s 2025-09-30 20:00:58.165437 | fa163ee6-1e6a-4890-94db-0000000000fc | TASK | Extract mons_json 2025-09-30 20:00:58.205734 | fa163ee6-1e6a-4890-94db-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-09-30 20:00:58.206562 | fa163ee6-1e6a-4890-94db-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.115447 | 0.04s 2025-09-30 20:00:58.212268 | fa163ee6-1e6a-4890-94db-0000000000fd | TASK | Build mons_list 2025-09-30 20:00:58.252223 | fa163ee6-1e6a-4890-94db-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-09-30 20:00:58.253579 | fa163ee6-1e6a-4890-94db-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.162453 | 0.04s 2025-09-30 20:00:58.262884 | fa163ee6-1e6a-4890-94db-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-09-30 20:00:58.291390 | fa163ee6-1e6a-4890-94db-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-09-30 20:00:58.292139 | fa163ee6-1e6a-4890-94db-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.201025 | 0.03s 2025-09-30 20:00:58.297149 | fa163ee6-1e6a-4890-94db-0000000000ff | TASK | Verify the keyring 2025-09-30 20:00:58.333440 | fa163ee6-1e6a-4890-94db-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:57.242311 | 0.04s 2025-09-30 20:00:58.343561 | fa163ee6-1e6a-4890-94db-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-09-30 20:00:58.368379 | fa163ee6-1e6a-4890-94db-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-09-30 20:00:58.369266 | fa163ee6-1e6a-4890-94db-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.278149 | 0.02s 2025-09-30 20:00:58.378193 | fa163ee6-1e6a-4890-94db-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-09-30 20:00:58.404234 | fa163ee6-1e6a-4890-94db-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-09-30 20:00:58.405126 | fa163ee6-1e6a-4890-94db-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.314008 | 0.03s 2025-09-30 20:00:58.416629 | fa163ee6-1e6a-4890-94db-00000000011c | TASK | Get ceph_cli 2025-09-30 20:00:58.431793 | fa163ee6-1e6a-4890-94db-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.340673 | 0.01s 2025-09-30 20:00:58.439105 | 22af73e5-128c-4f3c-8697-3b89cbcbeb93 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-09-30 20:00:58.448069 | fa163ee6-1e6a-4890-94db-0000000003c0 | TASK | Set ceph CLI 2025-09-30 20:00:58.595363 | fa163ee6-1e6a-4890-94db-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-09-30 20:00:58.596272 | fa163ee6-1e6a-4890-94db-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:57.505156 | 0.15s 2025-09-30 20:00:58.603726 | fa163ee6-1e6a-4890-94db-00000000011d | TASK | Get the ceph orchestrator status 2025-09-30 20:00:59.363309 | fa163ee6-1e6a-4890-94db-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-09-30 20:00:59.364659 | fa163ee6-1e6a-4890-94db-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:58.273536 | 0.76s 2025-09-30 20:00:59.374411 | fa163ee6-1e6a-4890-94db-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-09-30 20:00:59.434495 | fa163ee6-1e6a-4890-94db-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-09-30 20:00:59.435732 | fa163ee6-1e6a-4890-94db-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:58.344609 | 0.06s 2025-09-30 20:00:59.444677 | fa163ee6-1e6a-4890-94db-000000000120 | TASK | Show the deployed daemons 2025-09-30 20:01:00.345219 | fa163ee6-1e6a-4890-94db-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-09-30 20:01:00.346881 | fa163ee6-1e6a-4890-94db-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:01:59.255763 | 0.90s 2025-09-30 20:01:00.353386 | fa163ee6-1e6a-4890-94db-000000000121 | TASK | Deployed daemons 2025-09-30 20:01:00.411498 | fa163ee6-1e6a-4890-94db-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-09-30 20:01:00.413734 | fa163ee6-1e6a-4890-94db-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:01:59.322508 | 0.06s 2025-09-30 20:01:00.424570 | fa163ee6-1e6a-4890-94db-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-09-30 20:01:01.329722 | fa163ee6-1e6a-4890-94db-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-09-30 20:01:01.330974 | fa163ee6-1e6a-4890-94db-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:00.239852 | 0.90s 2025-09-30 20:01:01.339469 | fa163ee6-1e6a-4890-94db-000000000123 | TASK | Ceph cluster status 2025-09-30 20:01:01.375958 | fa163ee6-1e6a-4890-94db-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 7b0ce7fd-5c35-58aa-9bfc-441020400a85", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 80s)", " mgr: standalone.inhwey(active, since 64s)", " osd: 1 osds: 1 up (since 15s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-09-30 20:01:01.377060 | fa163ee6-1e6a-4890-94db-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:00.285938 | 0.04s 2025-09-30 20:01:01.396149 | fa163ee6-1e6a-4890-94db-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-09-30 20:01:01.952585 | fa163ee6-1e6a-4890-94db-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee6-1e6a-4890-94db-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-09-30 20:01:01.993123 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 20:01:01.993625 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 20:01:01.994156 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:00.903040 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 20:01:01.994639 | UUID | Info | Host | Task Name | Run Time 2025-09-30 20:01:01.995277 | fa163ee6-1e6a-4890-94db-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 63.87s 2025-09-30 20:01:01.995789 | fa163ee6-1e6a-4890-94db-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.00s 2025-09-30 20:01:01.996342 | fa163ee6-1e6a-4890-94db-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.59s 2025-09-30 20:01:01.996866 | fa163ee6-1e6a-4890-94db-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.98s 2025-09-30 20:01:01.997427 | fa163ee6-1e6a-4890-94db-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.52s 2025-09-30 20:01:01.997972 | fa163ee6-1e6a-4890-94db-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.96s 2025-09-30 20:01:01.998472 | fa163ee6-1e6a-4890-94db-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.94s 2025-09-30 20:01:01.999006 | fa163ee6-1e6a-4890-94db-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.92s 2025-09-30 20:01:01.999508 | fa163ee6-1e6a-4890-94db-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.90s 2025-09-30 20:01:02.000065 | fa163ee6-1e6a-4890-94db-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.90s 2025-09-30 20:01:02.000569 | fa163ee6-1e6a-4890-94db-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.85s 2025-09-30 20:01:02.001101 | fa163ee6-1e6a-4890-94db-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.83s 2025-09-30 20:01:02.001630 | fa163ee6-1e6a-4890-94db-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.76s 2025-09-30 20:01:02.002182 | fa163ee6-1e6a-4890-94db-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.62s 2025-09-30 20:01:02.002739 | fa163ee6-1e6a-4890-94db-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.58s 2025-09-30 20:01:02.003364 | fa163ee6-1e6a-4890-94db-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.48s 2025-09-30 20:01:02.003905 | fa163ee6-1e6a-4890-94db-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.48s 2025-09-30 20:01:02.004450 | fa163ee6-1e6a-4890-94db-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.32s 2025-09-30 20:01:02.005001 | fa163ee6-1e6a-4890-94db-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.31s 2025-09-30 20:01:02.005565 | fa163ee6-1e6a-4890-94db-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.27s 2025-09-30 20:01:02.006162 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-09-30 20:01:05.054 40340 INFO migrate.versioning.api [-] 72 -> 73...  2025-09-30 20:01:05.079 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.079 40340 INFO migrate.versioning.api [-] 73 -> 74...  2025-09-30 20:01:05.081 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.081 40340 INFO migrate.versioning.api [-] 74 -> 75...  2025-09-30 20:01:05.082 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.082 40340 INFO migrate.versioning.api [-] 75 -> 76...  2025-09-30 20:01:05.084 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.084 40340 INFO migrate.versioning.api [-] 76 -> 77...  2025-09-30 20:01:05.086 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.086 40340 INFO migrate.versioning.api [-] 77 -> 78...  2025-09-30 20:01:05.088 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.088 40340 INFO migrate.versioning.api [-] 78 -> 79...  2025-09-30 20:01:05.113 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.113 40340 INFO migrate.versioning.api [-] 79 -> 80...  2025-09-30 20:01:05.131 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.131 40340 INFO migrate.versioning.api [-] 80 -> 81...  2025-09-30 20:01:05.133 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.133 40340 INFO migrate.versioning.api [-] 81 -> 82...  2025-09-30 20:01:05.135 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.135 40340 INFO migrate.versioning.api [-] 82 -> 83...  2025-09-30 20:01:05.136 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.137 40340 INFO migrate.versioning.api [-] 83 -> 84...  2025-09-30 20:01:05.138 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.138 40340 INFO migrate.versioning.api [-] 84 -> 85...  2025-09-30 20:01:05.140 40340 INFO migrate.versioning.api [-] done 2025-09-30 20:01:05.140 40340 INFO migrate.versioning.api [-] 85 -> 86...  2025-09-30 20:01:05.163 40340 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-09-30 20:01:13Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:14Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:14Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:14Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:14Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-09-30 20:01:14Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:14Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 20:01:14Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:15Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:15Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-09-30 20:01:15Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:15Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:15Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-09-30 20:01:16Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:16Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:16Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:16Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:16Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:16Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:16Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-09-30 20:01:16Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:16Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 20:01:16Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:17Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:17Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:17Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-09-30 20:01:17Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-09-30 20:01:17Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:17Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 20:01:17Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:17Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:18Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:18Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:18Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-09-30 20:01:18Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:18Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 20:01:18Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:18Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 20:01:18Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:18Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:19Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:19Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-09-30 20:01:19Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:19Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-09-30 20:01:19Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-09-30 20:01:19Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:19Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-09-30 20:01:19Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:19Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-09-30 20:01:20Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:20Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-09-30 20:01:20Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:20Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-09-30 20:01:21Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:22Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 20:01:22Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:22Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-09-30 20:01:23Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:23Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:23Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:23Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:23Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:23Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:23Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:23Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:23Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:23Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-09-30 20:01:24Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 20:01:24Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 20:01:24Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 20:01:24Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 20:01:24Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:24Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:24Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:24Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:24Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:25Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-09-30 20:01:25Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:25Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-09-30 20:01:25Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:27Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-09-30 20:01:27Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:27Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-09-30 20:01:27Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:27Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:27Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:29Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:30Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:30Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:30Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:31Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:31Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:01:32Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:32Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:32Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 20:01:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:01:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:01:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:01:35Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:36Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-09-30 20:01:37Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:37Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:37Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:38Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:38Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:01:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:39Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:01:40Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:41Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 20:01:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:42Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-09-30 20:01:42Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:43Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:43Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:43Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:44Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:45Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:45Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 20:01:46Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:46Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:01:47Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:01:47Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:48Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-09-30 20:01:48Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:48Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:48Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:49Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:49Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:49Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:01:50Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:51Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:51Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:01:52Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 20:01:52Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:53Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-09-30 20:01:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:54Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:54Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:55Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-09-30 20:01:55Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:55Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:55Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:55Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:56Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:56Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:01:56Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:56Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:56Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:01:57Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:57Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:01:58Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:01:58Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:58Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:58Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:01:58Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:01:58Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:01:59Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-09-30 20:01:59Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:00Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:01Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:02:02Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-09-30 20:02:02Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:02Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-09-30 20:02:03Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:04Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-09-30 20:02:04Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:05Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-09-30 20:02:06Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:06Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:06Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:07Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:07Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:08Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:08Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:02:08Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:08Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:09Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-09-30 20:02:09Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:09Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:10Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:10Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:02:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:12Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:13Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:13Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:14Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-09-30 20:02:14Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:14Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:14Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-09-30 20:02:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-09-30 20:02:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-09-30 20:02:15Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:16Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:16Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:17Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-09-30 20:02:18Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:19Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-09-30 20:02:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:19Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-09-30 20:02:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-09-30 20:02:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-09-30 20:02:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-09-30 20:02:20Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:21Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:21Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:22Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-09-30 20:02:23Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:23Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-09-30 20:02:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:23Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-09-30 20:02:24Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:24Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-09-30 20:02:24Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:25Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:25Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:26Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-09-30 20:02:26Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:26Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:26Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:26Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:26Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:26Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-09-30 20:02:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-09-30 20:02:27Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:28Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-09-30 20:02:28Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:28Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:28Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:29Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-09-30 20:02:30Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:30Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:30Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:32Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:32Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:32Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:33Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:33Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:02:33Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:02:33Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:02:33Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:34Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:34Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:35Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:35Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:35Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:35Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:35Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:02:35Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:36Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:36Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:37Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-09-30 20:02:37Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:37Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:02:38Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:38Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:02:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:39Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:40Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:41Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:02:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:02:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:41Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:02:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:02:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:44Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:45Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:45Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:45Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-09-30 20:02:46Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:46Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:47Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:48Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:48Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:49Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:50Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:51Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:51Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:02:51Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:02:51Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:02:51Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:52Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:52Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:02:53Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-09-30 20:02:53Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:53Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:53Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:53Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:02:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:02:55Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:56Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:57Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:02:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 20:02:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:58Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:02:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:02:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:02:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:02:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:02:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:03:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:01Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:01Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-09-30 20:03:03Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:03Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:03Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:04Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:04Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:04Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:06Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:06Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:08Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:08Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:09Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-09-30 20:03:09Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:09Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:09Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:10Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:10Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:11Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:11Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:11Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:11Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:12Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-09-30 20:03:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:14Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-09-30 20:03:14Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:14Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:14Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:15Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:15Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:16Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:16Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:16Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-09-30 20:03:17Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:18Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-09-30 20:03:18Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:18Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:18Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:18Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:19Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:20Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:20Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 20:03:21Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:21Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:22Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:22Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:03:23Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:23Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:23Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:03:23Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-09-30 20:03:25Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:25Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:25Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:25Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:26Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:27Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:03:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 20:03:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 20:03:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:03:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:03:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-09-30 20:03:34Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:35Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-09-30 20:03:36Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:36Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:36Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:37Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:37Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:37Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:03:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:03:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:40Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:41Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:41Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:42Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-09-30 20:03:42Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:42Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:43Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:44Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:44Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:03:45Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:45Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:46Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:46Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:46Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-09-30 20:03:47Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:47Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:47Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:48Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:48Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:03:48Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:49Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:50Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:50Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:03:51Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:51Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:03:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-09-30 20:03:53Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:53Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:53Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:54Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:54Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:54Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-09-30 20:03:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:03:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-09-30 20:03:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:03:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-09-30 20:03:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:03:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:03:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-09-30 20:04:00Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:00Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-09-30 20:04:00Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:01Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:01Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:02Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-09-30 20:04:03Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:03Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:04Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:04Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:05Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:05Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:05Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-09-30 20:04:06Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:07Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:04:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:08Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:09Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-09-30 20:04:09Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:09Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:11Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:11Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:12Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:12Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:13Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:13Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:13Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-09-30 20:04:13Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:13Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:04:13Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:14Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:14Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:14Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:14Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:14Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-09-30 20:04:15Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:15Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:15Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:16Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:17Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:04:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:18Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:18Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:18Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:18Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:18Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-09-30 20:04:19Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:20Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:20Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:21Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-09-30 20:04:22Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:22Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:22Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:22Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:23Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:24Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:24Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:25Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-09-30 20:04:25Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:25Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:25Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:26Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:26Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:26Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:27Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:27Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-09-30 20:04:28Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:28Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:28Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:28Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:28Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:29Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-09-30 20:04:29Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:29Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:29Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:29Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:30Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:30Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:30Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:31Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-09-30 20:04:31Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:31Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:31Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:04:31Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:31Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:32Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:32Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:32Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:33Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:33Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:35Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:04:35Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:35Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-09-30 20:04:36Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:36Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:38Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:38Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:39Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:39Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:04:39Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:40Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:40Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:04:40Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:40Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:40Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:40Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:41Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:41Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-09-30 20:04:42Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:43Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-09-30 20:04:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:43Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:44Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:44Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:45Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:45Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:46Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:46Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:46Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:04:46Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:47Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-09-30 20:04:48Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:48Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:48Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:48Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:49Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:50Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:04:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:51Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:04:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-09-30 20:04:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:04:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:57Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-09-30 20:04:57Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:04:58Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-09-30 20:04:59Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-09-30 20:04:59Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:04:59Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:00Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:00Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:00Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:05:00Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:01Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-09-30 20:05:01Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:01Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:02Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:03Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:03Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:03Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:05:04Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:05Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:05Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:05Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-09-30 20:05:06Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:07Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-09-30 20:05:07Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:07Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:08Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:08Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:09Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:10Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:05:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:11Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:12Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:12Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 20:05:14Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:15Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-09-30 20:05:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:15Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:15Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-09-30 20:05:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:19Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:20Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-09-30 20:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:22Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 20:05:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:23Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:05:24Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:24Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:24Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:24Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-09-30 20:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:28Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:29Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:05:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 20:05:30Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:31Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-09-30 20:05:31Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:31Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:05:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:34Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:34Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:36Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:36Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:37Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:37Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:37Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:37Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:37Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:37Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-09-30 20:05:39Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:39Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:39Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:39Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-09-30 20:05:40Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:40Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:41Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:41Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 20:05:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 20:05:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:44Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:45Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:45Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:05:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:46Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-09-30 20:05:48Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:48Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:48Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:48Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:05:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:49Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:50Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:51Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:52Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:53Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:05:53Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:53Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:54Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:05:54Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:54Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-09-30 20:05:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:57Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 20:05:57Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:05:57Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-09-30 20:05:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:58Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:58Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:58Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:05:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:05:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:05:59Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 20:06:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:06:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:00Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:01Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 20:06:01Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:01Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:01Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:01Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:02Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:02Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:03Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:06:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:06:04Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:05Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-09-30 20:06:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:06Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:07Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:08Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:09Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:09Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:09Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:10Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:10Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:10Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:11Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:11Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 20:06:11Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:11Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 20:06:12Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 20:06:12Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:12Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-09-30 20:06:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:13Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:14Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:15Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:15Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:15Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-09-30 20:06:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:17Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:17Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:18Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:18Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:19Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-09-30 20:06:20Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:20Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:20Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:21Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:21Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:22Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:22Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:22Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:22Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:23Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 20:06:24Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:24Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:25Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:06:25Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 20:06:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 20:06:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:27Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:27Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:28Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:28Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:29Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-09-30 20:06:30Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:30Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:30Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:31Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:31Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:31Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:32Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:32Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:32Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:33Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-09-30 20:06:33Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:33Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:34Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:34Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:34Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:35Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:35Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:35Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-09-30 20:06:36Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:36Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:36Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:36Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:37Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:38Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:38Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:39Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:39Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:40Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 20:06:40Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:41Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-09-30 20:06:42Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:42Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:42Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:43Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:43Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:44Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:44Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:45Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:45Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:45Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-09-30 20:06:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:46Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:47Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:47Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:48Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:06:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:06:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-09-30 20:06:50Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:51Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-09-30 20:06:52Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:52Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:52Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:52Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-09-30 20:06:52Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:53Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-09-30 20:06:53Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:53Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:53Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:54Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:54Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:06:55Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:55Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:06:55Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:06:56Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:57Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 20:06:57Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:06:58Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-09-30 20:06:59Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-09-30 20:06:59Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:06:59Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:00Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:00Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:00Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:07:01Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:02Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:02Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:03Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:03Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:04Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-09-30 20:07:04Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:04Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:05Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:06Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:06Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:07:07Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:07Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:07Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:08Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:09Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:09Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:09Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-09-30 20:07:10Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:11Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-09-30 20:07:11Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:11Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:12Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:13Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:13Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:14Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-09-30 20:07:14Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:14Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:14Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:15Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:15Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:16Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:17Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:18Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:19Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:19Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:20Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-09-30 20:07:21Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:22Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-09-30 20:07:22Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:22Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:22Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:23Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:23Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:24Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:24Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:24Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 20:07:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:25Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:26Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:26Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:26Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-09-30 20:07:26Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:26Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 20:07:26Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:27Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:28Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-09-30 20:07:29Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:30Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-09-30 20:07:30Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:30Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:31Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:32Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:32Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:33Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:34Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:34Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:35Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:35Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:35Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-09-30 20:07:36Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:37Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-09-30 20:07:37Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:39Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-09-30 20:07:39Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:40Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-09-30 20:07:40Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:40Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:40Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:40Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:42Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:42Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:42Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:43Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:43Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:45Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:45Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:45Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-09-30 20:07:46Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:46Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:46Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:46Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:46Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:47Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-09-30 20:07:47Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:47Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:48Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:49Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:49Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-09-30 20:07:50Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:50Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:50Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 20:07:50Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:51Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-09-30 20:07:51Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:52Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-09-30 20:07:52Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:54Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-09-30 20:07:54Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:55Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-09-30 20:07:55Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:55Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:55Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:55Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:55Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:56Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-09-30 20:07:57Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:57Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:57Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:58Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:58Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:58Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-09-30 20:07:58Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:07:59Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-09-30 20:07:59Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:59Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:07:59Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:07:59Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 20:07:59Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:00Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-09-30 20:08:00Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:00Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-09-30 20:08:02Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:03Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:03Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:03Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:03Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:03Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:03Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:04Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:04Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:04Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 20:08:04Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:05Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:05Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:05Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-09-30 20:08:05Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:05Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:05Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:05Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:06Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:06Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:06Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:06Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:06Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:07Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-09-30 20:08:07Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:07Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:07Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:07Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 20:08:07Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:07Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:07Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:08Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-09-30 20:08:08Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:08Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:08Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:08Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-09-30 20:08:09Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:09Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:09Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:09Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-09-30 20:08:09Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:09Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:09Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:10Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-09-30 20:08:10Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:10Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:10Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:10Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:10Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:11Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:11Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:11Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:11Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:11Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:12Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:13Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-09-30 20:08:13Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:13Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-09-30 20:08:14Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:14Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:14Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-09-30 20:08:14Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:14Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-09-30 20:08:14Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:14Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:14Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:15Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:15Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-09-30 20:08:15Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 20:08:15Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:15Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:15Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:15Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-09-30 20:08:16Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-09-30 20:08:16Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:16Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:16Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:16Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:16Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:16Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-09-30 20:08:17Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:17Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-09-30 20:08:17Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:18Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-09-30 20:08:18Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:19Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:20Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:20Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:20Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:20Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:20Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:20Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:20Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:21Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:21Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 20:08:21Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:22Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:22Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-09-30 20:08:22Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:23Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-09-30 20:08:23Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-09-30 20:08:24Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:25Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 20:08:25Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-09-30 20:08:25Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:25Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-09-30 20:08:26Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:26Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 20:08:26Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:26Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:26Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:27Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-09-30 20:08:27Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:27Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:28Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:28Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:29Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:29Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:31Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:31Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:31Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:31Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 20:08:32Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:34Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-09-30 20:08:34Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 20:08:34Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-09-30 20:08:34Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 20:08:34Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-09-30 20:08:34Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/a4789cd4-14d4-4dbc-979c-dd843c0dc54e 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-09-30 20:08:57.052761 | fa163ee6-1e6a-800d-88e9-000000000006 | TASK | External deployment step 0 2025-09-30 20:08:57.081903 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-000000000006') missing from stats 2025-09-30 20:08:57.136504 | fa163ee6-1e6a-800d-88e9-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.132782 | 0.03s 2025-09-30 20:08:57.143194 | 276a5ba9-e7bc-47b1-b40b-1adb2630f802 | INCLUDED | /root/standalone-ansible-lu02624j/external_deploy_steps_tasks_step0.yaml | undercloud 2025-09-30 20:08:57.157919 | fa163ee6-1e6a-800d-88e9-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-09-30 20:08:58.110558 | fa163ee6-1e6a-800d-88e9-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-09-30 20:08:58.111976 | fa163ee6-1e6a-800d-88e9-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.108251 | 0.95s 2025-09-30 20:08:58.130780 | fa163ee6-1e6a-800d-88e9-000000000129 | TASK | create redis virtual ip 2025-09-30 20:08:59.037282 | fa163ee6-1e6a-800d-88e9-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-09-30 20:08:59.038381 | fa163ee6-1e6a-800d-88e9-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.034670 | 0.91s PLAY [Check if required variables are defined] ********************************* 2025-09-30 20:08:59.098569 | fa163ee6-1e6a-800d-88e9-000000000138 | TASK | Gathering Facts 2025-09-30 20:08:59.678422 | fa163ee6-1e6a-800d-88e9-000000000138 | OK | Gathering Facts | localhost 2025-09-30 20:08:59.680142 | fa163ee6-1e6a-800d-88e9-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.676418 | 0.58s 2025-09-30 20:08:59.750211 | fa163ee6-1e6a-800d-88e9-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-09-30 20:08:59.752079 | fa163ee6-1e6a-800d-88e9-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.748348 | 0.05s 2025-09-30 20:08:59.805314 | fa163ee6-1e6a-800d-88e9-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-09-30 20:08:59.806756 | fa163ee6-1e6a-800d-88e9-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.803031 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-09-30 20:08:59.931428 | fa163ee6-1e6a-800d-88e9-000000000160 | TASK | Gathering Facts 2025-09-30 20:08:59.941035 | fa163ee6-1e6a-800d-88e9-000000000160 | TASK | Gathering Facts 2025-09-30 20:09:00.278090 | fa163ee6-1e6a-800d-88e9-000000000160 | OK | Gathering Facts | standalone 2025-09-30 20:09:00.279708 | fa163ee6-1e6a-800d-88e9-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.275987 | 0.34s 2025-09-30 20:09:00.282650 | fa163ee6-1e6a-800d-88e9-000000000160 | OK | Gathering Facts | undercloud 2025-09-30 20:09:00.283834 | fa163ee6-1e6a-800d-88e9-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.280118 | 0.35s 2025-09-30 20:09:00.345061 | fa163ee6-1e6a-800d-88e9-000000000012 | TASK | Set legacy facts 2025-09-30 20:09:00.365995 | fa163ee6-1e6a-800d-88e9-000000000012 | TASK | Set legacy facts 2025-09-30 20:09:00.382977 | fa163ee6-1e6a-800d-88e9-000000000012 | OK | Set legacy facts | undercloud 2025-09-30 20:09:00.384255 | fa163ee6-1e6a-800d-88e9-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.380538 | 0.04s 2025-09-30 20:09:00.408469 | fa163ee6-1e6a-800d-88e9-000000000012 | OK | Set legacy facts | standalone 2025-09-30 20:09:00.409214 | fa163ee6-1e6a-800d-88e9-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.405501 | 0.04s PLAY [Load global variables] *************************************************** 2025-09-30 20:09:00.569371 | fa163ee6-1e6a-800d-88e9-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-09-30 20:09:00.570388 | fa163ee6-1e6a-800d-88e9-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.566668 | 0.04s 2025-09-30 20:09:00.581000 | fa163ee6-1e6a-800d-88e9-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-09-30 20:09:00.581431 | fa163ee6-1e6a-800d-88e9-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.577722 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-09-30 20:09:00.640941 | fa163ee6-1e6a-800d-88e9-000000000018 | TASK | Include Service VIP vars 2025-09-30 20:09:00.675189 | fa163ee6-1e6a-800d-88e9-000000000018 | OK | Include Service VIP vars | undercloud 2025-09-30 20:09:00.676128 | fa163ee6-1e6a-800d-88e9-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.672411 | 0.03s 2025-09-30 20:09:00.686722 | fa163ee6-1e6a-800d-88e9-000000000018 | OK | Include Service VIP vars | standalone 2025-09-30 20:09:00.687192 | fa163ee6-1e6a-800d-88e9-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.683483 | 0.04s 2025-09-30 20:09:00.691045 | fa163ee6-1e6a-800d-88e9-000000000019 | TASK | Include OVN bridge MAC address variables 2025-09-30 20:09:00.726018 | fa163ee6-1e6a-800d-88e9-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-09-30 20:09:00.727014 | fa163ee6-1e6a-800d-88e9-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.723296 | 0.04s 2025-09-30 20:09:00.737684 | fa163ee6-1e6a-800d-88e9-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-09-30 20:09:00.738115 | fa163ee6-1e6a-800d-88e9-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.734407 | 0.04s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-09-30 20:09:00.820318 | fa163ee6-1e6a-800d-88e9-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-09-30 20:09:01.514916 | fa163ee6-1e6a-800d-88e9-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee6-1e6a-800d-88e9-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-09-30 20:09:01.571543 | fa163ee6-1e6a-800d-88e9-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-09-30 20:09:01.596334 | fa163ee6-1e6a-800d-88e9-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-09-30 20:09:01.596853 | fa163ee6-1e6a-800d-88e9-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.593128 | 0.02s PLAY [Manage SELinux] ********************************************************** 2025-09-30 20:09:01.657179 | fa163ee6-1e6a-800d-88e9-000000000023 | TASK | Set selinux state 2025-09-30 20:09:02.233330 | fa163ee6-1e6a-800d-88e9-000000000023 | OK | Set selinux state | standalone 2025-09-30 20:09:02.234558 | fa163ee6-1e6a-800d-88e9-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.230836 | 0.58s PLAY [Generate /etc/hosts] ***************************************************** 2025-09-30 20:09:02.373427 | fa163ee6-1e6a-800d-88e9-000000000026 | TASK | Configure Hosts Entries 2025-09-30 20:09:02.403549 | fa163ee6-1e6a-800d-88e9-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.399807 | 0.03s 2025-09-30 20:09:02.418407 | fa163ee6-1e6a-800d-88e9-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.414692 | 0.02s 2025-09-30 20:09:02.470504 | fa163ee6-1e6a-800d-88e9-0000000001f1 | TASK | Create temporary file for hosts 2025-09-30 20:09:02.816648 | fa163ee6-1e6a-800d-88e9-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-09-30 20:09:02.817665 | fa163ee6-1e6a-800d-88e9-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.813945 | 0.33s 2025-09-30 20:09:02.840013 | fa163ee6-1e6a-800d-88e9-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-09-30 20:09:02.841076 | fa163ee6-1e6a-800d-88e9-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.837357 | 0.37s 2025-09-30 20:09:02.859497 | fa163ee6-1e6a-800d-88e9-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-09-30 20:09:03.245935 | fa163ee6-1e6a-800d-88e9-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-09-30 20:09:03.247265 | fa163ee6-1e6a-800d-88e9-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.243539 | 0.39s 2025-09-30 20:09:03.248171 | fa163ee6-1e6a-800d-88e9-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-09-30 20:09:03.248892 | fa163ee6-1e6a-800d-88e9-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.245177 | 0.37s 2025-09-30 20:09:03.267389 | fa163ee6-1e6a-800d-88e9-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-09-30 20:09:03.634158 | fa163ee6-1e6a-800d-88e9-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-09-30 20:09:03.635657 | fa163ee6-1e6a-800d-88e9-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.631934 | 0.35s 2025-09-30 20:09:03.636785 | fa163ee6-1e6a-800d-88e9-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-09-30 20:09:03.637475 | fa163ee6-1e6a-800d-88e9-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.633761 | 0.37s 2025-09-30 20:09:03.654962 | fa163ee6-1e6a-800d-88e9-0000000001f4 | TASK | Render out the hosts entries 2025-09-30 20:09:03.783076 | fa163ee6-1e6a-800d-88e9-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-09-30 20:09:03.784121 | fa163ee6-1e6a-800d-88e9-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.780400 | 0.13s 2025-09-30 20:09:03.802168 | fa163ee6-1e6a-800d-88e9-0000000001f5 | TASK | Prepare new /etc/hosts 2025-09-30 20:09:04.052975 | fa163ee6-1e6a-800d-88e9-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-09-30 20:09:04.054958 | fa163ee6-1e6a-800d-88e9-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.051223 | 0.25s 2025-09-30 20:09:04.078067 | fa163ee6-1e6a-800d-88e9-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-09-30 20:09:04.079048 | fa163ee6-1e6a-800d-88e9-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.075331 | 0.26s 2025-09-30 20:09:04.097259 | fa163ee6-1e6a-800d-88e9-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-09-30 20:09:04.410156 | fa163ee6-1e6a-800d-88e9-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-09-30 20:09:04.411610 | fa163ee6-1e6a-800d-88e9-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.407880 | 0.29s 2025-09-30 20:09:04.453364 | fa163ee6-1e6a-800d-88e9-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-09-30 20:09:04.454129 | fa163ee6-1e6a-800d-88e9-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.450413 | 0.36s 2025-09-30 20:09:04.472025 | fa163ee6-1e6a-800d-88e9-0000000001f7 | TASK | Clean up temporary hosts file 2025-09-30 20:09:04.847139 | fa163ee6-1e6a-800d-88e9-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-09-30 20:09:04.848630 | fa163ee6-1e6a-800d-88e9-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.844901 | 0.38s 2025-09-30 20:09:04.859957 | fa163ee6-1e6a-800d-88e9-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-09-30 20:09:04.860676 | fa163ee6-1e6a-800d-88e9-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.856962 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2025-09-30 20:09:04.974448 | fa163ee6-1e6a-800d-88e9-00000000002a | TASK | Common roles for TripleO servers 2025-09-30 20:09:04.999604 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-00000000002a') missing from stats 2025-09-30 20:09:05.063216 | fa163ee6-1e6a-800d-88e9-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.059495 | 0.02s 2025-09-30 20:09:05.125128 | fa163ee6-1e6a-800d-88e9-000000000254 | TASK | Gather variables for each operating system 2025-09-30 20:09:05.239944 | fa163ee6-1e6a-800d-88e9-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 20:09:05.241252 | fa163ee6-1e6a-800d-88e9-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.237526 | 0.11s 2025-09-30 20:09:05.252423 | fa163ee6-1e6a-800d-88e9-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.248693 | 0.13s 2025-09-30 20:09:05.277753 | fa163ee6-1e6a-800d-88e9-000000000256 | TASK | Check release version package is installed 2025-09-30 20:09:05.569801 | fa163ee6-1e6a-800d-88e9-000000000256 | CHANGED | Check release version package is installed | standalone 2025-09-30 20:09:05.571196 | fa163ee6-1e6a-800d-88e9-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.567472 | 0.29s 2025-09-30 20:09:05.597484 | fa163ee6-1e6a-800d-88e9-000000000257 | TASK | Deploy release version package 2025-09-30 20:09:10.041770 | fa163ee6-1e6a-800d-88e9-000000000257 | CHANGED | Deploy release version package | standalone 2025-09-30 20:09:10.042958 | fa163ee6-1e6a-800d-88e9-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.039239 | 4.44s 2025-09-30 20:09:10.067219 | fa163ee6-1e6a-800d-88e9-000000000259 | TASK | Include packages tasks 2025-09-30 20:09:10.088544 | fa163ee6-1e6a-800d-88e9-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.084814 | 0.02s 2025-09-30 20:09:10.113401 | 5d2a603e-0bf0-4b01-9037-5c3cbe9e62e3 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-09-30 20:09:10.143578 | fa163ee6-1e6a-800d-88e9-0000000002ad | TASK | Gather facts if they don't exist 2025-09-30 20:09:10.190571 | fa163ee6-1e6a-800d-88e9-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-09-30 20:09:10.191635 | fa163ee6-1e6a-800d-88e9-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.187912 | 0.05s 2025-09-30 20:09:10.215936 | fa163ee6-1e6a-800d-88e9-0000000002ae | TASK | Gather variables for each operating system 2025-09-30 20:09:10.334348 | fa163ee6-1e6a-800d-88e9-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 20:09:10.345192 | fa163ee6-1e6a-800d-88e9-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.341467 | 0.13s 2025-09-30 20:09:10.365013 | fa163ee6-1e6a-800d-88e9-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-09-30 20:09:10.618452 | fa163ee6-1e6a-800d-88e9-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-09-30 20:09:10.619794 | fa163ee6-1e6a-800d-88e9-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.616071 | 0.25s 2025-09-30 20:09:10.646689 | fa163ee6-1e6a-800d-88e9-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-09-30 20:09:15.960076 | fa163ee6-1e6a-800d-88e9-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-09-30 20:09:15.961466 | fa163ee6-1e6a-800d-88e9-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.957742 | 5.31s 2025-09-30 20:09:15.986674 | fa163ee6-1e6a-800d-88e9-0000000002b2 | TASK | Ensure packages are actually well installed 2025-09-30 20:09:17.068369 | fa163ee6-1e6a-800d-88e9-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-09-30 20:09:17.069798 | fa163ee6-1e6a-800d-88e9-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.066072 | 1.08s 2025-09-30 20:09:17.095338 | fa163ee6-1e6a-800d-88e9-00000000025a | TASK | Enable openvswitch service if installed 2025-09-30 20:09:18.042194 | fa163ee6-1e6a-800d-88e9-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-09-30 20:09:18.044160 | fa163ee6-1e6a-800d-88e9-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.040434 | 0.95s 2025-09-30 20:09:18.070892 | fa163ee6-1e6a-800d-88e9-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-09-30 20:09:18.324204 | fa163ee6-1e6a-800d-88e9-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-09-30 20:09:18.325069 | fa163ee6-1e6a-800d-88e9-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.321356 | 0.25s 2025-09-30 20:09:18.342283 | fa163ee6-1e6a-800d-88e9-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-09-30 20:09:18.604234 | fa163ee6-1e6a-800d-88e9-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-09-30 20:09:18.605022 | fa163ee6-1e6a-800d-88e9-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.601308 | 0.26s 2025-09-30 20:09:18.622172 | fa163ee6-1e6a-800d-88e9-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-09-30 20:09:18.656152 | fa163ee6-1e6a-800d-88e9-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-09-30 20:09:18.657073 | fa163ee6-1e6a-800d-88e9-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.653354 | 0.03s 2025-09-30 20:09:18.678429 | fa163ee6-1e6a-800d-88e9-00000000025f | TASK | Ensure network service is enabled 2025-09-30 20:09:19.092180 | fa163ee6-1e6a-800d-88e9-00000000025f | OK | Ensure network service is enabled | standalone 2025-09-30 20:09:19.093967 | fa163ee6-1e6a-800d-88e9-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.090240 | 0.41s 2025-09-30 20:09:19.124648 | fa163ee6-1e6a-800d-88e9-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 20:09:19.478828 | fa163ee6-1e6a-800d-88e9-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 20:09:19.480476 | fa163ee6-1e6a-800d-88e9-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.476747 | 0.35s 2025-09-30 20:09:19.509731 | fa163ee6-1e6a-800d-88e9-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 20:09:19.754656 | fa163ee6-1e6a-800d-88e9-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 20:09:19.756051 | fa163ee6-1e6a-800d-88e9-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.752326 | 0.24s 2025-09-30 20:09:19.780406 | fa163ee6-1e6a-800d-88e9-000000000263 | TASK | Reload NetworkManager 2025-09-30 20:09:20.194329 | fa163ee6-1e6a-800d-88e9-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-09-30 20:09:20.195284 | fa163ee6-1e6a-800d-88e9-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.191572 | 0.41s 2025-09-30 20:09:20.213138 | fa163ee6-1e6a-800d-88e9-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-09-30 20:09:20.389582 | fa163ee6-1e6a-800d-88e9-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-09-30 20:09:20.390390 | fa163ee6-1e6a-800d-88e9-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.386676 | 0.18s 2025-09-30 20:09:20.407736 | fa163ee6-1e6a-800d-88e9-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-09-30 20:09:20.698238 | fa163ee6-1e6a-800d-88e9-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-09-30 20:09:20.699664 | fa163ee6-1e6a-800d-88e9-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.695936 | 0.29s 2025-09-30 20:09:20.723035 | fa163ee6-1e6a-800d-88e9-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-09-30 20:09:20.931541 | fa163ee6-1e6a-800d-88e9-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-09-30 20:09:20.932728 | fa163ee6-1e6a-800d-88e9-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.929004 | 0.21s 2025-09-30 20:09:20.958513 | fa163ee6-1e6a-800d-88e9-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-09-30 20:09:21.170256 | fa163ee6-1e6a-800d-88e9-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-09-30 20:09:21.172796 | fa163ee6-1e6a-800d-88e9-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.169041 | 0.21s 2025-09-30 20:09:21.249389 | fa163ee6-1e6a-800d-88e9-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.245656 | 0.03s 2025-09-30 20:09:21.335121 | fa163ee6-1e6a-800d-88e9-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-09-30 20:09:21.555497 | fa163ee6-1e6a-800d-88e9-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-09-30 20:09:21.556489 | fa163ee6-1e6a-800d-88e9-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.552773 | 0.22s 2025-09-30 20:09:21.580770 | fa163ee6-1e6a-800d-88e9-000000000362 | TASK | Check for ssh_known_hosts file 2025-09-30 20:09:21.795077 | fa163ee6-1e6a-800d-88e9-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-09-30 20:09:21.796999 | fa163ee6-1e6a-800d-88e9-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.793267 | 0.21s 2025-09-30 20:09:21.823692 | fa163ee6-1e6a-800d-88e9-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-09-30 20:09:21.852604 | fa163ee6-1e6a-800d-88e9-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-09-30 20:09:21.854473 | fa163ee6-1e6a-800d-88e9-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.850737 | 0.03s 2025-09-30 20:09:21.886070 | fa163ee6-1e6a-800d-88e9-000000000364 | TASK | Write temporary file 2025-09-30 20:09:21.917721 | fa163ee6-1e6a-800d-88e9-000000000364 | SKIPPED | Write temporary file | standalone 2025-09-30 20:09:21.919539 | fa163ee6-1e6a-800d-88e9-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.915810 | 0.03s 2025-09-30 20:09:21.944304 | fa163ee6-1e6a-800d-88e9-000000000365 | TASK | Set ssh_known_hosts fact 2025-09-30 20:09:22.023314 | fa163ee6-1e6a-800d-88e9-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-09-30 20:09:22.024491 | fa163ee6-1e6a-800d-88e9-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.020767 | 0.08s 2025-09-30 20:09:22.048975 | fa163ee6-1e6a-800d-88e9-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-09-30 20:09:22.273716 | fa163ee6-1e6a-800d-88e9-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-09-30 20:09:22.275191 | fa163ee6-1e6a-800d-88e9-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.271469 | 0.22s 2025-09-30 20:09:22.299953 | fa163ee6-1e6a-800d-88e9-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-09-30 20:09:22.523371 | fa163ee6-1e6a-800d-88e9-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-09-30 20:09:22.524694 | fa163ee6-1e6a-800d-88e9-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.520969 | 0.22s 2025-09-30 20:09:22.549501 | fa163ee6-1e6a-800d-88e9-000000000368 | TASK | Remove temp file 2025-09-30 20:09:22.749245 | fa163ee6-1e6a-800d-88e9-000000000368 | CHANGED | Remove temp file | standalone 2025-09-30 20:09:22.750615 | fa163ee6-1e6a-800d-88e9-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.746889 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2025-09-30 20:09:22.929435 | fa163ee6-1e6a-800d-88e9-000000000034 | TASK | Deploy step tasks for step 0 2025-09-30 20:09:22.988617 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-000000000034') missing from stats 2025-09-30 20:09:23.014473 | fa163ee6-1e6a-800d-88e9-000000000035 | TASK | Ensure /var/log/journal exists 2025-09-30 20:09:23.253972 | fa163ee6-1e6a-800d-88e9-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-09-30 20:09:23.255237 | fa163ee6-1e6a-800d-88e9-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.251515 | 0.24s 2025-09-30 20:09:23.279979 | fa163ee6-1e6a-800d-88e9-000000000036 | TASK | Check cloud-init status 2025-09-30 20:09:23.531417 | fa163ee6-1e6a-800d-88e9-000000000036 | CHANGED | Check cloud-init status | standalone 2025-09-30 20:09:23.532829 | fa163ee6-1e6a-800d-88e9-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.529108 | 0.25s 2025-09-30 20:09:23.555176 | fa163ee6-1e6a-800d-88e9-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-09-30 20:09:23.773590 | fa163ee6-1e6a-800d-88e9-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-09-30 20:09:23.775037 | fa163ee6-1e6a-800d-88e9-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.771314 | 0.22s 2025-09-30 20:09:23.800514 | fa163ee6-1e6a-800d-88e9-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-09-30 20:09:24.162824 | fa163ee6-1e6a-800d-88e9-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-09-30 20:09:24.164280 | fa163ee6-1e6a-800d-88e9-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.160557 | 0.36s 2025-09-30 20:09:24.191733 | fa163ee6-1e6a-800d-88e9-000000000039 | TASK | Create /var/lib/container-puppet 2025-09-30 20:09:24.411097 | fa163ee6-1e6a-800d-88e9-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-09-30 20:09:24.412525 | fa163ee6-1e6a-800d-88e9-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.408802 | 0.22s 2025-09-30 20:09:24.438163 | fa163ee6-1e6a-800d-88e9-00000000003a | TASK | Write container-puppet.sh 2025-09-30 20:09:24.891064 | fa163ee6-1e6a-800d-88e9-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-09-30 20:09:24.892201 | fa163ee6-1e6a-800d-88e9-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.888482 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 20:09:24.958222 | fa163ee6-1e6a-800d-88e9-00000000003b | TIMING | include_tasks | standalone | 0:00:27.954501 | 0.04s 2025-09-30 20:09:24.978743 | 3b1d786f-d828-4e71-87e6-d7f3c5c2c0fa | INCLUDED | /root/standalone-ansible-lu02624j/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-09-30 20:09:25.012024 | fa163ee6-1e6a-800d-88e9-000000000416 | TASK | Configure tuned before reboot 2025-09-30 20:09:25.060712 | fa163ee6-1e6a-800d-88e9-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.056986 | 0.05s 2025-09-30 20:09:25.119397 | fa163ee6-1e6a-800d-88e9-000000000455 | TASK | Gather variables for each operating system 2025-09-30 20:09:25.238702 | fa163ee6-1e6a-800d-88e9-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-09-30 20:09:25.239934 | fa163ee6-1e6a-800d-88e9-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.236211 | 0.12s 2025-09-30 20:09:25.245141 | fa163ee6-1e6a-800d-88e9-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.241432 | 0.12s 2025-09-30 20:09:25.323776 | fa163ee6-1e6a-800d-88e9-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.320048 | 0.06s 2025-09-30 20:09:25.345109 | 5488bf8f-b314-4dd5-b51d-276383c4745f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-09-30 20:09:25.381632 | fa163ee6-1e6a-800d-88e9-00000000047f | TASK | Check tuned package is installed 2025-09-30 20:09:25.627220 | fa163ee6-1e6a-800d-88e9-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-09-30 20:09:25.628482 | fa163ee6-1e6a-800d-88e9-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.624762 | 0.25s 2025-09-30 20:09:25.654716 | fa163ee6-1e6a-800d-88e9-000000000480 | TASK | Install tuned 2025-09-30 20:09:32.436680 | fa163ee6-1e6a-800d-88e9-000000000480 | CHANGED | Install tuned | standalone 2025-09-30 20:09:32.438143 | fa163ee6-1e6a-800d-88e9-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.434420 | 6.78s 2025-09-30 20:09:32.467627 | fa163ee6-1e6a-800d-88e9-000000000481 | TASK | Restart tuned 2025-09-30 20:09:35.297114 | fa163ee6-1e6a-800d-88e9-000000000481 | CHANGED | Restart tuned | standalone 2025-09-30 20:09:35.298522 | fa163ee6-1e6a-800d-88e9-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:38.294807 | 2.83s 2025-09-30 20:09:35.320194 | fa163ee6-1e6a-800d-88e9-000000000457 | TASK | Check for tuned-adm 2025-09-30 20:09:35.551909 | fa163ee6-1e6a-800d-88e9-000000000457 | OK | Check for tuned-adm | standalone 2025-09-30 20:09:35.552895 | fa163ee6-1e6a-800d-88e9-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:38.549179 | 0.23s 2025-09-30 20:09:35.606447 | fa163ee6-1e6a-800d-88e9-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.602721 | 0.03s 2025-09-30 20:09:35.625716 | b5c9f754-4a1a-4448-9bc8-db7c1771f8c4 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-09-30 20:09:35.663718 | fa163ee6-1e6a-800d-88e9-0000000004b6 | TASK | Ensure profile directory exists 2025-09-30 20:09:35.722069 | fa163ee6-1e6a-800d-88e9-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-09-30 20:09:35.723138 | fa163ee6-1e6a-800d-88e9-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.719414 | 0.06s 2025-09-30 20:09:35.749164 | fa163ee6-1e6a-800d-88e9-0000000004b7 | TASK | Create custom tuned profile 2025-09-30 20:09:35.821647 | fa163ee6-1e6a-800d-88e9-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-09-30 20:09:35.822679 | fa163ee6-1e6a-800d-88e9-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.818958 | 0.07s 2025-09-30 20:09:35.848072 | fa163ee6-1e6a-800d-88e9-0000000004b8 | TASK | Check tuned active profile 2025-09-30 20:09:36.199630 | fa163ee6-1e6a-800d-88e9-0000000004b8 | OK | Check tuned active profile | standalone 2025-09-30 20:09:36.200763 | fa163ee6-1e6a-800d-88e9-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.197042 | 0.35s 2025-09-30 20:09:36.226967 | fa163ee6-1e6a-800d-88e9-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-09-30 20:09:36.448038 | fa163ee6-1e6a-800d-88e9-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-09-30 20:09:36.449153 | fa163ee6-1e6a-800d-88e9-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.445432 | 0.22s 2025-09-30 20:09:36.475202 | fa163ee6-1e6a-800d-88e9-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-09-30 20:09:36.537761 | fa163ee6-1e6a-800d-88e9-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-09-30 20:09:36.538799 | fa163ee6-1e6a-800d-88e9-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.535077 | 0.06s 2025-09-30 20:09:36.566177 | fa163ee6-1e6a-800d-88e9-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-09-30 20:09:36.604643 | fa163ee6-1e6a-800d-88e9-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-09-30 20:09:36.605690 | fa163ee6-1e6a-800d-88e9-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.601969 | 0.04s 2025-09-30 20:09:36.634018 | fa163ee6-1e6a-800d-88e9-0000000004bc | TASK | Enable tuned profile 2025-09-30 20:09:38.054424 | fa163ee6-1e6a-800d-88e9-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-09-30 20:09:38.055873 | fa163ee6-1e6a-800d-88e9-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.052124 | 1.42s 2025-09-30 20:09:38.105788 | fa163ee6-1e6a-800d-88e9-000000000417 | TASK | Configure kernel args and reboot 2025-09-30 20:09:38.156621 | fa163ee6-1e6a-800d-88e9-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.152885 | 0.05s 2025-09-30 20:09:38.298652 | fa163ee6-1e6a-800d-88e9-000000000569 | TASK | Get the command line args of the node 2025-09-30 20:09:38.526635 | fa163ee6-1e6a-800d-88e9-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-09-30 20:09:38.528039 | fa163ee6-1e6a-800d-88e9-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.524317 | 0.23s 2025-09-30 20:09:38.554619 | fa163ee6-1e6a-800d-88e9-00000000056b | TASK | Check if node has a nova.conf 2025-09-30 20:09:38.781156 | fa163ee6-1e6a-800d-88e9-00000000056b | OK | Check if node has a nova.conf | standalone 2025-09-30 20:09:38.782500 | fa163ee6-1e6a-800d-88e9-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.778779 | 0.23s 2025-09-30 20:09:38.809987 | fa163ee6-1e6a-800d-88e9-00000000056d | TASK | Warn operator about workload protection 2025-09-30 20:09:38.849042 | fa163ee6-1e6a-800d-88e9-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-09-30 20:09:38.850122 | fa163ee6-1e6a-800d-88e9-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.846398 | 0.04s 2025-09-30 20:09:38.875616 | fa163ee6-1e6a-800d-88e9-00000000056e | TASK | Setting defer reboot fact 2025-09-30 20:09:38.916997 | fa163ee6-1e6a-800d-88e9-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-09-30 20:09:38.918214 | fa163ee6-1e6a-800d-88e9-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.914491 | 0.04s 2025-09-30 20:09:38.943511 | fa163ee6-1e6a-800d-88e9-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-09-30 20:09:38.971567 | fa163ee6-1e6a-800d-88e9-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.967840 | 0.03s 2025-09-30 20:09:38.997875 | fa163ee6-1e6a-800d-88e9-000000000575 | TASK | Find hugepages in cmdline 2025-09-30 20:09:39.047111 | fa163ee6-1e6a-800d-88e9-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-09-30 20:09:39.048296 | fa163ee6-1e6a-800d-88e9-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.044573 | 0.05s 2025-09-30 20:09:39.074421 | fa163ee6-1e6a-800d-88e9-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-09-30 20:09:39.117021 | fa163ee6-1e6a-800d-88e9-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-09-30 20:09:39.118227 | fa163ee6-1e6a-800d-88e9-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.114504 | 0.04s 2025-09-30 20:09:39.144145 | fa163ee6-1e6a-800d-88e9-00000000057a | TASK | Find desired default hugepage size 2025-09-30 20:09:39.193960 | fa163ee6-1e6a-800d-88e9-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-09-30 20:09:39.195043 | fa163ee6-1e6a-800d-88e9-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.191319 | 0.05s 2025-09-30 20:09:39.228372 | fa163ee6-1e6a-800d-88e9-00000000057c | TASK | Storing non-configured hugepages 2025-09-30 20:09:39.260499 | fa163ee6-1e6a-800d-88e9-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.256769 | 0.03s 2025-09-30 20:09:39.287441 | fa163ee6-1e6a-800d-88e9-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-09-30 20:09:39.332087 | fa163ee6-1e6a-800d-88e9-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-09-30 20:09:39.333961 | fa163ee6-1e6a-800d-88e9-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.330228 | 0.04s 2025-09-30 20:09:39.365332 | fa163ee6-1e6a-800d-88e9-00000000057f | TASK | Determining the default hugepagesz 2025-09-30 20:09:39.407596 | fa163ee6-1e6a-800d-88e9-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-09-30 20:09:39.408687 | fa163ee6-1e6a-800d-88e9-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.404963 | 0.04s 2025-09-30 20:09:39.435966 | fa163ee6-1e6a-800d-88e9-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-09-30 20:09:39.477799 | fa163ee6-1e6a-800d-88e9-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-09-30 20:09:39.478935 | fa163ee6-1e6a-800d-88e9-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.475212 | 0.04s 2025-09-30 20:09:39.506039 | fa163ee6-1e6a-800d-88e9-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-09-30 20:09:39.546700 | fa163ee6-1e6a-800d-88e9-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-09-30 20:09:39.547894 | fa163ee6-1e6a-800d-88e9-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.544171 | 0.04s 2025-09-30 20:09:39.574043 | fa163ee6-1e6a-800d-88e9-000000000583 | TASK | Warn about possible modifications 2025-09-30 20:09:39.616126 | fa163ee6-1e6a-800d-88e9-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-09-30 20:09:39.617214 | fa163ee6-1e6a-800d-88e9-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.613492 | 0.04s 2025-09-30 20:09:39.643423 | fa163ee6-1e6a-800d-88e9-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-09-30 20:09:39.686105 | fa163ee6-1e6a-800d-88e9-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-09-30 20:09:39.687155 | fa163ee6-1e6a-800d-88e9-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.683435 | 0.04s 2025-09-30 20:09:39.714250 | fa163ee6-1e6a-800d-88e9-000000000585 | TASK | Cleaning up whitespaces 2025-09-30 20:09:39.755143 | fa163ee6-1e6a-800d-88e9-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-09-30 20:09:39.756416 | fa163ee6-1e6a-800d-88e9-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.752693 | 0.04s 2025-09-30 20:09:39.782931 | fa163ee6-1e6a-800d-88e9-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-09-30 20:09:40.112426 | fa163ee6-1e6a-800d-88e9-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-09-30 20:09:40.113237 | fa163ee6-1e6a-800d-88e9-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.109524 | 0.33s 2025-09-30 20:09:40.130833 | fa163ee6-1e6a-800d-88e9-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-09-30 20:09:40.188670 | fa163ee6-1e6a-800d-88e9-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-09-30 20:09:40.190035 | fa163ee6-1e6a-800d-88e9-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.186311 | 0.06s 2025-09-30 20:09:40.218585 | fa163ee6-1e6a-800d-88e9-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-09-30 20:09:40.279266 | fa163ee6-1e6a-800d-88e9-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-09-30 20:09:40.280326 | fa163ee6-1e6a-800d-88e9-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.276603 | 0.06s 2025-09-30 20:09:40.306556 | fa163ee6-1e6a-800d-88e9-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-09-30 20:09:40.347768 | fa163ee6-1e6a-800d-88e9-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-09-30 20:09:40.348817 | fa163ee6-1e6a-800d-88e9-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.345096 | 0.04s 2025-09-30 20:09:40.376250 | fa163ee6-1e6a-800d-88e9-00000000058c | TASK | Generate grub config 2025-09-30 20:09:40.428967 | fa163ee6-1e6a-800d-88e9-00000000058c | SKIPPED | Generate grub config | standalone 2025-09-30 20:09:40.430121 | fa163ee6-1e6a-800d-88e9-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.426398 | 0.05s 2025-09-30 20:09:40.456810 | fa163ee6-1e6a-800d-88e9-000000000590 | TASK | Get the block device that /boot is on 2025-09-30 20:09:40.510668 | fa163ee6-1e6a-800d-88e9-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-09-30 20:09:40.511774 | fa163ee6-1e6a-800d-88e9-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.508053 | 0.05s 2025-09-30 20:09:40.538697 | fa163ee6-1e6a-800d-88e9-000000000591 | TASK | Get the mount point that /boot is in 2025-09-30 20:09:40.603154 | fa163ee6-1e6a-800d-88e9-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-09-30 20:09:40.604397 | fa163ee6-1e6a-800d-88e9-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.600667 | 0.06s 2025-09-30 20:09:40.631201 | fa163ee6-1e6a-800d-88e9-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-09-30 20:09:40.691515 | fa163ee6-1e6a-800d-88e9-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-09-30 20:09:40.692612 | fa163ee6-1e6a-800d-88e9-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.688888 | 0.06s 2025-09-30 20:09:40.719559 | fa163ee6-1e6a-800d-88e9-000000000593 | TASK | Executed script to fix grub-menu 2025-09-30 20:09:40.782515 | fa163ee6-1e6a-800d-88e9-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-09-30 20:09:40.783712 | fa163ee6-1e6a-800d-88e9-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.779990 | 0.06s 2025-09-30 20:09:40.812196 | fa163ee6-1e6a-800d-88e9-000000000594 | TASK | Check grub config paths 2025-09-30 20:09:40.882074 | fa163ee6-1e6a-800d-88e9-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-09-30 20:09:40.897691 | fa163ee6-1e6a-800d-88e9-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-09-30 20:09:40.909563 | fa163ee6-1e6a-800d-88e9-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.905828 | 0.10s 2025-09-30 20:09:40.937513 | fa163ee6-1e6a-800d-88e9-000000000595 | TASK | Write EFI grub.cfg 2025-09-30 20:09:41.002173 | fa163ee6-1e6a-800d-88e9-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-09-30 20:09:41.019386 | fa163ee6-1e6a-800d-88e9-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-09-30 20:09:41.026498 | fa163ee6-1e6a-800d-88e9-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.022766 | 0.09s 2025-09-30 20:09:41.053877 | fa163ee6-1e6a-800d-88e9-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-09-30 20:09:41.116746 | fa163ee6-1e6a-800d-88e9-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-09-30 20:09:41.118015 | fa163ee6-1e6a-800d-88e9-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.114293 | 0.06s 2025-09-30 20:09:41.145049 | fa163ee6-1e6a-800d-88e9-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-09-30 20:09:41.216404 | fa163ee6-1e6a-800d-88e9-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-09-30 20:09:41.217765 | fa163ee6-1e6a-800d-88e9-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.214042 | 0.07s 2025-09-30 20:09:41.245697 | fa163ee6-1e6a-800d-88e9-000000000598 | TASK | Execute grub2-mkconfig 2025-09-30 20:09:41.301761 | fa163ee6-1e6a-800d-88e9-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-09-30 20:09:41.302921 | fa163ee6-1e6a-800d-88e9-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.299200 | 0.06s 2025-09-30 20:09:41.330224 | fa163ee6-1e6a-800d-88e9-000000000599 | TASK | Check for active tuned profile 2025-09-30 20:09:41.391609 | fa163ee6-1e6a-800d-88e9-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-09-30 20:09:41.392972 | fa163ee6-1e6a-800d-88e9-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.389243 | 0.06s 2025-09-30 20:09:41.420163 | fa163ee6-1e6a-800d-88e9-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-09-30 20:09:41.483211 | fa163ee6-1e6a-800d-88e9-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-09-30 20:09:41.484375 | fa163ee6-1e6a-800d-88e9-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.480645 | 0.06s 2025-09-30 20:09:41.510302 | fa163ee6-1e6a-800d-88e9-00000000059b | TASK | Set reboot required fact 2025-09-30 20:09:41.571559 | fa163ee6-1e6a-800d-88e9-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-09-30 20:09:41.572731 | fa163ee6-1e6a-800d-88e9-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.569008 | 0.06s 2025-09-30 20:09:41.601202 | fa163ee6-1e6a-800d-88e9-00000000059d | TASK | Apply DPDK workarounds 2025-09-30 20:09:41.653249 | fa163ee6-1e6a-800d-88e9-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-09-30 20:09:41.654426 | fa163ee6-1e6a-800d-88e9-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.650702 | 0.05s 2025-09-30 20:09:41.682233 | fa163ee6-1e6a-800d-88e9-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-09-30 20:09:41.721240 | fa163ee6-1e6a-800d-88e9-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-09-30 20:09:41.722339 | fa163ee6-1e6a-800d-88e9-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.718617 | 0.04s 2025-09-30 20:09:41.749581 | fa163ee6-1e6a-800d-88e9-0000000005a0 | TASK | Load modules 2025-09-30 20:09:41.795251 | fa163ee6-1e6a-800d-88e9-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-09-30 20:09:41.801796 | fa163ee6-1e6a-800d-88e9-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.798067 | 0.05s 2025-09-30 20:09:41.828655 | fa163ee6-1e6a-800d-88e9-0000000005a2 | TASK | Persist modules via modules-load.d 2025-09-30 20:09:41.874164 | fa163ee6-1e6a-800d-88e9-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-09-30 20:09:41.881363 | fa163ee6-1e6a-800d-88e9-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.877637 | 0.05s 2025-09-30 20:09:41.906905 | fa163ee6-1e6a-800d-88e9-0000000005a4 | TASK | Drop module persistence 2025-09-30 20:09:41.951775 | fa163ee6-1e6a-800d-88e9-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-09-30 20:09:41.957833 | fa163ee6-1e6a-800d-88e9-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.954105 | 0.05s 2025-09-30 20:09:41.979228 | fa163ee6-1e6a-800d-88e9-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-09-30 20:09:42.022670 | fa163ee6-1e6a-800d-88e9-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-09-30 20:09:42.028330 | fa163ee6-1e6a-800d-88e9-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.024606 | 0.05s 2025-09-30 20:09:42.055110 | fa163ee6-1e6a-800d-88e9-0000000005a8 | TASK | Modules reload 2025-09-30 20:09:42.096326 | fa163ee6-1e6a-800d-88e9-0000000005a8 | SKIPPED | Modules reload | standalone 2025-09-30 20:09:42.097691 | fa163ee6-1e6a-800d-88e9-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.093967 | 0.04s 2025-09-30 20:09:42.124518 | fa163ee6-1e6a-800d-88e9-0000000005aa | TASK | Reboot tasks 2025-09-30 20:09:42.174323 | fa163ee6-1e6a-800d-88e9-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-09-30 20:09:42.175625 | fa163ee6-1e6a-800d-88e9-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.171901 | 0.05s 2025-09-30 20:09:42.202475 | fa163ee6-1e6a-800d-88e9-0000000005ab | TASK | Skipping reboot for deployed node 2025-09-30 20:09:42.243241 | fa163ee6-1e6a-800d-88e9-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-09-30 20:09:42.244496 | fa163ee6-1e6a-800d-88e9-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.240775 | 0.04s PLAY [Server pre network steps] ************************************************ 2025-09-30 20:09:42.421116 | fa163ee6-1e6a-800d-88e9-00000000003f | TASK | Server pre-network deployments 2025-09-30 20:09:42.448479 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-00000000003f') missing from stats 2025-09-30 20:09:42.469218 | fa163ee6-1e6a-800d-88e9-000000000043 | TASK | Hiera config 2025-09-30 20:09:42.495135 | fa163ee6-1e6a-800d-88e9-000000000043 | TIMING | Hiera config | standalone | 0:00:45.491417 | 0.03s 2025-09-30 20:09:42.535379 | fa163ee6-1e6a-800d-88e9-000000000721 | TASK | Create /etc/puppet/hieradata 2025-09-30 20:09:42.763612 | fa163ee6-1e6a-800d-88e9-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-09-30 20:09:42.765139 | fa163ee6-1e6a-800d-88e9-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.761416 | 0.23s 2025-09-30 20:09:42.791775 | fa163ee6-1e6a-800d-88e9-000000000722 | TASK | Write hiera config 2025-09-30 20:09:43.278963 | fa163ee6-1e6a-800d-88e9-000000000722 | CHANGED | Write hiera config | standalone 2025-09-30 20:09:43.280453 | fa163ee6-1e6a-800d-88e9-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:46.276730 | 0.49s 2025-09-30 20:09:43.330585 | fa163ee6-1e6a-800d-88e9-000000000044 | TASK | Hiera symlink 2025-09-30 20:09:43.562585 | fa163ee6-1e6a-800d-88e9-000000000044 | CHANGED | Hiera symlink | standalone 2025-09-30 20:09:43.564007 | fa163ee6-1e6a-800d-88e9-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.560287 | 0.23s 2025-09-30 20:09:43.589286 | fa163ee6-1e6a-800d-88e9-000000000045 | TASK | Hieradata from vars 2025-09-30 20:09:43.617187 | fa163ee6-1e6a-800d-88e9-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:46.613462 | 0.03s 2025-09-30 20:09:43.678609 | fa163ee6-1e6a-800d-88e9-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-09-30 20:09:44.159141 | fa163ee6-1e6a-800d-88e9-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-09-30 20:09:44.160775 | fa163ee6-1e6a-800d-88e9-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.157048 | 0.48s 2025-09-30 20:09:44.188567 | fa163ee6-1e6a-800d-88e9-00000000077d | TASK | Render hieradata from template 2025-09-30 20:09:44.719751 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-09-30 20:09:44.722387 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.718660 | 0.53s 2025-09-30 20:09:45.267469 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-09-30 20:09:45.269251 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.265532 | 1.08s 2025-09-30 20:09:45.896236 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-09-30 20:09:45.897783 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.894065 | 1.71s 2025-09-30 20:09:46.369246 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-09-30 20:09:46.370517 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.366798 | 2.18s 2025-09-30 20:09:46.875226 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-09-30 20:09:46.876304 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.872585 | 2.69s 2025-09-30 20:09:47.341092 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-09-30 20:09:47.342174 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.338456 | 3.15s 2025-09-30 20:09:47.763329 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-09-30 20:09:47.765263 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.761544 | 3.58s 2025-09-30 20:09:48.236251 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-09-30 20:09:48.237318 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.233599 | 4.05s 2025-09-30 20:09:48.667115 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-09-30 20:09:48.669090 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.665370 | 4.48s 2025-09-30 20:09:49.130290 | fa163ee6-1e6a-800d-88e9-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-09-30 20:09:49.131283 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.127565 | 4.94s 2025-09-30 20:09:49.140393 | fa163ee6-1e6a-800d-88e9-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.136675 | 4.95s 2025-09-30 20:09:49.195757 | fa163ee6-1e6a-800d-88e9-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-09-30 20:09:49.216546 | fa163ee6-1e6a-800d-88e9-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:52.212818 | 0.02s 2025-09-30 20:09:49.288689 | fa163ee6-1e6a-800d-88e9-000000000821 | TASK | Check for hieradata file 2025-09-30 20:09:49.509635 | fa163ee6-1e6a-800d-88e9-000000000821 | OK | Check for hieradata file | standalone 2025-09-30 20:09:49.510901 | fa163ee6-1e6a-800d-88e9-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:52.507178 | 0.22s 2025-09-30 20:09:49.537723 | fa163ee6-1e6a-800d-88e9-000000000823 | TASK | Get existing data 2025-09-30 20:09:49.586353 | fa163ee6-1e6a-800d-88e9-000000000823 | SKIPPED | Get existing data | standalone 2025-09-30 20:09:49.587529 | fa163ee6-1e6a-800d-88e9-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.583806 | 0.05s 2025-09-30 20:09:49.614481 | fa163ee6-1e6a-800d-88e9-000000000824 | TASK | Set data fact 2025-09-30 20:09:49.663814 | fa163ee6-1e6a-800d-88e9-000000000824 | SKIPPED | Set data fact | standalone 2025-09-30 20:09:49.665013 | fa163ee6-1e6a-800d-88e9-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.661290 | 0.05s 2025-09-30 20:09:49.690782 | fa163ee6-1e6a-800d-88e9-000000000826 | TASK | Write ansible hieradata file 2025-09-30 20:09:50.202019 | fa163ee6-1e6a-800d-88e9-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-09-30 20:09:50.203356 | fa163ee6-1e6a-800d-88e9-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.199636 | 0.51s 2025-09-30 20:09:50.290443 | fa163ee6-1e6a-800d-88e9-000000000047 | TIMING | include_tasks | standalone | 0:00:53.286713 | 0.04s PLAY [Server network deployments] ********************************************** 2025-09-30 20:09:50.424111 | fa163ee6-1e6a-800d-88e9-00000000004b | TASK | Network Configuration 2025-09-30 20:09:50.449690 | fa163ee6-1e6a-800d-88e9-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ee6-1e6a-800d-88e9-00000000004b') missing from stats 2025-09-30 20:09:50.473332 | fa163ee6-1e6a-800d-88e9-00000000004c | TASK | Check NetworkConfig script existence 2025-09-30 20:09:50.498566 | fa163ee6-1e6a-800d-88e9-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-09-30 20:09:50.499373 | fa163ee6-1e6a-800d-88e9-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:53.495657 | 0.03s 2025-09-30 20:09:50.519526 | fa163ee6-1e6a-800d-88e9-000000000052 | TASK | Gather SELinux fact if needed 2025-09-30 20:09:50.567015 | fa163ee6-1e6a-800d-88e9-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-09-30 20:09:50.567889 | fa163ee6-1e6a-800d-88e9-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.564173 | 0.05s 2025-09-30 20:09:50.587748 | fa163ee6-1e6a-800d-88e9-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-09-30 20:09:51.240374 | fa163ee6-1e6a-800d-88e9-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-09-30 20:09:51.241692 | fa163ee6-1e6a-800d-88e9-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:54.237971 | 0.65s 2025-09-30 20:09:51.268380 | fa163ee6-1e6a-800d-88e9-000000000054 | TASK | Ensure requirements are satisfied 2025-09-30 20:09:51.297473 | fa163ee6-1e6a-800d-88e9-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:54.293740 | 0.03s 2025-09-30 20:09:51.356682 | fa163ee6-1e6a-800d-88e9-0000000008bf | TASK | Gather facts if they don't exist 2025-09-30 20:09:51.404416 | fa163ee6-1e6a-800d-88e9-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-09-30 20:09:51.405900 | fa163ee6-1e6a-800d-88e9-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:54.402169 | 0.05s 2025-09-30 20:09:51.433083 | fa163ee6-1e6a-800d-88e9-0000000008c0 | TASK | Gather variables for each operating system 2025-09-30 20:09:51.551720 | fa163ee6-1e6a-800d-88e9-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 20:09:51.558002 | fa163ee6-1e6a-800d-88e9-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.554266 | 0.12s 2025-09-30 20:09:51.586778 | fa163ee6-1e6a-800d-88e9-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-09-30 20:09:51.866404 | fa163ee6-1e6a-800d-88e9-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-09-30 20:09:51.867492 | fa163ee6-1e6a-800d-88e9-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.863776 | 0.28s 2025-09-30 20:09:51.888698 | fa163ee6-1e6a-800d-88e9-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-09-30 20:09:51.918599 | fa163ee6-1e6a-800d-88e9-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-09-30 20:09:51.919970 | fa163ee6-1e6a-800d-88e9-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.916242 | 0.03s 2025-09-30 20:09:51.945909 | fa163ee6-1e6a-800d-88e9-0000000008c4 | TASK | Ensure packages are actually well installed 2025-09-30 20:09:52.932878 | fa163ee6-1e6a-800d-88e9-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-09-30 20:09:52.934236 | fa163ee6-1e6a-800d-88e9-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.930516 | 0.99s 2025-09-30 20:09:52.986814 | fa163ee6-1e6a-800d-88e9-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 20:09:53.207118 | fa163ee6-1e6a-800d-88e9-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 20:09:53.208489 | fa163ee6-1e6a-800d-88e9-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:56.204767 | 0.22s 2025-09-30 20:09:53.234210 | fa163ee6-1e6a-800d-88e9-000000000057 | TASK | Reload NetworkManager 2025-09-30 20:09:53.666326 | fa163ee6-1e6a-800d-88e9-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-09-30 20:09:53.667741 | fa163ee6-1e6a-800d-88e9-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.664025 | 0.43s 2025-09-30 20:09:53.686852 | fa163ee6-1e6a-800d-88e9-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-09-30 20:09:53.900769 | fa163ee6-1e6a-800d-88e9-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-09-30 20:09:53.902301 | fa163ee6-1e6a-800d-88e9-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.898579 | 0.21s 2025-09-30 20:09:53.928672 | fa163ee6-1e6a-800d-88e9-00000000005a | TASK | Check for previous run of NetworkConfig 2025-09-30 20:09:54.158722 | fa163ee6-1e6a-800d-88e9-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-09-30 20:09:54.160276 | fa163ee6-1e6a-800d-88e9-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.156551 | 0.23s 2025-09-30 20:09:54.189490 | fa163ee6-1e6a-800d-88e9-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-09-30 20:09:54.209784 | fa163ee6-1e6a-800d-88e9-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-09-30 20:09:54.211049 | fa163ee6-1e6a-800d-88e9-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:57.207324 | 0.02s 2025-09-30 20:09:54.240148 | fa163ee6-1e6a-800d-88e9-00000000005c | TASK | Ensure we get cloud-init 2025-09-30 20:09:54.471165 | fa163ee6-1e6a-800d-88e9-00000000005c | OK | Ensure we get cloud-init | standalone 2025-09-30 20:09:54.472563 | fa163ee6-1e6a-800d-88e9-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:57.468840 | 0.23s 2025-09-30 20:09:54.499030 | fa163ee6-1e6a-800d-88e9-00000000005e | TASK | Create /etc/os-net-config directory 2025-09-30 20:09:54.805671 | fa163ee6-1e6a-800d-88e9-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-09-30 20:09:54.807085 | fa163ee6-1e6a-800d-88e9-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.803361 | 0.31s 2025-09-30 20:09:54.832811 | fa163ee6-1e6a-800d-88e9-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-09-30 20:09:55.231069 | fa163ee6-1e6a-800d-88e9-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-09-30 20:09:55.232363 | fa163ee6-1e6a-800d-88e9-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.228640 | 0.40s 2025-09-30 20:09:55.257715 | fa163ee6-1e6a-800d-88e9-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-09-30 20:09:55.328645 | fa163ee6-1e6a-800d-88e9-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-09-30 20:09:55.329729 | fa163ee6-1e6a-800d-88e9-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:58.326005 | 0.07s 2025-09-30 20:09:55.357426 | fa163ee6-1e6a-800d-88e9-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-09-30 20:09:55.619881 | fa163ee6-1e6a-800d-88e9-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-09-30 20:09:55.621205 | fa163ee6-1e6a-800d-88e9-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:58.617484 | 0.26s 2025-09-30 20:09:55.647445 | fa163ee6-1e6a-800d-88e9-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-09-30 20:09:55.717868 | fa163ee6-1e6a-800d-88e9-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:58.714109 | 0.07s 2025-09-30 20:09:55.744123 | 4dc10fe6-03a6-4069-b999-413b9e222dc6 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-09-30 20:09:55.776729 | fa163ee6-1e6a-800d-88e9-000000000909 | TASK | Set nic_config_file fact 2025-09-30 20:09:55.858197 | fa163ee6-1e6a-800d-88e9-000000000909 | OK | Set nic_config_file fact | standalone 2025-09-30 20:09:55.859450 | fa163ee6-1e6a-800d-88e9-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.855728 | 0.08s 2025-09-30 20:09:55.887561 | fa163ee6-1e6a-800d-88e9-00000000090a | TASK | Render overidden network config 2025-09-30 20:09:55.959072 | fa163ee6-1e6a-800d-88e9-00000000090a | SKIPPED | Render overidden network config | standalone 2025-09-30 20:09:55.960250 | fa163ee6-1e6a-800d-88e9-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.956526 | 0.07s 2025-09-30 20:09:55.985621 | fa163ee6-1e6a-800d-88e9-00000000090b | TASK | Render network_config 2025-09-30 20:09:56.034543 | fa163ee6-1e6a-800d-88e9-00000000090b | SKIPPED | Render network_config | standalone 2025-09-30 20:09:56.035653 | fa163ee6-1e6a-800d-88e9-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:59.031931 | 0.05s 2025-09-30 20:09:56.061462 | fa163ee6-1e6a-800d-88e9-00000000090c | TASK | Render network_config from template 2025-09-30 20:09:56.571997 | fa163ee6-1e6a-800d-88e9-00000000090c | CHANGED | Render network_config from template | standalone 2025-09-30 20:09:56.573533 | fa163ee6-1e6a-800d-88e9-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:59.569809 | 0.51s 2025-09-30 20:09:56.600738 | fa163ee6-1e6a-800d-88e9-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=654921940623.43418 2025-09-30 20:10:00.718971 | fa163ee6-1e6a-800d-88e9-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-09-30 20:10:00.719889 | fa163ee6-1e6a-800d-88e9-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:03.716179 | 4.12s 2025-09-30 20:10:00.738443 | fa163ee6-1e6a-800d-88e9-000000000064 | TASK | Write rc of NetworkConfig script 2025-09-30 20:10:01.211099 | fa163ee6-1e6a-800d-88e9-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-09-30 20:10:01.212514 | fa163ee6-1e6a-800d-88e9-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.208792 | 0.47s 2025-09-30 20:10:01.238371 | fa163ee6-1e6a-800d-88e9-000000000065 | TASK | Disable cloud-init network config 2025-09-30 20:10:01.766374 | fa163ee6-1e6a-800d-88e9-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-09-30 20:10:01.767776 | fa163ee6-1e6a-800d-88e9-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.764052 | 0.53s 2025-09-30 20:10:01.794265 | fa163ee6-1e6a-800d-88e9-000000000066 | TASK | Ensure network service is enabled 2025-09-30 20:10:03.205112 | fa163ee6-1e6a-800d-88e9-000000000066 | OK | Ensure network service is enabled | standalone 2025-09-30 20:10:03.206958 | fa163ee6-1e6a-800d-88e9-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.203238 | 1.41s PLAY [Server network validation] *********************************************** 2025-09-30 20:10:03.390360 | fa163ee6-1e6a-800d-88e9-000000000096 | TASK | Basic Network Validation 2025-09-30 20:10:03.415973 | fa163ee6-1e6a-800d-88e9-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.412245 | 0.02s 2025-09-30 20:10:03.466555 | fa163ee6-1e6a-800d-88e9-000000000945 | TASK | Collect default network fact 2025-09-30 20:10:03.971986 | fa163ee6-1e6a-800d-88e9-000000000945 | OK | Collect default network fact | standalone 2025-09-30 20:10:03.973128 | fa163ee6-1e6a-800d-88e9-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.969406 | 0.51s 2025-09-30 20:10:03.998633 | fa163ee6-1e6a-800d-88e9-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-09-30 20:10:04.026965 | fa163ee6-1e6a-800d-88e9-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-09-30 20:10:04.028091 | fa163ee6-1e6a-800d-88e9-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.024366 | 0.03s 2025-09-30 20:10:04.054323 | fa163ee6-1e6a-800d-88e9-000000000947 | TASK | Check all networks Gateway availability 2025-09-30 20:10:04.082470 | fa163ee6-1e6a-800d-88e9-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:07.078735 | 0.03s 2025-09-30 20:10:04.108932 | fa163ee6-1e6a-800d-88e9-000000000949 | TASK | Check Controllers availability 2025-09-30 20:10:04.171520 | fa163ee6-1e6a-800d-88e9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-09-30 20:10:04.181516 | fa163ee6-1e6a-800d-88e9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-09-30 20:10:04.186811 | fa163ee6-1e6a-800d-88e9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-09-30 20:10:04.201798 | fa163ee6-1e6a-800d-88e9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-09-30 20:10:04.210269 | fa163ee6-1e6a-800d-88e9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-09-30 20:10:04.215501 | fa163ee6-1e6a-800d-88e9-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-09-30 20:10:04.227292 | fa163ee6-1e6a-800d-88e9-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.223567 | 0.12s 2025-09-30 20:10:04.254027 | fa163ee6-1e6a-800d-88e9-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-09-30 20:10:04.282722 | fa163ee6-1e6a-800d-88e9-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-09-30 20:10:04.284071 | fa163ee6-1e6a-800d-88e9-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.280346 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-09-30 20:10:04.466992 | fa163ee6-1e6a-800d-88e9-00000000009a | TASK | Server pre deployments 2025-09-30 20:10:04.492740 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-00000000009a') missing from stats 2025-09-30 20:10:04.514014 | fa163ee6-1e6a-800d-88e9-00000000009e | TASK | Hiera config 2025-09-30 20:10:04.539622 | fa163ee6-1e6a-800d-88e9-00000000009e | TIMING | Hiera config | standalone | 0:01:07.535903 | 0.02s 2025-09-30 20:10:04.579782 | fa163ee6-1e6a-800d-88e9-00000000099e | TASK | Create /etc/puppet/hieradata 2025-09-30 20:10:04.807832 | fa163ee6-1e6a-800d-88e9-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-09-30 20:10:04.809316 | fa163ee6-1e6a-800d-88e9-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.805593 | 0.23s 2025-09-30 20:10:04.835201 | fa163ee6-1e6a-800d-88e9-00000000099f | TASK | Write hiera config 2025-09-30 20:10:05.300987 | fa163ee6-1e6a-800d-88e9-00000000099f | OK | Write hiera config | standalone 2025-09-30 20:10:05.302253 | fa163ee6-1e6a-800d-88e9-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.298534 | 0.47s 2025-09-30 20:10:05.350773 | fa163ee6-1e6a-800d-88e9-00000000009f | TASK | Hiera symlink 2025-09-30 20:10:05.574386 | fa163ee6-1e6a-800d-88e9-00000000009f | OK | Hiera symlink | standalone 2025-09-30 20:10:05.575992 | fa163ee6-1e6a-800d-88e9-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.572263 | 0.22s 2025-09-30 20:10:05.601892 | fa163ee6-1e6a-800d-88e9-0000000000a0 | TASK | Hieradata from vars 2025-09-30 20:10:05.630191 | fa163ee6-1e6a-800d-88e9-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.626461 | 0.03s 2025-09-30 20:10:05.691805 | fa163ee6-1e6a-800d-88e9-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-09-30 20:10:06.165509 | fa163ee6-1e6a-800d-88e9-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-09-30 20:10:06.166544 | fa163ee6-1e6a-800d-88e9-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.162828 | 0.47s 2025-09-30 20:10:06.187094 | fa163ee6-1e6a-800d-88e9-0000000009fa | TASK | Render hieradata from template 2025-09-30 20:10:06.725179 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-09-30 20:10:06.728002 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.724277 | 0.54s 2025-09-30 20:10:07.222625 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-09-30 20:10:07.224729 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.221009 | 1.04s 2025-09-30 20:10:07.834908 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-09-30 20:10:07.838189 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.834463 | 1.65s 2025-09-30 20:10:08.297436 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-09-30 20:10:08.299351 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.295633 | 2.11s 2025-09-30 20:10:08.801116 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-09-30 20:10:08.802292 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.798572 | 2.61s 2025-09-30 20:10:09.314693 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-09-30 20:10:09.316795 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.313076 | 3.13s 2025-09-30 20:10:09.781276 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-09-30 20:10:09.783107 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.779388 | 3.60s 2025-09-30 20:10:10.204038 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-09-30 20:10:10.205210 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.201492 | 4.02s 2025-09-30 20:10:10.642408 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-09-30 20:10:10.643691 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.639972 | 4.46s 2025-09-30 20:10:11.062568 | fa163ee6-1e6a-800d-88e9-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-09-30 20:10:11.064817 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.061098 | 4.88s 2025-09-30 20:10:11.076563 | fa163ee6-1e6a-800d-88e9-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.072843 | 4.89s 2025-09-30 20:10:11.112360 | fa163ee6-1e6a-800d-88e9-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-09-30 20:10:11.130762 | fa163ee6-1e6a-800d-88e9-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.127039 | 0.02s 2025-09-30 20:10:11.191102 | fa163ee6-1e6a-800d-88e9-000000000a9e | TASK | Check for hieradata file 2025-09-30 20:10:11.388094 | fa163ee6-1e6a-800d-88e9-000000000a9e | OK | Check for hieradata file | standalone 2025-09-30 20:10:11.389455 | fa163ee6-1e6a-800d-88e9-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.385733 | 0.20s 2025-09-30 20:10:11.415768 | fa163ee6-1e6a-800d-88e9-000000000aa0 | TASK | Get existing data 2025-09-30 20:10:11.455205 | fa163ee6-1e6a-800d-88e9-000000000aa0 | SKIPPED | Get existing data | standalone 2025-09-30 20:10:11.456614 | fa163ee6-1e6a-800d-88e9-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.452888 | 0.04s 2025-09-30 20:10:11.482507 | fa163ee6-1e6a-800d-88e9-000000000aa1 | TASK | Set data fact 2025-09-30 20:10:11.531425 | fa163ee6-1e6a-800d-88e9-000000000aa1 | SKIPPED | Set data fact | standalone 2025-09-30 20:10:11.532708 | fa163ee6-1e6a-800d-88e9-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.528986 | 0.05s 2025-09-30 20:10:11.559084 | fa163ee6-1e6a-800d-88e9-000000000aa3 | TASK | Write ansible hieradata file 2025-09-30 20:10:12.067830 | fa163ee6-1e6a-800d-88e9-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-09-30 20:10:12.069367 | fa163ee6-1e6a-800d-88e9-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.065646 | 0.51s 2025-09-30 20:10:12.157825 | fa163ee6-1e6a-800d-88e9-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.154090 | 0.04s PLAY [Host prep steps] ********************************************************* 2025-09-30 20:10:12.318012 | fa163ee6-1e6a-800d-88e9-0000000000a6 | TASK | Host prep steps 2025-09-30 20:10:12.344070 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000a6') missing from stats 2025-09-30 20:10:12.458655 | fa163ee6-1e6a-800d-88e9-0000000000a7 | TASK | Deploy Artifacts 2025-09-30 20:10:12.568555 | fa163ee6-1e6a-800d-88e9-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-09-30 20:10:12.569725 | fa163ee6-1e6a-800d-88e9-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.566002 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 20:10:12.633939 | fa163ee6-1e6a-800d-88e9-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.630208 | 0.04s 2025-09-30 20:10:12.815915 | a72c3142-fd0b-4691-b658-616d4250a917 | INCLUDED | /root/standalone-ansible-lu02624j/Standalone/host_prep_tasks.yaml | standalone 2025-09-30 20:10:12.872683 | fa163ee6-1e6a-800d-88e9-000000000b1e | TASK | Run firewall role 2025-09-30 20:10:12.897968 | fa163ee6-1e6a-800d-88e9-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.894246 | 0.02s 2025-09-30 20:10:12.952260 | fa163ee6-1e6a-800d-88e9-000000000c36 | TASK | Gather variables for each operating system 2025-09-30 20:10:13.068237 | fa163ee6-1e6a-800d-88e9-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-09-30 20:10:13.069622 | fa163ee6-1e6a-800d-88e9-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.065897 | 0.12s 2025-09-30 20:10:13.075375 | fa163ee6-1e6a-800d-88e9-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.071652 | 0.12s 2025-09-30 20:10:13.101805 | fa163ee6-1e6a-800d-88e9-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-09-30 20:10:15.800146 | fa163ee6-1e6a-800d-88e9-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-09-30 20:10:15.801213 | fa163ee6-1e6a-800d-88e9-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.797497 | 2.70s 2025-09-30 20:10:15.819223 | fa163ee6-1e6a-800d-88e9-000000000c3b | TASK | Create empty var for masquerade rules 2025-09-30 20:10:15.844132 | fa163ee6-1e6a-800d-88e9-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-09-30 20:10:15.844673 | fa163ee6-1e6a-800d-88e9-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.840963 | 0.02s 2025-09-30 20:10:15.862140 | fa163ee6-1e6a-800d-88e9-000000000c3c | TASK | Enable masquerade 2025-09-30 20:10:15.907189 | fa163ee6-1e6a-800d-88e9-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-09-30 20:10:15.907734 | fa163ee6-1e6a-800d-88e9-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.904024 | 0.04s 2025-09-30 20:10:15.924580 | fa163ee6-1e6a-800d-88e9-000000000c3d | TASK | Set the default frontend firewall rules 2025-09-30 20:10:15.959557 | fa163ee6-1e6a-800d-88e9-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-09-30 20:10:15.960118 | fa163ee6-1e6a-800d-88e9-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.956410 | 0.03s 2025-09-30 20:10:15.977293 | fa163ee6-1e6a-800d-88e9-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-09-30 20:10:16.024698 | fa163ee6-1e6a-800d-88e9-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-09-30 20:10:16.025416 | fa163ee6-1e6a-800d-88e9-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.021705 | 0.05s 2025-09-30 20:10:16.045306 | fa163ee6-1e6a-800d-88e9-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-09-30 20:10:16.083816 | fa163ee6-1e6a-800d-88e9-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-09-30 20:10:16.085134 | fa163ee6-1e6a-800d-88e9-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.081408 | 0.04s 2025-09-30 20:10:16.111197 | fa163ee6-1e6a-800d-88e9-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-09-30 20:10:16.142131 | fa163ee6-1e6a-800d-88e9-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-09-30 20:10:16.143313 | fa163ee6-1e6a-800d-88e9-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.139591 | 0.03s 2025-09-30 20:10:16.168395 | fa163ee6-1e6a-800d-88e9-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-09-30 20:10:16.199306 | fa163ee6-1e6a-800d-88e9-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-09-30 20:10:16.201755 | fa163ee6-1e6a-800d-88e9-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.198032 | 0.03s 2025-09-30 20:10:16.227274 | fa163ee6-1e6a-800d-88e9-000000000c46 | TASK | Enable LOG rules 2025-09-30 20:10:16.255098 | fa163ee6-1e6a-800d-88e9-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-09-30 20:10:16.256224 | fa163ee6-1e6a-800d-88e9-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.252501 | 0.03s 2025-09-30 20:10:16.281594 | fa163ee6-1e6a-800d-88e9-000000000c47 | TASK | Set rule fact 2025-09-30 20:10:16.376248 | fa163ee6-1e6a-800d-88e9-000000000c47 | OK | Set rule fact | standalone 2025-09-30 20:10:16.379911 | fa163ee6-1e6a-800d-88e9-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.376183 | 0.10s 2025-09-30 20:10:16.409932 | fa163ee6-1e6a-800d-88e9-000000000c48 | TASK | Manage rules via nftables 2025-09-30 20:10:16.432085 | fa163ee6-1e6a-800d-88e9-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:19.428355 | 0.02s 2025-09-30 20:10:16.516812 | fa163ee6-1e6a-800d-88e9-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.513090 | 0.03s 2025-09-30 20:10:16.531322 | 52bd92d5-cb98-4b05-a5a1-b2d97fe5b1ae | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-09-30 20:10:16.556219 | fa163ee6-1e6a-800d-88e9-000000000d0f | TASK | Ensure legacy iptables services are off 2025-09-30 20:10:16.948987 | fa163ee6-1e6a-800d-88e9-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-09-30 20:10:16.950271 | fa163ee6-1e6a-800d-88e9-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.946556 | 0.39s 2025-09-30 20:10:17.273633 | fa163ee6-1e6a-800d-88e9-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-09-30 20:10:17.275866 | fa163ee6-1e6a-800d-88e9-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.272125 | 0.72s 2025-09-30 20:10:17.288064 | fa163ee6-1e6a-800d-88e9-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.284339 | 0.73s 2025-09-30 20:10:17.317945 | fa163ee6-1e6a-800d-88e9-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-09-30 20:10:18.095928 | fa163ee6-1e6a-800d-88e9-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-09-30 20:10:18.099301 | fa163ee6-1e6a-800d-88e9-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:21.095576 | 0.78s 2025-09-30 20:10:18.127676 | fa163ee6-1e6a-800d-88e9-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-09-30 20:10:18.168939 | fa163ee6-1e6a-800d-88e9-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-09-30 20:10:18.171214 | fa163ee6-1e6a-800d-88e9-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:21.167490 | 0.04s 2025-09-30 20:10:18.226734 | fa163ee6-1e6a-800d-88e9-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.223006 | 0.03s 2025-09-30 20:10:18.268247 | 2e3540b9-ba28-4e39-8386-ddb2f613c991 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-09-30 20:10:18.307475 | fa163ee6-1e6a-800d-88e9-000000000d40 | TASK | Push empty ruleset 2025-09-30 20:10:18.733128 | fa163ee6-1e6a-800d-88e9-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-09-30 20:10:18.734934 | fa163ee6-1e6a-800d-88e9-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.731210 | 0.43s 2025-09-30 20:10:18.762184 | fa163ee6-1e6a-800d-88e9-000000000d41 | TASK | Load empty ruleset 2025-09-30 20:10:19.012101 | fa163ee6-1e6a-800d-88e9-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-09-30 20:10:19.013557 | fa163ee6-1e6a-800d-88e9-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:22.009834 | 0.25s 2025-09-30 20:10:19.040447 | fa163ee6-1e6a-800d-88e9-000000000d43 | TASK | Use default rules 2025-09-30 20:10:19.135682 | fa163ee6-1e6a-800d-88e9-000000000d43 | OK | Use default rules | standalone 2025-09-30 20:10:19.138760 | fa163ee6-1e6a-800d-88e9-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:22.135038 | 0.10s 2025-09-30 20:10:19.168345 | fa163ee6-1e6a-800d-88e9-000000000d44 | TASK | Enable LOG rules 2025-09-30 20:10:19.260022 | fa163ee6-1e6a-800d-88e9-000000000d44 | OK | Enable LOG rules | standalone 2025-09-30 20:10:19.263011 | fa163ee6-1e6a-800d-88e9-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.259288 | 0.09s 2025-09-30 20:10:19.291922 | fa163ee6-1e6a-800d-88e9-000000000d46 | TASK | Get current nftables content 2025-09-30 20:10:19.534708 | fa163ee6-1e6a-800d-88e9-000000000d46 | CHANGED | Get current nftables content | standalone 2025-09-30 20:10:19.536155 | fa163ee6-1e6a-800d-88e9-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:22.532433 | 0.24s 2025-09-30 20:10:19.562869 | fa163ee6-1e6a-800d-88e9-000000000d48 | TASK | Generate chain jumps 2025-09-30 20:10:20.017177 | fa163ee6-1e6a-800d-88e9-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-09-30 20:10:20.018625 | fa163ee6-1e6a-800d-88e9-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.014903 | 0.45s 2025-09-30 20:10:20.045509 | fa163ee6-1e6a-800d-88e9-000000000d49 | TASK | Generate chain jumps 2025-09-30 20:10:20.623542 | fa163ee6-1e6a-800d-88e9-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-09-30 20:10:20.624989 | fa163ee6-1e6a-800d-88e9-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.621267 | 0.58s 2025-09-30 20:10:20.651468 | fa163ee6-1e6a-800d-88e9-000000000d4a | TASK | Generate nft flushes 2025-09-30 20:10:21.163681 | fa163ee6-1e6a-800d-88e9-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-09-30 20:10:21.165100 | fa163ee6-1e6a-800d-88e9-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:24.161378 | 0.51s 2025-09-30 20:10:21.191908 | fa163ee6-1e6a-800d-88e9-000000000d4b | TASK | Generate nft tripleo chains 2025-09-30 20:10:21.747682 | fa163ee6-1e6a-800d-88e9-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-09-30 20:10:21.749042 | fa163ee6-1e6a-800d-88e9-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.745320 | 0.56s 2025-09-30 20:10:21.775803 | fa163ee6-1e6a-800d-88e9-000000000d4c | TASK | Generate nft ruleset in static file 2025-09-30 20:10:23.363791 | fa163ee6-1e6a-800d-88e9-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-09-30 20:10:23.365155 | fa163ee6-1e6a-800d-88e9-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:26.361434 | 1.59s 2025-09-30 20:10:23.392778 | fa163ee6-1e6a-800d-88e9-000000000d4e | TASK | Validate all of the generated content before loading 2025-09-30 20:10:23.999318 | fa163ee6-1e6a-800d-88e9-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-09-30 20:10:24.000651 | fa163ee6-1e6a-800d-88e9-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.996929 | 0.61s 2025-09-30 20:10:24.026716 | fa163ee6-1e6a-800d-88e9-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-09-30 20:10:24.296001 | fa163ee6-1e6a-800d-88e9-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-09-30 20:10:24.297406 | fa163ee6-1e6a-800d-88e9-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:27.293685 | 0.27s 2025-09-30 20:10:24.353734 | fa163ee6-1e6a-800d-88e9-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.350005 | 0.03s 2025-09-30 20:10:24.373127 | bf3ad9be-b3b5-49ae-9368-9570718e437b | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-09-30 20:10:24.426303 | fa163ee6-1e6a-800d-88e9-000000000db7 | TASK | Inject our custom chains in nftables 2025-09-30 20:10:24.658612 | fa163ee6-1e6a-800d-88e9-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-09-30 20:10:24.660023 | fa163ee6-1e6a-800d-88e9-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.656300 | 0.23s 2025-09-30 20:10:24.686392 | fa163ee6-1e6a-800d-88e9-000000000db8 | TASK | Reload custom nftables ruleset files 2025-09-30 20:10:24.954722 | fa163ee6-1e6a-800d-88e9-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-09-30 20:10:24.956137 | fa163ee6-1e6a-800d-88e9-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.952416 | 0.27s 2025-09-30 20:10:25.029703 | fa163ee6-1e6a-800d-88e9-000000000b1f | TASK | create persistent logs directory 2025-09-30 20:10:25.288661 | fa163ee6-1e6a-800d-88e9-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 20:10:25.290988 | fa163ee6-1e6a-800d-88e9-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.287252 | 0.26s 2025-09-30 20:10:25.464916 | fa163ee6-1e6a-800d-88e9-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-09-30 20:10:25.466579 | fa163ee6-1e6a-800d-88e9-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.462858 | 0.44s 2025-09-30 20:10:25.477326 | fa163ee6-1e6a-800d-88e9-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.473598 | 0.45s 2025-09-30 20:10:25.503755 | fa163ee6-1e6a-800d-88e9-000000000b20 | TASK | create persistent directories 2025-09-30 20:10:25.741031 | fa163ee6-1e6a-800d-88e9-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 20:10:25.742079 | fa163ee6-1e6a-800d-88e9-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.738360 | 0.24s 2025-09-30 20:10:25.754075 | fa163ee6-1e6a-800d-88e9-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.750349 | 0.25s 2025-09-30 20:10:25.779726 | fa163ee6-1e6a-800d-88e9-000000000b21 | TASK | create persistent directories 2025-09-30 20:10:26.098561 | fa163ee6-1e6a-800d-88e9-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 20:10:26.100088 | fa163ee6-1e6a-800d-88e9-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.096362 | 0.32s 2025-09-30 20:10:26.310113 | fa163ee6-1e6a-800d-88e9-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-09-30 20:10:26.311343 | fa163ee6-1e6a-800d-88e9-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.307625 | 0.53s 2025-09-30 20:10:26.321555 | fa163ee6-1e6a-800d-88e9-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.317830 | 0.54s 2025-09-30 20:10:26.347654 | fa163ee6-1e6a-800d-88e9-000000000b22 | TASK | create persistent directories 2025-09-30 20:10:26.606092 | fa163ee6-1e6a-800d-88e9-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-09-30 20:10:26.607707 | fa163ee6-1e6a-800d-88e9-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.603982 | 0.26s 2025-09-30 20:10:26.814005 | fa163ee6-1e6a-800d-88e9-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-09-30 20:10:26.815806 | fa163ee6-1e6a-800d-88e9-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.812082 | 0.47s 2025-09-30 20:10:26.826390 | fa163ee6-1e6a-800d-88e9-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.822665 | 0.48s 2025-09-30 20:10:26.852140 | fa163ee6-1e6a-800d-88e9-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-09-30 20:10:27.889012 | fa163ee6-1e6a-800d-88e9-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-09-30 20:10:27.890440 | fa163ee6-1e6a-800d-88e9-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.886722 | 1.04s 2025-09-30 20:10:27.914737 | fa163ee6-1e6a-800d-88e9-000000000b24 | TASK | create persistent directories 2025-09-30 20:10:28.183440 | fa163ee6-1e6a-800d-88e9-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-09-30 20:10:28.184941 | fa163ee6-1e6a-800d-88e9-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.181216 | 0.27s 2025-09-30 20:10:28.190985 | fa163ee6-1e6a-800d-88e9-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.187260 | 0.27s 2025-09-30 20:10:28.216921 | fa163ee6-1e6a-800d-88e9-000000000b25 | TASK | create persistent directories 2025-09-30 20:10:28.479781 | fa163ee6-1e6a-800d-88e9-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 20:10:28.482408 | fa163ee6-1e6a-800d-88e9-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.478672 | 0.26s 2025-09-30 20:10:28.705778 | fa163ee6-1e6a-800d-88e9-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-09-30 20:10:28.706477 | fa163ee6-1e6a-800d-88e9-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.702767 | 0.49s 2025-09-30 20:10:28.714100 | fa163ee6-1e6a-800d-88e9-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.710373 | 0.50s 2025-09-30 20:10:28.740647 | fa163ee6-1e6a-800d-88e9-000000000b26 | TASK | create fcontext entry for cinder data 2025-09-30 20:10:30.001382 | fa163ee6-1e6a-800d-88e9-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-09-30 20:10:30.003127 | fa163ee6-1e6a-800d-88e9-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.999403 | 1.26s 2025-09-30 20:10:30.029710 | fa163ee6-1e6a-800d-88e9-000000000b27 | TASK | create persistent directories 2025-09-30 20:10:30.282614 | fa163ee6-1e6a-800d-88e9-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 20:10:30.284671 | fa163ee6-1e6a-800d-88e9-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.280945 | 0.25s 2025-09-30 20:10:30.472589 | fa163ee6-1e6a-800d-88e9-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-09-30 20:10:30.473721 | fa163ee6-1e6a-800d-88e9-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.470003 | 0.44s 2025-09-30 20:10:30.485940 | fa163ee6-1e6a-800d-88e9-000000000b27 | TIMING | create persistent directories | standalone | 0:01:33.482223 | 0.45s 2025-09-30 20:10:30.513230 | fa163ee6-1e6a-800d-88e9-000000000b28 | TASK | ensure ceph configurations exist 2025-09-30 20:10:30.743013 | fa163ee6-1e6a-800d-88e9-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-09-30 20:10:30.743706 | fa163ee6-1e6a-800d-88e9-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.739995 | 0.23s 2025-09-30 20:10:30.760620 | fa163ee6-1e6a-800d-88e9-000000000b29 | TASK | create persistent directories 2025-09-30 20:10:30.988881 | fa163ee6-1e6a-800d-88e9-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 20:10:30.990826 | fa163ee6-1e6a-800d-88e9-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.987103 | 0.23s 2025-09-30 20:10:31.000999 | fa163ee6-1e6a-800d-88e9-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.997283 | 0.24s 2025-09-30 20:10:31.025916 | fa163ee6-1e6a-800d-88e9-000000000b2b | TASK | Create cinder image conversion directory 2025-09-30 20:10:31.055372 | fa163ee6-1e6a-800d-88e9-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-09-30 20:10:31.056590 | fa163ee6-1e6a-800d-88e9-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:34.052867 | 0.03s 2025-09-30 20:10:31.081647 | fa163ee6-1e6a-800d-88e9-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-09-30 20:10:31.110593 | fa163ee6-1e6a-800d-88e9-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-09-30 20:10:31.111770 | fa163ee6-1e6a-800d-88e9-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:34.108046 | 0.03s 2025-09-30 20:10:31.136440 | fa163ee6-1e6a-800d-88e9-000000000b2e | TASK | cinder_configure_lvm fact 2025-09-30 20:10:31.165782 | fa163ee6-1e6a-800d-88e9-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-09-30 20:10:31.166926 | fa163ee6-1e6a-800d-88e9-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:34.163203 | 0.03s 2025-09-30 20:10:31.191082 | fa163ee6-1e6a-800d-88e9-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-09-30 20:10:31.219756 | fa163ee6-1e6a-800d-88e9-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-09-30 20:10:31.221139 | fa163ee6-1e6a-800d-88e9-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:34.217418 | 0.03s 2025-09-30 20:10:31.245706 | fa163ee6-1e6a-800d-88e9-000000000b31 | TASK | cinder create LVM volume group dd 2025-09-30 20:10:31.273469 | fa163ee6-1e6a-800d-88e9-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-09-30 20:10:31.274715 | fa163ee6-1e6a-800d-88e9-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:34.270993 | 0.03s 2025-09-30 20:10:31.299259 | fa163ee6-1e6a-800d-88e9-000000000b32 | TASK | Get or create LVM loopback device 2025-09-30 20:10:31.327158 | fa163ee6-1e6a-800d-88e9-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-09-30 20:10:31.328341 | fa163ee6-1e6a-800d-88e9-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:34.324619 | 0.03s 2025-09-30 20:10:31.353798 | fa163ee6-1e6a-800d-88e9-000000000b33 | TASK | Create LVM volume group 2025-09-30 20:10:31.382068 | fa163ee6-1e6a-800d-88e9-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-09-30 20:10:31.383262 | fa163ee6-1e6a-800d-88e9-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:34.379540 | 0.03s 2025-09-30 20:10:31.407969 | fa163ee6-1e6a-800d-88e9-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-09-30 20:10:31.435815 | fa163ee6-1e6a-800d-88e9-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-09-30 20:10:31.437192 | fa163ee6-1e6a-800d-88e9-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:34.433470 | 0.03s 2025-09-30 20:10:31.462068 | fa163ee6-1e6a-800d-88e9-000000000b35 | TASK | cinder enable the LVM losetup service 2025-09-30 20:10:31.490011 | fa163ee6-1e6a-800d-88e9-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-09-30 20:10:31.491155 | fa163ee6-1e6a-800d-88e9-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:34.487430 | 0.03s 2025-09-30 20:10:31.517190 | fa163ee6-1e6a-800d-88e9-000000000b37 | TASK | allow logrotate to read inside containers 2025-09-30 20:10:32.429732 | fa163ee6-1e6a-800d-88e9-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-09-30 20:10:32.431474 | fa163ee6-1e6a-800d-88e9-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:35.427750 | 0.91s 2025-09-30 20:10:32.457414 | fa163ee6-1e6a-800d-88e9-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-09-30 20:10:34.673129 | fa163ee6-1e6a-800d-88e9-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-09-30 20:10:34.675105 | fa163ee6-1e6a-800d-88e9-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:37.671375 | 2.22s 2025-09-30 20:10:34.731132 | fa163ee6-1e6a-800d-88e9-000000000b3a | OK | set_fact | standalone 2025-09-30 20:10:34.732366 | fa163ee6-1e6a-800d-88e9-000000000b3a | TIMING | set_fact | standalone | 0:01:37.728644 | 0.03s 2025-09-30 20:10:34.784795 | fa163ee6-1e6a-800d-88e9-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:37.781062 | 0.03s 2025-09-30 20:10:34.842712 | fa163ee6-1e6a-800d-88e9-000000000f04 | TASK | ensure apache is installed 2025-09-30 20:10:40.804927 | fa163ee6-1e6a-800d-88e9-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-09-30 20:10:40.806532 | fa163ee6-1e6a-800d-88e9-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:43.802810 | 5.96s 2025-09-30 20:10:40.832357 | fa163ee6-1e6a-800d-88e9-000000000f05 | TASK | create image data directory 2025-09-30 20:10:41.062537 | fa163ee6-1e6a-800d-88e9-000000000f05 | CHANGED | create image data directory | standalone 2025-09-30 20:10:41.064076 | fa163ee6-1e6a-800d-88e9-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:44.060355 | 0.23s 2025-09-30 20:10:41.089554 | fa163ee6-1e6a-800d-88e9-000000000f06 | TASK | create /v2/ response file 2025-09-30 20:10:41.618128 | fa163ee6-1e6a-800d-88e9-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-09-30 20:10:41.619694 | fa163ee6-1e6a-800d-88e9-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:44.615972 | 0.53s 2025-09-30 20:10:41.646088 | fa163ee6-1e6a-800d-88e9-000000000f07 | TASK | Add listen line 2025-09-30 20:10:42.013461 | fa163ee6-1e6a-800d-88e9-000000000f07 | CHANGED | Add listen line | standalone 2025-09-30 20:10:42.015008 | fa163ee6-1e6a-800d-88e9-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:45.011282 | 0.37s 2025-09-30 20:10:42.042469 | fa163ee6-1e6a-800d-88e9-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-09-30 20:10:42.523722 | fa163ee6-1e6a-800d-88e9-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-09-30 20:10:42.525044 | fa163ee6-1e6a-800d-88e9-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:45.521321 | 0.48s 2025-09-30 20:10:42.546043 | fa163ee6-1e6a-800d-88e9-000000000f09 | TASK | Image-Serve | restart httpd 2025-09-30 20:10:43.541396 | fa163ee6-1e6a-800d-88e9-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-09-30 20:10:43.543300 | fa163ee6-1e6a-800d-88e9-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:46.539582 | 1.00s 2025-09-30 20:10:43.581760 | fa163ee6-1e6a-800d-88e9-000000000b3d | TASK | create persistent logs directory 2025-09-30 20:10:43.838117 | fa163ee6-1e6a-800d-88e9-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-09-30 20:10:43.839791 | fa163ee6-1e6a-800d-88e9-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.836065 | 0.26s 2025-09-30 20:10:44.049451 | fa163ee6-1e6a-800d-88e9-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-09-30 20:10:44.050425 | fa163ee6-1e6a-800d-88e9-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.046712 | 0.47s 2025-09-30 20:10:44.055468 | fa163ee6-1e6a-800d-88e9-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:47.051735 | 0.47s 2025-09-30 20:10:44.083503 | fa163ee6-1e6a-800d-88e9-000000000b3e | TASK | Mount NFS on host 2025-09-30 20:10:44.113906 | fa163ee6-1e6a-800d-88e9-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-09-30 20:10:44.115464 | fa163ee6-1e6a-800d-88e9-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:47.111736 | 0.03s 2025-09-30 20:10:44.143263 | fa163ee6-1e6a-800d-88e9-000000000b3f | TASK | Mount Node Staging Location 2025-09-30 20:10:44.174287 | fa163ee6-1e6a-800d-88e9-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-09-30 20:10:44.175699 | fa163ee6-1e6a-800d-88e9-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:47.171972 | 0.03s 2025-09-30 20:10:44.203763 | fa163ee6-1e6a-800d-88e9-000000000b40 | TASK | ensure /var/lib/glance exists 2025-09-30 20:10:44.446000 | fa163ee6-1e6a-800d-88e9-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-09-30 20:10:44.448046 | fa163ee6-1e6a-800d-88e9-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:47.444319 | 0.24s 2025-09-30 20:10:44.476344 | fa163ee6-1e6a-800d-88e9-000000000b41 | TASK | create logs directory 2025-09-30 20:10:44.707686 | fa163ee6-1e6a-800d-88e9-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-09-30 20:10:44.710440 | fa163ee6-1e6a-800d-88e9-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.706710 | 0.23s 2025-09-30 20:10:44.926591 | fa163ee6-1e6a-800d-88e9-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-09-30 20:10:44.927372 | fa163ee6-1e6a-800d-88e9-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.923662 | 0.45s 2025-09-30 20:10:44.935359 | fa163ee6-1e6a-800d-88e9-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.931634 | 0.46s 2025-09-30 20:10:44.962201 | fa163ee6-1e6a-800d-88e9-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-09-30 20:10:44.991055 | fa163ee6-1e6a-800d-88e9-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-09-30 20:10:44.992361 | fa163ee6-1e6a-800d-88e9-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:47.988636 | 0.03s 2025-09-30 20:10:45.018198 | fa163ee6-1e6a-800d-88e9-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-09-30 20:10:45.261228 | fa163ee6-1e6a-800d-88e9-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-09-30 20:10:45.262397 | fa163ee6-1e6a-800d-88e9-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:48.258680 | 0.24s 2025-09-30 20:10:45.283004 | fa163ee6-1e6a-800d-88e9-000000000b44 | TASK | create persistent directories 2025-09-30 20:10:45.514893 | fa163ee6-1e6a-800d-88e9-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-09-30 20:10:45.517179 | fa163ee6-1e6a-800d-88e9-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.513452 | 0.23s 2025-09-30 20:10:45.527030 | fa163ee6-1e6a-800d-88e9-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.523308 | 0.24s 2025-09-30 20:10:45.548995 | fa163ee6-1e6a-800d-88e9-000000000b45 | TASK | create persistent data directory 2025-09-30 20:10:45.811143 | fa163ee6-1e6a-800d-88e9-000000000b45 | OK | create persistent data directory | standalone 2025-09-30 20:10:45.812073 | fa163ee6-1e6a-800d-88e9-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:48.808359 | 0.26s 2025-09-30 20:10:45.836465 | fa163ee6-1e6a-800d-88e9-000000000b46 | TASK | get parameters 2025-09-30 20:10:45.873438 | fa163ee6-1e6a-800d-88e9-000000000b46 | OK | get parameters | standalone 2025-09-30 20:10:45.874722 | fa163ee6-1e6a-800d-88e9-000000000b46 | TIMING | get parameters | standalone | 0:01:48.871000 | 0.04s 2025-09-30 20:10:45.900656 | fa163ee6-1e6a-800d-88e9-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-09-30 20:10:45.943643 | fa163ee6-1e6a-800d-88e9-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-09-30 20:10:45.945028 | fa163ee6-1e6a-800d-88e9-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:48.941306 | 0.04s 2025-09-30 20:10:45.971747 | fa163ee6-1e6a-800d-88e9-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-09-30 20:10:46.022243 | fa163ee6-1e6a-800d-88e9-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-09-30 20:10:46.023783 | fa163ee6-1e6a-800d-88e9-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:49.020058 | 0.05s 2025-09-30 20:10:46.050972 | fa163ee6-1e6a-800d-88e9-000000000b4a | TASK | get haproxy status 2025-09-30 20:10:46.101351 | fa163ee6-1e6a-800d-88e9-000000000b4a | SKIPPED | get haproxy status | standalone 2025-09-30 20:10:46.102771 | fa163ee6-1e6a-800d-88e9-000000000b4a | TIMING | get haproxy status | standalone | 0:01:49.099045 | 0.05s 2025-09-30 20:10:46.129965 | fa163ee6-1e6a-800d-88e9-000000000b4b | TASK | get pacemaker status 2025-09-30 20:10:46.181994 | fa163ee6-1e6a-800d-88e9-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-09-30 20:10:46.183516 | fa163ee6-1e6a-800d-88e9-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:49.179790 | 0.05s 2025-09-30 20:10:46.210962 | fa163ee6-1e6a-800d-88e9-000000000b4c | TASK | get docker status 2025-09-30 20:10:46.263519 | fa163ee6-1e6a-800d-88e9-000000000b4c | SKIPPED | get docker status | standalone 2025-09-30 20:10:46.264828 | fa163ee6-1e6a-800d-88e9-000000000b4c | TIMING | get docker status | standalone | 0:01:49.261103 | 0.05s 2025-09-30 20:10:46.290191 | fa163ee6-1e6a-800d-88e9-000000000b4d | TASK | get container_id 2025-09-30 20:10:46.334804 | fa163ee6-1e6a-800d-88e9-000000000b4d | SKIPPED | get container_id | standalone 2025-09-30 20:10:46.336316 | fa163ee6-1e6a-800d-88e9-000000000b4d | TIMING | get container_id | standalone | 0:01:49.332588 | 0.04s 2025-09-30 20:10:46.361589 | fa163ee6-1e6a-800d-88e9-000000000b4e | TASK | get pcs resource name for haproxy container 2025-09-30 20:10:46.409680 | fa163ee6-1e6a-800d-88e9-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-09-30 20:10:46.411440 | fa163ee6-1e6a-800d-88e9-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:49.407726 | 0.05s 2025-09-30 20:10:46.428949 | fa163ee6-1e6a-800d-88e9-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-09-30 20:10:46.466665 | fa163ee6-1e6a-800d-88e9-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-09-30 20:10:46.467789 | fa163ee6-1e6a-800d-88e9-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:49.464072 | 0.04s 2025-09-30 20:10:46.492923 | fa163ee6-1e6a-800d-88e9-000000000b50 | TASK | push certificate content 2025-09-30 20:10:46.543094 | fa163ee6-1e6a-800d-88e9-000000000b50 | SKIPPED | push certificate content | standalone 2025-09-30 20:10:46.544533 | fa163ee6-1e6a-800d-88e9-000000000b50 | TIMING | push certificate content | standalone | 0:01:49.540800 | 0.05s 2025-09-30 20:10:46.571816 | fa163ee6-1e6a-800d-88e9-000000000b52 | TASK | set certificate ownership 2025-09-30 20:10:46.624016 | fa163ee6-1e6a-800d-88e9-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-09-30 20:10:46.625450 | fa163ee6-1e6a-800d-88e9-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:49.621718 | 0.05s 2025-09-30 20:10:46.651200 | fa163ee6-1e6a-800d-88e9-000000000b53 | TASK | reload haproxy if enabled 2025-09-30 20:10:46.701969 | fa163ee6-1e6a-800d-88e9-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-09-30 20:10:46.703109 | fa163ee6-1e6a-800d-88e9-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:49.699386 | 0.05s 2025-09-30 20:10:46.727889 | fa163ee6-1e6a-800d-88e9-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-09-30 20:10:46.777545 | fa163ee6-1e6a-800d-88e9-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-09-30 20:10:46.778700 | fa163ee6-1e6a-800d-88e9-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:49.774978 | 0.05s 2025-09-30 20:10:46.805235 | fa163ee6-1e6a-800d-88e9-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-09-30 20:10:46.855643 | fa163ee6-1e6a-800d-88e9-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-09-30 20:10:46.857001 | fa163ee6-1e6a-800d-88e9-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:49.853279 | 0.05s 2025-09-30 20:10:46.882539 | fa163ee6-1e6a-800d-88e9-000000000b58 | TASK | create persistent directories 2025-09-30 20:10:47.172598 | fa163ee6-1e6a-800d-88e9-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-09-30 20:10:47.175410 | fa163ee6-1e6a-800d-88e9-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.171682 | 0.29s 2025-09-30 20:10:47.408507 | fa163ee6-1e6a-800d-88e9-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-09-30 20:10:47.410322 | fa163ee6-1e6a-800d-88e9-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.406604 | 0.53s 2025-09-30 20:10:47.421227 | fa163ee6-1e6a-800d-88e9-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.417496 | 0.54s 2025-09-30 20:10:47.448395 | fa163ee6-1e6a-800d-88e9-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-09-30 20:10:52.791230 | fa163ee6-1e6a-800d-88e9-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-09-30 20:10:52.792513 | fa163ee6-1e6a-800d-88e9-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:55.788790 | 5.34s 2025-09-30 20:10:52.818972 | fa163ee6-1e6a-800d-88e9-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-09-30 20:10:52.892506 | fa163ee6-1e6a-800d-88e9-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.72 seconds", "Notice: Applied catalog in 0.25 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.25", " Config retrieval: 0.80", " Last run: 1759263052", " Total: 0.25", "Version:", " Config: 1759263051", " 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-09-30 20:10:52.893937 | fa163ee6-1e6a-800d-88e9-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:55.890213 | 0.07s 2025-09-30 20:10:52.921654 | fa163ee6-1e6a-800d-88e9-000000000b5b | TASK | create persistent directories 2025-09-30 20:10:53.173299 | fa163ee6-1e6a-800d-88e9-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 20:10:53.175692 | fa163ee6-1e6a-800d-88e9-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.171955 | 0.25s 2025-09-30 20:10:53.412487 | fa163ee6-1e6a-800d-88e9-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-09-30 20:10:53.413907 | fa163ee6-1e6a-800d-88e9-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.410154 | 0.49s 2025-09-30 20:10:53.421979 | fa163ee6-1e6a-800d-88e9-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.418243 | 0.50s 2025-09-30 20:10:53.449832 | fa163ee6-1e6a-800d-88e9-000000000b5c | TASK | create persistent directories 2025-09-30 20:10:53.734506 | fa163ee6-1e6a-800d-88e9-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 20:10:53.736377 | fa163ee6-1e6a-800d-88e9-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.732648 | 0.28s 2025-09-30 20:10:53.944237 | fa163ee6-1e6a-800d-88e9-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-09-30 20:10:53.946402 | fa163ee6-1e6a-800d-88e9-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.942683 | 0.49s 2025-09-30 20:10:53.957053 | fa163ee6-1e6a-800d-88e9-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.953317 | 0.51s 2025-09-30 20:10:53.984746 | fa163ee6-1e6a-800d-88e9-000000000b5d | TASK | create persistent directories 2025-09-30 20:10:54.228172 | fa163ee6-1e6a-800d-88e9-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 20:10:54.229678 | fa163ee6-1e6a-800d-88e9-000000000b5d | TIMING | create persistent directories | standalone | 0:01:57.225955 | 0.24s 2025-09-30 20:10:54.236101 | fa163ee6-1e6a-800d-88e9-000000000b5d | TIMING | create persistent directories | standalone | 0:01:57.232364 | 0.25s 2025-09-30 20:10:54.265111 | fa163ee6-1e6a-800d-88e9-000000000b5e | TASK | create persistent directories 2025-09-30 20:10:54.510734 | fa163ee6-1e6a-800d-88e9-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-09-30 20:10:54.513166 | fa163ee6-1e6a-800d-88e9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.509437 | 0.25s 2025-09-30 20:10:54.726774 | fa163ee6-1e6a-800d-88e9-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-09-30 20:10:54.728836 | fa163ee6-1e6a-800d-88e9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.725117 | 0.46s 2025-09-30 20:10:54.954856 | fa163ee6-1e6a-800d-88e9-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-09-30 20:10:54.956909 | fa163ee6-1e6a-800d-88e9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.953162 | 0.69s 2025-09-30 20:10:55.182718 | fa163ee6-1e6a-800d-88e9-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-09-30 20:10:55.184599 | fa163ee6-1e6a-800d-88e9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.180879 | 0.92s 2025-09-30 20:10:55.196117 | fa163ee6-1e6a-800d-88e9-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.192400 | 0.93s 2025-09-30 20:10:55.223564 | fa163ee6-1e6a-800d-88e9-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-09-30 20:10:55.657315 | fa163ee6-1e6a-800d-88e9-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-09-30 20:10:55.658457 | fa163ee6-1e6a-800d-88e9-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:58.654740 | 0.43s 2025-09-30 20:10:55.678967 | fa163ee6-1e6a-800d-88e9-000000000b60 | TASK | create fcontext entry for iscsi 2025-09-30 20:10:56.897688 | fa163ee6-1e6a-800d-88e9-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-09-30 20:10:56.899540 | fa163ee6-1e6a-800d-88e9-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.895814 | 1.22s 2025-09-30 20:10:58.136752 | fa163ee6-1e6a-800d-88e9-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-09-30 20:10:58.138225 | fa163ee6-1e6a-800d-88e9-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.134506 | 2.46s 2025-09-30 20:10:59.349289 | fa163ee6-1e6a-800d-88e9-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-09-30 20:10:59.351685 | fa163ee6-1e6a-800d-88e9-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.347971 | 3.67s 2025-09-30 20:10:59.361525 | fa163ee6-1e6a-800d-88e9-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.357809 | 3.68s 2025-09-30 20:10:59.386969 | fa163ee6-1e6a-800d-88e9-000000000b61 | TASK | create persistent directories 2025-09-30 20:10:59.637729 | fa163ee6-1e6a-800d-88e9-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-09-30 20:10:59.639419 | fa163ee6-1e6a-800d-88e9-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.635693 | 0.25s 2025-09-30 20:10:59.812583 | fa163ee6-1e6a-800d-88e9-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-09-30 20:10:59.814318 | fa163ee6-1e6a-800d-88e9-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.810601 | 0.43s 2025-09-30 20:10:59.978271 | fa163ee6-1e6a-800d-88e9-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-09-30 20:10:59.980135 | fa163ee6-1e6a-800d-88e9-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.976412 | 0.59s 2025-09-30 20:10:59.990844 | fa163ee6-1e6a-800d-88e9-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.987128 | 0.60s 2025-09-30 20:11:00.018492 | fa163ee6-1e6a-800d-88e9-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-09-30 20:11:00.239605 | fa163ee6-1e6a-800d-88e9-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-09-30 20:11:00.240907 | fa163ee6-1e6a-800d-88e9-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:03.237185 | 0.22s 2025-09-30 20:11:00.267503 | fa163ee6-1e6a-800d-88e9-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-09-30 20:11:00.295471 | fa163ee6-1e6a-800d-88e9-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-09-30 20:11:00.296566 | fa163ee6-1e6a-800d-88e9-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:03.292845 | 0.03s 2025-09-30 20:11:00.321156 | fa163ee6-1e6a-800d-88e9-000000000b64 | TASK | Check if iscsi.service is enabled 2025-09-30 20:11:00.553644 | fa163ee6-1e6a-800d-88e9-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-09-30 20:11:00.555012 | fa163ee6-1e6a-800d-88e9-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.551291 | 0.23s 2025-09-30 20:11:00.579877 | fa163ee6-1e6a-800d-88e9-000000000b65 | TASK | Stop iscsi.service 2025-09-30 20:11:00.620024 | fa163ee6-1e6a-800d-88e9-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-09-30 20:11:00.621437 | fa163ee6-1e6a-800d-88e9-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:03.617712 | 0.04s 2025-09-30 20:11:00.675045 | fa163ee6-1e6a-800d-88e9-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.671313 | 0.02s 2025-09-30 20:11:00.769723 | fa163ee6-1e6a-800d-88e9-000000001067 | TASK | Install additional packages 2025-09-30 20:11:00.795477 | fa163ee6-1e6a-800d-88e9-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.791756 | 0.02s 2025-09-30 20:11:00.813167 | fa163ee6-1e6a-800d-88e9-000000001068 | TASK | Remove dracut-config-generic 2025-09-30 20:11:04.424417 | fa163ee6-1e6a-800d-88e9-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-09-30 20:11:04.425793 | fa163ee6-1e6a-800d-88e9-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:07.422071 | 3.61s 2025-09-30 20:11:04.452082 | fa163ee6-1e6a-800d-88e9-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-09-30 20:11:04.737027 | fa163ee6-1e6a-800d-88e9-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-09-30 20:11:04.738412 | fa163ee6-1e6a-800d-88e9-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:07.734690 | 0.28s 2025-09-30 20:11:04.765201 | fa163ee6-1e6a-800d-88e9-00000000106a | TASK | Write list of modules to load at boot 2025-09-30 20:11:05.269752 | fa163ee6-1e6a-800d-88e9-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-09-30 20:11:05.271376 | fa163ee6-1e6a-800d-88e9-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:08.267653 | 0.50s 2025-09-30 20:11:05.298163 | fa163ee6-1e6a-800d-88e9-00000000106b | TASK | Modules reload 2025-09-30 20:11:06.784027 | fa163ee6-1e6a-800d-88e9-00000000106b | CHANGED | Modules reload | standalone 2025-09-30 20:11:06.785901 | fa163ee6-1e6a-800d-88e9-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:09.782178 | 1.49s 2025-09-30 20:11:06.812366 | fa163ee6-1e6a-800d-88e9-00000000106c | TASK | Set default sysctl options 2025-09-30 20:11:07.287717 | fa163ee6-1e6a-800d-88e9-00000000106c | CHANGED | Set default sysctl options | standalone 2025-09-30 20:11:07.289102 | fa163ee6-1e6a-800d-88e9-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:10.285381 | 0.48s 2025-09-30 20:11:07.315221 | fa163ee6-1e6a-800d-88e9-00000000106d | TASK | Set extra sysctl options 2025-09-30 20:11:07.706266 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-09-30 20:11:07.707655 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.703930 | 0.39s 2025-09-30 20:11:07.919930 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-09-30 20:11:07.921012 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.917294 | 0.60s 2025-09-30 20:11:08.128149 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-09-30 20:11:08.129242 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.125524 | 0.81s 2025-09-30 20:11:08.339113 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-09-30 20:11:08.340230 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.336511 | 1.02s 2025-09-30 20:11:08.533506 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-09-30 20:11:08.534565 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.530847 | 1.22s 2025-09-30 20:11:08.772944 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-09-30 20:11:08.774584 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.770864 | 1.46s 2025-09-30 20:11:10.031025 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-09-30 20:11:10.032268 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.028558 | 2.72s 2025-09-30 20:11:10.236680 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-09-30 20:11:10.237491 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.233779 | 2.92s 2025-09-30 20:11:10.434321 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-09-30 20:11:10.435787 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.432075 | 3.12s 2025-09-30 20:11:11.638724 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-09-30 20:11:11.639773 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.636051 | 4.32s 2025-09-30 20:11:11.864990 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-09-30 20:11:11.866524 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.862802 | 4.55s 2025-09-30 20:11:12.064944 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-09-30 20:11:12.066069 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.062350 | 4.75s 2025-09-30 20:11:12.254304 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-09-30 20:11:12.255406 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.251688 | 4.94s 2025-09-30 20:11:12.496363 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-09-30 20:11:12.497460 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.493741 | 5.18s 2025-09-30 20:11:12.729375 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-09-30 20:11:12.730453 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.726735 | 5.41s 2025-09-30 20:11:12.968478 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-09-30 20:11:12.970249 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.966531 | 5.65s 2025-09-30 20:11:13.203888 | fa163ee6-1e6a-800d-88e9-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-09-30 20:11:13.206603 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.202878 | 5.89s 2025-09-30 20:11:13.216491 | fa163ee6-1e6a-800d-88e9-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.212772 | 5.90s 2025-09-30 20:11:13.236443 | fa163ee6-1e6a-800d-88e9-00000000106f | TASK | Sysctl reload 2025-09-30 20:11:14.656537 | fa163ee6-1e6a-800d-88e9-00000000106f | CHANGED | Sysctl reload | standalone 2025-09-30 20:11:14.658876 | fa163ee6-1e6a-800d-88e9-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:17.655131 | 1.42s 2025-09-30 20:11:14.708632 | fa163ee6-1e6a-800d-88e9-000000000b67 | TASK | create persistent directories 2025-09-30 20:11:14.963445 | fa163ee6-1e6a-800d-88e9-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-09-30 20:11:14.965763 | fa163ee6-1e6a-800d-88e9-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.962036 | 0.26s 2025-09-30 20:11:15.166437 | fa163ee6-1e6a-800d-88e9-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-09-30 20:11:15.167947 | fa163ee6-1e6a-800d-88e9-000000000b67 | TIMING | create persistent directories | standalone | 0:02:18.164236 | 0.46s 2025-09-30 20:11:15.179009 | fa163ee6-1e6a-800d-88e9-000000000b67 | TIMING | create persistent directories | standalone | 0:02:18.175284 | 0.47s 2025-09-30 20:11:15.204752 | fa163ee6-1e6a-800d-88e9-000000000b68 | TASK | Check if file certs_valid exist 2025-09-30 20:11:15.403014 | fa163ee6-1e6a-800d-88e9-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-09-30 20:11:15.404379 | fa163ee6-1e6a-800d-88e9-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:18.400657 | 0.20s 2025-09-30 20:11:15.429933 | fa163ee6-1e6a-800d-88e9-000000000b69 | TASK | Check if file cert9.db exist 2025-09-30 20:11:15.650116 | fa163ee6-1e6a-800d-88e9-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-09-30 20:11:15.651440 | fa163ee6-1e6a-800d-88e9-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:18.647718 | 0.22s 2025-09-30 20:11:15.677098 | fa163ee6-1e6a-800d-88e9-000000000b6a | TASK | Check if file key4.db exist 2025-09-30 20:11:15.882326 | fa163ee6-1e6a-800d-88e9-000000000b6a | OK | Check if file key4.db exist | standalone 2025-09-30 20:11:15.883666 | fa163ee6-1e6a-800d-88e9-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:18.879943 | 0.21s 2025-09-30 20:11:15.937240 | fa163ee6-1e6a-800d-88e9-000000000b6b | SKIPPED | fail | standalone 2025-09-30 20:11:15.938544 | fa163ee6-1e6a-800d-88e9-000000000b6b | TIMING | fail | standalone | 0:02:18.934821 | 0.03s 2025-09-30 20:11:15.963764 | fa163ee6-1e6a-800d-88e9-000000000b6c | TASK | Create persistent directories 2025-09-30 20:11:16.219655 | fa163ee6-1e6a-800d-88e9-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 20:11:16.221803 | fa163ee6-1e6a-800d-88e9-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.218074 | 0.26s 2025-09-30 20:11:16.435710 | fa163ee6-1e6a-800d-88e9-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-09-30 20:11:16.437564 | fa163ee6-1e6a-800d-88e9-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.433845 | 0.47s 2025-09-30 20:11:16.448122 | fa163ee6-1e6a-800d-88e9-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.444394 | 0.48s 2025-09-30 20:11:16.474536 | fa163ee6-1e6a-800d-88e9-000000000b6d | TASK | create persistent directories 2025-09-30 20:11:16.697084 | fa163ee6-1e6a-800d-88e9-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 20:11:16.699085 | fa163ee6-1e6a-800d-88e9-000000000b6d | TIMING | create persistent directories | standalone | 0:02:19.695363 | 0.22s 2025-09-30 20:11:16.709376 | fa163ee6-1e6a-800d-88e9-000000000b6d | TIMING | create persistent directories | standalone | 0:02:19.705653 | 0.23s 2025-09-30 20:11:16.735573 | fa163ee6-1e6a-800d-88e9-000000000b6e | TASK | create persistent directories 2025-09-30 20:11:16.954240 | fa163ee6-1e6a-800d-88e9-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 20:11:16.956034 | fa163ee6-1e6a-800d-88e9-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.952305 | 0.22s 2025-09-30 20:11:17.175930 | fa163ee6-1e6a-800d-88e9-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-09-30 20:11:17.176871 | fa163ee6-1e6a-800d-88e9-000000000b6e | TIMING | create persistent directories | standalone | 0:02:20.173156 | 0.44s 2025-09-30 20:11:17.181877 | fa163ee6-1e6a-800d-88e9-000000000b6e | TIMING | create persistent directories | standalone | 0:02:20.178134 | 0.44s 2025-09-30 20:11:17.208276 | fa163ee6-1e6a-800d-88e9-000000000b6f | TASK | create persistent directories 2025-09-30 20:11:17.446646 | fa163ee6-1e6a-800d-88e9-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-09-30 20:11:17.447799 | fa163ee6-1e6a-800d-88e9-000000000b6f | TIMING | create persistent directories | standalone | 0:02:20.444082 | 0.24s 2025-09-30 20:11:17.452608 | fa163ee6-1e6a-800d-88e9-000000000b6f | TIMING | create persistent directories | standalone | 0:02:20.448883 | 0.24s 2025-09-30 20:11:17.478999 | fa163ee6-1e6a-800d-88e9-000000000b70 | TASK | create persistent directories 2025-09-30 20:11:17.751787 | fa163ee6-1e6a-800d-88e9-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-09-30 20:11:17.753490 | fa163ee6-1e6a-800d-88e9-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.749773 | 0.27s 2025-09-30 20:11:17.975954 | fa163ee6-1e6a-800d-88e9-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-09-30 20:11:17.977664 | fa163ee6-1e6a-800d-88e9-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.973945 | 0.50s 2025-09-30 20:11:18.161124 | fa163ee6-1e6a-800d-88e9-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-09-30 20:11:18.162980 | fa163ee6-1e6a-800d-88e9-000000000b70 | TIMING | create persistent directories | standalone | 0:02:21.159261 | 0.68s 2025-09-30 20:11:18.173278 | fa163ee6-1e6a-800d-88e9-000000000b70 | TIMING | create persistent directories | standalone | 0:02:21.169556 | 0.69s 2025-09-30 20:11:18.194444 | fa163ee6-1e6a-800d-88e9-000000000b71 | TASK | create persistent directories 2025-09-30 20:11:18.443934 | fa163ee6-1e6a-800d-88e9-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-09-30 20:11:18.446371 | fa163ee6-1e6a-800d-88e9-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.442643 | 0.25s 2025-09-30 20:11:18.647294 | fa163ee6-1e6a-800d-88e9-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-09-30 20:11:18.648942 | fa163ee6-1e6a-800d-88e9-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.645225 | 0.45s 2025-09-30 20:11:18.659179 | fa163ee6-1e6a-800d-88e9-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.655457 | 0.46s 2025-09-30 20:11:18.685509 | fa163ee6-1e6a-800d-88e9-000000000b72 | TASK | create persistent directories 2025-09-30 20:11:18.910262 | fa163ee6-1e6a-800d-88e9-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-09-30 20:11:18.912481 | fa163ee6-1e6a-800d-88e9-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.908756 | 0.23s 2025-09-30 20:11:18.922692 | fa163ee6-1e6a-800d-88e9-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.918967 | 0.24s 2025-09-30 20:11:18.950025 | fa163ee6-1e6a-800d-88e9-000000000b73 | TASK | creating directory 2025-09-30 20:11:19.216127 | fa163ee6-1e6a-800d-88e9-000000000b73 | CHANGED | creating directory | standalone 2025-09-30 20:11:19.217748 | fa163ee6-1e6a-800d-88e9-000000000b73 | TIMING | creating directory | standalone | 0:02:22.214018 | 0.27s 2025-09-30 20:11:19.243682 | fa163ee6-1e6a-800d-88e9-000000000b74 | TASK | derive pci passthrough whitelist 2025-09-30 20:11:19.710065 | fa163ee6-1e6a-800d-88e9-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-09-30 20:11:19.711463 | fa163ee6-1e6a-800d-88e9-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:22.707741 | 0.47s 2025-09-30 20:11:19.736770 | fa163ee6-1e6a-800d-88e9-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-09-30 20:11:20.549109 | fa163ee6-1e6a-800d-88e9-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-09-30 20:11:20.549923 | fa163ee6-1e6a-800d-88e9-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:23.546211 | 0.81s 2025-09-30 20:11:20.567480 | fa163ee6-1e6a-800d-88e9-000000000b76 | TASK | create /run/netns with temp namespace 2025-09-30 20:11:20.753465 | fa163ee6-1e6a-800d-88e9-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-09-30 20:11:20.754893 | fa163ee6-1e6a-800d-88e9-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:23.751169 | 0.19s 2025-09-30 20:11:20.780899 | fa163ee6-1e6a-800d-88e9-000000000b77 | TASK | remove temp namespace 2025-09-30 20:11:21.023495 | fa163ee6-1e6a-800d-88e9-000000000b77 | CHANGED | remove temp namespace | standalone 2025-09-30 20:11:21.024799 | fa163ee6-1e6a-800d-88e9-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:24.021077 | 0.24s 2025-09-30 20:11:21.049528 | fa163ee6-1e6a-800d-88e9-000000000b78 | TASK | create /var/lib/neutron 2025-09-30 20:11:21.284505 | fa163ee6-1e6a-800d-88e9-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-09-30 20:11:21.286212 | fa163ee6-1e6a-800d-88e9-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:24.282483 | 0.24s 2025-09-30 20:11:21.312283 | fa163ee6-1e6a-800d-88e9-000000000b79 | TASK | set conditions 2025-09-30 20:11:21.342787 | fa163ee6-1e6a-800d-88e9-000000000b79 | OK | set conditions | standalone 2025-09-30 20:11:21.344081 | fa163ee6-1e6a-800d-88e9-000000000b79 | TIMING | set conditions | standalone | 0:02:24.340359 | 0.03s 2025-09-30 20:11:21.369177 | fa163ee6-1e6a-800d-88e9-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-09-30 20:11:21.608065 | fa163ee6-1e6a-800d-88e9-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-09-30 20:11:21.609207 | fa163ee6-1e6a-800d-88e9-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:24.605491 | 0.24s 2025-09-30 20:11:21.627291 | fa163ee6-1e6a-800d-88e9-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-09-30 20:11:22.094943 | fa163ee6-1e6a-800d-88e9-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-09-30 20:11:22.096363 | fa163ee6-1e6a-800d-88e9-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:25.092639 | 0.47s 2025-09-30 20:11:22.122244 | fa163ee6-1e6a-800d-88e9-000000000b7c | TASK | create haproxy kill script 2025-09-30 20:11:22.567535 | fa163ee6-1e6a-800d-88e9-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-09-30 20:11:22.569399 | fa163ee6-1e6a-800d-88e9-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:25.565671 | 0.45s 2025-09-30 20:11:22.596635 | fa163ee6-1e6a-800d-88e9-000000000b7d | TASK | create persistent directories 2025-09-30 20:11:22.853922 | fa163ee6-1e6a-800d-88e9-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 20:11:22.856111 | fa163ee6-1e6a-800d-88e9-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.852390 | 0.26s 2025-09-30 20:11:23.025453 | fa163ee6-1e6a-800d-88e9-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-09-30 20:11:23.026304 | fa163ee6-1e6a-800d-88e9-000000000b7d | TIMING | create persistent directories | standalone | 0:02:26.022589 | 0.43s 2025-09-30 20:11:23.038545 | fa163ee6-1e6a-800d-88e9-000000000b7d | TIMING | create persistent directories | standalone | 0:02:26.034815 | 0.44s 2025-09-30 20:11:23.061257 | fa163ee6-1e6a-800d-88e9-000000000b7e | TASK | create persistent directories 2025-09-30 20:11:23.301331 | fa163ee6-1e6a-800d-88e9-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 20:11:23.302928 | fa163ee6-1e6a-800d-88e9-000000000b7e | TIMING | create persistent directories | standalone | 0:02:26.299201 | 0.24s 2025-09-30 20:11:23.309143 | fa163ee6-1e6a-800d-88e9-000000000b7e | TIMING | create persistent directories | standalone | 0:02:26.305408 | 0.25s 2025-09-30 20:11:23.336886 | fa163ee6-1e6a-800d-88e9-000000000b7f | TASK | create persistent directories 2025-09-30 20:11:23.584362 | fa163ee6-1e6a-800d-88e9-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 20:11:23.586236 | fa163ee6-1e6a-800d-88e9-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.582506 | 0.25s 2025-09-30 20:11:23.844769 | fa163ee6-1e6a-800d-88e9-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-09-30 20:11:23.845991 | fa163ee6-1e6a-800d-88e9-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.842272 | 0.51s 2025-09-30 20:11:23.858293 | fa163ee6-1e6a-800d-88e9-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.854567 | 0.52s 2025-09-30 20:11:23.884937 | fa163ee6-1e6a-800d-88e9-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-09-30 20:11:24.142951 | fa163ee6-1e6a-800d-88e9-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-09-30 20:11:24.144361 | fa163ee6-1e6a-800d-88e9-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:27.140637 | 0.26s 2025-09-30 20:11:24.170018 | fa163ee6-1e6a-800d-88e9-000000000b81 | TASK | create persistent directories 2025-09-30 20:11:24.436305 | fa163ee6-1e6a-800d-88e9-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-09-30 20:11:24.438442 | fa163ee6-1e6a-800d-88e9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.434715 | 0.27s 2025-09-30 20:11:24.603093 | fa163ee6-1e6a-800d-88e9-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-09-30 20:11:24.604188 | fa163ee6-1e6a-800d-88e9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.600471 | 0.43s 2025-09-30 20:11:24.800684 | fa163ee6-1e6a-800d-88e9-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-09-30 20:11:24.801395 | fa163ee6-1e6a-800d-88e9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.797685 | 0.63s 2025-09-30 20:11:24.985872 | fa163ee6-1e6a-800d-88e9-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-09-30 20:11:24.986571 | fa163ee6-1e6a-800d-88e9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.982861 | 0.82s 2025-09-30 20:11:25.169224 | fa163ee6-1e6a-800d-88e9-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-09-30 20:11:25.170582 | fa163ee6-1e6a-800d-88e9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.166871 | 1.00s 2025-09-30 20:11:25.182792 | fa163ee6-1e6a-800d-88e9-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.179069 | 1.01s 2025-09-30 20:11:25.209586 | fa163ee6-1e6a-800d-88e9-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-09-30 20:11:25.684406 | fa163ee6-1e6a-800d-88e9-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-09-30 20:11:25.685823 | fa163ee6-1e6a-800d-88e9-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:28.682100 | 0.47s 2025-09-30 20:11:25.712179 | fa163ee6-1e6a-800d-88e9-000000000b83 | TASK | create tempfiles 2025-09-30 20:11:25.986618 | fa163ee6-1e6a-800d-88e9-000000000b83 | CHANGED | create tempfiles | standalone 2025-09-30 20:11:25.988147 | fa163ee6-1e6a-800d-88e9-000000000b83 | TIMING | create tempfiles | standalone | 0:02:28.984426 | 0.27s 2025-09-30 20:11:26.013731 | fa163ee6-1e6a-800d-88e9-000000000b84 | TASK | Mount Nova NFS Share 2025-09-30 20:11:26.041824 | fa163ee6-1e6a-800d-88e9-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-09-30 20:11:26.042967 | fa163ee6-1e6a-800d-88e9-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:29.039244 | 0.03s 2025-09-30 20:11:26.068643 | fa163ee6-1e6a-800d-88e9-000000000b86 | TASK | check systemd-container package installed or not 2025-09-30 20:11:26.097653 | fa163ee6-1e6a-800d-88e9-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-09-30 20:11:26.098780 | fa163ee6-1e6a-800d-88e9-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:29.095056 | 0.03s 2025-09-30 20:11:26.124065 | fa163ee6-1e6a-800d-88e9-000000000b87 | TASK | get latest package from downloaded package versions 2025-09-30 20:11:26.156412 | fa163ee6-1e6a-800d-88e9-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-09-30 20:11:26.157659 | fa163ee6-1e6a-800d-88e9-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:29.153934 | 0.03s 2025-09-30 20:11:26.182311 | fa163ee6-1e6a-800d-88e9-000000000b88 | TASK | Install systemd-container package on boot 2025-09-30 20:11:26.214536 | fa163ee6-1e6a-800d-88e9-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-09-30 20:11:26.215638 | fa163ee6-1e6a-800d-88e9-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:29.211915 | 0.03s 2025-09-30 20:11:26.240930 | fa163ee6-1e6a-800d-88e9-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-09-30 20:11:26.270948 | fa163ee6-1e6a-800d-88e9-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-09-30 20:11:26.272093 | fa163ee6-1e6a-800d-88e9-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:29.268370 | 0.03s 2025-09-30 20:11:26.297287 | fa163ee6-1e6a-800d-88e9-000000000b8a | TASK | check if install-systemd-container service exists 2025-09-30 20:11:26.329397 | fa163ee6-1e6a-800d-88e9-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-09-30 20:11:26.330558 | fa163ee6-1e6a-800d-88e9-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:29.326833 | 0.03s 2025-09-30 20:11:26.355376 | fa163ee6-1e6a-800d-88e9-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-09-30 20:11:26.384668 | fa163ee6-1e6a-800d-88e9-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-09-30 20:11:26.386573 | fa163ee6-1e6a-800d-88e9-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:29.382843 | 0.03s 2025-09-30 20:11:26.419161 | fa163ee6-1e6a-800d-88e9-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-09-30 20:11:26.453351 | fa163ee6-1e6a-800d-88e9-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-09-30 20:11:26.454726 | fa163ee6-1e6a-800d-88e9-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:29.451003 | 0.03s 2025-09-30 20:11:26.480025 | fa163ee6-1e6a-800d-88e9-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-09-30 20:11:26.509258 | fa163ee6-1e6a-800d-88e9-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-09-30 20:11:26.510136 | fa163ee6-1e6a-800d-88e9-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:29.506417 | 0.03s 2025-09-30 20:11:26.537012 | fa163ee6-1e6a-800d-88e9-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-09-30 20:11:26.568997 | fa163ee6-1e6a-800d-88e9-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-09-30 20:11:26.570188 | fa163ee6-1e6a-800d-88e9-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.566464 | 0.03s 2025-09-30 20:11:26.596498 | fa163ee6-1e6a-800d-88e9-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-09-30 20:11:26.627719 | fa163ee6-1e6a-800d-88e9-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-09-30 20:11:26.629020 | fa163ee6-1e6a-800d-88e9-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.625297 | 0.03s 2025-09-30 20:11:26.657085 | fa163ee6-1e6a-800d-88e9-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-09-30 20:11:26.687779 | fa163ee6-1e6a-800d-88e9-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-09-30 20:11:26.689109 | fa163ee6-1e6a-800d-88e9-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:29.685383 | 0.03s 2025-09-30 20:11:26.717081 | fa163ee6-1e6a-800d-88e9-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-09-30 20:11:26.748661 | fa163ee6-1e6a-800d-88e9-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-09-30 20:11:26.749812 | fa163ee6-1e6a-800d-88e9-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:29.746088 | 0.03s 2025-09-30 20:11:26.775273 | fa163ee6-1e6a-800d-88e9-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-09-30 20:11:26.804700 | fa163ee6-1e6a-800d-88e9-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-09-30 20:11:26.805901 | fa163ee6-1e6a-800d-88e9-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.802177 | 0.03s 2025-09-30 20:11:26.831220 | fa163ee6-1e6a-800d-88e9-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-09-30 20:11:26.862522 | fa163ee6-1e6a-800d-88e9-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-09-30 20:11:26.863930 | fa163ee6-1e6a-800d-88e9-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.860213 | 0.03s 2025-09-30 20:11:26.884807 | fa163ee6-1e6a-800d-88e9-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-09-30 20:11:26.918887 | fa163ee6-1e6a-800d-88e9-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-09-30 20:11:26.920163 | fa163ee6-1e6a-800d-88e9-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:29.916446 | 0.03s 2025-09-30 20:11:26.942155 | fa163ee6-1e6a-800d-88e9-000000000b99 | TASK | install nova-compute delay wrapper script 2025-09-30 20:11:26.991477 | fa163ee6-1e6a-800d-88e9-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-09-30 20:11:26.992697 | fa163ee6-1e6a-800d-88e9-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:29.988980 | 0.05s 2025-09-30 20:11:27.013175 | fa163ee6-1e6a-800d-88e9-000000000b9a | TASK | Is irqbalance enabled 2025-09-30 20:11:27.045396 | fa163ee6-1e6a-800d-88e9-000000000b9a | OK | Is irqbalance enabled | standalone 2025-09-30 20:11:27.046514 | fa163ee6-1e6a-800d-88e9-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:30.042798 | 0.03s 2025-09-30 20:11:27.074724 | fa163ee6-1e6a-800d-88e9-000000000b9b | TASK | disable irqbalance service on compute 2025-09-30 20:11:27.106904 | fa163ee6-1e6a-800d-88e9-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-09-30 20:11:27.109494 | fa163ee6-1e6a-800d-88e9-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:30.105769 | 0.03s 2025-09-30 20:11:27.137670 | fa163ee6-1e6a-800d-88e9-000000000b9c | TASK | create persistent directories 2025-09-30 20:11:27.429857 | fa163ee6-1e6a-800d-88e9-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-09-30 20:11:27.432333 | fa163ee6-1e6a-800d-88e9-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.428601 | 0.29s 2025-09-30 20:11:27.442307 | fa163ee6-1e6a-800d-88e9-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.438577 | 0.30s 2025-09-30 20:11:27.469278 | fa163ee6-1e6a-800d-88e9-000000000b9d | TASK | create libvirt persistent data directories 2025-09-30 20:11:27.731412 | fa163ee6-1e6a-800d-88e9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-09-30 20:11:27.733554 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.729822 | 0.26s 2025-09-30 20:11:27.927375 | fa163ee6-1e6a-800d-88e9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-09-30 20:11:27.929754 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.926030 | 0.46s 2025-09-30 20:11:28.154165 | fa163ee6-1e6a-800d-88e9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-09-30 20:11:28.156632 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.152908 | 0.69s 2025-09-30 20:11:28.378111 | fa163ee6-1e6a-800d-88e9-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-09-30 20:11:28.380460 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.376735 | 0.91s 2025-09-30 20:11:28.591974 | fa163ee6-1e6a-800d-88e9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-09-30 20:11:28.594332 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.590607 | 1.12s 2025-09-30 20:11:28.845250 | fa163ee6-1e6a-800d-88e9-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-09-30 20:11:28.846809 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.843085 | 1.38s 2025-09-30 20:11:29.085928 | fa163ee6-1e6a-800d-88e9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-09-30 20:11:29.088067 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.084342 | 1.62s 2025-09-30 20:11:29.317754 | fa163ee6-1e6a-800d-88e9-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-09-30 20:11:29.318805 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.315089 | 1.85s 2025-09-30 20:11:29.323915 | fa163ee6-1e6a-800d-88e9-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.320190 | 1.85s 2025-09-30 20:11:29.343664 | fa163ee6-1e6a-800d-88e9-000000000b9e | TASK | ensure qemu group is present on the host 2025-09-30 20:11:29.787807 | fa163ee6-1e6a-800d-88e9-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-09-30 20:11:29.789189 | fa163ee6-1e6a-800d-88e9-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:32.785466 | 0.44s 2025-09-30 20:11:29.814817 | fa163ee6-1e6a-800d-88e9-000000000b9f | TASK | ensure qemu user is present on the host 2025-09-30 20:11:30.365762 | fa163ee6-1e6a-800d-88e9-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-09-30 20:11:30.367501 | fa163ee6-1e6a-800d-88e9-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:33.363776 | 0.55s 2025-09-30 20:11:30.397709 | fa163ee6-1e6a-800d-88e9-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-09-30 20:11:30.701473 | fa163ee6-1e6a-800d-88e9-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-09-30 20:11:30.703283 | fa163ee6-1e6a-800d-88e9-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:33.699556 | 0.30s 2025-09-30 20:11:30.733062 | fa163ee6-1e6a-800d-88e9-000000000ba1 | TASK | check if libvirt is installed 2025-09-30 20:11:30.974333 | fa163ee6-1e6a-800d-88e9-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-09-30 20:11:30.975881 | fa163ee6-1e6a-800d-88e9-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:33.972158 | 0.24s 2025-09-30 20:11:30.996696 | fa163ee6-1e6a-800d-88e9-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-09-30 20:11:31.033752 | fa163ee6-1e6a-800d-88e9-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-09-30 20:11:31.042133 | fa163ee6-1e6a-800d-88e9-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-09-30 20:11:31.049161 | fa163ee6-1e6a-800d-88e9-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:34.045433 | 0.05s 2025-09-30 20:11:31.074324 | fa163ee6-1e6a-800d-88e9-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-09-30 20:11:31.538261 | fa163ee6-1e6a-800d-88e9-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-09-30 20:11:31.539562 | fa163ee6-1e6a-800d-88e9-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:34.535843 | 0.46s 2025-09-30 20:11:31.559205 | fa163ee6-1e6a-800d-88e9-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-09-30 20:11:32.449986 | fa163ee6-1e6a-800d-88e9-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-09-30 20:11:32.451930 | fa163ee6-1e6a-800d-88e9-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:35.448199 | 0.89s 2025-09-30 20:11:32.479289 | fa163ee6-1e6a-800d-88e9-000000000ba5 | TASK | Create libvirt persistent data directories 2025-09-30 20:11:32.766908 | fa163ee6-1e6a-800d-88e9-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-09-30 20:11:32.770101 | fa163ee6-1e6a-800d-88e9-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.766375 | 0.29s 2025-09-30 20:11:32.779319 | fa163ee6-1e6a-800d-88e9-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.775591 | 0.30s 2025-09-30 20:11:32.805816 | fa163ee6-1e6a-800d-88e9-000000000ba6 | TASK | create persistent directories 2025-09-30 20:11:33.047332 | fa163ee6-1e6a-800d-88e9-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-09-30 20:11:33.050716 | fa163ee6-1e6a-800d-88e9-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:36.046979 | 0.24s 2025-09-30 20:11:33.262091 | fa163ee6-1e6a-800d-88e9-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-09-30 20:11:33.263175 | fa163ee6-1e6a-800d-88e9-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:36.259465 | 0.46s 2025-09-30 20:11:33.273966 | fa163ee6-1e6a-800d-88e9-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:36.270246 | 0.47s 2025-09-30 20:11:33.299538 | fa163ee6-1e6a-800d-88e9-000000000ba7 | TASK | Copy in cleanup script 2025-09-30 20:11:33.708066 | fa163ee6-1e6a-800d-88e9-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-09-30 20:11:33.709408 | fa163ee6-1e6a-800d-88e9-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:36.705684 | 0.41s 2025-09-30 20:11:33.734500 | fa163ee6-1e6a-800d-88e9-000000000ba8 | TASK | Copy in cleanup service 2025-09-30 20:11:34.148400 | fa163ee6-1e6a-800d-88e9-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-09-30 20:11:34.149791 | fa163ee6-1e6a-800d-88e9-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:37.146067 | 0.41s 2025-09-30 20:11:34.175405 | fa163ee6-1e6a-800d-88e9-000000000ba9 | TASK | Enabling the cleanup service 2025-09-30 20:11:34.844230 | fa163ee6-1e6a-800d-88e9-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-09-30 20:11:34.846116 | fa163ee6-1e6a-800d-88e9-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:37.842393 | 0.67s 2025-09-30 20:11:34.872315 | fa163ee6-1e6a-800d-88e9-000000000baa | TASK | create persistent directories 2025-09-30 20:11:35.132037 | fa163ee6-1e6a-800d-88e9-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-09-30 20:11:35.134347 | fa163ee6-1e6a-800d-88e9-000000000baa | TIMING | create persistent directories | standalone | 0:02:38.130620 | 0.26s 2025-09-30 20:11:35.327346 | fa163ee6-1e6a-800d-88e9-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-09-30 20:11:35.329419 | fa163ee6-1e6a-800d-88e9-000000000baa | TIMING | create persistent directories | standalone | 0:02:38.325700 | 0.46s 2025-09-30 20:11:35.340173 | fa163ee6-1e6a-800d-88e9-000000000baa | TIMING | create persistent directories | standalone | 0:02:38.336447 | 0.47s 2025-09-30 20:11:35.368456 | fa163ee6-1e6a-800d-88e9-000000000bab | TASK | set conditions 2025-09-30 20:11:35.400653 | fa163ee6-1e6a-800d-88e9-000000000bab | OK | set conditions | standalone 2025-09-30 20:11:35.402106 | fa163ee6-1e6a-800d-88e9-000000000bab | TIMING | set conditions | standalone | 0:02:38.398384 | 0.03s 2025-09-30 20:11:35.427805 | fa163ee6-1e6a-800d-88e9-000000000bac | TASK | create persistent directories 2025-09-30 20:11:35.683071 | fa163ee6-1e6a-800d-88e9-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 20:11:35.686576 | fa163ee6-1e6a-800d-88e9-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.682846 | 0.26s 2025-09-30 20:11:35.905926 | fa163ee6-1e6a-800d-88e9-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-09-30 20:11:35.907894 | fa163ee6-1e6a-800d-88e9-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.904175 | 0.48s 2025-09-30 20:11:36.101069 | fa163ee6-1e6a-800d-88e9-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-09-30 20:11:36.102696 | fa163ee6-1e6a-800d-88e9-000000000bac | TIMING | create persistent directories | standalone | 0:02:39.098978 | 0.67s 2025-09-30 20:11:36.113780 | fa163ee6-1e6a-800d-88e9-000000000bac | TIMING | create persistent directories | standalone | 0:02:39.110054 | 0.68s 2025-09-30 20:11:36.140558 | fa163ee6-1e6a-800d-88e9-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-09-30 20:11:36.596296 | fa163ee6-1e6a-800d-88e9-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-09-30 20:11:36.597424 | fa163ee6-1e6a-800d-88e9-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:39.593709 | 0.46s 2025-09-30 20:11:36.618136 | fa163ee6-1e6a-800d-88e9-000000000bae | TASK | create persistent directories 2025-09-30 20:11:36.861976 | fa163ee6-1e6a-800d-88e9-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 20:11:36.864487 | fa163ee6-1e6a-800d-88e9-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.860759 | 0.25s 2025-09-30 20:11:37.061419 | fa163ee6-1e6a-800d-88e9-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-09-30 20:11:37.062688 | fa163ee6-1e6a-800d-88e9-000000000bae | TIMING | create persistent directories | standalone | 0:02:40.058970 | 0.44s 2025-09-30 20:11:37.069041 | fa163ee6-1e6a-800d-88e9-000000000bae | TIMING | create persistent directories | standalone | 0:02:40.065315 | 0.45s 2025-09-30 20:11:37.095117 | fa163ee6-1e6a-800d-88e9-000000000baf | TASK | create empty log files 2025-09-30 20:11:37.346178 | fa163ee6-1e6a-800d-88e9-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-09-30 20:11:37.348565 | fa163ee6-1e6a-800d-88e9-000000000baf | TIMING | create empty log files | standalone | 0:02:40.344836 | 0.25s 2025-09-30 20:11:37.519722 | fa163ee6-1e6a-800d-88e9-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-09-30 20:11:37.521469 | fa163ee6-1e6a-800d-88e9-000000000baf | TIMING | create empty log files | standalone | 0:02:40.517749 | 0.42s 2025-09-30 20:11:37.532046 | fa163ee6-1e6a-800d-88e9-000000000baf | TIMING | create empty log files | standalone | 0:02:40.528320 | 0.44s 2025-09-30 20:11:37.558427 | fa163ee6-1e6a-800d-88e9-000000000bb0 | TASK | create persistent directories 2025-09-30 20:11:37.788587 | fa163ee6-1e6a-800d-88e9-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 20:11:37.790702 | fa163ee6-1e6a-800d-88e9-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.786977 | 0.23s 2025-09-30 20:11:37.800865 | fa163ee6-1e6a-800d-88e9-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.797119 | 0.24s 2025-09-30 20:11:37.826331 | fa163ee6-1e6a-800d-88e9-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-09-30 20:11:40.579069 | fa163ee6-1e6a-800d-88e9-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-09-30 20:11:40.580486 | fa163ee6-1e6a-800d-88e9-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:43.576765 | 2.75s 2025-09-30 20:11:40.627960 | fa163ee6-1e6a-800d-88e9-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:43.624230 | 0.02s 2025-09-30 20:11:40.689704 | fa163ee6-1e6a-800d-88e9-000000001291 | TASK | Gather variables for each operating system 2025-09-30 20:11:40.793308 | fa163ee6-1e6a-800d-88e9-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:43.789575 | 0.10s 2025-09-30 20:11:40.818775 | fa163ee6-1e6a-800d-88e9-000000001292 | TASK | Set packages facts 2025-09-30 20:11:40.851384 | fa163ee6-1e6a-800d-88e9-000000001292 | OK | Set packages facts | standalone 2025-09-30 20:11:40.852501 | fa163ee6-1e6a-800d-88e9-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:43.848782 | 0.03s 2025-09-30 20:11:40.878047 | fa163ee6-1e6a-800d-88e9-000000001293 | TASK | Manage package 2025-09-30 20:11:40.938951 | fa163ee6-1e6a-800d-88e9-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-09-30 20:11:40.964224 | fa163ee6-1e6a-800d-88e9-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-09-30 20:11:40.980698 | fa163ee6-1e6a-800d-88e9-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-09-30 20:11:45.335479 | fa163ee6-1e6a-800d-88e9-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:48.331752 | 4.46s 2025-09-30 20:11:45.359544 | fa163ee6-1e6a-800d-88e9-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-09-30 20:11:45.372495 | fa163ee6-1e6a-800d-88e9-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:48.368769 | 4.49s 2025-09-30 20:11:45.422295 | fa163ee6-1e6a-800d-88e9-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-09-30 20:11:46.598325 | fa163ee6-1e6a-800d-88e9-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-09-30 20:11:46.599929 | fa163ee6-1e6a-800d-88e9-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:49.596206 | 1.18s 2025-09-30 20:11:46.624957 | fa163ee6-1e6a-800d-88e9-000000000bb6 | TASK | create persistent directories 2025-09-30 20:11:46.869013 | fa163ee6-1e6a-800d-88e9-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-09-30 20:11:46.870484 | fa163ee6-1e6a-800d-88e9-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:49.866757 | 0.24s 2025-09-30 20:11:47.094281 | fa163ee6-1e6a-800d-88e9-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-09-30 20:11:47.095373 | fa163ee6-1e6a-800d-88e9-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:50.091656 | 0.47s 2025-09-30 20:11:47.101302 | fa163ee6-1e6a-800d-88e9-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:50.097585 | 0.48s 2025-09-30 20:11:47.118925 | fa163ee6-1e6a-800d-88e9-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-09-30 20:11:47.376370 | fa163ee6-1e6a-800d-88e9-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-09-30 20:11:47.377712 | fa163ee6-1e6a-800d-88e9-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:50.373990 | 0.26s 2025-09-30 20:11:47.402782 | fa163ee6-1e6a-800d-88e9-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-09-30 20:11:47.431545 | fa163ee6-1e6a-800d-88e9-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-09-30 20:11:47.432764 | fa163ee6-1e6a-800d-88e9-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:50.429040 | 0.03s 2025-09-30 20:11:47.460227 | fa163ee6-1e6a-800d-88e9-000000000bb9 | TASK | Remove existing entries from logind conf 2025-09-30 20:11:47.652834 | fa163ee6-1e6a-800d-88e9-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-09-30 20:11:47.654310 | fa163ee6-1e6a-800d-88e9-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:50.650587 | 0.19s 2025-09-30 20:11:47.681287 | fa163ee6-1e6a-800d-88e9-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-09-30 20:11:47.913812 | fa163ee6-1e6a-800d-88e9-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-09-30 20:11:47.914664 | fa163ee6-1e6a-800d-88e9-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:50.910951 | 0.23s 2025-09-30 20:11:47.934458 | fa163ee6-1e6a-800d-88e9-000000000bbb | TASK | Restart systemd-logind 2025-09-30 20:11:48.438581 | fa163ee6-1e6a-800d-88e9-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-09-30 20:11:48.440554 | fa163ee6-1e6a-800d-88e9-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:51.436830 | 0.50s 2025-09-30 20:11:48.467486 | fa163ee6-1e6a-800d-88e9-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-09-30 20:11:48.538706 | fa163ee6-1e6a-800d-88e9-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-09-30 20:11:48.539765 | fa163ee6-1e6a-800d-88e9-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:51.536042 | 0.07s 2025-09-30 20:11:48.564768 | fa163ee6-1e6a-800d-88e9-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-09-30 20:11:48.614023 | fa163ee6-1e6a-800d-88e9-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-09-30 20:11:48.614977 | fa163ee6-1e6a-800d-88e9-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:51.611253 | 0.05s 2025-09-30 20:11:48.641350 | fa163ee6-1e6a-800d-88e9-000000000bbe | TASK | create persistent logs directory 2025-09-30 20:11:48.886724 | fa163ee6-1e6a-800d-88e9-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-09-30 20:11:48.888402 | fa163ee6-1e6a-800d-88e9-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:51.884675 | 0.25s 2025-09-30 20:11:49.090527 | fa163ee6-1e6a-800d-88e9-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-09-30 20:11:49.091529 | fa163ee6-1e6a-800d-88e9-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:52.087812 | 0.45s 2025-09-30 20:11:49.097728 | fa163ee6-1e6a-800d-88e9-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:52.094009 | 0.46s 2025-09-30 20:11:49.124127 | fa163ee6-1e6a-800d-88e9-000000000bc0 | TASK | Set login facts 2025-09-30 20:11:49.142461 | fa163ee6-1e6a-800d-88e9-000000000bc0 | OK | Set login facts | standalone 2025-09-30 20:11:49.143591 | fa163ee6-1e6a-800d-88e9-000000000bc0 | TIMING | Set login facts | standalone | 0:02:52.139869 | 0.02s 2025-09-30 20:11:49.168341 | fa163ee6-1e6a-800d-88e9-000000000bc1 | TASK | Convert logins json to dict 2025-09-30 20:11:49.207795 | fa163ee6-1e6a-800d-88e9-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-09-30 20:11:49.208937 | fa163ee6-1e6a-800d-88e9-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:52.205214 | 0.04s 2025-09-30 20:11:49.233635 | fa163ee6-1e6a-800d-88e9-000000000bc2 | TASK | Set registry logins 2025-09-30 20:11:49.279285 | fa163ee6-1e6a-800d-88e9-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-09-30 20:11:49.280602 | fa163ee6-1e6a-800d-88e9-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:52.276879 | 0.05s 2025-09-30 20:11:49.306344 | fa163ee6-1e6a-800d-88e9-000000000bc3 | TASK | Run podman install 2025-09-30 20:11:49.334456 | fa163ee6-1e6a-800d-88e9-000000000bc3 | TIMING | Run podman install | standalone | 0:02:52.330728 | 0.03s 2025-09-30 20:11:49.413226 | fa163ee6-1e6a-800d-88e9-000000001323 | TASK | Gather variables for each operating system 2025-09-30 20:11:49.557241 | fa163ee6-1e6a-800d-88e9-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-09-30 20:11:49.559391 | fa163ee6-1e6a-800d-88e9-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:52.555665 | 0.15s 2025-09-30 20:11:49.569490 | fa163ee6-1e6a-800d-88e9-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:52.565766 | 0.16s 2025-09-30 20:11:49.597463 | fa163ee6-1e6a-800d-88e9-000000001325 | TASK | ensure podman and deps are installed 2025-09-30 20:11:52.442871 | fa163ee6-1e6a-800d-88e9-000000001325 | OK | ensure podman and deps are installed | standalone 2025-09-30 20:11:52.444325 | fa163ee6-1e6a-800d-88e9-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:55.440603 | 2.85s 2025-09-30 20:11:52.471014 | fa163ee6-1e6a-800d-88e9-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-09-30 20:11:53.013445 | fa163ee6-1e6a-800d-88e9-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-09-30 20:11:53.014638 | fa163ee6-1e6a-800d-88e9-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:56.010916 | 0.54s 2025-09-30 20:11:53.040631 | fa163ee6-1e6a-800d-88e9-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-09-30 20:11:53.069999 | fa163ee6-1e6a-800d-88e9-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-09-30 20:11:53.071278 | fa163ee6-1e6a-800d-88e9-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:56.067555 | 0.03s 2025-09-30 20:11:53.097547 | fa163ee6-1e6a-800d-88e9-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-09-30 20:11:53.136787 | fa163ee6-1e6a-800d-88e9-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-09-30 20:11:53.138156 | fa163ee6-1e6a-800d-88e9-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:56.134433 | 0.04s 2025-09-30 20:11:53.164699 | fa163ee6-1e6a-800d-88e9-00000000132a | TASK | Update default network configuration if possible 2025-09-30 20:11:53.204882 | fa163ee6-1e6a-800d-88e9-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-09-30 20:11:53.206173 | fa163ee6-1e6a-800d-88e9-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:56.202449 | 0.04s 2025-09-30 20:11:53.232333 | fa163ee6-1e6a-800d-88e9-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-09-30 20:11:53.526300 | fa163ee6-1e6a-800d-88e9-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-09-30 20:11:53.527596 | fa163ee6-1e6a-800d-88e9-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:56.523875 | 0.29s 2025-09-30 20:11:53.553065 | fa163ee6-1e6a-800d-88e9-00000000132d | TASK | Get current podman network 2025-09-30 20:11:53.825305 | fa163ee6-1e6a-800d-88e9-00000000132d | CHANGED | Get current podman network | standalone 2025-09-30 20:11:53.826695 | fa163ee6-1e6a-800d-88e9-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:56.822974 | 0.27s 2025-09-30 20:11:53.853488 | fa163ee6-1e6a-800d-88e9-00000000132e | TASK | Update the default network configuration 2025-09-30 20:11:54.467695 | fa163ee6-1e6a-800d-88e9-00000000132e | CHANGED | Update the default network configuration | standalone 2025-09-30 20:11:54.469171 | fa163ee6-1e6a-800d-88e9-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:57.465448 | 0.61s 2025-09-30 20:11:54.495671 | fa163ee6-1e6a-800d-88e9-00000000132f | TASK | Write containers registries.conf 2025-09-30 20:11:55.026510 | fa163ee6-1e6a-800d-88e9-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-09-30 20:11:55.027837 | fa163ee6-1e6a-800d-88e9-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:58.024116 | 0.53s 2025-09-30 20:11:55.054160 | fa163ee6-1e6a-800d-88e9-000000001330 | TASK | Write containers.conf 2025-09-30 20:11:55.304657 | fa163ee6-1e6a-800d-88e9-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-09-30 20:11:55.305731 | fa163ee6-1e6a-800d-88e9-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.302013 | 0.25s 2025-09-30 20:11:55.519757 | fa163ee6-1e6a-800d-88e9-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-09-30 20:11:55.521155 | fa163ee6-1e6a-800d-88e9-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.517437 | 0.47s 2025-09-30 20:11:55.733171 | fa163ee6-1e6a-800d-88e9-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-09-30 20:11:55.734749 | fa163ee6-1e6a-800d-88e9-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.731034 | 0.68s 2025-09-30 20:11:55.946564 | fa163ee6-1e6a-800d-88e9-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-09-30 20:11:55.947961 | fa163ee6-1e6a-800d-88e9-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.944244 | 0.89s 2025-09-30 20:11:55.957914 | fa163ee6-1e6a-800d-88e9-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.954206 | 0.90s 2025-09-30 20:11:55.976089 | fa163ee6-1e6a-800d-88e9-000000001331 | TASK | Enable podman.socket service 2025-09-30 20:11:56.013286 | fa163ee6-1e6a-800d-88e9-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-09-30 20:11:56.015286 | fa163ee6-1e6a-800d-88e9-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:59.011561 | 0.04s 2025-09-30 20:11:56.065107 | fa163ee6-1e6a-800d-88e9-000000000bc4 | TASK | Run podman login 2025-09-30 20:11:56.094222 | fa163ee6-1e6a-800d-88e9-000000000bc4 | TIMING | Run podman login | standalone | 0:02:59.090494 | 0.03s 2025-09-30 20:11:56.170791 | fa163ee6-1e6a-800d-88e9-000000001431 | TASK | Perform container registry login(s) with podman 2025-09-30 20:11:56.199208 | fa163ee6-1e6a-800d-88e9-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:59.195486 | 0.03s 2025-09-30 20:11:56.250016 | fa163ee6-1e6a-800d-88e9-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-09-30 20:11:56.732916 | fa163ee6-1e6a-800d-88e9-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-09-30 20:11:56.733804 | fa163ee6-1e6a-800d-88e9-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:59.730089 | 0.48s 2025-09-30 20:11:56.757128 | fa163ee6-1e6a-800d-88e9-000000000bc7 | TASK | create persistent directories 2025-09-30 20:11:57.014125 | fa163ee6-1e6a-800d-88e9-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-09-30 20:11:57.015698 | fa163ee6-1e6a-800d-88e9-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:00.011971 | 0.26s 2025-09-30 20:11:57.208261 | fa163ee6-1e6a-800d-88e9-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-09-30 20:11:57.209906 | fa163ee6-1e6a-800d-88e9-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:00.206188 | 0.45s 2025-09-30 20:11:57.365611 | fa163ee6-1e6a-800d-88e9-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-09-30 20:11:57.366314 | fa163ee6-1e6a-800d-88e9-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:00.362605 | 0.61s 2025-09-30 20:11:57.370353 | fa163ee6-1e6a-800d-88e9-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:00.366636 | 0.61s 2025-09-30 20:11:57.398172 | fa163ee6-1e6a-800d-88e9-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-09-30 20:11:57.839815 | fa163ee6-1e6a-800d-88e9-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-09-30 20:11:57.841682 | fa163ee6-1e6a-800d-88e9-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:00.837959 | 0.44s 2025-09-30 20:11:57.871351 | fa163ee6-1e6a-800d-88e9-000000000bc9 | TASK | Ensure rsyslog is installed 2025-09-30 20:12:00.666179 | fa163ee6-1e6a-800d-88e9-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-09-30 20:12:00.667245 | fa163ee6-1e6a-800d-88e9-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:03.663530 | 2.79s 2025-09-30 20:12:00.687743 | fa163ee6-1e6a-800d-88e9-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-09-30 20:12:02.045364 | fa163ee6-1e6a-800d-88e9-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-09-30 20:12:02.047505 | fa163ee6-1e6a-800d-88e9-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:05.043783 | 1.36s 2025-09-30 20:12:02.103527 | fa163ee6-1e6a-800d-88e9-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:05.099795 | 0.03s 2025-09-30 20:12:02.189487 | fa163ee6-1e6a-800d-88e9-00000000154c | TASK | Gather variables for each operating system 2025-09-30 20:12:02.315611 | fa163ee6-1e6a-800d-88e9-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-09-30 20:12:02.318450 | fa163ee6-1e6a-800d-88e9-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:05.314713 | 0.13s 2025-09-30 20:12:02.328481 | fa163ee6-1e6a-800d-88e9-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:05.324754 | 0.14s 2025-09-30 20:12:02.354634 | fa163ee6-1e6a-800d-88e9-00000000154e | TASK | Install the OpenSSH server 2025-09-30 20:12:05.116615 | fa163ee6-1e6a-800d-88e9-00000000154e | OK | Install the OpenSSH server | standalone 2025-09-30 20:12:05.118013 | fa163ee6-1e6a-800d-88e9-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:08.114291 | 2.76s 2025-09-30 20:12:05.144132 | fa163ee6-1e6a-800d-88e9-00000000154f | TASK | Start sshd 2025-09-30 20:12:05.172578 | fa163ee6-1e6a-800d-88e9-00000000154f | SKIPPED | Start sshd | standalone 2025-09-30 20:12:05.173890 | fa163ee6-1e6a-800d-88e9-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:08.170166 | 0.03s 2025-09-30 20:12:05.200221 | fa163ee6-1e6a-800d-88e9-000000001550 | TASK | PasswordAuthentication notice 2025-09-30 20:12:05.231534 | fa163ee6-1e6a-800d-88e9-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-09-30 20:12:05.232581 | fa163ee6-1e6a-800d-88e9-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:08.228858 | 0.03s 2025-09-30 20:12:05.257890 | fa163ee6-1e6a-800d-88e9-000000001551 | TASK | PasswordAuthentication duplication notice 2025-09-30 20:12:05.295819 | fa163ee6-1e6a-800d-88e9-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-09-30 20:12:05.296920 | fa163ee6-1e6a-800d-88e9-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:08.293197 | 0.04s 2025-09-30 20:12:05.322594 | fa163ee6-1e6a-800d-88e9-000000001552 | TASK | Motd duplication notice 2025-09-30 20:12:05.361176 | fa163ee6-1e6a-800d-88e9-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-09-30 20:12:05.362214 | fa163ee6-1e6a-800d-88e9-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:08.358495 | 0.04s 2025-09-30 20:12:05.387188 | fa163ee6-1e6a-800d-88e9-000000001553 | TASK | Configure the banner text 2025-09-30 20:12:05.416170 | fa163ee6-1e6a-800d-88e9-000000001553 | SKIPPED | Configure the banner text | standalone 2025-09-30 20:12:05.417187 | fa163ee6-1e6a-800d-88e9-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:08.413467 | 0.03s 2025-09-30 20:12:05.442274 | fa163ee6-1e6a-800d-88e9-000000001554 | TASK | Configure the motd banner 2025-09-30 20:12:05.472301 | fa163ee6-1e6a-800d-88e9-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-09-30 20:12:05.473299 | fa163ee6-1e6a-800d-88e9-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:08.469578 | 0.03s 2025-09-30 20:12:05.499444 | fa163ee6-1e6a-800d-88e9-000000001555 | TASK | Update sshd configuration options from vars 2025-09-30 20:12:05.537916 | fa163ee6-1e6a-800d-88e9-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-09-30 20:12:05.539127 | fa163ee6-1e6a-800d-88e9-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:08.535400 | 0.04s 2025-09-30 20:12:05.564653 | fa163ee6-1e6a-800d-88e9-000000001556 | TASK | Adjust ssh server configuration 2025-09-30 20:12:06.123945 | fa163ee6-1e6a-800d-88e9-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-09-30 20:12:06.125271 | fa163ee6-1e6a-800d-88e9-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:09.121550 | 0.56s 2025-09-30 20:12:06.150681 | fa163ee6-1e6a-800d-88e9-000000001557 | TASK | Restart sshd 2025-09-30 20:12:06.577586 | fa163ee6-1e6a-800d-88e9-000000001557 | CHANGED | Restart sshd | standalone 2025-09-30 20:12:06.579038 | fa163ee6-1e6a-800d-88e9-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:09.575323 | 0.43s 2025-09-30 20:12:06.620130 | fa163ee6-1e6a-800d-88e9-000000000bcc | TASK | create persistent directories 2025-09-30 20:12:06.896488 | fa163ee6-1e6a-800d-88e9-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-09-30 20:12:06.898955 | fa163ee6-1e6a-800d-88e9-000000000bcc | TIMING | create persistent directories | standalone | 0:03:09.895228 | 0.28s 2025-09-30 20:12:07.116635 | fa163ee6-1e6a-800d-88e9-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-09-30 20:12:07.117709 | fa163ee6-1e6a-800d-88e9-000000000bcc | TIMING | create persistent directories | standalone | 0:03:10.113992 | 0.50s 2025-09-30 20:12:07.329077 | fa163ee6-1e6a-800d-88e9-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-09-30 20:12:07.330243 | fa163ee6-1e6a-800d-88e9-000000000bcc | TIMING | create persistent directories | standalone | 0:03:10.326525 | 0.71s 2025-09-30 20:12:07.344373 | fa163ee6-1e6a-800d-88e9-000000000bcc | TIMING | create persistent directories | standalone | 0:03:10.340652 | 0.72s 2025-09-30 20:12:07.365018 | fa163ee6-1e6a-800d-88e9-000000000bcd | TASK | create persistent directories 2025-09-30 20:12:07.621647 | fa163ee6-1e6a-800d-88e9-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-09-30 20:12:07.623490 | fa163ee6-1e6a-800d-88e9-000000000bcd | TIMING | create persistent directories | standalone | 0:03:10.619758 | 0.26s 2025-09-30 20:12:07.838287 | fa163ee6-1e6a-800d-88e9-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-09-30 20:12:07.838941 | fa163ee6-1e6a-800d-88e9-000000000bcd | TIMING | create persistent directories | standalone | 0:03:10.835232 | 0.47s 2025-09-30 20:12:08.056617 | fa163ee6-1e6a-800d-88e9-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-09-30 20:12:08.058397 | fa163ee6-1e6a-800d-88e9-000000000bcd | TIMING | create persistent directories | standalone | 0:03:11.054680 | 0.69s 2025-09-30 20:12:08.069312 | fa163ee6-1e6a-800d-88e9-000000000bcd | TIMING | create persistent directories | standalone | 0:03:11.065595 | 0.70s 2025-09-30 20:12:08.095217 | fa163ee6-1e6a-800d-88e9-000000000bce | TASK | Set swift_use_local_disks fact 2025-09-30 20:12:08.125188 | fa163ee6-1e6a-800d-88e9-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-09-30 20:12:08.126287 | fa163ee6-1e6a-800d-88e9-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:11.122568 | 0.03s 2025-09-30 20:12:08.150958 | fa163ee6-1e6a-800d-88e9-000000000bcf | TASK | Set use_node_data_lookup fact 2025-09-30 20:12:08.180630 | fa163ee6-1e6a-800d-88e9-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-09-30 20:12:08.181819 | fa163ee6-1e6a-800d-88e9-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:11.178098 | 0.03s 2025-09-30 20:12:08.206684 | fa163ee6-1e6a-800d-88e9-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-09-30 20:12:08.435422 | fa163ee6-1e6a-800d-88e9-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-09-30 20:12:08.436685 | fa163ee6-1e6a-800d-88e9-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:11.432966 | 0.23s 2025-09-30 20:12:08.461814 | fa163ee6-1e6a-800d-88e9-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-09-30 20:12:08.499191 | fa163ee6-1e6a-800d-88e9-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-09-30 20:12:08.500330 | fa163ee6-1e6a-800d-88e9-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:11.496609 | 0.04s 2025-09-30 20:12:08.528333 | fa163ee6-1e6a-800d-88e9-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-09-30 20:12:08.559382 | fa163ee6-1e6a-800d-88e9-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-09-30 20:12:08.560657 | fa163ee6-1e6a-800d-88e9-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:11.556935 | 0.03s 2025-09-30 20:12:08.585880 | fa163ee6-1e6a-800d-88e9-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-09-30 20:12:08.612634 | fa163ee6-1e6a-800d-88e9-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-09-30 20:12:08.613838 | fa163ee6-1e6a-800d-88e9-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:11.610116 | 0.03s 2025-09-30 20:12:08.639828 | fa163ee6-1e6a-800d-88e9-000000000bd4 | TASK | Format SwiftRawDisks 2025-09-30 20:12:08.669242 | fa163ee6-1e6a-800d-88e9-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:11.665512 | 0.03s 2025-09-30 20:12:08.693888 | fa163ee6-1e6a-800d-88e9-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-09-30 20:12:08.748123 | fa163ee6-1e6a-800d-88e9-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-09-30 20:12:08.749222 | fa163ee6-1e6a-800d-88e9-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:11.745501 | 0.05s 2025-09-30 20:12:08.774000 | fa163ee6-1e6a-800d-88e9-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-09-30 20:12:08.790029 | fa163ee6-1e6a-800d-88e9-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:11.786304 | 0.01s 2025-09-30 20:12:08.810102 | fa163ee6-1e6a-800d-88e9-000000000bd7 | TASK | Check for NTP service 2025-09-30 20:12:09.026599 | fa163ee6-1e6a-800d-88e9-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-09-30 20:12:09.028003 | fa163ee6-1e6a-800d-88e9-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:12.024281 | 0.22s 2025-09-30 20:12:09.053333 | fa163ee6-1e6a-800d-88e9-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-09-30 20:12:09.095226 | fa163ee6-1e6a-800d-88e9-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-09-30 20:12:09.096362 | fa163ee6-1e6a-800d-88e9-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:12.092640 | 0.04s 2025-09-30 20:12:09.122827 | fa163ee6-1e6a-800d-88e9-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-09-30 20:12:09.151473 | fa163ee6-1e6a-800d-88e9-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:12.147741 | 0.03s 2025-09-30 20:12:09.250774 | fa163ee6-1e6a-800d-88e9-0000000016e8 | TASK | Load distro-specific variables 2025-09-30 20:12:09.276977 | fa163ee6-1e6a-800d-88e9-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.273255 | 0.03s 2025-09-30 20:12:09.285999 | 1b043ea4-3706-45ac-bff4-34a60231db99 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 20:12:09.307998 | fa163ee6-1e6a-800d-88e9-0000000017cd | TASK | Load distro-specific variables 2025-09-30 20:12:09.360069 | fa163ee6-1e6a-800d-88e9-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 20:12:09.361487 | fa163ee6-1e6a-800d-88e9-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.357762 | 0.05s 2025-09-30 20:12:09.367298 | fa163ee6-1e6a-800d-88e9-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.363571 | 0.06s 2025-09-30 20:12:09.394835 | fa163ee6-1e6a-800d-88e9-0000000016e9 | TASK | Install chronyd 2025-09-30 20:12:09.423178 | fa163ee6-1e6a-800d-88e9-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:12.419449 | 0.03s 2025-09-30 20:12:09.446631 | a1129a8c-4510-473a-b90d-1e121122aa49 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-09-30 20:12:09.479257 | fa163ee6-1e6a-800d-88e9-000000001806 | TASK | Load distro-specific variables 2025-09-30 20:12:09.505281 | fa163ee6-1e6a-800d-88e9-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.501555 | 0.03s 2025-09-30 20:12:09.516070 | 8c196717-8fce-4e3d-bb60-06e55fee2a9f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 20:12:09.540974 | fa163ee6-1e6a-800d-88e9-00000000184d | TASK | Load distro-specific variables 2025-09-30 20:12:09.596145 | fa163ee6-1e6a-800d-88e9-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 20:12:09.597466 | fa163ee6-1e6a-800d-88e9-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.593740 | 0.06s 2025-09-30 20:12:09.604017 | fa163ee6-1e6a-800d-88e9-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.600294 | 0.06s 2025-09-30 20:12:09.632248 | fa163ee6-1e6a-800d-88e9-000000001807 | TASK | Check for NTP service 2025-09-30 20:12:09.886998 | fa163ee6-1e6a-800d-88e9-000000001807 | CHANGED | Check for NTP service | standalone 2025-09-30 20:12:09.888372 | fa163ee6-1e6a-800d-88e9-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:12.884646 | 0.25s 2025-09-30 20:12:09.914259 | fa163ee6-1e6a-800d-88e9-000000001808 | TASK | Disable NTP before configuring Chrony 2025-09-30 20:12:09.964988 | fa163ee6-1e6a-800d-88e9-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-09-30 20:12:09.966191 | fa163ee6-1e6a-800d-88e9-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:12.962468 | 0.05s 2025-09-30 20:12:09.992674 | fa163ee6-1e6a-800d-88e9-000000001809 | TASK | Install chronyd package 2025-09-30 20:12:12.839732 | fa163ee6-1e6a-800d-88e9-000000001809 | OK | Install chronyd package | standalone 2025-09-30 20:12:12.840469 | fa163ee6-1e6a-800d-88e9-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:15.836758 | 2.85s 2025-09-30 20:12:12.865914 | fa163ee6-1e6a-800d-88e9-0000000016ea | TASK | Upgrade chronyd 2025-09-30 20:12:12.894234 | fa163ee6-1e6a-800d-88e9-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-09-30 20:12:12.895312 | fa163ee6-1e6a-800d-88e9-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:15.891583 | 0.03s 2025-09-30 20:12:12.920987 | fa163ee6-1e6a-800d-88e9-0000000016eb | TASK | Configure chronyd 2025-09-30 20:12:12.949929 | fa163ee6-1e6a-800d-88e9-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:15.946203 | 0.03s 2025-09-30 20:12:12.970381 | cd06ec1a-3657-44de-81d3-449f5b0a1aa9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-09-30 20:12:13.008270 | fa163ee6-1e6a-800d-88e9-000000001886 | TASK | Load distro-specific variables 2025-09-30 20:12:13.034781 | fa163ee6-1e6a-800d-88e9-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.031060 | 0.03s 2025-09-30 20:12:13.046165 | e88ef59f-0cda-4aa7-8a61-f651df517327 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 20:12:13.068972 | fa163ee6-1e6a-800d-88e9-0000000018f2 | TASK | Load distro-specific variables 2025-09-30 20:12:13.111299 | fa163ee6-1e6a-800d-88e9-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 20:12:13.112440 | fa163ee6-1e6a-800d-88e9-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.108718 | 0.04s 2025-09-30 20:12:13.118332 | fa163ee6-1e6a-800d-88e9-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.114616 | 0.05s 2025-09-30 20:12:13.143822 | fa163ee6-1e6a-800d-88e9-000000001887 | TASK | Install chrony configuration file 2025-09-30 20:12:13.767761 | fa163ee6-1e6a-800d-88e9-000000001887 | OK | Install chrony configuration file | standalone 2025-09-30 20:12:13.769075 | fa163ee6-1e6a-800d-88e9-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:16.765347 | 0.62s 2025-09-30 20:12:13.794741 | fa163ee6-1e6a-800d-88e9-0000000016ec | TASK | Run chronyd 2025-09-30 20:12:13.822992 | fa163ee6-1e6a-800d-88e9-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:16.819265 | 0.03s 2025-09-30 20:12:13.844186 | dbfd7e8b-5354-4113-be35-260b30f74870 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-09-30 20:12:13.885977 | fa163ee6-1e6a-800d-88e9-000000001915 | TASK | Load distro-specific variables 2025-09-30 20:12:13.911637 | fa163ee6-1e6a-800d-88e9-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.907918 | 0.02s 2025-09-30 20:12:13.922509 | 2ee6bdba-4fbc-41ee-b8f3-67e20961d04a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 20:12:13.945734 | fa163ee6-1e6a-800d-88e9-000000001999 | TASK | Load distro-specific variables 2025-09-30 20:12:14.002524 | fa163ee6-1e6a-800d-88e9-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 20:12:14.004342 | fa163ee6-1e6a-800d-88e9-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.000617 | 0.06s 2025-09-30 20:12:14.014453 | fa163ee6-1e6a-800d-88e9-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.010738 | 0.07s 2025-09-30 20:12:14.040179 | fa163ee6-1e6a-800d-88e9-000000001916 | TASK | Ensure chronyd is running 2025-09-30 20:12:14.455707 | fa163ee6-1e6a-800d-88e9-000000001916 | OK | Ensure chronyd is running | standalone 2025-09-30 20:12:14.457505 | fa163ee6-1e6a-800d-88e9-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:17.453784 | 0.42s 2025-09-30 20:12:14.483728 | fa163ee6-1e6a-800d-88e9-000000001917 | TASK | Force chronyd restart 2025-09-30 20:12:14.532102 | fa163ee6-1e6a-800d-88e9-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-09-30 20:12:14.533117 | fa163ee6-1e6a-800d-88e9-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:17.529394 | 0.05s 2025-09-30 20:12:14.558536 | fa163ee6-1e6a-800d-88e9-0000000016ed | TASK | Enable online service 2025-09-30 20:12:14.586165 | fa163ee6-1e6a-800d-88e9-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:17.582436 | 0.03s 2025-09-30 20:12:14.605343 | 81a4db2e-34ab-4d0b-97e0-bef54f9a7e13 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-09-30 20:12:14.649513 | fa163ee6-1e6a-800d-88e9-0000000019c6 | TASK | Create chrony-online.service unit file 2025-09-30 20:12:15.092748 | fa163ee6-1e6a-800d-88e9-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-09-30 20:12:15.094349 | fa163ee6-1e6a-800d-88e9-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:18.090625 | 0.44s 2025-09-30 20:12:15.121909 | fa163ee6-1e6a-800d-88e9-0000000019c7 | TASK | Enable chrony-online.service 2025-09-30 20:12:15.821037 | fa163ee6-1e6a-800d-88e9-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-09-30 20:12:15.823629 | fa163ee6-1e6a-800d-88e9-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:18.819902 | 0.70s 2025-09-30 20:12:15.853126 | fa163ee6-1e6a-800d-88e9-0000000016ee | TASK | Sync chronyc 2025-09-30 20:12:15.884669 | fa163ee6-1e6a-800d-88e9-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:18.880928 | 0.03s 2025-09-30 20:12:15.905059 | 0035f985-38b3-4ec5-b808-383c82eac053 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-09-30 20:12:15.951664 | fa163ee6-1e6a-800d-88e9-000000001a6c | TASK | Force NTP sync 2025-09-30 20:12:16.182293 | fa163ee6-1e6a-800d-88e9-000000001a6c | CHANGED | Force NTP sync | standalone 2025-09-30 20:12:16.183753 | fa163ee6-1e6a-800d-88e9-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:19.180030 | 0.23s 2025-09-30 20:12:16.210197 | fa163ee6-1e6a-800d-88e9-000000001a6d | TASK | Ensure system is NTP time synced 2025-09-30 20:12:16.438769 | fa163ee6-1e6a-800d-88e9-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-09-30 20:12:16.439910 | fa163ee6-1e6a-800d-88e9-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:19.436193 | 0.23s 2025-09-30 20:12:16.478693 | fa163ee6-1e6a-800d-88e9-000000000bda | TASK | Force NTP sync 2025-09-30 20:12:16.690797 | fa163ee6-1e6a-800d-88e9-000000000bda | CHANGED | Force NTP sync | standalone 2025-09-30 20:12:16.692485 | fa163ee6-1e6a-800d-88e9-000000000bda | TIMING | Force NTP sync | standalone | 0:03:19.688756 | 0.21s 2025-09-30 20:12:16.718879 | fa163ee6-1e6a-800d-88e9-000000000bdb | TASK | Ensure system is NTP time synced 2025-09-30 20:12:16.913994 | fa163ee6-1e6a-800d-88e9-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-09-30 20:12:16.915397 | fa163ee6-1e6a-800d-88e9-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:19.911674 | 0.19s 2025-09-30 20:12:16.944903 | fa163ee6-1e6a-800d-88e9-000000000bdc | TASK | Run timezone role 2025-09-30 20:12:16.973436 | fa163ee6-1e6a-800d-88e9-000000000bdc | TIMING | Run timezone role | standalone | 0:03:19.969703 | 0.03s 2025-09-30 20:12:17.075822 | fa163ee6-1e6a-800d-88e9-000000001c2d | TASK | Set timezone 2025-09-30 20:12:17.614086 | fa163ee6-1e6a-800d-88e9-000000001c2d | OK | Set timezone | standalone 2025-09-30 20:12:17.615698 | fa163ee6-1e6a-800d-88e9-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:20.611976 | 0.54s 2025-09-30 20:12:17.642466 | fa163ee6-1e6a-800d-88e9-000000001c2e | TASK | Restart time services 2025-09-30 20:12:17.683515 | fa163ee6-1e6a-800d-88e9-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-09-30 20:12:17.690185 | fa163ee6-1e6a-800d-88e9-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-09-30 20:12:17.696365 | fa163ee6-1e6a-800d-88e9-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:20.692633 | 0.05s 2025-09-30 20:12:17.745140 | fa163ee6-1e6a-800d-88e9-000000000bdd | TASK | install tmpwatch on the host 2025-09-30 20:12:20.568898 | fa163ee6-1e6a-800d-88e9-000000000bdd | OK | install tmpwatch on the host | standalone 2025-09-30 20:12:20.570316 | fa163ee6-1e6a-800d-88e9-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:23.566596 | 2.82s 2025-09-30 20:12:20.595640 | fa163ee6-1e6a-800d-88e9-000000000bde | TASK | Notice - ctlplane subnet is set 2025-09-30 20:12:20.625286 | fa163ee6-1e6a-800d-88e9-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-09-30 20:12:20.626510 | fa163ee6-1e6a-800d-88e9-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:23.622787 | 0.03s 2025-09-30 20:12:20.682811 | fa163ee6-1e6a-800d-88e9-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:23.679080 | 0.03s 2025-09-30 20:12:20.783088 | fa163ee6-1e6a-800d-88e9-000000001e61 | TASK | Gather variables for each operating system 2025-09-30 20:12:20.891815 | fa163ee6-1e6a-800d-88e9-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-09-30 20:12:20.893223 | fa163ee6-1e6a-800d-88e9-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:23.889498 | 0.11s 2025-09-30 20:12:20.906122 | fa163ee6-1e6a-800d-88e9-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:23.902398 | 0.12s 2025-09-30 20:12:21.002008 | fa163ee6-1e6a-800d-88e9-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:23.998269 | 0.07s 2025-09-30 20:12:21.023412 | e45a139d-7982-4b00-9f52-96aca6fa1d4e | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-09-30 20:12:21.093181 | fa163ee6-1e6a-800d-88e9-000000001f92 | TASK | Check tuned package is installed 2025-09-30 20:12:21.366356 | fa163ee6-1e6a-800d-88e9-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-09-30 20:12:21.367357 | fa163ee6-1e6a-800d-88e9-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:24.363641 | 0.27s 2025-09-30 20:12:21.388245 | fa163ee6-1e6a-800d-88e9-000000001f93 | TASK | Install tuned 2025-09-30 20:12:21.417306 | fa163ee6-1e6a-800d-88e9-000000001f93 | SKIPPED | Install tuned | standalone 2025-09-30 20:12:21.418619 | fa163ee6-1e6a-800d-88e9-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:24.414895 | 0.03s 2025-09-30 20:12:21.444908 | fa163ee6-1e6a-800d-88e9-000000001f94 | TASK | Restart tuned 2025-09-30 20:12:21.474366 | fa163ee6-1e6a-800d-88e9-000000001f94 | SKIPPED | Restart tuned | standalone 2025-09-30 20:12:21.475731 | fa163ee6-1e6a-800d-88e9-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:24.471999 | 0.03s 2025-09-30 20:12:21.502395 | fa163ee6-1e6a-800d-88e9-000000001e63 | TASK | Check for tuned-adm 2025-09-30 20:12:21.726717 | fa163ee6-1e6a-800d-88e9-000000001e63 | OK | Check for tuned-adm | standalone 2025-09-30 20:12:21.728134 | fa163ee6-1e6a-800d-88e9-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:24.724411 | 0.22s 2025-09-30 20:12:21.783464 | fa163ee6-1e6a-800d-88e9-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:24.779725 | 0.03s 2025-09-30 20:12:21.811414 | 06b25d67-1ca5-4622-b3db-038ccd3ea386 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-09-30 20:12:21.847428 | fa163ee6-1e6a-800d-88e9-000000001fbf | TASK | Ensure profile directory exists 2025-09-30 20:12:21.916274 | fa163ee6-1e6a-800d-88e9-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-09-30 20:12:21.917288 | fa163ee6-1e6a-800d-88e9-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:24.913569 | 0.07s 2025-09-30 20:12:21.938414 | fa163ee6-1e6a-800d-88e9-000000001fc0 | TASK | Create custom tuned profile 2025-09-30 20:12:21.996975 | fa163ee6-1e6a-800d-88e9-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-09-30 20:12:21.998067 | fa163ee6-1e6a-800d-88e9-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:24.994346 | 0.06s 2025-09-30 20:12:22.021774 | fa163ee6-1e6a-800d-88e9-000000001fc1 | TASK | Check tuned active profile 2025-09-30 20:12:22.243141 | fa163ee6-1e6a-800d-88e9-000000001fc1 | OK | Check tuned active profile | standalone 2025-09-30 20:12:22.244407 | fa163ee6-1e6a-800d-88e9-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:25.240686 | 0.22s 2025-09-30 20:12:22.271765 | fa163ee6-1e6a-800d-88e9-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-09-30 20:12:22.493256 | fa163ee6-1e6a-800d-88e9-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-09-30 20:12:22.494834 | fa163ee6-1e6a-800d-88e9-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:25.491112 | 0.22s 2025-09-30 20:12:22.527348 | fa163ee6-1e6a-800d-88e9-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-09-30 20:12:22.591788 | fa163ee6-1e6a-800d-88e9-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-09-30 20:12:22.593088 | fa163ee6-1e6a-800d-88e9-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:25.589367 | 0.06s 2025-09-30 20:12:22.624192 | fa163ee6-1e6a-800d-88e9-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-09-30 20:12:22.674779 | fa163ee6-1e6a-800d-88e9-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-09-30 20:12:22.676161 | fa163ee6-1e6a-800d-88e9-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:25.672438 | 0.05s 2025-09-30 20:12:22.704064 | fa163ee6-1e6a-800d-88e9-000000001fc5 | TASK | Enable tuned profile 2025-09-30 20:12:22.734881 | fa163ee6-1e6a-800d-88e9-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-09-30 20:12:22.736204 | fa163ee6-1e6a-800d-88e9-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:25.732480 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-09-30 20:12:22.927051 | fa163ee6-1e6a-800d-88e9-0000000000ac | TASK | Overcloud container setup tasks 2025-09-30 20:12:22.954947 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000ac') missing from stats 2025-09-30 20:12:22.982322 | fa163ee6-1e6a-800d-88e9-0000000000ad | TASK | Write config data 2025-09-30 20:12:23.045056 | fa163ee6-1e6a-800d-88e9-0000000000ad | TIMING | Write config data | standalone | 0:03:26.041317 | 0.06s 2025-09-30 20:12:23.093582 | 4464522b-aa14-4d98-a41a-e542898e84e3 | INCLUDED | /root/standalone-ansible-lu02624j/common_container_setup_tasks.yaml | standalone 2025-09-30 20:12:23.119767 | fa163ee6-1e6a-800d-88e9-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-09-30 20:12:23.348037 | fa163ee6-1e6a-800d-88e9-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-09-30 20:12:23.349367 | fa163ee6-1e6a-800d-88e9-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:26.345644 | 0.23s 2025-09-30 20:12:23.374786 | fa163ee6-1e6a-800d-88e9-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-09-30 20:12:23.592447 | fa163ee6-1e6a-800d-88e9-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-09-30 20:12:23.593881 | fa163ee6-1e6a-800d-88e9-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:26.590158 | 0.22s 2025-09-30 20:12:23.619735 | fa163ee6-1e6a-800d-88e9-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-09-30 20:12:23.851260 | fa163ee6-1e6a-800d-88e9-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-09-30 20:12:23.852988 | fa163ee6-1e6a-800d-88e9-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:26.849263 | 0.23s 2025-09-30 20:12:23.878771 | fa163ee6-1e6a-800d-88e9-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-09-30 20:12:24.099079 | fa163ee6-1e6a-800d-88e9-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-09-30 20:12:24.100710 | fa163ee6-1e6a-800d-88e9-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:27.096986 | 0.22s 2025-09-30 20:12:24.126253 | fa163ee6-1e6a-800d-88e9-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-09-30 20:12:24.338319 | fa163ee6-1e6a-800d-88e9-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-09-30 20:12:24.339759 | fa163ee6-1e6a-800d-88e9-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:27.336032 | 0.21s 2025-09-30 20:12:24.366527 | fa163ee6-1e6a-800d-88e9-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-09-30 20:12:25.641849 | fa163ee6-1e6a-800d-88e9-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-09-30 20:12:25.643039 | fa163ee6-1e6a-800d-88e9-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:28.639326 | 1.28s 2025-09-30 20:12:25.661872 | fa163ee6-1e6a-800d-88e9-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-09-30 20:12:25.918891 | fa163ee6-1e6a-800d-88e9-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-09-30 20:12:25.920330 | fa163ee6-1e6a-800d-88e9-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:28.916608 | 0.26s 2025-09-30 20:12:25.946263 | fa163ee6-1e6a-800d-88e9-00000000202d | TASK | Write container config scripts 2025-09-30 20:12:26.335567 | fa163ee6-1e6a-800d-88e9-00000000202d | CHANGED | Write container config scripts | standalone 2025-09-30 20:12:26.336880 | fa163ee6-1e6a-800d-88e9-00000000202d | TIMING | Write container config scripts | standalone | 0:03:29.333159 | 0.39s 2025-09-30 20:12:26.361855 | fa163ee6-1e6a-800d-88e9-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-09-30 20:12:26.889557 | fa163ee6-1e6a-800d-88e9-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-09-30 20:12:26.890911 | fa163ee6-1e6a-800d-88e9-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:29.887159 | 0.53s 2025-09-30 20:12:26.916362 | fa163ee6-1e6a-800d-88e9-00000000202f | TASK | Generate startup configs files per step and per container 2025-09-30 20:12:27.503692 | fa163ee6-1e6a-800d-88e9-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-09-30 20:12:27.512540 | fa163ee6-1e6a-800d-88e9-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:30.508816 | 0.59s 2025-09-30 20:12:27.552676 | fa163ee6-1e6a-800d-88e9-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-09-30 20:12:27.795229 | fa163ee6-1e6a-800d-88e9-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-09-30 20:12:27.796873 | fa163ee6-1e6a-800d-88e9-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:30.793149 | 0.24s 2025-09-30 20:12:27.823637 | fa163ee6-1e6a-800d-88e9-000000002031 | TASK | Create /var/lib/config-data directory 2025-09-30 20:12:28.045868 | fa163ee6-1e6a-800d-88e9-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-09-30 20:12:28.047332 | fa163ee6-1e6a-800d-88e9-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:31.043610 | 0.22s 2025-09-30 20:12:28.073289 | fa163ee6-1e6a-800d-88e9-000000002032 | TASK | Write container config json files 2025-09-30 20:12:28.564084 | fa163ee6-1e6a-800d-88e9-000000002032 | CHANGED | Write container config json files | standalone 2025-09-30 20:12:28.571913 | fa163ee6-1e6a-800d-88e9-000000002032 | TIMING | Write container config json files | standalone | 0:03:31.568188 | 0.50s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-09-30 20:12:28.735029 | fa163ee6-1e6a-800d-88e9-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-09-30 20:12:28.764333 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-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-09-30 20:12:28.826832 | fa163ee6-1e6a-800d-88e9-0000000000b2 | TIMING | include_tasks | standalone | 0:03:31.823100 | 0.04s 2025-09-30 20:12:28.842093 | c0a00d2c-5d62-4f93-aa5a-5e0cff75a2ca | INCLUDED | /root/standalone-ansible-lu02624j/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-09-30 20:12:28.976706 | fa163ee6-1e6a-800d-88e9-0000000000b6 | TASK | External deployment step 1 2025-09-30 20:12:29.003506 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000b6') missing from stats 2025-09-30 20:12:29.053177 | fa163ee6-1e6a-800d-88e9-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:32.049447 | 0.03s 2025-09-30 20:12:29.089445 | ccdfdd0e-c939-47e3-b64a-2d0070a99653 | INCLUDED | /root/standalone-ansible-lu02624j/external_deploy_steps_tasks_step1.yaml | undercloud 2025-09-30 20:12:29.107246 | fa163ee6-1e6a-800d-88e9-000000002077 | TASK | Set some tripleo-ansible facts 2025-09-30 20:12:29.157562 | fa163ee6-1e6a-800d-88e9-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-09-30 20:12:29.158646 | fa163ee6-1e6a-800d-88e9-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:32.154926 | 0.05s 2025-09-30 20:12:29.175753 | fa163ee6-1e6a-800d-88e9-000000002079 | TASK | Build disk list for cephadm 2025-09-30 20:12:29.226700 | fa163ee6-1e6a-800d-88e9-000000002079 | OK | Build disk list for cephadm | undercloud 2025-09-30 20:12:29.227782 | fa163ee6-1e6a-800d-88e9-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:32.224062 | 0.05s 2025-09-30 20:12:29.245718 | fa163ee6-1e6a-800d-88e9-000000002080 | TASK | Container image prepare 2025-09-30 20:12:30.299999 | fa163ee6-1e6a-800d-88e9-000000002080 | CHANGED | Container image prepare | undercloud 2025-09-30 20:12:30.302131 | fa163ee6-1e6a-800d-88e9-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:33.298410 | 1.05s 2025-09-30 20:12:30.337853 | fa163ee6-1e6a-800d-88e9-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-09-30 20:12:30.603512 | fa163ee6-1e6a-800d-88e9-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-09-30 20:12:30.604891 | fa163ee6-1e6a-800d-88e9-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:33.601170 | 0.27s 2025-09-30 20:12:30.622622 | fa163ee6-1e6a-800d-88e9-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-09-30 20:12:30.662259 | fa163ee6-1e6a-800d-88e9-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:33.658531 | 0.04s 2025-09-30 20:12:30.709914 | fa163ee6-1e6a-800d-88e9-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-09-30 20:12:31.029171 | fa163ee6-1e6a-800d-88e9-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-09-30 20:12:31.030637 | fa163ee6-1e6a-800d-88e9-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:34.026908 | 0.32s 2025-09-30 20:12:31.050991 | fa163ee6-1e6a-800d-88e9-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-09-30 20:12:31.451090 | fa163ee6-1e6a-800d-88e9-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-09-30 20:12:31.452445 | fa163ee6-1e6a-800d-88e9-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:34.448724 | 0.40s 2025-09-30 20:12:31.472133 | fa163ee6-1e6a-800d-88e9-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-09-30 20:12:31.522315 | fa163ee6-1e6a-800d-88e9-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:34.518594 | 0.05s 2025-09-30 20:12:31.548992 | fa163ee6-1e6a-800d-88e9-0000000020eb | TASK | Check for a configured destination 2025-09-30 20:12:31.605836 | fa163ee6-1e6a-800d-88e9-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-09-30 20:12:31.606779 | fa163ee6-1e6a-800d-88e9-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:34.603063 | 0.06s 2025-09-30 20:12:31.627374 | fa163ee6-1e6a-800d-88e9-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-09-30 20:12:32.086640 | fa163ee6-1e6a-800d-88e9-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-09-30 20:12:32.087469 | fa163ee6-1e6a-800d-88e9-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:35.083758 | 0.46s PLAY [Deploy step tasks for 1] ************************************************* 2025-09-30 20:12:32.232760 | fa163ee6-1e6a-800d-88e9-0000000000ba | TASK | Deploy step tasks for 1 2025-09-30 20:12:32.259799 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000ba') missing from stats 2025-09-30 20:12:32.280225 | fa163ee6-1e6a-800d-88e9-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-09-30 20:12:32.772214 | fa163ee6-1e6a-800d-88e9-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-09-30 20:12:32.773646 | fa163ee6-1e6a-800d-88e9-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:35.769921 | 0.49s 2025-09-30 20:12:32.798264 | fa163ee6-1e6a-800d-88e9-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-09-30 20:12:33.038158 | fa163ee6-1e6a-800d-88e9-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-09-30 20:12:33.039555 | fa163ee6-1e6a-800d-88e9-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:36.035833 | 0.24s 2025-09-30 20:12:33.065185 | fa163ee6-1e6a-800d-88e9-0000000000be | TASK | Write config data at the start of step 1 2025-09-30 20:12:33.138511 | fa163ee6-1e6a-800d-88e9-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:36.134778 | 0.07s 2025-09-30 20:12:33.176369 | fd8631dc-e914-4bde-9b82-4a9ad37ec6a6 | INCLUDED | /root/standalone-ansible-lu02624j/common_deploy_steps_tasks_step_1.yaml | standalone 2025-09-30 20:12:33.203279 | fa163ee6-1e6a-800d-88e9-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-09-30 20:12:33.230471 | fa163ee6-1e6a-800d-88e9-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-09-30 20:12:33.231421 | fa163ee6-1e6a-800d-88e9-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:36.227702 | 0.03s 2025-09-30 20:12:33.251623 | fa163ee6-1e6a-800d-88e9-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-09-30 20:12:33.280051 | fa163ee6-1e6a-800d-88e9-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-09-30 20:12:33.281247 | fa163ee6-1e6a-800d-88e9-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:36.277526 | 0.03s 2025-09-30 20:12:33.306113 | fa163ee6-1e6a-800d-88e9-00000000212c | TASK | Write the puppet step_config manifest 2025-09-30 20:12:33.780394 | fa163ee6-1e6a-800d-88e9-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-09-30 20:12:33.781728 | fa163ee6-1e6a-800d-88e9-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:36.778005 | 0.47s 2025-09-30 20:12:33.807606 | fa163ee6-1e6a-800d-88e9-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-09-30 20:12:33.836888 | fa163ee6-1e6a-800d-88e9-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-09-30 20:12:33.838133 | fa163ee6-1e6a-800d-88e9-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:36.834406 | 0.03s 2025-09-30 20:12:33.863107 | fa163ee6-1e6a-800d-88e9-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-09-30 20:12:33.892310 | fa163ee6-1e6a-800d-88e9-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-09-30 20:12:33.893496 | fa163ee6-1e6a-800d-88e9-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:36.889772 | 0.03s 2025-09-30 20:12:33.918710 | fa163ee6-1e6a-800d-88e9-00000000212f | TASK | Create /var/lib/container-puppet 2025-09-30 20:12:34.162143 | fa163ee6-1e6a-800d-88e9-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-09-30 20:12:34.163471 | fa163ee6-1e6a-800d-88e9-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:37.159749 | 0.24s 2025-09-30 20:12:34.188620 | fa163ee6-1e6a-800d-88e9-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-09-30 20:12:34.218033 | fa163ee6-1e6a-800d-88e9-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-09-30 20:12:34.219162 | fa163ee6-1e6a-800d-88e9-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:37.215440 | 0.03s 2025-09-30 20:12:34.245453 | fa163ee6-1e6a-800d-88e9-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-09-30 20:12:34.274826 | fa163ee6-1e6a-800d-88e9-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-09-30 20:12:34.276158 | fa163ee6-1e6a-800d-88e9-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:37.272434 | 0.03s 2025-09-30 20:12:34.301662 | fa163ee6-1e6a-800d-88e9-000000002132 | TASK | Write container-puppet.json file 2025-09-30 20:12:34.932792 | fa163ee6-1e6a-800d-88e9-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-09-30 20:12:34.934206 | fa163ee6-1e6a-800d-88e9-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:37.930482 | 0.63s 2025-09-30 20:12:34.959158 | fa163ee6-1e6a-800d-88e9-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-09-30 20:12:34.990154 | fa163ee6-1e6a-800d-88e9-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-09-30 20:12:34.991395 | fa163ee6-1e6a-800d-88e9-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:37.987671 | 0.03s 2025-09-30 20:12:35.017074 | fa163ee6-1e6a-800d-88e9-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-09-30 20:12:35.050627 | fa163ee6-1e6a-800d-88e9-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-09-30 20:12:35.052052 | fa163ee6-1e6a-800d-88e9-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:38.048327 | 0.03s 2025-09-30 20:12:35.077867 | fa163ee6-1e6a-800d-88e9-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-09-30 20:12:35.448251 | fa163ee6-1e6a-800d-88e9-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-09-30 20:12:35.449667 | fa163ee6-1e6a-800d-88e9-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:38.445945 | 0.37s 2025-09-30 20:12:35.474191 | fa163ee6-1e6a-800d-88e9-000000002136 | TASK | Set host puppet debugging fact string 2025-09-30 20:12:35.506058 | fa163ee6-1e6a-800d-88e9-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-09-30 20:12:35.507117 | fa163ee6-1e6a-800d-88e9-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:38.503395 | 0.03s 2025-09-30 20:12:35.532075 | fa163ee6-1e6a-800d-88e9-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-09-30 20:12:35.561853 | fa163ee6-1e6a-800d-88e9-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-09-30 20:12:35.563154 | fa163ee6-1e6a-800d-88e9-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:38.559432 | 0.03s 2025-09-30 20:12:35.588379 | fa163ee6-1e6a-800d-88e9-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-09-30 20:12:35.618065 | fa163ee6-1e6a-800d-88e9-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-09-30 20:12:35.619116 | fa163ee6-1e6a-800d-88e9-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:38.615396 | 0.03s 2025-09-30 20:12:35.643735 | fa163ee6-1e6a-800d-88e9-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-09-30 20:12:35.683430 | fa163ee6-1e6a-800d-88e9-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-09-30 20:12:35.684604 | fa163ee6-1e6a-800d-88e9-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:38.680881 | 0.04s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 20:12:35.760680 | fa163ee6-1e6a-800d-88e9-0000000000c0 | TIMING | include_tasks | standalone | 0:03:38.756949 | 0.05s 2025-09-30 20:12:35.880649 | d7498586-ca74-43cf-aa0e-ccc2dbad0792 | INCLUDED | /root/standalone-ansible-lu02624j/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-09-30 20:12:35.920778 | fa163ee6-1e6a-800d-88e9-000000002164 | TASK | Create dirs for certificates and keys 2025-09-30 20:12:35.979423 | fa163ee6-1e6a-800d-88e9-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-09-30 20:12:36.001195 | fa163ee6-1e6a-800d-88e9-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-09-30 20:12:36.007068 | fa163ee6-1e6a-800d-88e9-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:39.003335 | 0.09s 2025-09-30 20:12:36.083567 | fa163ee6-1e6a-800d-88e9-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 20:12:36.084736 | fa163ee6-1e6a-800d-88e9-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:39.081020 | 0.05s 2025-09-30 20:12:36.105364 | fa163ee6-1e6a-800d-88e9-00000000216c | TASK | Fail if container image is undefined 2025-09-30 20:12:36.168823 | fa163ee6-1e6a-800d-88e9-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 20:12:36.169811 | fa163ee6-1e6a-800d-88e9-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:39.166094 | 0.06s 2025-09-30 20:12:36.209612 | fa163ee6-1e6a-800d-88e9-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-09-30 20:12:57.483470 | fa163ee6-1e6a-800d-88e9-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-09-30 20:12:57.484773 | fa163ee6-1e6a-800d-88e9-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:00.481056 | 21.27s 2025-09-30 20:12:57.536324 | fa163ee6-1e6a-800d-88e9-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-09-30 20:12:57.870080 | fa163ee6-1e6a-800d-88e9-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-09-30 20:12:57.871822 | fa163ee6-1e6a-800d-88e9-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:04:00.868096 | 0.33s 2025-09-30 20:12:57.924887 | fa163ee6-1e6a-800d-88e9-00000000217d | TASK | Fail if container image is undefined 2025-09-30 20:12:57.991257 | fa163ee6-1e6a-800d-88e9-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 20:12:57.992970 | fa163ee6-1e6a-800d-88e9-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:00.989208 | 0.07s 2025-09-30 20:12:58.051215 | fa163ee6-1e6a-800d-88e9-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-09-30 20:13:04.106573 | fa163ee6-1e6a-800d-88e9-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-09-30 20:13:04.108394 | fa163ee6-1e6a-800d-88e9-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:07.104672 | 6.05s 2025-09-30 20:13:04.167255 | fa163ee6-1e6a-800d-88e9-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-09-30 20:13:04.522860 | fa163ee6-1e6a-800d-88e9-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-09-30 20:13:04.524344 | fa163ee6-1e6a-800d-88e9-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:07.520622 | 0.36s 2025-09-30 20:13:04.574793 | fa163ee6-1e6a-800d-88e9-00000000218a | TASK | Check if rsyslog exists 2025-09-30 20:13:04.839202 | fa163ee6-1e6a-800d-88e9-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-09-30 20:13:04.840716 | fa163ee6-1e6a-800d-88e9-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:07.836986 | 0.26s 2025-09-30 20:13:04.867575 | fa163ee6-1e6a-800d-88e9-00000000218c | TASK | Forward logging to haproxy.log file 2025-09-30 20:13:05.124309 | fa163ee6-1e6a-800d-88e9-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-09-30 20:13:05.125983 | fa163ee6-1e6a-800d-88e9-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:08.122214 | 0.26s 2025-09-30 20:13:05.152174 | fa163ee6-1e6a-800d-88e9-00000000218d | TASK | restart rsyslog service after logging conf change 2025-09-30 20:13:05.914720 | fa163ee6-1e6a-800d-88e9-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-09-30 20:13:05.916660 | fa163ee6-1e6a-800d-88e9-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:08.912947 | 0.76s 2025-09-30 20:13:05.937620 | fa163ee6-1e6a-800d-88e9-000000002194 | TASK | Fail if container image is undefined 2025-09-30 20:13:05.999353 | fa163ee6-1e6a-800d-88e9-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 20:13:06.001693 | fa163ee6-1e6a-800d-88e9-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:08.997879 | 0.06s 2025-09-30 20:13:06.043987 | fa163ee6-1e6a-800d-88e9-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-09-30 20:13:11.759886 | fa163ee6-1e6a-800d-88e9-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-09-30 20:13:11.761264 | fa163ee6-1e6a-800d-88e9-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:14.757542 | 5.72s 2025-09-30 20:13:11.817831 | fa163ee6-1e6a-800d-88e9-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-09-30 20:13:12.172688 | fa163ee6-1e6a-800d-88e9-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-09-30 20:13:12.174059 | fa163ee6-1e6a-800d-88e9-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:15.170337 | 0.35s 2025-09-30 20:13:12.225547 | fa163ee6-1e6a-800d-88e9-0000000021a0 | TASK | Run lvmfilter role 2025-09-30 20:13:12.277190 | fa163ee6-1e6a-800d-88e9-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:15.273460 | 0.05s 2025-09-30 20:13:12.356681 | fa163ee6-1e6a-800d-88e9-0000000022b7 | TASK | Check if lvm2 is installed 2025-09-30 20:13:12.588499 | fa163ee6-1e6a-800d-88e9-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-09-30 20:13:12.589839 | fa163ee6-1e6a-800d-88e9-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:15.586116 | 0.23s 2025-09-30 20:13:12.616602 | fa163ee6-1e6a-800d-88e9-0000000022b9 | TASK | collect ansible devices 2025-09-30 20:13:12.657165 | fa163ee6-1e6a-800d-88e9-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-09-30 20:13:12.658242 | fa163ee6-1e6a-800d-88e9-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:15.654520 | 0.04s 2025-09-30 20:13:12.684486 | fa163ee6-1e6a-800d-88e9-0000000022ba | TASK | collect in-use lvm2 devices list 2025-09-30 20:13:12.734734 | fa163ee6-1e6a-800d-88e9-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-09-30 20:13:12.737052 | fa163ee6-1e6a-800d-88e9-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:15.733291 | 0.05s 2025-09-30 20:13:12.764415 | fa163ee6-1e6a-800d-88e9-0000000022bb | TASK | set allowed_devices 2025-09-30 20:13:12.818694 | fa163ee6-1e6a-800d-88e9-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-09-30 20:13:12.819999 | fa163ee6-1e6a-800d-88e9-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:15.816275 | 0.05s 2025-09-30 20:13:12.847453 | fa163ee6-1e6a-800d-88e9-0000000022bc | TASK | build lvm2 allow list 2025-09-30 20:13:12.897492 | fa163ee6-1e6a-800d-88e9-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-09-30 20:13:12.898806 | fa163ee6-1e6a-800d-88e9-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:15.895083 | 0.05s 2025-09-30 20:13:12.924945 | fa163ee6-1e6a-800d-88e9-0000000022bd | TASK | build lvm2 deny list 2025-09-30 20:13:12.975227 | fa163ee6-1e6a-800d-88e9-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-09-30 20:13:12.976541 | fa163ee6-1e6a-800d-88e9-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:15.972816 | 0.05s 2025-09-30 20:13:13.002842 | fa163ee6-1e6a-800d-88e9-0000000022be | TASK | build lvm2 filter 2025-09-30 20:13:13.043519 | fa163ee6-1e6a-800d-88e9-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-09-30 20:13:13.044769 | fa163ee6-1e6a-800d-88e9-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:16.041045 | 0.04s 2025-09-30 20:13:13.072305 | fa163ee6-1e6a-800d-88e9-0000000022bf | TASK | regenerate lvm config 2025-09-30 20:13:13.122100 | fa163ee6-1e6a-800d-88e9-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-09-30 20:13:13.123109 | fa163ee6-1e6a-800d-88e9-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:16.119392 | 0.05s 2025-09-30 20:13:13.144553 | fa163ee6-1e6a-800d-88e9-0000000022c0 | TASK | copy new lvm.conf in place 2025-09-30 20:13:13.173340 | fa163ee6-1e6a-800d-88e9-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-09-30 20:13:13.174416 | fa163ee6-1e6a-800d-88e9-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:16.170698 | 0.03s 2025-09-30 20:13:13.213335 | fa163ee6-1e6a-800d-88e9-0000000021a6 | TASK | Fail if container image is undefined 2025-09-30 20:13:13.269787 | fa163ee6-1e6a-800d-88e9-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 20:13:13.270701 | fa163ee6-1e6a-800d-88e9-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:16.266985 | 0.06s 2025-09-30 20:13:13.312488 | fa163ee6-1e6a-800d-88e9-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-09-30 20:13:22.982222 | fa163ee6-1e6a-800d-88e9-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-09-30 20:13:22.983779 | fa163ee6-1e6a-800d-88e9-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:25.980056 | 9.67s 2025-09-30 20:13:23.038620 | fa163ee6-1e6a-800d-88e9-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-09-30 20:13:23.359831 | fa163ee6-1e6a-800d-88e9-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-09-30 20:13:23.361167 | fa163ee6-1e6a-800d-88e9-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:26.357447 | 0.32s 2025-09-30 20:13:23.464039 | fa163ee6-1e6a-800d-88e9-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 20:13:23.465499 | fa163ee6-1e6a-800d-88e9-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:26.461775 | 0.05s 2025-09-30 20:13:23.492143 | fa163ee6-1e6a-800d-88e9-0000000021ba | TASK | Fail if container image is undefined 2025-09-30 20:13:23.552505 | fa163ee6-1e6a-800d-88e9-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 20:13:23.553576 | fa163ee6-1e6a-800d-88e9-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:26.549853 | 0.06s 2025-09-30 20:13:23.595986 | fa163ee6-1e6a-800d-88e9-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-09-30 20:13:34.382529 | fa163ee6-1e6a-800d-88e9-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-09-30 20:13:34.384255 | fa163ee6-1e6a-800d-88e9-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:37.380532 | 10.79s 2025-09-30 20:13:34.439747 | fa163ee6-1e6a-800d-88e9-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-09-30 20:13:34.809993 | fa163ee6-1e6a-800d-88e9-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-09-30 20:13:34.811878 | fa163ee6-1e6a-800d-88e9-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:37.808152 | 0.37s 2025-09-30 20:13:34.920962 | fa163ee6-1e6a-800d-88e9-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 20:13:34.922732 | fa163ee6-1e6a-800d-88e9-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:37.919005 | 0.06s 2025-09-30 20:13:34.949972 | fa163ee6-1e6a-800d-88e9-0000000021c9 | TASK | install systemd-container for a greenfield 2025-09-30 20:13:54.679181 | fa163ee6-1e6a-800d-88e9-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-09-30 20:13:54.680291 | fa163ee6-1e6a-800d-88e9-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:57.676579 | 19.73s 2025-09-30 20:13:54.698006 | fa163ee6-1e6a-800d-88e9-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-09-30 20:13:54.723477 | fa163ee6-1e6a-800d-88e9-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-09-30 20:13:54.724557 | fa163ee6-1e6a-800d-88e9-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:57.720835 | 0.03s 2025-09-30 20:13:54.749897 | fa163ee6-1e6a-800d-88e9-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-09-30 20:13:55.033613 | fa163ee6-1e6a-800d-88e9-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-09-30 20:13:55.034899 | fa163ee6-1e6a-800d-88e9-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:58.031177 | 0.28s 2025-09-30 20:13:55.060532 | fa163ee6-1e6a-800d-88e9-0000000021ce | TASK | is KSM enabled 2025-09-30 20:13:55.110839 | fa163ee6-1e6a-800d-88e9-0000000021ce | OK | is KSM enabled | standalone 2025-09-30 20:13:55.112043 | fa163ee6-1e6a-800d-88e9-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:58.108322 | 0.05s 2025-09-30 20:13:55.137803 | fa163ee6-1e6a-800d-88e9-0000000021d0 | TASK | Check for ksm 2025-09-30 20:13:55.414663 | fa163ee6-1e6a-800d-88e9-0000000021d0 | CHANGED | Check for ksm | standalone 2025-09-30 20:13:55.416175 | fa163ee6-1e6a-800d-88e9-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:58.412452 | 0.28s 2025-09-30 20:13:55.441827 | fa163ee6-1e6a-800d-88e9-0000000021d1 | TASK | disable KSM services 2025-09-30 20:13:55.509220 | fa163ee6-1e6a-800d-88e9-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-09-30 20:13:55.537643 | fa163ee6-1e6a-800d-88e9-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-09-30 20:13:55.549487 | fa163ee6-1e6a-800d-88e9-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:58.545757 | 0.11s 2025-09-30 20:13:55.576207 | fa163ee6-1e6a-800d-88e9-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-09-30 20:13:55.627378 | fa163ee6-1e6a-800d-88e9-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-09-30 20:13:55.628553 | fa163ee6-1e6a-800d-88e9-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:58.624830 | 0.05s 2025-09-30 20:13:55.654347 | fa163ee6-1e6a-800d-88e9-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-09-30 20:13:55.705764 | fa163ee6-1e6a-800d-88e9-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-09-30 20:13:55.706810 | fa163ee6-1e6a-800d-88e9-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:58.703089 | 0.05s 2025-09-30 20:13:55.731788 | fa163ee6-1e6a-800d-88e9-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-09-30 20:13:55.781170 | fa163ee6-1e6a-800d-88e9-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-09-30 20:13:55.782369 | fa163ee6-1e6a-800d-88e9-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:58.778647 | 0.05s 2025-09-30 20:13:55.808275 | fa163ee6-1e6a-800d-88e9-0000000021d6 | TASK | enable ksmtunded 2025-09-30 20:13:55.877719 | fa163ee6-1e6a-800d-88e9-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-09-30 20:13:55.899755 | fa163ee6-1e6a-800d-88e9-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-09-30 20:13:55.907984 | fa163ee6-1e6a-800d-88e9-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:58.904253 | 0.10s 2025-09-30 20:13:55.985607 | fa163ee6-1e6a-800d-88e9-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 20:13:55.986968 | fa163ee6-1e6a-800d-88e9-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:58.983244 | 0.05s 2025-09-30 20:13:56.012499 | fa163ee6-1e6a-800d-88e9-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-09-30 20:13:56.093594 | fa163ee6-1e6a-800d-88e9-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-09-30 20:13:56.094715 | fa163ee6-1e6a-800d-88e9-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:59.090994 | 0.08s 2025-09-30 20:13:56.121111 | fa163ee6-1e6a-800d-88e9-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-09-30 20:13:59.149534 | fa163ee6-1e6a-800d-88e9-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-09-30 20:13:59.154573 | fa163ee6-1e6a-800d-88e9-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:02.150853 | 3.03s 2025-09-30 20:13:59.189679 | fa163ee6-1e6a-800d-88e9-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-09-30 20:13:59.259991 | fa163ee6-1e6a-800d-88e9-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-09-30 20:13:59.261077 | fa163ee6-1e6a-800d-88e9-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:02.257349 | 0.07s 2025-09-30 20:13:59.289772 | fa163ee6-1e6a-800d-88e9-0000000021de | TASK | Fetch ovn VIP 2025-09-30 20:13:59.349458 | fa163ee6-1e6a-800d-88e9-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-09-30 20:13:59.351179 | fa163ee6-1e6a-800d-88e9-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:05:02.347449 | 0.06s 2025-09-30 20:13:59.380445 | fa163ee6-1e6a-800d-88e9-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-09-30 20:13:59.451325 | fa163ee6-1e6a-800d-88e9-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-09-30 20:13:59.452120 | fa163ee6-1e6a-800d-88e9-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:02.448407 | 0.07s 2025-09-30 20:13:59.471666 | fa163ee6-1e6a-800d-88e9-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-09-30 20:13:59.538067 | fa163ee6-1e6a-800d-88e9-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-09-30 20:13:59.539394 | fa163ee6-1e6a-800d-88e9-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:02.535671 | 0.07s 2025-09-30 20:13:59.569597 | fa163ee6-1e6a-800d-88e9-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-09-30 20:13:59.621637 | fa163ee6-1e6a-800d-88e9-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-09-30 20:13:59.622966 | fa163ee6-1e6a-800d-88e9-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:02.619243 | 0.05s 2025-09-30 20:13:59.649269 | fa163ee6-1e6a-800d-88e9-0000000021e2 | TASK | Remove pacemaker attributes 2025-09-30 20:13:59.723710 | fa163ee6-1e6a-800d-88e9-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-09-30 20:13:59.737096 | fa163ee6-1e6a-800d-88e9-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:05:02.733357 | 0.09s 2025-09-30 20:13:59.815220 | fa163ee6-1e6a-800d-88e9-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 20:13:59.816200 | fa163ee6-1e6a-800d-88e9-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:02.812484 | 0.05s 2025-09-30 20:13:59.836483 | fa163ee6-1e6a-800d-88e9-0000000021e7 | TASK | Configure OVN DBs and northd 2025-09-30 20:13:59.885509 | fa163ee6-1e6a-800d-88e9-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:05:02.881788 | 0.05s 2025-09-30 20:13:59.926710 | fa163ee6-1e6a-800d-88e9-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-09-30 20:14:00.146038 | fa163ee6-1e6a-800d-88e9-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-09-30 20:14:00.147415 | fa163ee6-1e6a-800d-88e9-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:03.143693 | 0.22s 2025-09-30 20:14:00.177795 | fa163ee6-1e6a-800d-88e9-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-09-30 20:14:00.221893 | fa163ee6-1e6a-800d-88e9-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-09-30 20:14:00.223067 | fa163ee6-1e6a-800d-88e9-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:03.219343 | 0.04s 2025-09-30 20:14:00.256765 | fa163ee6-1e6a-800d-88e9-000000002391 | TASK | check ovsdb-tool election-timer options 2025-09-30 20:14:00.523490 | fa163ee6-1e6a-800d-88e9-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-09-30 20:14:00.524851 | fa163ee6-1e6a-800d-88e9-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:03.521129 | 0.27s 2025-09-30 20:14:00.554441 | fa163ee6-1e6a-800d-88e9-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-09-30 20:14:00.625896 | fa163ee6-1e6a-800d-88e9-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-09-30 20:14:00.627243 | fa163ee6-1e6a-800d-88e9-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:03.623520 | 0.07s 2025-09-30 20:14:00.658275 | fa163ee6-1e6a-800d-88e9-000000002393 | TASK | render OVN cluster configuration 2025-09-30 20:14:01.306337 | fa163ee6-1e6a-800d-88e9-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-09-30 20:14:01.307722 | fa163ee6-1e6a-800d-88e9-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:04.303997 | 0.65s 2025-09-30 20:14:01.337863 | fa163ee6-1e6a-800d-88e9-000000002394 | TASK | restart OVN northd and north and south databases 2025-09-30 20:14:01.400861 | fa163ee6-1e6a-800d-88e9-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:04.397115 | 0.06s 2025-09-30 20:14:01.422049 | fa163ee6-1e6a-800d-88e9-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:04.418316 | 0.08s 2025-09-30 20:14:01.436950 | fa163ee6-1e6a-800d-88e9-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:04.433211 | 0.10s 2025-09-30 20:14:01.449472 | fa163ee6-1e6a-800d-88e9-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:04.445749 | 0.11s 2025-09-30 20:14:01.475907 | 0bb136c0-5db3-42bc-b6d4-422df509afdc | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 20:14:01.484038 | 65391827-289c-4d70-91ef-8a6658e90a59 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 20:14:01.491470 | 4065ced5-6582-4db1-b017-ca5a82faf77d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 20:14:01.521673 | fa163ee6-1e6a-800d-88e9-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-09-30 20:14:01.782108 | fa163ee6-1e6a-800d-88e9-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-09-30 20:14:01.783065 | fa163ee6-1e6a-800d-88e9-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:04.779350 | 0.26s 2025-09-30 20:14:01.807033 | fa163ee6-1e6a-800d-88e9-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-09-30 20:14:01.844087 | fa163ee6-1e6a-800d-88e9-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-09-30 20:14:01.845144 | fa163ee6-1e6a-800d-88e9-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:04.841420 | 0.04s 2025-09-30 20:14:01.876499 | fa163ee6-1e6a-800d-88e9-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-09-30 20:14:02.128291 | fa163ee6-1e6a-800d-88e9-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-09-30 20:14:02.129588 | fa163ee6-1e6a-800d-88e9-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:05.125868 | 0.25s 2025-09-30 20:14:02.161071 | fa163ee6-1e6a-800d-88e9-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-09-30 20:14:02.211097 | fa163ee6-1e6a-800d-88e9-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-09-30 20:14:02.212216 | fa163ee6-1e6a-800d-88e9-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:05.208491 | 0.05s 2025-09-30 20:14:02.243309 | fa163ee6-1e6a-800d-88e9-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-09-30 20:14:02.507060 | fa163ee6-1e6a-800d-88e9-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-09-30 20:14:02.508234 | fa163ee6-1e6a-800d-88e9-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:05.504513 | 0.26s 2025-09-30 20:14:02.539209 | fa163ee6-1e6a-800d-88e9-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-09-30 20:14:02.589954 | fa163ee6-1e6a-800d-88e9-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-09-30 20:14:02.591020 | fa163ee6-1e6a-800d-88e9-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:05.587299 | 0.05s 2025-09-30 20:14:02.696748 | fa163ee6-1e6a-800d-88e9-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 20:14:02.697878 | fa163ee6-1e6a-800d-88e9-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:05.694155 | 0.05s 2025-09-30 20:14:02.779814 | fa163ee6-1e6a-800d-88e9-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 20:14:02.781145 | fa163ee6-1e6a-800d-88e9-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:05.777424 | 0.05s 2025-09-30 20:14:02.810659 | fa163ee6-1e6a-800d-88e9-0000000021f2 | TASK | Fail if container image is undefined 2025-09-30 20:14:02.861165 | fa163ee6-1e6a-800d-88e9-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 20:14:02.862404 | fa163ee6-1e6a-800d-88e9-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:05.858680 | 0.05s 2025-09-30 20:14:02.907092 | fa163ee6-1e6a-800d-88e9-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-09-30 20:14:10.266396 | fa163ee6-1e6a-800d-88e9-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-09-30 20:14:10.267972 | fa163ee6-1e6a-800d-88e9-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:13.264215 | 7.36s 2025-09-30 20:14:10.326642 | fa163ee6-1e6a-800d-88e9-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-09-30 20:14:10.662618 | fa163ee6-1e6a-800d-88e9-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-09-30 20:14:10.664156 | fa163ee6-1e6a-800d-88e9-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:13.660432 | 0.34s 2025-09-30 20:14:10.721852 | fa163ee6-1e6a-800d-88e9-0000000021ff | TASK | Pre-fetch all the containers 2025-09-30 20:14:15.785963 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-09-30 20:14:15.791393 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:18.787667 | 5.07s 2025-09-30 20:14:21.548404 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-09-30 20:14:21.552495 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:24.548775 | 10.83s 2025-09-30 20:14:25.095713 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-09-30 20:14:25.098533 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:28.094813 | 14.37s 2025-09-30 20:14:28.937181 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-09-30 20:14:28.938404 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:31.934694 | 18.21s 2025-09-30 20:14:31.580438 | fa163ee6-1e6a-800d-88e9-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-09-30 20:14:31.583333 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:34.579612 | 20.86s 2025-09-30 20:14:34.259260 | fa163ee6-1e6a-800d-88e9-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-09-30 20:14:34.261670 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:37.257952 | 23.54s 2025-09-30 20:14:39.029977 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-09-30 20:14:39.032250 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:42.028536 | 28.31s 2025-09-30 20:14:43.780630 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-09-30 20:14:43.783734 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:46.780015 | 33.06s 2025-09-30 20:14:48.934796 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-09-30 20:14:48.938196 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:51.934475 | 38.21s 2025-09-30 20:14:52.229407 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-09-30 20:14:52.233708 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:55.229985 | 41.51s 2025-09-30 20:15:02.807647 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-09-30 20:15:02.810826 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:05.807113 | 52.09s 2025-09-30 20:15:06.228250 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-09-30 20:15:06.232470 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:09.228750 | 55.51s 2025-09-30 20:15:24.442511 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-09-30 20:15:24.444955 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:27.441245 | 73.72s 2025-09-30 20:15:35.427024 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-09-30 20:15:35.429694 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:38.425975 | 84.71s 2025-09-30 20:15:44.845565 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-09-30 20:15:44.850581 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:47.846854 | 94.13s 2025-09-30 20:15:55.579207 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-09-30 20:15:55.582337 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:58.578617 | 104.86s 2025-09-30 20:16:04.020831 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-09-30 20:16:04.023956 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:07.020196 | 113.30s 2025-09-30 20:16:09.396378 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-09-30 20:16:09.400738 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:12.397018 | 118.68s 2025-09-30 20:16:14.325358 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-09-30 20:16:14.327072 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:17.323361 | 123.60s 2025-09-30 20:16:19.280565 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-09-30 20:16:19.285151 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:22.281430 | 128.56s 2025-09-30 20:16:25.467594 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-09-30 20:16:25.472171 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:28.468435 | 134.75s 2025-09-30 20:16:38.451172 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-09-30 20:16:38.454414 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:41.450693 | 147.73s 2025-09-30 20:16:42.129314 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-09-30 20:16:42.133420 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:45.129700 | 151.41s 2025-09-30 20:16:51.889107 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-09-30 20:16:51.892605 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:54.888887 | 161.17s 2025-09-30 20:16:56.043760 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-09-30 20:16:56.046697 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:59.042978 | 165.32s 2025-09-30 20:17:00.344316 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-09-30 20:17:00.348322 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:03.344602 | 169.62s 2025-09-30 20:17:04.204409 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-09-30 20:17:04.207337 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:07.203619 | 173.48s 2025-09-30 20:17:10.181851 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-09-30 20:17:10.184676 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:13.180959 | 179.46s 2025-09-30 20:17:14.436013 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-09-30 20:17:14.439268 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:17.435547 | 183.72s 2025-09-30 20:17:18.725065 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-09-30 20:17:18.729560 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:21.725838 | 188.01s 2025-09-30 20:17:25.348668 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-09-30 20:17:25.352542 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:28.348823 | 194.63s 2025-09-30 20:17:28.323262 | fa163ee6-1e6a-800d-88e9-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-09-30 20:17:28.325431 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:31.321720 | 197.60s 2025-09-30 20:17:31.053878 | fa163ee6-1e6a-800d-88e9-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-09-30 20:17:31.058084 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:34.054364 | 200.33s 2025-09-30 20:17:35.053005 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-09-30 20:17:35.056541 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:38.052822 | 204.33s 2025-09-30 20:17:37.842455 | fa163ee6-1e6a-800d-88e9-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-09-30 20:17:37.846736 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:40.843017 | 207.12s 2025-09-30 20:17:42.768989 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-09-30 20:17:42.773162 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:45.769441 | 212.05s 2025-09-30 20:17:46.538546 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-09-30 20:17:46.541038 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:49.537323 | 215.82s 2025-09-30 20:17:50.232874 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-09-30 20:17:50.236891 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:53.233170 | 219.51s 2025-09-30 20:17:54.393951 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-09-30 20:17:54.397015 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:57.393295 | 223.67s 2025-09-30 20:17:58.357189 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-09-30 20:17:58.363198 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:01.359472 | 227.64s 2025-09-30 20:18:02.583663 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-09-30 20:18:02.587672 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:05.583951 | 231.86s 2025-09-30 20:18:06.538500 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-09-30 20:18:06.542137 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:09.538417 | 235.82s 2025-09-30 20:18:10.470681 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-09-30 20:18:10.473650 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:13.469929 | 239.75s 2025-09-30 20:18:17.213724 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-09-30 20:18:17.217768 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:20.214047 | 246.49s 2025-09-30 20:18:25.210665 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-09-30 20:18:25.216485 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:28.212758 | 254.49s 2025-09-30 20:18:28.998244 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-09-30 20:18:29.001536 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:31.997821 | 258.28s 2025-09-30 20:18:32.903901 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-09-30 20:18:32.906971 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:35.903252 | 262.18s 2025-09-30 20:18:36.698525 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-09-30 20:18:36.701778 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:39.698058 | 265.98s 2025-09-30 20:18:40.789407 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-09-30 20:18:40.792551 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:43.788761 | 270.07s 2025-09-30 20:18:45.571417 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-09-30 20:18:45.575582 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:48.571858 | 274.85s 2025-09-30 20:18:50.175003 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-09-30 20:18:50.179059 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:53.175338 | 279.46s 2025-09-30 20:18:54.290454 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-09-30 20:18:54.294881 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:57.291151 | 283.57s 2025-09-30 20:18:58.095537 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-09-30 20:18:58.099528 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:01.095798 | 287.38s 2025-09-30 20:19:02.622293 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-09-30 20:19:02.625382 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:05.621661 | 291.90s 2025-09-30 20:19:06.263586 | fa163ee6-1e6a-800d-88e9-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-09-30 20:19:06.267010 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:09.263294 | 295.54s 2025-09-30 20:19:06.728573 | fa163ee6-1e6a-800d-88e9-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:10:09.724844 | 296.00s 2025-09-30 20:19:06.967226 | fa163ee6-1e6a-800d-88e9-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-09-30 20:19:06.968285 | fa163ee6-1e6a-800d-88e9-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:09.964568 | 0.06s 2025-09-30 20:19:06.992349 | fa163ee6-1e6a-800d-88e9-000000002209 | TASK | Fail if container image is undefined 2025-09-30 20:19:07.055827 | fa163ee6-1e6a-800d-88e9-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 20:19:07.057303 | fa163ee6-1e6a-800d-88e9-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:10.053572 | 0.06s 2025-09-30 20:19:07.105378 | fa163ee6-1e6a-800d-88e9-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-09-30 20:19:13.272279 | fa163ee6-1e6a-800d-88e9-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-09-30 20:19:13.273899 | fa163ee6-1e6a-800d-88e9-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:16.270175 | 6.17s 2025-09-30 20:19:13.333376 | fa163ee6-1e6a-800d-88e9-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-09-30 20:19:13.681628 | fa163ee6-1e6a-800d-88e9-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-09-30 20:19:13.683496 | fa163ee6-1e6a-800d-88e9-00000000220b | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:16.679769 | 0.35s 2025-09-30 20:19:13.745988 | fa163ee6-1e6a-800d-88e9-000000002216 | TASK | Check if rsyslog exists 2025-09-30 20:19:14.022104 | fa163ee6-1e6a-800d-88e9-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-09-30 20:19:14.023471 | fa163ee6-1e6a-800d-88e9-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:10:17.019748 | 0.28s 2025-09-30 20:19:14.052193 | fa163ee6-1e6a-800d-88e9-000000002217 | TASK | Forward logging to swift.log file 2025-09-30 20:19:14.571680 | fa163ee6-1e6a-800d-88e9-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-09-30 20:19:14.573264 | fa163ee6-1e6a-800d-88e9-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:10:17.569538 | 0.52s 2025-09-30 20:19:14.605329 | fa163ee6-1e6a-800d-88e9-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-09-30 20:19:16.350556 | fa163ee6-1e6a-800d-88e9-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-09-30 20:19:16.352431 | fa163ee6-1e6a-800d-88e9-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:19.348709 | 1.75s 2025-09-30 20:19:16.383037 | fa163ee6-1e6a-800d-88e9-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-09-30 20:19:16.633269 | fa163ee6-1e6a-800d-88e9-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-09-30 20:19:16.635226 | fa163ee6-1e6a-800d-88e9-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:19.631496 | 0.25s 2025-09-30 20:19:16.751344 | fa163ee6-1e6a-800d-88e9-0000000000c3 | TIMING | include_tasks | standalone | 0:10:19.747613 | 0.08s 2025-09-30 20:19:16.793850 | 5e4ecfce-0348-41c5-b005-cceb4713dff7 | INCLUDED | /root/standalone-ansible-lu02624j/common_deploy_steps_tasks.yaml | standalone 2025-09-30 20:19:16.820101 | fa163ee6-1e6a-800d-88e9-00000000249a | TASK | Write the config_step hieradata 2025-09-30 20:19:17.367392 | fa163ee6-1e6a-800d-88e9-00000000249a | OK | Write the config_step hieradata | standalone 2025-09-30 20:19:17.368731 | fa163ee6-1e6a-800d-88e9-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:10:20.365009 | 0.55s 2025-09-30 20:19:17.398892 | fa163ee6-1e6a-800d-88e9-00000000249b | TASK | Run puppet host configuration for step 1 2025-09-30 20:19:17.726807 | fa163ee6-1e6a-800d-88e9-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-09-30 20:19:17.728187 | fa163ee6-1e6a-800d-88e9-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:20.724465 | 0.33s 2025-09-30 20:19:17.759078 | fa163ee6-1e6a-800d-88e9-00000000249c | TASK | Wait for puppet host configuration to finish 2025-09-30 20:19:18.130351 | fa163ee6-1e6a-800d-88e9-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 20:19:28.374589 | fa163ee6-1e6a-800d-88e9-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 20:19:38.558144 | fa163ee6-1e6a-800d-88e9-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-09-30 20:19:48.755507 | fa163ee6-1e6a-800d-88e9-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-09-30 20:19:58.930524 | fa163ee6-1e6a-800d-88e9-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-09-30 20:20:09.124832 | fa163ee6-1e6a-800d-88e9-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-09-30 20:20:19.351097 | fa163ee6-1e6a-800d-88e9-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 20:20:19.352437 | fa163ee6-1e6a-800d-88e9-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:22.348716 | 61.59s 2025-09-30 20:20:19.387443 | fa163ee6-1e6a-800d-88e9-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-09-30 20:20:19.471288 | fa163ee6-1e6a-800d-88e9-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>Sep 30 20:19:18 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 20:19:21 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 20:19:21 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 20:19:21 puppet-user: (file & line not available)", "<13>Sep 30 20:19:21 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 20:19:21 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 20:19:22 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 20:19:22 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.39 seconds", "<13>Sep 30 20:19:22 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Sep 30 20:19:22 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Sep 30 20:19:22 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Sep 30 20:19:30 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Sep 30 20:19:38 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Sep 30 20:19:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Sep 30 20:19:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Sep 30 20:19:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Sep 30 20:19:41 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Sep 30 20:19:41 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Sep 30 20:19:43 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Sep 30 20:19:46 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Sep 30 20:19:48 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Sep 30 20:19:49 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Sep 30 20:19:49 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Sep 30 20:20:12 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Sep 30 20:20:13 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 20:20:15 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Sep 30 20:20:15 puppet-user: Notice: Applied catalog in 53.57 seconds", "<13>Sep 30 20:20:15 puppet-user: Application:", "<13>Sep 30 20:20:15 puppet-user: Initial environment: production", "<13>Sep 30 20:20:15 puppet-user: Converged environment: production", "<13>Sep 30 20:20:15 puppet-user: Run mode: user", "<13>Sep 30 20:20:15 puppet-user: Changes:", "<13>Sep 30 20:20:15 puppet-user: Total: 17", "<13>Sep 30 20:20:15 puppet-user: Events:", "<13>Sep 30 20:20:15 puppet-user: Success: 17", "<13>Sep 30 20:20:15 puppet-user: Resources:", "<13>Sep 30 20:20:15 puppet-user: Restarted: 1", "<13>Sep 30 20:20:15 puppet-user: Changed: 16", "<13>Sep 30 20:20:15 puppet-user: Out of sync: 16", "<13>Sep 30 20:20:15 puppet-user: Total: 26", "<13>Sep 30 20:20:15 puppet-user: Time:", "<13>Sep 30 20:20:15 puppet-user: File: 0.00", "<13>Sep 30 20:20:15 puppet-user: File line: 0.00", "<13>Sep 30 20:20:15 puppet-user: Augeas: 0.02", "<13>Sep 30 20:20:15 puppet-user: Schedule: 0.02", "<13>Sep 30 20:20:15 puppet-user: User: 0.19", "<13>Sep 30 20:20:15 puppet-user: Config retrieval: 0.45", "<13>Sep 30 20:20:15 puppet-user: Package: 16.27", "<13>Sep 30 20:20:15 puppet-user: Last run: 1759263615", "<13>Sep 30 20:20:15 puppet-user: Exec: 28.78", "<13>Sep 30 20:20:15 puppet-user: Pcmk property: 3.30", "<13>Sep 30 20:20:15 puppet-user: Service: 3.73", "<13>Sep 30 20:20:15 puppet-user: Transaction evaluation: 53.57", "<13>Sep 30 20:20:15 puppet-user: Catalog application: 53.57", "<13>Sep 30 20:20:15 puppet-user: Filebucket: 0.00", "<13>Sep 30 20:20:15 puppet-user: Total: 53.57", "<13>Sep 30 20:20:15 puppet-user: Version:", "<13>Sep 30 20:20:15 puppet-user: Config: 1759263561", "<13>Sep 30 20:20:15 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 20:20:19.472744 | fa163ee6-1e6a-800d-88e9-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:22.469023 | 0.08s 2025-09-30 20:20:19.502317 | fa163ee6-1e6a-800d-88e9-00000000249e | TASK | Pre-cache facts for puppet containers 2025-09-30 20:20:19.531434 | fa163ee6-1e6a-800d-88e9-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:22.527683 | 0.03s 2025-09-30 20:20:19.601169 | fa163ee6-1e6a-800d-88e9-0000000024e5 | TASK | Gather variables for each operating system 2025-09-30 20:20:19.709885 | fa163ee6-1e6a-800d-88e9-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:22.706166 | 0.11s 2025-09-30 20:20:19.729958 | fa163ee6-1e6a-800d-88e9-0000000024e6 | TASK | Create puppet caching structures 2025-09-30 20:20:19.970480 | fa163ee6-1e6a-800d-88e9-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-09-30 20:20:19.972029 | fa163ee6-1e6a-800d-88e9-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:22.968306 | 0.24s 2025-09-30 20:20:20.002350 | fa163ee6-1e6a-800d-88e9-0000000024e7 | TASK | Check for facter.conf 2025-09-30 20:20:20.210098 | fa163ee6-1e6a-800d-88e9-0000000024e7 | OK | Check for facter.conf | standalone 2025-09-30 20:20:20.211192 | fa163ee6-1e6a-800d-88e9-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:23.207474 | 0.21s 2025-09-30 20:20:20.235027 | fa163ee6-1e6a-800d-88e9-0000000024e8 | TASK | Remove facter.conf if directory 2025-09-30 20:20:20.283128 | fa163ee6-1e6a-800d-88e9-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 20:20:20.284186 | fa163ee6-1e6a-800d-88e9-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:23.280469 | 0.05s 2025-09-30 20:20:20.308317 | fa163ee6-1e6a-800d-88e9-0000000024e9 | TASK | Write facter cache config 2025-09-30 20:20:20.776204 | fa163ee6-1e6a-800d-88e9-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-09-30 20:20:20.777647 | fa163ee6-1e6a-800d-88e9-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:23.773922 | 0.47s 2025-09-30 20:20:20.808200 | fa163ee6-1e6a-800d-88e9-0000000024ea | TASK | Cleanup facter cache if exists 2025-09-30 20:20:21.037067 | fa163ee6-1e6a-800d-88e9-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-09-30 20:20:21.037943 | fa163ee6-1e6a-800d-88e9-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:24.034210 | 0.23s 2025-09-30 20:20:21.060535 | fa163ee6-1e6a-800d-88e9-0000000024eb | TASK | Pre-cache facts 2025-09-30 20:20:21.660001 | fa163ee6-1e6a-800d-88e9-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-09-30 20:20:21.661408 | fa163ee6-1e6a-800d-88e9-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:24.657685 | 0.60s 2025-09-30 20:20:21.692273 | fa163ee6-1e6a-800d-88e9-0000000024ec | TASK | Failed deployment if facter fails 2025-09-30 20:20:21.723140 | fa163ee6-1e6a-800d-88e9-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 20:20:21.724603 | fa163ee6-1e6a-800d-88e9-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:24.720880 | 0.03s 2025-09-30 20:20:21.774546 | fa163ee6-1e6a-800d-88e9-0000000024ed | TASK | Sync cached facts 2025-09-30 20:20:22.257843 | fa163ee6-1e6a-800d-88e9-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-0000000024ed') missing from stats 2025-09-30 20:20:22.314991 | fa163ee6-1e6a-800d-88e9-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 20:20:22.364850 | fa163ee6-1e6a-800d-88e9-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:25.361120 | 0.05s 2025-09-30 20:20:22.395904 | bf7c32e9-cc90-43e7-889d-75970cac2f13 | INCLUDED | /root/standalone-ansible-lu02624j/generate-config-tasks.yaml | standalone 2025-09-30 20:20:22.433305 | fa163ee6-1e6a-800d-88e9-000000002537 | TASK | Create base directory puppet configs 2025-09-30 20:20:22.673140 | fa163ee6-1e6a-800d-88e9-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-09-30 20:20:22.674792 | fa163ee6-1e6a-800d-88e9-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:25.671069 | 0.24s 2025-09-30 20:20:22.706388 | fa163ee6-1e6a-800d-88e9-000000002538 | TASK | Generate container puppet configs for step 1 2025-09-30 20:20:23.016327 | fa163ee6-1e6a-800d-88e9-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-09-30 20:20:23.017771 | fa163ee6-1e6a-800d-88e9-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:26.014051 | 0.31s 2025-09-30 20:20:23.048475 | fa163ee6-1e6a-800d-88e9-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-09-30 20:20:23.077263 | fa163ee6-1e6a-800d-88e9-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:26.073532 | 0.03s 2025-09-30 20:20:23.152103 | fa163ee6-1e6a-800d-88e9-0000000025c3 | TASK | Gather variables for each operating system 2025-09-30 20:20:23.274150 | fa163ee6-1e6a-800d-88e9-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:26.270420 | 0.12s 2025-09-30 20:20:23.304365 | fa163ee6-1e6a-800d-88e9-0000000025c4 | TASK | Create container logs path 2025-09-30 20:20:23.546670 | fa163ee6-1e6a-800d-88e9-0000000025c4 | OK | Create container logs path | standalone 2025-09-30 20:20:23.548177 | fa163ee6-1e6a-800d-88e9-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:26.544456 | 0.24s 2025-09-30 20:20:23.581536 | fa163ee6-1e6a-800d-88e9-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:20:23.976065 | fa163ee6-1e6a-800d-88e9-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 20:20:23.977371 | fa163ee6-1e6a-800d-88e9-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:26.973648 | 0.39s 2025-09-30 20:20:24.009568 | fa163ee6-1e6a-800d-88e9-0000000025c7 | TASK | Finalise hashes for all containers 2025-09-30 20:20:24.068681 | fa163ee6-1e6a-800d-88e9-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:20:24.070145 | fa163ee6-1e6a-800d-88e9-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:27.066422 | 0.06s 2025-09-30 20:20:24.100552 | fa163ee6-1e6a-800d-88e9-0000000025c9 | TASK | Manage systemd shutdown files 2025-09-30 20:20:24.133504 | fa163ee6-1e6a-800d-88e9-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:20:24.135062 | fa163ee6-1e6a-800d-88e9-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:27.131336 | 0.03s 2025-09-30 20:20:24.168053 | fa163ee6-1e6a-800d-88e9-0000000025cb | TASK | Update container configs with new config hashes 2025-09-30 20:20:24.222538 | fa163ee6-1e6a-800d-88e9-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:20:24.223767 | fa163ee6-1e6a-800d-88e9-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:27.220042 | 0.05s 2025-09-30 20:20:24.257951 | fa163ee6-1e6a-800d-88e9-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:20:24.320231 | fa163ee6-1e6a-800d-88e9-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:27.316501 | 0.06s 2025-09-30 20:20:24.347028 | 9c436ab3-2a54-4249-977b-2d2f81608384 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:20:24.380399 | fa163ee6-1e6a-800d-88e9-000000002610 | TASK | Gather podman infos 2025-09-30 20:20:25.015598 | fa163ee6-1e6a-800d-88e9-000000002610 | OK | Gather podman infos | standalone 2025-09-30 20:20:25.017064 | fa163ee6-1e6a-800d-88e9-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:28.013340 | 0.64s 2025-09-30 20:20:25.055807 | fa163ee6-1e6a-800d-88e9-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:20:25.118396 | fa163ee6-1e6a-800d-88e9-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 20:20:25.120020 | fa163ee6-1e6a-800d-88e9-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:28.116287 | 0.06s 2025-09-30 20:20:25.152695 | fa163ee6-1e6a-800d-88e9-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:20:25.207968 | fa163ee6-1e6a-800d-88e9-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:28.204237 | 0.05s 2025-09-30 20:20:25.233173 | 507c777c-7e45-46d4-9739-3a28f2b11a54 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:20:25.278458 | fa163ee6-1e6a-800d-88e9-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:20:57.534445 | fa163ee6-1e6a-800d-88e9-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 20:20:57.535985 | fa163ee6-1e6a-800d-88e9-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:00.532265 | 32.26s 2025-09-30 20:20:57.623334 | fa163ee6-1e6a-800d-88e9-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:20:57.707510 | fa163ee6-1e6a-800d-88e9-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 20:20:57.708904 | fa163ee6-1e6a-800d-88e9-00000000263b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:00.705180 | 0.08s 2025-09-30 20:20:57.757607 | fa163ee6-1e6a-800d-88e9-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-09-30 20:20:57.794741 | fa163ee6-1e6a-800d-88e9-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-09-30 20:20:57.795832 | fa163ee6-1e6a-800d-88e9-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:00.792109 | 0.04s 2025-09-30 20:20:57.827481 | fa163ee6-1e6a-800d-88e9-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-09-30 20:20:57.857031 | fa163ee6-1e6a-800d-88e9-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-09-30 20:20:57.858452 | fa163ee6-1e6a-800d-88e9-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:00.854725 | 0.03s 2025-09-30 20:20:57.890283 | fa163ee6-1e6a-800d-88e9-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-09-30 20:20:57.918310 | fa163ee6-1e6a-800d-88e9-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:00.914581 | 0.03s 2025-09-30 20:20:57.987182 | fa163ee6-1e6a-800d-88e9-000000002690 | TASK | Gather variables for each operating system 2025-09-30 20:20:58.108776 | fa163ee6-1e6a-800d-88e9-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:01.105044 | 0.12s 2025-09-30 20:20:58.138312 | fa163ee6-1e6a-800d-88e9-000000002691 | TASK | Create container logs path 2025-09-30 20:20:58.403624 | fa163ee6-1e6a-800d-88e9-000000002691 | OK | Create container logs path | standalone 2025-09-30 20:20:58.405174 | fa163ee6-1e6a-800d-88e9-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:01.401445 | 0.27s 2025-09-30 20:20:58.433974 | fa163ee6-1e6a-800d-88e9-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 20:20:58.690175 | fa163ee6-1e6a-800d-88e9-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 20:20:58.690930 | fa163ee6-1e6a-800d-88e9-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:01.687206 | 0.26s 2025-09-30 20:20:58.710378 | fa163ee6-1e6a-800d-88e9-000000002694 | TASK | Finalise hashes for all containers 2025-09-30 20:20:58.769303 | fa163ee6-1e6a-800d-88e9-000000002694 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:20:58.770456 | fa163ee6-1e6a-800d-88e9-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:01.766735 | 0.06s 2025-09-30 20:20:58.800669 | fa163ee6-1e6a-800d-88e9-000000002696 | TASK | Manage systemd shutdown files 2025-09-30 20:20:58.834505 | fa163ee6-1e6a-800d-88e9-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:01.830774 | 0.03s 2025-09-30 20:20:58.871224 | a6884e1d-7dbd-4d4c-b041-4e1b28386d2e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 20:20:58.899239 | fa163ee6-1e6a-800d-88e9-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 20:20:59.166050 | fa163ee6-1e6a-800d-88e9-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 20:20:59.167702 | fa163ee6-1e6a-800d-88e9-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:02.163969 | 0.27s 2025-09-30 20:20:59.199447 | fa163ee6-1e6a-800d-88e9-0000000026ca | TASK | Set podman_drop_in fact 2025-09-30 20:20:59.239530 | fa163ee6-1e6a-800d-88e9-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-09-30 20:20:59.240911 | fa163ee6-1e6a-800d-88e9-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:02.237190 | 0.04s 2025-09-30 20:20:59.265031 | fa163ee6-1e6a-800d-88e9-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 20:20:59.735525 | fa163ee6-1e6a-800d-88e9-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 20:20:59.737299 | fa163ee6-1e6a-800d-88e9-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:02.733570 | 0.47s 2025-09-30 20:21:00.196726 | fa163ee6-1e6a-800d-88e9-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 20:21:00.198471 | fa163ee6-1e6a-800d-88e9-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:03.194753 | 0.93s 2025-09-30 20:21:00.209043 | fa163ee6-1e6a-800d-88e9-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:03.205324 | 0.94s 2025-09-30 20:21:00.238749 | fa163ee6-1e6a-800d-88e9-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 20:21:00.695527 | fa163ee6-1e6a-800d-88e9-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 20:21:00.697042 | fa163ee6-1e6a-800d-88e9-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:03.693318 | 0.46s 2025-09-30 20:21:00.726802 | fa163ee6-1e6a-800d-88e9-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 20:21:01.239449 | fa163ee6-1e6a-800d-88e9-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 20:21:01.240840 | fa163ee6-1e6a-800d-88e9-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:04.237116 | 0.51s 2025-09-30 20:21:01.270878 | fa163ee6-1e6a-800d-88e9-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-09-30 20:21:02.166153 | fa163ee6-1e6a-800d-88e9-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-09-30 20:21:02.168265 | fa163ee6-1e6a-800d-88e9-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:05.164540 | 0.90s 2025-09-30 20:21:02.200243 | fa163ee6-1e6a-800d-88e9-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 20:21:02.782637 | fa163ee6-1e6a-800d-88e9-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 20:21:02.784183 | fa163ee6-1e6a-800d-88e9-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:05.780459 | 0.58s 2025-09-30 20:21:02.814253 | fa163ee6-1e6a-800d-88e9-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 20:21:03.306485 | fa163ee6-1e6a-800d-88e9-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 20:21:03.307954 | fa163ee6-1e6a-800d-88e9-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:06.304206 | 0.49s 2025-09-30 20:21:03.338881 | fa163ee6-1e6a-800d-88e9-0000000026d2 | TASK | Enable and start netns-placeholder 2025-09-30 20:21:04.293882 | fa163ee6-1e6a-800d-88e9-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 20:21:04.295150 | fa163ee6-1e6a-800d-88e9-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:07.291438 | 0.95s 2025-09-30 20:21:04.324788 | fa163ee6-1e6a-800d-88e9-000000002698 | TASK | Update container configs with new config hashes 2025-09-30 20:21:04.379940 | fa163ee6-1e6a-800d-88e9-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:07.376181 | 0.05s 2025-09-30 20:21:04.401669 | 6ffd64bb-5843-4b51-9d84-38aea8c02b0f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 20:21:04.436468 | fa163ee6-1e6a-800d-88e9-0000000026fa | TASK | Update config hashes for container startup configs 2025-09-30 20:21:04.744627 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-09-30 20:21:04.745773 | | WARNING | Config change detected for mysql_bootstrap, new hash: 95b750e268f78f15347012acfecb9700 2025-09-30 20:21:04.746337 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: ecc94f9c13575e50d8971645ff078d1a 2025-09-30 20:21:04.747013 | | WARNING | Config change detected for clustercheck, new hash: 79a6d9902b19e4045c26322a689f77e0 2025-09-30 20:21:04.747587 | | WARNING | Config change detected for horizon_fix_perms, new hash: 00d0afaa62dcdbc80d5edb5662e3986f 2025-09-30 20:21:04.748223 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 95b750e268f78f15347012acfecb9700 2025-09-30 20:21:04.748778 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.749347 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.749894 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.750529 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.751249 | | WARNING | Config change detected for aodh_db_sync, new hash: 99491af3c1b9ae7abd67a8f0433c6d8e 2025-09-30 20:21:04.751784 | | WARNING | Config change detected for barbican_api, new hash: 900f604feff14693ecd82b96b0c9df4a 2025-09-30 20:21:04.752378 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 900f604feff14693ecd82b96b0c9df4a 2025-09-30 20:21:04.752982 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 900f604feff14693ecd82b96b0c9df4a 2025-09-30 20:21:04.753593 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 900f604feff14693ecd82b96b0c9df4a 2025-09-30 20:21:04.754127 | | WARNING | Config change detected for barbican_worker, new hash: 900f604feff14693ecd82b96b0c9df4a 2025-09-30 20:21:04.754678 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 51f6aa60bfc50f28759dcbe363dd0856 2025-09-30 20:21:04.755362 | | WARNING | Config change detected for glance_api_db_sync, new hash: 40532075b80c03d28e59768550468515-18a9e18eaefb8ef7fe48a4846b32a529 2025-09-30 20:21:04.755865 | | WARNING | Config change detected for heat_engine_db_sync, new hash: e6ee48d6006995dc42e722e5a0937ad5 2025-09-30 20:21:04.756454 | | WARNING | Config change detected for horizon, new hash: 00d0afaa62dcdbc80d5edb5662e3986f 2025-09-30 20:21:04.757056 | | WARNING | Config change detected for iscsid, new hash: 18a9e18eaefb8ef7fe48a4846b32a529 2025-09-30 20:21:04.757647 | | WARNING | Config change detected for keystone, new hash: 11cf4a79b155d8a1a10c978556ad25f7 2025-09-30 20:21:04.758251 | | WARNING | Config change detected for keystone_cron, new hash: 11cf4a79b155d8a1a10c978556ad25f7 2025-09-30 20:21:04.758879 | | WARNING | Config change detected for keystone_db_sync, new hash: 11cf4a79b155d8a1a10c978556ad25f7 2025-09-30 20:21:04.759475 | | WARNING | Config change detected for manila_api_db_sync, new hash: 611f3e9e73a5ca7f781663d0dc13a539 2025-09-30 20:21:04.760117 | | WARNING | Config change detected for neutron_db_sync, new hash: 096053ba5b538e8e2828705363e3b21e 2025-09-30 20:21:04.760684 | | WARNING | Config change detected for nova_api_db_sync, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.761346 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.761879 | | WARNING | Config change detected for nova_db_sync, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.762473 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.763177 | | WARNING | Config change detected for nova_virtnodedevd, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.763703 | | WARNING | Config change detected for nova_virtproxyd, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.764278 | | WARNING | Config change detected for nova_virtqemud, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.764809 | | WARNING | Config change detected for nova_virtsecretd, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.765375 | | WARNING | Config change detected for nova_virtstoraged, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.765909 | | WARNING | Config change detected for octavia_db_sync, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.766460 | | WARNING | Config change detected for placement_api_db_sync, new hash: bc44efa7db5a5bfe1543812cad59ba92 2025-09-30 20:21:04.767051 | | WARNING | Config change detected for swift_copy_rings, new hash: 6aa0ccd54c16c50b9930ed3f4a653406-e11d7c2a99905cd946879007d7e4ef29 2025-09-30 20:21:04.767623 | | WARNING | Config change detected for aodh_api, new hash: 99491af3c1b9ae7abd67a8f0433c6d8e 2025-09-30 20:21:04.768206 | | WARNING | Config change detected for aodh_api_cron, new hash: 99491af3c1b9ae7abd67a8f0433c6d8e 2025-09-30 20:21:04.768770 | | WARNING | Config change detected for aodh_evaluator, new hash: 99491af3c1b9ae7abd67a8f0433c6d8e 2025-09-30 20:21:04.769362 | | WARNING | Config change detected for aodh_listener, new hash: 99491af3c1b9ae7abd67a8f0433c6d8e 2025-09-30 20:21:04.769888 | | WARNING | Config change detected for aodh_notifier, new hash: 99491af3c1b9ae7abd67a8f0433c6d8e 2025-09-30 20:21:04.770450 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 1c7360a06530b21dd84d58d465140053 2025-09-30 20:21:04.771044 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 1c7360a06530b21dd84d58d465140053 2025-09-30 20:21:04.771574 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 1c7360a06530b21dd84d58d465140053 2025-09-30 20:21:04.772160 | | WARNING | Config change detected for cinder_api, new hash: 51f6aa60bfc50f28759dcbe363dd0856 2025-09-30 20:21:04.772687 | | WARNING | Config change detected for cinder_api_cron, new hash: 51f6aa60bfc50f28759dcbe363dd0856 2025-09-30 20:21:04.773268 | | WARNING | Config change detected for cinder_scheduler, new hash: 51f6aa60bfc50f28759dcbe363dd0856 2025-09-30 20:21:04.773804 | | WARNING | Config change detected for glance_api, new hash: 40532075b80c03d28e59768550468515-18a9e18eaefb8ef7fe48a4846b32a529 2025-09-30 20:21:04.774380 | | WARNING | Config change detected for glance_api_cron, new hash: 40532075b80c03d28e59768550468515 2025-09-30 20:21:04.774963 | | WARNING | Config change detected for glance_api_internal, new hash: d4ad6600637b099d2240b0a3095bd164-18a9e18eaefb8ef7fe48a4846b32a529 2025-09-30 20:21:04.775519 | | WARNING | Config change detected for heat_api, new hash: 2689fb1b5541ed147f0430d74463915d 2025-09-30 20:21:04.776140 | | WARNING | Config change detected for heat_api_cfn, new hash: 3905572d1f846110c62db11583d53d99 2025-09-30 20:21:04.776735 | | WARNING | Config change detected for heat_api_cron, new hash: 2689fb1b5541ed147f0430d74463915d 2025-09-30 20:21:04.777369 | | WARNING | Config change detected for heat_engine, new hash: e6ee48d6006995dc42e722e5a0937ad5 2025-09-30 20:21:04.778011 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-09-30 20:21:04.778591 | | WARNING | Config change detected for manila_api, new hash: 611f3e9e73a5ca7f781663d0dc13a539 2025-09-30 20:21:04.779262 | | WARNING | Config change detected for manila_api_cron, new hash: 611f3e9e73a5ca7f781663d0dc13a539 2025-09-30 20:21:04.779850 | | WARNING | Config change detected for manila_scheduler, new hash: 611f3e9e73a5ca7f781663d0dc13a539 2025-09-30 20:21:04.780465 | | WARNING | Config change detected for neutron_api, new hash: 096053ba5b538e8e2828705363e3b21e 2025-09-30 20:21:04.781114 | | WARNING | Config change detected for neutron_dhcp, new hash: 096053ba5b538e8e2828705363e3b21e 2025-09-30 20:21:04.781733 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 096053ba5b538e8e2828705363e3b21e 2025-09-30 20:21:04.782445 | | WARNING | Config change detected for nova_api, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.783171 | | WARNING | Config change detected for nova_api_cron, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.783733 | | WARNING | Config change detected for nova_conductor, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.784338 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.784889 | | WARNING | Config change detected for nova_metadata, new hash: df41ba28cf666a8281acb718988998be 2025-09-30 20:21:04.785526 | | WARNING | Config change detected for nova_migration_target, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.786187 | | WARNING | Config change detected for nova_scheduler, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.786740 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.787389 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 048a746e50d298b53fc37edcf9ae16ee 2025-09-30 20:21:04.788015 | | WARNING | Config change detected for octavia_api, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.788617 | | WARNING | Config change detected for octavia_driver_agent, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.789200 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 096053ba5b538e8e2828705363e3b21e 2025-09-30 20:21:04.789789 | | WARNING | Config change detected for placement_api, new hash: bc44efa7db5a5bfe1543812cad59ba92 2025-09-30 20:21:04.790424 | | WARNING | Config change detected for placement_wait_for_service, new hash: bc44efa7db5a5bfe1543812cad59ba92 2025-09-30 20:21:04.791096 | | WARNING | Config change detected for swift_account_reaper, new hash: 6aa0ccd54c16c50b9930ed3f4a653406 2025-09-30 20:21:04.791484 | | WARNING | Config change detected for swift_account_server, new hash: 6aa0ccd54c16c50b9930ed3f4a653406 2025-09-30 20:21:04.791844 | | WARNING | Config change detected for swift_container_server, new hash: 6aa0ccd54c16c50b9930ed3f4a653406 2025-09-30 20:21:04.792276 | | WARNING | Config change detected for swift_container_updater, new hash: 6aa0ccd54c16c50b9930ed3f4a653406 2025-09-30 20:21:04.792674 | | WARNING | Config change detected for swift_object_expirer, new hash: 6aa0ccd54c16c50b9930ed3f4a653406 2025-09-30 20:21:04.793114 | | WARNING | Config change detected for swift_object_server, new hash: 6aa0ccd54c16c50b9930ed3f4a653406 2025-09-30 20:21:04.793546 | | WARNING | Config change detected for swift_object_updater, new hash: 6aa0ccd54c16c50b9930ed3f4a653406 2025-09-30 20:21:04.793976 | | WARNING | Config change detected for swift_proxy, new hash: 6aa0ccd54c16c50b9930ed3f4a653406 2025-09-30 20:21:04.794364 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 1c7360a06530b21dd84d58d465140053 2025-09-30 20:21:04.794748 | | WARNING | Config change detected for gnocchi_api, new hash: 77c2df87b956952340046678a8afe79e 2025-09-30 20:21:04.795234 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 77c2df87b956952340046678a8afe79e 2025-09-30 20:21:04.795637 | | WARNING | Config change detected for gnocchi_metricd, new hash: 77c2df87b956952340046678a8afe79e 2025-09-30 20:21:04.796088 | | WARNING | Config change detected for gnocchi_statsd, new hash: 77c2df87b956952340046678a8afe79e 2025-09-30 20:21:04.796472 | | WARNING | Config change detected for nova_compute, new hash: 18a9e18eaefb8ef7fe48a4846b32a529-f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.796885 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: f5c0e3096b67b6f6dd236855d5dc9d97 2025-09-30 20:21:04.797284 | | WARNING | Config change detected for octavia_health_manager, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.797657 | | WARNING | Config change detected for octavia_housekeeping, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.798096 | | WARNING | Config change detected for octavia_rsyslog, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.798502 | | WARNING | Config change detected for octavia_worker, new hash: ba06f548a40731df0ae2d77a9c5b41e0 2025-09-30 20:21:04.798985 | fa163ee6-1e6a-800d-88e9-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-09-30 20:21:04.799771 | fa163ee6-1e6a-800d-88e9-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:07.796046 | 0.36s 2025-09-30 20:21:04.826051 | fa163ee6-1e6a-800d-88e9-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 20:21:04.855638 | fa163ee6-1e6a-800d-88e9-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:07.851912 | 0.03s 2025-09-30 20:21:04.871672 | ef5d694d-30b5-4a47-ac6f-e30378e265b4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:21:04.901895 | fa163ee6-1e6a-800d-88e9-000000002719 | TASK | Gather podman infos 2025-09-30 20:21:05.705652 | fa163ee6-1e6a-800d-88e9-000000002719 | OK | Gather podman infos | standalone 2025-09-30 20:21:05.707050 | fa163ee6-1e6a-800d-88e9-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:08.703327 | 0.80s 2025-09-30 20:21:05.785120 | fa163ee6-1e6a-800d-88e9-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 20:21:05.852022 | fa163ee6-1e6a-800d-88e9-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:08.848287 | 0.07s 2025-09-30 20:21:05.962790 | fa163ee6-1e6a-800d-88e9-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:08.959050 | 0.06s 2025-09-30 20:21:06.012629 | fa163ee6-1e6a-800d-88e9-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 20:21:06.051534 | fa163ee6-1e6a-800d-88e9-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:09.047815 | 0.04s 2025-09-30 20:21:06.062931 | 62e9893c-9aed-4268-b5b5-ee9c9170f100 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:21:06.092905 | fa163ee6-1e6a-800d-88e9-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 20:21:13.809124 | fa163ee6-1e6a-800d-88e9-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 20:21:13.810797 | fa163ee6-1e6a-800d-88e9-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:16.807072 | 7.72s 2025-09-30 20:21:13.844272 | fa163ee6-1e6a-800d-88e9-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 20:21:16.457980 | fa163ee6-1e6a-800d-88e9-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 20:21:16.459398 | fa163ee6-1e6a-800d-88e9-00000000278a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:19.455679 | 2.61s 2025-09-30 20:21:16.531998 | fa163ee6-1e6a-800d-88e9-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-09-30 20:21:16.753943 | fa163ee6-1e6a-800d-88e9-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-09-30 20:21:16.755145 | fa163ee6-1e6a-800d-88e9-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:19.751422 | 0.22s 2025-09-30 20:21:16.801224 | fa163ee6-1e6a-800d-88e9-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-09-30 20:21:16.840083 | fa163ee6-1e6a-800d-88e9-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:19.836352 | 0.04s 2025-09-30 20:21:16.870515 | fa163ee6-1e6a-800d-88e9-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-09-30 20:21:16.913951 | fa163ee6-1e6a-800d-88e9-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:19.910198 | 0.04s 2025-09-30 20:21:16.939879 | 80d28122-fd01-4984-ab4a-770a9802da61 | INCLUDED | /root/standalone-ansible-lu02624j/host-container-puppet-tasks.yaml | standalone 2025-09-30 20:21:16.987788 | fa163ee6-1e6a-800d-88e9-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-09-30 20:21:17.431072 | fa163ee6-1e6a-800d-88e9-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-09-30 20:21:17.432665 | fa163ee6-1e6a-800d-88e9-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:20.428944 | 0.44s 2025-09-30 20:21:17.464754 | fa163ee6-1e6a-800d-88e9-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-09-30 20:21:17.760951 | fa163ee6-1e6a-800d-88e9-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-09-30 20:21:17.762297 | fa163ee6-1e6a-800d-88e9-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:20.758574 | 0.30s 2025-09-30 20:21:17.793468 | fa163ee6-1e6a-800d-88e9-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-09-30 20:21:17.823639 | fa163ee6-1e6a-800d-88e9-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:20.819910 | 0.03s 2025-09-30 20:21:17.883175 | fa163ee6-1e6a-800d-88e9-0000000025c3 | TASK | Gather variables for each operating system 2025-09-30 20:21:17.997416 | fa163ee6-1e6a-800d-88e9-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:20.993682 | 0.11s 2025-09-30 20:21:18.028434 | fa163ee6-1e6a-800d-88e9-0000000025c4 | TASK | Create container logs path 2025-09-30 20:21:18.260745 | fa163ee6-1e6a-800d-88e9-0000000025c4 | OK | Create container logs path | standalone 2025-09-30 20:21:18.262311 | fa163ee6-1e6a-800d-88e9-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:21.258587 | 0.23s 2025-09-30 20:21:18.295795 | fa163ee6-1e6a-800d-88e9-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:21:18.518515 | fa163ee6-1e6a-800d-88e9-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 20:21:18.519894 | fa163ee6-1e6a-800d-88e9-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.516171 | 0.22s 2025-09-30 20:21:18.554197 | fa163ee6-1e6a-800d-88e9-0000000025c7 | TASK | Finalise hashes for all containers 2025-09-30 20:21:18.605505 | fa163ee6-1e6a-800d-88e9-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:21:18.606581 | fa163ee6-1e6a-800d-88e9-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:21.602859 | 0.05s 2025-09-30 20:21:18.636668 | fa163ee6-1e6a-800d-88e9-0000000025c9 | TASK | Manage systemd shutdown files 2025-09-30 20:21:18.681579 | fa163ee6-1e6a-800d-88e9-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:21:18.682684 | fa163ee6-1e6a-800d-88e9-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:21.678961 | 0.04s 2025-09-30 20:21:18.712202 | fa163ee6-1e6a-800d-88e9-0000000025cb | TASK | Update container configs with new config hashes 2025-09-30 20:21:18.764130 | fa163ee6-1e6a-800d-88e9-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:21:18.764710 | fa163ee6-1e6a-800d-88e9-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:21.760998 | 0.05s 2025-09-30 20:21:18.785333 | fa163ee6-1e6a-800d-88e9-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:21:18.832300 | fa163ee6-1e6a-800d-88e9-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 20:21:18.833373 | fa163ee6-1e6a-800d-88e9-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.829650 | 0.05s 2025-09-30 20:21:18.865399 | fa163ee6-1e6a-800d-88e9-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 20:21:18.918796 | fa163ee6-1e6a-800d-88e9-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 20:21:18.920372 | fa163ee6-1e6a-800d-88e9-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:21.916642 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-09-30 20:21:19.068564 | fa163ee6-1e6a-800d-88e9-0000000000c6 | TASK | External deployment step 2 2025-09-30 20:21:19.096411 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000c6') missing from stats 2025-09-30 20:21:19.150510 | fa163ee6-1e6a-800d-88e9-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:22.146773 | 0.04s 2025-09-30 20:21:19.184015 | 57951f9b-d535-450e-b0b0-9db0728ff78d | INCLUDED | /root/standalone-ansible-lu02624j/external_deploy_steps_tasks_step2.yaml | undercloud 2025-09-30 20:21:19.204349 | fa163ee6-1e6a-800d-88e9-000000002852 | TASK | create cephadm working directory and related files 2025-09-30 20:21:19.254743 | fa163ee6-1e6a-800d-88e9-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:22.251012 | 0.05s 2025-09-30 20:21:19.321717 | fa163ee6-1e6a-800d-88e9-00000000287a | TASK | create cephadm workdir 2025-09-30 20:21:19.625616 | fa163ee6-1e6a-800d-88e9-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-lu02624j/cephadm 2025-09-30 20:21:19.627757 | fa163ee6-1e6a-800d-88e9-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:22.624024 | 0.31s 2025-09-30 20:21:19.638086 | fa163ee6-1e6a-800d-88e9-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:22.634360 | 0.32s 2025-09-30 20:21:19.656743 | fa163ee6-1e6a-800d-88e9-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-09-30 20:21:19.923470 | fa163ee6-1e6a-800d-88e9-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-09-30 20:21:19.924758 | fa163ee6-1e6a-800d-88e9-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:22.921037 | 0.27s 2025-09-30 20:21:19.940761 | fa163ee6-1e6a-800d-88e9-00000000287c | TASK | get the list of enabled services on the overcloud 2025-09-30 20:21:20.011620 | fa163ee6-1e6a-800d-88e9-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-09-30 20:21:20.012981 | fa163ee6-1e6a-800d-88e9-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:23.009258 | 0.07s 2025-09-30 20:21:20.033569 | fa163ee6-1e6a-800d-88e9-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-09-30 20:21:20.075177 | fa163ee6-1e6a-800d-88e9-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-09-30 20:21:20.076425 | fa163ee6-1e6a-800d-88e9-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:23.072703 | 0.04s 2025-09-30 20:21:20.146544 | fa163ee6-1e6a-800d-88e9-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:23.142806 | 0.05s 2025-09-30 20:21:20.290814 | fa163ee6-1e6a-800d-88e9-000000002902 | TASK | set basic user fact 2025-09-30 20:21:20.359847 | fa163ee6-1e6a-800d-88e9-000000002902 | SKIPPED | set basic user fact | undercloud 2025-09-30 20:21:20.361145 | fa163ee6-1e6a-800d-88e9-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:23.357422 | 0.07s 2025-09-30 20:21:20.379218 | fa163ee6-1e6a-800d-88e9-000000002903 | TASK | set basic home fact 2025-09-30 20:21:20.451519 | fa163ee6-1e6a-800d-88e9-000000002903 | OK | set basic home fact | undercloud 2025-09-30 20:21:20.452813 | fa163ee6-1e6a-800d-88e9-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:23.449060 | 0.07s 2025-09-30 20:21:20.470732 | fa163ee6-1e6a-800d-88e9-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-09-30 20:21:20.546039 | fa163ee6-1e6a-800d-88e9-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-09-30 20:21:20.547373 | fa163ee6-1e6a-800d-88e9-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:23.543652 | 0.08s 2025-09-30 20:21:20.569655 | fa163ee6-1e6a-800d-88e9-000000002906 | TASK | get all ansible environment variables 2025-09-30 20:21:20.652518 | fa163ee6-1e6a-800d-88e9-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-09-30 20:21:20.653767 | fa163ee6-1e6a-800d-88e9-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:23.650043 | 0.08s 2025-09-30 20:21:20.672574 | fa163ee6-1e6a-800d-88e9-000000002907 | TASK | set calling_ansible_environment_variables 2025-09-30 20:21:20.749243 | fa163ee6-1e6a-800d-88e9-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-09-30 20:21:20.750603 | fa163ee6-1e6a-800d-88e9-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:23.746879 | 0.08s 2025-09-30 20:21:20.766023 | fa163ee6-1e6a-800d-88e9-000000002909 | TASK | Set common fact 2025-09-30 20:21:20.837104 | fa163ee6-1e6a-800d-88e9-000000002909 | OK | Set common fact | undercloud 2025-09-30 20:21:20.838430 | fa163ee6-1e6a-800d-88e9-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:23.834708 | 0.07s 2025-09-30 20:21:20.856977 | fa163ee6-1e6a-800d-88e9-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-09-30 20:21:20.902391 | fa163ee6-1e6a-800d-88e9-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-09-30 20:21:20.903635 | fa163ee6-1e6a-800d-88e9-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:23.899911 | 0.05s 2025-09-30 20:21:20.939367 | fa163ee6-1e6a-800d-88e9-00000000290c | TASK | build filter list 2025-09-30 20:21:20.969222 | fa163ee6-1e6a-800d-88e9-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:23.965490 | 0.03s 2025-09-30 20:21:20.987646 | fa163ee6-1e6a-800d-88e9-00000000290d | TASK | add images pool 2025-09-30 20:21:21.070288 | fa163ee6-1e6a-800d-88e9-00000000290d | OK | add images pool | undercloud 2025-09-30 20:21:21.071669 | fa163ee6-1e6a-800d-88e9-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:24.067946 | 0.08s 2025-09-30 20:21:21.092324 | fa163ee6-1e6a-800d-88e9-00000000290e | TASK | add volumes pool 2025-09-30 20:21:21.169633 | fa163ee6-1e6a-800d-88e9-00000000290e | OK | add volumes pool | undercloud 2025-09-30 20:21:21.171091 | fa163ee6-1e6a-800d-88e9-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:24.167367 | 0.08s 2025-09-30 20:21:21.189631 | fa163ee6-1e6a-800d-88e9-00000000290f | TASK | add vms pool 2025-09-30 20:21:21.261252 | fa163ee6-1e6a-800d-88e9-00000000290f | OK | add vms pool | undercloud 2025-09-30 20:21:21.262468 | fa163ee6-1e6a-800d-88e9-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:24.258748 | 0.07s 2025-09-30 20:21:21.284716 | fa163ee6-1e6a-800d-88e9-000000002910 | TASK | add gnocchi pool 2025-09-30 20:21:21.331302 | fa163ee6-1e6a-800d-88e9-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-09-30 20:21:21.332802 | fa163ee6-1e6a-800d-88e9-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:24.329075 | 0.05s 2025-09-30 20:21:21.351576 | fa163ee6-1e6a-800d-88e9-000000002911 | TASK | add cinder backup pool 2025-09-30 20:21:21.422797 | fa163ee6-1e6a-800d-88e9-000000002911 | OK | add cinder backup pool | undercloud 2025-09-30 20:21:21.424087 | fa163ee6-1e6a-800d-88e9-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:24.420366 | 0.07s 2025-09-30 20:21:21.442662 | fa163ee6-1e6a-800d-88e9-000000002912 | TASK | add cinder extra pools 2025-09-30 20:21:21.471944 | fa163ee6-1e6a-800d-88e9-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:24.468190 | 0.03s 2025-09-30 20:21:21.490243 | fa163ee6-1e6a-800d-88e9-000000002913 | TASK | build resulting pool list 2025-09-30 20:21:21.647315 | fa163ee6-1e6a-800d-88e9-000000002913 | OK | build resulting pool list | undercloud 2025-09-30 20:21:21.648692 | fa163ee6-1e6a-800d-88e9-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:24.644970 | 0.16s 2025-09-30 20:21:21.667125 | fa163ee6-1e6a-800d-88e9-000000002915 | TASK | add manila data pool 2025-09-30 20:21:21.740437 | fa163ee6-1e6a-800d-88e9-000000002915 | OK | add manila data pool | undercloud 2025-09-30 20:21:21.741751 | fa163ee6-1e6a-800d-88e9-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:24.738028 | 0.07s 2025-09-30 20:21:21.760437 | fa163ee6-1e6a-800d-88e9-000000002916 | TASK | add manila metadata pool 2025-09-30 20:21:21.832285 | fa163ee6-1e6a-800d-88e9-000000002916 | OK | add manila metadata pool | undercloud 2025-09-30 20:21:21.833561 | fa163ee6-1e6a-800d-88e9-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:24.829840 | 0.07s 2025-09-30 20:21:21.919785 | fa163ee6-1e6a-800d-88e9-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:24.916050 | 0.05s 2025-09-30 20:21:22.059022 | fa163ee6-1e6a-800d-88e9-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-09-30 20:21:22.096774 | fa163ee6-1e6a-800d-88e9-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-09-30 20:21:22.097524 | fa163ee6-1e6a-800d-88e9-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:25.093811 | 0.04s 2025-09-30 20:21:22.111206 | fa163ee6-1e6a-800d-88e9-000000002aaa | TASK | build openstack client profiles per pool 2025-09-30 20:21:22.159421 | fa163ee6-1e6a-800d-88e9-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-09-30 20:21:22.161442 | fa163ee6-1e6a-800d-88e9-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.157714 | 0.05s 2025-09-30 20:21:22.179807 | fa163ee6-1e6a-800d-88e9-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-09-30 20:21:22.180515 | fa163ee6-1e6a-800d-88e9-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.176800 | 0.07s 2025-09-30 20:21:22.200863 | fa163ee6-1e6a-800d-88e9-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-09-30 20:21:22.201558 | fa163ee6-1e6a-800d-88e9-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.197844 | 0.09s 2025-09-30 20:21:22.219007 | fa163ee6-1e6a-800d-88e9-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-09-30 20:21:22.219696 | fa163ee6-1e6a-800d-88e9-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.215981 | 0.11s 2025-09-30 20:21:22.225353 | fa163ee6-1e6a-800d-88e9-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:25.221636 | 0.11s 2025-09-30 20:21:22.239612 | fa163ee6-1e6a-800d-88e9-000000002aab | TASK | set openstack client caps 2025-09-30 20:21:22.270433 | fa163ee6-1e6a-800d-88e9-000000002aab | OK | set openstack client caps | undercloud 2025-09-30 20:21:22.271091 | fa163ee6-1e6a-800d-88e9-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:25.267379 | 0.03s 2025-09-30 20:21:22.284811 | fa163ee6-1e6a-800d-88e9-000000002aac | TASK | set openstack client osd(s) caps 2025-09-30 20:21:22.331828 | fa163ee6-1e6a-800d-88e9-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-09-30 20:21:22.332525 | fa163ee6-1e6a-800d-88e9-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:25.328813 | 0.05s 2025-09-30 20:21:22.346255 | fa163ee6-1e6a-800d-88e9-000000002aad | TASK | Combine caps 2025-09-30 20:21:22.396731 | fa163ee6-1e6a-800d-88e9-000000002aad | OK | Combine caps | undercloud 2025-09-30 20:21:22.397341 | fa163ee6-1e6a-800d-88e9-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:25.393630 | 0.05s 2025-09-30 20:21:22.411216 | fa163ee6-1e6a-800d-88e9-000000002aae | TASK | set openstack client key 2025-09-30 20:21:22.452806 | fa163ee6-1e6a-800d-88e9-000000002aae | OK | set openstack client key | undercloud 2025-09-30 20:21:22.454238 | fa163ee6-1e6a-800d-88e9-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:25.450515 | 0.04s 2025-09-30 20:21:22.472528 | fa163ee6-1e6a-800d-88e9-000000002ab0 | TASK | build manila key for openstack 2025-09-30 20:21:22.530025 | fa163ee6-1e6a-800d-88e9-000000002ab0 | OK | build manila key for openstack | undercloud 2025-09-30 20:21:22.531346 | fa163ee6-1e6a-800d-88e9-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:25.527623 | 0.06s 2025-09-30 20:21:22.549318 | fa163ee6-1e6a-800d-88e9-000000002ab1 | TASK | build radosgw key for openstack 2025-09-30 20:21:22.594320 | fa163ee6-1e6a-800d-88e9-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-09-30 20:21:22.595498 | fa163ee6-1e6a-800d-88e9-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:25.591774 | 0.04s 2025-09-30 20:21:22.613421 | fa163ee6-1e6a-800d-88e9-000000002ab2 | TASK | build the resulting keys 2025-09-30 20:21:22.754002 | fa163ee6-1e6a-800d-88e9-000000002ab2 | OK | build the resulting keys | undercloud 2025-09-30 20:21:22.755396 | fa163ee6-1e6a-800d-88e9-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:25.751672 | 0.14s 2025-09-30 20:21:22.840846 | fa163ee6-1e6a-800d-88e9-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:25.837113 | 0.05s 2025-09-30 20:21:22.999833 | fa163ee6-1e6a-800d-88e9-000000002dcd | TASK | build ceph orphan set 2025-09-30 20:21:23.080798 | fa163ee6-1e6a-800d-88e9-000000002dcd | OK | build ceph orphan set | undercloud 2025-09-30 20:21:23.082572 | fa163ee6-1e6a-800d-88e9-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:26.078843 | 0.08s 2025-09-30 20:21:23.101140 | fa163ee6-1e6a-800d-88e9-000000002dce | TASK | clean ceph_config_overrides list 2025-09-30 20:21:23.145060 | fa163ee6-1e6a-800d-88e9-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:26.141329 | 0.04s 2025-09-30 20:21:23.163324 | fa163ee6-1e6a-800d-88e9-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-09-30 20:21:23.227748 | fa163ee6-1e6a-800d-88e9-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-09-30 20:21:23.229142 | fa163ee6-1e6a-800d-88e9-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:26.225417 | 0.06s 2025-09-30 20:21:23.247682 | fa163ee6-1e6a-800d-88e9-000000002dd0 | TASK | build ceph config overrides 2025-09-30 20:21:23.379228 | fa163ee6-1e6a-800d-88e9-000000002dd0 | OK | build ceph config overrides | undercloud 2025-09-30 20:21:23.379959 | fa163ee6-1e6a-800d-88e9-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:26.376246 | 0.13s 2025-09-30 20:21:23.406526 | fa163ee6-1e6a-800d-88e9-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-09-30 20:21:24.030004 | fa163ee6-1e6a-800d-88e9-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-09-30 20:21:24.031444 | fa163ee6-1e6a-800d-88e9-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:27.027722 | 0.62s 2025-09-30 20:21:24.049613 | fa163ee6-1e6a-800d-88e9-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-09-30 20:21:24.175041 | fa163ee6-1e6a-800d-88e9-000000002883 | OK | Set bootstrap host | undercloud 2025-09-30 20:21:24.176149 | fa163ee6-1e6a-800d-88e9-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:27.172426 | 0.13s 2025-09-30 20:21:24.193828 | fa163ee6-1e6a-800d-88e9-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-09-30 20:21:24.311959 | fa163ee6-1e6a-800d-88e9-000000002884 | OK | Set first monitor IP | undercloud 2025-09-30 20:21:24.313062 | fa163ee6-1e6a-800d-88e9-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:27.309335 | 0.12s 2025-09-30 20:21:24.330756 | fa163ee6-1e6a-800d-88e9-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-09-30 20:21:24.394766 | fa163ee6-1e6a-800d-88e9-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-09-30 20:21:24.395728 | fa163ee6-1e6a-800d-88e9-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:27.392005 | 0.06s 2025-09-30 20:21:24.415010 | fa163ee6-1e6a-800d-88e9-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-09-30 20:21:24.958183 | fa163ee6-1e6a-800d-88e9-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-09-30 20:21:24.959910 | fa163ee6-1e6a-800d-88e9-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:27.956184 | 0.54s 2025-09-30 20:21:24.994663 | fa163ee6-1e6a-800d-88e9-000000002853 | TASK | Prepare cephadm user and keys 2025-09-30 20:21:25.521749 | fa163ee6-1e6a-800d-88e9-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-09-30 20:21:25.523348 | fa163ee6-1e6a-800d-88e9-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:28.519622 | 0.53s 2025-09-30 20:21:25.541056 | fa163ee6-1e6a-800d-88e9-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-09-30 20:21:25.624781 | fa163ee6-1e6a-800d-88e9-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:28.621048 | 0.08s 2025-09-30 20:21:25.704038 | fa163ee6-1e6a-800d-88e9-000000003049 | TASK | set cephadm playbook 2025-09-30 20:21:25.754370 | fa163ee6-1e6a-800d-88e9-000000003049 | OK | set cephadm playbook | undercloud 2025-09-30 20:21:25.755179 | fa163ee6-1e6a-800d-88e9-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:28.751466 | 0.05s 2025-09-30 20:21:25.770099 | fa163ee6-1e6a-800d-88e9-00000000304a | TASK | Setup the log path 2025-09-30 20:21:25.808586 | fa163ee6-1e6a-800d-88e9-00000000304a | OK | Setup the log path | undercloud 2025-09-30 20:21:25.809740 | fa163ee6-1e6a-800d-88e9-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:28.806019 | 0.04s 2025-09-30 20:21:25.827530 | fa163ee6-1e6a-800d-88e9-00000000304b | TASK | Setup the cephadm playbook command 2025-09-30 20:21:25.900166 | fa163ee6-1e6a-800d-88e9-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-09-30 20:21:25.901345 | fa163ee6-1e6a-800d-88e9-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:28.897624 | 0.07s 2025-09-30 20:21:25.919244 | fa163ee6-1e6a-800d-88e9-00000000304c | TASK | rotate cephadm_command.log 2025-09-30 20:21:26.215580 | fa163ee6-1e6a-800d-88e9-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-09-30 20:21:26.217160 | fa163ee6-1e6a-800d-88e9-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:29.213434 | 0.30s 2025-09-30 20:21:26.235225 | fa163ee6-1e6a-800d-88e9-00000000304d | TASK | save cephadm playbook command to shell script 2025-09-30 20:21:26.726775 | fa163ee6-1e6a-800d-88e9-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-09-30 20:21:26.728343 | fa163ee6-1e6a-800d-88e9-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:29.724621 | 0.49s 2025-09-30 20:21:26.746507 | fa163ee6-1e6a-800d-88e9-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-09-30 20:21:26.830785 | fa163ee6-1e6a-800d-88e9-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-lu02624j/cephadm/cephadm_command.log)" } 2025-09-30 20:21:26.832105 | fa163ee6-1e6a-800d-88e9-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:29.828384 | 0.08s 2025-09-30 20:21:26.850320 | fa163ee6-1e6a-800d-88e9-00000000304f | TASK | run cephadm playbook 2025-09-30 20:22:26.154020 | fa163ee6-1e6a-800d-88e9-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-09-30 20:22:26.155719 | fa163ee6-1e6a-800d-88e9-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:29.152002 | 59.30s 2025-09-30 20:22:26.173391 | fa163ee6-1e6a-800d-88e9-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-09-30 20:22:26.224758 | fa163ee6-1e6a-800d-88e9-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-09-30 20:22:26.226391 | fa163ee6-1e6a-800d-88e9-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:29.222659 | 0.05s 2025-09-30 20:22:26.248659 | fa163ee6-1e6a-800d-88e9-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-09-30 20:22:26.296052 | fa163ee6-1e6a-800d-88e9-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-09-30 20:22:26.297574 | fa163ee6-1e6a-800d-88e9-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:29.293847 | 0.05s 2025-09-30 20:22:26.334303 | fa163ee6-1e6a-800d-88e9-000000002856 | TASK | Check if the input variable file exists 2025-09-30 20:22:26.625849 | fa163ee6-1e6a-800d-88e9-000000002856 | OK | Check if the input variable file exists | undercloud 2025-09-30 20:22:26.627304 | fa163ee6-1e6a-800d-88e9-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:29.623582 | 0.29s 2025-09-30 20:22:26.645566 | fa163ee6-1e6a-800d-88e9-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-09-30 20:22:26.687674 | fa163ee6-1e6a-800d-88e9-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-09-30 20:22:26.689202 | fa163ee6-1e6a-800d-88e9-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:29.685477 | 0.04s 2025-09-30 20:22:26.707427 | fa163ee6-1e6a-800d-88e9-000000002858 | TASK | configure ceph clients 2025-09-30 20:22:26.746895 | fa163ee6-1e6a-800d-88e9-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:29.743163 | 0.04s 2025-09-30 20:22:26.829766 | fa163ee6-1e6a-800d-88e9-000000003113 | TASK | get the list of enabled services on the overcloud 2025-09-30 20:22:26.905760 | fa163ee6-1e6a-800d-88e9-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-09-30 20:22:26.907279 | fa163ee6-1e6a-800d-88e9-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:29.903556 | 0.08s 2025-09-30 20:22:26.926241 | fa163ee6-1e6a-800d-88e9-000000003114 | TASK | Create ceph_client_fetch_dir 2025-09-30 20:22:26.980418 | fa163ee6-1e6a-800d-88e9-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:29.976677 | 0.05s 2025-09-30 20:22:26.995314 | 240da5b1-6d08-427b-bd37-3c21be7f52fa | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-09-30 20:22:27.029780 | fa163ee6-1e6a-800d-88e9-000000003157 | TASK | Clean any old fetch directory path 2025-09-30 20:22:27.297365 | fa163ee6-1e6a-800d-88e9-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-09-30 20:22:27.298797 | fa163ee6-1e6a-800d-88e9-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:30.295074 | 0.27s 2025-09-30 20:22:27.316811 | fa163ee6-1e6a-800d-88e9-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-09-30 20:22:27.571880 | fa163ee6-1e6a-800d-88e9-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-09-30 20:22:27.573456 | fa163ee6-1e6a-800d-88e9-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:30.569732 | 0.26s 2025-09-30 20:22:27.591993 | fa163ee6-1e6a-800d-88e9-000000003115 | TASK | Check if the input variables exist 2025-09-30 20:22:27.837859 | fa163ee6-1e6a-800d-88e9-000000003115 | OK | Check if the input variables exist | undercloud 2025-09-30 20:22:27.839403 | fa163ee6-1e6a-800d-88e9-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:30.835680 | 0.25s 2025-09-30 20:22:27.857939 | fa163ee6-1e6a-800d-88e9-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-09-30 20:22:27.913202 | fa163ee6-1e6a-800d-88e9-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-09-30 20:22:27.914422 | fa163ee6-1e6a-800d-88e9-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:30.910699 | 0.06s 2025-09-30 20:22:27.933846 | fa163ee6-1e6a-800d-88e9-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-09-30 20:22:27.986684 | fa163ee6-1e6a-800d-88e9-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-09-30 20:22:27.987821 | fa163ee6-1e6a-800d-88e9-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:30.984065 | 0.05s 2025-09-30 20:22:28.005492 | fa163ee6-1e6a-800d-88e9-000000003118 | TASK | Configure multiple external ceph clusters 2025-09-30 20:22:28.069850 | fa163ee6-1e6a-800d-88e9-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-09-30 20:22:28.071085 | fa163ee6-1e6a-800d-88e9-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:31.067362 | 0.06s 2025-09-30 20:22:28.089119 | fa163ee6-1e6a-800d-88e9-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-09-30 20:22:28.160975 | fa163ee6-1e6a-800d-88e9-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:31.157207 | 0.07s 2025-09-30 20:22:28.172099 | 2a211b2a-72f8-47bf-a4eb-76b5364921f4 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-09-30 20:22:28.208088 | fa163ee6-1e6a-800d-88e9-0000000031ab | TASK | create cephx key(s) 2025-09-30 20:22:28.723568 | fa163ee6-1e6a-800d-88e9-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQAEN9xoAAAAABAAyZ5+LZ8URacqLebpBBilhQ==', '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-09-30 20:22:28.725176 | fa163ee6-1e6a-800d-88e9-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:31.721446 | 0.52s 2025-09-30 20:22:29.163706 | fa163ee6-1e6a-800d-88e9-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQAEN9xoAAAAABAABlhDFAJA91TY4GspNlw00w==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-09-30 20:22:29.164452 | fa163ee6-1e6a-800d-88e9-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:32.160739 | 0.95s 2025-09-30 20:22:29.168076 | fa163ee6-1e6a-800d-88e9-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:32.164368 | 0.96s 2025-09-30 20:22:29.182460 | fa163ee6-1e6a-800d-88e9-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-09-30 20:22:29.229193 | fa163ee6-1e6a-800d-88e9-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:32.225468 | 0.05s 2025-09-30 20:22:29.239291 | 07e2bcc1-a77c-4969-8a37-add46872ce49 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-09-30 20:22:29.277345 | fa163ee6-1e6a-800d-88e9-00000000320f | TASK | create ceph.conf 2025-09-30 20:22:29.851619 | fa163ee6-1e6a-800d-88e9-00000000320f | CHANGED | create ceph.conf | undercloud 2025-09-30 20:22:29.853230 | fa163ee6-1e6a-800d-88e9-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:32.849506 | 0.57s 2025-09-30 20:22:29.871857 | fa163ee6-1e6a-800d-88e9-00000000311b | TASK | Configure Ceph Clients 2025-09-30 20:22:29.921504 | fa163ee6-1e6a-800d-88e9-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:32.917776 | 0.05s 2025-09-30 20:22:29.940167 | 115274c5-184e-4a71-9b76-2469b8deba5d | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-09-30 20:22:29.979622 | fa163ee6-1e6a-800d-88e9-00000000327e | TASK | set effective ceph_clients without limit 2025-09-30 20:22:30.104305 | fa163ee6-1e6a-800d-88e9-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-09-30 20:22:30.105552 | fa163ee6-1e6a-800d-88e9-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:33.101830 | 0.13s 2025-09-30 20:22:30.125311 | fa163ee6-1e6a-800d-88e9-00000000327f | TASK | set effective ceph_clients with limit 2025-09-30 20:22:30.206285 | fa163ee6-1e6a-800d-88e9-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-09-30 20:22:30.207458 | fa163ee6-1e6a-800d-88e9-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:33.203735 | 0.08s 2025-09-30 20:22:30.225676 | fa163ee6-1e6a-800d-88e9-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-09-30 20:22:30.331075 | fa163ee6-1e6a-800d-88e9-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-09-30 20:22:30.332220 | fa163ee6-1e6a-800d-88e9-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:33.328497 | 0.10s 2025-09-30 20:22:30.372498 | fa163ee6-1e6a-800d-88e9-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-09-30 20:22:30.645031 | fa163ee6-1e6a-800d-88e9-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lu02624j/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-000000003281') missing from stats 2025-09-30 20:22:30.889580 | fa163ee6-1e6a-800d-88e9-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lu02624j/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-09-30 20:22:31.148126 | fa163ee6-1e6a-800d-88e9-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lu02624j/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-09-30 20:22:31.152809 | fa163ee6-1e6a-800d-88e9-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:34.149071 | 0.78s 2025-09-30 20:22:31.193389 | fa163ee6-1e6a-800d-88e9-000000003282 | TASK | push files to the other nodes of cluster 2025-09-30 20:22:31.737145 | fa163ee6-1e6a-800d-88e9-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lu02624j/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-000000003282') missing from stats 2025-09-30 20:22:32.192654 | fa163ee6-1e6a-800d-88e9-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lu02624j/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-09-30 20:22:32.650024 | fa163ee6-1e6a-800d-88e9-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-lu02624j/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-09-30 20:22:32.662764 | fa163ee6-1e6a-800d-88e9-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:35.659030 | 1.47s 2025-09-30 20:22:32.681872 | fa163ee6-1e6a-800d-88e9-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-09-30 20:22:32.734896 | fa163ee6-1e6a-800d-88e9-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:35.731166 | 0.05s 2025-09-30 20:22:32.746507 | 72fba403-54d4-4eac-9245-8154735d0bda | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-09-30 20:22:32.794055 | fa163ee6-1e6a-800d-88e9-000000003316 | TASK | Clean any old fetch directory path 2025-09-30 20:22:33.052418 | fa163ee6-1e6a-800d-88e9-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-09-30 20:22:33.053886 | fa163ee6-1e6a-800d-88e9-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:36.050164 | 0.26s 2025-09-30 20:22:33.072403 | fa163ee6-1e6a-800d-88e9-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-09-30 20:22:33.128427 | fa163ee6-1e6a-800d-88e9-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-09-30 20:22:33.129629 | fa163ee6-1e6a-800d-88e9-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:36.125905 | 0.06s 2025-09-30 20:22:33.163411 | fa163ee6-1e6a-800d-88e9-000000002859 | TASK | tripleo client role 2025-09-30 20:22:33.193739 | fa163ee6-1e6a-800d-88e9-000000002859 | TIMING | tripleo client role | undercloud | 0:13:36.190012 | 0.03s 2025-09-30 20:22:33.210977 | fa163ee6-1e6a-800d-88e9-00000000285a | TASK | Load variables for standalone ganesha 2025-09-30 20:22:33.286845 | fa163ee6-1e6a-800d-88e9-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-09-30 20:22:33.287977 | fa163ee6-1e6a-800d-88e9-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:36.284255 | 0.08s 2025-09-30 20:22:33.305499 | fa163ee6-1e6a-800d-88e9-00000000285b | TASK | Config Standalone Ganesha 2025-09-30 20:22:33.379078 | fa163ee6-1e6a-800d-88e9-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-09-30 20:22:33.380172 | fa163ee6-1e6a-800d-88e9-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:36.376450 | 0.07s PLAY [Deploy step tasks for 2] ************************************************* 2025-09-30 20:22:33.516393 | fa163ee6-1e6a-800d-88e9-0000000000ca | TASK | Deploy step tasks for 2 2025-09-30 20:22:33.543459 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000ca') missing from stats 2025-09-30 20:22:33.566073 | fa163ee6-1e6a-800d-88e9-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-09-30 20:22:34.101260 | fa163ee6-1e6a-800d-88e9-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-09-30 20:22:34.102662 | fa163ee6-1e6a-800d-88e9-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:37.098941 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 20:22:34.173467 | fa163ee6-1e6a-800d-88e9-0000000000cc | TIMING | include_tasks | standalone | 0:13:37.169739 | 0.04s 2025-09-30 20:22:34.267701 | 1ffca497-618b-4295-93aa-a1eba57a23e3 | INCLUDED | /root/standalone-ansible-lu02624j/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-09-30 20:22:34.302673 | fa163ee6-1e6a-800d-88e9-0000000033dd | TASK | Push script 2025-09-30 20:22:34.837603 | fa163ee6-1e6a-800d-88e9-0000000033dd | CHANGED | Push script | standalone 2025-09-30 20:22:34.839105 | fa163ee6-1e6a-800d-88e9-0000000033dd | TIMING | Push script | standalone | 0:13:37.835382 | 0.54s 2025-09-30 20:22:34.871352 | fa163ee6-1e6a-800d-88e9-0000000033de | TASK | Insert cronjob in root crontab 2025-09-30 20:22:35.311195 | fa163ee6-1e6a-800d-88e9-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-09-30 20:22:35.312656 | fa163ee6-1e6a-800d-88e9-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:38.308928 | 0.44s 2025-09-30 20:22:35.343081 | fa163ee6-1e6a-800d-88e9-0000000033e5 | TASK | Gather variables for each operating system 2025-09-30 20:22:35.462245 | fa163ee6-1e6a-800d-88e9-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:38.458515 | 0.12s 2025-09-30 20:22:35.492879 | fa163ee6-1e6a-800d-88e9-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-09-30 20:22:36.225362 | fa163ee6-1e6a-800d-88e9-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 20:22:36.226951 | fa163ee6-1e6a-800d-88e9-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:39.223199 | 0.73s 2025-09-30 20:22:36.258430 | fa163ee6-1e6a-800d-88e9-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-09-30 20:24:21.003295 | fa163ee6-1e6a-800d-88e9-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-09-30 20:24:21.005231 | fa163ee6-1e6a-800d-88e9-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:24.001506 | 104.75s 2025-09-30 20:24:21.038589 | fa163ee6-1e6a-800d-88e9-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-09-30 20:24:21.317091 | fa163ee6-1e6a-800d-88e9-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-09-30 20:24:21.318600 | fa163ee6-1e6a-800d-88e9-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:24.314878 | 0.28s 2025-09-30 20:24:21.349152 | fa163ee6-1e6a-800d-88e9-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 20:24:22.009961 | fa163ee6-1e6a-800d-88e9-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 20:24:22.011410 | fa163ee6-1e6a-800d-88e9-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:25.007688 | 0.66s 2025-09-30 20:24:22.043128 | fa163ee6-1e6a-800d-88e9-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-09-30 20:24:22.321425 | fa163ee6-1e6a-800d-88e9-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-09-30 20:24:22.322993 | fa163ee6-1e6a-800d-88e9-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:25.319265 | 0.28s 2025-09-30 20:24:22.359855 | fa163ee6-1e6a-800d-88e9-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-09-30 20:24:22.414135 | fa163ee6-1e6a-800d-88e9-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-09-30 20:24:22.415420 | fa163ee6-1e6a-800d-88e9-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:25.411695 | 0.05s 2025-09-30 20:24:22.446879 | fa163ee6-1e6a-800d-88e9-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-09-30 20:24:22.476603 | fa163ee6-1e6a-800d-88e9-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-09-30 20:24:22.477752 | fa163ee6-1e6a-800d-88e9-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:25.474030 | 0.03s 2025-09-30 20:24:22.515145 | fa163ee6-1e6a-800d-88e9-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-09-30 20:24:22.574848 | fa163ee6-1e6a-800d-88e9-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-09-30 20:24:22.576259 | fa163ee6-1e6a-800d-88e9-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:25.572535 | 0.06s 2025-09-30 20:24:22.609440 | fa163ee6-1e6a-800d-88e9-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 20:24:22.663739 | fa163ee6-1e6a-800d-88e9-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 20:24:22.664980 | fa163ee6-1e6a-800d-88e9-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:25.661256 | 0.05s 2025-09-30 20:24:22.696546 | fa163ee6-1e6a-800d-88e9-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-09-30 20:24:22.748743 | fa163ee6-1e6a-800d-88e9-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-09-30 20:24:22.750039 | fa163ee6-1e6a-800d-88e9-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:25.746315 | 0.05s 2025-09-30 20:24:22.807484 | fa163ee6-1e6a-800d-88e9-000000003411 | TASK | Gather variables for each operating system 2025-09-30 20:24:22.934431 | fa163ee6-1e6a-800d-88e9-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:25.930700 | 0.13s 2025-09-30 20:24:22.965695 | fa163ee6-1e6a-800d-88e9-000000003412 | TASK | Detect if resource is being created or already exists 2025-09-30 20:24:23.735845 | fa163ee6-1e6a-800d-88e9-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 20:24:23.736988 | fa163ee6-1e6a-800d-88e9-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:26.733267 | 0.77s 2025-09-30 20:24:23.762639 | fa163ee6-1e6a-800d-88e9-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-09-30 20:24:49.915086 | fa163ee6-1e6a-800d-88e9-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-09-30 20:24:49.916477 | fa163ee6-1e6a-800d-88e9-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:52.912760 | 26.15s 2025-09-30 20:24:49.943466 | fa163ee6-1e6a-800d-88e9-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-09-30 20:24:50.204936 | fa163ee6-1e6a-800d-88e9-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-09-30 20:24:50.206596 | fa163ee6-1e6a-800d-88e9-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:53.202866 | 0.26s 2025-09-30 20:24:50.234292 | fa163ee6-1e6a-800d-88e9-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 20:24:50.632904 | fa163ee6-1e6a-800d-88e9-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 20:24:50.634306 | fa163ee6-1e6a-800d-88e9-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:53.630582 | 0.40s 2025-09-30 20:24:50.666837 | fa163ee6-1e6a-800d-88e9-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-09-30 20:24:50.908975 | fa163ee6-1e6a-800d-88e9-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-09-30 20:24:50.909884 | fa163ee6-1e6a-800d-88e9-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:53.906171 | 0.24s 2025-09-30 20:24:50.930580 | fa163ee6-1e6a-800d-88e9-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-09-30 20:24:50.981275 | fa163ee6-1e6a-800d-88e9-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-09-30 20:24:50.982020 | fa163ee6-1e6a-800d-88e9-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:53.978307 | 0.05s 2025-09-30 20:24:51.002551 | fa163ee6-1e6a-800d-88e9-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-09-30 20:24:51.053273 | fa163ee6-1e6a-800d-88e9-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-09-30 20:24:51.054052 | fa163ee6-1e6a-800d-88e9-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:54.050339 | 0.05s 2025-09-30 20:24:51.079078 | fa163ee6-1e6a-800d-88e9-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-09-30 20:24:51.139657 | fa163ee6-1e6a-800d-88e9-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-09-30 20:24:51.141138 | fa163ee6-1e6a-800d-88e9-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:54.137413 | 0.06s 2025-09-30 20:24:51.174420 | fa163ee6-1e6a-800d-88e9-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 20:24:51.227342 | fa163ee6-1e6a-800d-88e9-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 20:24:51.228625 | fa163ee6-1e6a-800d-88e9-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:54.224902 | 0.05s 2025-09-30 20:24:51.260180 | fa163ee6-1e6a-800d-88e9-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-09-30 20:24:51.316473 | fa163ee6-1e6a-800d-88e9-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-09-30 20:24:51.317616 | fa163ee6-1e6a-800d-88e9-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:54.313875 | 0.06s 2025-09-30 20:24:51.373217 | fa163ee6-1e6a-800d-88e9-00000000343d | TASK | Gather variables for each operating system 2025-09-30 20:24:51.487228 | fa163ee6-1e6a-800d-88e9-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:54.483498 | 0.11s 2025-09-30 20:24:51.517325 | fa163ee6-1e6a-800d-88e9-00000000343e | TASK | Detect if resource is being created or already exists 2025-09-30 20:24:52.279428 | fa163ee6-1e6a-800d-88e9-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 20:24:52.280742 | fa163ee6-1e6a-800d-88e9-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:55.277019 | 0.76s 2025-09-30 20:24:52.312366 | fa163ee6-1e6a-800d-88e9-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-09-30 20:25:17.208076 | fa163ee6-1e6a-800d-88e9-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-09-30 20:25:17.209693 | fa163ee6-1e6a-800d-88e9-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:20.205969 | 24.90s 2025-09-30 20:25:17.244870 | fa163ee6-1e6a-800d-88e9-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-09-30 20:25:17.511347 | fa163ee6-1e6a-800d-88e9-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-09-30 20:25:17.512731 | fa163ee6-1e6a-800d-88e9-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:20.509008 | 0.27s 2025-09-30 20:25:17.543668 | fa163ee6-1e6a-800d-88e9-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 20:25:17.972614 | fa163ee6-1e6a-800d-88e9-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 20:25:17.974400 | fa163ee6-1e6a-800d-88e9-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:20.970672 | 0.43s 2025-09-30 20:25:18.006451 | fa163ee6-1e6a-800d-88e9-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-09-30 20:25:18.247956 | fa163ee6-1e6a-800d-88e9-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-09-30 20:25:18.249687 | fa163ee6-1e6a-800d-88e9-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:21.245962 | 0.24s 2025-09-30 20:25:18.287276 | fa163ee6-1e6a-800d-88e9-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-09-30 20:25:18.328057 | fa163ee6-1e6a-800d-88e9-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-09-30 20:25:18.329331 | fa163ee6-1e6a-800d-88e9-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:21.325606 | 0.04s 2025-09-30 20:25:18.363140 | fa163ee6-1e6a-800d-88e9-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-09-30 20:25:18.416992 | fa163ee6-1e6a-800d-88e9-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-09-30 20:25:18.418321 | fa163ee6-1e6a-800d-88e9-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:21.414595 | 0.05s 2025-09-30 20:25:18.449097 | fa163ee6-1e6a-800d-88e9-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-09-30 20:25:18.479594 | fa163ee6-1e6a-800d-88e9-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-09-30 20:25:18.480726 | fa163ee6-1e6a-800d-88e9-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:21.477002 | 0.03s 2025-09-30 20:25:18.516749 | fa163ee6-1e6a-800d-88e9-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 20:25:18.548041 | fa163ee6-1e6a-800d-88e9-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 20:25:18.548948 | fa163ee6-1e6a-800d-88e9-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:21.545207 | 0.03s 2025-09-30 20:25:18.584212 | fa163ee6-1e6a-800d-88e9-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-09-30 20:25:18.636330 | fa163ee6-1e6a-800d-88e9-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-09-30 20:25:18.637662 | fa163ee6-1e6a-800d-88e9-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:21.633936 | 0.05s 2025-09-30 20:25:18.708789 | fa163ee6-1e6a-800d-88e9-000000003469 | TASK | Gather variables for each operating system 2025-09-30 20:25:18.826865 | fa163ee6-1e6a-800d-88e9-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:21.823127 | 0.12s 2025-09-30 20:25:18.857012 | fa163ee6-1e6a-800d-88e9-00000000346a | TASK | Detect if resource is being created or already exists 2025-09-30 20:25:19.669128 | fa163ee6-1e6a-800d-88e9-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 20:25:19.669892 | fa163ee6-1e6a-800d-88e9-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:22.666178 | 0.81s 2025-09-30 20:25:19.694660 | fa163ee6-1e6a-800d-88e9-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-09-30 20:25:45.410484 | fa163ee6-1e6a-800d-88e9-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-09-30 20:25:45.411897 | fa163ee6-1e6a-800d-88e9-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:48.408175 | 25.72s 2025-09-30 20:25:45.447679 | fa163ee6-1e6a-800d-88e9-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-09-30 20:25:45.703054 | fa163ee6-1e6a-800d-88e9-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-09-30 20:25:45.704457 | fa163ee6-1e6a-800d-88e9-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:48.700737 | 0.25s 2025-09-30 20:25:45.735136 | fa163ee6-1e6a-800d-88e9-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 20:25:46.216319 | fa163ee6-1e6a-800d-88e9-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 20:25:46.217596 | fa163ee6-1e6a-800d-88e9-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:49.213874 | 0.48s 2025-09-30 20:25:46.249060 | fa163ee6-1e6a-800d-88e9-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-09-30 20:25:46.447674 | fa163ee6-1e6a-800d-88e9-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-09-30 20:25:46.449111 | fa163ee6-1e6a-800d-88e9-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:49.445388 | 0.20s 2025-09-30 20:25:46.482441 | fa163ee6-1e6a-800d-88e9-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-09-30 20:25:46.536705 | fa163ee6-1e6a-800d-88e9-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-09-30 20:25:46.538235 | fa163ee6-1e6a-800d-88e9-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:49.534511 | 0.05s 2025-09-30 20:25:46.571483 | fa163ee6-1e6a-800d-88e9-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-09-30 20:25:46.627344 | fa163ee6-1e6a-800d-88e9-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-09-30 20:25:46.628873 | fa163ee6-1e6a-800d-88e9-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:49.625143 | 0.06s 2025-09-30 20:25:46.662555 | fa163ee6-1e6a-800d-88e9-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-09-30 20:25:46.702814 | fa163ee6-1e6a-800d-88e9-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-09-30 20:25:46.703976 | fa163ee6-1e6a-800d-88e9-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:49.700255 | 0.04s 2025-09-30 20:25:46.730413 | fa163ee6-1e6a-800d-88e9-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 20:25:46.779573 | fa163ee6-1e6a-800d-88e9-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 20:25:46.780848 | fa163ee6-1e6a-800d-88e9-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:49.777129 | 0.05s 2025-09-30 20:25:46.808392 | fa163ee6-1e6a-800d-88e9-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-09-30 20:25:46.867930 | fa163ee6-1e6a-800d-88e9-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-09-30 20:25:46.868871 | fa163ee6-1e6a-800d-88e9-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:49.865156 | 0.06s 2025-09-30 20:25:46.913135 | fa163ee6-1e6a-800d-88e9-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-09-30 20:25:47.130456 | fa163ee6-1e6a-800d-88e9-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-09-30 20:25:47.131396 | fa163ee6-1e6a-800d-88e9-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:50.127682 | 0.22s 2025-09-30 20:25:47.232785 | fa163ee6-1e6a-800d-88e9-0000000000cf | TIMING | include_tasks | standalone | 0:16:50.229051 | 0.08s 2025-09-30 20:25:47.270275 | c0b51ab4-2181-4dd3-a16e-6443aaabedf6 | INCLUDED | /root/standalone-ansible-lu02624j/common_deploy_steps_tasks.yaml | standalone 2025-09-30 20:25:47.295506 | fa163ee6-1e6a-800d-88e9-000000003509 | TASK | Write the config_step hieradata 2025-09-30 20:25:47.805755 | fa163ee6-1e6a-800d-88e9-000000003509 | OK | Write the config_step hieradata | standalone 2025-09-30 20:25:47.807114 | fa163ee6-1e6a-800d-88e9-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:50.803392 | 0.51s 2025-09-30 20:25:47.839664 | fa163ee6-1e6a-800d-88e9-00000000350a | TASK | Run puppet host configuration for step 2 2025-09-30 20:25:48.165149 | fa163ee6-1e6a-800d-88e9-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-09-30 20:25:48.165869 | fa163ee6-1e6a-800d-88e9-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:51.162155 | 0.32s 2025-09-30 20:25:48.185220 | fa163ee6-1e6a-800d-88e9-00000000350b | TASK | Wait for puppet host configuration to finish 2025-09-30 20:25:48.435837 | fa163ee6-1e6a-800d-88e9-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 20:25:58.635675 | fa163ee6-1e6a-800d-88e9-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 20:26:08.890341 | fa163ee6-1e6a-800d-88e9-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 20:26:08.892346 | fa163ee6-1e6a-800d-88e9-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:11.888631 | 20.71s 2025-09-30 20:26:08.916130 | fa163ee6-1e6a-800d-88e9-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-09-30 20:26:09.007787 | fa163ee6-1e6a-800d-88e9-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>Sep 30 20:25:48 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 20:25:52 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 20:25:52 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 20:25:52 puppet-user: (file & line not available)", "<13>Sep 30 20:25:52 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 20:25:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 20:25:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 20:25:52 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.41 seconds", "<13>Sep 30 20:25:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 20:26:01 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 20:26:02 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 20:26:03 puppet-user: Notice: Applied catalog in 10.19 seconds", "<13>Sep 30 20:26:03 puppet-user: Application:", "<13>Sep 30 20:26:03 puppet-user: Initial environment: production", "<13>Sep 30 20:26:03 puppet-user: Converged environment: production", "<13>Sep 30 20:26:03 puppet-user: Run mode: user", "<13>Sep 30 20:26:03 puppet-user: Changes:", "<13>Sep 30 20:26:03 puppet-user: Total: 2", "<13>Sep 30 20:26:03 puppet-user: Events:", "<13>Sep 30 20:26:03 puppet-user: Success: 2", "<13>Sep 30 20:26:03 puppet-user: Resources:", "<13>Sep 30 20:26:03 puppet-user: Changed: 2", "<13>Sep 30 20:26:03 puppet-user: Out of sync: 2", "<13>Sep 30 20:26:03 puppet-user: Total: 28", "<13>Sep 30 20:26:03 puppet-user: Time:", "<13>Sep 30 20:26:03 puppet-user: Schedule: 0.00", "<13>Sep 30 20:26:03 puppet-user: File line: 0.00", "<13>Sep 30 20:26:03 puppet-user: Package: 0.00", "<13>Sep 30 20:26:03 puppet-user: File: 0.00", "<13>Sep 30 20:26:03 puppet-user: Augeas: 0.01", "<13>Sep 30 20:26:03 puppet-user: User: 0.01", "<13>Sep 30 20:26:03 puppet-user: Service: 0.07", "<13>Sep 30 20:26:03 puppet-user: Config retrieval: 0.47", "<13>Sep 30 20:26:03 puppet-user: Pcmk property: 1.47", "<13>Sep 30 20:26:03 puppet-user: Transaction evaluation: 10.17", "<13>Sep 30 20:26:03 puppet-user: Catalog application: 10.19", "<13>Sep 30 20:26:03 puppet-user: Last run: 1759263963", "<13>Sep 30 20:26:03 puppet-user: Exec: 2.00", "<13>Sep 30 20:26:03 puppet-user: Pcmk resource op default: 3.12", "<13>Sep 30 20:26:03 puppet-user: Pcmk resource default: 3.26", "<13>Sep 30 20:26:03 puppet-user: Filebucket: 0.00", "<13>Sep 30 20:26:03 puppet-user: Total: 10.20", "<13>Sep 30 20:26:03 puppet-user: Version:", "<13>Sep 30 20:26:03 puppet-user: Config: 1759263952", "<13>Sep 30 20:26:03 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 20:26:09.010384 | fa163ee6-1e6a-800d-88e9-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:12.006654 | 0.09s 2025-09-30 20:26:09.040700 | fa163ee6-1e6a-800d-88e9-00000000350d | TASK | Pre-cache facts for puppet containers 2025-09-30 20:26:09.068663 | fa163ee6-1e6a-800d-88e9-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:12.064935 | 0.03s 2025-09-30 20:26:09.142783 | fa163ee6-1e6a-800d-88e9-00000000354c | TASK | Gather variables for each operating system 2025-09-30 20:26:09.255462 | fa163ee6-1e6a-800d-88e9-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:12.251730 | 0.11s 2025-09-30 20:26:09.285436 | fa163ee6-1e6a-800d-88e9-00000000354d | TASK | Create puppet caching structures 2025-09-30 20:26:09.464267 | fa163ee6-1e6a-800d-88e9-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-09-30 20:26:09.466093 | fa163ee6-1e6a-800d-88e9-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:12.462365 | 0.18s 2025-09-30 20:26:09.498933 | fa163ee6-1e6a-800d-88e9-00000000354e | TASK | Check for facter.conf 2025-09-30 20:26:09.740624 | fa163ee6-1e6a-800d-88e9-00000000354e | OK | Check for facter.conf | standalone 2025-09-30 20:26:09.742180 | fa163ee6-1e6a-800d-88e9-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:12.738458 | 0.24s 2025-09-30 20:26:09.774519 | fa163ee6-1e6a-800d-88e9-00000000354f | TASK | Remove facter.conf if directory 2025-09-30 20:26:09.826999 | fa163ee6-1e6a-800d-88e9-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 20:26:09.828407 | fa163ee6-1e6a-800d-88e9-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:12.824681 | 0.05s 2025-09-30 20:26:09.860559 | fa163ee6-1e6a-800d-88e9-000000003550 | TASK | Write facter cache config 2025-09-30 20:26:10.396273 | fa163ee6-1e6a-800d-88e9-000000003550 | CHANGED | Write facter cache config | standalone 2025-09-30 20:26:10.397593 | fa163ee6-1e6a-800d-88e9-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:13.393877 | 0.54s 2025-09-30 20:26:10.420595 | fa163ee6-1e6a-800d-88e9-000000003551 | TASK | Cleanup facter cache if exists 2025-09-30 20:26:10.672349 | fa163ee6-1e6a-800d-88e9-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 20:26:10.673682 | fa163ee6-1e6a-800d-88e9-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:13.669963 | 0.25s 2025-09-30 20:26:10.702551 | fa163ee6-1e6a-800d-88e9-000000003552 | TASK | Pre-cache facts 2025-09-30 20:26:11.321165 | fa163ee6-1e6a-800d-88e9-000000003552 | CHANGED | Pre-cache facts | standalone 2025-09-30 20:26:11.322490 | fa163ee6-1e6a-800d-88e9-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:14.318767 | 0.62s 2025-09-30 20:26:11.355016 | fa163ee6-1e6a-800d-88e9-000000003553 | TASK | Failed deployment if facter fails 2025-09-30 20:26:11.395074 | fa163ee6-1e6a-800d-88e9-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 20:26:11.396733 | fa163ee6-1e6a-800d-88e9-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:14.393000 | 0.04s 2025-09-30 20:26:11.434152 | fa163ee6-1e6a-800d-88e9-000000003554 | TASK | Sync cached facts 2025-09-30 20:26:11.757902 | fa163ee6-1e6a-800d-88e9-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-000000003554') missing from stats 2025-09-30 20:26:11.820472 | fa163ee6-1e6a-800d-88e9-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 20:26:11.872080 | fa163ee6-1e6a-800d-88e9-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 20:26:11.873374 | fa163ee6-1e6a-800d-88e9-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:14.869650 | 0.05s 2025-09-30 20:26:11.909234 | fa163ee6-1e6a-800d-88e9-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-09-30 20:26:11.938375 | fa163ee6-1e6a-800d-88e9-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:14.934649 | 0.03s 2025-09-30 20:26:12.025806 | fa163ee6-1e6a-800d-88e9-0000000035ab | TASK | Gather variables for each operating system 2025-09-30 20:26:12.146642 | fa163ee6-1e6a-800d-88e9-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:15.142902 | 0.12s 2025-09-30 20:26:12.179430 | fa163ee6-1e6a-800d-88e9-0000000035ac | TASK | Create container logs path 2025-09-30 20:26:12.391537 | fa163ee6-1e6a-800d-88e9-0000000035ac | OK | Create container logs path | standalone 2025-09-30 20:26:12.392959 | fa163ee6-1e6a-800d-88e9-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:15.389198 | 0.21s 2025-09-30 20:26:12.423852 | fa163ee6-1e6a-800d-88e9-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 20:26:12.716010 | fa163ee6-1e6a-800d-88e9-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 20:26:12.717733 | fa163ee6-1e6a-800d-88e9-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:15.713997 | 0.29s 2025-09-30 20:26:12.751172 | fa163ee6-1e6a-800d-88e9-0000000035af | TASK | Finalise hashes for all containers 2025-09-30 20:26:12.823440 | fa163ee6-1e6a-800d-88e9-0000000035af | OK | Finalise hashes for all containers | standalone 2025-09-30 20:26:12.825015 | fa163ee6-1e6a-800d-88e9-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:15.821285 | 0.07s 2025-09-30 20:26:12.856020 | fa163ee6-1e6a-800d-88e9-0000000035b1 | TASK | Manage systemd shutdown files 2025-09-30 20:26:12.884639 | fa163ee6-1e6a-800d-88e9-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:15.880914 | 0.03s 2025-09-30 20:26:12.906864 | 943235e9-101d-40e0-b09d-ac5e798139ea | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 20:26:12.935123 | fa163ee6-1e6a-800d-88e9-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 20:26:13.229109 | fa163ee6-1e6a-800d-88e9-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 20:26:13.230589 | fa163ee6-1e6a-800d-88e9-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:16.226865 | 0.29s 2025-09-30 20:26:13.256177 | fa163ee6-1e6a-800d-88e9-0000000035e5 | TASK | Set podman_drop_in fact 2025-09-30 20:26:13.307192 | fa163ee6-1e6a-800d-88e9-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-09-30 20:26:13.308308 | fa163ee6-1e6a-800d-88e9-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:16.304590 | 0.05s 2025-09-30 20:26:13.333205 | fa163ee6-1e6a-800d-88e9-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 20:26:13.804595 | fa163ee6-1e6a-800d-88e9-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 20:26:13.807468 | fa163ee6-1e6a-800d-88e9-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:16.803742 | 0.47s 2025-09-30 20:26:14.280373 | fa163ee6-1e6a-800d-88e9-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 20:26:14.282564 | fa163ee6-1e6a-800d-88e9-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:17.278845 | 0.95s 2025-09-30 20:26:14.293949 | fa163ee6-1e6a-800d-88e9-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:17.290207 | 0.96s 2025-09-30 20:26:14.326807 | fa163ee6-1e6a-800d-88e9-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 20:26:14.847579 | fa163ee6-1e6a-800d-88e9-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 20:26:14.848970 | fa163ee6-1e6a-800d-88e9-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:17.845248 | 0.52s 2025-09-30 20:26:14.878021 | fa163ee6-1e6a-800d-88e9-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 20:26:15.369430 | fa163ee6-1e6a-800d-88e9-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 20:26:15.370992 | fa163ee6-1e6a-800d-88e9-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:18.367267 | 0.49s 2025-09-30 20:26:15.401995 | fa163ee6-1e6a-800d-88e9-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-09-30 20:26:16.121514 | fa163ee6-1e6a-800d-88e9-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 20:26:16.123400 | fa163ee6-1e6a-800d-88e9-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:19.119676 | 0.72s 2025-09-30 20:26:16.153937 | fa163ee6-1e6a-800d-88e9-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 20:26:16.720422 | fa163ee6-1e6a-800d-88e9-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 20:26:16.721983 | fa163ee6-1e6a-800d-88e9-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:19.718259 | 0.57s 2025-09-30 20:26:16.753153 | fa163ee6-1e6a-800d-88e9-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 20:26:17.205279 | fa163ee6-1e6a-800d-88e9-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 20:26:17.206789 | fa163ee6-1e6a-800d-88e9-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:20.203066 | 0.45s 2025-09-30 20:26:17.236774 | fa163ee6-1e6a-800d-88e9-0000000035ed | TASK | Enable and start netns-placeholder 2025-09-30 20:26:17.978495 | fa163ee6-1e6a-800d-88e9-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 20:26:17.980457 | fa163ee6-1e6a-800d-88e9-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:20.976735 | 0.74s 2025-09-30 20:26:18.013015 | fa163ee6-1e6a-800d-88e9-0000000035b3 | TASK | Update container configs with new config hashes 2025-09-30 20:26:18.068553 | fa163ee6-1e6a-800d-88e9-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:21.064828 | 0.05s 2025-09-30 20:26:18.084551 | b854344a-0420-4109-a75e-cbde85ce745b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 20:26:18.119721 | fa163ee6-1e6a-800d-88e9-000000003615 | TASK | Update config hashes for container startup configs 2025-09-30 20:26:18.395347 | fa163ee6-1e6a-800d-88e9-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-09-30 20:26:18.396807 | fa163ee6-1e6a-800d-88e9-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:21.393081 | 0.28s 2025-09-30 20:26:18.435149 | fa163ee6-1e6a-800d-88e9-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 20:26:18.499893 | fa163ee6-1e6a-800d-88e9-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:21.496170 | 0.06s 2025-09-30 20:26:18.516700 | afac2cb8-9e0b-417f-9d27-d1f1dabeb821 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:26:18.546088 | fa163ee6-1e6a-800d-88e9-000000003634 | TASK | Gather podman infos 2025-09-30 20:26:19.560552 | fa163ee6-1e6a-800d-88e9-000000003634 | OK | Gather podman infos | standalone 2025-09-30 20:26:19.561585 | fa163ee6-1e6a-800d-88e9-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:22.557868 | 1.01s 2025-09-30 20:26:19.635230 | fa163ee6-1e6a-800d-88e9-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 20:26:19.698134 | fa163ee6-1e6a-800d-88e9-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:22.694403 | 0.06s 2025-09-30 20:26:19.828164 | fa163ee6-1e6a-800d-88e9-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:22.824430 | 0.07s 2025-09-30 20:26:19.887765 | fa163ee6-1e6a-800d-88e9-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 20:26:19.941798 | fa163ee6-1e6a-800d-88e9-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:22.938062 | 0.05s 2025-09-30 20:26:19.966495 | b536641c-4ed9-4350-a383-a8cb38bd7de7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:26:20.002136 | fa163ee6-1e6a-800d-88e9-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 20:26:37.234202 | fa163ee6-1e6a-800d-88e9-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 20:26:37.235685 | fa163ee6-1e6a-800d-88e9-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:40.231961 | 17.23s 2025-09-30 20:26:37.269005 | fa163ee6-1e6a-800d-88e9-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 20:26:41.021520 | fa163ee6-1e6a-800d-88e9-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 20:26:41.022878 | fa163ee6-1e6a-800d-88e9-0000000036a5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:44.019157 | 3.75s 2025-09-30 20:26:41.097024 | fa163ee6-1e6a-800d-88e9-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-09-30 20:26:41.335537 | fa163ee6-1e6a-800d-88e9-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-09-30 20:26:41.336533 | fa163ee6-1e6a-800d-88e9-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:44.332817 | 0.24s 2025-09-30 20:26:41.380756 | fa163ee6-1e6a-800d-88e9-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-09-30 20:26:41.431893 | fa163ee6-1e6a-800d-88e9-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:44.428154 | 0.05s 2025-09-30 20:26:41.466422 | fa163ee6-1e6a-800d-88e9-000000003514 | TASK | Include container-puppet tasks for step 2 2025-09-30 20:26:41.512148 | fa163ee6-1e6a-800d-88e9-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:44.508406 | 0.04s 2025-09-30 20:26:41.540329 | 93596299-cee8-49c0-ac3f-1fd42d478c94 | INCLUDED | /root/standalone-ansible-lu02624j/host-container-puppet-tasks.yaml | standalone 2025-09-30 20:26:41.593689 | fa163ee6-1e6a-800d-88e9-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-09-30 20:26:42.106216 | fa163ee6-1e6a-800d-88e9-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-09-30 20:26:42.107552 | fa163ee6-1e6a-800d-88e9-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:45.103829 | 0.51s 2025-09-30 20:26:42.137567 | fa163ee6-1e6a-800d-88e9-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-09-30 20:26:42.431556 | fa163ee6-1e6a-800d-88e9-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-09-30 20:26:42.433149 | fa163ee6-1e6a-800d-88e9-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:45.429424 | 0.29s 2025-09-30 20:26:42.466126 | fa163ee6-1e6a-800d-88e9-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-09-30 20:26:42.497156 | fa163ee6-1e6a-800d-88e9-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:45.493422 | 0.03s 2025-09-30 20:26:42.565423 | fa163ee6-1e6a-800d-88e9-000000003722 | TASK | Gather variables for each operating system 2025-09-30 20:26:42.677155 | fa163ee6-1e6a-800d-88e9-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:45.673428 | 0.11s 2025-09-30 20:26:42.700639 | fa163ee6-1e6a-800d-88e9-000000003723 | TASK | Create container logs path 2025-09-30 20:26:42.942724 | fa163ee6-1e6a-800d-88e9-000000003723 | OK | Create container logs path | standalone 2025-09-30 20:26:42.944211 | fa163ee6-1e6a-800d-88e9-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:45.940489 | 0.24s 2025-09-30 20:26:42.976525 | fa163ee6-1e6a-800d-88e9-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 20:26:43.233564 | fa163ee6-1e6a-800d-88e9-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 20:26:43.234886 | fa163ee6-1e6a-800d-88e9-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:46.231162 | 0.26s 2025-09-30 20:26:43.264766 | fa163ee6-1e6a-800d-88e9-000000003726 | TASK | Finalise hashes for all containers 2025-09-30 20:26:43.310783 | fa163ee6-1e6a-800d-88e9-000000003726 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:26:43.312139 | fa163ee6-1e6a-800d-88e9-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:46.308411 | 0.04s 2025-09-30 20:26:43.343032 | fa163ee6-1e6a-800d-88e9-000000003728 | TASK | Manage systemd shutdown files 2025-09-30 20:26:43.377000 | fa163ee6-1e6a-800d-88e9-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:26:43.378233 | fa163ee6-1e6a-800d-88e9-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:46.374509 | 0.03s 2025-09-30 20:26:43.408089 | fa163ee6-1e6a-800d-88e9-00000000372a | TASK | Update container configs with new config hashes 2025-09-30 20:26:43.452619 | fa163ee6-1e6a-800d-88e9-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:26:43.453553 | fa163ee6-1e6a-800d-88e9-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:46.449835 | 0.04s 2025-09-30 20:26:43.478223 | fa163ee6-1e6a-800d-88e9-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 20:26:43.507287 | fa163ee6-1e6a-800d-88e9-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 20:26:43.508089 | fa163ee6-1e6a-800d-88e9-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:46.504370 | 0.03s 2025-09-30 20:26:43.532707 | fa163ee6-1e6a-800d-88e9-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 20:26:43.562264 | fa163ee6-1e6a-800d-88e9-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 20:26:43.563035 | fa163ee6-1e6a-800d-88e9-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:46.559316 | 0.03s PLAY [External deployment step 3] ********************************************** 2025-09-30 20:26:43.701944 | fa163ee6-1e6a-800d-88e9-0000000000d2 | TASK | External deployment step 3 2025-09-30 20:26:43.728885 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000d2') missing from stats 2025-09-30 20:26:43.783396 | fa163ee6-1e6a-800d-88e9-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:46.779657 | 0.04s 2025-09-30 20:26:43.793672 | 39affc21-d1e4-43b2-8cb7-cb3d795fc37b | INCLUDED | /root/standalone-ansible-lu02624j/external_deploy_steps_tasks_step3.yaml | undercloud 2025-09-30 20:26:43.813427 | fa163ee6-1e6a-800d-88e9-00000000377b | TASK | Pause cephadm 2025-09-30 20:26:43.864668 | fa163ee6-1e6a-800d-88e9-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-09-30 20:26:43.866374 | fa163ee6-1e6a-800d-88e9-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:46.862647 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-09-30 20:26:44.018537 | fa163ee6-1e6a-800d-88e9-0000000000d6 | TASK | Deploy step tasks for 3 2025-09-30 20:26:44.047628 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000d6') missing from stats 2025-09-30 20:26:44.071502 | fa163ee6-1e6a-800d-88e9-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-09-30 20:26:44.567804 | fa163ee6-1e6a-800d-88e9-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-09-30 20:26:44.569216 | fa163ee6-1e6a-800d-88e9-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:47.565495 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 20:26:44.638297 | fa163ee6-1e6a-800d-88e9-0000000000d8 | TIMING | include_tasks | standalone | 0:17:47.634562 | 0.04s 2025-09-30 20:26:44.666797 | 4ee11cd0-88ce-487c-b98c-cdf8b36ab7fe | INCLUDED | /root/standalone-ansible-lu02624j/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-09-30 20:26:44.698150 | fa163ee6-1e6a-800d-88e9-00000000379a | TASK | Start OVN container 2025-09-30 20:26:44.775960 | fa163ee6-1e6a-800d-88e9-00000000379a | TIMING | Start OVN container | standalone | 0:17:47.772190 | 0.08s 2025-09-30 20:26:44.808549 | fa163ee6-1e6a-800d-88e9-00000000379a | TIMING | Start OVN container | standalone | 0:17:47.804827 | 0.11s 2025-09-30 20:26:44.834194 | fa163ee6-1e6a-800d-88e9-00000000379a | TIMING | Start OVN container | standalone | 0:17:47.830470 | 0.13s 2025-09-30 20:26:44.845997 | fa163ee6-1e6a-800d-88e9-00000000379a | TIMING | Start OVN container | standalone | 0:17:47.842268 | 0.15s 2025-09-30 20:26:44.962422 | fa163ee6-1e6a-800d-88e9-0000000037d2 | TASK | Gather variables for each operating system 2025-09-30 20:26:45.086015 | fa163ee6-1e6a-800d-88e9-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:48.082277 | 0.12s 2025-09-30 20:26:45.116465 | fa163ee6-1e6a-800d-88e9-0000000037d3 | TASK | Create container logs path 2025-09-30 20:26:45.393277 | fa163ee6-1e6a-800d-88e9-0000000037d3 | OK | Create container logs path | standalone 2025-09-30 20:26:45.394806 | fa163ee6-1e6a-800d-88e9-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:48.391082 | 0.28s 2025-09-30 20:26:45.429877 | fa163ee6-1e6a-800d-88e9-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:45.749349 | fa163ee6-1e6a-800d-88e9-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:26:45.750830 | fa163ee6-1e6a-800d-88e9-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:48.747106 | 0.32s 2025-09-30 20:26:45.781493 | fa163ee6-1e6a-800d-88e9-0000000037d6 | TASK | Finalise hashes for all containers 2025-09-30 20:26:45.878296 | fa163ee6-1e6a-800d-88e9-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:26:45.879982 | fa163ee6-1e6a-800d-88e9-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:48.876253 | 0.10s 2025-09-30 20:26:45.911418 | fa163ee6-1e6a-800d-88e9-0000000037d8 | TASK | Manage systemd shutdown files 2025-09-30 20:26:45.973689 | fa163ee6-1e6a-800d-88e9-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:26:45.975091 | fa163ee6-1e6a-800d-88e9-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:48.971366 | 0.06s 2025-09-30 20:26:46.007595 | fa163ee6-1e6a-800d-88e9-0000000037da | TASK | Update container configs with new config hashes 2025-09-30 20:26:46.080313 | fa163ee6-1e6a-800d-88e9-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:26:46.081699 | fa163ee6-1e6a-800d-88e9-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:49.077975 | 0.07s 2025-09-30 20:26:46.113432 | fa163ee6-1e6a-800d-88e9-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:46.174702 | fa163ee6-1e6a-800d-88e9-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:49.170972 | 0.06s 2025-09-30 20:26:46.198777 | a5b4f9be-9867-4dce-84ce-ea927b215841 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:26:46.235438 | fa163ee6-1e6a-800d-88e9-000000003867 | TASK | Gather podman infos 2025-09-30 20:26:47.428458 | fa163ee6-1e6a-800d-88e9-000000003867 | OK | Gather podman infos | standalone 2025-09-30 20:26:47.429529 | fa163ee6-1e6a-800d-88e9-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:50.425810 | 1.19s 2025-09-30 20:26:47.520726 | fa163ee6-1e6a-800d-88e9-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:47.609401 | fa163ee6-1e6a-800d-88e9-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.605669 | 0.08s 2025-09-30 20:26:47.761216 | fa163ee6-1e6a-800d-88e9-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:50.757486 | 0.08s 2025-09-30 20:26:47.807464 | fa163ee6-1e6a-800d-88e9-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:47.878524 | fa163ee6-1e6a-800d-88e9-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.874798 | 0.07s 2025-09-30 20:26:47.894280 | ff084f66-73a7-4f66-b627-ee335eecc661 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:26:47.924816 | fa163ee6-1e6a-800d-88e9-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:48.773421 | fa163ee6-1e6a-800d-88e9-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:26:48.775066 | fa163ee6-1e6a-800d-88e9-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:51.771344 | 0.85s 2025-09-30 20:26:48.811105 | fa163ee6-1e6a-800d-88e9-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:51.483600 | fa163ee6-1e6a-800d-88e9-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:26:51.485447 | fa163ee6-1e6a-800d-88e9-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:54.481724 | 2.67s 2025-09-30 20:26:51.544445 | fa163ee6-1e6a-800d-88e9-0000000037fd | TASK | Gather variables for each operating system 2025-09-30 20:26:51.675386 | fa163ee6-1e6a-800d-88e9-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:54.671654 | 0.13s 2025-09-30 20:26:51.706353 | fa163ee6-1e6a-800d-88e9-0000000037fe | TASK | Create container logs path 2025-09-30 20:26:51.962149 | fa163ee6-1e6a-800d-88e9-0000000037fe | OK | Create container logs path | standalone 2025-09-30 20:26:51.963704 | fa163ee6-1e6a-800d-88e9-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:54.959973 | 0.26s 2025-09-30 20:26:51.995432 | fa163ee6-1e6a-800d-88e9-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:52.313861 | fa163ee6-1e6a-800d-88e9-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:26:52.315397 | fa163ee6-1e6a-800d-88e9-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:55.311668 | 0.32s 2025-09-30 20:26:52.345575 | fa163ee6-1e6a-800d-88e9-000000003801 | TASK | Finalise hashes for all containers 2025-09-30 20:26:52.451366 | fa163ee6-1e6a-800d-88e9-000000003801 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:26:52.452680 | fa163ee6-1e6a-800d-88e9-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:55.448957 | 0.11s 2025-09-30 20:26:52.484110 | fa163ee6-1e6a-800d-88e9-000000003803 | TASK | Manage systemd shutdown files 2025-09-30 20:26:52.526208 | fa163ee6-1e6a-800d-88e9-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:26:52.527601 | fa163ee6-1e6a-800d-88e9-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:55.523876 | 0.04s 2025-09-30 20:26:52.557892 | fa163ee6-1e6a-800d-88e9-000000003805 | TASK | Update container configs with new config hashes 2025-09-30 20:26:52.610903 | fa163ee6-1e6a-800d-88e9-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:26:52.612282 | fa163ee6-1e6a-800d-88e9-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:55.608558 | 0.05s 2025-09-30 20:26:52.643600 | fa163ee6-1e6a-800d-88e9-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:52.705033 | fa163ee6-1e6a-800d-88e9-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:55.701304 | 0.06s 2025-09-30 20:26:52.722319 | 7502cd44-3ca7-4761-a709-9f997e10b9bd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:26:52.749566 | fa163ee6-1e6a-800d-88e9-00000000391e | TASK | Gather podman infos 2025-09-30 20:26:53.951376 | fa163ee6-1e6a-800d-88e9-00000000391e | OK | Gather podman infos | standalone 2025-09-30 20:26:53.952812 | fa163ee6-1e6a-800d-88e9-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:56.949087 | 1.20s 2025-09-30 20:26:54.044619 | fa163ee6-1e6a-800d-88e9-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:54.124652 | fa163ee6-1e6a-800d-88e9-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:57.120921 | 0.07s 2025-09-30 20:26:54.283020 | fa163ee6-1e6a-800d-88e9-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:57.279287 | 0.09s 2025-09-30 20:26:54.345144 | fa163ee6-1e6a-800d-88e9-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:54.412546 | fa163ee6-1e6a-800d-88e9-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:57.408810 | 0.07s 2025-09-30 20:26:54.437847 | 27197b77-e74e-4041-b4b7-37c33762aca1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:26:54.473487 | fa163ee6-1e6a-800d-88e9-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:55.359048 | fa163ee6-1e6a-800d-88e9-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:26:55.360158 | fa163ee6-1e6a-800d-88e9-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:58.356438 | 0.89s 2025-09-30 20:26:55.393195 | fa163ee6-1e6a-800d-88e9-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:58.240690 | fa163ee6-1e6a-800d-88e9-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:26:58.242558 | fa163ee6-1e6a-800d-88e9-000000003985 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:01.238832 | 2.85s 2025-09-30 20:26:58.299691 | fa163ee6-1e6a-800d-88e9-000000003828 | TASK | Gather variables for each operating system 2025-09-30 20:26:58.417141 | fa163ee6-1e6a-800d-88e9-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:01.413405 | 0.12s 2025-09-30 20:26:58.440682 | fa163ee6-1e6a-800d-88e9-000000003829 | TASK | Create container logs path 2025-09-30 20:26:58.670874 | fa163ee6-1e6a-800d-88e9-000000003829 | OK | Create container logs path | standalone 2025-09-30 20:26:58.672281 | fa163ee6-1e6a-800d-88e9-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:01.668557 | 0.23s 2025-09-30 20:26:58.703450 | fa163ee6-1e6a-800d-88e9-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:59.021586 | fa163ee6-1e6a-800d-88e9-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:26:59.022845 | fa163ee6-1e6a-800d-88e9-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:02.019122 | 0.32s 2025-09-30 20:26:59.053718 | fa163ee6-1e6a-800d-88e9-00000000382c | TASK | Finalise hashes for all containers 2025-09-30 20:26:59.137309 | fa163ee6-1e6a-800d-88e9-00000000382c | OK | Finalise hashes for all containers | standalone 2025-09-30 20:26:59.138430 | fa163ee6-1e6a-800d-88e9-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:02.134708 | 0.08s 2025-09-30 20:26:59.168421 | fa163ee6-1e6a-800d-88e9-00000000382e | TASK | Manage systemd shutdown files 2025-09-30 20:26:59.209111 | fa163ee6-1e6a-800d-88e9-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:26:59.210374 | fa163ee6-1e6a-800d-88e9-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:02.206649 | 0.04s 2025-09-30 20:26:59.244602 | fa163ee6-1e6a-800d-88e9-000000003830 | TASK | Update container configs with new config hashes 2025-09-30 20:26:59.318677 | fa163ee6-1e6a-800d-88e9-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:26:59.319964 | fa163ee6-1e6a-800d-88e9-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:02.316204 | 0.07s 2025-09-30 20:26:59.351604 | fa163ee6-1e6a-800d-88e9-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:26:59.424426 | fa163ee6-1e6a-800d-88e9-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:02.420693 | 0.07s 2025-09-30 20:26:59.449830 | 4c7de7ed-7b01-4a3c-aa87-f7eef2760407 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:26:59.486865 | fa163ee6-1e6a-800d-88e9-0000000039d0 | TASK | Gather podman infos 2025-09-30 20:27:00.633221 | fa163ee6-1e6a-800d-88e9-0000000039d0 | OK | Gather podman infos | standalone 2025-09-30 20:27:00.634516 | fa163ee6-1e6a-800d-88e9-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:03.630798 | 1.15s 2025-09-30 20:27:00.700543 | fa163ee6-1e6a-800d-88e9-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:27:00.790152 | fa163ee6-1e6a-800d-88e9-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:03.786429 | 0.08s 2025-09-30 20:27:00.924355 | fa163ee6-1e6a-800d-88e9-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:03.920615 | 0.10s 2025-09-30 20:27:00.984525 | fa163ee6-1e6a-800d-88e9-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:27:01.059447 | fa163ee6-1e6a-800d-88e9-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:04.055716 | 0.07s 2025-09-30 20:27:01.083971 | 7fd65366-16a7-468a-bde9-30c29107396c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:27:01.122310 | fa163ee6-1e6a-800d-88e9-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:27:02.077705 | fa163ee6-1e6a-800d-88e9-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:27:02.078728 | fa163ee6-1e6a-800d-88e9-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:05.075013 | 0.96s 2025-09-30 20:27:02.098941 | fa163ee6-1e6a-800d-88e9-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 20:27:05.005829 | fa163ee6-1e6a-800d-88e9-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 20:27:05.008608 | fa163ee6-1e6a-800d-88e9-000000003a37 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:08.004790 | 2.91s 2025-09-30 20:27:05.065120 | fa163ee6-1e6a-800d-88e9-00000000379c | TASK | Set NB connection 2025-09-30 20:27:05.519251 | fa163ee6-1e6a-800d-88e9-00000000379c | CHANGED | Set NB connection | standalone 2025-09-30 20:27:05.520606 | fa163ee6-1e6a-800d-88e9-00000000379c | TIMING | Set NB connection | standalone | 0:18:08.516884 | 0.45s 2025-09-30 20:27:05.550397 | fa163ee6-1e6a-800d-88e9-00000000379d | TASK | Set SB connection 2025-09-30 20:27:05.990477 | fa163ee6-1e6a-800d-88e9-00000000379d | CHANGED | Set SB connection | standalone 2025-09-30 20:27:05.991993 | fa163ee6-1e6a-800d-88e9-00000000379d | TIMING | Set SB connection | standalone | 0:18:08.988269 | 0.44s 2025-09-30 20:27:06.021292 | fa163ee6-1e6a-800d-88e9-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-09-30 20:27:06.234790 | fa163ee6-1e6a-800d-88e9-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-09-30 20:27:06.236371 | fa163ee6-1e6a-800d-88e9-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:09.232642 | 0.21s 2025-09-30 20:27:06.327157 | fa163ee6-1e6a-800d-88e9-0000000000db | TIMING | include_tasks | standalone | 0:18:09.323428 | 0.06s 2025-09-30 20:27:06.367847 | 05e204e5-e935-4ac4-ba2d-d22a5beaf2d2 | INCLUDED | /root/standalone-ansible-lu02624j/common_deploy_steps_tasks.yaml | standalone 2025-09-30 20:27:06.400222 | fa163ee6-1e6a-800d-88e9-000000003a7c | TASK | Write the config_step hieradata 2025-09-30 20:27:06.908639 | fa163ee6-1e6a-800d-88e9-000000003a7c | OK | Write the config_step hieradata | standalone 2025-09-30 20:27:06.909820 | fa163ee6-1e6a-800d-88e9-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:18:09.906098 | 0.51s 2025-09-30 20:27:06.940140 | fa163ee6-1e6a-800d-88e9-000000003a7d | TASK | Run puppet host configuration for step 3 2025-09-30 20:27:07.256863 | fa163ee6-1e6a-800d-88e9-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-09-30 20:27:07.257528 | fa163ee6-1e6a-800d-88e9-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:10.253816 | 0.32s 2025-09-30 20:27:07.276037 | fa163ee6-1e6a-800d-88e9-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-09-30 20:27:07.532299 | fa163ee6-1e6a-800d-88e9-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 20:27:17.756977 | fa163ee6-1e6a-800d-88e9-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 20:27:27.982783 | fa163ee6-1e6a-800d-88e9-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 20:27:27.984131 | fa163ee6-1e6a-800d-88e9-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:30.980412 | 20.71s 2025-09-30 20:27:28.013496 | fa163ee6-1e6a-800d-88e9-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-09-30 20:27:28.098357 | fa163ee6-1e6a-800d-88e9-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>Sep 30 20:27:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 20:27:11 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 20:27:11 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 20:27:11 puppet-user: (file & line not available)", "<13>Sep 30 20:27:11 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 20:27:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 20:27:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 20:27:12 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.41 seconds", "<13>Sep 30 20:27:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 20:27:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 20:27:20 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 20:27:20 puppet-user: Notice: Applied catalog in 7.97 seconds", "<13>Sep 30 20:27:20 puppet-user: Application:", "<13>Sep 30 20:27:20 puppet-user: Initial environment: production", "<13>Sep 30 20:27:20 puppet-user: Converged environment: production", "<13>Sep 30 20:27:20 puppet-user: Run mode: user", "<13>Sep 30 20:27:20 puppet-user: Changes:", "<13>Sep 30 20:27:20 puppet-user: Total: 2", "<13>Sep 30 20:27:20 puppet-user: Events:", "<13>Sep 30 20:27:20 puppet-user: Success: 2", "<13>Sep 30 20:27:20 puppet-user: Resources:", "<13>Sep 30 20:27:20 puppet-user: Changed: 2", "<13>Sep 30 20:27:20 puppet-user: Out of sync: 2", "<13>Sep 30 20:27:20 puppet-user: Total: 28", "<13>Sep 30 20:27:20 puppet-user: Time:", "<13>Sep 30 20:27:20 puppet-user: Schedule: 0.00", "<13>Sep 30 20:27:20 puppet-user: Package: 0.00", "<13>Sep 30 20:27:20 puppet-user: File line: 0.00", "<13>Sep 30 20:27:20 puppet-user: File: 0.00", "<13>Sep 30 20:27:20 puppet-user: Augeas: 0.01", "<13>Sep 30 20:27:20 puppet-user: User: 0.03", "<13>Sep 30 20:27:20 puppet-user: Service: 0.07", "<13>Sep 30 20:27:20 puppet-user: Config retrieval: 0.46", "<13>Sep 30 20:27:20 puppet-user: Pcmk property: 1.43", "<13>Sep 30 20:27:20 puppet-user: Exec: 1.93", "<13>Sep 30 20:27:20 puppet-user: Last run: 1759264040", "<13>Sep 30 20:27:20 puppet-user: Pcmk resource default: 2.11", "<13>Sep 30 20:27:20 puppet-user: Pcmk resource op default: 2.17", "<13>Sep 30 20:27:20 puppet-user: Filebucket: 0.00", "<13>Sep 30 20:27:20 puppet-user: Transaction evaluation: 7.96", "<13>Sep 30 20:27:20 puppet-user: Catalog application: 7.97", "<13>Sep 30 20:27:20 puppet-user: Total: 7.98", "<13>Sep 30 20:27:20 puppet-user: Version:", "<13>Sep 30 20:27:20 puppet-user: Config: 1759264031", "<13>Sep 30 20:27:20 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 20:27:28.099727 | fa163ee6-1e6a-800d-88e9-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:31.096005 | 0.08s 2025-09-30 20:27:28.129863 | fa163ee6-1e6a-800d-88e9-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-09-30 20:27:28.153640 | fa163ee6-1e6a-800d-88e9-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:31.149902 | 0.02s 2025-09-30 20:27:28.221745 | fa163ee6-1e6a-800d-88e9-000000003abf | TASK | Gather variables for each operating system 2025-09-30 20:27:28.311569 | fa163ee6-1e6a-800d-88e9-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:31.307832 | 0.09s 2025-09-30 20:27:28.341563 | fa163ee6-1e6a-800d-88e9-000000003ac0 | TASK | Create puppet caching structures 2025-09-30 20:27:28.563840 | fa163ee6-1e6a-800d-88e9-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-09-30 20:27:28.564692 | fa163ee6-1e6a-800d-88e9-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:31.560954 | 0.22s 2025-09-30 20:27:28.583955 | fa163ee6-1e6a-800d-88e9-000000003ac1 | TASK | Check for facter.conf 2025-09-30 20:27:28.829229 | fa163ee6-1e6a-800d-88e9-000000003ac1 | OK | Check for facter.conf | standalone 2025-09-30 20:27:28.830642 | fa163ee6-1e6a-800d-88e9-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:31.826919 | 0.25s 2025-09-30 20:27:28.860736 | fa163ee6-1e6a-800d-88e9-000000003ac2 | TASK | Remove facter.conf if directory 2025-09-30 20:27:28.912060 | fa163ee6-1e6a-800d-88e9-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 20:27:28.913360 | fa163ee6-1e6a-800d-88e9-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:31.909636 | 0.05s 2025-09-30 20:27:28.942952 | fa163ee6-1e6a-800d-88e9-000000003ac3 | TASK | Write facter cache config 2025-09-30 20:27:29.431599 | fa163ee6-1e6a-800d-88e9-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-09-30 20:27:29.433157 | fa163ee6-1e6a-800d-88e9-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:32.429433 | 0.49s 2025-09-30 20:27:29.462845 | fa163ee6-1e6a-800d-88e9-000000003ac4 | TASK | Cleanup facter cache if exists 2025-09-30 20:27:29.695646 | fa163ee6-1e6a-800d-88e9-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 20:27:29.697103 | fa163ee6-1e6a-800d-88e9-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:32.693381 | 0.23s 2025-09-30 20:27:29.726503 | fa163ee6-1e6a-800d-88e9-000000003ac5 | TASK | Pre-cache facts 2025-09-30 20:27:30.336793 | fa163ee6-1e6a-800d-88e9-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-09-30 20:27:30.338118 | fa163ee6-1e6a-800d-88e9-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:33.334396 | 0.61s 2025-09-30 20:27:30.370660 | fa163ee6-1e6a-800d-88e9-000000003ac6 | TASK | Failed deployment if facter fails 2025-09-30 20:27:30.404201 | fa163ee6-1e6a-800d-88e9-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 20:27:30.405436 | fa163ee6-1e6a-800d-88e9-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:33.401711 | 0.03s 2025-09-30 20:27:30.451188 | fa163ee6-1e6a-800d-88e9-000000003ac7 | TASK | Sync cached facts 2025-09-30 20:27:30.754399 | fa163ee6-1e6a-800d-88e9-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-000000003ac7') missing from stats 2025-09-30 20:27:30.812746 | fa163ee6-1e6a-800d-88e9-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 20:27:30.863326 | fa163ee6-1e6a-800d-88e9-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 20:27:30.864495 | fa163ee6-1e6a-800d-88e9-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:33.860771 | 0.05s 2025-09-30 20:27:30.896201 | fa163ee6-1e6a-800d-88e9-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-09-30 20:27:30.926040 | fa163ee6-1e6a-800d-88e9-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:33.922313 | 0.03s 2025-09-30 20:27:30.992244 | fa163ee6-1e6a-800d-88e9-000000003b1e | TASK | Gather variables for each operating system 2025-09-30 20:27:31.114508 | fa163ee6-1e6a-800d-88e9-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:34.110777 | 0.12s 2025-09-30 20:27:31.144097 | fa163ee6-1e6a-800d-88e9-000000003b1f | TASK | Create container logs path 2025-09-30 20:27:31.392432 | fa163ee6-1e6a-800d-88e9-000000003b1f | OK | Create container logs path | standalone 2025-09-30 20:27:31.393783 | fa163ee6-1e6a-800d-88e9-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:34.390060 | 0.25s 2025-09-30 20:27:31.425973 | fa163ee6-1e6a-800d-88e9-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 20:27:31.710931 | fa163ee6-1e6a-800d-88e9-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 20:27:31.711654 | fa163ee6-1e6a-800d-88e9-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:34.707942 | 0.28s 2025-09-30 20:27:31.742711 | fa163ee6-1e6a-800d-88e9-000000003b22 | TASK | Finalise hashes for all containers 2025-09-30 20:27:31.826661 | fa163ee6-1e6a-800d-88e9-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:27:31.828028 | fa163ee6-1e6a-800d-88e9-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:34.824303 | 0.08s 2025-09-30 20:27:31.858350 | fa163ee6-1e6a-800d-88e9-000000003b24 | TASK | Manage systemd shutdown files 2025-09-30 20:27:31.891597 | fa163ee6-1e6a-800d-88e9-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:34.887865 | 0.03s 2025-09-30 20:27:31.927994 | 2bc55445-5802-4062-8777-8312a41e311e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 20:27:31.967782 | fa163ee6-1e6a-800d-88e9-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 20:27:32.237008 | fa163ee6-1e6a-800d-88e9-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 20:27:32.237904 | fa163ee6-1e6a-800d-88e9-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:35.234189 | 0.27s 2025-09-30 20:27:32.262036 | fa163ee6-1e6a-800d-88e9-000000003b58 | TASK | Set podman_drop_in fact 2025-09-30 20:27:32.320055 | fa163ee6-1e6a-800d-88e9-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-09-30 20:27:32.320910 | fa163ee6-1e6a-800d-88e9-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:35.317177 | 0.06s 2025-09-30 20:27:32.343399 | fa163ee6-1e6a-800d-88e9-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 20:27:32.846775 | fa163ee6-1e6a-800d-88e9-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 20:27:32.848338 | fa163ee6-1e6a-800d-88e9-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:35.844614 | 0.50s 2025-09-30 20:27:33.306708 | fa163ee6-1e6a-800d-88e9-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 20:27:33.308493 | fa163ee6-1e6a-800d-88e9-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:36.304774 | 0.96s 2025-09-30 20:27:33.319046 | fa163ee6-1e6a-800d-88e9-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:36.315322 | 0.97s 2025-09-30 20:27:33.350475 | fa163ee6-1e6a-800d-88e9-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 20:27:33.902427 | fa163ee6-1e6a-800d-88e9-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 20:27:33.903899 | fa163ee6-1e6a-800d-88e9-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:36.900176 | 0.55s 2025-09-30 20:27:33.934951 | fa163ee6-1e6a-800d-88e9-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 20:27:34.436471 | fa163ee6-1e6a-800d-88e9-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 20:27:34.437810 | fa163ee6-1e6a-800d-88e9-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:37.434086 | 0.50s 2025-09-30 20:27:34.469905 | fa163ee6-1e6a-800d-88e9-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-09-30 20:27:35.207364 | fa163ee6-1e6a-800d-88e9-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 20:27:35.209368 | fa163ee6-1e6a-800d-88e9-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:38.205639 | 0.74s 2025-09-30 20:27:35.243854 | fa163ee6-1e6a-800d-88e9-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 20:27:35.720035 | fa163ee6-1e6a-800d-88e9-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 20:27:35.721430 | fa163ee6-1e6a-800d-88e9-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:38.717706 | 0.48s 2025-09-30 20:27:35.751939 | fa163ee6-1e6a-800d-88e9-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 20:27:36.266689 | fa163ee6-1e6a-800d-88e9-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 20:27:36.269200 | fa163ee6-1e6a-800d-88e9-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:39.265474 | 0.52s 2025-09-30 20:27:36.299901 | fa163ee6-1e6a-800d-88e9-000000003b60 | TASK | Enable and start netns-placeholder 2025-09-30 20:27:37.077747 | fa163ee6-1e6a-800d-88e9-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 20:27:37.080396 | fa163ee6-1e6a-800d-88e9-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:40.076670 | 0.78s 2025-09-30 20:27:37.136554 | fa163ee6-1e6a-800d-88e9-000000003b26 | TASK | Update container configs with new config hashes 2025-09-30 20:27:37.198280 | fa163ee6-1e6a-800d-88e9-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:40.194546 | 0.06s 2025-09-30 20:27:37.219910 | b3d97aff-32ee-48a5-a29d-64091addd179 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 20:27:37.254486 | fa163ee6-1e6a-800d-88e9-000000003b88 | TASK | Update config hashes for container startup configs 2025-09-30 20:27:37.555120 | fa163ee6-1e6a-800d-88e9-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-09-30 20:27:37.556327 | fa163ee6-1e6a-800d-88e9-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:40.552604 | 0.30s 2025-09-30 20:27:37.591636 | fa163ee6-1e6a-800d-88e9-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 20:27:37.653701 | fa163ee6-1e6a-800d-88e9-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:40.649967 | 0.06s 2025-09-30 20:27:37.677775 | f3f05685-ce2d-4c5b-8300-d09e76dc142a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:27:37.718525 | fa163ee6-1e6a-800d-88e9-000000003ba7 | TASK | Gather podman infos 2025-09-30 20:27:38.915830 | fa163ee6-1e6a-800d-88e9-000000003ba7 | OK | Gather podman infos | standalone 2025-09-30 20:27:38.917008 | fa163ee6-1e6a-800d-88e9-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:41.913290 | 1.20s 2025-09-30 20:27:39.008176 | fa163ee6-1e6a-800d-88e9-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 20:27:39.072208 | fa163ee6-1e6a-800d-88e9-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:42.068484 | 0.06s 2025-09-30 20:27:39.207351 | fa163ee6-1e6a-800d-88e9-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:42.203628 | 0.09s 2025-09-30 20:27:39.253132 | fa163ee6-1e6a-800d-88e9-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 20:27:39.304782 | fa163ee6-1e6a-800d-88e9-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:42.301062 | 0.05s 2025-09-30 20:27:39.319550 | 9b3d055a-785a-44ac-9735-7df7ac015a09 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:27:39.350400 | fa163ee6-1e6a-800d-88e9-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 20:28:35.214372 | fa163ee6-1e6a-800d-88e9-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 20:28:35.215516 | fa163ee6-1e6a-800d-88e9-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:38.211804 | 55.86s 2025-09-30 20:28:35.236052 | fa163ee6-1e6a-800d-88e9-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 20:29:07.530937 | fa163ee6-1e6a-800d-88e9-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 20:29:07.532772 | fa163ee6-1e6a-800d-88e9-000000003c13 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:10.529049 | 32.30s 2025-09-30 20:29:07.603802 | fa163ee6-1e6a-800d-88e9-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-09-30 20:29:07.843663 | fa163ee6-1e6a-800d-88e9-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-09-30 20:29:07.845170 | fa163ee6-1e6a-800d-88e9-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:10.841445 | 0.24s 2025-09-30 20:29:07.894763 | fa163ee6-1e6a-800d-88e9-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-09-30 20:29:07.955409 | fa163ee6-1e6a-800d-88e9-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:10.951674 | 0.06s 2025-09-30 20:29:07.986665 | fa163ee6-1e6a-800d-88e9-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-09-30 20:29:08.026537 | fa163ee6-1e6a-800d-88e9-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:11.022802 | 0.04s 2025-09-30 20:29:08.052843 | 9db487bb-8ddc-47e5-8a99-8dce0fb49ac2 | INCLUDED | /root/standalone-ansible-lu02624j/host-container-puppet-tasks.yaml | standalone 2025-09-30 20:29:08.101953 | fa163ee6-1e6a-800d-88e9-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-09-30 20:29:08.569571 | fa163ee6-1e6a-800d-88e9-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-09-30 20:29:08.570883 | fa163ee6-1e6a-800d-88e9-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:11.567159 | 0.47s 2025-09-30 20:29:08.601404 | fa163ee6-1e6a-800d-88e9-000000003c60 | TASK | Generate container puppet configs for step 3 2025-09-30 20:29:08.867894 | fa163ee6-1e6a-800d-88e9-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-09-30 20:29:08.869383 | fa163ee6-1e6a-800d-88e9-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:11.865654 | 0.27s 2025-09-30 20:29:08.901103 | fa163ee6-1e6a-800d-88e9-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-09-30 20:29:08.931637 | fa163ee6-1e6a-800d-88e9-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:11.927906 | 0.03s 2025-09-30 20:29:09.001259 | fa163ee6-1e6a-800d-88e9-000000003c90 | TASK | Gather variables for each operating system 2025-09-30 20:29:09.124341 | fa163ee6-1e6a-800d-88e9-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:12.120606 | 0.12s 2025-09-30 20:29:09.154744 | fa163ee6-1e6a-800d-88e9-000000003c91 | TASK | Create container logs path 2025-09-30 20:29:09.345860 | fa163ee6-1e6a-800d-88e9-000000003c91 | OK | Create container logs path | standalone 2025-09-30 20:29:09.347305 | fa163ee6-1e6a-800d-88e9-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:12.343584 | 0.19s 2025-09-30 20:29:09.380634 | fa163ee6-1e6a-800d-88e9-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 20:29:09.592214 | fa163ee6-1e6a-800d-88e9-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 20:29:09.593591 | fa163ee6-1e6a-800d-88e9-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:12.589868 | 0.21s 2025-09-30 20:29:09.624359 | fa163ee6-1e6a-800d-88e9-000000003c94 | TASK | Finalise hashes for all containers 2025-09-30 20:29:09.669064 | fa163ee6-1e6a-800d-88e9-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:29:09.671053 | fa163ee6-1e6a-800d-88e9-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:12.667329 | 0.05s 2025-09-30 20:29:09.704023 | fa163ee6-1e6a-800d-88e9-000000003c96 | TASK | Manage systemd shutdown files 2025-09-30 20:29:09.749972 | fa163ee6-1e6a-800d-88e9-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:29:09.751344 | fa163ee6-1e6a-800d-88e9-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:12.747619 | 0.05s 2025-09-30 20:29:09.782796 | fa163ee6-1e6a-800d-88e9-000000003c98 | TASK | Update container configs with new config hashes 2025-09-30 20:29:09.833516 | fa163ee6-1e6a-800d-88e9-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:29:09.834825 | fa163ee6-1e6a-800d-88e9-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:12.831101 | 0.05s 2025-09-30 20:29:09.867739 | fa163ee6-1e6a-800d-88e9-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 20:29:09.923776 | fa163ee6-1e6a-800d-88e9-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 20:29:09.925210 | fa163ee6-1e6a-800d-88e9-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:12.921484 | 0.06s 2025-09-30 20:29:09.958080 | fa163ee6-1e6a-800d-88e9-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 20:29:10.009571 | fa163ee6-1e6a-800d-88e9-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 20:29:10.010703 | fa163ee6-1e6a-800d-88e9-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:13.006980 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-09-30 20:29:10.169691 | fa163ee6-1e6a-800d-88e9-0000000000de | TASK | External deployment step 4 2025-09-30 20:29:10.200153 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000de') missing from stats 2025-09-30 20:29:10.242483 | fa163ee6-1e6a-800d-88e9-0000000000df | TIMING | include_tasks | undercloud | 0:20:13.238759 | 0.03s 2025-09-30 20:29:10.264302 | 8a1bfba3-2fa5-4a35-be65-93abe988dbab | INCLUDED | /root/standalone-ansible-lu02624j/external_deploy_steps_tasks_step4.yaml | undercloud 2025-09-30 20:29:10.281524 | fa163ee6-1e6a-800d-88e9-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-09-30 20:29:11.861731 | fa163ee6-1e6a-800d-88e9-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-09-30 20:29:11.864104 | fa163ee6-1e6a-800d-88e9-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:14.860376 | 1.58s 2025-09-30 20:29:13.031654 | fa163ee6-1e6a-800d-88e9-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-09-30 20:29:13.033737 | fa163ee6-1e6a-800d-88e9-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:16.030011 | 2.75s 2025-09-30 20:29:13.043777 | fa163ee6-1e6a-800d-88e9-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:16.040052 | 2.76s 2025-09-30 20:29:13.063522 | fa163ee6-1e6a-800d-88e9-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-09-30 20:29:13.118257 | fa163ee6-1e6a-800d-88e9-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:16.114521 | 0.05s 2025-09-30 20:29:13.184879 | fa163ee6-1e6a-800d-88e9-000000003d18 | TASK | Create Keystone Admin resources 2025-09-30 20:29:13.234881 | fa163ee6-1e6a-800d-88e9-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:16.231149 | 0.05s 2025-09-30 20:29:13.262347 | a0a5b752-c139-40f0-9b60-9d1f20291b96 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-09-30 20:29:13.291414 | fa163ee6-1e6a-800d-88e9-000000003d59 | TASK | Create admin and service projects 2025-09-30 20:29:13.342696 | fa163ee6-1e6a-800d-88e9-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:16.338967 | 0.05s 2025-09-30 20:29:13.354374 | cd0dccd6-2233-49d3-9398-76d13c1c9e83 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-09-30 20:29:13.385965 | fa163ee6-1e6a-800d-88e9-000000003daa | TASK | Async creation of Keystone project 2025-09-30 20:29:13.804034 | fa163ee6-1e6a-800d-88e9-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-09-30 20:29:13.805032 | fa163ee6-1e6a-800d-88e9-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:16.801315 | 0.42s 2025-09-30 20:29:14.094667 | fa163ee6-1e6a-800d-88e9-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-09-30 20:29:14.095899 | fa163ee6-1e6a-800d-88e9-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:17.092174 | 0.71s 2025-09-30 20:29:14.104471 | fa163ee6-1e6a-800d-88e9-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:17.100747 | 0.72s 2025-09-30 20:29:14.124390 | fa163ee6-1e6a-800d-88e9-000000003dac | TASK | Check Keystone project status 2025-09-30 20:29:14.400892 | fa163ee6-1e6a-800d-88e9-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-09-30 20:29:19.632837 | fa163ee6-1e6a-800d-88e9-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-09-30 20:29:19.635252 | fa163ee6-1e6a-800d-88e9-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:22.631527 | 5.51s 2025-09-30 20:29:19.864728 | fa163ee6-1e6a-800d-88e9-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-09-30 20:29:19.868195 | fa163ee6-1e6a-800d-88e9-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:22.864474 | 5.74s 2025-09-30 20:29:19.877575 | fa163ee6-1e6a-800d-88e9-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:22.873847 | 5.75s 2025-09-30 20:29:19.898851 | fa163ee6-1e6a-800d-88e9-000000003d5a | TASK | Create admin role 2025-09-30 20:29:21.040378 | fa163ee6-1e6a-800d-88e9-000000003d5a | OK | Create admin role | undercloud 2025-09-30 20:29:21.042156 | fa163ee6-1e6a-800d-88e9-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:24.038426 | 1.14s 2025-09-30 20:29:21.062354 | fa163ee6-1e6a-800d-88e9-000000003d5b | TASK | Create _member_ role 2025-09-30 20:29:21.127447 | fa163ee6-1e6a-800d-88e9-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-09-30 20:29:21.128993 | fa163ee6-1e6a-800d-88e9-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:24.125264 | 0.06s 2025-09-30 20:29:21.150892 | fa163ee6-1e6a-800d-88e9-000000003d5c | TASK | Check admin password 2025-09-30 20:29:22.462866 | fa163ee6-1e6a-800d-88e9-000000003d5c | OK | Check admin password | undercloud 2025-09-30 20:29:22.464241 | fa163ee6-1e6a-800d-88e9-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:25.460521 | 1.31s 2025-09-30 20:29:22.483305 | fa163ee6-1e6a-800d-88e9-000000003d5d | TASK | Create admin user 2025-09-30 20:29:24.151878 | fa163ee6-1e6a-800d-88e9-000000003d5d | CHANGED | Create admin user | undercloud 2025-09-30 20:29:24.152946 | fa163ee6-1e6a-800d-88e9-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:27.149232 | 1.67s 2025-09-30 20:29:24.167401 | fa163ee6-1e6a-800d-88e9-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-09-30 20:29:25.781766 | fa163ee6-1e6a-800d-88e9-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-09-30 20:29:25.784515 | fa163ee6-1e6a-800d-88e9-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:28.780789 | 1.62s 2025-09-30 20:29:25.805557 | fa163ee6-1e6a-800d-88e9-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-09-30 20:29:25.845975 | fa163ee6-1e6a-800d-88e9-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-09-30 20:29:25.847303 | fa163ee6-1e6a-800d-88e9-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:28.843577 | 0.04s 2025-09-30 20:29:25.866767 | fa163ee6-1e6a-800d-88e9-000000003d60 | TASK | Create identity service 2025-09-30 20:29:27.045611 | fa163ee6-1e6a-800d-88e9-000000003d60 | OK | Create identity service | undercloud 2025-09-30 20:29:27.047076 | fa163ee6-1e6a-800d-88e9-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:30.043350 | 1.18s 2025-09-30 20:29:27.065978 | fa163ee6-1e6a-800d-88e9-000000003d61 | TASK | Create identity public endpoint 2025-09-30 20:29:28.281538 | fa163ee6-1e6a-800d-88e9-000000003d61 | OK | Create identity public endpoint | undercloud 2025-09-30 20:29:28.283055 | fa163ee6-1e6a-800d-88e9-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:31.279330 | 1.22s 2025-09-30 20:29:28.305721 | fa163ee6-1e6a-800d-88e9-000000003d62 | TASK | Create identity internal endpoint 2025-09-30 20:29:29.522756 | fa163ee6-1e6a-800d-88e9-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-09-30 20:29:29.523518 | fa163ee6-1e6a-800d-88e9-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:32.519806 | 1.22s 2025-09-30 20:29:29.537892 | fa163ee6-1e6a-800d-88e9-000000003d63 | TASK | Create identity admin endpoint 2025-09-30 20:29:30.793834 | fa163ee6-1e6a-800d-88e9-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-09-30 20:29:30.795255 | fa163ee6-1e6a-800d-88e9-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:33.791531 | 1.26s 2025-09-30 20:29:30.816979 | fa163ee6-1e6a-800d-88e9-000000003d19 | TASK | Create Keystone Projects 2025-09-30 20:29:30.887877 | fa163ee6-1e6a-800d-88e9-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:33.884140 | 0.07s 2025-09-30 20:29:30.894035 | fa163ee6-1e6a-800d-88e9-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:33.890323 | 0.08s 2025-09-30 20:29:30.900670 | 4bb3db14-4eb7-4efa-b12e-0bd67f515aec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-09-30 20:29:30.933773 | fa163ee6-1e6a-800d-88e9-000000003e36 | TASK | Async creation of Keystone project 2025-09-30 20:29:31.247561 | fa163ee6-1e6a-800d-88e9-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-09-30 20:29:31.248569 | fa163ee6-1e6a-800d-88e9-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:34.244853 | 0.31s 2025-09-30 20:29:31.253760 | fa163ee6-1e6a-800d-88e9-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:34.250050 | 0.32s 2025-09-30 20:29:31.269598 | fa163ee6-1e6a-800d-88e9-000000003e38 | TASK | Check Keystone project status 2025-09-30 20:29:31.542660 | fa163ee6-1e6a-800d-88e9-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-09-30 20:29:36.762137 | fa163ee6-1e6a-800d-88e9-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-09-30 20:29:36.763526 | fa163ee6-1e6a-800d-88e9-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:39.759803 | 5.49s 2025-09-30 20:29:36.770493 | fa163ee6-1e6a-800d-88e9-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:39.766766 | 5.50s 2025-09-30 20:29:36.790045 | fa163ee6-1e6a-800d-88e9-000000003d1b | TASK | Create Keystone Domains 2025-09-30 20:29:36.890819 | fa163ee6-1e6a-800d-88e9-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:39.887088 | 0.10s 2025-09-30 20:29:36.895521 | fa163ee6-1e6a-800d-88e9-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:39.891794 | 0.10s 2025-09-30 20:29:36.910787 | 8cdf9c7e-5fa9-4edd-9b61-aeadef7e18ee | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-09-30 20:29:36.961098 | fa163ee6-1e6a-800d-88e9-000000003eeb | TASK | Async creation of Keystone domains 2025-09-30 20:29:37.387644 | fa163ee6-1e6a-800d-88e9-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-09-30 20:29:37.389886 | fa163ee6-1e6a-800d-88e9-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:40.386167 | 0.43s 2025-09-30 20:29:37.400497 | fa163ee6-1e6a-800d-88e9-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:40.396769 | 0.44s 2025-09-30 20:29:37.419653 | fa163ee6-1e6a-800d-88e9-000000003eed | TASK | Check Keystone domain status 2025-09-30 20:29:37.699243 | fa163ee6-1e6a-800d-88e9-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-09-30 20:29:42.979707 | fa163ee6-1e6a-800d-88e9-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-09-30 20:29:42.981390 | fa163ee6-1e6a-800d-88e9-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:45.977666 | 5.56s 2025-09-30 20:29:42.986487 | fa163ee6-1e6a-800d-88e9-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:45.982749 | 5.57s 2025-09-30 20:29:43.009828 | fa163ee6-1e6a-800d-88e9-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-09-30 20:29:43.062745 | fa163ee6-1e6a-800d-88e9-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:46.059014 | 0.05s 2025-09-30 20:29:43.081036 | 67375996-79d8-4f0c-957f-d3e741fac5c9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-09-30 20:29:43.134789 | fa163ee6-1e6a-800d-88e9-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-09-30 20:29:44.524210 | fa163ee6-1e6a-800d-88e9-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-09-30 20:29:44.525641 | fa163ee6-1e6a-800d-88e9-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:47.521916 | 1.39s 2025-09-30 20:29:44.544224 | fa163ee6-1e6a-800d-88e9-000000003fb6 | TASK | Set openstack_domains fact 2025-09-30 20:29:44.605060 | fa163ee6-1e6a-800d-88e9-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-09-30 20:29:44.606316 | fa163ee6-1e6a-800d-88e9-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:47.602594 | 0.06s 2025-09-30 20:29:44.624468 | fa163ee6-1e6a-800d-88e9-000000003d1e | TASK | Create Keystone Services 2025-09-30 20:29:44.724967 | fa163ee6-1e6a-800d-88e9-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:47.721206 | 0.10s 2025-09-30 20:29:44.743578 | fa163ee6-1e6a-800d-88e9-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:47.739861 | 0.12s 2025-09-30 20:29:44.758001 | fa163ee6-1e6a-800d-88e9-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:47.754280 | 0.13s 2025-09-30 20:29:44.776073 | 08d34289-17f7-49db-8a95-06214cf0af19 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-09-30 20:29:44.784782 | a2094d00-bf30-4e0c-8e4f-cdf3f85576b8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-09-30 20:29:44.833162 | fa163ee6-1e6a-800d-88e9-000000004092 | TASK | Async creation of Keystone service 2025-09-30 20:29:45.172992 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-09-30 20:29:45.175172 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:48.171444 | 0.34s 2025-09-30 20:29:45.484307 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-09-30 20:29:45.485711 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:48.481999 | 0.65s 2025-09-30 20:29:45.763011 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-09-30 20:29:45.764119 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:48.760400 | 0.93s 2025-09-30 20:29:46.035114 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-09-30 20:29:46.035691 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.031981 | 1.20s 2025-09-30 20:29:46.390505 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-09-30 20:29:46.391130 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.387419 | 1.56s 2025-09-30 20:29:46.662117 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-09-30 20:29:46.663424 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.659714 | 1.83s 2025-09-30 20:29:46.944431 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-09-30 20:29:46.945491 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:49.941772 | 2.11s 2025-09-30 20:29:47.210714 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-09-30 20:29:47.212304 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.208585 | 2.38s 2025-09-30 20:29:47.490377 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-09-30 20:29:47.492302 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.488583 | 2.66s 2025-09-30 20:29:47.779139 | fa163ee6-1e6a-800d-88e9-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-09-30 20:29:47.782164 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.778452 | 2.95s 2025-09-30 20:29:47.792344 | fa163ee6-1e6a-800d-88e9-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:50.788624 | 2.96s 2025-09-30 20:29:47.812947 | fa163ee6-1e6a-800d-88e9-000000004094 | TASK | Check Keystone service status 2025-09-30 20:29:48.065754 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-09-30 20:29:48.066746 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:51.063030 | 0.25s 2025-09-30 20:29:48.292369 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-09-30 20:29:48.296973 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:51.293251 | 0.48s 2025-09-30 20:29:48.510405 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-09-30 20:29:48.511517 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:51.507799 | 0.70s 2025-09-30 20:29:48.772433 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-09-30 20:29:48.773421 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:51.769706 | 0.96s 2025-09-30 20:29:49.034264 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-09-30 20:29:49.035661 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.031948 | 1.22s 2025-09-30 20:29:49.276975 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-09-30 20:29:49.278146 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.274434 | 1.46s 2025-09-30 20:29:49.526413 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-09-30 20:29:49.527047 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.523337 | 1.71s 2025-09-30 20:29:49.781296 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-09-30 20:29:49.783079 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:52.779360 | 1.97s 2025-09-30 20:29:50.038803 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-09-30 20:29:50.040060 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.036340 | 2.23s 2025-09-30 20:29:50.314850 | fa163ee6-1e6a-800d-88e9-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-09-30 20:29:50.315544 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.311832 | 2.50s 2025-09-30 20:29:50.324862 | fa163ee6-1e6a-800d-88e9-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:53.321138 | 2.51s 2025-09-30 20:29:50.351653 | fa163ee6-1e6a-800d-88e9-000000004099 | TASK | Async creation of Keystone service 2025-09-30 20:29:50.714238 | fa163ee6-1e6a-800d-88e9-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-09-30 20:29:50.716694 | fa163ee6-1e6a-800d-88e9-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:53.712958 | 0.36s 2025-09-30 20:29:51.016817 | fa163ee6-1e6a-800d-88e9-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-09-30 20:29:51.017874 | fa163ee6-1e6a-800d-88e9-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:54.014157 | 0.66s 2025-09-30 20:29:51.335233 | fa163ee6-1e6a-800d-88e9-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-09-30 20:29:51.336665 | fa163ee6-1e6a-800d-88e9-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:54.332947 | 0.98s 2025-09-30 20:29:51.617972 | fa163ee6-1e6a-800d-88e9-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-09-30 20:29:51.619004 | fa163ee6-1e6a-800d-88e9-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:54.615286 | 1.27s 2025-09-30 20:29:51.625485 | fa163ee6-1e6a-800d-88e9-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:54.621765 | 1.27s 2025-09-30 20:29:51.644341 | fa163ee6-1e6a-800d-88e9-00000000409b | TASK | Check Keystone service status 2025-09-30 20:29:51.929562 | fa163ee6-1e6a-800d-88e9-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-09-30 20:29:51.931385 | fa163ee6-1e6a-800d-88e9-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:54.927655 | 0.29s 2025-09-30 20:29:52.170913 | fa163ee6-1e6a-800d-88e9-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-09-30 20:29:52.172450 | fa163ee6-1e6a-800d-88e9-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:55.168730 | 0.53s 2025-09-30 20:29:52.367418 | fa163ee6-1e6a-800d-88e9-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-09-30 20:29:57.593248 | fa163ee6-1e6a-800d-88e9-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-09-30 20:29:57.595466 | fa163ee6-1e6a-800d-88e9-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:00.591743 | 5.95s 2025-09-30 20:29:57.864954 | fa163ee6-1e6a-800d-88e9-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-09-30 20:29:57.865768 | fa163ee6-1e6a-800d-88e9-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:00.862055 | 6.22s 2025-09-30 20:29:57.874528 | fa163ee6-1e6a-800d-88e9-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:00.870800 | 6.23s 2025-09-30 20:29:57.897135 | fa163ee6-1e6a-800d-88e9-000000003d20 | TASK | Create Keystone Endpoints 2025-09-30 20:29:57.944243 | fa163ee6-1e6a-800d-88e9-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:00.940514 | 0.05s 2025-09-30 20:29:57.964896 | fa163ee6-1e6a-800d-88e9-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:00.961178 | 0.07s 2025-09-30 20:29:57.985507 | fa163ee6-1e6a-800d-88e9-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:00.981789 | 0.09s 2025-09-30 20:29:57.991674 | fa163ee6-1e6a-800d-88e9-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:00.987950 | 0.09s 2025-09-30 20:29:58.010160 | 8ea7d3da-346c-4891-9a8a-8ad0e6dc6965 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 20:29:58.016191 | 9bf601f5-b422-44c0-83e3-230227f527a9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 20:29:58.021992 | f7dc92f1-c873-4ab8-ac36-f2b3a7384cbb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 20:29:58.076648 | fa163ee6-1e6a-800d-88e9-0000000041cf | TASK | Create Keystone public endpoints 2025-09-30 20:29:58.168998 | fa163ee6-1e6a-800d-88e9-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:01.165253 | 0.09s 2025-09-30 20:29:58.188130 | fa163ee6-1e6a-800d-88e9-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:01.184419 | 0.11s 2025-09-30 20:29:58.193686 | fa163ee6-1e6a-800d-88e9-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:01.189969 | 0.12s 2025-09-30 20:29:58.203224 | 4e5bc333-c746-4440-8c1b-91cba9f21d1a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 20:29:58.208267 | 2e57b411-9332-49f4-bc3e-7d11883ed188 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 20:29:58.227697 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-09-30 20:29:58.613316 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-09-30 20:29:58.614428 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:01.610708 | 0.39s 2025-09-30 20:29:58.964664 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-09-30 20:29:58.965329 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:01.961619 | 0.74s 2025-09-30 20:29:59.259528 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-09-30 20:29:59.260518 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.256800 | 1.03s 2025-09-30 20:29:59.533981 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-09-30 20:29:59.535015 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.531296 | 1.31s 2025-09-30 20:29:59.820513 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-09-30 20:29:59.821480 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:02.817763 | 1.59s 2025-09-30 20:30:00.147277 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-09-30 20:30:00.148271 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.144552 | 1.92s 2025-09-30 20:30:00.468953 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-09-30 20:30:00.469707 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.465993 | 2.24s 2025-09-30 20:30:00.761269 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-09-30 20:30:00.762588 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:03.758876 | 2.53s 2025-09-30 20:30:01.031599 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-09-30 20:30:01.032718 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.028999 | 2.80s 2025-09-30 20:30:01.268986 | fa163ee6-1e6a-800d-88e9-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-09-30 20:30:01.270167 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.266457 | 3.04s 2025-09-30 20:30:01.281310 | fa163ee6-1e6a-800d-88e9-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:04.277591 | 3.05s 2025-09-30 20:30:01.298899 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TASK | Check Keystone public endpoint status 2025-09-30 20:30:01.517851 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-09-30 20:30:01.518792 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:04.515077 | 0.22s 2025-09-30 20:30:01.757989 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-09-30 20:30:01.758803 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:04.755090 | 0.46s 2025-09-30 20:30:02.011481 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-09-30 20:30:02.014018 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:05.010298 | 0.71s 2025-09-30 20:30:02.271229 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-09-30 20:30:02.271973 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:05.268261 | 0.97s 2025-09-30 20:30:02.543719 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-09-30 20:30:02.544824 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:05.541107 | 1.24s 2025-09-30 20:30:02.772713 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-09-30 20:30:02.773592 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:05.769877 | 1.47s 2025-09-30 20:30:03.014445 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-09-30 20:30:03.016444 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.012724 | 1.72s 2025-09-30 20:30:03.232114 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-09-30 20:30:03.233883 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.230168 | 1.93s 2025-09-30 20:30:03.498446 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-09-30 20:30:03.499222 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.495511 | 2.20s 2025-09-30 20:30:03.769288 | fa163ee6-1e6a-800d-88e9-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-09-30 20:30:03.770492 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.766773 | 2.47s 2025-09-30 20:30:03.787851 | fa163ee6-1e6a-800d-88e9-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:06.784121 | 2.49s 2025-09-30 20:30:03.815257 | fa163ee6-1e6a-800d-88e9-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-09-30 20:30:04.161310 | fa163ee6-1e6a-800d-88e9-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-09-30 20:30:04.163239 | fa163ee6-1e6a-800d-88e9-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:07.159509 | 0.35s 2025-09-30 20:30:04.438014 | fa163ee6-1e6a-800d-88e9-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-09-30 20:30:04.439163 | fa163ee6-1e6a-800d-88e9-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:07.435438 | 0.62s 2025-09-30 20:30:04.668554 | fa163ee6-1e6a-800d-88e9-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-09-30 20:30:04.670299 | fa163ee6-1e6a-800d-88e9-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:07.666580 | 0.85s 2025-09-30 20:30:04.932362 | fa163ee6-1e6a-800d-88e9-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-09-30 20:30:04.933576 | fa163ee6-1e6a-800d-88e9-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:07.929864 | 1.12s 2025-09-30 20:30:04.943978 | fa163ee6-1e6a-800d-88e9-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:07.940261 | 1.13s 2025-09-30 20:30:04.960071 | fa163ee6-1e6a-800d-88e9-000000004300 | TASK | Check Keystone public endpoint status 2025-09-30 20:30:05.239318 | fa163ee6-1e6a-800d-88e9-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-09-30 20:30:10.473569 | fa163ee6-1e6a-800d-88e9-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-09-30 20:30:10.474942 | fa163ee6-1e6a-800d-88e9-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:13.471193 | 5.51s 2025-09-30 20:30:10.731599 | fa163ee6-1e6a-800d-88e9-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-09-30 20:30:10.732883 | fa163ee6-1e6a-800d-88e9-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:13.729158 | 5.77s 2025-09-30 20:30:10.981765 | fa163ee6-1e6a-800d-88e9-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-09-30 20:30:10.982452 | fa163ee6-1e6a-800d-88e9-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:13.978741 | 6.02s 2025-09-30 20:30:11.223284 | fa163ee6-1e6a-800d-88e9-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-09-30 20:30:11.224486 | fa163ee6-1e6a-800d-88e9-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:14.220768 | 6.26s 2025-09-30 20:30:11.245881 | fa163ee6-1e6a-800d-88e9-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:14.242156 | 6.28s 2025-09-30 20:30:11.269696 | fa163ee6-1e6a-800d-88e9-0000000041d4 | TASK | Create Keystone admin endpoints 2025-09-30 20:30:11.379435 | fa163ee6-1e6a-800d-88e9-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:14.375693 | 0.11s 2025-09-30 20:30:11.400344 | fa163ee6-1e6a-800d-88e9-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:14.396621 | 0.13s 2025-09-30 20:30:11.417207 | fa163ee6-1e6a-800d-88e9-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:14.413481 | 0.15s 2025-09-30 20:30:11.439281 | 36ab483b-b25e-45d1-9613-9d2535a4715f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 20:30:11.455433 | e9fac66a-b5f8-41a4-a91c-c72d866ca87f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 20:30:11.483846 | fa163ee6-1e6a-800d-88e9-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-09-30 20:30:11.832558 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-09-30 20:30:11.834058 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:14.830330 | 0.35s 2025-09-30 20:30:12.106177 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-09-30 20:30:12.109361 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:15.105639 | 0.62s 2025-09-30 20:30:12.388269 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-09-30 20:30:12.390646 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:15.386930 | 0.91s 2025-09-30 20:30:12.687326 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-09-30 20:30:12.687904 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:15.684195 | 1.20s 2025-09-30 20:30:12.979232 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-09-30 20:30:12.981995 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:15.978275 | 1.50s 2025-09-30 20:30:13.223937 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-09-30 20:30:13.226646 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:16.222925 | 1.74s 2025-09-30 20:30:13.480344 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-09-30 20:30:13.483599 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:16.479883 | 2.00s 2025-09-30 20:30:13.746985 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-09-30 20:30:13.749854 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:16.746132 | 2.26s 2025-09-30 20:30:13.994787 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-09-30 20:30:13.995392 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:16.991681 | 2.51s 2025-09-30 20:30:14.282180 | fa163ee6-1e6a-800d-88e9-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-09-30 20:30:14.282795 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:17.279084 | 2.80s 2025-09-30 20:30:14.294356 | fa163ee6-1e6a-800d-88e9-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:17.290642 | 2.81s 2025-09-30 20:30:14.310415 | fa163ee6-1e6a-800d-88e9-00000000435e | TASK | Check Keystone admin endpoint status 2025-09-30 20:30:14.534317 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-09-30 20:30:14.535345 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:17.531630 | 0.22s 2025-09-30 20:30:14.764206 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-09-30 20:30:14.766073 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:17.762353 | 0.45s 2025-09-30 20:30:15.041775 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-09-30 20:30:15.043505 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:18.039785 | 0.73s 2025-09-30 20:30:15.264633 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-09-30 20:30:15.265663 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:18.261945 | 0.95s 2025-09-30 20:30:15.537022 | fa163ee6-1e6a-800d-88e9-00000000435e | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-09-30 20:30:20.761191 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-09-30 20:30:20.762631 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:23.758919 | 6.45s 2025-09-30 20:30:21.030782 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-09-30 20:30:21.032631 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.028913 | 6.72s 2025-09-30 20:30:21.296774 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-09-30 20:30:21.297972 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.294253 | 6.99s 2025-09-30 20:30:21.566176 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-09-30 20:30:21.567338 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.563619 | 7.26s 2025-09-30 20:30:21.787483 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-09-30 20:30:21.789848 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:24.786129 | 7.48s 2025-09-30 20:30:22.024793 | fa163ee6-1e6a-800d-88e9-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-09-30 20:30:22.025951 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.022205 | 7.71s 2025-09-30 20:30:22.037604 | fa163ee6-1e6a-800d-88e9-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:25.033874 | 7.73s 2025-09-30 20:30:22.065048 | fa163ee6-1e6a-800d-88e9-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-09-30 20:30:22.401913 | fa163ee6-1e6a-800d-88e9-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-09-30 20:30:22.404389 | fa163ee6-1e6a-800d-88e9-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:25.400659 | 0.34s 2025-09-30 20:30:22.711739 | fa163ee6-1e6a-800d-88e9-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-09-30 20:30:22.712793 | fa163ee6-1e6a-800d-88e9-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:25.709075 | 0.65s 2025-09-30 20:30:22.968553 | fa163ee6-1e6a-800d-88e9-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-09-30 20:30:22.969672 | fa163ee6-1e6a-800d-88e9-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:25.965952 | 0.90s 2025-09-30 20:30:23.258428 | fa163ee6-1e6a-800d-88e9-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-09-30 20:30:23.259614 | fa163ee6-1e6a-800d-88e9-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:26.255895 | 1.19s 2025-09-30 20:30:23.265698 | fa163ee6-1e6a-800d-88e9-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:26.261976 | 1.20s 2025-09-30 20:30:23.284070 | fa163ee6-1e6a-800d-88e9-000000004365 | TASK | Check Keystone admin endpoint status 2025-09-30 20:30:23.553636 | fa163ee6-1e6a-800d-88e9-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-09-30 20:30:28.786386 | fa163ee6-1e6a-800d-88e9-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-09-30 20:30:28.788802 | fa163ee6-1e6a-800d-88e9-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:31.785075 | 5.50s 2025-09-30 20:30:29.040051 | fa163ee6-1e6a-800d-88e9-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-09-30 20:30:29.042060 | fa163ee6-1e6a-800d-88e9-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:32.038340 | 5.76s 2025-09-30 20:30:29.283850 | fa163ee6-1e6a-800d-88e9-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-09-30 20:30:29.285910 | fa163ee6-1e6a-800d-88e9-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:32.282189 | 6.00s 2025-09-30 20:30:29.538467 | fa163ee6-1e6a-800d-88e9-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-09-30 20:30:29.539794 | fa163ee6-1e6a-800d-88e9-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:32.536074 | 6.25s 2025-09-30 20:30:29.548189 | fa163ee6-1e6a-800d-88e9-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:32.544463 | 6.26s 2025-09-30 20:30:29.572763 | fa163ee6-1e6a-800d-88e9-0000000041d9 | TASK | Create Keystone internal endpoints 2025-09-30 20:30:29.687682 | fa163ee6-1e6a-800d-88e9-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:32.683940 | 0.11s 2025-09-30 20:30:29.705467 | fa163ee6-1e6a-800d-88e9-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:32.701749 | 0.13s 2025-09-30 20:30:29.720133 | fa163ee6-1e6a-800d-88e9-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:32.716404 | 0.14s 2025-09-30 20:30:29.738163 | 5db08d3a-4a2e-4119-9e8b-14caf33562b1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 20:30:29.750821 | 62d9dc6c-255b-42ed-9cdb-51f64055ab4d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 20:30:29.773473 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TASK | Async creation of Keystone internal endpoint 2025-09-30 20:30:30.059288 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-09-30 20:30:30.061299 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:33.057565 | 0.29s 2025-09-30 20:30:30.342216 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-09-30 20:30:30.343349 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:33.339628 | 0.57s 2025-09-30 20:30:30.620154 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-09-30 20:30:30.621233 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:33.617514 | 0.85s 2025-09-30 20:30:30.863035 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-09-30 20:30:30.864061 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:33.860349 | 1.09s 2025-09-30 20:30:31.150008 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-09-30 20:30:31.151441 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.147729 | 1.38s 2025-09-30 20:30:31.485419 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-09-30 20:30:31.486237 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.482524 | 1.71s 2025-09-30 20:30:31.837190 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-09-30 20:30:31.838330 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:34.834611 | 2.06s 2025-09-30 20:30:32.188989 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-09-30 20:30:32.189731 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.186019 | 2.41s 2025-09-30 20:30:32.551332 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-09-30 20:30:32.552196 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.548482 | 2.78s 2025-09-30 20:30:32.888118 | fa163ee6-1e6a-800d-88e9-0000000043c3 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-09-30 20:30:32.889295 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.885575 | 3.11s 2025-09-30 20:30:32.897608 | fa163ee6-1e6a-800d-88e9-0000000043c3 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:35.893872 | 3.12s 2025-09-30 20:30:32.922258 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TASK | Check Keystone internal endpoint status 2025-09-30 20:30:33.195609 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-09-30 20:30:33.197303 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:36.193576 | 0.27s 2025-09-30 20:30:33.421135 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-09-30 20:30:33.422555 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:36.418842 | 0.50s 2025-09-30 20:30:33.689531 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-09-30 20:30:33.691179 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:36.687458 | 0.77s 2025-09-30 20:30:33.903447 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-09-30 20:30:33.904148 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:36.900437 | 0.98s 2025-09-30 20:30:34.153011 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-09-30 20:30:34.155481 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.151757 | 1.23s 2025-09-30 20:30:34.368098 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-09-30 20:30:34.369236 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.365518 | 1.44s 2025-09-30 20:30:34.611861 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-09-30 20:30:34.612624 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.608911 | 1.69s 2025-09-30 20:30:34.869747 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-09-30 20:30:34.871102 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:37.867378 | 1.95s 2025-09-30 20:30:35.120940 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-09-30 20:30:35.122911 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.119192 | 2.20s 2025-09-30 20:30:35.378742 | fa163ee6-1e6a-800d-88e9-0000000043c5 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-09-30 20:30:35.380068 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.376345 | 2.45s 2025-09-30 20:30:35.390966 | fa163ee6-1e6a-800d-88e9-0000000043c5 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:38.387248 | 2.47s 2025-09-30 20:30:35.418889 | fa163ee6-1e6a-800d-88e9-0000000043ca | TASK | Async creation of Keystone internal endpoint 2025-09-30 20:30:35.777436 | fa163ee6-1e6a-800d-88e9-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-09-30 20:30:35.780016 | fa163ee6-1e6a-800d-88e9-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:38.776286 | 0.36s 2025-09-30 20:30:36.092253 | fa163ee6-1e6a-800d-88e9-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-09-30 20:30:36.094076 | fa163ee6-1e6a-800d-88e9-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:39.090356 | 0.67s 2025-09-30 20:30:36.426995 | fa163ee6-1e6a-800d-88e9-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-09-30 20:30:36.428601 | fa163ee6-1e6a-800d-88e9-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:39.424883 | 1.01s 2025-09-30 20:30:36.741275 | fa163ee6-1e6a-800d-88e9-0000000043ca | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-09-30 20:30:36.742410 | fa163ee6-1e6a-800d-88e9-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:39.738698 | 1.32s 2025-09-30 20:30:36.753126 | fa163ee6-1e6a-800d-88e9-0000000043ca | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:39.749406 | 1.33s 2025-09-30 20:30:36.769460 | fa163ee6-1e6a-800d-88e9-0000000043cc | TASK | Check Keystone internal endpoint status 2025-09-30 20:30:37.022113 | fa163ee6-1e6a-800d-88e9-0000000043cc | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-09-30 20:30:42.213500 | fa163ee6-1e6a-800d-88e9-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-09-30 20:30:42.214892 | fa163ee6-1e6a-800d-88e9-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:45.211176 | 5.44s 2025-09-30 20:30:42.464032 | fa163ee6-1e6a-800d-88e9-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-09-30 20:30:42.465211 | fa163ee6-1e6a-800d-88e9-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:45.461493 | 5.69s 2025-09-30 20:30:42.722040 | fa163ee6-1e6a-800d-88e9-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-09-30 20:30:42.723168 | fa163ee6-1e6a-800d-88e9-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:45.719449 | 5.95s 2025-09-30 20:30:42.937268 | fa163ee6-1e6a-800d-88e9-0000000043cc | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-09-30 20:30:42.938979 | fa163ee6-1e6a-800d-88e9-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:45.935259 | 6.17s 2025-09-30 20:30:42.949902 | fa163ee6-1e6a-800d-88e9-0000000043cc | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:45.946183 | 6.18s 2025-09-30 20:30:42.967802 | fa163ee6-1e6a-800d-88e9-000000003d22 | TASK | Run cleanup tasks 2025-09-30 20:30:43.022428 | fa163ee6-1e6a-800d-88e9-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:46.018700 | 0.05s 2025-09-30 20:30:43.033627 | 1bca970b-5aa4-4f1e-b3f8-bc0abad90550 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-09-30 20:30:43.090496 | fa163ee6-1e6a-800d-88e9-000000004424 | TASK | Get list of enabled services 2025-09-30 20:30:45.623831 | fa163ee6-1e6a-800d-88e9-000000004424 | CHANGED | Get list of enabled services | undercloud 2025-09-30 20:30:45.625416 | fa163ee6-1e6a-800d-88e9-000000004424 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:48.621693 | 2.53s 2025-09-30 20:30:45.644797 | fa163ee6-1e6a-800d-88e9-000000004425 | TASK | List services to be disabled 2025-09-30 20:30:45.724775 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-09-30 20:30:45.749415 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-09-30 20:30:45.775574 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-09-30 20:30:45.801981 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-09-30 20:30:45.827078 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-09-30 20:30:45.853386 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-09-30 20:30:45.879753 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-09-30 20:30:45.906235 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-09-30 20:30:45.931382 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-09-30 20:30:45.957357 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-09-30 20:30:45.984544 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-09-30 20:30:46.011328 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-09-30 20:30:46.037610 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-09-30 20:30:46.065177 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-09-30 20:30:46.087382 | fa163ee6-1e6a-800d-88e9-000000004425 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-09-30 20:30:46.094279 | fa163ee6-1e6a-800d-88e9-000000004425 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:49.090547 | 0.45s 2025-09-30 20:30:46.111677 | fa163ee6-1e6a-800d-88e9-000000004426 | TASK | Delete keystone services not enabled 2025-09-30 20:30:46.144136 | fa163ee6-1e6a-800d-88e9-000000004426 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:49.140405 | 0.03s 2025-09-30 20:30:46.161077 | fa163ee6-1e6a-800d-88e9-000000003d23 | TASK | Create Keystone Roles 2025-09-30 20:30:46.256610 | fa163ee6-1e6a-800d-88e9-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:49.252872 | 0.09s 2025-09-30 20:30:46.274790 | fa163ee6-1e6a-800d-88e9-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:49.271070 | 0.11s 2025-09-30 20:30:46.280871 | fa163ee6-1e6a-800d-88e9-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:49.277144 | 0.12s 2025-09-30 20:30:46.298058 | 30fe9cf6-07e5-42e2-84f3-bb664facc9e1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-09-30 20:30:46.308844 | 11ccb558-0e4b-4a14-8a4e-025a366727ec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-09-30 20:30:46.376978 | fa163ee6-1e6a-800d-88e9-000000004594 | TASK | Async creation of Keystone role 2025-09-30 20:30:46.724458 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-09-30 20:30:46.726033 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:49.722303 | 0.35s 2025-09-30 20:30:47.032731 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-09-30 20:30:47.033332 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.029623 | 0.66s 2025-09-30 20:30:47.332362 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-09-30 20:30:47.332897 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.329188 | 0.95s 2025-09-30 20:30:47.622681 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-09-30 20:30:47.623245 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.619535 | 1.25s 2025-09-30 20:30:47.898328 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-09-30 20:30:47.898901 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:50.895190 | 1.52s 2025-09-30 20:30:48.172198 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-09-30 20:30:48.173935 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.170179 | 1.80s 2025-09-30 20:30:48.440415 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-09-30 20:30:48.440981 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.437270 | 2.06s 2025-09-30 20:30:48.728518 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-09-30 20:30:48.729090 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.725381 | 2.35s 2025-09-30 20:30:48.965666 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-09-30 20:30:48.966358 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:51.962648 | 2.59s 2025-09-30 20:30:49.223978 | fa163ee6-1e6a-800d-88e9-000000004594 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-09-30 20:30:49.224507 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.220798 | 2.85s 2025-09-30 20:30:49.231496 | fa163ee6-1e6a-800d-88e9-000000004594 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:52.227779 | 2.85s 2025-09-30 20:30:49.251565 | fa163ee6-1e6a-800d-88e9-000000004596 | TASK | Check Keystone role status 2025-09-30 20:30:49.537116 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=service 2025-09-30 20:30:49.539393 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:52.535668 | 0.29s 2025-09-30 20:30:49.797130 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-09-30 20:30:49.798147 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:52.794430 | 0.55s 2025-09-30 20:30:50.028812 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-09-30 20:30:50.030374 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:53.026656 | 0.78s 2025-09-30 20:30:50.267974 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-09-30 20:30:50.269611 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:53.265892 | 1.02s 2025-09-30 20:30:50.537881 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-09-30 20:30:50.539395 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:53.535683 | 1.29s 2025-09-30 20:30:50.793680 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-09-30 20:30:50.794554 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:53.790839 | 1.54s 2025-09-30 20:30:51.042700 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-09-30 20:30:51.043869 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.040150 | 1.79s 2025-09-30 20:30:51.302190 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-09-30 20:30:51.304216 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.300497 | 2.05s 2025-09-30 20:30:51.559378 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-09-30 20:30:51.560634 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.556921 | 2.31s 2025-09-30 20:30:51.748147 | fa163ee6-1e6a-800d-88e9-000000004596 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-09-30 20:30:51.750135 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.746415 | 2.50s 2025-09-30 20:30:51.761856 | fa163ee6-1e6a-800d-88e9-000000004596 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:54.758135 | 2.51s 2025-09-30 20:30:51.781333 | fa163ee6-1e6a-800d-88e9-00000000459b | TASK | Async creation of Keystone role 2025-09-30 20:30:52.092838 | fa163ee6-1e6a-800d-88e9-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-09-30 20:30:52.094255 | fa163ee6-1e6a-800d-88e9-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:55.090527 | 0.31s 2025-09-30 20:30:52.408753 | fa163ee6-1e6a-800d-88e9-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-09-30 20:30:52.410183 | fa163ee6-1e6a-800d-88e9-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:55.406463 | 0.63s 2025-09-30 20:30:52.706373 | fa163ee6-1e6a-800d-88e9-00000000459b | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-09-30 20:30:52.707338 | fa163ee6-1e6a-800d-88e9-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:55.703620 | 0.93s 2025-09-30 20:30:52.712816 | fa163ee6-1e6a-800d-88e9-00000000459b | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:55.709102 | 0.93s 2025-09-30 20:30:52.727238 | fa163ee6-1e6a-800d-88e9-00000000459d | TASK | Check Keystone role status 2025-09-30 20:30:52.993372 | fa163ee6-1e6a-800d-88e9-00000000459d | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-09-30 20:30:58.153317 | fa163ee6-1e6a-800d-88e9-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-09-30 20:30:58.154335 | fa163ee6-1e6a-800d-88e9-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:01.150616 | 5.43s 2025-09-30 20:30:58.351434 | fa163ee6-1e6a-800d-88e9-00000000459d | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-09-30 20:30:58.353252 | fa163ee6-1e6a-800d-88e9-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:01.349531 | 5.63s 2025-09-30 20:30:58.566593 | fa163ee6-1e6a-800d-88e9-00000000459d | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-09-30 20:30:58.568473 | fa163ee6-1e6a-800d-88e9-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:01.564752 | 5.84s 2025-09-30 20:30:58.579519 | fa163ee6-1e6a-800d-88e9-00000000459d | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:01.575782 | 5.85s 2025-09-30 20:30:58.596616 | fa163ee6-1e6a-800d-88e9-000000003d25 | TASK | Create Keystone Users 2025-09-30 20:30:58.663234 | fa163ee6-1e6a-800d-88e9-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:01.659493 | 0.06s 2025-09-30 20:30:58.681662 | fa163ee6-1e6a-800d-88e9-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:01.677944 | 0.08s 2025-09-30 20:30:58.689181 | fa163ee6-1e6a-800d-88e9-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:01.685457 | 0.09s 2025-09-30 20:30:58.704791 | de2b0bbd-b3c1-4019-a767-f19d9482bcbd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-09-30 20:30:58.713677 | eecb6c17-b125-48a9-8259-22aec97dce4f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-09-30 20:30:58.770273 | fa163ee6-1e6a-800d-88e9-000000004745 | TASK | Check password of Keystone user 2025-09-30 20:30:59.743404 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:30:59.744863 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:02.741136 | 0.97s 2025-09-30 20:31:00.723017 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:00.723645 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:03.719934 | 1.95s 2025-09-30 20:31:01.618504 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:01.619182 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:04.615472 | 2.85s 2025-09-30 20:31:02.600856 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:02.602085 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:05.598361 | 3.83s 2025-09-30 20:31:03.515939 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:03.516810 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:06.513093 | 4.75s 2025-09-30 20:31:04.477387 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:04.478323 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:07.474605 | 5.71s 2025-09-30 20:31:05.411087 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:05.412895 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:08.409174 | 6.64s 2025-09-30 20:31:06.346014 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:06.346724 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:09.343009 | 7.58s 2025-09-30 20:31:07.200667 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:07.202588 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:10.198870 | 8.43s 2025-09-30 20:31:08.045316 | fa163ee6-1e6a-800d-88e9-000000004745 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:08.046754 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:11.043032 | 9.28s 2025-09-30 20:31:08.052642 | fa163ee6-1e6a-800d-88e9-000000004745 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:08.053080 | fa163ee6-1e6a-800d-88e9-000000004745 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:11.049373 | 9.28s 2025-09-30 20:31:08.071390 | fa163ee6-1e6a-800d-88e9-000000004747 | TASK | Async creation of Keystone user 2025-09-30 20:31:08.562427 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:08.564056 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:11.560329 | 0.49s 2025-09-30 20:31:08.870837 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:08.871423 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:11.867712 | 0.80s 2025-09-30 20:31:09.202275 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:09.203202 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.199483 | 1.13s 2025-09-30 20:31:09.560527 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:09.561092 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.557382 | 1.49s 2025-09-30 20:31:09.891663 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:09.892527 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:12.888809 | 1.82s 2025-09-30 20:31:10.212760 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:10.213245 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:13.209537 | 2.14s 2025-09-30 20:31:10.551308 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:10.551949 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:13.548212 | 2.48s 2025-09-30 20:31:10.859461 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:10.859986 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:13.856276 | 2.79s 2025-09-30 20:31:11.174983 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:11.175528 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.171818 | 3.10s 2025-09-30 20:31:11.476268 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:11.476736 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.473027 | 3.40s 2025-09-30 20:31:11.483381 | fa163ee6-1e6a-800d-88e9-000000004747 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:11.483931 | fa163ee6-1e6a-800d-88e9-000000004747 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:14.480204 | 3.41s 2025-09-30 20:31:11.500093 | fa163ee6-1e6a-800d-88e9-000000004749 | TASK | Check Keystone user status 2025-09-30 20:31:11.782136 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:11.783581 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:14.779841 | 0.28s 2025-09-30 20:31:12.031549 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:12.041271 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:15.037546 | 0.54s 2025-09-30 20:31:12.277962 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:12.279617 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:15.275896 | 0.78s 2025-09-30 20:31:12.587361 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:12.588241 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:15.584528 | 1.09s 2025-09-30 20:31:12.856720 | fa163ee6-1e6a-800d-88e9-000000004749 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-09-30 20:31:18.053227 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:18.053911 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:21.050200 | 6.55s 2025-09-30 20:31:18.331252 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:18.332144 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:21.328425 | 6.83s 2025-09-30 20:31:18.604722 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:18.606629 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:21.602909 | 7.11s 2025-09-30 20:31:18.877981 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:18.879220 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:21.875501 | 7.38s 2025-09-30 20:31:19.121927 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:19.123903 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.120184 | 7.62s 2025-09-30 20:31:19.352338 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:19.353912 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.350192 | 7.85s 2025-09-30 20:31:19.358314 | fa163ee6-1e6a-800d-88e9-000000004749 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:19.359114 | fa163ee6-1e6a-800d-88e9-000000004749 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:22.355400 | 7.86s 2025-09-30 20:31:19.379766 | fa163ee6-1e6a-800d-88e9-00000000474e | TASK | Check password of Keystone user 2025-09-30 20:31:20.421135 | fa163ee6-1e6a-800d-88e9-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:20.422404 | fa163ee6-1e6a-800d-88e9-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:23.418678 | 1.04s 2025-09-30 20:31:21.369575 | fa163ee6-1e6a-800d-88e9-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:21.370521 | fa163ee6-1e6a-800d-88e9-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:24.366801 | 1.99s 2025-09-30 20:31:22.249846 | fa163ee6-1e6a-800d-88e9-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:22.251372 | fa163ee6-1e6a-800d-88e9-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:25.247653 | 2.87s 2025-09-30 20:31:23.177240 | fa163ee6-1e6a-800d-88e9-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:23.178224 | fa163ee6-1e6a-800d-88e9-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:26.174505 | 3.80s 2025-09-30 20:31:24.055344 | fa163ee6-1e6a-800d-88e9-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:24.057264 | fa163ee6-1e6a-800d-88e9-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.053537 | 4.68s 2025-09-30 20:31:24.941822 | fa163ee6-1e6a-800d-88e9-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:24.943313 | fa163ee6-1e6a-800d-88e9-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:27.939593 | 5.56s 2025-09-30 20:31:25.850717 | fa163ee6-1e6a-800d-88e9-00000000474e | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:25.851541 | fa163ee6-1e6a-800d-88e9-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:28.847826 | 6.47s 2025-09-30 20:31:25.856075 | fa163ee6-1e6a-800d-88e9-00000000474e | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 20:31:25.857641 | fa163ee6-1e6a-800d-88e9-00000000474e | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:28.853921 | 6.48s 2025-09-30 20:31:25.877715 | fa163ee6-1e6a-800d-88e9-000000004750 | TASK | Async creation of Keystone user 2025-09-30 20:31:26.252207 | fa163ee6-1e6a-800d-88e9-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:26.253268 | fa163ee6-1e6a-800d-88e9-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:29.249550 | 0.37s 2025-09-30 20:31:26.555641 | fa163ee6-1e6a-800d-88e9-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:26.556863 | fa163ee6-1e6a-800d-88e9-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:29.553149 | 0.68s 2025-09-30 20:31:26.903474 | fa163ee6-1e6a-800d-88e9-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:26.905025 | fa163ee6-1e6a-800d-88e9-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:29.901308 | 1.03s 2025-09-30 20:31:27.248760 | fa163ee6-1e6a-800d-88e9-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:27.250112 | fa163ee6-1e6a-800d-88e9-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:30.246394 | 1.37s 2025-09-30 20:31:27.688604 | fa163ee6-1e6a-800d-88e9-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:27.690248 | fa163ee6-1e6a-800d-88e9-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:30.686527 | 1.81s 2025-09-30 20:31:27.966769 | fa163ee6-1e6a-800d-88e9-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:27.967435 | fa163ee6-1e6a-800d-88e9-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:30.963722 | 2.09s 2025-09-30 20:31:28.224789 | fa163ee6-1e6a-800d-88e9-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:28.225478 | fa163ee6-1e6a-800d-88e9-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.221764 | 2.35s 2025-09-30 20:31:28.229497 | fa163ee6-1e6a-800d-88e9-000000004750 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 20:31:28.230431 | fa163ee6-1e6a-800d-88e9-000000004750 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:31.226712 | 2.35s 2025-09-30 20:31:28.249317 | fa163ee6-1e6a-800d-88e9-000000004752 | TASK | Check Keystone user status 2025-09-30 20:31:28.576338 | fa163ee6-1e6a-800d-88e9-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:28.577926 | fa163ee6-1e6a-800d-88e9-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:31.574197 | 0.33s 2025-09-30 20:31:28.846628 | fa163ee6-1e6a-800d-88e9-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:28.848444 | fa163ee6-1e6a-800d-88e9-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:31.844724 | 0.60s 2025-09-30 20:31:29.119969 | fa163ee6-1e6a-800d-88e9-000000004752 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-09-30 20:31:34.372841 | fa163ee6-1e6a-800d-88e9-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:34.373848 | fa163ee6-1e6a-800d-88e9-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:37.370129 | 6.12s 2025-09-30 20:31:34.583061 | fa163ee6-1e6a-800d-88e9-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:34.584099 | fa163ee6-1e6a-800d-88e9-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:37.580380 | 6.33s 2025-09-30 20:31:34.836143 | fa163ee6-1e6a-800d-88e9-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:34.837728 | fa163ee6-1e6a-800d-88e9-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:37.834003 | 6.59s 2025-09-30 20:31:35.109017 | fa163ee6-1e6a-800d-88e9-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:35.109770 | fa163ee6-1e6a-800d-88e9-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:38.106059 | 6.86s 2025-09-30 20:31:35.364652 | fa163ee6-1e6a-800d-88e9-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:35.365795 | fa163ee6-1e6a-800d-88e9-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:38.362075 | 7.11s 2025-09-30 20:31:35.384609 | fa163ee6-1e6a-800d-88e9-000000004752 | CHANGED | Check Keystone user status | undercloud 2025-09-30 20:31:35.385686 | fa163ee6-1e6a-800d-88e9-000000004752 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:38.381961 | 7.13s 2025-09-30 20:31:35.407079 | fa163ee6-1e6a-800d-88e9-000000003d27 | TASK | Assign Keystone Users to Roles 2025-09-30 20:31:35.493708 | fa163ee6-1e6a-800d-88e9-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:38.489967 | 0.08s 2025-09-30 20:31:35.522110 | fa163ee6-1e6a-800d-88e9-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:38.518383 | 0.11s 2025-09-30 20:31:35.544256 | fa163ee6-1e6a-800d-88e9-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:38.540530 | 0.14s 2025-09-30 20:31:35.553589 | fa163ee6-1e6a-800d-88e9-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:38.549863 | 0.14s 2025-09-30 20:31:35.567888 | 92cb6bb3-0cf4-4283-af7c-652e6a580fdf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 20:31:35.574624 | 768eb933-ae7d-4906-a0de-001efe063d58 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 20:31:35.581354 | 9c2ddd97-00e6-465b-9bdc-a34f3910402c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 20:31:35.658732 | fa163ee6-1e6a-800d-88e9-000000004962 | TASK | Async assignment of Keystone user per role 2025-09-30 20:31:35.759503 | fa163ee6-1e6a-800d-88e9-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:38.755763 | 0.10s 2025-09-30 20:31:35.779450 | fa163ee6-1e6a-800d-88e9-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:38.775734 | 0.12s 2025-09-30 20:31:35.783956 | fa163ee6-1e6a-800d-88e9-000000004962 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:38.780235 | 0.12s 2025-09-30 20:31:35.792721 | 2059c956-4de1-4bec-9d7f-2b7c8fe4af70 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 20:31:35.799121 | 50a72463-ce1c-47b5-af71-cee965199d6e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 20:31:35.818791 | fa163ee6-1e6a-800d-88e9-000000004b42 | TASK | Async assignment of Keystone user to roles 2025-09-30 20:31:36.181948 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-09-30 20:31:36.183405 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.179677 | 0.36s 2025-09-30 20:31:36.546996 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-09-30 20:31:36.549141 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.545427 | 0.73s 2025-09-30 20:31:36.893376 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-09-30 20:31:36.894432 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:39.890711 | 1.07s 2025-09-30 20:31:37.231355 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-09-30 20:31:37.241310 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:40.237584 | 1.42s 2025-09-30 20:31:37.530173 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-09-30 20:31:37.534913 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:40.531189 | 1.72s 2025-09-30 20:31:37.831836 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-09-30 20:31:37.832436 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:40.828726 | 2.01s 2025-09-30 20:31:38.205202 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-09-30 20:31:38.207134 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.203420 | 2.39s 2025-09-30 20:31:38.588200 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-09-30 20:31:38.589133 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.585415 | 2.77s 2025-09-30 20:31:38.951707 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-09-30 20:31:38.952572 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:41.948858 | 3.13s 2025-09-30 20:31:39.285676 | fa163ee6-1e6a-800d-88e9-000000004b42 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-09-30 20:31:39.287056 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.283343 | 3.47s 2025-09-30 20:31:39.293381 | fa163ee6-1e6a-800d-88e9-000000004b42 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:42.289660 | 3.47s 2025-09-30 20:31:39.311354 | fa163ee6-1e6a-800d-88e9-000000004b44 | TASK | Check Keystone user assignment to roles status 2025-09-30 20:31:39.531675 | fa163ee6-1e6a-800d-88e9-000000004b44 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 20:31:44.780623 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-09-30 20:31:44.782020 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:47.778296 | 5.47s 2025-09-30 20:31:45.017499 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-09-30 20:31:45.018542 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.014824 | 5.71s 2025-09-30 20:31:45.281590 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-09-30 20:31:45.282669 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.278950 | 5.97s 2025-09-30 20:31:45.556433 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-09-30 20:31:45.558155 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.554435 | 6.25s 2025-09-30 20:31:45.834365 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-09-30 20:31:45.835422 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:48.831703 | 6.52s 2025-09-30 20:31:46.112481 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-09-30 20:31:46.113123 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.109413 | 6.80s 2025-09-30 20:31:46.379167 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-09-30 20:31:46.380207 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.376489 | 7.07s 2025-09-30 20:31:46.613705 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-09-30 20:31:46.615122 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.611409 | 7.30s 2025-09-30 20:31:46.872225 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-09-30 20:31:46.872827 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:49.869116 | 7.56s 2025-09-30 20:31:47.102889 | fa163ee6-1e6a-800d-88e9-000000004b44 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-09-30 20:31:47.104749 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.101024 | 7.79s 2025-09-30 20:31:47.117501 | fa163ee6-1e6a-800d-88e9-000000004b44 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:50.113782 | 7.80s 2025-09-30 20:31:47.141481 | fa163ee6-1e6a-800d-88e9-000000004b49 | TASK | Async assignment of Keystone user to roles 2025-09-30 20:31:47.490569 | fa163ee6-1e6a-800d-88e9-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-09-30 20:31:47.492000 | fa163ee6-1e6a-800d-88e9-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.488275 | 0.35s 2025-09-30 20:31:47.809960 | fa163ee6-1e6a-800d-88e9-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-09-30 20:31:47.811037 | fa163ee6-1e6a-800d-88e9-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:50.807314 | 0.67s 2025-09-30 20:31:48.109205 | fa163ee6-1e6a-800d-88e9-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-09-30 20:31:48.110162 | fa163ee6-1e6a-800d-88e9-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.106444 | 0.97s 2025-09-30 20:31:48.403403 | fa163ee6-1e6a-800d-88e9-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-09-30 20:31:48.404558 | fa163ee6-1e6a-800d-88e9-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.400837 | 1.26s 2025-09-30 20:31:48.724112 | fa163ee6-1e6a-800d-88e9-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-09-30 20:31:48.725435 | fa163ee6-1e6a-800d-88e9-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:51.721725 | 1.58s 2025-09-30 20:31:49.039389 | fa163ee6-1e6a-800d-88e9-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-09-30 20:31:49.040856 | fa163ee6-1e6a-800d-88e9-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.037141 | 1.90s 2025-09-30 20:31:49.333703 | fa163ee6-1e6a-800d-88e9-000000004b49 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-09-30 20:31:49.334957 | fa163ee6-1e6a-800d-88e9-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.331247 | 2.19s 2025-09-30 20:31:49.345098 | fa163ee6-1e6a-800d-88e9-000000004b49 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:52.341383 | 2.20s 2025-09-30 20:31:49.360031 | fa163ee6-1e6a-800d-88e9-000000004b4b | TASK | Check Keystone user assignment to roles status 2025-09-30 20:31:49.614672 | fa163ee6-1e6a-800d-88e9-000000004b4b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 20:31:54.845168 | fa163ee6-1e6a-800d-88e9-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-09-30 20:31:54.847473 | fa163ee6-1e6a-800d-88e9-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:57.843745 | 5.49s 2025-09-30 20:31:55.080995 | fa163ee6-1e6a-800d-88e9-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-09-30 20:31:55.082827 | fa163ee6-1e6a-800d-88e9-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:58.079104 | 5.72s 2025-09-30 20:31:55.342118 | fa163ee6-1e6a-800d-88e9-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-09-30 20:31:55.344013 | fa163ee6-1e6a-800d-88e9-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:58.340292 | 5.98s 2025-09-30 20:31:55.603782 | fa163ee6-1e6a-800d-88e9-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-09-30 20:31:55.605982 | fa163ee6-1e6a-800d-88e9-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:58.602259 | 6.24s 2025-09-30 20:31:55.889223 | fa163ee6-1e6a-800d-88e9-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-09-30 20:31:55.890083 | fa163ee6-1e6a-800d-88e9-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:58.886369 | 6.53s 2025-09-30 20:31:56.172759 | fa163ee6-1e6a-800d-88e9-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-09-30 20:31:56.173870 | fa163ee6-1e6a-800d-88e9-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.170150 | 6.81s 2025-09-30 20:31:56.392944 | fa163ee6-1e6a-800d-88e9-000000004b4b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-09-30 20:31:56.394782 | fa163ee6-1e6a-800d-88e9-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.391063 | 7.03s 2025-09-30 20:31:56.405656 | fa163ee6-1e6a-800d-88e9-000000004b4b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:59.401936 | 7.04s 2025-09-30 20:31:56.423397 | fa163ee6-1e6a-800d-88e9-000000004967 | TASK | Async assignment of Keystone user per role 2025-09-30 20:31:56.522696 | fa163ee6-1e6a-800d-88e9-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:59.518963 | 0.10s 2025-09-30 20:31:56.534901 | fa163ee6-1e6a-800d-88e9-000000004967 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:59.531174 | 0.11s 2025-09-30 20:31:56.549093 | 13d73c4c-035c-4c5e-9205-476495098513 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 20:31:56.573456 | fa163ee6-1e6a-800d-88e9-000000004bb3 | TASK | Async assignment of Keystone user to roles 2025-09-30 20:31:56.897367 | fa163ee6-1e6a-800d-88e9-000000004bb3 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-09-30 20:31:56.899597 | fa163ee6-1e6a-800d-88e9-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:59.895871 | 0.32s 2025-09-30 20:31:56.910124 | fa163ee6-1e6a-800d-88e9-000000004bb3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:59.906399 | 0.34s 2025-09-30 20:31:56.926461 | fa163ee6-1e6a-800d-88e9-000000004bb5 | TASK | Check Keystone user assignment to roles status 2025-09-30 20:31:57.213455 | fa163ee6-1e6a-800d-88e9-000000004bb5 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 20:32:02.449620 | fa163ee6-1e6a-800d-88e9-000000004bb5 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-09-30 20:32:02.450856 | fa163ee6-1e6a-800d-88e9-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:05.447133 | 5.52s 2025-09-30 20:32:02.457135 | fa163ee6-1e6a-800d-88e9-000000004bb5 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:05.453405 | 5.53s 2025-09-30 20:32:02.478246 | fa163ee6-1e6a-800d-88e9-00000000496c | TASK | Async assignment of Keystone user per role 2025-09-30 20:32:02.573980 | fa163ee6-1e6a-800d-88e9-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:05.570243 | 0.09s 2025-09-30 20:32:02.586726 | fa163ee6-1e6a-800d-88e9-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:05.582999 | 0.11s 2025-09-30 20:32:02.601001 | c200c2f4-d3cf-48de-93f9-78f7ba79dca0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 20:32:02.625046 | fa163ee6-1e6a-800d-88e9-000000004bd7 | TASK | Async assignment of Keystone user to roles 2025-09-30 20:32:02.983405 | fa163ee6-1e6a-800d-88e9-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-09-30 20:32:02.985094 | fa163ee6-1e6a-800d-88e9-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:05.981364 | 0.36s 2025-09-30 20:32:03.343520 | fa163ee6-1e6a-800d-88e9-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-09-30 20:32:03.345048 | fa163ee6-1e6a-800d-88e9-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.341330 | 0.72s 2025-09-30 20:32:03.651256 | fa163ee6-1e6a-800d-88e9-000000004bd7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-09-30 20:32:03.652360 | fa163ee6-1e6a-800d-88e9-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.648641 | 1.03s 2025-09-30 20:32:03.658405 | fa163ee6-1e6a-800d-88e9-000000004bd7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.654680 | 1.03s 2025-09-30 20:32:03.676092 | fa163ee6-1e6a-800d-88e9-000000004bd9 | TASK | Check Keystone user assignment to roles status 2025-09-30 20:32:03.944103 | fa163ee6-1e6a-800d-88e9-000000004bd9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 20:32:09.196810 | fa163ee6-1e6a-800d-88e9-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-09-30 20:32:09.199630 | fa163ee6-1e6a-800d-88e9-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:12.195905 | 5.52s 2025-09-30 20:32:09.448542 | fa163ee6-1e6a-800d-88e9-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-09-30 20:32:09.449854 | fa163ee6-1e6a-800d-88e9-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:12.446131 | 5.77s 2025-09-30 20:32:09.691220 | fa163ee6-1e6a-800d-88e9-000000004bd9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-09-30 20:32:09.692353 | fa163ee6-1e6a-800d-88e9-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:12.688633 | 6.02s 2025-09-30 20:32:09.699858 | fa163ee6-1e6a-800d-88e9-000000004bd9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:12.696131 | 6.02s 2025-09-30 20:32:09.732265 | fa163ee6-1e6a-800d-88e9-000000003ced | TASK | is Keystone LDAP enabled 2025-09-30 20:32:09.784845 | fa163ee6-1e6a-800d-88e9-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-09-30 20:32:09.786173 | fa163ee6-1e6a-800d-88e9-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:23:12.782450 | 0.05s 2025-09-30 20:32:09.803908 | fa163ee6-1e6a-800d-88e9-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-09-30 20:32:09.860802 | fa163ee6-1e6a-800d-88e9-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-09-30 20:32:09.862251 | fa163ee6-1e6a-800d-88e9-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:12.858520 | 0.06s 2025-09-30 20:32:09.880779 | fa163ee6-1e6a-800d-88e9-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-09-30 20:32:09.933460 | fa163ee6-1e6a-800d-88e9-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-09-30 20:32:09.934811 | fa163ee6-1e6a-800d-88e9-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:12.931086 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-09-30 20:32:10.082777 | fa163ee6-1e6a-800d-88e9-0000000000e2 | TASK | Deploy step tasks for 4 2025-09-30 20:32:10.120721 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000e2') missing from stats 2025-09-30 20:32:10.147152 | fa163ee6-1e6a-800d-88e9-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-09-30 20:32:10.632106 | fa163ee6-1e6a-800d-88e9-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-09-30 20:32:10.633457 | fa163ee6-1e6a-800d-88e9-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:13.629736 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 20:32:10.704550 | fa163ee6-1e6a-800d-88e9-0000000000e4 | TIMING | include_tasks | standalone | 0:23:13.700816 | 0.04s 2025-09-30 20:32:10.752551 | 1fbcdb1b-bb98-488e-bbc1-cb13a67b388b | INCLUDED | /root/standalone-ansible-lu02624j/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-09-30 20:32:10.781385 | fa163ee6-1e6a-800d-88e9-000000004c1b | TASK | Create virtqemud recovery script 2025-09-30 20:32:11.271698 | fa163ee6-1e6a-800d-88e9-000000004c1b | CHANGED | Create virtqemud recovery script | standalone 2025-09-30 20:32:11.273259 | fa163ee6-1e6a-800d-88e9-000000004c1b | TIMING | Create virtqemud recovery script | standalone | 0:23:14.269534 | 0.49s 2025-09-30 20:32:11.299566 | fa163ee6-1e6a-800d-88e9-000000004c1c | TASK | Create virtqemud recovery trigger service 2025-09-30 20:32:11.822381 | fa163ee6-1e6a-800d-88e9-000000004c1c | CHANGED | Create virtqemud recovery trigger service | standalone 2025-09-30 20:32:11.825036 | fa163ee6-1e6a-800d-88e9-000000004c1c | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:14.821309 | 0.52s 2025-09-30 20:32:11.856497 | fa163ee6-1e6a-800d-88e9-000000004c1d | TASK | Create virtqemud recovery trigger timer 2025-09-30 20:32:12.338483 | fa163ee6-1e6a-800d-88e9-000000004c1d | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-09-30 20:32:12.339298 | fa163ee6-1e6a-800d-88e9-000000004c1d | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:15.335584 | 0.48s 2025-09-30 20:32:12.358486 | fa163ee6-1e6a-800d-88e9-000000004c1e | TASK | Enable virtqemud recovery trigger service 2025-09-30 20:32:13.492440 | fa163ee6-1e6a-800d-88e9-000000004c1e | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-09-30 20:32:13.495442 | fa163ee6-1e6a-800d-88e9-000000004c1e | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:16.491713 | 1.14s 2025-09-30 20:32:13.527426 | fa163ee6-1e6a-800d-88e9-000000004c1f | TASK | Enable virtqemud recovery trigger timer 2025-09-30 20:32:14.715956 | fa163ee6-1e6a-800d-88e9-000000004c1f | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-09-30 20:32:14.717451 | fa163ee6-1e6a-800d-88e9-000000004c1f | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:17.713734 | 1.19s 2025-09-30 20:32:14.748563 | fa163ee6-1e6a-800d-88e9-000000004c20 | TASK | Really enable virtqemud recovery trigger timer 2025-09-30 20:32:15.385185 | fa163ee6-1e6a-800d-88e9-000000004c20 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-09-30 20:32:15.386899 | fa163ee6-1e6a-800d-88e9-000000004c20 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:18.383180 | 0.64s 2025-09-30 20:32:15.410822 | fa163ee6-1e6a-800d-88e9-000000004c22 | TASK | Create systemd file 2025-09-30 20:32:15.903976 | fa163ee6-1e6a-800d-88e9-000000004c22 | CHANGED | Create systemd file | standalone 2025-09-30 20:32:15.906085 | fa163ee6-1e6a-800d-88e9-000000004c22 | TIMING | Create systemd file | standalone | 0:23:18.902366 | 0.49s 2025-09-30 20:32:15.934581 | fa163ee6-1e6a-800d-88e9-000000004c23 | TASK | Reload systemd 2025-09-30 20:32:16.753345 | fa163ee6-1e6a-800d-88e9-000000004c23 | CHANGED | Reload systemd | standalone 2025-09-30 20:32:16.755163 | fa163ee6-1e6a-800d-88e9-000000004c23 | TIMING | Reload systemd | standalone | 0:23:19.751439 | 0.82s 2025-09-30 20:32:16.786222 | fa163ee6-1e6a-800d-88e9-000000004c26 | TASK | Start OVN container 2025-09-30 20:32:16.822028 | fa163ee6-1e6a-800d-88e9-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-09-30 20:32:16.842386 | fa163ee6-1e6a-800d-88e9-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-09-30 20:32:16.867640 | fa163ee6-1e6a-800d-88e9-000000004c26 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-09-30 20:32:16.872645 | fa163ee6-1e6a-800d-88e9-000000004c26 | TIMING | Start OVN container | standalone | 0:23:19.868915 | 0.08s 2025-09-30 20:32:16.901816 | fa163ee6-1e6a-800d-88e9-000000004c28 | TASK | Set NB connection 2025-09-30 20:32:16.951836 | fa163ee6-1e6a-800d-88e9-000000004c28 | SKIPPED | Set NB connection | standalone 2025-09-30 20:32:16.953154 | fa163ee6-1e6a-800d-88e9-000000004c28 | TIMING | Set NB connection | standalone | 0:23:19.949429 | 0.05s 2025-09-30 20:32:16.982630 | fa163ee6-1e6a-800d-88e9-000000004c29 | TASK | Set SB connection 2025-09-30 20:32:17.033411 | fa163ee6-1e6a-800d-88e9-000000004c29 | SKIPPED | Set SB connection | standalone 2025-09-30 20:32:17.034854 | fa163ee6-1e6a-800d-88e9-000000004c29 | TIMING | Set SB connection | standalone | 0:23:20.031127 | 0.05s 2025-09-30 20:32:17.063743 | fa163ee6-1e6a-800d-88e9-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-09-30 20:32:17.303482 | fa163ee6-1e6a-800d-88e9-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-09-30 20:32:17.305025 | fa163ee6-1e6a-800d-88e9-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:20.301298 | 0.24s 2025-09-30 20:32:17.395730 | fa163ee6-1e6a-800d-88e9-0000000000e7 | TIMING | include_tasks | standalone | 0:23:20.392003 | 0.07s 2025-09-30 20:32:17.429756 | 45754926-5d4f-43ae-b59c-0c106e80df2b | INCLUDED | /root/standalone-ansible-lu02624j/common_deploy_steps_tasks.yaml | standalone 2025-09-30 20:32:17.457580 | fa163ee6-1e6a-800d-88e9-000000004c58 | TASK | Write the config_step hieradata 2025-09-30 20:32:17.971027 | fa163ee6-1e6a-800d-88e9-000000004c58 | OK | Write the config_step hieradata | standalone 2025-09-30 20:32:17.972512 | fa163ee6-1e6a-800d-88e9-000000004c58 | TIMING | Write the config_step hieradata | standalone | 0:23:20.968787 | 0.51s 2025-09-30 20:32:18.004460 | fa163ee6-1e6a-800d-88e9-000000004c59 | TASK | Run puppet host configuration for step 4 2025-09-30 20:32:18.347322 | fa163ee6-1e6a-800d-88e9-000000004c59 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-09-30 20:32:18.348810 | fa163ee6-1e6a-800d-88e9-000000004c59 | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:21.345087 | 0.34s 2025-09-30 20:32:18.387381 | fa163ee6-1e6a-800d-88e9-000000004c5a | TASK | Wait for puppet host configuration to finish 2025-09-30 20:32:18.634531 | fa163ee6-1e6a-800d-88e9-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 20:32:28.856489 | fa163ee6-1e6a-800d-88e9-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 20:32:39.074753 | fa163ee6-1e6a-800d-88e9-000000004c5a | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-09-30 20:32:49.306237 | fa163ee6-1e6a-800d-88e9-000000004c5a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 20:32:49.307837 | fa163ee6-1e6a-800d-88e9-000000004c5a | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:52.304110 | 30.92s 2025-09-30 20:32:49.339235 | fa163ee6-1e6a-800d-88e9-000000004c5b | TASK | Debug output for task: Run puppet host configuration for step 4 2025-09-30 20:32:49.423389 | fa163ee6-1e6a-800d-88e9-000000004c5b | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Sep 30 20:32:18 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 20:32:23 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 20:32:23 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 20:32:23 puppet-user: (file & line not available)", "<13>Sep 30 20:32:23 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 20:32:23 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 20:32:23 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>Sep 30 20:32:23 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Sep 30 20:32:23 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Sep 30 20:32:23 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>Sep 30 20:32:23 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>Sep 30 20:32:23 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>Sep 30 20:32:23 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>Sep 30 20:32:23 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>Sep 30 20:32:23 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 20:32:23 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.56 seconds", "<13>Sep 30 20:32:28 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 20:32:30 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 20:32:35 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Sep 30 20:32:35 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}8de1fc579cfb3b07ea9880f16ca221ca172ff05d52f0d2c5ef7606c5ecc23d5f'", "<13>Sep 30 20:32:35 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Sep 30 20:32:35 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Sep 30 20:32:35 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Sep 30 20:32:35 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Sep 30 20:32:37 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 20:32:42 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>Sep 30 20:32:43 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Sep 30 20:32:43 puppet-user: Notice: Applied catalog in 19.97 seconds", "<13>Sep 30 20:32:43 puppet-user: Application:", "<13>Sep 30 20:32:43 puppet-user: Initial environment: production", "<13>Sep 30 20:32:43 puppet-user: Converged environment: production", "<13>Sep 30 20:32:43 puppet-user: Run mode: user", "<13>Sep 30 20:32:43 puppet-user: Changes:", "<13>Sep 30 20:32:43 puppet-user: Total: 10", "<13>Sep 30 20:32:43 puppet-user: Events:", "<13>Sep 30 20:32:43 puppet-user: Success: 10", "<13>Sep 30 20:32:43 puppet-user: Resources:", "<13>Sep 30 20:32:43 puppet-user: Restarted: 1", "<13>Sep 30 20:32:43 puppet-user: Changed: 10", "<13>Sep 30 20:32:43 puppet-user: Out of sync: 10", "<13>Sep 30 20:32:43 puppet-user: Total: 37", "<13>Sep 30 20:32:43 puppet-user: Time:", "<13>Sep 30 20:32:43 puppet-user: Filebucket: 0.00", "<13>Sep 30 20:32:43 puppet-user: Schedule: 0.00", "<13>Sep 30 20:32:43 puppet-user: File line: 0.00", "<13>Sep 30 20:32:43 puppet-user: Augeas: 0.01", "<13>Sep 30 20:32:43 puppet-user: User: 0.01", "<13>Sep 30 20:32:43 puppet-user: File: 0.09", "<13>Sep 30 20:32:43 puppet-user: Config retrieval: 0.63", "<13>Sep 30 20:32:43 puppet-user: Service: 1.59", "<13>Sep 30 20:32:43 puppet-user: Pcmk property: 1.61", "<13>Sep 30 20:32:43 puppet-user: Pcmk resource op default: 1.99", "<13>Sep 30 20:32:43 puppet-user: Last run: 1759264363", "<13>Sep 30 20:32:43 puppet-user: Transaction evaluation: 19.95", "<13>Sep 30 20:32:43 puppet-user: Catalog application: 19.97", "<13>Sep 30 20:32:43 puppet-user: Pcmk resource default: 2.06", "<13>Sep 30 20:32:43 puppet-user: Package: 5.29", "<13>Sep 30 20:32:43 puppet-user: Exec: 7.10", "<13>Sep 30 20:32:43 puppet-user: Total: 19.97", "<13>Sep 30 20:32:43 puppet-user: Version:", "<13>Sep 30 20:32:43 puppet-user: Config: 1759264343", "<13>Sep 30 20:32:43 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 20:32:49.424953 | fa163ee6-1e6a-800d-88e9-000000004c5b | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:52.421195 | 0.08s 2025-09-30 20:32:49.448632 | fa163ee6-1e6a-800d-88e9-000000004c5c | TASK | Pre-cache facts for puppet containers 2025-09-30 20:32:49.476146 | fa163ee6-1e6a-800d-88e9-000000004c5c | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:52.472418 | 0.03s 2025-09-30 20:32:49.535585 | fa163ee6-1e6a-800d-88e9-000000004c9d | TASK | Gather variables for each operating system 2025-09-30 20:32:49.668525 | fa163ee6-1e6a-800d-88e9-000000004c9d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:52.664760 | 0.13s 2025-09-30 20:32:49.698265 | fa163ee6-1e6a-800d-88e9-000000004c9e | TASK | Create puppet caching structures 2025-09-30 20:32:49.973953 | fa163ee6-1e6a-800d-88e9-000000004c9e | CHANGED | Create puppet caching structures | standalone 2025-09-30 20:32:49.975327 | fa163ee6-1e6a-800d-88e9-000000004c9e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:52.971606 | 0.28s 2025-09-30 20:32:50.004757 | fa163ee6-1e6a-800d-88e9-000000004c9f | TASK | Check for facter.conf 2025-09-30 20:32:50.260373 | fa163ee6-1e6a-800d-88e9-000000004c9f | OK | Check for facter.conf | standalone 2025-09-30 20:32:50.261586 | fa163ee6-1e6a-800d-88e9-000000004c9f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:53.257869 | 0.26s 2025-09-30 20:32:50.285193 | fa163ee6-1e6a-800d-88e9-000000004ca0 | TASK | Remove facter.conf if directory 2025-09-30 20:32:50.329727 | fa163ee6-1e6a-800d-88e9-000000004ca0 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 20:32:50.330849 | fa163ee6-1e6a-800d-88e9-000000004ca0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:53.327132 | 0.04s 2025-09-30 20:32:50.354815 | fa163ee6-1e6a-800d-88e9-000000004ca1 | TASK | Write facter cache config 2025-09-30 20:32:50.890101 | fa163ee6-1e6a-800d-88e9-000000004ca1 | CHANGED | Write facter cache config | standalone 2025-09-30 20:32:50.891826 | fa163ee6-1e6a-800d-88e9-000000004ca1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:53.888104 | 0.54s 2025-09-30 20:32:50.922548 | fa163ee6-1e6a-800d-88e9-000000004ca2 | TASK | Cleanup facter cache if exists 2025-09-30 20:32:51.154999 | fa163ee6-1e6a-800d-88e9-000000004ca2 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 20:32:51.156399 | fa163ee6-1e6a-800d-88e9-000000004ca2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:54.152676 | 0.23s 2025-09-30 20:32:51.185683 | fa163ee6-1e6a-800d-88e9-000000004ca3 | TASK | Pre-cache facts 2025-09-30 20:32:51.801482 | fa163ee6-1e6a-800d-88e9-000000004ca3 | CHANGED | Pre-cache facts | standalone 2025-09-30 20:32:51.802487 | fa163ee6-1e6a-800d-88e9-000000004ca3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:54.798771 | 0.62s 2025-09-30 20:32:51.836540 | fa163ee6-1e6a-800d-88e9-000000004ca4 | TASK | Failed deployment if facter fails 2025-09-30 20:32:51.878071 | fa163ee6-1e6a-800d-88e9-000000004ca4 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 20:32:51.879423 | fa163ee6-1e6a-800d-88e9-000000004ca4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:54.875698 | 0.04s 2025-09-30 20:32:51.926142 | fa163ee6-1e6a-800d-88e9-000000004ca5 | TASK | Sync cached facts 2025-09-30 20:32:52.244769 | fa163ee6-1e6a-800d-88e9-000000004ca5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-000000004ca5') missing from stats 2025-09-30 20:32:52.298264 | fa163ee6-1e6a-800d-88e9-000000004c5d | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 20:32:52.348554 | fa163ee6-1e6a-800d-88e9-000000004c5d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 20:32:52.349471 | fa163ee6-1e6a-800d-88e9-000000004c5d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:55.345754 | 0.05s 2025-09-30 20:32:52.373556 | fa163ee6-1e6a-800d-88e9-000000004c5f | TASK | Manage containers for step 4 with tripleo-ansible 2025-09-30 20:32:52.401021 | fa163ee6-1e6a-800d-88e9-000000004c5f | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:55.397302 | 0.03s 2025-09-30 20:32:52.457653 | fa163ee6-1e6a-800d-88e9-000000004cfc | TASK | Gather variables for each operating system 2025-09-30 20:32:52.572486 | fa163ee6-1e6a-800d-88e9-000000004cfc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:55.568750 | 0.11s 2025-09-30 20:32:52.603859 | fa163ee6-1e6a-800d-88e9-000000004cfd | TASK | Create container logs path 2025-09-30 20:32:52.901479 | fa163ee6-1e6a-800d-88e9-000000004cfd | OK | Create container logs path | standalone 2025-09-30 20:32:52.902827 | fa163ee6-1e6a-800d-88e9-000000004cfd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:55.899105 | 0.30s 2025-09-30 20:32:52.939951 | fa163ee6-1e6a-800d-88e9-000000004cff | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 20:32:53.206207 | fa163ee6-1e6a-800d-88e9-000000004cff | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 20:32:53.207596 | fa163ee6-1e6a-800d-88e9-000000004cff | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:56.203873 | 0.27s 2025-09-30 20:32:53.242539 | fa163ee6-1e6a-800d-88e9-000000004d00 | TASK | Finalise hashes for all containers 2025-09-30 20:32:53.318509 | fa163ee6-1e6a-800d-88e9-000000004d00 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:32:53.319881 | fa163ee6-1e6a-800d-88e9-000000004d00 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:56.316157 | 0.08s 2025-09-30 20:32:53.350100 | fa163ee6-1e6a-800d-88e9-000000004d02 | TASK | Manage systemd shutdown files 2025-09-30 20:32:53.382997 | fa163ee6-1e6a-800d-88e9-000000004d02 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:56.379269 | 0.03s 2025-09-30 20:32:53.419369 | 1e6be766-af53-46ba-8b82-0fc5efce5acb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 20:32:53.447225 | fa163ee6-1e6a-800d-88e9-000000004d35 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 20:32:53.698968 | fa163ee6-1e6a-800d-88e9-000000004d35 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 20:32:53.701643 | fa163ee6-1e6a-800d-88e9-000000004d35 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:56.697919 | 0.25s 2025-09-30 20:32:53.733209 | fa163ee6-1e6a-800d-88e9-000000004d36 | TASK | Set podman_drop_in fact 2025-09-30 20:32:53.795408 | fa163ee6-1e6a-800d-88e9-000000004d36 | OK | Set podman_drop_in fact | standalone 2025-09-30 20:32:53.797518 | fa163ee6-1e6a-800d-88e9-000000004d36 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:56.793787 | 0.06s 2025-09-30 20:32:53.827992 | fa163ee6-1e6a-800d-88e9-000000004d38 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 20:32:54.305474 | fa163ee6-1e6a-800d-88e9-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 20:32:54.307026 | fa163ee6-1e6a-800d-88e9-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:57.303301 | 0.48s 2025-09-30 20:32:54.737665 | fa163ee6-1e6a-800d-88e9-000000004d38 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 20:32:54.739509 | fa163ee6-1e6a-800d-88e9-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:57.735790 | 0.91s 2025-09-30 20:32:54.750294 | fa163ee6-1e6a-800d-88e9-000000004d38 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:57.746578 | 0.92s 2025-09-30 20:32:54.780629 | fa163ee6-1e6a-800d-88e9-000000004d39 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 20:32:55.248324 | fa163ee6-1e6a-800d-88e9-000000004d39 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 20:32:55.249680 | fa163ee6-1e6a-800d-88e9-000000004d39 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:58.245958 | 0.47s 2025-09-30 20:32:55.280845 | fa163ee6-1e6a-800d-88e9-000000004d3a | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 20:32:55.787571 | fa163ee6-1e6a-800d-88e9-000000004d3a | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 20:32:55.790178 | fa163ee6-1e6a-800d-88e9-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:58.786455 | 0.51s 2025-09-30 20:32:55.822486 | fa163ee6-1e6a-800d-88e9-000000004d3b | TASK | Enable and start tripleo-container-shutdown 2025-09-30 20:32:56.564000 | fa163ee6-1e6a-800d-88e9-000000004d3b | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 20:32:56.567461 | fa163ee6-1e6a-800d-88e9-000000004d3b | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:59.563735 | 0.74s 2025-09-30 20:32:56.599957 | fa163ee6-1e6a-800d-88e9-000000004d3c | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 20:32:57.102485 | fa163ee6-1e6a-800d-88e9-000000004d3c | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 20:32:57.104117 | fa163ee6-1e6a-800d-88e9-000000004d3c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:00.100388 | 0.50s 2025-09-30 20:32:57.134014 | fa163ee6-1e6a-800d-88e9-000000004d3d | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 20:32:57.659141 | fa163ee6-1e6a-800d-88e9-000000004d3d | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 20:32:57.661697 | fa163ee6-1e6a-800d-88e9-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:00.657971 | 0.53s 2025-09-30 20:32:57.692775 | fa163ee6-1e6a-800d-88e9-000000004d3e | TASK | Enable and start netns-placeholder 2025-09-30 20:32:58.524435 | fa163ee6-1e6a-800d-88e9-000000004d3e | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 20:32:58.526513 | fa163ee6-1e6a-800d-88e9-000000004d3e | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:01.522788 | 0.83s 2025-09-30 20:32:58.565901 | fa163ee6-1e6a-800d-88e9-000000004d04 | TASK | Update container configs with new config hashes 2025-09-30 20:32:58.631344 | fa163ee6-1e6a-800d-88e9-000000004d04 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:01.627611 | 0.06s 2025-09-30 20:32:58.650177 | 8b924a77-9978-4095-9191-12cdf7eac494 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 20:32:58.677122 | fa163ee6-1e6a-800d-88e9-000000004d66 | TASK | Update config hashes for container startup configs 2025-09-30 20:32:58.987126 | fa163ee6-1e6a-800d-88e9-000000004d66 | OK | Update config hashes for container startup configs | standalone 2025-09-30 20:32:58.988474 | fa163ee6-1e6a-800d-88e9-000000004d66 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:01.984751 | 0.31s 2025-09-30 20:32:59.021584 | fa163ee6-1e6a-800d-88e9-000000004d05 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 20:32:59.083283 | fa163ee6-1e6a-800d-88e9-000000004d05 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:02.079549 | 0.06s 2025-09-30 20:32:59.201607 | 9e3f9607-816d-4c82-9fbb-bd4808e24914 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:32:59.224293 | fa163ee6-1e6a-800d-88e9-000000004d85 | TASK | Gather podman infos 2025-09-30 20:33:00.818715 | fa163ee6-1e6a-800d-88e9-000000004d85 | OK | Gather podman infos | standalone 2025-09-30 20:33:00.819893 | fa163ee6-1e6a-800d-88e9-000000004d85 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:03.816174 | 1.59s 2025-09-30 20:33:00.935687 | fa163ee6-1e6a-800d-88e9-000000004d86 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 20:33:01.023837 | fa163ee6-1e6a-800d-88e9-000000004d86 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:04.020114 | 0.08s 2025-09-30 20:33:01.179037 | fa163ee6-1e6a-800d-88e9-000000004dcf | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:04.175297 | 0.11s 2025-09-30 20:33:01.242112 | fa163ee6-1e6a-800d-88e9-000000004d06 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 20:33:01.291597 | fa163ee6-1e6a-800d-88e9-000000004d06 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:04.287864 | 0.05s 2025-09-30 20:33:01.316630 | 62c433ea-80da-44ff-8481-0df15a7f6b2a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:33:01.353306 | fa163ee6-1e6a-800d-88e9-000000004df5 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 20:33:22.191865 | fa163ee6-1e6a-800d-88e9-000000004df5 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 20:33:22.192849 | fa163ee6-1e6a-800d-88e9-000000004df5 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:25.189136 | 20.84s 2025-09-30 20:33:22.214496 | fa163ee6-1e6a-800d-88e9-000000004df6 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 20:35:27.705372 | fa163ee6-1e6a-800d-88e9-000000004df6 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 20:35:27.706528 | fa163ee6-1e6a-800d-88e9-000000004df6 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:30.702812 | 125.49s 2025-09-30 20:35:27.763752 | fa163ee6-1e6a-800d-88e9-000000004c61 | TASK | Clean container_puppet_tasks for standalone step 4 2025-09-30 20:35:27.994820 | fa163ee6-1e6a-800d-88e9-000000004c61 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-09-30 20:35:27.996372 | fa163ee6-1e6a-800d-88e9-000000004c61 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:30.992650 | 0.23s 2025-09-30 20:35:28.047569 | fa163ee6-1e6a-800d-88e9-000000004c62 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-09-30 20:35:28.098202 | fa163ee6-1e6a-800d-88e9-000000004c62 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:31.094475 | 0.05s 2025-09-30 20:35:28.124103 | fa163ee6-1e6a-800d-88e9-000000004c63 | TASK | Include container-puppet tasks for step 4 2025-09-30 20:35:28.174799 | fa163ee6-1e6a-800d-88e9-000000004c63 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:31.171073 | 0.05s 2025-09-30 20:35:28.193437 | 59a284ba-bf5b-47b0-95f3-1ffde03c6419 | INCLUDED | /root/standalone-ansible-lu02624j/host-container-puppet-tasks.yaml | standalone 2025-09-30 20:35:28.234973 | fa163ee6-1e6a-800d-88e9-000000004e41 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-09-30 20:35:28.742513 | fa163ee6-1e6a-800d-88e9-000000004e41 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-09-30 20:35:28.743965 | fa163ee6-1e6a-800d-88e9-000000004e41 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:31.740240 | 0.51s 2025-09-30 20:35:28.776605 | fa163ee6-1e6a-800d-88e9-000000004e43 | TASK | Generate container puppet configs for step 4 2025-09-30 20:35:29.084548 | fa163ee6-1e6a-800d-88e9-000000004e43 | OK | Generate container puppet configs for step 4 | standalone 2025-09-30 20:35:29.085373 | fa163ee6-1e6a-800d-88e9-000000004e43 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:32.081660 | 0.31s 2025-09-30 20:35:29.106511 | fa163ee6-1e6a-800d-88e9-000000004e44 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-09-30 20:35:29.133254 | fa163ee6-1e6a-800d-88e9-000000004e44 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:32.129527 | 0.03s 2025-09-30 20:35:29.198825 | fa163ee6-1e6a-800d-88e9-000000004e73 | TASK | Gather variables for each operating system 2025-09-30 20:35:29.326776 | fa163ee6-1e6a-800d-88e9-000000004e73 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:32.323053 | 0.13s 2025-09-30 20:35:29.346868 | fa163ee6-1e6a-800d-88e9-000000004e74 | TASK | Create container logs path 2025-09-30 20:35:29.521494 | fa163ee6-1e6a-800d-88e9-000000004e74 | OK | Create container logs path | standalone 2025-09-30 20:35:29.523378 | fa163ee6-1e6a-800d-88e9-000000004e74 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:32.519651 | 0.18s 2025-09-30 20:35:29.559796 | fa163ee6-1e6a-800d-88e9-000000004e76 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 20:35:29.856248 | fa163ee6-1e6a-800d-88e9-000000004e76 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 20:35:29.857675 | fa163ee6-1e6a-800d-88e9-000000004e76 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:32.853951 | 0.30s 2025-09-30 20:35:29.888624 | fa163ee6-1e6a-800d-88e9-000000004e77 | TASK | Finalise hashes for all containers 2025-09-30 20:35:29.940556 | fa163ee6-1e6a-800d-88e9-000000004e77 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:35:29.941814 | fa163ee6-1e6a-800d-88e9-000000004e77 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:32.938090 | 0.05s 2025-09-30 20:35:29.974473 | fa163ee6-1e6a-800d-88e9-000000004e79 | TASK | Manage systemd shutdown files 2025-09-30 20:35:30.009983 | fa163ee6-1e6a-800d-88e9-000000004e79 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:35:30.011537 | fa163ee6-1e6a-800d-88e9-000000004e79 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:33.007805 | 0.03s 2025-09-30 20:35:30.038261 | fa163ee6-1e6a-800d-88e9-000000004e7b | TASK | Update container configs with new config hashes 2025-09-30 20:35:30.090367 | fa163ee6-1e6a-800d-88e9-000000004e7b | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:35:30.091565 | fa163ee6-1e6a-800d-88e9-000000004e7b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:33.087846 | 0.05s 2025-09-30 20:35:30.118770 | fa163ee6-1e6a-800d-88e9-000000004e7c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 20:35:30.172703 | fa163ee6-1e6a-800d-88e9-000000004e7c | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 20:35:30.174053 | fa163ee6-1e6a-800d-88e9-000000004e7c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:33.170327 | 0.05s 2025-09-30 20:35:30.196223 | fa163ee6-1e6a-800d-88e9-000000004e7d | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 20:35:30.245752 | fa163ee6-1e6a-800d-88e9-000000004e7d | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 20:35:30.246940 | fa163ee6-1e6a-800d-88e9-000000004e7d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:33.243200 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-09-30 20:35:30.403068 | fa163ee6-1e6a-800d-88e9-0000000000ea | TASK | External deployment step 5 2025-09-30 20:35:30.434335 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000ea') missing from stats 2025-09-30 20:35:30.492282 | fa163ee6-1e6a-800d-88e9-0000000000eb | TIMING | include_tasks | undercloud | 0:26:33.488552 | 0.04s 2025-09-30 20:35:30.500813 | 816bf8f3-2c7a-4176-80cb-0b0f41b154f0 | INCLUDED | /root/standalone-ansible-lu02624j/external_deploy_steps_tasks_step5.yaml | undercloud 2025-09-30 20:35:30.518070 | fa163ee6-1e6a-800d-88e9-000000004ecc | TASK | Manage Cinder's default volume type 2025-09-30 20:35:43.628857 | fa163ee6-1e6a-800d-88e9-000000004ecc | OK | Manage Cinder's default volume type | undercloud 2025-09-30 20:35:43.631875 | fa163ee6-1e6a-800d-88e9-000000004ecc | TIMING | Manage Cinder's default volume type | undercloud | 0:26:46.628152 | 13.11s PLAY [Deploy step tasks for 5] ************************************************* 2025-09-30 20:35:43.773399 | fa163ee6-1e6a-800d-88e9-0000000000ee | TASK | Deploy step tasks for 5 2025-09-30 20:35:43.803514 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000ee') missing from stats 2025-09-30 20:35:43.827446 | fa163ee6-1e6a-800d-88e9-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-09-30 20:35:44.346775 | fa163ee6-1e6a-800d-88e9-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-09-30 20:35:44.348500 | fa163ee6-1e6a-800d-88e9-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:47.344784 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 20:35:44.401533 | fa163ee6-1e6a-800d-88e9-0000000000f0 | TIMING | include_tasks | standalone | 0:26:47.397808 | 0.03s 2025-09-30 20:35:44.471667 | f7588fea-2f71-4626-b237-c0c836a9023c | INCLUDED | /root/standalone-ansible-lu02624j/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-09-30 20:35:44.507292 | fa163ee6-1e6a-800d-88e9-000000004eef | TASK | Gather variables for each operating system 2025-09-30 20:35:44.634011 | fa163ee6-1e6a-800d-88e9-000000004eef | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:47.630272 | 0.13s 2025-09-30 20:35:44.669148 | fa163ee6-1e6a-800d-88e9-000000004ef0 | TASK | Detect if resource is being created or already exists 2025-09-30 20:35:45.422522 | fa163ee6-1e6a-800d-88e9-000000004ef0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 20:35:45.423598 | fa163ee6-1e6a-800d-88e9-000000004ef0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:48.419882 | 0.75s 2025-09-30 20:35:45.447607 | fa163ee6-1e6a-800d-88e9-000000004ef1 | TASK | Run init bundle puppet on the host for cinder_backup 2025-09-30 20:36:07.891433 | fa163ee6-1e6a-800d-88e9-000000004ef1 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-09-30 20:36:07.892667 | fa163ee6-1e6a-800d-88e9-000000004ef1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:10.888952 | 22.44s 2025-09-30 20:36:07.918303 | fa163ee6-1e6a-800d-88e9-000000004ef2 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-09-30 20:36:08.217154 | fa163ee6-1e6a-800d-88e9-000000004ef2 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-09-30 20:36:08.218865 | fa163ee6-1e6a-800d-88e9-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:11.215142 | 0.30s 2025-09-30 20:36:08.246118 | fa163ee6-1e6a-800d-88e9-000000004ef3 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 20:36:08.653046 | fa163ee6-1e6a-800d-88e9-000000004ef3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 20:36:08.654503 | fa163ee6-1e6a-800d-88e9-000000004ef3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:11.650779 | 0.41s 2025-09-30 20:36:08.687748 | fa163ee6-1e6a-800d-88e9-000000004ef4 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-09-30 20:36:08.940160 | fa163ee6-1e6a-800d-88e9-000000004ef4 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-09-30 20:36:08.941527 | fa163ee6-1e6a-800d-88e9-000000004ef4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:11.937803 | 0.25s 2025-09-30 20:36:08.975814 | fa163ee6-1e6a-800d-88e9-000000004ef6 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-09-30 20:36:09.030587 | fa163ee6-1e6a-800d-88e9-000000004ef6 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-09-30 20:36:09.032082 | fa163ee6-1e6a-800d-88e9-000000004ef6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:12.028357 | 0.05s 2025-09-30 20:36:09.065806 | fa163ee6-1e6a-800d-88e9-000000004ef7 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-09-30 20:36:09.138715 | fa163ee6-1e6a-800d-88e9-000000004ef7 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-09-30 20:36:09.140206 | fa163ee6-1e6a-800d-88e9-000000004ef7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:12.136481 | 0.07s 2025-09-30 20:36:09.172094 | fa163ee6-1e6a-800d-88e9-000000004ef8 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-09-30 20:36:09.220946 | fa163ee6-1e6a-800d-88e9-000000004ef8 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-09-30 20:36:09.221858 | fa163ee6-1e6a-800d-88e9-000000004ef8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:12.218141 | 0.05s 2025-09-30 20:36:09.249446 | fa163ee6-1e6a-800d-88e9-000000004ef9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 20:36:09.289705 | fa163ee6-1e6a-800d-88e9-000000004ef9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 20:36:09.291056 | fa163ee6-1e6a-800d-88e9-000000004ef9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:12.287330 | 0.04s 2025-09-30 20:36:09.323287 | fa163ee6-1e6a-800d-88e9-000000004efa | TASK | Remove update marker for bundle openstack-cinder-backup 2025-09-30 20:36:09.364034 | fa163ee6-1e6a-800d-88e9-000000004efa | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-09-30 20:36:09.364792 | fa163ee6-1e6a-800d-88e9-000000004efa | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:12.361080 | 0.04s 2025-09-30 20:36:09.402452 | fa163ee6-1e6a-800d-88e9-000000004f1b | TASK | Gather variables for each operating system 2025-09-30 20:36:09.501402 | fa163ee6-1e6a-800d-88e9-000000004f1b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:12.497677 | 0.10s 2025-09-30 20:36:09.522435 | fa163ee6-1e6a-800d-88e9-000000004f1c | TASK | Detect if resource is being created or already exists 2025-09-30 20:36:10.308033 | fa163ee6-1e6a-800d-88e9-000000004f1c | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 20:36:10.309690 | fa163ee6-1e6a-800d-88e9-000000004f1c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:13.305815 | 0.79s 2025-09-30 20:36:10.345103 | fa163ee6-1e6a-800d-88e9-000000004f1d | TASK | Run init bundle puppet on the host for cinder_volume 2025-09-30 20:36:33.149058 | fa163ee6-1e6a-800d-88e9-000000004f1d | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-09-30 20:36:33.150033 | fa163ee6-1e6a-800d-88e9-000000004f1d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:36.146320 | 22.80s 2025-09-30 20:36:33.171666 | fa163ee6-1e6a-800d-88e9-000000004f1e | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-09-30 20:36:33.434467 | fa163ee6-1e6a-800d-88e9-000000004f1e | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-09-30 20:36:33.435820 | fa163ee6-1e6a-800d-88e9-000000004f1e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:36.432096 | 0.26s 2025-09-30 20:36:33.467284 | fa163ee6-1e6a-800d-88e9-000000004f1f | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 20:36:33.915012 | fa163ee6-1e6a-800d-88e9-000000004f1f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 20:36:33.916150 | fa163ee6-1e6a-800d-88e9-000000004f1f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:36.912433 | 0.44s 2025-09-30 20:36:33.942879 | fa163ee6-1e6a-800d-88e9-000000004f20 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-09-30 20:36:34.144782 | fa163ee6-1e6a-800d-88e9-000000004f20 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-09-30 20:36:34.145793 | fa163ee6-1e6a-800d-88e9-000000004f20 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:37.142075 | 0.20s 2025-09-30 20:36:34.181557 | fa163ee6-1e6a-800d-88e9-000000004f22 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-09-30 20:36:34.232876 | fa163ee6-1e6a-800d-88e9-000000004f22 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-09-30 20:36:34.234107 | fa163ee6-1e6a-800d-88e9-000000004f22 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:37.230383 | 0.05s 2025-09-30 20:36:34.266945 | fa163ee6-1e6a-800d-88e9-000000004f23 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-09-30 20:36:34.327235 | fa163ee6-1e6a-800d-88e9-000000004f23 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-09-30 20:36:34.328241 | fa163ee6-1e6a-800d-88e9-000000004f23 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:37.324523 | 0.06s 2025-09-30 20:36:34.355676 | fa163ee6-1e6a-800d-88e9-000000004f24 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-09-30 20:36:34.387964 | fa163ee6-1e6a-800d-88e9-000000004f24 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-09-30 20:36:34.388933 | fa163ee6-1e6a-800d-88e9-000000004f24 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:37.385201 | 0.03s 2025-09-30 20:36:34.416881 | fa163ee6-1e6a-800d-88e9-000000004f25 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 20:36:34.447000 | fa163ee6-1e6a-800d-88e9-000000004f25 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 20:36:34.448051 | fa163ee6-1e6a-800d-88e9-000000004f25 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:37.444334 | 0.03s 2025-09-30 20:36:34.475974 | fa163ee6-1e6a-800d-88e9-000000004f26 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-09-30 20:36:34.522972 | fa163ee6-1e6a-800d-88e9-000000004f26 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-09-30 20:36:34.523939 | fa163ee6-1e6a-800d-88e9-000000004f26 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:37.520200 | 0.05s 2025-09-30 20:36:34.563378 | fa163ee6-1e6a-800d-88e9-000000004f47 | TASK | Gather variables for each operating system 2025-09-30 20:36:34.707020 | fa163ee6-1e6a-800d-88e9-000000004f47 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:37.703286 | 0.14s 2025-09-30 20:36:34.727586 | fa163ee6-1e6a-800d-88e9-000000004f48 | TASK | Detect if resource is being created or already exists 2025-09-30 20:36:35.454184 | fa163ee6-1e6a-800d-88e9-000000004f48 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 20:36:35.455615 | fa163ee6-1e6a-800d-88e9-000000004f48 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:38.451890 | 0.73s 2025-09-30 20:36:35.482755 | fa163ee6-1e6a-800d-88e9-000000004f49 | TASK | Run init bundle puppet on the host for manila_share 2025-09-30 20:36:57.137044 | fa163ee6-1e6a-800d-88e9-000000004f49 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-09-30 20:36:57.138356 | fa163ee6-1e6a-800d-88e9-000000004f49 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:28:00.134639 | 21.65s 2025-09-30 20:36:57.165509 | fa163ee6-1e6a-800d-88e9-000000004f4a | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-09-30 20:36:57.411435 | fa163ee6-1e6a-800d-88e9-000000004f4a | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-09-30 20:36:57.412884 | fa163ee6-1e6a-800d-88e9-000000004f4a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:28:00.409160 | 0.25s 2025-09-30 20:36:57.444145 | fa163ee6-1e6a-800d-88e9-000000004f4b | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 20:36:57.896063 | fa163ee6-1e6a-800d-88e9-000000004f4b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 20:36:57.896995 | fa163ee6-1e6a-800d-88e9-000000004f4b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:00.893282 | 0.45s 2025-09-30 20:36:57.921293 | fa163ee6-1e6a-800d-88e9-000000004f4c | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-09-30 20:36:58.133906 | fa163ee6-1e6a-800d-88e9-000000004f4c | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-09-30 20:36:58.134941 | fa163ee6-1e6a-800d-88e9-000000004f4c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:28:01.131206 | 0.21s 2025-09-30 20:36:58.169743 | fa163ee6-1e6a-800d-88e9-000000004f4e | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-09-30 20:36:58.207698 | fa163ee6-1e6a-800d-88e9-000000004f4e | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-09-30 20:36:58.208616 | fa163ee6-1e6a-800d-88e9-000000004f4e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:28:01.204899 | 0.04s 2025-09-30 20:36:58.233688 | fa163ee6-1e6a-800d-88e9-000000004f4f | TASK | Get container image tag from bundle openstack-manila-share 2025-09-30 20:36:58.270597 | fa163ee6-1e6a-800d-88e9-000000004f4f | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-09-30 20:36:58.271411 | fa163ee6-1e6a-800d-88e9-000000004f4f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:28:01.267694 | 0.04s 2025-09-30 20:36:58.295106 | fa163ee6-1e6a-800d-88e9-000000004f50 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-09-30 20:36:58.343162 | fa163ee6-1e6a-800d-88e9-000000004f50 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-09-30 20:36:58.343781 | fa163ee6-1e6a-800d-88e9-000000004f50 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:28:01.340068 | 0.05s 2025-09-30 20:36:58.364665 | fa163ee6-1e6a-800d-88e9-000000004f51 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 20:36:58.406443 | fa163ee6-1e6a-800d-88e9-000000004f51 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 20:36:58.407409 | fa163ee6-1e6a-800d-88e9-000000004f51 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:01.403692 | 0.04s 2025-09-30 20:36:58.433027 | fa163ee6-1e6a-800d-88e9-000000004f52 | TASK | Remove update marker for bundle openstack-manila-share 2025-09-30 20:36:58.472692 | fa163ee6-1e6a-800d-88e9-000000004f52 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-09-30 20:36:58.473715 | fa163ee6-1e6a-800d-88e9-000000004f52 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:28:01.469996 | 0.04s 2025-09-30 20:36:58.518756 | fa163ee6-1e6a-800d-88e9-000000004f73 | TASK | Run kolla_set_configs to copy ring files 2025-09-30 20:36:59.058546 | fa163ee6-1e6a-800d-88e9-000000004f73 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-09-30 20:36:59.061321 | fa163ee6-1e6a-800d-88e9-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.057594 | 0.54s 2025-09-30 20:36:59.071082 | fa163ee6-1e6a-800d-88e9-000000004f73 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.067356 | 0.55s 2025-09-30 20:36:59.101489 | fa163ee6-1e6a-800d-88e9-000000004f74 | TASK | Run kolla_set_configs to copy ring files 2025-09-30 20:36:59.516561 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-09-30 20:36:59.519149 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:02.515421 | 0.41s 2025-09-30 20:37:00.062094 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-09-30 20:37:00.063260 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.059541 | 0.96s 2025-09-30 20:37:00.404790 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-09-30 20:37:00.406459 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.402738 | 1.30s 2025-09-30 20:37:00.844368 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-09-30 20:37:00.846342 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:03.842624 | 1.74s 2025-09-30 20:37:01.210683 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-09-30 20:37:01.212640 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.208920 | 2.11s 2025-09-30 20:37:01.540083 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-09-30 20:37:01.540694 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.536983 | 2.44s 2025-09-30 20:37:01.949026 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-09-30 20:37:01.949903 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:04.946188 | 2.85s 2025-09-30 20:37:02.428167 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-09-30 20:37:02.428774 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.425064 | 3.32s 2025-09-30 20:37:02.749630 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-09-30 20:37:02.750704 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:05.746985 | 3.65s 2025-09-30 20:37:03.182553 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-09-30 20:37:03.184119 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.180407 | 4.08s 2025-09-30 20:37:03.502300 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-09-30 20:37:03.503074 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.499365 | 4.40s 2025-09-30 20:37:03.990651 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-09-30 20:37:03.993339 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:06.989613 | 4.89s 2025-09-30 20:37:04.481159 | fa163ee6-1e6a-800d-88e9-000000004f74 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-09-30 20:37:04.483361 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.479647 | 5.38s 2025-09-30 20:37:04.498235 | fa163ee6-1e6a-800d-88e9-000000004f74 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:07.494502 | 5.39s 2025-09-30 20:37:04.532243 | fa163ee6-1e6a-800d-88e9-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-09-30 20:37:04.758680 | fa163ee6-1e6a-800d-88e9-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-09-30 20:37:04.759500 | fa163ee6-1e6a-800d-88e9-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:07.755789 | 0.23s 2025-09-30 20:37:04.841901 | fa163ee6-1e6a-800d-88e9-0000000000f3 | TIMING | include_tasks | standalone | 0:28:07.838181 | 0.06s 2025-09-30 20:37:04.861085 | 58fa6b35-4d25-43f1-9f0a-e1c2e040fe42 | INCLUDED | /root/standalone-ansible-lu02624j/common_deploy_steps_tasks.yaml | standalone 2025-09-30 20:37:04.883719 | fa163ee6-1e6a-800d-88e9-000000004ff1 | TASK | Write the config_step hieradata 2025-09-30 20:37:05.465988 | fa163ee6-1e6a-800d-88e9-000000004ff1 | OK | Write the config_step hieradata | standalone 2025-09-30 20:37:05.467509 | fa163ee6-1e6a-800d-88e9-000000004ff1 | TIMING | Write the config_step hieradata | standalone | 0:28:08.463782 | 0.58s 2025-09-30 20:37:05.498250 | fa163ee6-1e6a-800d-88e9-000000004ff2 | TASK | Run puppet host configuration for step 5 2025-09-30 20:37:05.817153 | fa163ee6-1e6a-800d-88e9-000000004ff2 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-09-30 20:37:05.818447 | fa163ee6-1e6a-800d-88e9-000000004ff2 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:08.814723 | 0.32s 2025-09-30 20:37:05.847862 | fa163ee6-1e6a-800d-88e9-000000004ff3 | TASK | Wait for puppet host configuration to finish 2025-09-30 20:37:06.140482 | fa163ee6-1e6a-800d-88e9-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 20:37:16.414540 | fa163ee6-1e6a-800d-88e9-000000004ff3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 20:37:26.648165 | fa163ee6-1e6a-800d-88e9-000000004ff3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 20:37:26.651085 | fa163ee6-1e6a-800d-88e9-000000004ff3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:29.647358 | 20.80s 2025-09-30 20:37:26.675724 | fa163ee6-1e6a-800d-88e9-000000004ff4 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-09-30 20:37:26.752590 | fa163ee6-1e6a-800d-88e9-000000004ff4 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Sep 30 20:37:05 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 20:37:11 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 20:37:11 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 20:37:11 puppet-user: (file & line not available)", "<13>Sep 30 20:37:11 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 20:37:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 20:37:11 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>Sep 30 20:37:11 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Sep 30 20:37:11 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Sep 30 20:37:11 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>Sep 30 20:37:11 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>Sep 30 20:37:11 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>Sep 30 20:37:11 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>Sep 30 20:37:11 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>Sep 30 20:37:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 20:37:11 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.60 seconds", "<13>Sep 30 20:37:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 20:37:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 20:37:19 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 20:37:20 puppet-user: Notice: Applied catalog in 8.28 seconds", "<13>Sep 30 20:37:20 puppet-user: Application:", "<13>Sep 30 20:37:20 puppet-user: Initial environment: production", "<13>Sep 30 20:37:20 puppet-user: Converged environment: production", "<13>Sep 30 20:37:20 puppet-user: Run mode: user", "<13>Sep 30 20:37:20 puppet-user: Changes:", "<13>Sep 30 20:37:20 puppet-user: Total: 2", "<13>Sep 30 20:37:20 puppet-user: Events:", "<13>Sep 30 20:37:20 puppet-user: Success: 2", "<13>Sep 30 20:37:20 puppet-user: Resources:", "<13>Sep 30 20:37:20 puppet-user: Changed: 2", "<13>Sep 30 20:37:20 puppet-user: Out of sync: 2", "<13>Sep 30 20:37:20 puppet-user: Total: 37", "<13>Sep 30 20:37:20 puppet-user: Time:", "<13>Sep 30 20:37:20 puppet-user: File line: 0.00", "<13>Sep 30 20:37:20 puppet-user: Package: 0.00", "<13>Sep 30 20:37:20 puppet-user: Schedule: 0.00", "<13>Sep 30 20:37:20 puppet-user: Augeas: 0.01", "<13>Sep 30 20:37:20 puppet-user: User: 0.01", "<13>Sep 30 20:37:20 puppet-user: File: 0.08", "<13>Sep 30 20:37:20 puppet-user: Service: 0.15", "<13>Sep 30 20:37:20 puppet-user: Config retrieval: 0.73", "<13>Sep 30 20:37:20 puppet-user: Pcmk property: 1.60", "<13>Sep 30 20:37:20 puppet-user: Pcmk resource op default: 1.95", "<13>Sep 30 20:37:20 puppet-user: Last run: 1759264640", "<13>Sep 30 20:37:20 puppet-user: Exec: 2.08", "<13>Sep 30 20:37:20 puppet-user: Pcmk resource default: 2.16", "<13>Sep 30 20:37:20 puppet-user: Filebucket: 0.00", "<13>Sep 30 20:37:20 puppet-user: Transaction evaluation: 8.22", "<13>Sep 30 20:37:20 puppet-user: Catalog application: 8.28", "<13>Sep 30 20:37:20 puppet-user: Total: 8.29", "<13>Sep 30 20:37:20 puppet-user: Version:", "<13>Sep 30 20:37:20 puppet-user: Config: 1759264631", "<13>Sep 30 20:37:20 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 20:37:26.754551 | fa163ee6-1e6a-800d-88e9-000000004ff4 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:29.750836 | 0.08s 2025-09-30 20:37:26.774443 | fa163ee6-1e6a-800d-88e9-000000004ff5 | TASK | Pre-cache facts for puppet containers 2025-09-30 20:37:26.792833 | fa163ee6-1e6a-800d-88e9-000000004ff5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:29.789105 | 0.02s 2025-09-30 20:37:26.880506 | fa163ee6-1e6a-800d-88e9-000000005034 | TASK | Gather variables for each operating system 2025-09-30 20:37:26.973415 | fa163ee6-1e6a-800d-88e9-000000005034 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:29.969684 | 0.09s 2025-09-30 20:37:26.999659 | fa163ee6-1e6a-800d-88e9-000000005035 | TASK | Create puppet caching structures 2025-09-30 20:37:27.220196 | fa163ee6-1e6a-800d-88e9-000000005035 | CHANGED | Create puppet caching structures | standalone 2025-09-30 20:37:27.221781 | fa163ee6-1e6a-800d-88e9-000000005035 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:30.218057 | 0.22s 2025-09-30 20:37:27.252410 | fa163ee6-1e6a-800d-88e9-000000005036 | TASK | Check for facter.conf 2025-09-30 20:37:27.497786 | fa163ee6-1e6a-800d-88e9-000000005036 | OK | Check for facter.conf | standalone 2025-09-30 20:37:27.499206 | fa163ee6-1e6a-800d-88e9-000000005036 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:30.495483 | 0.24s 2025-09-30 20:37:27.529519 | fa163ee6-1e6a-800d-88e9-000000005037 | TASK | Remove facter.conf if directory 2025-09-30 20:37:27.572496 | fa163ee6-1e6a-800d-88e9-000000005037 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 20:37:27.573861 | fa163ee6-1e6a-800d-88e9-000000005037 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:30.570130 | 0.04s 2025-09-30 20:37:27.604584 | fa163ee6-1e6a-800d-88e9-000000005038 | TASK | Write facter cache config 2025-09-30 20:37:28.077391 | fa163ee6-1e6a-800d-88e9-000000005038 | CHANGED | Write facter cache config | standalone 2025-09-30 20:37:28.078551 | fa163ee6-1e6a-800d-88e9-000000005038 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:31.074835 | 0.47s 2025-09-30 20:37:28.103409 | fa163ee6-1e6a-800d-88e9-000000005039 | TASK | Cleanup facter cache if exists 2025-09-30 20:37:28.339438 | fa163ee6-1e6a-800d-88e9-000000005039 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 20:37:28.341036 | fa163ee6-1e6a-800d-88e9-000000005039 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:31.337312 | 0.24s 2025-09-30 20:37:28.371210 | fa163ee6-1e6a-800d-88e9-00000000503a | TASK | Pre-cache facts 2025-09-30 20:37:29.054464 | fa163ee6-1e6a-800d-88e9-00000000503a | CHANGED | Pre-cache facts | standalone 2025-09-30 20:37:29.056871 | fa163ee6-1e6a-800d-88e9-00000000503a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:32.053146 | 0.68s 2025-09-30 20:37:29.094388 | fa163ee6-1e6a-800d-88e9-00000000503b | TASK | Failed deployment if facter fails 2025-09-30 20:37:29.136588 | fa163ee6-1e6a-800d-88e9-00000000503b | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 20:37:29.137831 | fa163ee6-1e6a-800d-88e9-00000000503b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:32.134108 | 0.04s 2025-09-30 20:37:29.186052 | fa163ee6-1e6a-800d-88e9-00000000503c | TASK | Sync cached facts 2025-09-30 20:37:29.486781 | fa163ee6-1e6a-800d-88e9-00000000503c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-00000000503c') missing from stats 2025-09-30 20:37:29.544845 | fa163ee6-1e6a-800d-88e9-000000004ff6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 20:37:29.597291 | fa163ee6-1e6a-800d-88e9-000000004ff6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 20:37:29.598556 | fa163ee6-1e6a-800d-88e9-000000004ff6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:32.594831 | 0.05s 2025-09-30 20:37:29.630100 | fa163ee6-1e6a-800d-88e9-000000004ff8 | TASK | Manage containers for step 5 with tripleo-ansible 2025-09-30 20:37:29.660956 | fa163ee6-1e6a-800d-88e9-000000004ff8 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:32.657201 | 0.03s 2025-09-30 20:37:29.752365 | fa163ee6-1e6a-800d-88e9-000000005093 | TASK | Gather variables for each operating system 2025-09-30 20:37:29.874404 | fa163ee6-1e6a-800d-88e9-000000005093 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:32.870638 | 0.12s 2025-09-30 20:37:29.909374 | fa163ee6-1e6a-800d-88e9-000000005094 | TASK | Create container logs path 2025-09-30 20:37:30.215573 | fa163ee6-1e6a-800d-88e9-000000005094 | OK | Create container logs path | standalone 2025-09-30 20:37:30.218776 | fa163ee6-1e6a-800d-88e9-000000005094 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:33.215046 | 0.31s 2025-09-30 20:37:30.254228 | fa163ee6-1e6a-800d-88e9-000000005096 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 20:37:30.540599 | fa163ee6-1e6a-800d-88e9-000000005096 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 20:37:30.543750 | fa163ee6-1e6a-800d-88e9-000000005096 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:33.539928 | 0.28s 2025-09-30 20:37:30.576817 | fa163ee6-1e6a-800d-88e9-000000005097 | TASK | Finalise hashes for all containers 2025-09-30 20:37:30.658330 | fa163ee6-1e6a-800d-88e9-000000005097 | OK | Finalise hashes for all containers | standalone 2025-09-30 20:37:30.659768 | fa163ee6-1e6a-800d-88e9-000000005097 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:33.656044 | 0.08s 2025-09-30 20:37:30.691136 | fa163ee6-1e6a-800d-88e9-000000005099 | TASK | Manage systemd shutdown files 2025-09-30 20:37:30.726550 | fa163ee6-1e6a-800d-88e9-000000005099 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:33.722822 | 0.03s 2025-09-30 20:37:30.764058 | 172bfb4f-70a5-477c-9d7c-a3537d12690f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 20:37:30.792104 | fa163ee6-1e6a-800d-88e9-0000000050cc | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 20:37:31.057179 | fa163ee6-1e6a-800d-88e9-0000000050cc | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 20:37:31.058631 | fa163ee6-1e6a-800d-88e9-0000000050cc | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:34.054908 | 0.27s 2025-09-30 20:37:31.089460 | fa163ee6-1e6a-800d-88e9-0000000050cd | TASK | Set podman_drop_in fact 2025-09-30 20:37:31.156402 | fa163ee6-1e6a-800d-88e9-0000000050cd | OK | Set podman_drop_in fact | standalone 2025-09-30 20:37:31.158160 | fa163ee6-1e6a-800d-88e9-0000000050cd | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:34.154433 | 0.07s 2025-09-30 20:37:31.191881 | fa163ee6-1e6a-800d-88e9-0000000050cf | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 20:37:31.717241 | fa163ee6-1e6a-800d-88e9-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 20:37:31.719077 | fa163ee6-1e6a-800d-88e9-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:34.715360 | 0.53s 2025-09-30 20:37:32.247820 | fa163ee6-1e6a-800d-88e9-0000000050cf | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 20:37:32.248788 | fa163ee6-1e6a-800d-88e9-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:35.245071 | 1.05s 2025-09-30 20:37:32.260493 | fa163ee6-1e6a-800d-88e9-0000000050cf | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:35.256776 | 1.07s 2025-09-30 20:37:32.280996 | fa163ee6-1e6a-800d-88e9-0000000050d0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 20:37:32.806276 | fa163ee6-1e6a-800d-88e9-0000000050d0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 20:37:32.807674 | fa163ee6-1e6a-800d-88e9-0000000050d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:35.803951 | 0.53s 2025-09-30 20:37:32.837290 | fa163ee6-1e6a-800d-88e9-0000000050d1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 20:37:33.264417 | fa163ee6-1e6a-800d-88e9-0000000050d1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 20:37:33.265520 | fa163ee6-1e6a-800d-88e9-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:36.261803 | 0.43s 2025-09-30 20:37:33.295496 | fa163ee6-1e6a-800d-88e9-0000000050d2 | TASK | Enable and start tripleo-container-shutdown 2025-09-30 20:37:34.324161 | fa163ee6-1e6a-800d-88e9-0000000050d2 | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 20:37:34.325433 | fa163ee6-1e6a-800d-88e9-0000000050d2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:37.321720 | 1.03s 2025-09-30 20:37:34.345454 | fa163ee6-1e6a-800d-88e9-0000000050d3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 20:37:34.879377 | fa163ee6-1e6a-800d-88e9-0000000050d3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 20:37:34.880974 | fa163ee6-1e6a-800d-88e9-0000000050d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:37.877251 | 0.53s 2025-09-30 20:37:34.910351 | fa163ee6-1e6a-800d-88e9-0000000050d4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 20:37:35.475504 | fa163ee6-1e6a-800d-88e9-0000000050d4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 20:37:35.476909 | fa163ee6-1e6a-800d-88e9-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:38.473186 | 0.56s 2025-09-30 20:37:35.507008 | fa163ee6-1e6a-800d-88e9-0000000050d5 | TASK | Enable and start netns-placeholder 2025-09-30 20:37:36.554143 | fa163ee6-1e6a-800d-88e9-0000000050d5 | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 20:37:36.555363 | fa163ee6-1e6a-800d-88e9-0000000050d5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:39.551649 | 1.05s 2025-09-30 20:37:36.575403 | fa163ee6-1e6a-800d-88e9-00000000509b | TASK | Update container configs with new config hashes 2025-09-30 20:37:36.634584 | fa163ee6-1e6a-800d-88e9-00000000509b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:39.630848 | 0.06s 2025-09-30 20:37:36.656072 | 93686a78-bdf9-468c-bbec-ca395bafb465 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 20:37:36.686564 | fa163ee6-1e6a-800d-88e9-0000000050fd | TASK | Update config hashes for container startup configs 2025-09-30 20:37:36.977942 | fa163ee6-1e6a-800d-88e9-0000000050fd | OK | Update config hashes for container startup configs | standalone 2025-09-30 20:37:36.978899 | fa163ee6-1e6a-800d-88e9-0000000050fd | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:39.975186 | 0.29s 2025-09-30 20:37:37.000987 | fa163ee6-1e6a-800d-88e9-00000000509c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 20:37:37.037686 | fa163ee6-1e6a-800d-88e9-00000000509c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:40.033967 | 0.04s 2025-09-30 20:37:37.049256 | 92155ae1-6525-48a5-aa0b-88ff3c81fce9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 20:37:37.071561 | fa163ee6-1e6a-800d-88e9-00000000511c | TASK | Gather podman infos 2025-09-30 20:37:39.201680 | fa163ee6-1e6a-800d-88e9-00000000511c | OK | Gather podman infos | standalone 2025-09-30 20:37:39.203110 | fa163ee6-1e6a-800d-88e9-00000000511c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:42.199390 | 2.13s 2025-09-30 20:37:39.399626 | fa163ee6-1e6a-800d-88e9-00000000511d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 20:37:39.487728 | fa163ee6-1e6a-800d-88e9-00000000511d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:42.483997 | 0.08s 2025-09-30 20:37:39.705285 | fa163ee6-1e6a-800d-88e9-000000005166 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:42.701543 | 0.16s 2025-09-30 20:37:39.772744 | fa163ee6-1e6a-800d-88e9-00000000509d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 20:37:39.830962 | fa163ee6-1e6a-800d-88e9-00000000509d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:42.827193 | 0.06s 2025-09-30 20:37:39.856742 | 715a25e3-0d85-4a90-b67e-1208ed8372b8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 20:37:39.894852 | fa163ee6-1e6a-800d-88e9-00000000518c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 20:38:05.378471 | fa163ee6-1e6a-800d-88e9-00000000518c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 20:38:05.382425 | fa163ee6-1e6a-800d-88e9-00000000518c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:08.378699 | 25.49s 2025-09-30 20:38:05.417895 | fa163ee6-1e6a-800d-88e9-00000000518d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 20:38:31.072954 | fa163ee6-1e6a-800d-88e9-00000000518d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 20:38:31.074382 | fa163ee6-1e6a-800d-88e9-00000000518d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:34.070665 | 25.65s 2025-09-30 20:38:31.132150 | fa163ee6-1e6a-800d-88e9-000000004ffa | TASK | Clean container_puppet_tasks for standalone step 5 2025-09-30 20:38:31.310833 | fa163ee6-1e6a-800d-88e9-000000004ffa | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-09-30 20:38:31.312181 | fa163ee6-1e6a-800d-88e9-000000004ffa | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:34.308462 | 0.18s 2025-09-30 20:38:31.353050 | fa163ee6-1e6a-800d-88e9-000000004ffb | TASK | Calculate container_puppet_tasks for standalone step 5 2025-09-30 20:38:31.391732 | fa163ee6-1e6a-800d-88e9-000000004ffb | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:34.388003 | 0.04s 2025-09-30 20:38:31.415754 | fa163ee6-1e6a-800d-88e9-000000004ffc | TASK | Include container-puppet tasks for step 5 2025-09-30 20:38:31.466650 | fa163ee6-1e6a-800d-88e9-000000004ffc | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:34.462925 | 0.05s 2025-09-30 20:38:31.486546 | 94d19280-b880-4820-8bb1-5cca1a126c8f | INCLUDED | /root/standalone-ansible-lu02624j/host-container-puppet-tasks.yaml | standalone 2025-09-30 20:38:31.523020 | fa163ee6-1e6a-800d-88e9-0000000051d8 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-09-30 20:38:32.084155 | fa163ee6-1e6a-800d-88e9-0000000051d8 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-09-30 20:38:32.085068 | fa163ee6-1e6a-800d-88e9-0000000051d8 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:35.081354 | 0.56s 2025-09-30 20:38:32.106668 | fa163ee6-1e6a-800d-88e9-0000000051da | TASK | Generate container puppet configs for step 5 2025-09-30 20:38:32.418437 | fa163ee6-1e6a-800d-88e9-0000000051da | OK | Generate container puppet configs for step 5 | standalone 2025-09-30 20:38:32.420028 | fa163ee6-1e6a-800d-88e9-0000000051da | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:35.416304 | 0.31s 2025-09-30 20:38:32.452575 | fa163ee6-1e6a-800d-88e9-0000000051db | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-09-30 20:38:32.488933 | fa163ee6-1e6a-800d-88e9-0000000051db | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:35.485168 | 0.03s 2025-09-30 20:38:32.564846 | fa163ee6-1e6a-800d-88e9-00000000520a | TASK | Gather variables for each operating system 2025-09-30 20:38:32.712402 | fa163ee6-1e6a-800d-88e9-00000000520a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:35.708671 | 0.15s 2025-09-30 20:38:32.740662 | fa163ee6-1e6a-800d-88e9-00000000520b | TASK | Create container logs path 2025-09-30 20:38:33.004789 | fa163ee6-1e6a-800d-88e9-00000000520b | OK | Create container logs path | standalone 2025-09-30 20:38:33.006450 | fa163ee6-1e6a-800d-88e9-00000000520b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:36.002722 | 0.26s 2025-09-30 20:38:33.046361 | fa163ee6-1e6a-800d-88e9-00000000520d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 20:38:33.311888 | fa163ee6-1e6a-800d-88e9-00000000520d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 20:38:33.313398 | fa163ee6-1e6a-800d-88e9-00000000520d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:36.309675 | 0.26s 2025-09-30 20:38:33.343616 | fa163ee6-1e6a-800d-88e9-00000000520e | TASK | Finalise hashes for all containers 2025-09-30 20:38:33.395684 | fa163ee6-1e6a-800d-88e9-00000000520e | OK | Finalise hashes for all containers | standalone 2025-09-30 20:38:33.397169 | fa163ee6-1e6a-800d-88e9-00000000520e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:36.393444 | 0.05s 2025-09-30 20:38:33.424273 | fa163ee6-1e6a-800d-88e9-000000005210 | TASK | Manage systemd shutdown files 2025-09-30 20:38:33.456952 | fa163ee6-1e6a-800d-88e9-000000005210 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 20:38:33.458443 | fa163ee6-1e6a-800d-88e9-000000005210 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:36.454719 | 0.03s 2025-09-30 20:38:33.486804 | fa163ee6-1e6a-800d-88e9-000000005212 | TASK | Update container configs with new config hashes 2025-09-30 20:38:33.531548 | fa163ee6-1e6a-800d-88e9-000000005212 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 20:38:33.532873 | fa163ee6-1e6a-800d-88e9-000000005212 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:36.529152 | 0.04s 2025-09-30 20:38:33.561500 | fa163ee6-1e6a-800d-88e9-000000005213 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 20:38:33.604376 | fa163ee6-1e6a-800d-88e9-000000005213 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 20:38:33.605669 | fa163ee6-1e6a-800d-88e9-000000005213 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:36.601948 | 0.04s 2025-09-30 20:38:33.632886 | fa163ee6-1e6a-800d-88e9-000000005214 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 20:38:33.679341 | fa163ee6-1e6a-800d-88e9-000000005214 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 20:38:33.680668 | fa163ee6-1e6a-800d-88e9-000000005214 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:36.676947 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-09-30 20:38:33.859895 | fa163ee6-1e6a-800d-88e9-0000000000f7 | TASK | Server Post Deployments 2025-09-30 20:38:33.890632 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000f7') missing from stats 2025-09-30 20:38:33.978330 | fa163ee6-1e6a-800d-88e9-0000000000f8 | TIMING | include_tasks | standalone | 0:29:36.974595 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-09-30 20:38:34.124403 | fa163ee6-1e6a-800d-88e9-0000000000fc | TASK | External deployment Post Deploy tasks 2025-09-30 20:38:34.151572 | fa163ee6-1e6a-800d-88e9-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', 'fa163ee6-1e6a-800d-88e9-0000000000fc') missing from stats 2025-09-30 20:38:34.171110 | fa163ee6-1e6a-800d-88e9-000000000100 | TASK | is additonal Cell? 2025-09-30 20:38:34.200804 | fa163ee6-1e6a-800d-88e9-000000000100 | OK | is additonal Cell? | undercloud 2025-09-30 20:38:34.201720 | fa163ee6-1e6a-800d-88e9-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:37.197999 | 0.03s 2025-09-30 20:38:34.216905 | fa163ee6-1e6a-800d-88e9-000000000102 | TASK | discover via nova_manager? 2025-09-30 20:38:34.286180 | fa163ee6-1e6a-800d-88e9-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-09-30 20:38:34.287152 | fa163ee6-1e6a-800d-88e9-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:37.283431 | 0.07s 2025-09-30 20:38:34.302170 | fa163ee6-1e6a-800d-88e9-000000000103 | TASK | discover via nova_api? 2025-09-30 20:38:34.391907 | fa163ee6-1e6a-800d-88e9-000000000103 | OK | discover via nova_api? | undercloud 2025-09-30 20:38:34.392949 | fa163ee6-1e6a-800d-88e9-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:37.389232 | 0.09s 2025-09-30 20:38:34.407863 | fa163ee6-1e6a-800d-88e9-000000000104 | TASK | Warn if no discovery host available 2025-09-30 20:38:34.446259 | fa163ee6-1e6a-800d-88e9-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-09-30 20:38:34.447297 | fa163ee6-1e6a-800d-88e9-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:37.443573 | 0.04s 2025-09-30 20:38:34.474402 | fa163ee6-1e6a-800d-88e9-000000000105 | TASK | Discovering nova hosts 2025-09-30 20:38:37.307592 | fa163ee6-1e6a-800d-88e9-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-000000000105') missing from stats 2025-09-30 20:38:37.391096 | fa163ee6-1e6a-800d-88e9-000000000106 | OK | set_fact | undercloud 2025-09-30 20:38:37.392506 | fa163ee6-1e6a-800d-88e9-000000000106 | TIMING | set_fact | undercloud | 0:29:40.388783 | 0.07s 2025-09-30 20:38:37.407341 | fa163ee6-1e6a-800d-88e9-000000000108 | TASK | Set up group_vars 2025-09-30 20:38:37.474996 | fa163ee6-1e6a-800d-88e9-000000000108 | OK | Set up group_vars | undercloud 2025-09-30 20:38:37.477281 | fa163ee6-1e6a-800d-88e9-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:40.473552 | 0.06s 2025-09-30 20:38:37.500757 | fa163ee6-1e6a-800d-88e9-000000000109 | TASK | Make needed directories on the undercloud 2025-09-30 20:38:37.749873 | fa163ee6-1e6a-800d-88e9-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lu02624j/octavia-ansible 2025-09-30 20:38:37.750988 | fa163ee6-1e6a-800d-88e9-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:40.747270 | 0.25s 2025-09-30 20:38:37.939755 | fa163ee6-1e6a-800d-88e9-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lu02624j/octavia-ansible/local_dir 2025-09-30 20:38:37.940479 | fa163ee6-1e6a-800d-88e9-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:40.936767 | 0.44s 2025-09-30 20:38:38.102944 | fa163ee6-1e6a-800d-88e9-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lu02624j/octavia-ansible/group_vars 2025-09-30 20:38:38.103814 | fa163ee6-1e6a-800d-88e9-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:41.100104 | 0.60s 2025-09-30 20:38:38.109149 | fa163ee6-1e6a-800d-88e9-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:41.105442 | 0.61s 2025-09-30 20:38:38.123067 | fa163ee6-1e6a-800d-88e9-00000000010a | TASK | Write group_vars file 2025-09-30 20:38:38.560909 | fa163ee6-1e6a-800d-88e9-00000000010a | CHANGED | Write group_vars file | undercloud 2025-09-30 20:38:38.562065 | fa163ee6-1e6a-800d-88e9-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:41.558350 | 0.44s 2025-09-30 20:38:38.586002 | fa163ee6-1e6a-800d-88e9-00000000010b | TASK | Gather missing facts 2025-09-30 20:38:38.923914 | fa163ee6-1e6a-800d-88e9-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee6-1e6a-800d-88e9-00000000010b') missing from stats 2025-09-30 20:38:38.940630 | fa163ee6-1e6a-800d-88e9-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:41.936907 | 0.35s 2025-09-30 20:38:38.956416 | fa163ee6-1e6a-800d-88e9-00000000010c | TASK | Write octavia inventory 2025-09-30 20:38:39.524106 | fa163ee6-1e6a-800d-88e9-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-09-30 20:38:39.525891 | fa163ee6-1e6a-800d-88e9-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:42.522165 | 0.57s 2025-09-30 20:38:39.546241 | fa163ee6-1e6a-800d-88e9-00000000010d | TASK | Check for ssh_private_key in working directory 2025-09-30 20:38:39.746854 | fa163ee6-1e6a-800d-88e9-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-09-30 20:38:39.748368 | fa163ee6-1e6a-800d-88e9-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:42.744642 | 0.20s 2025-09-30 20:38:39.766506 | fa163ee6-1e6a-800d-88e9-00000000010e | TASK | Set private key location 2025-09-30 20:38:39.800793 | fa163ee6-1e6a-800d-88e9-00000000010e | SKIPPED | Set private key location | undercloud 2025-09-30 20:38:39.802289 | fa163ee6-1e6a-800d-88e9-00000000010e | TIMING | Set private key location | undercloud | 0:29:42.798563 | 0.03s 2025-09-30 20:38:39.820396 | fa163ee6-1e6a-800d-88e9-00000000010f | TASK | Configure octavia command 2025-09-30 20:38:39.853356 | fa163ee6-1e6a-800d-88e9-00000000010f | OK | Configure octavia command | undercloud 2025-09-30 20:38:39.854857 | fa163ee6-1e6a-800d-88e9-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:42.851132 | 0.03s 2025-09-30 20:38:39.902281 | fa163ee6-1e6a-800d-88e9-000000000110 | OK | set_fact | undercloud 2025-09-30 20:38:39.903850 | fa163ee6-1e6a-800d-88e9-000000000110 | TIMING | set_fact | undercloud | 0:29:42.900125 | 0.03s 2025-09-30 20:38:39.962018 | fa163ee6-1e6a-800d-88e9-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-lu02624j/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-lu02624j/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-lu02624j/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-09-30 20:38:39.963492 | fa163ee6-1e6a-800d-88e9-000000000111 | TIMING | debug | undercloud | 0:29:42.959766 | 0.04s 2025-09-30 20:38:39.981471 | fa163ee6-1e6a-800d-88e9-000000000112 | TASK | Configure octavia on overcloud 2025-09-30 20:42:37.735337 | fa163ee6-1e6a-800d-88e9-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-09-30 20:42:37.737221 | fa163ee6-1e6a-800d-88e9-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:40.733502 | 237.75s 2025-09-30 20:42:37.752772 | fa163ee6-1e6a-800d-88e9-000000000113 | TASK | Purge temp dirs 2025-09-30 20:42:38.027815 | fa163ee6-1e6a-800d-88e9-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-lu02624j/octavia-ansible/local_dir 2025-09-30 20:42:38.029666 | fa163ee6-1e6a-800d-88e9-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:41.025929 | 0.28s 2025-09-30 20:42:38.040857 | fa163ee6-1e6a-800d-88e9-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:41.037129 | 0.29s 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-09-30 20:42:38.112573 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 20:42:38.113385 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 20:42:38.113946 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:41.110206 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 20:42:38.114445 | UUID | Info | Host | Task Name | Run Time 2025-09-30 20:42:38.114961 | fa163ee6-1e6a-800d-88e9-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 296.00s 2025-09-30 20:42:38.115501 | fa163ee6-1e6a-800d-88e9-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 237.75s 2025-09-30 20:42:38.116060 | fa163ee6-1e6a-800d-88e9-000000004df6 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 125.49s 2025-09-30 20:42:38.116569 | fa163ee6-1e6a-800d-88e9-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 104.75s 2025-09-30 20:42:38.117112 | fa163ee6-1e6a-800d-88e9-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.59s 2025-09-30 20:42:38.117595 | fa163ee6-1e6a-800d-88e9-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 59.30s 2025-09-30 20:42:38.118106 | fa163ee6-1e6a-800d-88e9-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 55.86s 2025-09-30 20:42:38.118606 | fa163ee6-1e6a-800d-88e9-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.30s 2025-09-30 20:42:38.119118 | fa163ee6-1e6a-800d-88e9-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.26s 2025-09-30 20:42:38.119626 | fa163ee6-1e6a-800d-88e9-000000004c5a | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.92s 2025-09-30 20:42:38.120141 | fa163ee6-1e6a-800d-88e9-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.15s 2025-09-30 20:42:38.120618 | fa163ee6-1e6a-800d-88e9-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.72s 2025-09-30 20:42:38.121141 | fa163ee6-1e6a-800d-88e9-00000000518d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.65s 2025-09-30 20:42:38.121625 | fa163ee6-1e6a-800d-88e9-00000000518c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.49s 2025-09-30 20:42:38.122137 | fa163ee6-1e6a-800d-88e9-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 24.90s 2025-09-30 20:42:38.122616 | fa163ee6-1e6a-800d-88e9-000000004f1d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.80s 2025-09-30 20:42:38.123131 | fa163ee6-1e6a-800d-88e9-000000004ef1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.44s 2025-09-30 20:42:38.123682 | fa163ee6-1e6a-800d-88e9-000000004f49 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.65s 2025-09-30 20:42:38.124286 | fa163ee6-1e6a-800d-88e9-00000000216d | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 21.27s 2025-09-30 20:42:38.124799 | fa163ee6-1e6a-800d-88e9-000000004df5 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 20.84s 2025-09-30 20:42:38.125330 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-lu02624j Install artifact is located at /root/standalone-install-20250930204238.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.Dt7Olhb58U + exit 0 ~/ci-framework-data/artifacts