~/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.InDUQ4oHQC + 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.InDUQ4oHQC/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.InDUQ4oHQC/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.InDUQ4oHQC + J2_VARS_FILE=/tmp/tmp.InDUQ4oHQC/tmp.7iDsBUvpsc.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.InDUQ4oHQC/tmp.7iDsBUvpsc.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.InDUQ4oHQC/tmp.7iDsBUvpsc.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.InDUQ4oHQC/tmp.7iDsBUvpsc.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.InDUQ4oHQC/tmp.7iDsBUvpsc.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.InDUQ4oHQC/tmp.7iDsBUvpsc.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.InDUQ4oHQC/tmp.7iDsBUvpsc.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.InDUQ4oHQC/tmp.7iDsBUvpsc.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.InDUQ4oHQC/tmp.7iDsBUvpsc.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.InDUQ4oHQC/tmp.7iDsBUvpsc.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.InDUQ4oHQC/tmp.7iDsBUvpsc.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.InDUQ4oHQC/tmp.7iDsBUvpsc.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.InDUQ4oHQC/tmp.7iDsBUvpsc.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.InDUQ4oHQC/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.InDUQ4oHQC/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.InDUQ4oHQC/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.InDUQ4oHQC/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.InDUQ4oHQC/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 8.9 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-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-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-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-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-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-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-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-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-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-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-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-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): python3-openvswitch3.3-3.3.4-110.el9fd 3.0 MB/s | 369 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 3.1 MB/s | 459 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 5.1 MB/s | 786 kB 00:00 (4/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.6 MB/s | 62 kB 00:00 (5/399): glibc-langpack-en-2.34-60.el9.x86_64.r 12 MB/s | 675 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 12 MB/s | 542 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.7 MB/s | 81 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 934 kB/s | 37 kB 00:00 (9/399): libaio-0.3.111-13.el9.x86_64.rpm 166 kB/s | 26 kB 00:00 (10/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.2 MB/s | 45 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 331 kB/s | 12 kB 00:00 (12/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 364 kB/s | 16 kB 00:00 (13/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.9 MB/s | 418 kB 00:00 (14/399): boost-system-1.75.0-8.el9.x86_64.rpm 171 kB/s | 15 kB 00:00 (15/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.3 MB/s | 223 kB 00:00 (16/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.5 MB/s | 64 kB 00:00 (17/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.1 MB/s | 98 kB 00:00 (18/399): python3-urllib-gssapi-1.0.2-4.el9.noa 520 kB/s | 24 kB 00:00 (19/399): boost-locale-1.75.0-8.el9.x86_64.rpm 4.7 MB/s | 216 kB 00:00 (20/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 485 kB/s | 17 kB 00:00 (21/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.6 MB/s | 57 kB 00:00 (22/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.6 MB/s | 59 kB 00:00 (23/399): perl-Exporter-5.74-461.el9.noarch.rpm 906 kB/s | 34 kB 00:00 (24/399): perl-File-Temp-0.231.100-4.el9.noarch 1.3 MB/s | 63 kB 00:00 (25/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 680 kB/s | 25 kB 00:00 (26/399): perl-parent-0.238-460.el9.noarch.rpm 347 kB/s | 16 kB 00:00 (27/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.0 MB/s | 321 kB 00:00 (28/399): libisofs-1.5.4-4.el9.x86_64.rpm 5.0 MB/s | 224 kB 00:00 (29/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.1 MB/s | 45 kB 00:00 (30/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.2 MB/s | 92 kB 00:00 (31/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 4.6 MB/s | 392 kB 00:00 (32/399): python3-pyasn1-modules-0.4.8-6.el9.no 1.5 MB/s | 283 kB 00:00 (33/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.3 MB/s | 51 kB 00:00 (34/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 3.1 MB/s | 229 kB 00:00 (35/399): perl-Text-ParseWords-3.30-460.el9.noa 473 kB/s | 18 kB 00:00 (36/399): perl-URI-5.09-3.el9.noarch.rpm 3.1 MB/s | 125 kB 00:00 (37/399): perl-libnet-3.13-4.el9.noarch.rpm 3.5 MB/s | 134 kB 00:00 (38/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 721 kB/s | 26 kB 00:00 (39/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 21 MB/s | 1.2 MB 00:00 (40/399): iptables-nft-services-1.8.8-6.el9_1.n 746 kB/s | 28 kB 00:00 (41/399): perl-Carp-1.50-460.el9.noarch.rpm 831 kB/s | 31 kB 00:00 (42/399): perl-Encode-3.08-462.el9.x86_64.rpm 29 MB/s | 1.7 MB 00:00 (43/399): perl-Pod-Escapes-1.07-460.el9.noarch. 431 kB/s | 22 kB 00:00 (44/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.2 MB/s | 218 kB 00:00 (45/399): perl-Mozilla-CA-20200520-6.el9.noarch 290 kB/s | 14 kB 00:00 (46/399): libburn-1.5.4-4.el9.x86_64.rpm 2.8 MB/s | 175 kB 00:00 (47/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 518 kB/s | 24 kB 00:00 (48/399): perl-Time-Local-1.300-7.el9.noarch.rp 995 kB/s | 37 kB 00:00 (49/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.9 MB/s | 76 kB 00:00 (50/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.8 MB/s | 73 kB 00:00 (51/399): sshpass-1.09-4.el9.x86_64.rpm 655 kB/s | 30 kB 00:00 (52/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.3 MB/s | 59 kB 00:00 (53/399): boost-log-1.75.0-8.el9.x86_64.rpm 7.8 MB/s | 410 kB 00:00 (54/399): boost-program-options-1.75.0-8.el9.x8 2.7 MB/s | 108 kB 00:00 (55/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 967 kB/s | 39 kB 00:00 (56/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 873 kB/s | 34 kB 00:00 (57/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 443 kB/s | 19 kB 00:00 (58/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.1 MB/s | 419 kB 00:00 (59/399): perl-Digest-1.19-4.el9.noarch.rpm 781 kB/s | 29 kB 00:00 (60/399): perl-File-Path-2.18-4.el9.noarch.rpm 1.0 MB/s | 38 kB 00:00 (61/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.4 MB/s | 92 kB 00:00 (62/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (63/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.9 MB/s | 77 kB 00:00 (64/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.6 MB/s | 58 kB 00:00 (65/399): perl-constant-1.33-461.el9.noarch.rpm 680 kB/s | 25 kB 00:00 (66/399): perl-podlators-4.14-460.el9.noarch.rp 3.0 MB/s | 118 kB 00:00 (67/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.8 MB/s | 112 kB 00:00 (68/399): python3-appdirs-1.4.4-4.el9.noarch.rp 641 kB/s | 27 kB 00:00 (69/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 4.1 MB/s | 163 kB 00:00 (70/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.4 MB/s | 96 kB 00:00 (71/399): python3-qrcode-core-6.1-12.el9.noarch 1.6 MB/s | 61 kB 00:00 (72/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 (73/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.1 MB/s | 279 kB 00:00 (74/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.2 MB/s | 221 kB 00:00 (75/399): python3-alembic-1.7.5-3.el9.noarch.rp 17 MB/s | 900 kB 00:00 (76/399): python3-augeas-0.5.0-25.el9.noarch.rp 671 kB/s | 31 kB 00:00 (77/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 11 MB/s | 489 kB 00:00 (78/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 1.1 MB/s | 42 kB 00:00 (79/399): perl-AutoLoader-5.74-480.el9.noarch.r 626 kB/s | 23 kB 00:00 (80/399): perl-B-1.80-480.el9.x86_64.rpm 4.5 MB/s | 185 kB 00:00 (81/399): perl-Class-Struct-0.66-480.el9.noarch 626 kB/s | 24 kB 00:00 (82/399): perl-Errno-1.30-480.el9.x86_64.rpm 437 kB/s | 17 kB 00:00 (83/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 534 kB/s | 23 kB 00:00 (84/399): perl-File-stat-1.09-480.el9.noarch.rp 513 kB/s | 19 kB 00:00 (85/399): perl-File-Basename-2.85-480.el9.noarc 437 kB/s | 19 kB 00:00 (86/399): perl-FileHandle-2.03-480.el9.noarch.r 461 kB/s | 17 kB 00:00 (87/399): perl-Getopt-Std-1.12-480.el9.noarch.r 484 kB/s | 17 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 2.3 MB/s | 94 kB 00:00 (89/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 497 kB/s | 25 kB 00:00 (90/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 638 kB/s | 25 kB 00:00 (91/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.4 MB/s | 99 kB 00:00 (92/399): perl-SelectSaver-1.02-480.el9.noarch. 350 kB/s | 13 kB 00:00 (93/399): perl-Symbol-1.08-480.el9.noarch.rpm 429 kB/s | 16 kB 00:00 (94/399): perl-base-2.27-480.el9.noarch.rpm 351 kB/s | 18 kB 00:00 (95/399): perl-if-0.60.800-480.el9.noarch.rpm 455 kB/s | 16 kB 00:00 (96/399): perl-interpreter-5.32.1-480.el9.x86_6 1.6 MB/s | 75 kB 00:00 (97/399): perl-mro-1.23-480.el9.x86_64.rpm 800 kB/s | 31 kB 00:00 (98/399): perl-overload-1.31-480.el9.noarch.rpm 1.3 MB/s | 47 kB 00:00 (99/399): perl-libs-5.32.1-480.el9.x86_64.rpm 29 MB/s | 2.2 MB 00:00 (100/399): perl-overloading-0.02-480.el9.noarch 430 kB/s | 15 kB 00:00 (101/399): perl-subs-1.03-480.el9.noarch.rpm 292 kB/s | 13 kB 00:00 (102/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 6.2 MB/s | 259 kB 00:00 (103/399): perl-vars-1.05-480.el9.noarch.rpm 235 kB/s | 15 kB 00:00 (104/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.7 MB/s | 176 kB 00:00 (105/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 11 MB/s | 459 kB 00:00 (106/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 1.1 MB/s | 40 kB 00:00 (107/399): jq-1.6-14.el9.x86_64.rpm 4.9 MB/s | 190 kB 00:00 (108/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.6 MB/s | 59 kB 00:00 (109/399): ansible-freeipa-1.9.2-3.el9_2.noarch 11 MB/s | 452 kB 00:00 (110/399): rhel-system-roles-1.21.2-1.el9_2.noa 37 MB/s | 2.4 MB 00:00 (111/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 786 kB/s | 30 kB 00:00 (112/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 645 kB/s | 36 kB 00:00 (113/399): device-mapper-event-1.02.187-7.el9_2 846 kB/s | 32 kB 00:00 (114/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 454 kB/s | 19 kB 00:00 (115/399): device-mapper-event-libs-1.02.187-7. 761 kB/s | 31 kB 00:00 (116/399): ansible-collection-ansible-netcommon 4.4 MB/s | 181 kB 00:00 (117/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 27 MB/s | 1.5 MB 00:00 (118/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 16 MB/s | 1.0 MB 00:00 (119/399): ansible-collection-ansible-posix-1.2 3.3 MB/s | 124 kB 00:00 (120/399): ansible-collection-ansible-utils-2.3 2.5 MB/s | 91 kB 00:00 (121/399): ansible-collection-community-general 26 MB/s | 1.3 MB 00:00 (122/399): golang-github-vbatts-tar-split-0.11. 22 MB/s | 1.0 MB 00:00 (123/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.7 MB/s | 77 kB 00:00 (124/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 4.0 MB/s | 162 kB 00:00 (125/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.8 MB/s | 178 kB 00:00 (126/399): puppet-fdio-18.2-1.20220727113954.6f 269 kB/s | 25 kB 00:00 (127/399): python3-ansible-runner-2.0.0a1-3.el9 1.5 MB/s | 122 kB 00:00 (128/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.1 MB/s | 44 kB 00:00 (129/399): python3-beautifulsoup4-4.9.3-2.el9os 4.9 MB/s | 204 kB 00:00 (130/399): python3-croniter-0.3.35-2.el9ost.noa 1.3 MB/s | 49 kB 00:00 (131/399): python3-daemon-2.3.0-1.el9ost.noarch 1.1 MB/s | 39 kB 00:00 (132/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.2 MB/s | 44 kB 00:00 (133/399): python3-docutils-0.16-6.el9ost.noarc 25 MB/s | 1.5 MB 00:00 (134/399): python3-gevent-21.1.2-2.el9ost.x86_6 28 MB/s | 1.6 MB 00:00 (135/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.0 MB/s | 107 kB 00:00 (136/399): python3-jeepney-0.6.0-2.el9ost.noarc 7.1 MB/s | 284 kB 00:00 (137/399): python3-jmespath-0.10.0-1.el9ost.noa 1.2 MB/s | 46 kB 00:00 (138/399): python3-lockfile-0.12.2-2.el9ost.noa 940 kB/s | 31 kB 00:00 (139/399): python3-logutils-0.3.5-15.el9ost.noa 1.3 MB/s | 47 kB 00:00 (140/399): python3-migrate-0.13.0-1.el9ost.noar 5.0 MB/s | 224 kB 00:00 (141/399): python3-memcached-1.59-3.el9ost.noar 714 kB/s | 40 kB 00:00 (142/399): python3-mimeparse-1.6.0-16.el9ost.no 362 kB/s | 16 kB 00:00 (143/399): python3-natsort-7.1.1-2.el9ost.noarc 1.6 MB/s | 59 kB 00:00 (144/399): python3-passlib-1.7.4-3.el9ost.noarc 16 MB/s | 712 kB 00:00 (145/399): python3-pecan-1.4.0-2.el9ost.noarch. 5.9 MB/s | 273 kB 00:00 (146/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.9 MB/s | 90 kB 00:00 (147/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.8 MB/s | 111 kB 00:00 (148/399): python3-pyperclip-1.8.0-3.el9ost.noa 650 kB/s | 25 kB 00:00 (149/399): python3-setproctitle-1.2.2-1.el9ost. 643 kB/s | 23 kB 00:00 (150/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.3 MB/s | 47 kB 00:00 (151/399): python3-soupsieve-2.2-1.el9ost.noarc 1.8 MB/s | 67 kB 00:00 (152/399): python3-tenacity-6.3.1-1.el9ost.noar 1.4 MB/s | 51 kB 00:00 (153/399): python3-webtest-2.0.35-6.el9ost.noar 2.2 MB/s | 82 kB 00:00 (154/399): python3-sqlalchemy13-1.3.24-3.el9ost 29 MB/s | 1.7 MB 00:00 (155/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 9.3 MB/s | 396 kB 00:00 (156/399): python3-zope-event-4.2.0-20.el9ost.n 4.8 MB/s | 205 kB 00:00 (157/399): python3-zope-interface-5.4.0-1.el9os 5.2 MB/s | 202 kB 00:00 (158/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.2 MB/s | 243 kB 00:00 (159/399): rubygem-deep_merge-1.2.1-7.el9ost.no 328 kB/s | 14 kB 00:00 (160/399): rubygem-fast_gettext-1.2.0-9.el9ost. 842 kB/s | 34 kB 00:00 (161/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.3 MB/s | 90 kB 00:00 (162/399): rubygem-multi_json-1.15.0-2.el9ost.n 569 kB/s | 22 kB 00:00 (163/399): rubygem-puppet-resource_api-1.8.13-1 909 kB/s | 34 kB 00:00 (164/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 453 kB/s | 16 kB 00:00 (165/399): rubygem-semantic_puppet-1.0.4-2.el9o 544 kB/s | 21 kB 00:00 (166/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.7 MB/s | 433 kB 00:00 (167/399): ansible-config_template-2.0.1-17.1.2 765 kB/s | 29 kB 00:00 (168/399): ansible-role-atos-hsm-1.0.1-17.1.202 488 kB/s | 17 kB 00:00 (169/399): ansible-role-chrony-1.3.1-17.1.20230 623 kB/s | 22 kB 00:00 (170/399): ansible-role-collectd-config-0.0.3-1 1.5 MB/s | 53 kB 00:00 (171/399): ansible-role-container-registry-1.4. 671 kB/s | 24 kB 00:00 (172/399): ansible-role-openstack-operations-0. 761 kB/s | 30 kB 00:00 (173/399): ansible-role-qdr-config-0.0.2-17.1.2 602 kB/s | 21 kB 00:00 (174/399): ansible-role-redhat-subscription-1.3 767 kB/s | 28 kB 00:00 (175/399): ansible-role-thales-hsm-3.0.1-17.1.2 590 kB/s | 21 kB 00:00 (176/399): ansible-tripleo-ipa-0.3.1-17.1.20230 970 kB/s | 36 kB 00:00 (177/399): ansible-role-tripleo-modify-image-1. 602 kB/s | 27 kB 00:00 (178/399): ansible-tripleo-ipsec-11.0.1-17.1.20 1.1 MB/s | 38 kB 00:00 (179/399): openstack-heat-agents-2.2.1-17.1.202 276 kB/s | 9.6 kB 00:00 (180/399): dib-utils-0.0.11-17.1.20230620173328 292 kB/s | 12 kB 00:00 (181/399): os-apply-config-13.1.1-17.1.20231020 1.3 MB/s | 54 kB 00:00 (182/399): os-collect-config-13.1.1-17.1.202310 1.3 MB/s | 50 kB 00:00 (183/399): os-refresh-config-13.1.1-17.1.202310 537 kB/s | 21 kB 00:00 (184/399): puppet-aodh-18.4.2-17.1.202306201512 1.6 MB/s | 62 kB 00:00 (185/399): puppet-apache-6.5.2-17.1.20230621001 6.4 MB/s | 259 kB 00:00 (186/399): puppet-archive-4.6.1-17.1.2023062018 1.1 MB/s | 44 kB 00:00 (187/399): puppet-auditd-2.2.1-17.1.20230620192 719 kB/s | 28 kB 00:00 (188/399): puppet-ceilometer-18.4.3-17.1.202309 1.8 MB/s | 70 kB 00:00 (189/399): puppet-certmonger-2.7.1-17.1.2023062 744 kB/s | 26 kB 00:00 (190/399): puppet-cinder-18.5.2-17.1.2023062105 3.1 MB/s | 120 kB 00:00 (191/399): puppet-collectd-13.0.1-17.1.20230620 3.4 MB/s | 135 kB 00:00 (192/399): puppet-corosync-8.0.1-17.1.202306211 1.8 MB/s | 68 kB 00:00 (193/399): puppet-concat-6.2.1-17.1.20230620181 767 kB/s | 41 kB 00:00 (194/399): puppet-designate-18.6.1-17.1.2023062 1.8 MB/s | 69 kB 00:00 (195/399): puppet-dns-8.2.1-17.1.20230621002045 976 kB/s | 36 kB 00:00 (196/399): puppet-etcd-1.12.3-17.1.202306201932 695 kB/s | 25 kB 00:00 (197/399): puppet-firewall-3.4.1-17.1.202306210 2.1 MB/s | 77 kB 00:00 (198/399): puppet-git-0.5.0-17.1.20230620193928 664 kB/s | 23 kB 00:00 (199/399): puppet-gnocchi-18.4.3-17.1.202306210 1.7 MB/s | 58 kB 00:00 (200/399): puppet-haproxy-4.2.2-17.1.2023062019 1.4 MB/s | 52 kB 00:00 (201/399): puppet-heat-18.4.1-17.1.202306211116 1.7 MB/s | 70 kB 00:00 (202/399): puppet-horizon-18.6.1-17.1.202306210 1.7 MB/s | 63 kB 00:00 (203/399): puppet-inifile-4.2.1-17.1.2023062018 1.1 MB/s | 42 kB 00:00 (204/399): puppet-ipaclient-2.5.2-17.1.20230620 506 kB/s | 17 kB 00:00 (205/399): puppet-keepalived-0.0.2-17.1.2023062 394 kB/s | 14 kB 00:00 (206/399): puppet-kmod-2.5.0-17.1.2023062019064 581 kB/s | 21 kB 00:00 (207/399): puppet-manila-18.5.2-17.1.2023110219 2.1 MB/s | 81 kB 00:00 (208/399): puppet-memcached-6.0.0-17.1.20230620 627 kB/s | 23 kB 00:00 (209/399): puppet-module-data-0.5.1-17.1.202306 353 kB/s | 13 kB 00:00 (210/399): puppet-mysql-10.6.1-17.1.20230621022 2.7 MB/s | 99 kB 00:00 (211/399): puppet-neutron-18.6.1-17.1.202306210 5.2 MB/s | 196 kB 00:00 (212/399): puppet-nova-18.6.1-17.1.202306210904 5.1 MB/s | 200 kB 00:00 (213/399): puppet-nssdb-1.0.2-17.1.202306201856 336 kB/s | 12 kB 00:00 (214/399): puppet-octavia-18.5.1-17.1.202306210 2.0 MB/s | 76 kB 00:00 (215/399): puppet-openstack_extras-18.5.1-17.1. 1.3 MB/s | 48 kB 00:00 (216/399): puppet-openstacklib-18.5.2-17.1.2023 1.6 MB/s | 62 kB 00:00 (217/399): puppet-oslo-18.5.1-17.1.202306210523 1.2 MB/s | 48 kB 00:00 (218/399): puppet-placement-5.4.3-17.1.20230621 1.0 MB/s | 41 kB 00:00 (219/399): puppet-qdr-7.4.1-17.1.20230620195605 883 kB/s | 31 kB 00:00 (220/399): puppet-rabbitmq-11.0.1-17.1.20230620 6.0 MB/s | 266 kB 00:00 (221/399): puppet-redis-6.1.1-17.1.202306201917 1.2 MB/s | 51 kB 00:00 (222/399): puppet-remote-10.0.0-17.1.2023062019 394 kB/s | 16 kB 00:00 (223/399): puppet-rsync-1.1.4-17.1.202306210028 724 kB/s | 28 kB 00:00 (224/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (225/399): puppet-snmp-3.9.1-17.1.2023062020041 920 kB/s | 34 kB 00:00 (226/399): puppet-ssh-6.2.1-17.1.20230620190251 790 kB/s | 29 kB 00:00 (227/399): puppet-stdlib-6.3.1-17.1.20230621000 3.8 MB/s | 160 kB 00:00 (228/399): puppet-swift-18.6.1-17.1.20230621052 2.6 MB/s | 115 kB 00:00 (229/399): puppet-sysctl-0.0.13-17.1.2023062018 430 kB/s | 16 kB 00:00 (230/399): puppet-systemd-2.12.1-17.1.202306201 1.2 MB/s | 42 kB 00:00 (231/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.3 MB/s | 50 kB 00:00 (232/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (233/399): python-oslo-cache-lang-2.7.1-17.1.20 159 kB/s | 19 kB 00:00 (234/399): python-oslo-log-lang-4.4.0-17.1.2023 98 kB/s | 14 kB 00:00 (235/399): puppet-xinetd-3.3.1-17.1.20230620185 158 kB/s | 26 kB 00:00 (236/399): python-oslo-middleware-lang-4.2.1-17 331 kB/s | 13 kB 00:00 (237/399): python-oslo-policy-lang-3.7.1-17.1.2 379 kB/s | 14 kB 00:00 (238/399): python-oslo-versionedobjects-lang-2. 369 kB/s | 14 kB 00:00 (239/399): python-pycadf-common-3.1.1-17.1.2023 403 kB/s | 15 kB 00:00 (240/399): python3-aodhclient-2.2.0-17.1.202306 1.4 MB/s | 56 kB 00:00 (241/399): python3-barbicanclient-5.3.0-17.1.20 3.0 MB/s | 127 kB 00:00 (242/399): python3-GitPython-3.1.14-2.el9ost.no 3.9 MB/s | 238 kB 00:00 (243/399): python3-cinderclient-7.4.1-17.1.2023 5.4 MB/s | 218 kB 00:00 (244/399): python3-cliff-3.7.0-17.1.20230620172 2.4 MB/s | 95 kB 00:00 (245/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (246/399): python3-futurist-2.3.0-17.1.20230621 1.8 MB/s | 64 kB 00:00 (247/399): python3-heat-agent-ansible-2.2.1-17. 306 kB/s | 11 kB 00:00 (248/399): python3-heat-agent-2.2.1-17.1.202306 394 kB/s | 19 kB 00:00 (249/399): python3-heat-agent-apply-config-2.2. 278 kB/s | 9.9 kB 00:00 (250/399): python3-heat-agent-docker-cmd-2.2.1- 342 kB/s | 12 kB 00:00 (251/399): python3-heat-agent-json-file-2.2.1-1 270 kB/s | 9.8 kB 00:00 (252/399): python3-heat-agent-puppet-2.2.1-17.1 311 kB/s | 11 kB 00:00 (253/399): python3-heat-agent-hiera-2.2.1-17.1. 148 kB/s | 10 kB 00:00 (254/399): python3-heatclient-2.3.1-17.1.202306 3.9 MB/s | 158 kB 00:00 (255/399): python3-ironic-inspector-client-4.5. 1.8 MB/s | 67 kB 00:00 (256/399): python3-ironicclient-4.6.4-17.1.2023 8.4 MB/s | 342 kB 00:00 (257/399): python3-keystoneclient-4.3.0-17.1.20 6.2 MB/s | 239 kB 00:00 (258/399): python3-keystonemiddleware-9.2.0-17. 2.4 MB/s | 92 kB 00:00 (259/399): python3-magnumclient-3.4.1-17.1.2023 2.8 MB/s | 121 kB 00:00 (260/399): python3-mistralclient-4.2.0-17.1.202 4.1 MB/s | 166 kB 00:00 (261/399): python3-neutronclient-7.3.1-17.1.202 7.1 MB/s | 298 kB 00:00 (262/399): python3-novaclient-17.4.1-17.1.20230 4.7 MB/s | 201 kB 00:00 (263/399): python3-os-client-config-2.1.0-17.1. 923 kB/s | 55 kB 00:00 (264/399): python3-os-service-types-1.7.0-17.1. 678 kB/s | 38 kB 00:00 (265/399): python3-os-traits-2.5.0-17.1.2023062 1.0 MB/s | 45 kB 00:00 (266/399): python3-osc-lib-2.3.1-17.1.202306202 2.1 MB/s | 78 kB 00:00 (267/399): python3-oslo-cache-2.7.1-17.1.202306 1.4 MB/s | 56 kB 00:00 (268/399): python3-oslo-context-3.2.1-17.1.2023 745 kB/s | 27 kB 00:00 (269/399): python3-oslo-log-4.4.0-17.1.20230620 1.4 MB/s | 64 kB 00:00 (270/399): python3-oslo-middleware-4.2.1-17.1.2 1.2 MB/s | 55 kB 00:00 (271/399): python3-oslo-policy-3.7.1-17.1.20230 1.6 MB/s | 76 kB 00:00 (272/399): python3-oslo-reports-2.2.0-17.1.2023 1.5 MB/s | 59 kB 00:00 (273/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (274/399): python3-oslo-serialization-4.1.1-17. 915 kB/s | 34 kB 00:00 (275/399): python3-oslo-upgradecheck-1.3.1-17.1 814 kB/s | 29 kB 00:00 (276/399): python3-oslo-versionedobjects-2.4.1- 2.0 MB/s | 79 kB 00:00 (277/399): python3-osprofiler-3.4.0-17.1.202306 3.3 MB/s | 130 kB 00:00 (278/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (279/399): python3-requestsexceptions-1.4.0-17. 434 kB/s | 17 kB 00:00 (280/399): python3-saharaclient-3.3.0-17.1.2023 4.6 MB/s | 188 kB 00:00 (281/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (282/399): python3-statsd-3.2.1-20.1.el9ost.noa 870 kB/s | 35 kB 00:00 (283/399): python3-swiftclient-3.11.1-17.1.2023 3.6 MB/s | 136 kB 00:00 (284/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (285/399): python3-troveclient-7.0.0-17.1.20230 7.8 MB/s | 344 kB 00:00 (286/399): python3-validations-libs-1.9.1-17.1. 3.0 MB/s | 137 kB 00:00 (287/399): python3-zaqarclient-2.4.0-17.1.20230 3.2 MB/s | 129 kB 00:00 (288/399): validations-common-1.9.1-17.1.202310 2.9 MB/s | 111 kB 00:00 (289/399): python3-paramiko-2.11.0-2.el9ost.noa 6.8 MB/s | 299 kB 00:00 (290/399): python3-werkzeug-2.0.1-7.el9ost.noar 8.6 MB/s | 427 kB 00:00 (291/399): ansible-pacemaker-1.0.4-17.1.2023121 460 kB/s | 21 kB 00:00 (292/399): python3-manilaclient-2.6.4-17.1.2024 11 MB/s | 528 kB 00:00 (293/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.0 MB/s | 83 kB 00:00 (294/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.3 MB/s | 230 kB 00:00 (295/399): ansible-role-metalsmith-deployment-1 597 kB/s | 21 kB 00:00 (296/399): openstack-selinux-0.8.37-17.1.202311 5.6 MB/s | 221 kB 00:00 (297/399): puppet-ironic-18.7.1-17.1.2024030521 3.0 MB/s | 121 kB 00:00 (298/399): python-oslo-db-lang-8.5.2-17.1.20240 390 kB/s | 14 kB 00:00 (299/399): python3-glanceclient-3.3.0-17.1.2024 3.8 MB/s | 143 kB 00:00 (300/399): python3-keystoneauth1-4.4.0-17.1.202 11 MB/s | 409 kB 00:00 (301/399): python3-metalsmith-1.4.4-17.1.202405 1.6 MB/s | 65 kB 00:00 (302/399): python3-neutron-lib-2.10.3-17.1.2023 8.5 MB/s | 375 kB 00:00 (303/399): python3-octaviaclient-2.3.1-17.1.202 2.2 MB/s | 91 kB 00:00 (304/399): python3-oslo-db-8.5.2-17.1.202408201 3.4 MB/s | 144 kB 00:00 (305/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (306/399): python3-rhosp-openvswitch-3.3-1.el9o 222 kB/s | 8.3 kB 00:00 (307/399): python3-oslo-messaging-12.7.3-17.1.2 4.0 MB/s | 216 kB 00:00 (308/399): python3-waitress-2.0.0-4.el9ost.noar 2.7 MB/s | 109 kB 00:00 (309/399): openstack-tripleo-validations-14.3.2 4.9 MB/s | 204 kB 00:00 (310/399): puppet-glance-18.6.1-17.1.2025022015 2.4 MB/s | 87 kB 00:00 (311/399): openstack-ansible-core-2.14.2-4.7.el 29 MB/s | 2.3 MB 00:00 (312/399): puppet-ovn-18.6.1-17.1.2024092509490 705 kB/s | 29 kB 00:00 (313/399): puppet-pacemaker-1.5.1-17.1.20250214 4.0 MB/s | 158 kB 00:00 (314/399): puppet-tripleo-14.2.3-17.1.202503201 5.6 MB/s | 239 kB 00:00 (315/399): python3-os-ken-1.4.1-17.1.2024120509 35 MB/s | 2.1 MB 00:00 (316/399): ansible-collection-containers-podman 6.3 MB/s | 243 kB 00:00 (317/399): ansible-collections-openstack-1.9.1- 3.9 MB/s | 146 kB 00:00 (318/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 9.0 MB/s | 351 kB 00:00 (319/399): facter-3.14.19-3.el9ost.x86_64.rpm 12 MB/s | 518 kB 00:00 (320/399): hiera-3.6.0-6.el9ost.noarch.rpm 963 kB/s | 33 kB 00:00 (321/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.8 MB/s | 405 kB 00:00 (322/399): openstack-tripleo-common-15.4.1-17.1 1.4 MB/s | 52 kB 00:00 (323/399): openstack-tripleo-common-containers- 2.1 MB/s | 78 kB 00:00 (324/399): puppet-7.10.0-4.el9ost.noarch.rpm 303 kB/s | 11 kB 00:00 (325/399): puppet-keystone-18.6.1-17.1.20250425 3.4 MB/s | 127 kB 00:00 (326/399): puppet-headless-7.10.0-4.el9ost.noar 25 MB/s | 1.4 MB 00:00 (327/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.0 MB/s | 92 kB 00:00 (328/399): python3-cachetools-4.2.2-3.el9ost.no 970 kB/s | 33 kB 00:00 (329/399): python3-boto-2.45.0-8.1.el9ost.noarc 24 MB/s | 1.3 MB 00:00 (330/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 7.0 MB/s | 284 kB 00:00 (331/399): python3-colorama-0.4.4-4.el9ost.noar 784 kB/s | 35 kB 00:00 (332/399): python3-dogpile-cache-1.1.5-5.el9ost 2.3 MB/s | 89 kB 00:00 (333/399): python3-extras-1.0.0-17.el9ost.noarc 599 kB/s | 21 kB 00:00 (334/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (335/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (336/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.6 MB/s | 313 kB 00:00 (337/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.4 MB/s | 87 kB 00:00 (338/399): python3-munch-2.5.0-6.el9ost.noarch. 578 kB/s | 25 kB 00:00 (339/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (340/399): python3-paste-3.5.0-5.el9ost.noarch. 16 MB/s | 776 kB 00:00 (341/399): python3-paste-deploy-2.1.1-4.el9ost. 953 kB/s | 41 kB 00:00 (342/399): python3-pystache-0.5.4-15.el9ost.noa 3.3 MB/s | 132 kB 00:00 (343/399): python3-repoze-lru-0.7-12.el9ost.noa 922 kB/s | 32 kB 00:00 (344/399): python3-routes-2.4.1-14.el9ost.noarc 4.4 MB/s | 188 kB 00:00 (345/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.4 MB/s | 57 kB 00:00 (346/399): python3-secretstorage-3.3.1-3.el9ost 921 kB/s | 36 kB 00:00 (347/399): python3-simplejson-3.17.5-3.el9ost.x 6.5 MB/s | 266 kB 00:00 (348/399): python3-tempita-0.5.1-27.el9ost.noar 927 kB/s | 36 kB 00:00 (349/399): python3-testtools-2.4.0-10.el9ost.no 7.6 MB/s | 333 kB 00:00 (350/399): python3-tripleo-common-15.4.1-17.1.2 5.1 MB/s | 202 kB 00:00 (351/399): python3-tripleoclient-16.5.1-17.1.20 12 MB/s | 553 kB 00:00 (352/399): python3-vine-5.0.0-5.el9ost.noarch.r 767 kB/s | 26 kB 00:00 (353/399): python3-warlock-1.3.3-7.el9ost.noarc 570 kB/s | 21 kB 00:00 (354/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.5 MB/s | 56 kB 00:00 (355/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.5 MB/s | 180 kB 00:00 (356/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 778 kB/s | 29 kB 00:00 (357/399): ruby-facter-3.14.19-3.el9ost.x86_64. 273 kB/s | 9.5 kB 00:00 (358/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.1 MB/s | 123 kB 00:00 (359/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 519 kB/s | 19 kB 00:00 (360/399): openstack-heat-api-16.1.1-17.1.20250 474 kB/s | 16 kB 00:00 (361/399): openstack-heat-engine-16.1.1-17.1.20 438 kB/s | 15 kB 00:00 (362/399): openstack-heat-monolith-16.1.1-17.1. 430 kB/s | 16 kB 00:00 (363/399): openstack-heat-common-16.1.1-17.1.20 25 MB/s | 1.6 MB 00:00 (364/399): puppet-barbican-18.4.2-17.1.20250625 1.5 MB/s | 57 kB 00:00 (365/399): openstack-tripleo-heat-templates-14. 11 MB/s | 617 kB 00:00 (366/399): python-openstackclient-lang-5.5.2-17 1.4 MB/s | 58 kB 00:00 (367/399): python3-openstackclient-5.5.2-17.1.2 20 MB/s | 1.1 MB 00:00 (368/399): ipa-client-common-4.10.1-12.el9_2.2. 1.0 MB/s | 44 kB 00:00 (369/399): tripleo-ansible-3.3.1-17.1.202507021 9.9 MB/s | 570 kB 00:00 (370/399): ipa-common-4.10.1-12.el9_2.2.noarch. 14 MB/s | 656 kB 00:00 (371/399): python3-ipaclient-4.10.1-12.el9_2.2. 12 MB/s | 648 kB 00:00 (372/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (373/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.5 MB/s | 57 kB 00:00 (374/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 971 kB/s | 41 kB 00:00 (375/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.2 MB/s | 46 kB 00:00 (376/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.5 MB/s | 55 kB 00:00 (377/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 55 MB/s | 7.9 MB 00:00 (378/399): rubygem-bundler-2.2.33-161.el9_2.2.n 7.6 MB/s | 456 kB 00:00 (379/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 24 MB/s | 3.3 MB 00:00 (380/399): rubygem-io-console-0.5.7-161.el9_2.2 627 kB/s | 26 kB 00:00 (381/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.4 MB/s | 59 kB 00:00 (382/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.1 MB/s | 441 kB 00:00 (383/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.1 MB/s | 60 kB 00:00 (384/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.7 MB/s | 110 kB 00:00 (385/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 3.9 MB/s | 245 kB 00:00 (386/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.9 MB/s | 306 kB 00:00 (387/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.6 MB/s | 68 kB 00:00 (388/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 31 MB/s | 2.2 MB 00:00 (389/399): buildah-1.29.5-1.el9_2.x86_64.rpm 50 MB/s | 8.6 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.5 MB/s | 156 kB 00:00 (391/399): cephadm-18.2.1-361.el9cp.noarch.rpm 4.5 MB/s | 354 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.8 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 732 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 34 MB/s | 2.3 MB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.3 MB/s | 109 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 7.7 MB/s | 464 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.4 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 3.0 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 3.8 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 16 MB/s | 97 MB 00:06 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-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 169/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 170/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 171/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 172/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 173/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 174/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 175/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 176/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 177/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 178/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 179/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 180/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 181/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 182/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 183/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 184/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 186/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 187/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 188/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 189/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 190/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 191/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 192/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 193/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 194/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 195/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 196/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 197/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 198/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 199/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 200/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 201/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 202/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 203/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 204/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 205/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 206/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 207/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 208/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 209/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 210/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 211/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 212/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 213/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 214/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 215/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 216/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 217/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 218/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 219/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 220/408 Installing : python3-memcached-1.59-3.el9ost.noarch 221/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 222/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 223/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 224/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 225/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 226/408 Installing : python3-docutils-0.16-6.el9ost.noarch 227/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 228/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 229/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 230/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 231/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 232/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 233/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 234/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 235/408 warning: group neutron does not exist - using root Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 236/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 237/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 238/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 239/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 240/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 240/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 240/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 241/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 242/408 Installing : jq-1.6-14.el9.x86_64 243/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 244/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 245/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 246/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 247/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 248/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 249/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 250/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 251/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 252/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 253/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 254/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 254/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 255/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 256/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 257/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 258/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 259/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 260/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 261/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 262/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 263/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 265/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 266/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 267/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 268/408 Installing : boost-log-1.75.0-8.el9.x86_64 269/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 270/408 Installing : sshpass-1.09-4.el9.x86_64 271/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 272/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 273/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 274/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 275/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 276/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 277/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 278/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 279/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 280/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 281/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 282/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 283/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 284/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 285/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 286/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 287/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 288/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 289/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 290/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 291/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 292/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 293/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 294/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 295/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 296/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 297/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 298/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 299/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 300/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 301/408 Installing : libburn-1.5.4-4.el9.x86_64 302/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 303/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 303/408 Installing : libisofs-1.5.4-4.el9.x86_64 304/408 Installing : libisoburn-1.5.4-4.el9.x86_64 305/408 Installing : xorriso-1.5.4-4.el9.x86_64 306/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 306/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 307/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 308/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 309/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 310/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 311/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 312/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 313/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 313/408 Installing : puppet-7.10.0-4.el9ost.noarch 314/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 314/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 315/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 316/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 317/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 318/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 319/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 320/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 321/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 322/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 323/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 324/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 325/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 326/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 327/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 328/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 329/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 330/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 331/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 332/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 333/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 334/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 335/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 336/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 337/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 338/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 339/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 340/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 341/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 342/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 343/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 344/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 345/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 346/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 347/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 348/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 349/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 350/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 351/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 352/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 353/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 354/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 355/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 356/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 357/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 358/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 359/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 360/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 361/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 362/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 363/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 364/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 365/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 366/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 367/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 368/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 369/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 370/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 371/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 372/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/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 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 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 : bash-completion-1:2.11-4.el9.noarch 2/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 3/408 Verifying : libaio-0.3.111-13.el9.x86_64 4/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 5/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 6/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 7/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 8/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 10/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 11/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 12/408 Verifying : python3-dns-2.2.1-2.el9.noarch 13/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 14/408 Verifying : boost-system-1.75.0-8.el9.x86_64 15/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 16/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 17/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 18/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 19/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 20/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 21/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 22/408 Verifying : perl-Exporter-5.74-461.el9.noarch 23/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 24/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 25/408 Verifying : perl-parent-1:0.238-460.el9.noarch 26/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 27/408 Verifying : xorriso-1.5.4-4.el9.x86_64 28/408 Verifying : libisofs-1.5.4-4.el9.x86_64 29/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 30/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 31/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 32/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 33/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 34/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 35/408 Verifying : perl-URI-5.09-3.el9.noarch 36/408 Verifying : perl-libnet-3.13-4.el9.noarch 37/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 38/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 39/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 40/408 Verifying : perl-Carp-1.50-460.el9.noarch 41/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 42/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 43/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 44/408 Verifying : libburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 46/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 47/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 48/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 49/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 50/408 Verifying : sshpass-1.09-4.el9.x86_64 51/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 52/408 Verifying : boost-log-1.75.0-8.el9.x86_64 53/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 54/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 55/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 56/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 57/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 58/408 Verifying : perl-Digest-1.19-4.el9.noarch 59/408 Verifying : perl-File-Path-2.18-4.el9.noarch 60/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 61/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 62/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 63/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 64/408 Verifying : perl-constant-1.33-461.el9.noarch 65/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 66/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 67/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 68/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 69/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 70/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 71/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 72/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 73/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 74/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 75/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 76/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 77/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 78/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 79/408 Verifying : perl-B-1.80-480.el9.x86_64 80/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 81/408 Verifying : perl-Errno-1.30-480.el9.x86_64 82/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 83/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 84/408 Verifying : perl-File-stat-1.09-480.el9.noarch 85/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 86/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 89/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 90/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 91/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 92/408 Verifying : perl-Symbol-1.08-480.el9.noarch 93/408 Verifying : perl-base-2.27-480.el9.noarch 94/408 Verifying : perl-if-0.60.800-480.el9.noarch 95/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 96/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 97/408 Verifying : perl-mro-1.23-480.el9.x86_64 98/408 Verifying : perl-overload-1.31-480.el9.noarch 99/408 Verifying : perl-overloading-0.02-480.el9.noarch 100/408 Verifying : perl-subs-1.03-480.el9.noarch 101/408 Verifying : perl-vars-1.05-480.el9.noarch 102/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 103/408 Verifying : python3-mako-1.1.4-6.el9.noarch 104/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 105/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 106/408 Verifying : jq-1.6-14.el9.x86_64 107/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 108/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 109/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 110/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 111/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 112/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 113/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 114/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 115/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 116/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 117/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 118/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 119/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 120/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 121/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 122/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 123/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 124/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 125/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 126/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 127/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 128/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 129/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 130/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 131/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 132/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 133/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 134/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 135/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 136/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 137/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 138/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 139/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 140/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 141/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 142/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 143/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 144/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 145/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 146/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 147/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 148/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 149/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 150/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 151/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 152/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 153/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 154/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 155/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 156/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 157/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 158/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 159/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 160/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 161/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 162/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 163/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 166/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 167/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 168/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 169/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 170/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 171/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 172/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 173/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 174/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 175/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 176/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 177/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 178/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 179/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 180/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 181/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 182/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 183/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 184/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 185/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 186/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 187/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 188/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 189/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 190/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 191/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 192/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 193/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 194/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 195/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 196/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 197/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 198/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 199/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 200/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 201/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 202/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 203/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 204/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 205/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 206/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 207/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 208/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 209/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 210/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 211/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 212/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 213/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 214/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 215/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 216/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 217/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 218/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 219/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 220/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 221/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 222/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 223/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 224/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 225/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 226/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 227/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 228/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 229/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 230/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 231/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 232/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 233/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 234/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 235/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 236/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 237/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 238/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 239/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 240/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 241/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 242/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 243/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 244/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 245/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 246/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 247/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 248/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 249/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 250/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 251/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 252/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 253/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 254/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 255/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 256/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 257/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 258/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 260/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 261/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 262/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 263/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 264/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 265/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 266/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 267/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 268/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 269/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 270/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 271/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 272/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 273/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 274/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 275/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 276/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 277/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 278/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 279/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 280/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 281/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 282/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 283/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 284/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 285/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 286/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 287/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 289/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 290/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 291/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 292/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 293/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 294/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 295/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 296/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 297/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 298/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 299/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 300/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 301/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 302/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 303/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 304/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 305/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 306/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 307/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 308/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 309/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 310/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 311/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 312/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 313/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 314/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 315/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 316/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 317/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 318/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 319/408 Verifying : hiera-3.6.0-6.el9ost.noarch 320/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 321/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 322/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 323/408 Verifying : puppet-7.10.0-4.el9ost.noarch 324/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 325/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 326/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 327/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 328/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 329/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 330/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 331/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 332/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 333/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 334/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 335/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 336/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 337/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 338/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 339/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 340/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 341/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 342/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 343/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 344/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 345/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 346/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 347/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 348/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 349/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 350/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 351/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 352/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 353/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 354/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 355/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 356/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 357/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 358/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 359/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 360/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 361/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 362/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 363/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 364/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 365/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 366/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 367/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 368/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 369/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 370/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 371/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 373/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 374/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 375/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 376/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 378/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 379/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 380/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 381/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 382/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 383/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 384/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 385/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 386/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 387/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-06T08:47:23.084001 # # 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.1261e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-10-06 08:47:27.169716 | fa163e26-8700-df3d-2137-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-06 08:47:27.214648 | fa163e26-8700-df3d-2137-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-06 08:47:27.215271 | fa163e26-8700-df3d-2137-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.059627 | 0.04s 2025-10-06 08:47:27.219400 | fa163e26-8700-df3d-2137-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-06 08:47:27.253460 | fa163e26-8700-df3d-2137-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-06 08:47:27.254408 | fa163e26-8700-df3d-2137-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.098757 | 0.03s 2025-10-06 08:47:27.259099 | fa163e26-8700-df3d-2137-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-06 08:47:27.334877 | fa163e26-8700-df3d-2137-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-06 08:47:27.335832 | fa163e26-8700-df3d-2137-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.180182 | 0.08s 2025-10-06 08:47:27.340740 | fa163e26-8700-df3d-2137-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-06 08:47:27.738965 | fa163e26-8700-df3d-2137-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-06 08:47:27.740744 | fa163e26-8700-df3d-2137-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.585082 | 0.40s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-06 08:47:27.766150 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:47:27.766944 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:47:27.767741 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.612090 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:47:27.768500 | UUID | Info | Host | Task Name | Run Time 2025-10-06 08:47:27.769210 | fa163e26-8700-df3d-2137-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.40s 2025-10-06 08:47:27.769975 | fa163e26-8700-df3d-2137-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.08s 2025-10-06 08:47:27.770860 | fa163e26-8700-df3d-2137-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-06 08:47:27.771681 | fa163e26-8700-df3d-2137-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.03s 2025-10-06 08:47:27.772455 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2025-10-06 08:47:30.396957 | fa163e26-8700-8740-5579-000000000005 | TASK | set ssh key path facts 2025-10-06 08:47:30.431673 | fa163e26-8700-8740-5579-000000000005 | OK | set ssh key path facts | undercloud 2025-10-06 08:47:30.432350 | fa163e26-8700-8740-5579-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.049842 | 0.03s 2025-10-06 08:47:30.435842 | fa163e26-8700-8740-5579-000000000006 | TASK | stat private key 2025-10-06 08:47:30.799663 | fa163e26-8700-8740-5579-000000000006 | OK | stat private key | undercloud 2025-10-06 08:47:30.800885 | fa163e26-8700-8740-5579-000000000006 | TIMING | stat private key | undercloud | 0:00:00.418368 | 0.36s 2025-10-06 08:47:30.808523 | fa163e26-8700-8740-5579-000000000007 | TASK | stat public key 2025-10-06 08:47:30.978233 | fa163e26-8700-8740-5579-000000000007 | OK | stat public key | undercloud 2025-10-06 08:47:30.979546 | fa163e26-8700-8740-5579-000000000007 | TIMING | stat public key | undercloud | 0:00:00.597029 | 0.17s 2025-10-06 08:47:30.986961 | fa163e26-8700-8740-5579-000000000008 | TASK | create private key if it does not exist 2025-10-06 08:47:31.600123 | fa163e26-8700-8740-5579-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-06 08:47:31.601471 | fa163e26-8700-8740-5579-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.218954 | 0.61s 2025-10-06 08:47:31.608210 | fa163e26-8700-8740-5579-000000000009 | TASK | create public key if it does not exist 2025-10-06 08:47:31.843108 | fa163e26-8700-8740-5579-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-06 08:47:31.844188 | fa163e26-8700-8740-5579-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.461674 | 0.23s PLAY [allovercloud] ************************************************************ 2025-10-06 08:47:31.881720 | fa163e26-8700-8740-5579-000000000023 | TASK | Get local private key 2025-10-06 08:47:32.215628 | fa163e26-8700-8740-5579-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e26-8700-8740-5579-000000000023') missing from stats 2025-10-06 08:47:32.228228 | fa163e26-8700-8740-5579-000000000024 | TASK | Get local public key 2025-10-06 08:47:32.461356 | fa163e26-8700-8740-5579-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e26-8700-8740-5579-000000000024') missing from stats 2025-10-06 08:47:32.488298 | fa163e26-8700-8740-5579-000000000012 | TASK | create user ceph-admin 2025-10-06 08:47:33.001035 | fa163e26-8700-8740-5579-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-06 08:47:33.002732 | fa163e26-8700-8740-5579-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.620212 | 0.51s 2025-10-06 08:47:33.013051 | fa163e26-8700-8740-5579-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-06 08:47:33.608714 | fa163e26-8700-8740-5579-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-06 08:47:33.609916 | fa163e26-8700-8740-5579-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.227397 | 0.60s 2025-10-06 08:47:33.619035 | fa163e26-8700-8740-5579-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-06 08:47:33.998134 | fa163e26-8700-8740-5579-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-06 08:47:33.999387 | fa163e26-8700-8740-5579-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.616868 | 0.38s 2025-10-06 08:47:34.008543 | fa163e26-8700-8740-5579-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-06 08:47:34.210584 | fa163e26-8700-8740-5579-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-06 08:47:34.211795 | fa163e26-8700-8740-5579-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.829278 | 0.20s 2025-10-06 08:47:34.221966 | fa163e26-8700-8740-5579-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-06 08:47:34.446194 | fa163e26-8700-8740-5579-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-06 08:47:34.447196 | fa163e26-8700-8740-5579-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.064685 | 0.22s 2025-10-06 08:47:34.453407 | fa163e26-8700-8740-5579-000000000017 | TASK | get remote ceph-admin public key 2025-10-06 08:47:34.488991 | fa163e26-8700-8740-5579-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-06 08:47:34.490251 | fa163e26-8700-8740-5579-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.107732 | 0.04s 2025-10-06 08:47:34.500251 | fa163e26-8700-8740-5579-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-06 08:47:34.548727 | fa163e26-8700-8740-5579-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-06 08:47:34.549691 | fa163e26-8700-8740-5579-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.167179 | 0.05s 2025-10-06 08:47:34.555634 | fa163e26-8700-8740-5579-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-06 08:47:34.902569 | fa163e26-8700-8740-5579-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-06 08:47:34.903539 | fa163e26-8700-8740-5579-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.521024 | 0.35s 2025-10-06 08:47:34.909400 | fa163e26-8700-8740-5579-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-06 08:47:35.418063 | fa163e26-8700-8740-5579-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-06 08:47:35.419019 | fa163e26-8700-8740-5579-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.036507 | 0.51s 2025-10-06 08:47:35.424873 | fa163e26-8700-8740-5579-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-06 08:47:35.934542 | fa163e26-8700-8740-5579-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-06 08:47:35.935554 | fa163e26-8700-8740-5579-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.553042 | 0.51s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-06 08:47:35.954563 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:47:35.954873 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:47:35.955182 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.572679 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:47:35.955589 | UUID | Info | Host | Task Name | Run Time 2025-10-06 08:47:35.955919 | fa163e26-8700-8740-5579-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.61s 2025-10-06 08:47:35.956206 | fa163e26-8700-8740-5579-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2025-10-06 08:47:35.956566 | fa163e26-8700-8740-5579-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2025-10-06 08:47:35.956873 | fa163e26-8700-8740-5579-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.51s 2025-10-06 08:47:35.957172 | fa163e26-8700-8740-5579-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.51s 2025-10-06 08:47:35.957518 | fa163e26-8700-8740-5579-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.38s 2025-10-06 08:47:35.957934 | fa163e26-8700-8740-5579-000000000006 | SUMMARY | undercloud | stat private key | 0.36s 2025-10-06 08:47:35.958268 | fa163e26-8700-8740-5579-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.35s 2025-10-06 08:47:35.958619 | fa163e26-8700-8740-5579-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2025-10-06 08:47:35.958957 | fa163e26-8700-8740-5579-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2025-10-06 08:47:35.959248 | fa163e26-8700-8740-5579-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-10-06 08:47:35.959563 | fa163e26-8700-8740-5579-000000000007 | SUMMARY | undercloud | stat public key | 0.17s 2025-10-06 08:47:35.959844 | fa163e26-8700-8740-5579-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2025-10-06 08:47:35.960178 | fa163e26-8700-8740-5579-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.04s 2025-10-06 08:47:35.960584 | fa163e26-8700-8740-5579-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2025-10-06 08:47:35.960922 | fa163e26-8700-8740-5579-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-06 08:47:35.961227 | fa163e26-8700-8740-5579-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-06 08:47:35.961558 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2025-10-06 08:47:38.659924 | fa163e26-8700-c448-9dc6-000000000039 | TASK | Gathering Facts 2025-10-06 08:47:39.217760 | fa163e26-8700-c448-9dc6-000000000039 | OK | Gathering Facts | undercloud 2025-10-06 08:47:39.219836 | fa163e26-8700-c448-9dc6-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.575017 | 0.55s 2025-10-06 08:47:39.449150 | fa163e26-8700-c448-9dc6-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-06 08:47:39.450091 | fa163e26-8700-c448-9dc6-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.805294 | 0.79s 2025-10-06 08:47:39.469419 | fa163e26-8700-c448-9dc6-00000000000a | TASK | Load distro-specific variables 2025-10-06 08:47:39.527704 | fa163e26-8700-c448-9dc6-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.882878 | 0.05s 2025-10-06 08:47:39.538965 | fa163e26-8700-c448-9dc6-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.894161 | 0.07s 2025-10-06 08:47:39.548189 | f7382d5f-1969-4244-bc76-a37859e42d2c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 08:47:39.548680 | f7382d5f-1969-4244-bc76-a37859e42d2c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 08:47:39.560886 | fa163e26-8700-c448-9dc6-000000000052 | TASK | Load distro-specific variables 2025-10-06 08:47:39.657492 | fa163e26-8700-c448-9dc6-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 08:47:39.659221 | fa163e26-8700-c448-9dc6-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.014404 | 0.10s 2025-10-06 08:47:39.668877 | fa163e26-8700-c448-9dc6-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 08:47:39.670151 | fa163e26-8700-c448-9dc6-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.025347 | 0.10s 2025-10-06 08:47:39.671067 | fa163e26-8700-c448-9dc6-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.026267 | 0.11s 2025-10-06 08:47:39.676317 | fa163e26-8700-c448-9dc6-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.031520 | 0.11s 2025-10-06 08:47:39.682137 | fa163e26-8700-c448-9dc6-00000000000b | TASK | Install chronyd 2025-10-06 08:47:39.739477 | fa163e26-8700-c448-9dc6-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:01.094659 | 0.06s 2025-10-06 08:47:39.782096 | fa163e26-8700-c448-9dc6-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:01.137290 | 0.09s 2025-10-06 08:47:39.796371 | d06462d3-b838-4262-8162-cf73e8d6b1a0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-06 08:47:39.796994 | d06462d3-b838-4262-8162-cf73e8d6b1a0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-06 08:47:39.816010 | fa163e26-8700-c448-9dc6-0000000000a2 | TASK | Load distro-specific variables 2025-10-06 08:47:39.897802 | fa163e26-8700-c448-9dc6-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.252987 | 0.08s 2025-10-06 08:47:39.898666 | fa163e26-8700-c448-9dc6-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.253873 | 0.07s 2025-10-06 08:47:39.908301 | 19b49117-c87b-4bd8-9942-7465b58cf480 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 08:47:39.908912 | 19b49117-c87b-4bd8-9942-7465b58cf480 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 08:47:39.922970 | fa163e26-8700-c448-9dc6-000000000102 | TASK | Load distro-specific variables 2025-10-06 08:47:40.016849 | fa163e26-8700-c448-9dc6-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 08:47:40.017869 | fa163e26-8700-c448-9dc6-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.373061 | 0.09s 2025-10-06 08:47:40.022157 | fa163e26-8700-c448-9dc6-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.377346 | 0.10s 2025-10-06 08:47:40.027308 | fa163e26-8700-c448-9dc6-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 08:47:40.028046 | fa163e26-8700-c448-9dc6-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.383247 | 0.10s 2025-10-06 08:47:40.037874 | fa163e26-8700-c448-9dc6-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.393068 | 0.11s 2025-10-06 08:47:40.044100 | fa163e26-8700-c448-9dc6-0000000000a3 | TASK | Check for NTP service 2025-10-06 08:47:40.421106 | fa163e26-8700-c448-9dc6-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-06 08:47:40.422257 | fa163e26-8700-c448-9dc6-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.777450 | 0.37s 2025-10-06 08:47:40.433479 | fa163e26-8700-c448-9dc6-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-06 08:47:40.434277 | fa163e26-8700-c448-9dc6-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.789479 | 0.39s 2025-10-06 08:47:40.440649 | fa163e26-8700-c448-9dc6-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-06 08:47:40.518831 | fa163e26-8700-c448-9dc6-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-06 08:47:40.519945 | fa163e26-8700-c448-9dc6-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.875135 | 0.07s 2025-10-06 08:47:40.530763 | fa163e26-8700-c448-9dc6-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-06 08:47:40.531585 | fa163e26-8700-c448-9dc6-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.886788 | 0.09s 2025-10-06 08:47:40.539154 | fa163e26-8700-c448-9dc6-0000000000a5 | TASK | Install chronyd package 2025-10-06 08:47:43.718634 | fa163e26-8700-c448-9dc6-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-06 08:47:43.719842 | fa163e26-8700-c448-9dc6-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:05.075032 | 3.17s 2025-10-06 08:47:45.575844 | fa163e26-8700-c448-9dc6-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-06 08:47:45.576889 | fa163e26-8700-c448-9dc6-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.932088 | 5.04s 2025-10-06 08:47:45.585068 | fa163e26-8700-c448-9dc6-00000000000c | TASK | Upgrade chronyd 2025-10-06 08:47:45.636904 | fa163e26-8700-c448-9dc6-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-06 08:47:45.638000 | fa163e26-8700-c448-9dc6-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.993194 | 0.05s 2025-10-06 08:47:45.671608 | fa163e26-8700-c448-9dc6-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-06 08:47:45.672136 | fa163e26-8700-c448-9dc6-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:07.027341 | 0.07s 2025-10-06 08:47:45.676014 | fa163e26-8700-c448-9dc6-00000000000d | TASK | Configure chronyd 2025-10-06 08:47:45.748123 | fa163e26-8700-c448-9dc6-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.103312 | 0.07s 2025-10-06 08:47:45.748964 | fa163e26-8700-c448-9dc6-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.104172 | 0.07s 2025-10-06 08:47:45.760288 | 90d24d5c-4d45-4a1f-9f12-5f5a0a97a57f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-06 08:47:45.760721 | 90d24d5c-4d45-4a1f-9f12-5f5a0a97a57f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-06 08:47:45.779120 | fa163e26-8700-c448-9dc6-000000000162 | TASK | Load distro-specific variables 2025-10-06 08:47:45.853638 | fa163e26-8700-c448-9dc6-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.208810 | 0.07s 2025-10-06 08:47:45.864897 | fa163e26-8700-c448-9dc6-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.220096 | 0.08s 2025-10-06 08:47:45.875160 | 92b4d437-f7a0-41ec-be1e-1ff9883e8d3b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 08:47:45.875856 | 92b4d437-f7a0-41ec-be1e-1ff9883e8d3b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 08:47:45.887721 | fa163e26-8700-c448-9dc6-0000000001fa | TASK | Load distro-specific variables 2025-10-06 08:47:45.973429 | fa163e26-8700-c448-9dc6-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 08:47:45.974791 | fa163e26-8700-c448-9dc6-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.329977 | 0.09s 2025-10-06 08:47:45.980175 | fa163e26-8700-c448-9dc6-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.335369 | 0.09s 2025-10-06 08:47:45.988544 | fa163e26-8700-c448-9dc6-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 08:47:45.989302 | fa163e26-8700-c448-9dc6-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.344502 | 0.09s 2025-10-06 08:47:45.994313 | fa163e26-8700-c448-9dc6-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.349518 | 0.09s 2025-10-06 08:47:45.998991 | fa163e26-8700-c448-9dc6-000000000163 | TASK | Install chrony configuration file 2025-10-06 08:47:46.756971 | fa163e26-8700-c448-9dc6-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-06 08:47:46.758917 | fa163e26-8700-c448-9dc6-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.114100 | 0.75s 2025-10-06 08:47:46.760377 | fa163e26-8700-c448-9dc6-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-06 08:47:46.761238 | fa163e26-8700-c448-9dc6-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.116436 | 0.76s 2025-10-06 08:47:46.772300 | fa163e26-8700-c448-9dc6-00000000000e | TASK | Run chronyd 2025-10-06 08:47:46.881603 | fa163e26-8700-c448-9dc6-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.236757 | 0.11s 2025-10-06 08:47:46.893513 | fa163e26-8700-c448-9dc6-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.248712 | 0.10s 2025-10-06 08:47:46.905116 | e28d4f63-870f-40bc-a70e-c1190537d098 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-06 08:47:46.905666 | e28d4f63-870f-40bc-a70e-c1190537d098 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-06 08:47:46.928809 | fa163e26-8700-c448-9dc6-000000000233 | TASK | Load distro-specific variables 2025-10-06 08:47:47.038592 | fa163e26-8700-c448-9dc6-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.393768 | 0.07s 2025-10-06 08:47:47.051770 | fa163e26-8700-c448-9dc6-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.406961 | 0.09s 2025-10-06 08:47:47.062468 | 56dd94ff-cef4-49c4-bbf3-c01ddac3165e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-06 08:47:47.063128 | 56dd94ff-cef4-49c4-bbf3-c01ddac3165e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-06 08:47:47.075660 | fa163e26-8700-c448-9dc6-0000000002ee | TASK | Load distro-specific variables 2025-10-06 08:47:47.167989 | fa163e26-8700-c448-9dc6-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 08:47:47.168909 | fa163e26-8700-c448-9dc6-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.524108 | 0.08s 2025-10-06 08:47:47.173467 | fa163e26-8700-c448-9dc6-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.528655 | 0.09s 2025-10-06 08:47:47.180243 | fa163e26-8700-c448-9dc6-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 08:47:47.180844 | fa163e26-8700-c448-9dc6-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.536050 | 0.10s 2025-10-06 08:47:47.185281 | fa163e26-8700-c448-9dc6-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.540466 | 0.11s 2025-10-06 08:47:47.193659 | fa163e26-8700-c448-9dc6-000000000234 | TASK | Ensure chronyd is running 2025-10-06 08:47:47.792776 | fa163e26-8700-c448-9dc6-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-06 08:47:47.794984 | fa163e26-8700-c448-9dc6-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.150161 | 0.60s 2025-10-06 08:47:48.781358 | fa163e26-8700-c448-9dc6-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-06 08:47:48.783454 | fa163e26-8700-c448-9dc6-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:10.138645 | 1.58s 2025-10-06 08:47:48.793703 | fa163e26-8700-c448-9dc6-000000000235 | TASK | Force chronyd restart 2025-10-06 08:47:48.877742 | fa163e26-8700-c448-9dc6-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-06 08:47:48.878579 | fa163e26-8700-c448-9dc6-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:10.233778 | 0.08s 2025-10-06 08:47:50.235195 | fa163e26-8700-c448-9dc6-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-06 08:47:50.236957 | fa163e26-8700-c448-9dc6-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:11.592154 | 1.43s 2025-10-06 08:47:50.249732 | fa163e26-8700-c448-9dc6-00000000000f | TASK | Enable online service 2025-10-06 08:47:50.307596 | fa163e26-8700-c448-9dc6-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:11.662766 | 0.06s 2025-10-06 08:47:50.319594 | fa163e26-8700-c448-9dc6-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:11.674787 | 0.05s 2025-10-06 08:47:50.344224 | 4c25edac-1c3a-4954-bdef-95ece2774c6f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-06 08:47:50.345515 | 4c25edac-1c3a-4954-bdef-95ece2774c6f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-06 08:47:50.397123 | fa163e26-8700-c448-9dc6-000000000338 | TASK | Create chrony-online.service unit file 2025-10-06 08:47:50.879247 | fa163e26-8700-c448-9dc6-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-10-06 08:47:50.880148 | fa163e26-8700-c448-9dc6-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:12.235343 | 0.47s 2025-10-06 08:47:50.954717 | fa163e26-8700-c448-9dc6-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-10-06 08:47:50.955438 | fa163e26-8700-c448-9dc6-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:12.310644 | 0.56s 2025-10-06 08:47:50.959828 | fa163e26-8700-c448-9dc6-000000000339 | TASK | Enable chrony-online.service 2025-10-06 08:47:52.282735 | fa163e26-8700-c448-9dc6-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-06 08:47:52.283874 | fa163e26-8700-c448-9dc6-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:13.639072 | 1.31s 2025-10-06 08:47:52.295108 | fa163e26-8700-c448-9dc6-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-06 08:47:52.295706 | fa163e26-8700-c448-9dc6-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:13.650915 | 1.33s 2025-10-06 08:47:52.300237 | fa163e26-8700-c448-9dc6-000000000010 | TASK | Sync chronyc 2025-10-06 08:47:52.366885 | fa163e26-8700-c448-9dc6-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:13.722053 | 0.07s 2025-10-06 08:47:52.368444 | fa163e26-8700-c448-9dc6-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:13.723642 | 0.06s 2025-10-06 08:47:52.380465 | d96fb7af-382b-402c-945d-d1ac5d5fa525 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-06 08:47:52.381154 | d96fb7af-382b-402c-945d-d1ac5d5fa525 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-06 08:47:52.416576 | fa163e26-8700-c448-9dc6-00000000042a | TASK | Force NTP sync 2025-10-06 08:47:52.665662 | fa163e26-8700-c448-9dc6-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-06 08:47:52.667144 | fa163e26-8700-c448-9dc6-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:14.022298 | 0.24s 2025-10-06 08:47:52.678485 | fa163e26-8700-c448-9dc6-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-06 08:47:52.679417 | fa163e26-8700-c448-9dc6-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:14.034615 | 0.26s 2025-10-06 08:47:52.687534 | fa163e26-8700-c448-9dc6-00000000042b | TASK | Ensure system is NTP time synced 2025-10-06 08:48:02.940088 | fa163e26-8700-c448-9dc6-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-06 08:48:02.941461 | fa163e26-8700-c448-9dc6-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:24.296651 | 10.25s 2025-10-06 08:48:02.953622 | fa163e26-8700-c448-9dc6-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-06 08:48:02.954533 | fa163e26-8700-c448-9dc6-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:24.309734 | 10.25s 2025-10-06 08:48:02.968274 | fa163e26-8700-c448-9dc6-00000000002c | TASK | Set timezone 2025-10-06 08:48:03.506659 | fa163e26-8700-c448-9dc6-00000000002c | OK | Set timezone | undercloud 2025-10-06 08:48:03.507993 | fa163e26-8700-c448-9dc6-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:24.863186 | 0.53s 2025-10-06 08:48:03.508694 | fa163e26-8700-c448-9dc6-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-06 08:48:03.509152 | fa163e26-8700-c448-9dc6-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:24.864357 | 0.54s 2025-10-06 08:48:03.515563 | fa163e26-8700-c448-9dc6-00000000002d | TASK | Restart time services 2025-10-06 08:48:03.556620 | fa163e26-8700-c448-9dc6-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-06 08:48:03.563275 | fa163e26-8700-c448-9dc6-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-06 08:48:03.572816 | fa163e26-8700-c448-9dc6-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-06 08:48:03.577789 | fa163e26-8700-c448-9dc6-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-06 08:48:03.579349 | fa163e26-8700-c448-9dc6-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:24.934511 | 0.06s 2025-10-06 08:48:03.584722 | fa163e26-8700-c448-9dc6-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:24.939922 | 0.06s 2025-10-06 08:48:03.630062 | fa163e26-8700-c448-9dc6-000000000012 | HANDLER | Restart chronyd 2025-10-06 08:48:04.151014 | fa163e26-8700-c448-9dc6-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-06 08:48:04.153454 | fa163e26-8700-c448-9dc6-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:25.508642 | 0.52s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-06 08:48:04.172536 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:48:04.173132 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:48:04.173662 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:25.528864 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:48:04.174149 | UUID | Info | Host | Task Name | Run Time 2025-10-06 08:48:04.174703 | fa163e26-8700-c448-9dc6-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.25s 2025-10-06 08:48:04.175176 | fa163e26-8700-c448-9dc6-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.25s 2025-10-06 08:48:04.175769 | fa163e26-8700-c448-9dc6-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 5.04s 2025-10-06 08:48:04.176304 | fa163e26-8700-c448-9dc6-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.17s 2025-10-06 08:48:04.176819 | fa163e26-8700-c448-9dc6-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 1.58s 2025-10-06 08:48:04.177283 | fa163e26-8700-c448-9dc6-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 1.43s 2025-10-06 08:48:04.177801 | fa163e26-8700-c448-9dc6-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.33s 2025-10-06 08:48:04.178270 | fa163e26-8700-c448-9dc6-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.31s 2025-10-06 08:48:04.178839 | fa163e26-8700-c448-9dc6-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.79s 2025-10-06 08:48:04.179313 | fa163e26-8700-c448-9dc6-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.76s 2025-10-06 08:48:04.180063 | fa163e26-8700-c448-9dc6-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.75s 2025-10-06 08:48:04.180695 | fa163e26-8700-c448-9dc6-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.60s 2025-10-06 08:48:04.181164 | fa163e26-8700-c448-9dc6-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.56s 2025-10-06 08:48:04.181712 | fa163e26-8700-c448-9dc6-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2025-10-06 08:48:04.182173 | fa163e26-8700-c448-9dc6-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.54s 2025-10-06 08:48:04.182683 | fa163e26-8700-c448-9dc6-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.53s 2025-10-06 08:48:04.183244 | fa163e26-8700-c448-9dc6-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.52s 2025-10-06 08:48:04.183748 | fa163e26-8700-c448-9dc6-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.47s 2025-10-06 08:48:04.184253 | fa163e26-8700-c448-9dc6-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2025-10-06 08:48:04.184939 | fa163e26-8700-c448-9dc6-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.37s 2025-10-06 08:48:04.185743 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2025-10-06 08:48:05.201929 | fa163e26-8700-18fa-7f01-000000000005 | SKIPPED | fail | undercloud 2025-10-06 08:48:05.202842 | fa163e26-8700-18fa-7f01-000000000005 | TIMING | fail | undercloud | 0:00:00.076410 | 0.06s 2025-10-06 08:48:05.273734 | fa163e26-8700-18fa-7f01-000000000006 | SKIPPED | fail | undercloud 2025-10-06 08:48:05.275109 | fa163e26-8700-18fa-7f01-000000000006 | TIMING | fail | undercloud | 0:00:00.148666 | 0.07s 2025-10-06 08:48:05.283235 | fa163e26-8700-18fa-7f01-000000000008 | TASK | Ensure working_dir is provided 2025-10-06 08:48:05.321314 | fa163e26-8700-18fa-7f01-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-06 08:48:05.322623 | fa163e26-8700-18fa-7f01-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.196183 | 0.04s 2025-10-06 08:48:05.342872 | fa163e26-8700-18fa-7f01-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-06 08:48:05.381476 | fa163e26-8700-18fa-7f01-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-06 08:48:05.382785 | fa163e26-8700-18fa-7f01-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.256345 | 0.04s 2025-10-06 08:48:05.390476 | fa163e26-8700-18fa-7f01-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-06 08:48:05.428979 | fa163e26-8700-18fa-7f01-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-06 08:48:05.430289 | fa163e26-8700-18fa-7f01-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.303849 | 0.04s 2025-10-06 08:48:05.437995 | fa163e26-8700-18fa-7f01-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-06 08:48:05.474094 | fa163e26-8700-18fa-7f01-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-06 08:48:05.475513 | fa163e26-8700-18fa-7f01-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.349079 | 0.04s 2025-10-06 08:48:05.480835 | fa163e26-8700-18fa-7f01-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-06 08:48:05.535941 | fa163e26-8700-18fa-7f01-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-06 08:48:05.537240 | fa163e26-8700-18fa-7f01-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.410799 | 0.06s 2025-10-06 08:48:05.545213 | fa163e26-8700-18fa-7f01-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-06 08:48:05.649508 | fa163e26-8700-18fa-7f01-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', 'mon', 'osd', 'mgr'], 'service_type': 'host'} 2025-10-06 08:48:05.651171 | fa163e26-8700-18fa-7f01-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.524727 | 0.10s 2025-10-06 08:48:05.664905 | fa163e26-8700-18fa-7f01-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-06 08:48:05.680351 | fa163e26-8700-18fa-7f01-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-06 08:48:05.692935 | fa163e26-8700-18fa-7f01-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-06 08:48:05.700273 | fa163e26-8700-18fa-7f01-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.573833 | 0.15s 2025-10-06 08:48:05.708256 | fa163e26-8700-18fa-7f01-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-06 08:48:05.836849 | fa163e26-8700-18fa-7f01-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', 'mon', 'osd', 'mgr'], 'service_type': 'host'} 2025-10-06 08:48:05.852842 | fa163e26-8700-18fa-7f01-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-10-06 08:48:05.875409 | fa163e26-8700-18fa-7f01-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-10-06 08:48:05.889872 | fa163e26-8700-18fa-7f01-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-10-06 08:48:05.901535 | fa163e26-8700-18fa-7f01-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.775085 | 0.19s 2025-10-06 08:48:05.910460 | fa163e26-8700-18fa-7f01-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-06 08:48:05.968973 | fa163e26-8700-18fa-7f01-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-06 08:48:05.970430 | fa163e26-8700-18fa-7f01-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.843979 | 0.06s 2025-10-06 08:48:05.979236 | fa163e26-8700-18fa-7f01-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-06 08:48:06.007238 | fa163e26-8700-18fa-7f01-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-06 08:48:06.008481 | fa163e26-8700-18fa-7f01-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.882042 | 0.03s 2025-10-06 08:48:06.009440 | fa163e26-8700-18fa-7f01-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.883011 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-06 08:48:06.076900 | fa163e26-8700-18fa-7f01-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-06 08:48:06.101722 | fa163e26-8700-18fa-7f01-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-06 08:48:06.102611 | fa163e26-8700-18fa-7f01-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.976177 | 0.02s 2025-10-06 08:48:06.107841 | fa163e26-8700-18fa-7f01-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-06 08:48:06.264926 | fa163e26-8700-18fa-7f01-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-06 08:48:06.266148 | fa163e26-8700-18fa-7f01-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.139709 | 0.16s 2025-10-06 08:48:06.273878 | fa163e26-8700-18fa-7f01-000000000019 | TASK | Set IP address of first monitor 2025-10-06 08:48:06.310130 | fa163e26-8700-18fa-7f01-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-06 08:48:06.311312 | fa163e26-8700-18fa-7f01-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.184874 | 0.04s 2025-10-06 08:48:06.332225 | fa163e26-8700-18fa-7f01-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-06 08:48:06.378426 | fa163e26-8700-18fa-7f01-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-06 08:48:06.379595 | fa163e26-8700-18fa-7f01-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.253156 | 0.05s 2025-10-06 08:48:06.390394 | fa163e26-8700-18fa-7f01-000000000021 | TASK | Install cephadm package 2025-10-06 08:48:09.401984 | fa163e26-8700-18fa-7f01-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-06 08:48:09.403305 | fa163e26-8700-18fa-7f01-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.276859 | 3.01s 2025-10-06 08:48:09.413275 | fa163e26-8700-18fa-7f01-000000000022 | TASK | Stat cephadm file 2025-10-06 08:48:09.797529 | fa163e26-8700-18fa-7f01-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-06 08:48:09.798558 | fa163e26-8700-18fa-7f01-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.672125 | 0.38s 2025-10-06 08:48:09.805049 | fa163e26-8700-18fa-7f01-000000000023 | TASK | Fail if cephadm is not available 2025-10-06 08:48:09.829879 | fa163e26-8700-18fa-7f01-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-06 08:48:09.831173 | fa163e26-8700-18fa-7f01-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.704739 | 0.03s 2025-10-06 08:48:09.841413 | fa163e26-8700-18fa-7f01-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-06 08:48:10.551025 | fa163e26-8700-18fa-7f01-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-06 08:48:10.552453 | fa163e26-8700-18fa-7f01-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.426007 | 0.71s 2025-10-06 08:48:10.565163 | fa163e26-8700-18fa-7f01-000000000026 | TASK | Set list of found FSIDs 2025-10-06 08:48:10.674541 | fa163e26-8700-18fa-7f01-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-06 08:48:10.675811 | fa163e26-8700-18fa-7f01-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.549369 | 0.11s 2025-10-06 08:48:10.685066 | fa163e26-8700-18fa-7f01-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-06 08:48:10.797164 | fa163e26-8700-18fa-7f01-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-06 08:48:10.798801 | fa163e26-8700-18fa-7f01-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.672354 | 0.11s 2025-10-06 08:48:10.809111 | fa163e26-8700-18fa-7f01-000000000028 | TASK | Set FSID to the discovered value 2025-10-06 08:48:10.887227 | fa163e26-8700-18fa-7f01-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-06 08:48:10.888025 | fa163e26-8700-18fa-7f01-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.761597 | 0.08s 2025-10-06 08:48:10.892744 | fa163e26-8700-18fa-7f01-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-06 08:48:10.972143 | fa163e26-8700-18fa-7f01-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-06 08:48:10.973301 | fa163e26-8700-18fa-7f01-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.846874 | 0.08s 2025-10-06 08:48:10.977875 | fa163e26-8700-18fa-7f01-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-06 08:48:11.084311 | fa163e26-8700-18fa-7f01-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-06 08:48:11.085335 | fa163e26-8700-18fa-7f01-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.958888 | 0.11s 2025-10-06 08:48:11.091910 | fa163e26-8700-18fa-7f01-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-06 08:48:11.468204 | fa163e26-8700-18fa-7f01-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-06 08:48:11.469822 | fa163e26-8700-18fa-7f01-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.343376 | 0.38s 2025-10-06 08:48:11.480167 | fa163e26-8700-18fa-7f01-00000000002d | TASK | Ensure specs directory exists 2025-10-06 08:48:11.705281 | fa163e26-8700-18fa-7f01-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-06 08:48:11.706732 | fa163e26-8700-18fa-7f01-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.580291 | 0.23s 2025-10-06 08:48:11.720501 | fa163e26-8700-18fa-7f01-00000000002e | TASK | Stat spec file on ansible host 2025-10-06 08:48:11.983872 | fa163e26-8700-18fa-7f01-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e26-8700-18fa-7f01-00000000002e') missing from stats 2025-10-06 08:48:11.995715 | fa163e26-8700-18fa-7f01-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-06 08:48:12.725013 | fa163e26-8700-18fa-7f01-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-06 08:48:12.726591 | fa163e26-8700-18fa-7f01-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.600147 | 0.73s 2025-10-06 08:48:12.743787 | fa163e26-8700-18fa-7f01-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-06 08:48:13.071044 | fa163e26-8700-18fa-7f01-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e26-8700-18fa-7f01-000000000031') missing from stats 2025-10-06 08:48:13.082233 | fa163e26-8700-18fa-7f01-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-06 08:48:13.591742 | fa163e26-8700-18fa-7f01-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-06 08:48:13.593167 | fa163e26-8700-18fa-7f01-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.466728 | 0.51s 2025-10-06 08:48:13.618802 | fa163e26-8700-18fa-7f01-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-06 08:48:13.728867 | fa163e26-8700-18fa-7f01-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-06 08:48:13.730199 | fa163e26-8700-18fa-7f01-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.603760 | 0.11s 2025-10-06 08:48:13.747443 | fa163e26-8700-18fa-7f01-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-06 08:48:13.825755 | fa163e26-8700-18fa-7f01-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-06 08:48:13.827031 | fa163e26-8700-18fa-7f01-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.700590 | 0.08s 2025-10-06 08:48:13.836246 | fa163e26-8700-18fa-7f01-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-06 08:48:14.070416 | fa163e26-8700-18fa-7f01-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-06 08:48:14.072589 | fa163e26-8700-18fa-7f01-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.946133 | 0.23s 2025-10-06 08:48:14.255697 | fa163e26-8700-18fa-7f01-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-06 08:48:14.257100 | fa163e26-8700-18fa-7f01-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.130663 | 0.42s 2025-10-06 08:48:14.263247 | fa163e26-8700-18fa-7f01-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.136801 | 0.43s 2025-10-06 08:48:14.271048 | fa163e26-8700-18fa-7f01-000000000065 | TASK | Fail if necessary files are missing 2025-10-06 08:48:14.335109 | fa163e26-8700-18fa-7f01-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': 335549001, 'dev': 64516, 'nlink': 1, 'atime': 1759740455.3861916, 'mtime': 1759740455.2011857, 'ctime': 1759740455.3891916, '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': 'e763903761196df3af154755dd61cfb4a63c2b30', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1325939470', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2025-10-06 08:48:14.343520 | fa163e26-8700-18fa-7f01-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': 360712616, 'dev': 64516, 'nlink': 1, 'atime': 1759740455.8982074, 'mtime': 1759740455.7172017, 'ctime': 1759740455.9012074, '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': 'ddc79b2006520c5198b249c875ca6fc37819843d', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1358814612', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2025-10-06 08:48:14.351889 | fa163e26-8700-18fa-7f01-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.225439 | 0.08s 2025-10-06 08:48:14.360136 | fa163e26-8700-18fa-7f01-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-06 08:48:14.583802 | fa163e26-8700-18fa-7f01-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-06 08:48:14.585558 | fa163e26-8700-18fa-7f01-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.459111 | 0.22s 2025-10-06 08:48:14.597294 | fa163e26-8700-18fa-7f01-000000000068 | TASK | Run cephadm bootstrap 2025-10-06 08:49:17.372646 | fa163e26-8700-18fa-7f01-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-06 08:49:17.373449 | fa163e26-8700-18fa-7f01-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.247018 | 62.77s 2025-10-06 08:49:17.378211 | fa163e26-8700-18fa-7f01-000000000069 | TASK | Show results of bootstrap 2025-10-06 08:49:17.423031 | fa163e26-8700-18fa-7f01-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-06 08:49:17.423833 | fa163e26-8700-18fa-7f01-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:12.297405 | 0.04s 2025-10-06 08:49:17.428929 | fa163e26-8700-18fa-7f01-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 08:49:17.482971 | fa163e26-8700-18fa-7f01-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:12.356539 | 0.05s 2025-10-06 08:49:17.491924 | f8b9599d-6ebd-4a6e-8f1c-f79d9119fcc3 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 08:49:17.499562 | fa163e26-8700-18fa-7f01-00000000020b | TASK | Set ceph CLI 2025-10-06 08:49:17.701019 | fa163e26-8700-18fa-7f01-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-06 08:49:17.702196 | fa163e26-8700-18fa-7f01-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:12.575756 | 0.20s 2025-10-06 08:49:17.711351 | fa163e26-8700-18fa-7f01-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-06 08:49:18.515642 | fa163e26-8700-18fa-7f01-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-06 08:49:18.516391 | fa163e26-8700-18fa-7f01-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:13.389963 | 0.80s 2025-10-06 08:49:18.521216 | fa163e26-8700-18fa-7f01-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-06 08:49:19.513634 | fa163e26-8700-18fa-7f01-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-06 08:49:19.515820 | fa163e26-8700-18fa-7f01-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:14.389371 | 0.99s 2025-10-06 08:49:19.531874 | fa163e26-8700-18fa-7f01-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-06 08:49:19.580393 | fa163e26-8700-18fa-7f01-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-06 08:49:19.581703 | fa163e26-8700-18fa-7f01-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:14.455258 | 0.05s 2025-10-06 08:49:19.600488 | fa163e26-8700-18fa-7f01-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 08:49:19.647541 | fa163e26-8700-18fa-7f01-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-06 08:49:19.648875 | fa163e26-8700-18fa-7f01-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:14.522434 | 0.05s 2025-10-06 08:49:19.659225 | fa163e26-8700-18fa-7f01-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-06 08:49:19.690287 | fa163e26-8700-18fa-7f01-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-06 08:49:19.691449 | fa163e26-8700-18fa-7f01-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:14.565011 | 0.03s 2025-10-06 08:49:19.701679 | fa163e26-8700-18fa-7f01-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-06 08:49:19.764083 | fa163e26-8700-18fa-7f01-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-06 08:49:19.765968 | fa163e26-8700-18fa-7f01-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:14.639516 | 0.06s 2025-10-06 08:49:19.771600 | fa163e26-8700-18fa-7f01-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-06 08:49:19.772648 | fa163e26-8700-18fa-7f01-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:14.646215 | 0.07s 2025-10-06 08:49:19.783671 | fa163e26-8700-18fa-7f01-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-06 08:49:19.784645 | fa163e26-8700-18fa-7f01-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:14.658213 | 0.08s 2025-10-06 08:49:19.789820 | fa163e26-8700-18fa-7f01-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-06 08:49:19.790602 | fa163e26-8700-18fa-7f01-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:14.664172 | 0.09s 2025-10-06 08:49:19.796177 | fa163e26-8700-18fa-7f01-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:14.669737 | 0.09s 2025-10-06 08:49:19.814840 | fa163e26-8700-18fa-7f01-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-06 08:49:19.942559 | fa163e26-8700-18fa-7f01-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-06 08:49:20.003953 | fa163e26-8700-18fa-7f01-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-06 08:49:20.075205 | fa163e26-8700-18fa-7f01-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-06 08:49:20.144842 | fa163e26-8700-18fa-7f01-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-06 08:49:20.206154 | fa163e26-8700-18fa-7f01-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-06 08:49:20.271805 | fa163e26-8700-18fa-7f01-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-06 08:49:20.325645 | fa163e26-8700-18fa-7f01-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-06 08:49:20.388502 | fa163e26-8700-18fa-7f01-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-06 08:49:20.399484 | fa163e26-8700-18fa-7f01-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:15.273044 | 0.58s 2025-10-06 08:49:20.405781 | fa163e26-8700-18fa-7f01-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-06 08:49:21.388341 | fa163e26-8700-18fa-7f01-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2025-10-06 08:49:21.391193 | fa163e26-8700-18fa-7f01-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:16.264744 | 0.98s 2025-10-06 08:49:22.274775 | fa163e26-8700-18fa-7f01-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2025-10-06 08:49:22.275828 | fa163e26-8700-18fa-7f01-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.149397 | 1.87s 2025-10-06 08:49:23.304608 | fa163e26-8700-18fa-7f01-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2025-10-06 08:49:23.305706 | fa163e26-8700-18fa-7f01-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.179275 | 2.90s 2025-10-06 08:49:24.211309 | fa163e26-8700-18fa-7f01-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2025-10-06 08:49:24.212629 | fa163e26-8700-18fa-7f01-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.086195 | 3.81s 2025-10-06 08:49:24.220712 | fa163e26-8700-18fa-7f01-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.094275 | 3.81s 2025-10-06 08:49:24.239683 | fa163e26-8700-18fa-7f01-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-06 08:49:24.473585 | fa163e26-8700-18fa-7f01-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-06 08:49:24.474955 | fa163e26-8700-18fa-7f01-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.348518 | 0.23s 2025-10-06 08:49:24.485239 | fa163e26-8700-18fa-7f01-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.358796 | 0.24s 2025-10-06 08:49:24.494635 | fa163e26-8700-18fa-7f01-0000000000a7 | TASK | Fail if spec file is missing 2025-10-06 08:49:24.573022 | fa163e26-8700-18fa-7f01-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': 973085768, 'dev': 64516, 'nlink': 1, 'atime': 1759740492.6857245, 'mtime': 1759740492.254711, 'ctime': 1759740492.6887245, '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': '181db0b925aa7a2118f2aa7abfa40317dbe1e6ca', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3342655672', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2025-10-06 08:49:24.580481 | fa163e26-8700-18fa-7f01-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:19.454033 | 0.08s 2025-10-06 08:49:24.591363 | fa163e26-8700-18fa-7f01-0000000000a8 | TASK | Get ceph_cli 2025-10-06 08:49:24.610284 | fa163e26-8700-18fa-7f01-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:19.483834 | 0.02s 2025-10-06 08:49:24.621116 | bb90bbef-5d8b-4ebe-b948-15014e779ef2 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 08:49:24.643250 | fa163e26-8700-18fa-7f01-000000000270 | TASK | Set ceph CLI 2025-10-06 08:49:24.826046 | fa163e26-8700-18fa-7f01-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-06 08:49:24.827343 | fa163e26-8700-18fa-7f01-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:19.700894 | 0.18s 2025-10-06 08:49:24.834357 | fa163e26-8700-18fa-7f01-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-06 08:49:25.764737 | fa163e26-8700-18fa-7f01-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-06 08:49:25.765635 | fa163e26-8700-18fa-7f01-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:20.639202 | 0.93s 2025-10-06 08:49:25.771560 | fa163e26-8700-18fa-7f01-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-06 08:49:25.821020 | fa163e26-8700-18fa-7f01-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-06 08:49:25.822024 | fa163e26-8700-18fa-7f01-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:20.695591 | 0.05s 2025-10-06 08:49:25.828947 | fa163e26-8700-18fa-7f01-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-06 08:49:25.854143 | fa163e26-8700-18fa-7f01-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:20.727699 | 0.02s 2025-10-06 08:49:25.872024 | 31655d88-3721-4e1d-ada1-bda4b7518264 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-06 08:49:25.887730 | fa163e26-8700-18fa-7f01-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-06 08:49:25.921983 | fa163e26-8700-18fa-7f01-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-06 08:49:25.922751 | fa163e26-8700-18fa-7f01-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:20.796319 | 0.03s 2025-10-06 08:49:25.927582 | fa163e26-8700-18fa-7f01-0000000002a8 | TASK | set cephadm debug level 2025-10-06 08:49:25.971647 | fa163e26-8700-18fa-7f01-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-06 08:49:25.972364 | fa163e26-8700-18fa-7f01-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:20.845936 | 0.04s 2025-10-06 08:49:25.976682 | fa163e26-8700-18fa-7f01-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-06 08:49:26.044683 | fa163e26-8700-18fa-7f01-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-06 08:49:26.046119 | fa163e26-8700-18fa-7f01-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:20.919677 | 0.07s 2025-10-06 08:49:26.055791 | fa163e26-8700-18fa-7f01-0000000002aa | TASK | set container image base in ceph configuration 2025-10-06 08:49:26.927819 | fa163e26-8700-18fa-7f01-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-06 08:49:26.929253 | fa163e26-8700-18fa-7f01-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:21.802811 | 0.87s 2025-10-06 08:49:26.938713 | fa163e26-8700-18fa-7f01-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-06 08:49:27.007014 | fa163e26-8700-18fa-7f01-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-06 08:49:27.008815 | fa163e26-8700-18fa-7f01-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:21.882365 | 0.07s 2025-10-06 08:49:27.022858 | fa163e26-8700-18fa-7f01-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-06 08:49:27.073671 | fa163e26-8700-18fa-7f01-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-06 08:49:27.075002 | fa163e26-8700-18fa-7f01-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:21.948560 | 0.05s 2025-10-06 08:49:27.085295 | fa163e26-8700-18fa-7f01-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-06 08:49:27.145512 | fa163e26-8700-18fa-7f01-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-06 08:49:27.146838 | fa163e26-8700-18fa-7f01-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.020399 | 0.06s 2025-10-06 08:49:27.156021 | fa163e26-8700-18fa-7f01-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-06 08:49:27.204958 | fa163e26-8700-18fa-7f01-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-06 08:49:27.206372 | fa163e26-8700-18fa-7f01-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:22.079934 | 0.05s 2025-10-06 08:49:27.214663 | fa163e26-8700-18fa-7f01-0000000000ac | TASK | Apply spec 2025-10-06 08:49:28.717726 | fa163e26-8700-18fa-7f01-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-06 08:49:28.719122 | fa163e26-8700-18fa-7f01-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:23.592682 | 1.50s 2025-10-06 08:49:28.728411 | fa163e26-8700-18fa-7f01-0000000000ad | TASK | Show results of spec apply 2025-10-06 08:49:28.795502 | fa163e26-8700-18fa-7f01-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-06 08:49:28.796778 | fa163e26-8700-18fa-7f01-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:23.670337 | 0.07s 2025-10-06 08:49:28.806495 | fa163e26-8700-18fa-7f01-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-06 08:49:28.867301 | fa163e26-8700-18fa-7f01-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:23.740853 | 0.06s 2025-10-06 08:49:28.881769 | 9787a1cf-a41a-475e-ab96-98b6f71a4f82 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-06 08:49:28.915452 | fa163e26-8700-18fa-7f01-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-06 08:49:29.973234 | fa163e26-8700-18fa-7f01-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-06 08:50:01.051400 | fa163e26-8700-18fa-7f01-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-06 08:50:01.053062 | fa163e26-8700-18fa-7f01-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:55.926615 | 32.14s 2025-10-06 08:50:01.071784 | fa163e26-8700-18fa-7f01-0000000000c9 | TASK | Get ceph_cli 2025-10-06 08:50:01.109839 | fa163e26-8700-18fa-7f01-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 08:50:01.111467 | fa163e26-8700-18fa-7f01-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:55.985022 | 0.04s 2025-10-06 08:50:01.121642 | fa163e26-8700-18fa-7f01-0000000000ca | TASK | Collect ceph config dump 2025-10-06 08:50:01.174726 | fa163e26-8700-18fa-7f01-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-06 08:50:01.176122 | fa163e26-8700-18fa-7f01-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:56.049681 | 0.05s 2025-10-06 08:50:01.183071 | fa163e26-8700-18fa-7f01-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-06 08:50:01.252563 | fa163e26-8700-18fa-7f01-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-06 08:50:01.254009 | fa163e26-8700-18fa-7f01-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:56.127565 | 0.07s 2025-10-06 08:50:01.263460 | fa163e26-8700-18fa-7f01-0000000000cc | TASK | Create pool 2025-10-06 08:50:01.345452 | fa163e26-8700-18fa-7f01-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:56.218996 | 0.08s 2025-10-06 08:50:01.355608 | fa163e26-8700-18fa-7f01-0000000000cd | TASK | Enable application on Ceph pools 2025-10-06 08:50:01.404225 | fa163e26-8700-18fa-7f01-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:56.277772 | 0.05s 2025-10-06 08:50:01.414910 | fa163e26-8700-18fa-7f01-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-06 08:50:01.445495 | fa163e26-8700-18fa-7f01-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-06 08:50:01.446829 | fa163e26-8700-18fa-7f01-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:56.320388 | 0.03s 2025-10-06 08:50:01.456662 | fa163e26-8700-18fa-7f01-0000000000d0 | TASK | Set trash interval 2025-10-06 08:50:01.521530 | fa163e26-8700-18fa-7f01-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-06 08:50:01.530414 | fa163e26-8700-18fa-7f01-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:56.403960 | 0.07s 2025-10-06 08:50:01.546144 | fa163e26-8700-18fa-7f01-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-06 08:50:01.592644 | fa163e26-8700-18fa-7f01-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:56.466191 | 0.04s 2025-10-06 08:50:01.602901 | fa163e26-8700-18fa-7f01-0000000000e9 | TASK | Get ceph_cli 2025-10-06 08:50:01.634303 | fa163e26-8700-18fa-7f01-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 08:50:01.635696 | fa163e26-8700-18fa-7f01-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.509254 | 0.03s 2025-10-06 08:50:01.645684 | fa163e26-8700-18fa-7f01-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-06 08:50:01.701286 | fa163e26-8700-18fa-7f01-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:56.574830 | 0.05s 2025-10-06 08:50:01.720850 | fa163e26-8700-18fa-7f01-0000000000f9 | TASK | Get ceph_cli 2025-10-06 08:50:01.758139 | fa163e26-8700-18fa-7f01-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-06 08:50:01.759605 | fa163e26-8700-18fa-7f01-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.633163 | 0.04s 2025-10-06 08:50:01.769349 | fa163e26-8700-18fa-7f01-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-06 08:50:01.810042 | fa163e26-8700-18fa-7f01-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-06 08:50:01.811379 | fa163e26-8700-18fa-7f01-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:56.684939 | 0.04s 2025-10-06 08:50:01.821448 | fa163e26-8700-18fa-7f01-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-06 08:50:01.868806 | fa163e26-8700-18fa-7f01-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-06 08:50:01.870085 | fa163e26-8700-18fa-7f01-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:56.743644 | 0.05s 2025-10-06 08:50:01.881426 | fa163e26-8700-18fa-7f01-0000000000fc | TASK | Extract mons_json 2025-10-06 08:50:01.920542 | fa163e26-8700-18fa-7f01-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-06 08:50:01.921907 | fa163e26-8700-18fa-7f01-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:56.795465 | 0.04s 2025-10-06 08:50:01.931250 | fa163e26-8700-18fa-7f01-0000000000fd | TASK | Build mons_list 2025-10-06 08:50:01.978139 | fa163e26-8700-18fa-7f01-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-06 08:50:01.979523 | fa163e26-8700-18fa-7f01-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:56.853082 | 0.05s 2025-10-06 08:50:01.988367 | fa163e26-8700-18fa-7f01-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-06 08:50:02.028699 | fa163e26-8700-18fa-7f01-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-06 08:50:02.029677 | fa163e26-8700-18fa-7f01-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:56.903243 | 0.04s 2025-10-06 08:50:02.036443 | fa163e26-8700-18fa-7f01-0000000000ff | TASK | Verify the keyring 2025-10-06 08:50:02.087095 | fa163e26-8700-18fa-7f01-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:56.960654 | 0.05s 2025-10-06 08:50:02.097910 | fa163e26-8700-18fa-7f01-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-06 08:50:02.138902 | fa163e26-8700-18fa-7f01-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-06 08:50:02.140008 | fa163e26-8700-18fa-7f01-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.013574 | 0.04s 2025-10-06 08:50:02.149417 | fa163e26-8700-18fa-7f01-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-06 08:50:02.190149 | fa163e26-8700-18fa-7f01-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-06 08:50:02.191463 | fa163e26-8700-18fa-7f01-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.065022 | 0.04s 2025-10-06 08:50:02.208562 | fa163e26-8700-18fa-7f01-00000000011c | TASK | Get ceph_cli 2025-10-06 08:50:02.227070 | fa163e26-8700-18fa-7f01-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.100618 | 0.02s 2025-10-06 08:50:02.238375 | 9b592f0b-8c2e-4d1a-8be7-7cb4c6d4c062 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-06 08:50:02.252646 | fa163e26-8700-18fa-7f01-0000000003c0 | TASK | Set ceph CLI 2025-10-06 08:50:02.394897 | fa163e26-8700-18fa-7f01-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-06 08:50:02.395965 | fa163e26-8700-18fa-7f01-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:57.269530 | 0.14s 2025-10-06 08:50:02.402503 | fa163e26-8700-18fa-7f01-00000000011d | TASK | Get the ceph orchestrator status 2025-10-06 08:50:03.270971 | fa163e26-8700-18fa-7f01-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-06 08:50:03.271997 | fa163e26-8700-18fa-7f01-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:58.145565 | 0.87s 2025-10-06 08:50:03.278606 | fa163e26-8700-18fa-7f01-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-06 08:50:03.344425 | fa163e26-8700-18fa-7f01-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-06 08:50:03.345361 | fa163e26-8700-18fa-7f01-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:58.218929 | 0.07s 2025-10-06 08:50:03.352887 | fa163e26-8700-18fa-7f01-000000000120 | TASK | Show the deployed daemons 2025-10-06 08:50:04.149407 | fa163e26-8700-18fa-7f01-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-06 08:50:04.150971 | fa163e26-8700-18fa-7f01-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:01:59.024529 | 0.80s 2025-10-06 08:50:04.160412 | fa163e26-8700-18fa-7f01-000000000121 | TASK | Deployed daemons 2025-10-06 08:50:04.211457 | fa163e26-8700-18fa-7f01-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-06 08:50:04.212872 | fa163e26-8700-18fa-7f01-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:01:59.086424 | 0.05s 2025-10-06 08:50:04.223190 | fa163e26-8700-18fa-7f01-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-06 08:50:05.061153 | fa163e26-8700-18fa-7f01-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-06 08:50:05.062516 | fa163e26-8700-18fa-7f01-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:01:59.936075 | 0.84s 2025-10-06 08:50:05.072774 | fa163e26-8700-18fa-7f01-000000000123 | TASK | Ceph cluster status 2025-10-06 08:50:05.109569 | fa163e26-8700-18fa-7f01-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 78997f71-7e9e-5c3d-9c38-172a0ab5dff6", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 81s)", " mgr: standalone.zdmqvr(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-10-06 08:50:05.110944 | fa163e26-8700-18fa-7f01-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:01:59.984495 | 0.04s 2025-10-06 08:50:05.137842 | fa163e26-8700-18fa-7f01-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-06 08:50:05.681055 | fa163e26-8700-18fa-7f01-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e26-8700-18fa-7f01-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2025-10-06 08:50:05.720511 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:50:05.721043 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:50:05.721549 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:00.595119 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 08:50:05.722048 | UUID | Info | Host | Task Name | Run Time 2025-10-06 08:50:05.722603 | fa163e26-8700-18fa-7f01-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 62.77s 2025-10-06 08:50:05.723123 | fa163e26-8700-18fa-7f01-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.14s 2025-10-06 08:50:05.723663 | fa163e26-8700-18fa-7f01-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.81s 2025-10-06 08:50:05.724133 | fa163e26-8700-18fa-7f01-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.01s 2025-10-06 08:50:05.724556 | fa163e26-8700-18fa-7f01-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.50s 2025-10-06 08:50:05.724938 | fa163e26-8700-18fa-7f01-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.99s 2025-10-06 08:50:05.725339 | fa163e26-8700-18fa-7f01-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.93s 2025-10-06 08:50:05.725704 | fa163e26-8700-18fa-7f01-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.87s 2025-10-06 08:50:05.726105 | fa163e26-8700-18fa-7f01-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.87s 2025-10-06 08:50:05.726584 | fa163e26-8700-18fa-7f01-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.84s 2025-10-06 08:50:05.727010 | fa163e26-8700-18fa-7f01-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.80s 2025-10-06 08:50:05.727425 | fa163e26-8700-18fa-7f01-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.80s 2025-10-06 08:50:05.727880 | fa163e26-8700-18fa-7f01-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.73s 2025-10-06 08:50:05.728301 | fa163e26-8700-18fa-7f01-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.71s 2025-10-06 08:50:05.728792 | fa163e26-8700-18fa-7f01-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.58s 2025-10-06 08:50:05.729266 | fa163e26-8700-18fa-7f01-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.51s 2025-10-06 08:50:05.729768 | fa163e26-8700-18fa-7f01-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.43s 2025-10-06 08:50:05.730222 | fa163e26-8700-18fa-7f01-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.38s 2025-10-06 08:50:05.730704 | fa163e26-8700-18fa-7f01-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.38s 2025-10-06 08:50:05.731179 | fa163e26-8700-18fa-7f01-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.24s 2025-10-06 08:50:05.731676 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-06 08:50:08.890 40496 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-06 08:50:08.914 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.915 40496 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-06 08:50:08.916 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.916 40496 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-06 08:50:08.918 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.918 40496 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-06 08:50:08.920 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.920 40496 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-06 08:50:08.922 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.922 40496 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-06 08:50:08.923 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.924 40496 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-06 08:50:08.948 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.949 40496 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-06 08:50:08.967 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.967 40496 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-06 08:50:08.969 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.969 40496 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-06 08:50:08.971 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.971 40496 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-06 08:50:08.973 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.973 40496 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-06 08:50:08.975 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.975 40496 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-06 08:50:08.976 40496 INFO migrate.versioning.api [-] done 2025-10-06 08:50:08.976 40496 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-06 08:50:08.999 40496 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-06 08:50:17Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:18Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:18Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:18Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:18Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 08:50:18Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:19Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:19Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-06 08:50:19Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-06 08:50:20Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:20Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-06 08:50:21Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:21Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:21Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:21Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-06 08:50:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:22Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:22Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:22Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-06 08:50:22Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-06 08:50:22Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:22Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 08:50:22Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:22Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 08:50:22Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:23Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:23Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:23Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-06 08:50:23Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:23Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-06 08:50:23Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:23Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-06 08:50:24Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:24Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-06 08:50:24Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:24Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:24Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:24Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-06 08:50:24Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:24Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-06 08:50:25Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-06 08:50:25Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:26Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 08:50:26Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:26Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:26Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:26Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 08:50:27Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:27Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-06 08:50:28Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:28Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-06 08:50:29Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:29Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-06 08:50:29Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:30Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-06 08:50:30Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:30Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:31Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:31Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-06 08:50:31Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:31Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:31Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:31Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-06 08:50:31Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:31Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-06 08:50:32Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 08:50:32Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 08:50:32Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 08:50:32Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-06 08:50:32Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:32Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:32Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:32Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 08:50:32Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:33Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-06 08:50:33Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:33Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:33Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-06 08:50:34Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-06 08:50:35Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:35Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-06 08:50:35Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:35Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:35Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:37Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:38Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:38Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:38Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:39Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:39Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:50:39Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 08:50:40Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:41Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:41Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:41Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:50:41Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:41Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:50:41Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:42Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:50:43Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:50:43Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:44Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-06 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:45Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:50:46Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:47Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:47Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:50:48Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:48Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 08:50:49Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:50:49Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:50Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-06 08:50:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:50Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:51Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:52Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 08:50:53Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:53Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:50:53Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:53Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:50:54Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:50:54Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:50:54Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-06 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:50:55Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:56Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:56Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:50:57Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:57Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:50:57Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-06 08:50:58Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:50:59Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:50:59Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:00Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-06 08:51:01Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:01Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:01Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:01Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:01Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-06 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:02Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:03Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:04Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:04Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:04Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:51:04Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:04Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:04Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:05Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:05Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-06 08:51:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:06Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:07Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:07Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:07Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-06 08:51:07Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:08Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-06 08:51:09Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:10Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-06 08:51:10Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:11Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-06 08:51:12Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:12Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:12Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:14Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:15Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-06 08:51:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:15Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:15Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:17Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:19Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:19Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:19Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-06 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 08:51:21Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:21Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 08:51:21Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:21Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 08:51:21Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:22Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:22Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:23Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-06 08:51:23Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:24Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-06 08:51:25Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:25Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:25Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-06 08:51:26Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:26Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:26Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:26Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 08:51:27Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:27Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 08:51:27Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:27Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 08:51:27Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:28Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:28Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:29Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-06 08:51:29Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:30Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 08:51:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 08:51:31Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-06 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:33Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-06 08:51:34Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:34Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-06 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-06 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:35Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:36Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-06 08:51:37Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:37Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:37Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:38Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:38Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:51:39Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:39Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:39Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:40Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:41Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:43Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:43Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:51:43Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:44Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:44Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:45Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-06 08:51:45Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:45Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:46Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:48Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:51:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:49Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:49Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:51:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:51:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:54Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:55Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-06 08:51:56Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:56Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:56Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:56Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:51:56Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:51:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 08:51:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:00Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:01Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:01Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:02Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-06 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:03Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:04Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:06Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:52:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:07Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:52:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:52:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:52:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:14Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:15Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-06 08:52:16Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:16Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:16Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:17Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:17Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:17Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:21Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:22Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-06 08:52:23Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:23Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:23Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:24Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:24Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:25Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:25Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:25Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:25Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:26Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-06 08:52:26Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:27Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-06 08:52:28Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:28Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:28Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:29Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:29Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:29Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:29Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:30Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-06 08:52:30Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:31Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-06 08:52:32Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:32Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:32Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:32Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:33Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:34Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:34Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:52:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:35Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:52:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:35Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:36Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:36Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:36Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 08:52:37Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:38Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:38Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:39Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-06 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:40Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:43Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 08:52:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:52:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-06 08:52:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-06 08:52:48Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:49Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-06 08:52:49Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:50Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:50Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:51Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:52:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:53Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:53Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:54Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:54Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:54Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:52:54Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:52:55Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-06 08:52:55Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:55Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:52:55Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:56Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:56Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:52:56Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:52:57Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:58Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:52:58Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:52:59Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:52:59Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:00Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-06 08:53:01Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:01Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:01Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:02Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:02Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:03Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:03Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:03Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:53:04Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:05Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:05Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:06Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-06 08:53:07Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:07Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:08Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:08Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-06 08:53:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:10Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-06 08:53:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-06 08:53:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-06 08:53:11Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-06 08:53:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:12Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:12Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:13Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-06 08:53:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:13Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:15Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:15Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:16Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:17Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:17Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:17Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-06 08:53:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:53:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:19Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:19Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-06 08:53:20Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:20Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:20Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:21Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:22Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:22Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:22Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:53:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:24Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:25Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-06 08:53:25Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:26Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-06 08:53:27Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:27Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:27Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:27Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:28Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:29Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:29Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-06 08:53:30Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:30Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:53:31Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:31Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:32Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:32Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:33Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-06 08:53:33Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:34Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:34Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:34Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:35Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:36Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:36Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:37Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-06 08:53:37Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:37Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:38Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:38Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:38Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:39Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-06 08:53:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:40Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:40Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:41Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-06 08:53:41Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:41Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:41Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:41Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:53:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:43Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:43Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:44Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:44Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:53:45Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:45Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:45Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:45Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:45Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:45Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:46Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-06 08:53:46Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:47Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-06 08:53:48Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:48Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:48Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:49Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:49Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:53:50Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:50Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:53:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:52Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:52Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:53:53Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:53Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:53:54Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-06 08:53:55Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:56Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-06 08:53:56Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:56Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:53:56Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:56Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:53:57Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:58Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:58Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:53:59Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:53:59Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:00Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:00Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:01Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-06 08:54:02Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:02Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:03Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:03Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:06Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:07Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:09Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:09Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:10Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:10Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:11Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-06 08:54:12Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:12Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:12Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:13Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:13Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:13Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:14Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-06 08:54:14Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:14Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:15Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:15Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:15Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:16Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:17Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:17Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:18Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-06 08:54:19Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:20Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-06 08:54:20Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:20Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:20Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:21Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:22Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:22Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:22Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:23Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:23Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:24Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:24Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:24Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:25Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:25Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 08:54:27Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:27Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-06 08:54:28Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:28Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:28Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:29Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:29Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-06 08:54:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:31Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:32Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-06 08:54:33Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:33Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 08:54:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:36Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:36Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:37Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-06 08:54:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:37Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:37Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:39Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 08:54:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:40Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:41Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:42Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-06 08:54:43Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:43Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:43Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:43Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:44Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:45Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:45Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-06 08:54:46Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:46Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:54:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:50Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:50Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:51Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:51Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:52Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-06 08:54:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:54:54Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:54Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 08:54:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:55Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:54:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:57Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:58Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:58Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:58Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:54:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:54:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:54:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 08:54:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 08:54:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:00Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 08:55:00Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:01Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-06 08:55:02Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:02Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:02Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:03Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:03Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:55:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:05Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-06 08:55:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:06Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:55:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:07Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:07Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:08Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:55:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:55:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:10Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:10Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:11Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-06 08:55:11Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:12Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:12Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:13Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:14Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:55:16Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:16Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:55:17Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:17Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:17Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:55:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 08:55:18Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:18Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:18Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:19Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 08:55:19Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:20Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-06 08:55:20Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:20Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:22Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:23Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:23Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:23Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:25Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:25Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:25Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 08:55:25Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:26Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-06 08:55:26Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 08:55:26Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:26Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-06 08:55:27Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:27Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:27Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:28Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:28Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-06 08:55:29Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:30Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:31Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:32Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-06 08:55:34Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:34Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:34Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:34Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:35Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:36Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:36Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:37Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:37Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:38Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-06 08:55:38Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:39Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:39Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:39Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:39Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-06 08:55:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-06 08:55:42Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-06 08:55:43Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:43Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:44Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:55:44Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:45Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-06 08:55:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:45Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:46Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:46Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:46Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:47Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:47Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:47Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:48Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-06 08:55:49Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:49Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:49Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:50Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:50Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:50Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:50Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:51Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-06 08:55:51Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:51Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:51Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:51Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:52Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:53Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:53Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-06 08:55:54Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:54Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:55:55Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:55Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:55:56Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-06 08:55:57Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:57Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:55:57Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:58Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:59Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 08:55:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:55:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:55:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:00Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:00Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:00Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:56:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:56:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:02Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-06 08:56:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-06 08:56:03Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:03Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:04Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-06 08:56:05Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:05Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:05Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:05Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-06 08:56:05Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:06Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-06 08:56:06Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:06Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:07Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:08Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:08Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:08Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:09Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:10Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:10Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:56:11Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:11Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:11Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-06 08:56:12Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:12Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:12Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:12Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:13Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:14Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:14Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:56:15Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:15Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:16Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:17Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-06 08:56:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:18Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:18Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:19Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:20Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:20Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:21Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:21Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:56:22Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:22Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:23Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-06 08:56:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:24Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-06 08:56:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:25Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:26Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:26Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:27Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-06 08:56:27Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:27Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:27Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:29Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:34Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:34Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:35Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:35Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:35Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-06 08:56:36Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:37Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-06 08:56:37Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:38Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:38Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:39Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-06 08:56:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:39Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:40Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:40Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:40Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-06 08:56:41Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:42Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:42Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:42Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:42Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:42Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-06 08:56:42Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:43Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:43Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:44Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-06 08:56:44Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:45Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-06 08:56:46Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:46Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:48Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:48Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:49Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:49Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:56:49Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:50Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:50Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:56:51Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-06 08:56:51Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:53Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-06 08:56:53Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:54Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-06 08:56:54Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:55Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-06 08:56:56Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:56Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:56:56Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:56Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:56:57Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:58Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:56:58Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:58Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-06 08:56:59Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:00Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:57:00Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:01Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-06 08:57:01Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:02Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:02Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:02Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:02Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:03Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-06 08:57:03Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:03Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:03Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:04Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:04Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-06 08:57:05Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:05Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:05Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-06 08:57:05Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:06Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-06 08:57:07Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:08Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-06 08:57:08Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:09Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-06 08:57:09Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:10Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-06 08:57:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:11Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:11Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:11Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:12Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-06 08:57:12Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:12Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:12Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:12Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:13Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:14Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-06 08:57:14Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:15Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-06 08:57:16Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:16Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:16Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:16Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:16Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:17Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-06 08:57:17Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:17Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-06 08:57:19Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:19Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:20Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:20Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:20Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:20Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:20Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:21Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:21Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:21Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:21Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:21Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:22Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:22Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:22Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:22Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:23Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:23Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:23Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 08:57:23Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:24Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-06 08:57:24Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:24Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-06 08:57:24Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:24Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-06 08:57:24Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:24Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:25Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:25Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-06 08:57:25Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:25Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:25Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-06 08:57:26Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:26Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-06 08:57:26Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:26Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:26Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:26Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:26Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:27Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:27Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:27Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:27Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:27Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:27Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:28Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:28Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:28Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:28Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:28Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:28Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:29Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:29Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:29Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-06 08:57:29Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:29Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:30Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:30Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:30Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:30Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:30Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 08:57:30Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:30Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:31Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-06 08:57:31Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:31Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-06 08:57:32Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:32Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:32Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:32Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:32Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-06 08:57:32Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-06 08:57:32Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:33Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:33Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-06 08:57:33Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:33Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-06 08:57:33Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:33Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:33Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-06 08:57:33Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:34Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-06 08:57:34Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:34Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:34Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:34Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:35Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:35Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-06 08:57:35Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:35Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-06 08:57:36Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:37Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-06 08:57:37Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:37Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:38Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:38Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:38Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:38Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:38Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:38Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:38Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:39Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:39Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:39Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:39Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-06 08:57:39Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-06 08:57:39Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-06 08:57:39Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:40Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:40Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:40Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:40Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:40Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:40Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:41Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-06 08:57:41Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:41Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-06 08:57:41Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-06 08:57:42Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:43Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:43Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:43Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-06 08:57:44Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:44Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:44Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:44Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-06 08:57:44Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:45Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:45Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:45Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-06 08:57:46Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:47Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:47Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:47Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-06 08:57:47Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:47Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-06 08:57:48Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:48Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:49Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:49Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:50Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:50Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-06 08:57:51Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-06 08:57:51Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-06 08:57:51Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-06 08:57:51Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-06 08:57:52Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/4892b1df-6521-42b6-add5-bcf824a6bd4a CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-06 08:58:16.187137 | fa163e26-8700-1495-25f2-000000000006 | TASK | External deployment step 0 2025-10-06 08:58:16.214630 | fa163e26-8700-1495-25f2-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', 'fa163e26-8700-1495-25f2-000000000006') missing from stats 2025-10-06 08:58:16.256474 | fa163e26-8700-1495-25f2-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.121500 | 0.03s 2025-10-06 08:58:16.267068 | a43c3419-cde9-411e-a99a-110abd1defe1 | INCLUDED | /root/standalone-ansible-zot54xnp/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-06 08:58:16.286136 | fa163e26-8700-1495-25f2-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-06 08:58:17.241577 | fa163e26-8700-1495-25f2-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-06 08:58:17.242801 | fa163e26-8700-1495-25f2-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.107841 | 0.96s 2025-10-06 08:58:17.260551 | fa163e26-8700-1495-25f2-000000000129 | TASK | create redis virtual ip 2025-10-06 08:58:18.200745 | fa163e26-8700-1495-25f2-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-06 08:58:18.201701 | fa163e26-8700-1495-25f2-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.066746 | 0.94s PLAY [Check if required variables are defined] ********************************* 2025-10-06 08:58:18.270681 | fa163e26-8700-1495-25f2-000000000138 | TASK | Gathering Facts 2025-10-06 08:58:18.938856 | fa163e26-8700-1495-25f2-000000000138 | OK | Gathering Facts | localhost 2025-10-06 08:58:18.940791 | fa163e26-8700-1495-25f2-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.805815 | 0.67s 2025-10-06 08:58:19.010829 | fa163e26-8700-1495-25f2-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-06 08:58:19.012211 | fa163e26-8700-1495-25f2-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.877245 | 0.05s 2025-10-06 08:58:19.049524 | fa163e26-8700-1495-25f2-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-06 08:58:19.050980 | fa163e26-8700-1495-25f2-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.916014 | 0.03s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-06 08:58:19.188235 | fa163e26-8700-1495-25f2-000000000160 | TASK | Gathering Facts 2025-10-06 08:58:19.202768 | fa163e26-8700-1495-25f2-000000000160 | TASK | Gathering Facts 2025-10-06 08:58:19.536452 | fa163e26-8700-1495-25f2-000000000160 | OK | Gathering Facts | undercloud 2025-10-06 08:58:19.538568 | fa163e26-8700-1495-25f2-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.403595 | 0.35s 2025-10-06 08:58:19.577740 | fa163e26-8700-1495-25f2-000000000012 | TASK | Set legacy facts 2025-10-06 08:58:19.627376 | fa163e26-8700-1495-25f2-000000000012 | OK | Set legacy facts | undercloud 2025-10-06 08:58:19.629096 | fa163e26-8700-1495-25f2-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.494130 | 0.05s 2025-10-06 08:58:19.754055 | fa163e26-8700-1495-25f2-000000000160 | OK | Gathering Facts | standalone 2025-10-06 08:58:19.755030 | fa163e26-8700-1495-25f2-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.620073 | 0.55s 2025-10-06 08:58:19.801413 | fa163e26-8700-1495-25f2-000000000012 | TASK | Set legacy facts 2025-10-06 08:58:19.842526 | fa163e26-8700-1495-25f2-000000000012 | OK | Set legacy facts | standalone 2025-10-06 08:58:19.844103 | fa163e26-8700-1495-25f2-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.709137 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-06 08:58:19.994258 | fa163e26-8700-1495-25f2-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-06 08:58:19.995274 | fa163e26-8700-1495-25f2-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.860301 | 0.04s 2025-10-06 08:58:20.016116 | fa163e26-8700-1495-25f2-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-06 08:58:20.016863 | fa163e26-8700-1495-25f2-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.881909 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-10-06 08:58:20.082023 | fa163e26-8700-1495-25f2-000000000018 | TASK | Include Service VIP vars 2025-10-06 08:58:20.114909 | fa163e26-8700-1495-25f2-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-06 08:58:20.115820 | fa163e26-8700-1495-25f2-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.980862 | 0.03s 2025-10-06 08:58:20.116161 | fa163e26-8700-1495-25f2-000000000018 | OK | Include Service VIP vars | standalone 2025-10-06 08:58:20.116460 | fa163e26-8700-1495-25f2-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.981511 | 0.02s 2025-10-06 08:58:20.120079 | fa163e26-8700-1495-25f2-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-06 08:58:20.151983 | fa163e26-8700-1495-25f2-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-06 08:58:20.153530 | fa163e26-8700-1495-25f2-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:04.018561 | 0.03s 2025-10-06 08:58:20.164438 | fa163e26-8700-1495-25f2-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-06 08:58:20.165018 | fa163e26-8700-1495-25f2-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:04.030063 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-06 08:58:20.260543 | fa163e26-8700-1495-25f2-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-06 08:58:20.948632 | fa163e26-8700-1495-25f2-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e26-8700-1495-25f2-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-06 08:58:21.006861 | fa163e26-8700-1495-25f2-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-06 08:58:21.042527 | fa163e26-8700-1495-25f2-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-06 08:58:21.043480 | fa163e26-8700-1495-25f2-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.908520 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-06 08:58:21.122672 | fa163e26-8700-1495-25f2-000000000023 | TASK | Set selinux state 2025-10-06 08:58:21.735661 | fa163e26-8700-1495-25f2-000000000023 | OK | Set selinux state | standalone 2025-10-06 08:58:21.736672 | fa163e26-8700-1495-25f2-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.601707 | 0.61s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-06 08:58:21.865406 | fa163e26-8700-1495-25f2-000000000026 | TASK | Configure Hosts Entries 2025-10-06 08:58:21.896615 | fa163e26-8700-1495-25f2-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.761640 | 0.03s 2025-10-06 08:58:21.897684 | fa163e26-8700-1495-25f2-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.762728 | 0.02s 2025-10-06 08:58:21.951374 | fa163e26-8700-1495-25f2-0000000001f1 | TASK | Create temporary file for hosts 2025-10-06 08:58:22.307669 | fa163e26-8700-1495-25f2-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-06 08:58:22.308764 | fa163e26-8700-1495-25f2-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.173805 | 0.36s 2025-10-06 08:58:22.319593 | fa163e26-8700-1495-25f2-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-06 08:58:22.319955 | fa163e26-8700-1495-25f2-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.185005 | 0.36s 2025-10-06 08:58:22.334393 | fa163e26-8700-1495-25f2-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-06 08:58:22.689637 | fa163e26-8700-1495-25f2-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-06 08:58:22.691276 | fa163e26-8700-1495-25f2-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.556309 | 0.34s 2025-10-06 08:58:22.723595 | fa163e26-8700-1495-25f2-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-06 08:58:22.724489 | fa163e26-8700-1495-25f2-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.589527 | 0.39s 2025-10-06 08:58:22.743401 | fa163e26-8700-1495-25f2-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-06 08:58:23.079165 | fa163e26-8700-1495-25f2-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-06 08:58:23.080404 | fa163e26-8700-1495-25f2-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.945444 | 0.31s 2025-10-06 08:58:23.122098 | fa163e26-8700-1495-25f2-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-06 08:58:23.122678 | fa163e26-8700-1495-25f2-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.987725 | 0.38s 2025-10-06 08:58:23.136599 | fa163e26-8700-1495-25f2-0000000001f4 | TASK | Render out the hosts entries 2025-10-06 08:58:23.264080 | fa163e26-8700-1495-25f2-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-06 08:58:23.265115 | fa163e26-8700-1495-25f2-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.130156 | 0.13s 2025-10-06 08:58:23.280702 | fa163e26-8700-1495-25f2-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-06 08:58:23.517278 | fa163e26-8700-1495-25f2-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-06 08:58:23.518547 | fa163e26-8700-1495-25f2-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.383581 | 0.24s 2025-10-06 08:58:23.561771 | fa163e26-8700-1495-25f2-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-06 08:58:23.562820 | fa163e26-8700-1495-25f2-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.427859 | 0.27s 2025-10-06 08:58:23.579730 | fa163e26-8700-1495-25f2-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-06 08:58:23.957944 | fa163e26-8700-1495-25f2-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-06 08:58:23.959363 | fa163e26-8700-1495-25f2-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.824396 | 0.38s 2025-10-06 08:58:23.971206 | fa163e26-8700-1495-25f2-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-06 08:58:23.971936 | fa163e26-8700-1495-25f2-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.836982 | 0.38s 2025-10-06 08:58:23.986050 | fa163e26-8700-1495-25f2-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-06 08:58:24.333315 | fa163e26-8700-1495-25f2-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-06 08:58:24.334854 | fa163e26-8700-1495-25f2-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.199883 | 0.34s 2025-10-06 08:58:24.366919 | fa163e26-8700-1495-25f2-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-06 08:58:24.368022 | fa163e26-8700-1495-25f2-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.233065 | 0.38s PLAY [Common roles for TripleO servers] **************************************** 2025-10-06 08:58:24.480764 | fa163e26-8700-1495-25f2-00000000002a | TASK | Common roles for TripleO servers 2025-10-06 08:58:24.505863 | fa163e26-8700-1495-25f2-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', 'fa163e26-8700-1495-25f2-00000000002a') missing from stats 2025-10-06 08:58:24.593219 | fa163e26-8700-1495-25f2-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.458245 | 0.03s 2025-10-06 08:58:24.663245 | fa163e26-8700-1495-25f2-000000000254 | TASK | Gather variables for each operating system 2025-10-06 08:58:24.783188 | fa163e26-8700-1495-25f2-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 08:58:24.784873 | fa163e26-8700-1495-25f2-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.649904 | 0.12s 2025-10-06 08:58:24.794783 | fa163e26-8700-1495-25f2-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.659813 | 0.13s 2025-10-06 08:58:24.815943 | fa163e26-8700-1495-25f2-000000000256 | TASK | Check release version package is installed 2025-10-06 08:58:25.357869 | fa163e26-8700-1495-25f2-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-06 08:58:25.359255 | fa163e26-8700-1495-25f2-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:09.224290 | 0.54s 2025-10-06 08:58:25.379963 | fa163e26-8700-1495-25f2-000000000257 | TASK | Deploy release version package 2025-10-06 08:58:29.916027 | fa163e26-8700-1495-25f2-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-06 08:58:29.916922 | fa163e26-8700-1495-25f2-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.781963 | 4.54s 2025-10-06 08:58:29.934943 | fa163e26-8700-1495-25f2-000000000259 | TASK | Include packages tasks 2025-10-06 08:58:29.951991 | fa163e26-8700-1495-25f2-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.817030 | 0.02s 2025-10-06 08:58:29.967779 | 6e0082d5-69f0-465e-b2a4-55e5f9e4e8a7 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-06 08:58:29.995506 | fa163e26-8700-1495-25f2-0000000002ad | TASK | Gather facts if they don't exist 2025-10-06 08:58:30.031056 | fa163e26-8700-1495-25f2-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-06 08:58:30.032295 | fa163e26-8700-1495-25f2-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.897329 | 0.04s 2025-10-06 08:58:30.058181 | fa163e26-8700-1495-25f2-0000000002ae | TASK | Gather variables for each operating system 2025-10-06 08:58:30.181099 | fa163e26-8700-1495-25f2-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 08:58:30.186276 | fa163e26-8700-1495-25f2-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.051305 | 0.13s 2025-10-06 08:58:30.212164 | fa163e26-8700-1495-25f2-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-06 08:58:30.477434 | fa163e26-8700-1495-25f2-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-06 08:58:30.478370 | fa163e26-8700-1495-25f2-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.343412 | 0.26s 2025-10-06 08:58:30.499136 | fa163e26-8700-1495-25f2-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-06 08:58:36.256690 | fa163e26-8700-1495-25f2-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-06 08:58:36.258827 | fa163e26-8700-1495-25f2-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.123854 | 5.76s 2025-10-06 08:58:36.285845 | fa163e26-8700-1495-25f2-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-06 08:58:37.286653 | fa163e26-8700-1495-25f2-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-06 08:58:37.287728 | fa163e26-8700-1495-25f2-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.152766 | 1.00s 2025-10-06 08:58:37.310115 | fa163e26-8700-1495-25f2-00000000025a | TASK | Enable openvswitch service if installed 2025-10-06 08:58:38.261994 | fa163e26-8700-1495-25f2-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-06 08:58:38.263381 | fa163e26-8700-1495-25f2-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.128422 | 0.95s 2025-10-06 08:58:38.290386 | fa163e26-8700-1495-25f2-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-06 08:58:38.566752 | fa163e26-8700-1495-25f2-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-06 08:58:38.568265 | fa163e26-8700-1495-25f2-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.433292 | 0.28s 2025-10-06 08:58:38.588180 | fa163e26-8700-1495-25f2-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-06 08:58:38.851370 | fa163e26-8700-1495-25f2-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-06 08:58:38.852727 | fa163e26-8700-1495-25f2-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.717765 | 0.26s 2025-10-06 08:58:38.874479 | fa163e26-8700-1495-25f2-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-06 08:58:38.913265 | fa163e26-8700-1495-25f2-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-06 08:58:38.914309 | fa163e26-8700-1495-25f2-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.779347 | 0.04s 2025-10-06 08:58:38.934872 | fa163e26-8700-1495-25f2-00000000025f | TASK | Ensure network service is enabled 2025-10-06 08:58:39.346886 | fa163e26-8700-1495-25f2-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-06 08:58:39.348377 | fa163e26-8700-1495-25f2-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.213417 | 0.41s 2025-10-06 08:58:39.370186 | fa163e26-8700-1495-25f2-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 08:58:39.719517 | fa163e26-8700-1495-25f2-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 08:58:39.720681 | fa163e26-8700-1495-25f2-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.585721 | 0.35s 2025-10-06 08:58:39.742468 | fa163e26-8700-1495-25f2-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 08:58:39.998743 | fa163e26-8700-1495-25f2-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 08:58:39.999641 | fa163e26-8700-1495-25f2-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.864682 | 0.26s 2025-10-06 08:58:40.022152 | fa163e26-8700-1495-25f2-000000000263 | TASK | Reload NetworkManager 2025-10-06 08:58:40.419271 | fa163e26-8700-1495-25f2-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-06 08:58:40.420793 | fa163e26-8700-1495-25f2-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.285831 | 0.40s 2025-10-06 08:58:40.444846 | fa163e26-8700-1495-25f2-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-06 08:58:41.678549 | fa163e26-8700-1495-25f2-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-06 08:58:41.679704 | fa163e26-8700-1495-25f2-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.544744 | 1.23s 2025-10-06 08:58:41.707281 | fa163e26-8700-1495-25f2-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-06 08:58:42.113428 | fa163e26-8700-1495-25f2-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-06 08:58:42.114273 | fa163e26-8700-1495-25f2-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.979317 | 0.41s 2025-10-06 08:58:42.132134 | fa163e26-8700-1495-25f2-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-06 08:58:42.352789 | fa163e26-8700-1495-25f2-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-06 08:58:42.354789 | fa163e26-8700-1495-25f2-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:26.219821 | 0.22s 2025-10-06 08:58:42.375183 | fa163e26-8700-1495-25f2-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-06 08:58:42.579287 | fa163e26-8700-1495-25f2-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-06 08:58:42.580986 | fa163e26-8700-1495-25f2-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:26.446016 | 0.20s 2025-10-06 08:58:42.659209 | fa163e26-8700-1495-25f2-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.524228 | 0.02s 2025-10-06 08:58:42.742810 | fa163e26-8700-1495-25f2-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-06 08:58:42.942873 | fa163e26-8700-1495-25f2-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-06 08:58:42.944138 | fa163e26-8700-1495-25f2-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.809171 | 0.20s 2025-10-06 08:58:42.970048 | fa163e26-8700-1495-25f2-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-06 08:58:43.216842 | fa163e26-8700-1495-25f2-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-06 08:58:43.218838 | fa163e26-8700-1495-25f2-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:27.083857 | 0.25s 2025-10-06 08:58:43.247058 | fa163e26-8700-1495-25f2-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-06 08:58:43.275714 | fa163e26-8700-1495-25f2-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-06 08:58:43.277309 | fa163e26-8700-1495-25f2-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:27.142338 | 0.03s 2025-10-06 08:58:43.299097 | fa163e26-8700-1495-25f2-000000000364 | TASK | Write temporary file 2025-10-06 08:58:43.317258 | fa163e26-8700-1495-25f2-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-06 08:58:43.318301 | fa163e26-8700-1495-25f2-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:27.183338 | 0.02s 2025-10-06 08:58:43.339213 | fa163e26-8700-1495-25f2-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-06 08:58:43.426414 | fa163e26-8700-1495-25f2-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-06 08:58:43.427608 | fa163e26-8700-1495-25f2-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:27.292642 | 0.09s 2025-10-06 08:58:43.453930 | fa163e26-8700-1495-25f2-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-06 08:58:43.640909 | fa163e26-8700-1495-25f2-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-06 08:58:43.641758 | fa163e26-8700-1495-25f2-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.506801 | 0.19s 2025-10-06 08:58:43.658798 | fa163e26-8700-1495-25f2-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-06 08:58:43.898053 | fa163e26-8700-1495-25f2-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-06 08:58:43.899390 | fa163e26-8700-1495-25f2-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.764424 | 0.24s 2025-10-06 08:58:43.934066 | fa163e26-8700-1495-25f2-000000000368 | TASK | Remove temp file 2025-10-06 08:58:44.178654 | fa163e26-8700-1495-25f2-000000000368 | CHANGED | Remove temp file | standalone 2025-10-06 08:58:44.179684 | fa163e26-8700-1495-25f2-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:28.044724 | 0.24s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-06 08:58:44.345171 | fa163e26-8700-1495-25f2-000000000034 | TASK | Deploy step tasks for step 0 2025-10-06 08:58:44.408005 | fa163e26-8700-1495-25f2-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', 'fa163e26-8700-1495-25f2-000000000034') missing from stats 2025-10-06 08:58:44.437426 | fa163e26-8700-1495-25f2-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-06 08:58:44.653698 | fa163e26-8700-1495-25f2-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-06 08:58:44.655161 | fa163e26-8700-1495-25f2-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:28.520196 | 0.22s 2025-10-06 08:58:44.683093 | fa163e26-8700-1495-25f2-000000000036 | TASK | Check cloud-init status 2025-10-06 08:58:44.951927 | fa163e26-8700-1495-25f2-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-06 08:58:44.953691 | fa163e26-8700-1495-25f2-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.818721 | 0.27s 2025-10-06 08:58:44.980122 | fa163e26-8700-1495-25f2-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-06 08:58:45.170740 | fa163e26-8700-1495-25f2-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-06 08:58:45.171767 | fa163e26-8700-1495-25f2-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:29.036808 | 0.19s 2025-10-06 08:58:45.201952 | fa163e26-8700-1495-25f2-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-06 08:58:45.608793 | fa163e26-8700-1495-25f2-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-06 08:58:45.610058 | fa163e26-8700-1495-25f2-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:29.475095 | 0.41s 2025-10-06 08:58:45.637634 | fa163e26-8700-1495-25f2-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-06 08:58:45.849824 | fa163e26-8700-1495-25f2-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-06 08:58:45.851121 | fa163e26-8700-1495-25f2-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.716157 | 0.21s 2025-10-06 08:58:45.877725 | fa163e26-8700-1495-25f2-00000000003a | TASK | Write container-puppet.sh 2025-10-06 08:58:46.319295 | fa163e26-8700-1495-25f2-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-06 08:58:46.320423 | fa163e26-8700-1495-25f2-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:30.185465 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 08:58:46.376389 | fa163e26-8700-1495-25f2-00000000003b | TIMING | include_tasks | standalone | 0:00:30.241418 | 0.04s 2025-10-06 08:58:46.386842 | ea41d2e3-f2dd-489a-8245-6e215b28c29e | INCLUDED | /root/standalone-ansible-zot54xnp/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-06 08:58:46.415773 | fa163e26-8700-1495-25f2-000000000416 | TASK | Configure tuned before reboot 2025-10-06 08:58:46.453804 | fa163e26-8700-1495-25f2-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:30.318830 | 0.04s 2025-10-06 08:58:46.506293 | fa163e26-8700-1495-25f2-000000000455 | TASK | Gather variables for each operating system 2025-10-06 08:58:46.619728 | fa163e26-8700-1495-25f2-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-06 08:58:46.621892 | fa163e26-8700-1495-25f2-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.486926 | 0.11s 2025-10-06 08:58:46.632237 | fa163e26-8700-1495-25f2-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.497273 | 0.12s 2025-10-06 08:58:46.715221 | fa163e26-8700-1495-25f2-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.580252 | 0.06s 2025-10-06 08:58:46.731148 | f2251bda-1b4c-4a6b-9a58-104643235ca9 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-06 08:58:46.761145 | fa163e26-8700-1495-25f2-00000000047f | TASK | Check tuned package is installed 2025-10-06 08:58:47.068841 | fa163e26-8700-1495-25f2-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-06 08:58:47.070234 | fa163e26-8700-1495-25f2-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.935266 | 0.31s 2025-10-06 08:58:47.096226 | fa163e26-8700-1495-25f2-000000000480 | TASK | Install tuned 2025-10-06 08:58:53.833259 | fa163e26-8700-1495-25f2-000000000480 | CHANGED | Install tuned | standalone 2025-10-06 08:58:53.833955 | fa163e26-8700-1495-25f2-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.699000 | 6.74s 2025-10-06 08:58:53.859871 | fa163e26-8700-1495-25f2-000000000481 | TASK | Restart tuned 2025-10-06 08:58:56.651399 | fa163e26-8700-1495-25f2-000000000481 | CHANGED | Restart tuned | standalone 2025-10-06 08:58:56.653283 | fa163e26-8700-1495-25f2-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:40.518316 | 2.79s 2025-10-06 08:58:56.681759 | fa163e26-8700-1495-25f2-000000000457 | TASK | Check for tuned-adm 2025-10-06 08:58:56.904882 | fa163e26-8700-1495-25f2-000000000457 | OK | Check for tuned-adm | standalone 2025-10-06 08:58:56.906517 | fa163e26-8700-1495-25f2-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:40.771544 | 0.22s 2025-10-06 08:58:56.961225 | fa163e26-8700-1495-25f2-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:40.826250 | 0.03s 2025-10-06 08:58:56.994077 | 604b0981-31a0-4ebc-9c18-b91c29d24bbf | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-06 08:58:57.033238 | fa163e26-8700-1495-25f2-0000000004b6 | TASK | Ensure profile directory exists 2025-10-06 08:58:57.093136 | fa163e26-8700-1495-25f2-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-06 08:58:57.093895 | fa163e26-8700-1495-25f2-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:40.958940 | 0.06s 2025-10-06 08:58:57.113575 | fa163e26-8700-1495-25f2-0000000004b7 | TASK | Create custom tuned profile 2025-10-06 08:58:57.150371 | fa163e26-8700-1495-25f2-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-06 08:58:57.151481 | fa163e26-8700-1495-25f2-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:41.016517 | 0.04s 2025-10-06 08:58:57.173232 | fa163e26-8700-1495-25f2-0000000004b8 | TASK | Check tuned active profile 2025-10-06 08:58:57.562451 | fa163e26-8700-1495-25f2-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-06 08:58:57.563367 | fa163e26-8700-1495-25f2-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:41.428408 | 0.39s 2025-10-06 08:58:57.590074 | fa163e26-8700-1495-25f2-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-06 08:58:57.803901 | fa163e26-8700-1495-25f2-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-06 08:58:57.804810 | fa163e26-8700-1495-25f2-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:41.669853 | 0.21s 2025-10-06 08:58:57.828799 | fa163e26-8700-1495-25f2-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-06 08:58:57.879586 | fa163e26-8700-1495-25f2-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-06 08:58:57.880859 | fa163e26-8700-1495-25f2-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:41.745893 | 0.05s 2025-10-06 08:58:57.909605 | fa163e26-8700-1495-25f2-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-06 08:58:57.968646 | fa163e26-8700-1495-25f2-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-06 08:58:57.969607 | fa163e26-8700-1495-25f2-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:41.834648 | 0.06s 2025-10-06 08:58:57.990464 | fa163e26-8700-1495-25f2-0000000004bc | TASK | Enable tuned profile 2025-10-06 08:58:59.356723 | fa163e26-8700-1495-25f2-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-06 08:58:59.358133 | fa163e26-8700-1495-25f2-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:43.223167 | 1.37s 2025-10-06 08:58:59.411921 | fa163e26-8700-1495-25f2-000000000417 | TASK | Configure kernel args and reboot 2025-10-06 08:58:59.462889 | fa163e26-8700-1495-25f2-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:43.327917 | 0.05s 2025-10-06 08:58:59.611826 | fa163e26-8700-1495-25f2-000000000569 | TASK | Get the command line args of the node 2025-10-06 08:58:59.854659 | fa163e26-8700-1495-25f2-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-06 08:58:59.856035 | fa163e26-8700-1495-25f2-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:43.721070 | 0.24s 2025-10-06 08:58:59.885054 | fa163e26-8700-1495-25f2-00000000056b | TASK | Check if node has a nova.conf 2025-10-06 08:59:00.120409 | fa163e26-8700-1495-25f2-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-06 08:59:00.121192 | fa163e26-8700-1495-25f2-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:43.986235 | 0.23s 2025-10-06 08:59:00.139138 | fa163e26-8700-1495-25f2-00000000056d | TASK | Warn operator about workload protection 2025-10-06 08:59:00.175989 | fa163e26-8700-1495-25f2-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-06 08:59:00.176909 | fa163e26-8700-1495-25f2-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:44.041950 | 0.04s 2025-10-06 08:59:00.198340 | fa163e26-8700-1495-25f2-00000000056e | TASK | Setting defer reboot fact 2025-10-06 08:59:00.235790 | fa163e26-8700-1495-25f2-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-06 08:59:00.237033 | fa163e26-8700-1495-25f2-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:44.102067 | 0.04s 2025-10-06 08:59:00.263525 | fa163e26-8700-1495-25f2-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-06 08:59:00.291969 | fa163e26-8700-1495-25f2-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:44.156999 | 0.03s 2025-10-06 08:59:00.315292 | fa163e26-8700-1495-25f2-000000000575 | TASK | Find hugepages in cmdline 2025-10-06 08:59:00.357496 | fa163e26-8700-1495-25f2-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-06 08:59:00.358785 | fa163e26-8700-1495-25f2-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:44.223818 | 0.04s 2025-10-06 08:59:00.387009 | fa163e26-8700-1495-25f2-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-06 08:59:00.430703 | fa163e26-8700-1495-25f2-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-06 08:59:00.432035 | fa163e26-8700-1495-25f2-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:44.297067 | 0.04s 2025-10-06 08:59:00.459365 | fa163e26-8700-1495-25f2-00000000057a | TASK | Find desired default hugepage size 2025-10-06 08:59:00.510238 | fa163e26-8700-1495-25f2-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-06 08:59:00.511585 | fa163e26-8700-1495-25f2-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:44.376619 | 0.05s 2025-10-06 08:59:00.540415 | fa163e26-8700-1495-25f2-00000000057c | TASK | Storing non-configured hugepages 2025-10-06 08:59:00.571187 | fa163e26-8700-1495-25f2-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:44.436209 | 0.03s 2025-10-06 08:59:00.599719 | fa163e26-8700-1495-25f2-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-06 08:59:00.643204 | fa163e26-8700-1495-25f2-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-06 08:59:00.644470 | fa163e26-8700-1495-25f2-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:44.509503 | 0.04s 2025-10-06 08:59:00.665977 | fa163e26-8700-1495-25f2-00000000057f | TASK | Determining the default hugepagesz 2025-10-06 08:59:00.692672 | fa163e26-8700-1495-25f2-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-06 08:59:00.693604 | fa163e26-8700-1495-25f2-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:44.558647 | 0.03s 2025-10-06 08:59:00.720205 | fa163e26-8700-1495-25f2-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-06 08:59:00.759229 | fa163e26-8700-1495-25f2-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-06 08:59:00.760630 | fa163e26-8700-1495-25f2-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:44.625662 | 0.04s 2025-10-06 08:59:00.788376 | fa163e26-8700-1495-25f2-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-06 08:59:00.831949 | fa163e26-8700-1495-25f2-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-06 08:59:00.833156 | fa163e26-8700-1495-25f2-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:44.698189 | 0.04s 2025-10-06 08:59:00.859857 | fa163e26-8700-1495-25f2-000000000583 | TASK | Warn about possible modifications 2025-10-06 08:59:00.903100 | fa163e26-8700-1495-25f2-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-06 08:59:00.904363 | fa163e26-8700-1495-25f2-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:44.769371 | 0.04s 2025-10-06 08:59:00.931543 | fa163e26-8700-1495-25f2-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-06 08:59:00.973267 | fa163e26-8700-1495-25f2-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-06 08:59:00.974551 | fa163e26-8700-1495-25f2-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:44.839551 | 0.04s 2025-10-06 08:59:00.996742 | fa163e26-8700-1495-25f2-000000000585 | TASK | Cleaning up whitespaces 2025-10-06 08:59:01.036182 | fa163e26-8700-1495-25f2-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-06 08:59:01.037178 | fa163e26-8700-1495-25f2-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:44.902218 | 0.04s 2025-10-06 08:59:01.058545 | fa163e26-8700-1495-25f2-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-06 08:59:01.413755 | fa163e26-8700-1495-25f2-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-06 08:59:01.414812 | fa163e26-8700-1495-25f2-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:45.279851 | 0.35s 2025-10-06 08:59:01.435858 | fa163e26-8700-1495-25f2-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-06 08:59:01.494677 | fa163e26-8700-1495-25f2-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-06 08:59:01.495652 | fa163e26-8700-1495-25f2-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:45.360692 | 0.06s 2025-10-06 08:59:01.517751 | fa163e26-8700-1495-25f2-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-06 08:59:01.576084 | fa163e26-8700-1495-25f2-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-06 08:59:01.577077 | fa163e26-8700-1495-25f2-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:45.442118 | 0.06s 2025-10-06 08:59:01.597768 | fa163e26-8700-1495-25f2-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-06 08:59:01.656680 | fa163e26-8700-1495-25f2-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-06 08:59:01.657618 | fa163e26-8700-1495-25f2-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:45.522659 | 0.06s 2025-10-06 08:59:01.678810 | fa163e26-8700-1495-25f2-00000000058c | TASK | Generate grub config 2025-10-06 08:59:01.727706 | fa163e26-8700-1495-25f2-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-06 08:59:01.728640 | fa163e26-8700-1495-25f2-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:45.593680 | 0.05s 2025-10-06 08:59:01.750230 | fa163e26-8700-1495-25f2-000000000590 | TASK | Get the block device that /boot is on 2025-10-06 08:59:01.798053 | fa163e26-8700-1495-25f2-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-06 08:59:01.798999 | fa163e26-8700-1495-25f2-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:45.664039 | 0.05s 2025-10-06 08:59:01.820839 | fa163e26-8700-1495-25f2-000000000591 | TASK | Get the mount point that /boot is in 2025-10-06 08:59:01.880003 | fa163e26-8700-1495-25f2-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-06 08:59:01.881360 | fa163e26-8700-1495-25f2-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:45.746364 | 0.06s 2025-10-06 08:59:01.909070 | fa163e26-8700-1495-25f2-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-06 08:59:01.970116 | fa163e26-8700-1495-25f2-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-06 08:59:01.971349 | fa163e26-8700-1495-25f2-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:45.836360 | 0.06s 2025-10-06 08:59:01.999298 | fa163e26-8700-1495-25f2-000000000593 | TASK | Executed script to fix grub-menu 2025-10-06 08:59:02.050149 | fa163e26-8700-1495-25f2-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-06 08:59:02.051411 | fa163e26-8700-1495-25f2-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:45.916444 | 0.05s 2025-10-06 08:59:02.078709 | fa163e26-8700-1495-25f2-000000000594 | TASK | Check grub config paths 2025-10-06 08:59:02.123179 | fa163e26-8700-1495-25f2-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-06 08:59:02.139510 | fa163e26-8700-1495-25f2-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-06 08:59:02.151294 | fa163e26-8700-1495-25f2-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:46.016328 | 0.07s 2025-10-06 08:59:02.173695 | fa163e26-8700-1495-25f2-000000000595 | TASK | Write EFI grub.cfg 2025-10-06 08:59:02.232579 | fa163e26-8700-1495-25f2-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-06 08:59:02.250961 | fa163e26-8700-1495-25f2-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-06 08:59:02.255552 | fa163e26-8700-1495-25f2-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:46.120590 | 0.08s 2025-10-06 08:59:02.282659 | fa163e26-8700-1495-25f2-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-06 08:59:02.330780 | fa163e26-8700-1495-25f2-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-06 08:59:02.331741 | fa163e26-8700-1495-25f2-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:46.196780 | 0.05s 2025-10-06 08:59:02.351759 | fa163e26-8700-1495-25f2-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-06 08:59:02.391061 | fa163e26-8700-1495-25f2-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-06 08:59:02.391851 | fa163e26-8700-1495-25f2-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:46.256894 | 0.04s 2025-10-06 08:59:02.410286 | fa163e26-8700-1495-25f2-000000000598 | TASK | Execute grub2-mkconfig 2025-10-06 08:59:02.478083 | fa163e26-8700-1495-25f2-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-06 08:59:02.478855 | fa163e26-8700-1495-25f2-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:46.343899 | 0.07s 2025-10-06 08:59:02.498300 | fa163e26-8700-1495-25f2-000000000599 | TASK | Check for active tuned profile 2025-10-06 08:59:02.535656 | fa163e26-8700-1495-25f2-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-06 08:59:02.536511 | fa163e26-8700-1495-25f2-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:46.401554 | 0.04s 2025-10-06 08:59:02.554600 | fa163e26-8700-1495-25f2-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-06 08:59:02.594498 | fa163e26-8700-1495-25f2-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-06 08:59:02.596078 | fa163e26-8700-1495-25f2-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:46.461104 | 0.04s 2025-10-06 08:59:02.623782 | fa163e26-8700-1495-25f2-00000000059b | TASK | Set reboot required fact 2025-10-06 08:59:02.675975 | fa163e26-8700-1495-25f2-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-06 08:59:02.677515 | fa163e26-8700-1495-25f2-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:46.542538 | 0.05s 2025-10-06 08:59:02.712726 | fa163e26-8700-1495-25f2-00000000059d | TASK | Apply DPDK workarounds 2025-10-06 08:59:02.762961 | fa163e26-8700-1495-25f2-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-06 08:59:02.763974 | fa163e26-8700-1495-25f2-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:46.629013 | 0.05s 2025-10-06 08:59:02.786072 | fa163e26-8700-1495-25f2-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-06 08:59:02.812833 | fa163e26-8700-1495-25f2-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-06 08:59:02.813867 | fa163e26-8700-1495-25f2-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:46.678908 | 0.03s 2025-10-06 08:59:02.835929 | fa163e26-8700-1495-25f2-0000000005a0 | TASK | Load modules 2025-10-06 08:59:02.869400 | fa163e26-8700-1495-25f2-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-06 08:59:02.873549 | fa163e26-8700-1495-25f2-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:46.738579 | 0.04s 2025-10-06 08:59:02.895109 | fa163e26-8700-1495-25f2-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-06 08:59:02.933408 | fa163e26-8700-1495-25f2-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-06 08:59:02.945861 | fa163e26-8700-1495-25f2-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:46.810884 | 0.05s 2025-10-06 08:59:02.980193 | fa163e26-8700-1495-25f2-0000000005a4 | TASK | Drop module persistence 2025-10-06 08:59:03.017676 | fa163e26-8700-1495-25f2-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-06 08:59:03.024880 | fa163e26-8700-1495-25f2-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:46.889892 | 0.04s 2025-10-06 08:59:03.050494 | fa163e26-8700-1495-25f2-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-06 08:59:03.084385 | fa163e26-8700-1495-25f2-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-06 08:59:03.090619 | fa163e26-8700-1495-25f2-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.955642 | 0.04s 2025-10-06 08:59:03.113799 | fa163e26-8700-1495-25f2-0000000005a8 | TASK | Modules reload 2025-10-06 08:59:03.143905 | fa163e26-8700-1495-25f2-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-06 08:59:03.144755 | fa163e26-8700-1495-25f2-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:47.009798 | 0.03s 2025-10-06 08:59:03.167023 | fa163e26-8700-1495-25f2-0000000005aa | TASK | Reboot tasks 2025-10-06 08:59:03.203710 | fa163e26-8700-1495-25f2-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-06 08:59:03.204556 | fa163e26-8700-1495-25f2-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:47.069599 | 0.04s 2025-10-06 08:59:03.222911 | fa163e26-8700-1495-25f2-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-06 08:59:03.259807 | fa163e26-8700-1495-25f2-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-06 08:59:03.260840 | fa163e26-8700-1495-25f2-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:47.125879 | 0.04s PLAY [Server pre network steps] ************************************************ 2025-10-06 08:59:03.431054 | fa163e26-8700-1495-25f2-00000000003f | TASK | Server pre-network deployments 2025-10-06 08:59:03.457445 | fa163e26-8700-1495-25f2-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', 'fa163e26-8700-1495-25f2-00000000003f') missing from stats 2025-10-06 08:59:03.479890 | fa163e26-8700-1495-25f2-000000000043 | TASK | Hiera config 2025-10-06 08:59:03.499445 | fa163e26-8700-1495-25f2-000000000043 | TIMING | Hiera config | standalone | 0:00:47.364472 | 0.02s 2025-10-06 08:59:03.544608 | fa163e26-8700-1495-25f2-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-06 08:59:03.763565 | fa163e26-8700-1495-25f2-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-06 08:59:03.764736 | fa163e26-8700-1495-25f2-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:47.629775 | 0.22s 2025-10-06 08:59:03.785798 | fa163e26-8700-1495-25f2-000000000722 | TASK | Write hiera config 2025-10-06 08:59:04.305303 | fa163e26-8700-1495-25f2-000000000722 | CHANGED | Write hiera config | standalone 2025-10-06 08:59:04.306663 | fa163e26-8700-1495-25f2-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:48.171699 | 0.52s 2025-10-06 08:59:04.355133 | fa163e26-8700-1495-25f2-000000000044 | TASK | Hiera symlink 2025-10-06 08:59:04.607840 | fa163e26-8700-1495-25f2-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-06 08:59:04.609266 | fa163e26-8700-1495-25f2-000000000044 | TIMING | Hiera symlink | standalone | 0:00:48.474300 | 0.25s 2025-10-06 08:59:04.636478 | fa163e26-8700-1495-25f2-000000000045 | TASK | Hieradata from vars 2025-10-06 08:59:04.657419 | fa163e26-8700-1495-25f2-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:48.522446 | 0.02s 2025-10-06 08:59:04.725293 | fa163e26-8700-1495-25f2-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-06 08:59:05.213814 | fa163e26-8700-1495-25f2-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-06 08:59:05.215065 | fa163e26-8700-1495-25f2-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:49.080102 | 0.49s 2025-10-06 08:59:05.236741 | fa163e26-8700-1495-25f2-00000000077d | TASK | Render hieradata from template 2025-10-06 08:59:05.712108 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-06 08:59:05.713496 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.578538 | 0.48s 2025-10-06 08:59:06.262277 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-06 08:59:06.263619 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.128654 | 1.03s 2025-10-06 08:59:06.875569 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-06 08:59:06.879150 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.744187 | 1.64s 2025-10-06 08:59:07.341670 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-06 08:59:07.343247 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.208290 | 2.11s 2025-10-06 08:59:07.780553 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-06 08:59:07.783864 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.648886 | 2.55s 2025-10-06 08:59:08.246477 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-06 08:59:08.247651 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.112685 | 3.01s 2025-10-06 08:59:08.743278 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-06 08:59:08.744764 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.609797 | 3.51s 2025-10-06 08:59:09.179763 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-06 08:59:09.181717 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.046755 | 3.94s 2025-10-06 08:59:09.623518 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-06 08:59:09.624586 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.489625 | 4.39s 2025-10-06 08:59:10.104141 | fa163e26-8700-1495-25f2-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-06 08:59:10.106167 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.971206 | 4.87s 2025-10-06 08:59:10.117841 | fa163e26-8700-1495-25f2-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.982876 | 4.88s 2025-10-06 08:59:10.160435 | fa163e26-8700-1495-25f2-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-06 08:59:10.187584 | fa163e26-8700-1495-25f2-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:54.052617 | 0.03s 2025-10-06 08:59:10.243926 | fa163e26-8700-1495-25f2-000000000821 | TASK | Check for hieradata file 2025-10-06 08:59:10.479060 | fa163e26-8700-1495-25f2-000000000821 | OK | Check for hieradata file | standalone 2025-10-06 08:59:10.479992 | fa163e26-8700-1495-25f2-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:54.345034 | 0.23s 2025-10-06 08:59:10.500786 | fa163e26-8700-1495-25f2-000000000823 | TASK | Get existing data 2025-10-06 08:59:10.548996 | fa163e26-8700-1495-25f2-000000000823 | SKIPPED | Get existing data | standalone 2025-10-06 08:59:10.549917 | fa163e26-8700-1495-25f2-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:54.414958 | 0.05s 2025-10-06 08:59:10.570881 | fa163e26-8700-1495-25f2-000000000824 | TASK | Set data fact 2025-10-06 08:59:10.619208 | fa163e26-8700-1495-25f2-000000000824 | SKIPPED | Set data fact | standalone 2025-10-06 08:59:10.620156 | fa163e26-8700-1495-25f2-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:54.485197 | 0.05s 2025-10-06 08:59:10.641092 | fa163e26-8700-1495-25f2-000000000826 | TASK | Write ansible hieradata file 2025-10-06 08:59:11.154395 | fa163e26-8700-1495-25f2-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-06 08:59:11.155291 | fa163e26-8700-1495-25f2-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:55.020335 | 0.51s 2025-10-06 08:59:11.232488 | fa163e26-8700-1495-25f2-000000000047 | TIMING | include_tasks | standalone | 0:00:55.097520 | 0.04s PLAY [Server network deployments] ********************************************** 2025-10-06 08:59:11.364656 | fa163e26-8700-1495-25f2-00000000004b | TASK | Network Configuration 2025-10-06 08:59:11.381944 | fa163e26-8700-1495-25f2-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e26-8700-1495-25f2-00000000004b') missing from stats 2025-10-06 08:59:11.402085 | fa163e26-8700-1495-25f2-00000000004c | TASK | Check NetworkConfig script existence 2025-10-06 08:59:11.418878 | fa163e26-8700-1495-25f2-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-06 08:59:11.419669 | fa163e26-8700-1495-25f2-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:55.284712 | 0.02s 2025-10-06 08:59:11.437469 | fa163e26-8700-1495-25f2-000000000052 | TASK | Gather SELinux fact if needed 2025-10-06 08:59:11.463786 | fa163e26-8700-1495-25f2-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-06 08:59:11.464564 | fa163e26-8700-1495-25f2-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:55.329606 | 0.03s 2025-10-06 08:59:11.482065 | fa163e26-8700-1495-25f2-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-06 08:59:12.162414 | fa163e26-8700-1495-25f2-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-06 08:59:12.164074 | fa163e26-8700-1495-25f2-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:56.029102 | 0.68s 2025-10-06 08:59:12.195878 | fa163e26-8700-1495-25f2-000000000054 | TASK | Ensure requirements are satisfied 2025-10-06 08:59:12.224126 | fa163e26-8700-1495-25f2-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:56.089149 | 0.03s 2025-10-06 08:59:12.283904 | fa163e26-8700-1495-25f2-0000000008bf | TASK | Gather facts if they don't exist 2025-10-06 08:59:12.349499 | fa163e26-8700-1495-25f2-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-06 08:59:12.350864 | fa163e26-8700-1495-25f2-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:56.215898 | 0.07s 2025-10-06 08:59:12.380565 | fa163e26-8700-1495-25f2-0000000008c0 | TASK | Gather variables for each operating system 2025-10-06 08:59:12.499603 | fa163e26-8700-1495-25f2-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-06 08:59:12.506364 | fa163e26-8700-1495-25f2-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:56.371362 | 0.12s 2025-10-06 08:59:12.529392 | fa163e26-8700-1495-25f2-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-06 08:59:12.792826 | fa163e26-8700-1495-25f2-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-06 08:59:12.794365 | fa163e26-8700-1495-25f2-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:56.659372 | 0.26s 2025-10-06 08:59:12.823015 | fa163e26-8700-1495-25f2-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-06 08:59:12.848704 | fa163e26-8700-1495-25f2-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-06 08:59:12.850071 | fa163e26-8700-1495-25f2-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.715098 | 0.03s 2025-10-06 08:59:12.877249 | fa163e26-8700-1495-25f2-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-06 08:59:13.867869 | fa163e26-8700-1495-25f2-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-06 08:59:13.868943 | fa163e26-8700-1495-25f2-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.733985 | 0.99s 2025-10-06 08:59:13.909071 | fa163e26-8700-1495-25f2-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-06 08:59:14.123953 | fa163e26-8700-1495-25f2-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-06 08:59:14.125340 | fa163e26-8700-1495-25f2-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.990352 | 0.22s 2025-10-06 08:59:14.152403 | fa163e26-8700-1495-25f2-000000000057 | TASK | Reload NetworkManager 2025-10-06 08:59:14.516533 | fa163e26-8700-1495-25f2-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-06 08:59:14.518470 | fa163e26-8700-1495-25f2-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:58.383506 | 0.36s 2025-10-06 08:59:14.546437 | fa163e26-8700-1495-25f2-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-06 08:59:14.779164 | fa163e26-8700-1495-25f2-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-06 08:59:14.780696 | fa163e26-8700-1495-25f2-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.645729 | 0.23s 2025-10-06 08:59:14.808802 | fa163e26-8700-1495-25f2-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-06 08:59:15.019417 | fa163e26-8700-1495-25f2-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-06 08:59:15.020567 | fa163e26-8700-1495-25f2-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.885604 | 0.21s 2025-10-06 08:59:15.046511 | fa163e26-8700-1495-25f2-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-06 08:59:15.074285 | fa163e26-8700-1495-25f2-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-06 08:59:15.075810 | fa163e26-8700-1495-25f2-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.940845 | 0.03s 2025-10-06 08:59:15.103734 | fa163e26-8700-1495-25f2-00000000005c | TASK | Ensure we get cloud-init 2025-10-06 08:59:15.318133 | fa163e26-8700-1495-25f2-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-06 08:59:15.319580 | fa163e26-8700-1495-25f2-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:59.184615 | 0.21s 2025-10-06 08:59:15.346281 | fa163e26-8700-1495-25f2-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-06 08:59:15.597395 | fa163e26-8700-1495-25f2-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-06 08:59:15.598464 | fa163e26-8700-1495-25f2-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:59.463505 | 0.25s 2025-10-06 08:59:15.619369 | fa163e26-8700-1495-25f2-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-06 08:59:16.041781 | fa163e26-8700-1495-25f2-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-06 08:59:16.043043 | fa163e26-8700-1495-25f2-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.908079 | 0.42s 2025-10-06 08:59:16.064122 | fa163e26-8700-1495-25f2-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-06 08:59:16.134374 | fa163e26-8700-1495-25f2-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-06 08:59:16.135269 | fa163e26-8700-1495-25f2-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:00.000309 | 0.07s 2025-10-06 08:59:16.156907 | fa163e26-8700-1495-25f2-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-06 08:59:16.428774 | fa163e26-8700-1495-25f2-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-06 08:59:16.429704 | fa163e26-8700-1495-25f2-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:00.294747 | 0.27s 2025-10-06 08:59:16.450551 | fa163e26-8700-1495-25f2-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-06 08:59:16.509158 | fa163e26-8700-1495-25f2-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:00.374190 | 0.06s 2025-10-06 08:59:16.526871 | 1af50ebb-fedd-4b31-a214-fdc07fd537b8 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-06 08:59:16.552696 | fa163e26-8700-1495-25f2-000000000909 | TASK | Set nic_config_file fact 2025-10-06 08:59:16.623302 | fa163e26-8700-1495-25f2-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-06 08:59:16.624274 | fa163e26-8700-1495-25f2-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:00.489317 | 0.07s 2025-10-06 08:59:16.645061 | fa163e26-8700-1495-25f2-00000000090a | TASK | Render overidden network config 2025-10-06 08:59:16.714506 | fa163e26-8700-1495-25f2-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-06 08:59:16.715466 | fa163e26-8700-1495-25f2-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.580507 | 0.07s 2025-10-06 08:59:16.742309 | fa163e26-8700-1495-25f2-00000000090b | TASK | Render network_config 2025-10-06 08:59:16.793498 | fa163e26-8700-1495-25f2-00000000090b | SKIPPED | Render network_config | standalone 2025-10-06 08:59:16.794698 | fa163e26-8700-1495-25f2-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.659733 | 0.05s 2025-10-06 08:59:16.821525 | fa163e26-8700-1495-25f2-00000000090c | TASK | Render network_config from template 2025-10-06 08:59:17.336483 | fa163e26-8700-1495-25f2-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-06 08:59:17.337392 | fa163e26-8700-1495-25f2-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.202436 | 0.51s 2025-10-06 08:59:17.355982 | fa163e26-8700-1495-25f2-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=668818110856.43566 2025-10-06 08:59:21.468479 | fa163e26-8700-1495-25f2-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-06 08:59:21.469741 | fa163e26-8700-1495-25f2-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:05.334783 | 4.11s 2025-10-06 08:59:21.490920 | fa163e26-8700-1495-25f2-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-06 08:59:22.031867 | fa163e26-8700-1495-25f2-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-06 08:59:22.033164 | fa163e26-8700-1495-25f2-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.898200 | 0.54s 2025-10-06 08:59:22.063585 | fa163e26-8700-1495-25f2-000000000065 | TASK | Disable cloud-init network config 2025-10-06 08:59:22.612599 | fa163e26-8700-1495-25f2-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-06 08:59:22.613626 | fa163e26-8700-1495-25f2-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:06.478667 | 0.55s 2025-10-06 08:59:22.634965 | fa163e26-8700-1495-25f2-000000000066 | TASK | Ensure network service is enabled 2025-10-06 08:59:24.040797 | fa163e26-8700-1495-25f2-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-06 08:59:24.044025 | fa163e26-8700-1495-25f2-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:07.909057 | 1.41s PLAY [Server network validation] *********************************************** 2025-10-06 08:59:24.235890 | fa163e26-8700-1495-25f2-000000000096 | TASK | Basic Network Validation 2025-10-06 08:59:24.263012 | fa163e26-8700-1495-25f2-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:08.128042 | 0.03s 2025-10-06 08:59:24.310717 | fa163e26-8700-1495-25f2-000000000945 | TASK | Collect default network fact 2025-10-06 08:59:24.787110 | fa163e26-8700-1495-25f2-000000000945 | OK | Collect default network fact | standalone 2025-10-06 08:59:24.789626 | fa163e26-8700-1495-25f2-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:08.654659 | 0.48s 2025-10-06 08:59:24.816183 | fa163e26-8700-1495-25f2-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-06 08:59:24.837742 | fa163e26-8700-1495-25f2-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-06 08:59:24.840063 | fa163e26-8700-1495-25f2-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:08.705101 | 0.02s 2025-10-06 08:59:24.862484 | fa163e26-8700-1495-25f2-000000000947 | TASK | Check all networks Gateway availability 2025-10-06 08:59:24.893536 | fa163e26-8700-1495-25f2-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:08.758558 | 0.03s 2025-10-06 08:59:24.919884 | fa163e26-8700-1495-25f2-000000000949 | TASK | Check Controllers availability 2025-10-06 08:59:24.982895 | fa163e26-8700-1495-25f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-06 08:59:24.990229 | fa163e26-8700-1495-25f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-06 08:59:24.998081 | fa163e26-8700-1495-25f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-06 08:59:25.004952 | fa163e26-8700-1495-25f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-06 08:59:25.013146 | fa163e26-8700-1495-25f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-06 08:59:25.020207 | fa163e26-8700-1495-25f2-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-06 08:59:25.027511 | fa163e26-8700-1495-25f2-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:08.892540 | 0.11s 2025-10-06 08:59:25.049303 | fa163e26-8700-1495-25f2-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-06 08:59:25.075931 | fa163e26-8700-1495-25f2-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-06 08:59:25.076751 | fa163e26-8700-1495-25f2-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:08.941794 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-06 08:59:25.229658 | fa163e26-8700-1495-25f2-00000000009a | TASK | Server pre deployments 2025-10-06 08:59:25.256302 | fa163e26-8700-1495-25f2-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', 'fa163e26-8700-1495-25f2-00000000009a') missing from stats 2025-10-06 08:59:25.278110 | fa163e26-8700-1495-25f2-00000000009e | TASK | Hiera config 2025-10-06 08:59:25.305687 | fa163e26-8700-1495-25f2-00000000009e | TIMING | Hiera config | standalone | 0:01:09.170718 | 0.03s 2025-10-06 08:59:25.348633 | fa163e26-8700-1495-25f2-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-06 08:59:25.569109 | fa163e26-8700-1495-25f2-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-06 08:59:25.570147 | fa163e26-8700-1495-25f2-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:09.435188 | 0.22s 2025-10-06 08:59:25.591302 | fa163e26-8700-1495-25f2-00000000099f | TASK | Write hiera config 2025-10-06 08:59:26.079302 | fa163e26-8700-1495-25f2-00000000099f | OK | Write hiera config | standalone 2025-10-06 08:59:26.080382 | fa163e26-8700-1495-25f2-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:09.945423 | 0.49s 2025-10-06 08:59:26.121939 | fa163e26-8700-1495-25f2-00000000009f | TASK | Hiera symlink 2025-10-06 08:59:26.366242 | fa163e26-8700-1495-25f2-00000000009f | OK | Hiera symlink | standalone 2025-10-06 08:59:26.367959 | fa163e26-8700-1495-25f2-00000000009f | TIMING | Hiera symlink | standalone | 0:01:10.232985 | 0.24s 2025-10-06 08:59:26.391370 | fa163e26-8700-1495-25f2-0000000000a0 | TASK | Hieradata from vars 2025-10-06 08:59:26.412754 | fa163e26-8700-1495-25f2-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:10.277786 | 0.02s 2025-10-06 08:59:26.457838 | fa163e26-8700-1495-25f2-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-06 08:59:26.918877 | fa163e26-8700-1495-25f2-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-06 08:59:26.920430 | fa163e26-8700-1495-25f2-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:10.785457 | 0.46s 2025-10-06 08:59:26.947388 | fa163e26-8700-1495-25f2-0000000009fa | TASK | Render hieradata from template 2025-10-06 08:59:27.388035 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-06 08:59:27.390544 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.255579 | 0.44s 2025-10-06 08:59:27.929473 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-06 08:59:27.932236 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.797269 | 0.98s 2025-10-06 08:59:28.485882 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-06 08:59:28.486946 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.351986 | 1.54s 2025-10-06 08:59:28.894423 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-06 08:59:28.895594 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.760632 | 1.95s 2025-10-06 08:59:29.401809 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-06 08:59:29.403449 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.268491 | 2.45s 2025-10-06 08:59:29.876440 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-06 08:59:29.877616 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.742655 | 2.93s 2025-10-06 08:59:30.318854 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-06 08:59:30.319770 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.184813 | 3.37s 2025-10-06 08:59:30.789718 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-06 08:59:30.791861 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.656897 | 3.84s 2025-10-06 08:59:31.269567 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-06 08:59:31.270915 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.135951 | 4.32s 2025-10-06 08:59:31.731074 | fa163e26-8700-1495-25f2-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-06 08:59:31.732423 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.597460 | 4.78s 2025-10-06 08:59:31.741056 | fa163e26-8700-1495-25f2-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.606083 | 4.79s 2025-10-06 08:59:31.795277 | fa163e26-8700-1495-25f2-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-06 08:59:31.824366 | fa163e26-8700-1495-25f2-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:15.689367 | 0.03s 2025-10-06 08:59:31.893831 | fa163e26-8700-1495-25f2-000000000a9e | TASK | Check for hieradata file 2025-10-06 08:59:32.160956 | fa163e26-8700-1495-25f2-000000000a9e | OK | Check for hieradata file | standalone 2025-10-06 08:59:32.162373 | fa163e26-8700-1495-25f2-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:16.027407 | 0.27s 2025-10-06 08:59:32.190059 | fa163e26-8700-1495-25f2-000000000aa0 | TASK | Get existing data 2025-10-06 08:59:32.243762 | fa163e26-8700-1495-25f2-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-06 08:59:32.245074 | fa163e26-8700-1495-25f2-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:16.110108 | 0.05s 2025-10-06 08:59:32.272933 | fa163e26-8700-1495-25f2-000000000aa1 | TASK | Set data fact 2025-10-06 08:59:32.324313 | fa163e26-8700-1495-25f2-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-06 08:59:32.325633 | fa163e26-8700-1495-25f2-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:16.190667 | 0.05s 2025-10-06 08:59:32.351051 | fa163e26-8700-1495-25f2-000000000aa3 | TASK | Write ansible hieradata file 2025-10-06 08:59:32.847191 | fa163e26-8700-1495-25f2-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-06 08:59:32.848578 | fa163e26-8700-1495-25f2-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:16.713612 | 0.50s 2025-10-06 08:59:32.961356 | fa163e26-8700-1495-25f2-0000000000a2 | TIMING | include_tasks | standalone | 0:01:16.826369 | 0.06s PLAY [Host prep steps] ********************************************************* 2025-10-06 08:59:33.099104 | fa163e26-8700-1495-25f2-0000000000a6 | TASK | Host prep steps 2025-10-06 08:59:33.117771 | fa163e26-8700-1495-25f2-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', 'fa163e26-8700-1495-25f2-0000000000a6') missing from stats 2025-10-06 08:59:33.215525 | fa163e26-8700-1495-25f2-0000000000a7 | TASK | Deploy Artifacts 2025-10-06 08:59:33.324777 | fa163e26-8700-1495-25f2-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-06 08:59:33.325565 | fa163e26-8700-1495-25f2-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:17.190609 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-06 08:59:33.371232 | fa163e26-8700-1495-25f2-0000000000a8 | TIMING | include_tasks | standalone | 0:01:17.236261 | 0.03s 2025-10-06 08:59:33.560985 | c8ee1cd4-98e9-415b-a4c8-0b29c9c5ec89 | INCLUDED | /root/standalone-ansible-zot54xnp/Standalone/host_prep_tasks.yaml | standalone 2025-10-06 08:59:33.622214 | fa163e26-8700-1495-25f2-000000000b1e | TASK | Run firewall role 2025-10-06 08:59:33.638293 | fa163e26-8700-1495-25f2-000000000b1e | TIMING | Run firewall role | standalone | 0:01:17.503326 | 0.02s 2025-10-06 08:59:33.695477 | fa163e26-8700-1495-25f2-000000000c36 | TASK | Gather variables for each operating system 2025-10-06 08:59:33.778201 | fa163e26-8700-1495-25f2-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-06 08:59:33.779554 | fa163e26-8700-1495-25f2-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.644587 | 0.08s 2025-10-06 08:59:33.785792 | fa163e26-8700-1495-25f2-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.650833 | 0.09s 2025-10-06 08:59:33.812546 | fa163e26-8700-1495-25f2-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-06 08:59:36.812205 | fa163e26-8700-1495-25f2-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-06 08:59:36.813252 | fa163e26-8700-1495-25f2-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:20.678294 | 3.00s 2025-10-06 08:59:36.833849 | fa163e26-8700-1495-25f2-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-06 08:59:36.870936 | fa163e26-8700-1495-25f2-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-06 08:59:36.871923 | fa163e26-8700-1495-25f2-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.736965 | 0.04s 2025-10-06 08:59:36.892469 | fa163e26-8700-1495-25f2-000000000c3c | TASK | Enable masquerade 2025-10-06 08:59:36.921711 | fa163e26-8700-1495-25f2-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-06 08:59:36.922701 | fa163e26-8700-1495-25f2-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:20.787742 | 0.03s 2025-10-06 08:59:36.942861 | fa163e26-8700-1495-25f2-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-06 08:59:36.969164 | fa163e26-8700-1495-25f2-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-06 08:59:36.970002 | fa163e26-8700-1495-25f2-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:20.835044 | 0.03s 2025-10-06 08:59:36.990031 | fa163e26-8700-1495-25f2-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-06 08:59:37.027583 | fa163e26-8700-1495-25f2-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-06 08:59:37.028510 | fa163e26-8700-1495-25f2-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.893555 | 0.04s 2025-10-06 08:59:37.048916 | fa163e26-8700-1495-25f2-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-06 08:59:37.075540 | fa163e26-8700-1495-25f2-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-06 08:59:37.076462 | fa163e26-8700-1495-25f2-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.941502 | 0.03s 2025-10-06 08:59:37.097027 | fa163e26-8700-1495-25f2-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-06 08:59:37.122529 | fa163e26-8700-1495-25f2-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-06 08:59:37.123467 | fa163e26-8700-1495-25f2-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.988508 | 0.03s 2025-10-06 08:59:37.145349 | fa163e26-8700-1495-25f2-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-06 08:59:37.171747 | fa163e26-8700-1495-25f2-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-06 08:59:37.172894 | fa163e26-8700-1495-25f2-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:21.037930 | 0.03s 2025-10-06 08:59:37.191277 | fa163e26-8700-1495-25f2-000000000c46 | TASK | Enable LOG rules 2025-10-06 08:59:37.210018 | fa163e26-8700-1495-25f2-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-06 08:59:37.210756 | fa163e26-8700-1495-25f2-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:21.075800 | 0.02s 2025-10-06 08:59:37.230217 | fa163e26-8700-1495-25f2-000000000c47 | TASK | Set rule fact 2025-10-06 08:59:37.299893 | fa163e26-8700-1495-25f2-000000000c47 | OK | Set rule fact | standalone 2025-10-06 08:59:37.301993 | fa163e26-8700-1495-25f2-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:21.167035 | 0.07s 2025-10-06 08:59:37.321849 | fa163e26-8700-1495-25f2-000000000c48 | TASK | Manage rules via nftables 2025-10-06 08:59:37.338145 | fa163e26-8700-1495-25f2-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:21.203180 | 0.02s 2025-10-06 08:59:37.405018 | fa163e26-8700-1495-25f2-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.270049 | 0.02s 2025-10-06 08:59:37.419939 | c355fddd-82eb-4b37-926f-ab2574f5d15d | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-06 08:59:37.444975 | fa163e26-8700-1495-25f2-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-06 08:59:37.846665 | fa163e26-8700-1495-25f2-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-06 08:59:37.850946 | fa163e26-8700-1495-25f2-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.715968 | 0.40s 2025-10-06 08:59:38.216725 | fa163e26-8700-1495-25f2-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-06 08:59:38.219708 | fa163e26-8700-1495-25f2-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.084743 | 0.77s 2025-10-06 08:59:38.242255 | fa163e26-8700-1495-25f2-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.107284 | 0.80s 2025-10-06 08:59:38.272729 | fa163e26-8700-1495-25f2-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-06 08:59:38.994006 | fa163e26-8700-1495-25f2-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-06 08:59:38.996419 | fa163e26-8700-1495-25f2-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.861447 | 0.72s 2025-10-06 08:59:39.027428 | fa163e26-8700-1495-25f2-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-06 08:59:39.106963 | fa163e26-8700-1495-25f2-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-06 08:59:39.107758 | fa163e26-8700-1495-25f2-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.972801 | 0.08s 2025-10-06 08:59:39.144461 | fa163e26-8700-1495-25f2-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.009499 | 0.02s 2025-10-06 08:59:39.164711 | 04f95d4c-f26f-4d77-af1e-33cc1f21c559 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-06 08:59:39.194240 | fa163e26-8700-1495-25f2-000000000d40 | TASK | Push empty ruleset 2025-10-06 08:59:39.685628 | fa163e26-8700-1495-25f2-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-06 08:59:39.687192 | fa163e26-8700-1495-25f2-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.552226 | 0.49s 2025-10-06 08:59:39.715238 | fa163e26-8700-1495-25f2-000000000d41 | TASK | Load empty ruleset 2025-10-06 08:59:40.026863 | fa163e26-8700-1495-25f2-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-06 08:59:40.028343 | fa163e26-8700-1495-25f2-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.893352 | 0.31s 2025-10-06 08:59:40.056140 | fa163e26-8700-1495-25f2-000000000d43 | TASK | Use default rules 2025-10-06 08:59:40.154695 | fa163e26-8700-1495-25f2-000000000d43 | OK | Use default rules | standalone 2025-10-06 08:59:40.157980 | fa163e26-8700-1495-25f2-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:24.023013 | 0.10s 2025-10-06 08:59:40.183173 | fa163e26-8700-1495-25f2-000000000d44 | TASK | Enable LOG rules 2025-10-06 08:59:40.295861 | fa163e26-8700-1495-25f2-000000000d44 | OK | Enable LOG rules | standalone 2025-10-06 08:59:40.300894 | fa163e26-8700-1495-25f2-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:24.165904 | 0.12s 2025-10-06 08:59:40.330510 | fa163e26-8700-1495-25f2-000000000d46 | TASK | Get current nftables content 2025-10-06 08:59:40.620607 | fa163e26-8700-1495-25f2-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-06 08:59:40.622199 | fa163e26-8700-1495-25f2-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:24.487235 | 0.29s 2025-10-06 08:59:40.645873 | fa163e26-8700-1495-25f2-000000000d48 | TASK | Generate chain jumps 2025-10-06 08:59:41.248435 | fa163e26-8700-1495-25f2-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-06 08:59:41.249690 | fa163e26-8700-1495-25f2-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.114730 | 0.60s 2025-10-06 08:59:41.277688 | fa163e26-8700-1495-25f2-000000000d49 | TASK | Generate chain jumps 2025-10-06 08:59:41.945933 | fa163e26-8700-1495-25f2-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-06 08:59:41.946858 | fa163e26-8700-1495-25f2-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.811901 | 0.67s 2025-10-06 08:59:41.974162 | fa163e26-8700-1495-25f2-000000000d4a | TASK | Generate nft flushes 2025-10-06 08:59:42.455540 | fa163e26-8700-1495-25f2-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-06 08:59:42.456942 | fa163e26-8700-1495-25f2-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:26.321977 | 0.48s 2025-10-06 08:59:42.484782 | fa163e26-8700-1495-25f2-000000000d4b | TASK | Generate nft tripleo chains 2025-10-06 08:59:43.014998 | fa163e26-8700-1495-25f2-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-06 08:59:43.016775 | fa163e26-8700-1495-25f2-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.881807 | 0.53s 2025-10-06 08:59:43.052297 | fa163e26-8700-1495-25f2-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-06 08:59:44.821882 | fa163e26-8700-1495-25f2-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-06 08:59:44.822746 | fa163e26-8700-1495-25f2-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:28.687789 | 1.77s 2025-10-06 08:59:44.842664 | fa163e26-8700-1495-25f2-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-06 08:59:45.409915 | fa163e26-8700-1495-25f2-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-06 08:59:45.411230 | fa163e26-8700-1495-25f2-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:29.276265 | 0.57s 2025-10-06 08:59:45.437982 | fa163e26-8700-1495-25f2-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-06 08:59:45.687191 | fa163e26-8700-1495-25f2-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-06 08:59:45.689094 | fa163e26-8700-1495-25f2-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:29.554125 | 0.25s 2025-10-06 08:59:45.747355 | fa163e26-8700-1495-25f2-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:29.612359 | 0.03s 2025-10-06 08:59:45.769636 | 992dab39-1eeb-49d0-9b90-825722dde164 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-06 08:59:45.823870 | fa163e26-8700-1495-25f2-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-06 08:59:46.031604 | fa163e26-8700-1495-25f2-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-06 08:59:46.032707 | fa163e26-8700-1495-25f2-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.897746 | 0.21s 2025-10-06 08:59:46.053873 | fa163e26-8700-1495-25f2-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-06 08:59:46.361916 | fa163e26-8700-1495-25f2-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-06 08:59:46.363182 | fa163e26-8700-1495-25f2-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:30.228219 | 0.31s 2025-10-06 08:59:46.429832 | fa163e26-8700-1495-25f2-000000000b1f | TASK | create persistent logs directory 2025-10-06 08:59:46.678453 | fa163e26-8700-1495-25f2-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 08:59:46.679533 | fa163e26-8700-1495-25f2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.544573 | 0.25s 2025-10-06 08:59:46.878671 | fa163e26-8700-1495-25f2-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-06 08:59:46.880361 | fa163e26-8700-1495-25f2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.745404 | 0.45s 2025-10-06 08:59:46.891710 | fa163e26-8700-1495-25f2-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.756738 | 0.46s 2025-10-06 08:59:46.920263 | fa163e26-8700-1495-25f2-000000000b20 | TASK | create persistent directories 2025-10-06 08:59:47.127021 | fa163e26-8700-1495-25f2-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 08:59:47.129053 | fa163e26-8700-1495-25f2-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.994091 | 0.21s 2025-10-06 08:59:47.139985 | fa163e26-8700-1495-25f2-000000000b20 | TIMING | create persistent directories | standalone | 0:01:31.005005 | 0.22s 2025-10-06 08:59:47.162178 | fa163e26-8700-1495-25f2-000000000b21 | TASK | create persistent directories 2025-10-06 08:59:47.421791 | fa163e26-8700-1495-25f2-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-06 08:59:47.422773 | fa163e26-8700-1495-25f2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.287811 | 0.26s 2025-10-06 08:59:47.624629 | fa163e26-8700-1495-25f2-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-06 08:59:47.626862 | fa163e26-8700-1495-25f2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.491898 | 0.46s 2025-10-06 08:59:47.638151 | fa163e26-8700-1495-25f2-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.503182 | 0.47s 2025-10-06 08:59:47.666293 | fa163e26-8700-1495-25f2-000000000b22 | TASK | create persistent directories 2025-10-06 08:59:47.905006 | fa163e26-8700-1495-25f2-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-06 08:59:47.906140 | fa163e26-8700-1495-25f2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.771175 | 0.24s 2025-10-06 08:59:48.109378 | fa163e26-8700-1495-25f2-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-06 08:59:48.110195 | fa163e26-8700-1495-25f2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.975240 | 0.44s 2025-10-06 08:59:48.114632 | fa163e26-8700-1495-25f2-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.979657 | 0.45s 2025-10-06 08:59:48.138988 | fa163e26-8700-1495-25f2-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-06 08:59:49.301296 | fa163e26-8700-1495-25f2-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-06 08:59:49.302753 | fa163e26-8700-1495-25f2-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:33.167794 | 1.16s 2025-10-06 08:59:49.323849 | fa163e26-8700-1495-25f2-000000000b24 | TASK | create persistent directories 2025-10-06 08:59:49.535235 | fa163e26-8700-1495-25f2-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-06 08:59:49.537846 | fa163e26-8700-1495-25f2-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.402873 | 0.21s 2025-10-06 08:59:49.548003 | fa163e26-8700-1495-25f2-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.413024 | 0.22s 2025-10-06 08:59:49.570694 | fa163e26-8700-1495-25f2-000000000b25 | TASK | create persistent directories 2025-10-06 08:59:49.811975 | fa163e26-8700-1495-25f2-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 08:59:49.813580 | fa163e26-8700-1495-25f2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.678605 | 0.24s 2025-10-06 08:59:50.079794 | fa163e26-8700-1495-25f2-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-06 08:59:50.080581 | fa163e26-8700-1495-25f2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.945625 | 0.51s 2025-10-06 08:59:50.085731 | fa163e26-8700-1495-25f2-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.950756 | 0.51s 2025-10-06 08:59:50.109719 | fa163e26-8700-1495-25f2-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-06 08:59:51.474565 | fa163e26-8700-1495-25f2-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-06 08:59:51.476617 | fa163e26-8700-1495-25f2-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:35.341648 | 1.36s 2025-10-06 08:59:51.508776 | fa163e26-8700-1495-25f2-000000000b27 | TASK | create persistent directories 2025-10-06 08:59:51.743764 | fa163e26-8700-1495-25f2-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 08:59:51.746110 | fa163e26-8700-1495-25f2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.611131 | 0.23s 2025-10-06 08:59:51.955377 | fa163e26-8700-1495-25f2-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-06 08:59:51.957002 | fa163e26-8700-1495-25f2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.822043 | 0.44s 2025-10-06 08:59:51.967602 | fa163e26-8700-1495-25f2-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.832643 | 0.46s 2025-10-06 08:59:51.994437 | fa163e26-8700-1495-25f2-000000000b28 | TASK | ensure ceph configurations exist 2025-10-06 08:59:52.226684 | fa163e26-8700-1495-25f2-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-06 08:59:52.228079 | fa163e26-8700-1495-25f2-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:36.093117 | 0.23s 2025-10-06 08:59:52.254360 | fa163e26-8700-1495-25f2-000000000b29 | TASK | create persistent directories 2025-10-06 08:59:52.494765 | fa163e26-8700-1495-25f2-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-06 08:59:52.497315 | fa163e26-8700-1495-25f2-000000000b29 | TIMING | create persistent directories | standalone | 0:01:36.362343 | 0.24s 2025-10-06 08:59:52.506857 | fa163e26-8700-1495-25f2-000000000b29 | TIMING | create persistent directories | standalone | 0:01:36.371902 | 0.25s 2025-10-06 08:59:52.530020 | fa163e26-8700-1495-25f2-000000000b2b | TASK | Create cinder image conversion directory 2025-10-06 08:59:52.557613 | fa163e26-8700-1495-25f2-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-06 08:59:52.558365 | fa163e26-8700-1495-25f2-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:36.423409 | 0.03s 2025-10-06 08:59:52.576746 | fa163e26-8700-1495-25f2-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-06 08:59:52.605250 | fa163e26-8700-1495-25f2-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-06 08:59:52.606518 | fa163e26-8700-1495-25f2-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:36.471552 | 0.03s 2025-10-06 08:59:52.623863 | fa163e26-8700-1495-25f2-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-06 08:59:52.652390 | fa163e26-8700-1495-25f2-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-06 08:59:52.653912 | fa163e26-8700-1495-25f2-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:36.518948 | 0.03s 2025-10-06 08:59:52.680417 | fa163e26-8700-1495-25f2-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-06 08:59:52.712553 | fa163e26-8700-1495-25f2-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-06 08:59:52.713955 | fa163e26-8700-1495-25f2-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.578982 | 0.03s 2025-10-06 08:59:52.740525 | fa163e26-8700-1495-25f2-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-06 08:59:52.773666 | fa163e26-8700-1495-25f2-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-06 08:59:52.775007 | fa163e26-8700-1495-25f2-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.640034 | 0.03s 2025-10-06 08:59:52.801158 | fa163e26-8700-1495-25f2-000000000b32 | TASK | Get or create LVM loopback device 2025-10-06 08:59:52.840035 | fa163e26-8700-1495-25f2-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-06 08:59:52.841743 | fa163e26-8700-1495-25f2-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.706769 | 0.04s 2025-10-06 08:59:52.866813 | fa163e26-8700-1495-25f2-000000000b33 | TASK | Create LVM volume group 2025-10-06 08:59:52.897956 | fa163e26-8700-1495-25f2-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-06 08:59:52.898878 | fa163e26-8700-1495-25f2-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:36.763920 | 0.03s 2025-10-06 08:59:52.918154 | fa163e26-8700-1495-25f2-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-06 08:59:52.943674 | fa163e26-8700-1495-25f2-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-06 08:59:52.944584 | fa163e26-8700-1495-25f2-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:36.809625 | 0.03s 2025-10-06 08:59:52.964972 | fa163e26-8700-1495-25f2-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-06 08:59:52.992135 | fa163e26-8700-1495-25f2-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-06 08:59:52.993138 | fa163e26-8700-1495-25f2-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:36.858179 | 0.03s 2025-10-06 08:59:53.010769 | fa163e26-8700-1495-25f2-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-06 08:59:53.964290 | fa163e26-8700-1495-25f2-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-06 08:59:53.965961 | fa163e26-8700-1495-25f2-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:37.830996 | 0.95s 2025-10-06 08:59:53.994548 | fa163e26-8700-1495-25f2-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-06 08:59:56.199992 | fa163e26-8700-1495-25f2-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-06 08:59:56.201884 | fa163e26-8700-1495-25f2-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:40.066920 | 2.21s 2025-10-06 08:59:56.257169 | fa163e26-8700-1495-25f2-000000000b3a | OK | set_fact | standalone 2025-10-06 08:59:56.258739 | fa163e26-8700-1495-25f2-000000000b3a | TIMING | set_fact | standalone | 0:01:40.123774 | 0.03s 2025-10-06 08:59:56.313634 | fa163e26-8700-1495-25f2-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:40.178661 | 0.03s 2025-10-06 08:59:56.373810 | fa163e26-8700-1495-25f2-000000000f04 | TASK | ensure apache is installed 2025-10-06 09:00:02.813851 | fa163e26-8700-1495-25f2-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-06 09:00:02.815560 | fa163e26-8700-1495-25f2-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:46.680601 | 6.44s 2025-10-06 09:00:02.837988 | fa163e26-8700-1495-25f2-000000000f05 | TASK | create image data directory 2025-10-06 09:00:03.079472 | fa163e26-8700-1495-25f2-000000000f05 | CHANGED | create image data directory | standalone 2025-10-06 09:00:03.080553 | fa163e26-8700-1495-25f2-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:46.945594 | 0.24s 2025-10-06 09:00:03.101453 | fa163e26-8700-1495-25f2-000000000f06 | TASK | create /v2/ response file 2025-10-06 09:00:03.517459 | fa163e26-8700-1495-25f2-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-06 09:00:03.518575 | fa163e26-8700-1495-25f2-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:47.383617 | 0.42s 2025-10-06 09:00:03.551180 | fa163e26-8700-1495-25f2-000000000f07 | TASK | Add listen line 2025-10-06 09:00:03.897902 | fa163e26-8700-1495-25f2-000000000f07 | CHANGED | Add listen line | standalone 2025-10-06 09:00:03.899378 | fa163e26-8700-1495-25f2-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:47.764414 | 0.35s 2025-10-06 09:00:03.926023 | fa163e26-8700-1495-25f2-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-06 09:00:04.409741 | fa163e26-8700-1495-25f2-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-06 09:00:04.410546 | fa163e26-8700-1495-25f2-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:48.275592 | 0.48s 2025-10-06 09:00:04.428706 | fa163e26-8700-1495-25f2-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-06 09:00:05.402199 | fa163e26-8700-1495-25f2-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-06 09:00:05.403513 | fa163e26-8700-1495-25f2-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:49.268555 | 0.97s 2025-10-06 09:00:05.444574 | fa163e26-8700-1495-25f2-000000000b3d | TASK | create persistent logs directory 2025-10-06 09:00:05.716705 | fa163e26-8700-1495-25f2-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-06 09:00:05.719261 | fa163e26-8700-1495-25f2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.584287 | 0.27s 2025-10-06 09:00:05.964166 | fa163e26-8700-1495-25f2-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-06 09:00:05.965484 | fa163e26-8700-1495-25f2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.830528 | 0.52s 2025-10-06 09:00:05.975762 | fa163e26-8700-1495-25f2-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.840806 | 0.53s 2025-10-06 09:00:05.994215 | fa163e26-8700-1495-25f2-000000000b3e | TASK | Mount NFS on host 2025-10-06 09:00:06.019982 | fa163e26-8700-1495-25f2-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-06 09:00:06.020770 | fa163e26-8700-1495-25f2-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:49.885813 | 0.03s 2025-10-06 09:00:06.041401 | fa163e26-8700-1495-25f2-000000000b3f | TASK | Mount Node Staging Location 2025-10-06 09:00:06.068567 | fa163e26-8700-1495-25f2-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-06 09:00:06.069490 | fa163e26-8700-1495-25f2-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:49.934530 | 0.03s 2025-10-06 09:00:06.088441 | fa163e26-8700-1495-25f2-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-06 09:00:06.268270 | fa163e26-8700-1495-25f2-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-06 09:00:06.269114 | fa163e26-8700-1495-25f2-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:50.134157 | 0.18s 2025-10-06 09:00:06.287055 | fa163e26-8700-1495-25f2-000000000b41 | TASK | create logs directory 2025-10-06 09:00:06.529018 | fa163e26-8700-1495-25f2-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-06 09:00:06.531141 | fa163e26-8700-1495-25f2-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.396170 | 0.24s 2025-10-06 09:00:06.759357 | fa163e26-8700-1495-25f2-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-06 09:00:06.760611 | fa163e26-8700-1495-25f2-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.625650 | 0.47s 2025-10-06 09:00:06.767076 | fa163e26-8700-1495-25f2-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.632107 | 0.48s 2025-10-06 09:00:06.788666 | fa163e26-8700-1495-25f2-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-06 09:00:06.816792 | fa163e26-8700-1495-25f2-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-06 09:00:06.817740 | fa163e26-8700-1495-25f2-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:50.682784 | 0.03s 2025-10-06 09:00:06.839262 | fa163e26-8700-1495-25f2-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-06 09:00:07.052664 | fa163e26-8700-1495-25f2-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-06 09:00:07.054543 | fa163e26-8700-1495-25f2-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:50.919573 | 0.21s 2025-10-06 09:00:07.074279 | fa163e26-8700-1495-25f2-000000000b44 | TASK | create persistent directories 2025-10-06 09:00:07.295571 | fa163e26-8700-1495-25f2-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-06 09:00:07.297498 | fa163e26-8700-1495-25f2-000000000b44 | TIMING | create persistent directories | standalone | 0:01:51.162539 | 0.22s 2025-10-06 09:00:07.307535 | fa163e26-8700-1495-25f2-000000000b44 | TIMING | create persistent directories | standalone | 0:01:51.172582 | 0.23s 2025-10-06 09:00:07.325437 | fa163e26-8700-1495-25f2-000000000b45 | TASK | create persistent data directory 2025-10-06 09:00:07.545779 | fa163e26-8700-1495-25f2-000000000b45 | OK | create persistent data directory | standalone 2025-10-06 09:00:07.546988 | fa163e26-8700-1495-25f2-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:51.412028 | 0.22s 2025-10-06 09:00:07.572376 | fa163e26-8700-1495-25f2-000000000b46 | TASK | get parameters 2025-10-06 09:00:07.622118 | fa163e26-8700-1495-25f2-000000000b46 | OK | get parameters | standalone 2025-10-06 09:00:07.623434 | fa163e26-8700-1495-25f2-000000000b46 | TIMING | get parameters | standalone | 0:01:51.488472 | 0.05s 2025-10-06 09:00:07.647882 | fa163e26-8700-1495-25f2-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-06 09:00:07.686457 | fa163e26-8700-1495-25f2-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-06 09:00:07.687767 | fa163e26-8700-1495-25f2-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:51.552802 | 0.04s 2025-10-06 09:00:07.714907 | fa163e26-8700-1495-25f2-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-06 09:00:07.757996 | fa163e26-8700-1495-25f2-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-06 09:00:07.759704 | fa163e26-8700-1495-25f2-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:51.624730 | 0.04s 2025-10-06 09:00:07.795033 | fa163e26-8700-1495-25f2-000000000b4a | TASK | get haproxy status 2025-10-06 09:00:07.844160 | fa163e26-8700-1495-25f2-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-06 09:00:07.845500 | fa163e26-8700-1495-25f2-000000000b4a | TIMING | get haproxy status | standalone | 0:01:51.710533 | 0.05s 2025-10-06 09:00:07.870761 | fa163e26-8700-1495-25f2-000000000b4b | TASK | get pacemaker status 2025-10-06 09:00:07.921988 | fa163e26-8700-1495-25f2-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-06 09:00:07.923366 | fa163e26-8700-1495-25f2-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:51.788359 | 0.05s 2025-10-06 09:00:07.945217 | fa163e26-8700-1495-25f2-000000000b4c | TASK | get docker status 2025-10-06 09:00:07.981982 | fa163e26-8700-1495-25f2-000000000b4c | SKIPPED | get docker status | standalone 2025-10-06 09:00:07.982910 | fa163e26-8700-1495-25f2-000000000b4c | TIMING | get docker status | standalone | 0:01:51.847954 | 0.04s 2025-10-06 09:00:08.004839 | fa163e26-8700-1495-25f2-000000000b4d | TASK | get container_id 2025-10-06 09:00:08.042901 | fa163e26-8700-1495-25f2-000000000b4d | SKIPPED | get container_id | standalone 2025-10-06 09:00:08.044442 | fa163e26-8700-1495-25f2-000000000b4d | TIMING | get container_id | standalone | 0:01:51.909474 | 0.04s 2025-10-06 09:00:08.070781 | fa163e26-8700-1495-25f2-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-06 09:00:08.111451 | fa163e26-8700-1495-25f2-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-06 09:00:08.112184 | fa163e26-8700-1495-25f2-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.977229 | 0.04s 2025-10-06 09:00:08.130159 | fa163e26-8700-1495-25f2-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-06 09:00:08.166169 | fa163e26-8700-1495-25f2-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-06 09:00:08.167014 | fa163e26-8700-1495-25f2-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:52.032057 | 0.04s 2025-10-06 09:00:08.184480 | fa163e26-8700-1495-25f2-000000000b50 | TASK | push certificate content 2025-10-06 09:00:08.220444 | fa163e26-8700-1495-25f2-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-06 09:00:08.221344 | fa163e26-8700-1495-25f2-000000000b50 | TIMING | push certificate content | standalone | 0:01:52.086387 | 0.04s 2025-10-06 09:00:08.240896 | fa163e26-8700-1495-25f2-000000000b52 | TASK | set certificate ownership 2025-10-06 09:00:08.271500 | fa163e26-8700-1495-25f2-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-06 09:00:08.272621 | fa163e26-8700-1495-25f2-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:52.137659 | 0.03s 2025-10-06 09:00:08.292937 | fa163e26-8700-1495-25f2-000000000b53 | TASK | reload haproxy if enabled 2025-10-06 09:00:08.332685 | fa163e26-8700-1495-25f2-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-06 09:00:08.334105 | fa163e26-8700-1495-25f2-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:52.199138 | 0.04s 2025-10-06 09:00:08.359540 | fa163e26-8700-1495-25f2-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-06 09:00:08.399774 | fa163e26-8700-1495-25f2-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-06 09:00:08.401065 | fa163e26-8700-1495-25f2-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:52.266100 | 0.04s 2025-10-06 09:00:08.426956 | fa163e26-8700-1495-25f2-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-06 09:00:08.476214 | fa163e26-8700-1495-25f2-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-06 09:00:08.476966 | fa163e26-8700-1495-25f2-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:52.342010 | 0.05s 2025-10-06 09:00:08.494214 | fa163e26-8700-1495-25f2-000000000b58 | TASK | create persistent directories 2025-10-06 09:00:08.720621 | fa163e26-8700-1495-25f2-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-06 09:00:08.722046 | fa163e26-8700-1495-25f2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.587080 | 0.23s 2025-10-06 09:00:08.967135 | fa163e26-8700-1495-25f2-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-06 09:00:08.968847 | fa163e26-8700-1495-25f2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.833887 | 0.47s 2025-10-06 09:00:08.978839 | fa163e26-8700-1495-25f2-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.843876 | 0.48s 2025-10-06 09:00:08.996706 | fa163e26-8700-1495-25f2-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-06 09:00:14.481004 | fa163e26-8700-1495-25f2-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-06 09:00:14.482215 | fa163e26-8700-1495-25f2-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:58.347253 | 5.48s 2025-10-06 09:00:14.504525 | fa163e26-8700-1495-25f2-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-06 09:00:14.590700 | fa163e26-8700-1495-25f2-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.73 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.25", " Catalog application: 0.25", " Config retrieval: 0.81", " Last run: 1759741214", " Total: 0.25", "Version:", " Config: 1759741213", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-06 09:00:14.591568 | fa163e26-8700-1495-25f2-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:58.456612 | 0.09s 2025-10-06 09:00:14.613190 | fa163e26-8700-1495-25f2-000000000b5b | TASK | create persistent directories 2025-10-06 09:00:14.867032 | fa163e26-8700-1495-25f2-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 09:00:14.869048 | fa163e26-8700-1495-25f2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.734085 | 0.25s 2025-10-06 09:00:15.094931 | fa163e26-8700-1495-25f2-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-06 09:00:15.096739 | fa163e26-8700-1495-25f2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.961778 | 0.48s 2025-10-06 09:00:15.107370 | fa163e26-8700-1495-25f2-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.972373 | 0.49s 2025-10-06 09:00:15.134034 | fa163e26-8700-1495-25f2-000000000b5c | TASK | create persistent directories 2025-10-06 09:00:15.374698 | fa163e26-8700-1495-25f2-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 09:00:15.376184 | fa163e26-8700-1495-25f2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.241213 | 0.24s 2025-10-06 09:00:15.554729 | fa163e26-8700-1495-25f2-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-06 09:00:15.555603 | fa163e26-8700-1495-25f2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.420645 | 0.42s 2025-10-06 09:00:15.561607 | fa163e26-8700-1495-25f2-000000000b5c | TIMING | create persistent directories | standalone | 0:01:59.426643 | 0.43s 2025-10-06 09:00:15.581080 | fa163e26-8700-1495-25f2-000000000b5d | TASK | create persistent directories 2025-10-06 09:00:15.809799 | fa163e26-8700-1495-25f2-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-06 09:00:15.810887 | fa163e26-8700-1495-25f2-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.675927 | 0.23s 2025-10-06 09:00:15.815622 | fa163e26-8700-1495-25f2-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.680652 | 0.23s 2025-10-06 09:00:15.842192 | fa163e26-8700-1495-25f2-000000000b5e | TASK | create persistent directories 2025-10-06 09:00:16.100847 | fa163e26-8700-1495-25f2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-06 09:00:16.102664 | fa163e26-8700-1495-25f2-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.967694 | 0.26s 2025-10-06 09:00:16.340634 | fa163e26-8700-1495-25f2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-06 09:00:16.341356 | fa163e26-8700-1495-25f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.206386 | 0.50s 2025-10-06 09:00:16.570802 | fa163e26-8700-1495-25f2-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-06 09:00:16.571724 | fa163e26-8700-1495-25f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.436771 | 0.73s 2025-10-06 09:00:16.771665 | fa163e26-8700-1495-25f2-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-06 09:00:16.772371 | fa163e26-8700-1495-25f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.637415 | 0.93s 2025-10-06 09:00:16.778904 | fa163e26-8700-1495-25f2-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.643931 | 0.94s 2025-10-06 09:00:16.807224 | fa163e26-8700-1495-25f2-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-06 09:00:17.278523 | fa163e26-8700-1495-25f2-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-06 09:00:17.279559 | fa163e26-8700-1495-25f2-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:01.144599 | 0.47s 2025-10-06 09:00:17.304921 | fa163e26-8700-1495-25f2-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-06 09:00:18.612739 | fa163e26-8700-1495-25f2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-06 09:00:18.613977 | fa163e26-8700-1495-25f2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.479011 | 1.31s 2025-10-06 09:00:19.841303 | fa163e26-8700-1495-25f2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-06 09:00:19.843816 | fa163e26-8700-1495-25f2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.708850 | 2.54s 2025-10-06 09:00:21.114395 | fa163e26-8700-1495-25f2-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-06 09:00:21.115178 | fa163e26-8700-1495-25f2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.980225 | 3.81s 2025-10-06 09:00:21.122950 | fa163e26-8700-1495-25f2-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.987983 | 3.82s 2025-10-06 09:00:21.145130 | fa163e26-8700-1495-25f2-000000000b61 | TASK | create persistent directories 2025-10-06 09:00:21.401955 | fa163e26-8700-1495-25f2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-06 09:00:21.403590 | fa163e26-8700-1495-25f2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.268616 | 0.26s 2025-10-06 09:00:21.585252 | fa163e26-8700-1495-25f2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-06 09:00:21.586646 | fa163e26-8700-1495-25f2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.451682 | 0.44s 2025-10-06 09:00:21.762534 | fa163e26-8700-1495-25f2-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-06 09:00:21.764581 | fa163e26-8700-1495-25f2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.629620 | 0.62s 2025-10-06 09:00:21.775835 | fa163e26-8700-1495-25f2-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.640863 | 0.63s 2025-10-06 09:00:21.803633 | fa163e26-8700-1495-25f2-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-06 09:00:22.028884 | fa163e26-8700-1495-25f2-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-06 09:00:22.030422 | fa163e26-8700-1495-25f2-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:05.895448 | 0.22s 2025-10-06 09:00:22.057229 | fa163e26-8700-1495-25f2-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-06 09:00:22.088209 | fa163e26-8700-1495-25f2-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-06 09:00:22.089472 | fa163e26-8700-1495-25f2-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:05.954504 | 0.03s 2025-10-06 09:00:22.116277 | fa163e26-8700-1495-25f2-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-06 09:00:22.358240 | fa163e26-8700-1495-25f2-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-06 09:00:22.359717 | fa163e26-8700-1495-25f2-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:06.224753 | 0.24s 2025-10-06 09:00:22.385923 | fa163e26-8700-1495-25f2-000000000b65 | TASK | Stop iscsi.service 2025-10-06 09:00:22.425930 | fa163e26-8700-1495-25f2-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-06 09:00:22.427097 | fa163e26-8700-1495-25f2-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:06.292131 | 0.04s 2025-10-06 09:00:22.474845 | fa163e26-8700-1495-25f2-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:06.339868 | 0.02s 2025-10-06 09:00:22.571949 | fa163e26-8700-1495-25f2-000000001067 | TASK | Install additional packages 2025-10-06 09:00:22.597178 | fa163e26-8700-1495-25f2-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:06.462212 | 0.02s 2025-10-06 09:00:22.615525 | fa163e26-8700-1495-25f2-000000001068 | TASK | Remove dracut-config-generic 2025-10-06 09:00:29.281975 | fa163e26-8700-1495-25f2-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-06 09:00:29.283073 | fa163e26-8700-1495-25f2-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:13.148116 | 6.67s 2025-10-06 09:00:29.304038 | fa163e26-8700-1495-25f2-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-06 09:00:29.546184 | fa163e26-8700-1495-25f2-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-06 09:00:29.547602 | fa163e26-8700-1495-25f2-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:13.412637 | 0.24s 2025-10-06 09:00:29.568715 | fa163e26-8700-1495-25f2-00000000106a | TASK | Write list of modules to load at boot 2025-10-06 09:00:30.039944 | fa163e26-8700-1495-25f2-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-06 09:00:30.041527 | fa163e26-8700-1495-25f2-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:13.906559 | 0.47s 2025-10-06 09:00:30.064279 | fa163e26-8700-1495-25f2-00000000106b | TASK | Modules reload 2025-10-06 09:00:30.581566 | fa163e26-8700-1495-25f2-00000000106b | CHANGED | Modules reload | standalone 2025-10-06 09:00:30.582971 | fa163e26-8700-1495-25f2-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:14.448011 | 0.52s 2025-10-06 09:00:30.610824 | fa163e26-8700-1495-25f2-00000000106c | TASK | Set default sysctl options 2025-10-06 09:00:31.082197 | fa163e26-8700-1495-25f2-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-06 09:00:31.083203 | fa163e26-8700-1495-25f2-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:14.948246 | 0.47s 2025-10-06 09:00:31.103517 | fa163e26-8700-1495-25f2-00000000106d | TASK | Set extra sysctl options 2025-10-06 09:00:31.518293 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-06 09:00:31.519346 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.384371 | 0.41s 2025-10-06 09:00:31.751504 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-06 09:00:31.752617 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.617655 | 0.65s 2025-10-06 09:00:31.972371 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-06 09:00:31.974064 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.839104 | 0.87s 2025-10-06 09:00:32.198064 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-06 09:00:32.199050 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.064090 | 1.09s 2025-10-06 09:00:32.421396 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-06 09:00:32.423297 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.288333 | 1.32s 2025-10-06 09:00:32.673408 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-06 09:00:32.675524 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.540559 | 1.57s 2025-10-06 09:00:32.894502 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-06 09:00:32.895432 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.760474 | 1.79s 2025-10-06 09:00:33.072748 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-06 09:00:33.073979 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.939016 | 1.97s 2025-10-06 09:00:33.280633 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-06 09:00:33.282592 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.147629 | 2.18s 2025-10-06 09:00:33.536784 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-06 09:00:33.537767 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.402808 | 2.43s 2025-10-06 09:00:33.759914 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-06 09:00:33.761541 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.626580 | 2.66s 2025-10-06 09:00:33.984747 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-06 09:00:33.985831 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.850871 | 2.88s 2025-10-06 09:00:34.231344 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-06 09:00:34.232597 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.097637 | 3.13s 2025-10-06 09:00:34.481972 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-06 09:00:34.483765 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.348801 | 3.38s 2025-10-06 09:00:34.699444 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-06 09:00:34.701102 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.566141 | 3.60s 2025-10-06 09:00:35.960658 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-06 09:00:35.962632 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.827670 | 4.86s 2025-10-06 09:00:36.206303 | fa163e26-8700-1495-25f2-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-06 09:00:36.207571 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.072601 | 5.10s 2025-10-06 09:00:36.228070 | fa163e26-8700-1495-25f2-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.093099 | 5.12s 2025-10-06 09:00:36.258486 | fa163e26-8700-1495-25f2-00000000106f | TASK | Sysctl reload 2025-10-06 09:00:36.668668 | fa163e26-8700-1495-25f2-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-06 09:00:36.670610 | fa163e26-8700-1495-25f2-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:20.535643 | 0.41s 2025-10-06 09:00:36.722541 | fa163e26-8700-1495-25f2-000000000b67 | TASK | create persistent directories 2025-10-06 09:00:36.973286 | fa163e26-8700-1495-25f2-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-06 09:00:36.974516 | fa163e26-8700-1495-25f2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:20.839552 | 0.25s 2025-10-06 09:00:37.164935 | fa163e26-8700-1495-25f2-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-06 09:00:37.166079 | fa163e26-8700-1495-25f2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:21.031117 | 0.44s 2025-10-06 09:00:37.177071 | fa163e26-8700-1495-25f2-000000000b67 | TIMING | create persistent directories | standalone | 0:02:21.042093 | 0.45s 2025-10-06 09:00:37.210160 | fa163e26-8700-1495-25f2-000000000b68 | TASK | Check if file certs_valid exist 2025-10-06 09:00:37.389023 | fa163e26-8700-1495-25f2-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-06 09:00:37.390259 | fa163e26-8700-1495-25f2-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:21.255295 | 0.18s 2025-10-06 09:00:37.416291 | fa163e26-8700-1495-25f2-000000000b69 | TASK | Check if file cert9.db exist 2025-10-06 09:00:37.647527 | fa163e26-8700-1495-25f2-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-06 09:00:37.648348 | fa163e26-8700-1495-25f2-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:21.513390 | 0.23s 2025-10-06 09:00:37.666186 | fa163e26-8700-1495-25f2-000000000b6a | TASK | Check if file key4.db exist 2025-10-06 09:00:37.899488 | fa163e26-8700-1495-25f2-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-06 09:00:37.900889 | fa163e26-8700-1495-25f2-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:21.765924 | 0.23s 2025-10-06 09:00:37.964411 | fa163e26-8700-1495-25f2-000000000b6b | SKIPPED | fail | standalone 2025-10-06 09:00:37.965768 | fa163e26-8700-1495-25f2-000000000b6b | TIMING | fail | standalone | 0:02:21.830800 | 0.03s 2025-10-06 09:00:37.991869 | fa163e26-8700-1495-25f2-000000000b6c | TASK | Create persistent directories 2025-10-06 09:00:38.242056 | fa163e26-8700-1495-25f2-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 09:00:38.243705 | fa163e26-8700-1495-25f2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.108731 | 0.25s 2025-10-06 09:00:38.481164 | fa163e26-8700-1495-25f2-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-06 09:00:38.482271 | fa163e26-8700-1495-25f2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.347310 | 0.49s 2025-10-06 09:00:38.488907 | fa163e26-8700-1495-25f2-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.353936 | 0.50s 2025-10-06 09:00:38.516097 | fa163e26-8700-1495-25f2-000000000b6d | TASK | create persistent directories 2025-10-06 09:00:38.730572 | fa163e26-8700-1495-25f2-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 09:00:38.732010 | fa163e26-8700-1495-25f2-000000000b6d | TIMING | create persistent directories | standalone | 0:02:22.597042 | 0.21s 2025-10-06 09:00:38.738168 | fa163e26-8700-1495-25f2-000000000b6d | TIMING | create persistent directories | standalone | 0:02:22.603204 | 0.22s 2025-10-06 09:00:38.760072 | fa163e26-8700-1495-25f2-000000000b6e | TASK | create persistent directories 2025-10-06 09:00:39.017000 | fa163e26-8700-1495-25f2-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-06 09:00:39.018849 | fa163e26-8700-1495-25f2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:22.883883 | 0.26s 2025-10-06 09:00:39.197658 | fa163e26-8700-1495-25f2-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-06 09:00:39.198364 | fa163e26-8700-1495-25f2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.063410 | 0.44s 2025-10-06 09:00:39.210214 | fa163e26-8700-1495-25f2-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.075253 | 0.45s 2025-10-06 09:00:39.228635 | fa163e26-8700-1495-25f2-000000000b6f | TASK | create persistent directories 2025-10-06 09:00:39.437618 | fa163e26-8700-1495-25f2-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-06 09:00:39.438909 | fa163e26-8700-1495-25f2-000000000b6f | TIMING | create persistent directories | standalone | 0:02:23.303954 | 0.21s 2025-10-06 09:00:39.449014 | fa163e26-8700-1495-25f2-000000000b6f | TIMING | create persistent directories | standalone | 0:02:23.314052 | 0.22s 2025-10-06 09:00:39.467166 | fa163e26-8700-1495-25f2-000000000b70 | TASK | create persistent directories 2025-10-06 09:00:39.675038 | fa163e26-8700-1495-25f2-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-06 09:00:39.678047 | fa163e26-8700-1495-25f2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:23.543062 | 0.21s 2025-10-06 09:00:39.884544 | fa163e26-8700-1495-25f2-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-06 09:00:39.885794 | fa163e26-8700-1495-25f2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:23.750829 | 0.42s 2025-10-06 09:00:40.045150 | fa163e26-8700-1495-25f2-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-06 09:00:40.046413 | fa163e26-8700-1495-25f2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:23.911452 | 0.58s 2025-10-06 09:00:40.058978 | fa163e26-8700-1495-25f2-000000000b70 | TIMING | create persistent directories | standalone | 0:02:23.924019 | 0.59s 2025-10-06 09:00:40.088833 | fa163e26-8700-1495-25f2-000000000b71 | TASK | create persistent directories 2025-10-06 09:00:40.322045 | fa163e26-8700-1495-25f2-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-06 09:00:40.324641 | fa163e26-8700-1495-25f2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.189668 | 0.23s 2025-10-06 09:00:40.478883 | fa163e26-8700-1495-25f2-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-06 09:00:40.480024 | fa163e26-8700-1495-25f2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.345063 | 0.39s 2025-10-06 09:00:40.487740 | fa163e26-8700-1495-25f2-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.352770 | 0.40s 2025-10-06 09:00:40.510372 | fa163e26-8700-1495-25f2-000000000b72 | TASK | create persistent directories 2025-10-06 09:00:40.763885 | fa163e26-8700-1495-25f2-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-06 09:00:40.765731 | fa163e26-8700-1495-25f2-000000000b72 | TIMING | create persistent directories | standalone | 0:02:24.630772 | 0.25s 2025-10-06 09:00:40.776240 | fa163e26-8700-1495-25f2-000000000b72 | TIMING | create persistent directories | standalone | 0:02:24.641264 | 0.26s 2025-10-06 09:00:40.803826 | fa163e26-8700-1495-25f2-000000000b73 | TASK | creating directory 2025-10-06 09:00:41.071463 | fa163e26-8700-1495-25f2-000000000b73 | CHANGED | creating directory | standalone 2025-10-06 09:00:41.072432 | fa163e26-8700-1495-25f2-000000000b73 | TIMING | creating directory | standalone | 0:02:24.937474 | 0.27s 2025-10-06 09:00:41.093621 | fa163e26-8700-1495-25f2-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-06 09:00:41.527236 | fa163e26-8700-1495-25f2-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-06 09:00:41.528394 | fa163e26-8700-1495-25f2-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:25.393434 | 0.43s 2025-10-06 09:00:41.554031 | fa163e26-8700-1495-25f2-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-06 09:00:42.498868 | fa163e26-8700-1495-25f2-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-06 09:00:42.500176 | fa163e26-8700-1495-25f2-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:26.365216 | 0.94s 2025-10-06 09:00:42.528977 | fa163e26-8700-1495-25f2-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-06 09:00:42.776215 | fa163e26-8700-1495-25f2-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-06 09:00:42.777931 | fa163e26-8700-1495-25f2-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:26.642962 | 0.25s 2025-10-06 09:00:42.804730 | fa163e26-8700-1495-25f2-000000000b77 | TASK | remove temp namespace 2025-10-06 09:00:43.041358 | fa163e26-8700-1495-25f2-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-06 09:00:43.042202 | fa163e26-8700-1495-25f2-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:26.907244 | 0.24s 2025-10-06 09:00:43.063589 | fa163e26-8700-1495-25f2-000000000b78 | TASK | create /var/lib/neutron 2025-10-06 09:00:43.281815 | fa163e26-8700-1495-25f2-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-06 09:00:43.282767 | fa163e26-8700-1495-25f2-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:27.147807 | 0.22s 2025-10-06 09:00:43.300808 | fa163e26-8700-1495-25f2-000000000b79 | TASK | set conditions 2025-10-06 09:00:43.328911 | fa163e26-8700-1495-25f2-000000000b79 | OK | set conditions | standalone 2025-10-06 09:00:43.329736 | fa163e26-8700-1495-25f2-000000000b79 | TIMING | set conditions | standalone | 0:02:27.194781 | 0.03s 2025-10-06 09:00:43.347371 | fa163e26-8700-1495-25f2-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-06 09:00:43.588963 | fa163e26-8700-1495-25f2-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-06 09:00:43.591095 | fa163e26-8700-1495-25f2-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:27.456129 | 0.24s 2025-10-06 09:00:43.617963 | fa163e26-8700-1495-25f2-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-06 09:00:44.105471 | fa163e26-8700-1495-25f2-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-06 09:00:44.107060 | fa163e26-8700-1495-25f2-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:27.972089 | 0.49s 2025-10-06 09:00:44.133967 | fa163e26-8700-1495-25f2-000000000b7c | TASK | create haproxy kill script 2025-10-06 09:00:44.563958 | fa163e26-8700-1495-25f2-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-06 09:00:44.565791 | fa163e26-8700-1495-25f2-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:28.430820 | 0.43s 2025-10-06 09:00:44.597782 | fa163e26-8700-1495-25f2-000000000b7d | TASK | create persistent directories 2025-10-06 09:00:44.854650 | fa163e26-8700-1495-25f2-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 09:00:44.855861 | fa163e26-8700-1495-25f2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:28.720899 | 0.26s 2025-10-06 09:00:45.076238 | fa163e26-8700-1495-25f2-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-06 09:00:45.078156 | fa163e26-8700-1495-25f2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:28.943200 | 0.48s 2025-10-06 09:00:45.089157 | fa163e26-8700-1495-25f2-000000000b7d | TIMING | create persistent directories | standalone | 0:02:28.954189 | 0.49s 2025-10-06 09:00:45.116374 | fa163e26-8700-1495-25f2-000000000b7e | TASK | create persistent directories 2025-10-06 09:00:45.350594 | fa163e26-8700-1495-25f2-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 09:00:45.352632 | fa163e26-8700-1495-25f2-000000000b7e | TIMING | create persistent directories | standalone | 0:02:29.217665 | 0.23s 2025-10-06 09:00:45.361916 | fa163e26-8700-1495-25f2-000000000b7e | TIMING | create persistent directories | standalone | 0:02:29.226954 | 0.24s 2025-10-06 09:00:45.379532 | fa163e26-8700-1495-25f2-000000000b7f | TASK | create persistent directories 2025-10-06 09:00:45.603209 | fa163e26-8700-1495-25f2-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-06 09:00:45.604519 | fa163e26-8700-1495-25f2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:29.469541 | 0.22s 2025-10-06 09:00:45.804034 | fa163e26-8700-1495-25f2-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-06 09:00:45.804751 | fa163e26-8700-1495-25f2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:29.669797 | 0.42s 2025-10-06 09:00:45.813361 | fa163e26-8700-1495-25f2-000000000b7f | TIMING | create persistent directories | standalone | 0:02:29.678351 | 0.43s 2025-10-06 09:00:45.843851 | fa163e26-8700-1495-25f2-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-06 09:00:46.055496 | fa163e26-8700-1495-25f2-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-06 09:00:46.057031 | fa163e26-8700-1495-25f2-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:29.922064 | 0.21s 2025-10-06 09:00:46.083929 | fa163e26-8700-1495-25f2-000000000b81 | TASK | create persistent directories 2025-10-06 09:00:46.317837 | fa163e26-8700-1495-25f2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-06 09:00:46.319544 | fa163e26-8700-1495-25f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.184569 | 0.23s 2025-10-06 09:00:46.572788 | fa163e26-8700-1495-25f2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-06 09:00:46.574882 | fa163e26-8700-1495-25f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.439918 | 0.49s 2025-10-06 09:00:46.776998 | fa163e26-8700-1495-25f2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-06 09:00:46.778183 | fa163e26-8700-1495-25f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.643221 | 0.69s 2025-10-06 09:00:46.987905 | fa163e26-8700-1495-25f2-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-06 09:00:46.989760 | fa163e26-8700-1495-25f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.854804 | 0.90s 2025-10-06 09:00:47.179524 | fa163e26-8700-1495-25f2-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-06 09:00:47.180936 | fa163e26-8700-1495-25f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.045979 | 1.10s 2025-10-06 09:00:47.192403 | fa163e26-8700-1495-25f2-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.057439 | 1.11s 2025-10-06 09:00:47.214621 | fa163e26-8700-1495-25f2-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-06 09:00:47.609786 | fa163e26-8700-1495-25f2-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-06 09:00:47.610795 | fa163e26-8700-1495-25f2-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:31.475837 | 0.40s 2025-10-06 09:00:47.631787 | fa163e26-8700-1495-25f2-000000000b83 | TASK | create tempfiles 2025-10-06 09:00:47.894072 | fa163e26-8700-1495-25f2-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-06 09:00:47.895289 | fa163e26-8700-1495-25f2-000000000b83 | TIMING | create tempfiles | standalone | 0:02:31.760329 | 0.26s 2025-10-06 09:00:47.916936 | fa163e26-8700-1495-25f2-000000000b84 | TASK | Mount Nova NFS Share 2025-10-06 09:00:47.936910 | fa163e26-8700-1495-25f2-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-06 09:00:47.937943 | fa163e26-8700-1495-25f2-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:31.802982 | 0.02s 2025-10-06 09:00:47.958728 | fa163e26-8700-1495-25f2-000000000b86 | TASK | check systemd-container package installed or not 2025-10-06 09:00:47.978103 | fa163e26-8700-1495-25f2-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-06 09:00:47.979162 | fa163e26-8700-1495-25f2-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:31.844202 | 0.02s 2025-10-06 09:00:48.000137 | fa163e26-8700-1495-25f2-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-06 09:00:48.027301 | fa163e26-8700-1495-25f2-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-06 09:00:48.029276 | fa163e26-8700-1495-25f2-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:31.894315 | 0.03s 2025-10-06 09:00:48.049609 | fa163e26-8700-1495-25f2-000000000b88 | TASK | Install systemd-container package on boot 2025-10-06 09:00:48.077187 | fa163e26-8700-1495-25f2-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-06 09:00:48.078151 | fa163e26-8700-1495-25f2-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:31.943192 | 0.03s 2025-10-06 09:00:48.107477 | fa163e26-8700-1495-25f2-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-06 09:00:48.136226 | fa163e26-8700-1495-25f2-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-06 09:00:48.137270 | fa163e26-8700-1495-25f2-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:32.002308 | 0.03s 2025-10-06 09:00:48.158218 | fa163e26-8700-1495-25f2-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-06 09:00:48.186131 | fa163e26-8700-1495-25f2-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-06 09:00:48.187140 | fa163e26-8700-1495-25f2-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:32.052181 | 0.03s 2025-10-06 09:00:48.208710 | fa163e26-8700-1495-25f2-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-06 09:00:48.237041 | fa163e26-8700-1495-25f2-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-06 09:00:48.238029 | fa163e26-8700-1495-25f2-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:32.103069 | 0.03s 2025-10-06 09:00:48.258837 | fa163e26-8700-1495-25f2-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-06 09:00:48.288836 | fa163e26-8700-1495-25f2-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-06 09:00:48.289872 | fa163e26-8700-1495-25f2-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:32.154912 | 0.03s 2025-10-06 09:00:48.310583 | fa163e26-8700-1495-25f2-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-06 09:00:48.339853 | fa163e26-8700-1495-25f2-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-06 09:00:48.340900 | fa163e26-8700-1495-25f2-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:32.205940 | 0.03s 2025-10-06 09:00:48.367142 | fa163e26-8700-1495-25f2-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-06 09:00:48.396856 | fa163e26-8700-1495-25f2-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-06 09:00:48.397850 | fa163e26-8700-1495-25f2-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:32.262890 | 0.03s 2025-10-06 09:00:48.418507 | fa163e26-8700-1495-25f2-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-06 09:00:48.446308 | fa163e26-8700-1495-25f2-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-06 09:00:48.447323 | fa163e26-8700-1495-25f2-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:32.312358 | 0.03s 2025-10-06 09:00:48.468242 | fa163e26-8700-1495-25f2-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-06 09:00:48.498709 | fa163e26-8700-1495-25f2-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-06 09:00:48.499753 | fa163e26-8700-1495-25f2-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:32.364791 | 0.03s 2025-10-06 09:00:48.520467 | fa163e26-8700-1495-25f2-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-06 09:00:48.550304 | fa163e26-8700-1495-25f2-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-06 09:00:48.551281 | fa163e26-8700-1495-25f2-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:32.416321 | 0.03s 2025-10-06 09:00:48.573100 | fa163e26-8700-1495-25f2-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-06 09:00:48.601784 | fa163e26-8700-1495-25f2-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-06 09:00:48.602774 | fa163e26-8700-1495-25f2-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:32.467810 | 0.03s 2025-10-06 09:00:48.628548 | fa163e26-8700-1495-25f2-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-06 09:00:48.667830 | fa163e26-8700-1495-25f2-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-06 09:00:48.669046 | fa163e26-8700-1495-25f2-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:32.534080 | 0.04s 2025-10-06 09:00:48.695303 | fa163e26-8700-1495-25f2-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-06 09:00:48.734903 | fa163e26-8700-1495-25f2-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-06 09:00:48.736218 | fa163e26-8700-1495-25f2-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:32.601251 | 0.04s 2025-10-06 09:00:48.758715 | fa163e26-8700-1495-25f2-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-06 09:00:48.785244 | fa163e26-8700-1495-25f2-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-06 09:00:48.786242 | fa163e26-8700-1495-25f2-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:32.651282 | 0.03s 2025-10-06 09:00:48.806951 | fa163e26-8700-1495-25f2-000000000b9a | TASK | Is irqbalance enabled 2025-10-06 09:00:48.827991 | fa163e26-8700-1495-25f2-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-06 09:00:48.829021 | fa163e26-8700-1495-25f2-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:32.694062 | 0.02s 2025-10-06 09:00:48.850241 | fa163e26-8700-1495-25f2-000000000b9b | TASK | disable irqbalance service on compute 2025-10-06 09:00:48.871064 | fa163e26-8700-1495-25f2-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-06 09:00:48.871943 | fa163e26-8700-1495-25f2-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:32.736984 | 0.02s 2025-10-06 09:00:48.889935 | fa163e26-8700-1495-25f2-000000000b9c | TASK | create persistent directories 2025-10-06 09:00:49.114555 | fa163e26-8700-1495-25f2-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-06 09:00:49.116229 | fa163e26-8700-1495-25f2-000000000b9c | TIMING | create persistent directories | standalone | 0:02:32.981254 | 0.23s 2025-10-06 09:00:49.123207 | fa163e26-8700-1495-25f2-000000000b9c | TIMING | create persistent directories | standalone | 0:02:32.988242 | 0.23s 2025-10-06 09:00:49.142793 | fa163e26-8700-1495-25f2-000000000b9d | TASK | create libvirt persistent data directories 2025-10-06 09:00:49.467663 | fa163e26-8700-1495-25f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-06 09:00:49.469046 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.334083 | 0.33s 2025-10-06 09:00:49.666629 | fa163e26-8700-1495-25f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-06 09:00:49.667254 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.532300 | 0.52s 2025-10-06 09:00:49.912610 | fa163e26-8700-1495-25f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-06 09:00:49.914151 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.779191 | 0.77s 2025-10-06 09:00:50.152878 | fa163e26-8700-1495-25f2-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-06 09:00:50.153621 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.018666 | 1.01s 2025-10-06 09:00:50.341399 | fa163e26-8700-1495-25f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-06 09:00:50.342332 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.207376 | 1.20s 2025-10-06 09:00:50.531249 | fa163e26-8700-1495-25f2-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-06 09:00:50.532103 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.397146 | 1.39s 2025-10-06 09:00:50.725797 | fa163e26-8700-1495-25f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-06 09:00:50.728113 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.593139 | 1.58s 2025-10-06 09:00:50.950304 | fa163e26-8700-1495-25f2-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-06 09:00:50.951965 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.817010 | 1.81s 2025-10-06 09:00:50.964999 | fa163e26-8700-1495-25f2-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.830020 | 1.82s 2025-10-06 09:00:50.995299 | fa163e26-8700-1495-25f2-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-06 09:00:51.460035 | fa163e26-8700-1495-25f2-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-06 09:00:51.461475 | fa163e26-8700-1495-25f2-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:35.326509 | 0.46s 2025-10-06 09:00:51.487888 | fa163e26-8700-1495-25f2-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-06 09:00:51.996744 | fa163e26-8700-1495-25f2-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-06 09:00:51.997821 | fa163e26-8700-1495-25f2-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:35.862861 | 0.51s 2025-10-06 09:00:52.018962 | fa163e26-8700-1495-25f2-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-06 09:00:52.299407 | fa163e26-8700-1495-25f2-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-06 09:00:52.300689 | fa163e26-8700-1495-25f2-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:36.165724 | 0.28s 2025-10-06 09:00:52.326213 | fa163e26-8700-1495-25f2-000000000ba1 | TASK | check if libvirt is installed 2025-10-06 09:00:52.573106 | fa163e26-8700-1495-25f2-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-06 09:00:52.574540 | fa163e26-8700-1495-25f2-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:36.439575 | 0.25s 2025-10-06 09:00:52.601190 | fa163e26-8700-1495-25f2-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-06 09:00:52.643566 | fa163e26-8700-1495-25f2-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-06 09:00:52.650506 | fa163e26-8700-1495-25f2-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-06 09:00:52.656966 | fa163e26-8700-1495-25f2-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:36.521995 | 0.05s 2025-10-06 09:00:52.682461 | fa163e26-8700-1495-25f2-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-06 09:00:53.123945 | fa163e26-8700-1495-25f2-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-06 09:00:53.125780 | fa163e26-8700-1495-25f2-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:36.990811 | 0.44s 2025-10-06 09:00:53.152910 | fa163e26-8700-1495-25f2-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-06 09:00:54.025147 | fa163e26-8700-1495-25f2-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-06 09:00:54.027043 | fa163e26-8700-1495-25f2-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:37.892075 | 0.87s 2025-10-06 09:00:54.056923 | fa163e26-8700-1495-25f2-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-06 09:00:54.272891 | fa163e26-8700-1495-25f2-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-06 09:00:54.274698 | fa163e26-8700-1495-25f2-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:38.139739 | 0.22s 2025-10-06 09:00:54.285663 | fa163e26-8700-1495-25f2-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:38.150692 | 0.23s 2025-10-06 09:00:54.313689 | fa163e26-8700-1495-25f2-000000000ba6 | TASK | create persistent directories 2025-10-06 09:00:54.589814 | fa163e26-8700-1495-25f2-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-06 09:00:54.591440 | fa163e26-8700-1495-25f2-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:38.456465 | 0.28s 2025-10-06 09:00:54.795967 | fa163e26-8700-1495-25f2-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-06 09:00:54.797525 | fa163e26-8700-1495-25f2-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:38.662559 | 0.48s 2025-10-06 09:00:54.807428 | fa163e26-8700-1495-25f2-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:38.672460 | 0.49s 2025-10-06 09:00:54.841247 | fa163e26-8700-1495-25f2-000000000ba7 | TASK | Copy in cleanup script 2025-10-06 09:00:55.327911 | fa163e26-8700-1495-25f2-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-06 09:00:55.330426 | fa163e26-8700-1495-25f2-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:39.195460 | 0.49s 2025-10-06 09:00:55.356876 | fa163e26-8700-1495-25f2-000000000ba8 | TASK | Copy in cleanup service 2025-10-06 09:00:55.834466 | fa163e26-8700-1495-25f2-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-06 09:00:55.837286 | fa163e26-8700-1495-25f2-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:39.702319 | 0.48s 2025-10-06 09:00:55.865258 | fa163e26-8700-1495-25f2-000000000ba9 | TASK | Enabling the cleanup service 2025-10-06 09:00:56.622516 | fa163e26-8700-1495-25f2-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-06 09:00:56.624700 | fa163e26-8700-1495-25f2-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:40.489738 | 0.76s 2025-10-06 09:00:56.646799 | fa163e26-8700-1495-25f2-000000000baa | TASK | create persistent directories 2025-10-06 09:00:56.853923 | fa163e26-8700-1495-25f2-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-06 09:00:56.855919 | fa163e26-8700-1495-25f2-000000000baa | TIMING | create persistent directories | standalone | 0:02:40.720937 | 0.21s 2025-10-06 09:00:57.084512 | fa163e26-8700-1495-25f2-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-06 09:00:57.086563 | fa163e26-8700-1495-25f2-000000000baa | TIMING | create persistent directories | standalone | 0:02:40.951605 | 0.44s 2025-10-06 09:00:57.097778 | fa163e26-8700-1495-25f2-000000000baa | TIMING | create persistent directories | standalone | 0:02:40.962806 | 0.45s 2025-10-06 09:00:57.124435 | fa163e26-8700-1495-25f2-000000000bab | TASK | set conditions 2025-10-06 09:00:57.153269 | fa163e26-8700-1495-25f2-000000000bab | OK | set conditions | standalone 2025-10-06 09:00:57.154945 | fa163e26-8700-1495-25f2-000000000bab | TIMING | set conditions | standalone | 0:02:41.019975 | 0.03s 2025-10-06 09:00:57.181699 | fa163e26-8700-1495-25f2-000000000bac | TASK | create persistent directories 2025-10-06 09:00:57.431873 | fa163e26-8700-1495-25f2-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 09:00:57.433213 | fa163e26-8700-1495-25f2-000000000bac | TIMING | create persistent directories | standalone | 0:02:41.298246 | 0.25s 2025-10-06 09:00:57.643426 | fa163e26-8700-1495-25f2-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-06 09:00:57.644474 | fa163e26-8700-1495-25f2-000000000bac | TIMING | create persistent directories | standalone | 0:02:41.509516 | 0.46s 2025-10-06 09:00:57.869785 | fa163e26-8700-1495-25f2-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-06 09:00:57.871817 | fa163e26-8700-1495-25f2-000000000bac | TIMING | create persistent directories | standalone | 0:02:41.736855 | 0.69s 2025-10-06 09:00:57.883250 | fa163e26-8700-1495-25f2-000000000bac | TIMING | create persistent directories | standalone | 0:02:41.748278 | 0.70s 2025-10-06 09:00:57.911859 | fa163e26-8700-1495-25f2-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-06 09:00:58.379118 | fa163e26-8700-1495-25f2-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-06 09:00:58.380643 | fa163e26-8700-1495-25f2-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:42.245679 | 0.47s 2025-10-06 09:00:58.406191 | fa163e26-8700-1495-25f2-000000000bae | TASK | create persistent directories 2025-10-06 09:00:58.644760 | fa163e26-8700-1495-25f2-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 09:00:58.645840 | fa163e26-8700-1495-25f2-000000000bae | TIMING | create persistent directories | standalone | 0:02:42.510865 | 0.24s 2025-10-06 09:00:58.839126 | fa163e26-8700-1495-25f2-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-06 09:00:58.840566 | fa163e26-8700-1495-25f2-000000000bae | TIMING | create persistent directories | standalone | 0:02:42.705597 | 0.43s 2025-10-06 09:00:58.848920 | fa163e26-8700-1495-25f2-000000000bae | TIMING | create persistent directories | standalone | 0:02:42.713945 | 0.44s 2025-10-06 09:00:58.876819 | fa163e26-8700-1495-25f2-000000000baf | TASK | create empty log files 2025-10-06 09:00:59.132007 | fa163e26-8700-1495-25f2-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-06 09:00:59.134479 | fa163e26-8700-1495-25f2-000000000baf | TIMING | create empty log files | standalone | 0:02:42.999497 | 0.26s 2025-10-06 09:00:59.315223 | fa163e26-8700-1495-25f2-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-06 09:00:59.316367 | fa163e26-8700-1495-25f2-000000000baf | TIMING | create empty log files | standalone | 0:02:43.181408 | 0.44s 2025-10-06 09:00:59.328706 | fa163e26-8700-1495-25f2-000000000baf | TIMING | create empty log files | standalone | 0:02:43.193743 | 0.45s 2025-10-06 09:00:59.356125 | fa163e26-8700-1495-25f2-000000000bb0 | TASK | create persistent directories 2025-10-06 09:00:59.601584 | fa163e26-8700-1495-25f2-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-06 09:00:59.605302 | fa163e26-8700-1495-25f2-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:43.470331 | 0.25s 2025-10-06 09:00:59.614498 | fa163e26-8700-1495-25f2-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:43.479529 | 0.26s 2025-10-06 09:00:59.641872 | fa163e26-8700-1495-25f2-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-06 09:01:02.654192 | fa163e26-8700-1495-25f2-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-06 09:01:02.656395 | fa163e26-8700-1495-25f2-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:46.521422 | 3.01s 2025-10-06 09:01:02.703887 | fa163e26-8700-1495-25f2-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:46.568920 | 0.02s 2025-10-06 09:01:02.751989 | fa163e26-8700-1495-25f2-000000001291 | TASK | Gather variables for each operating system 2025-10-06 09:01:02.845051 | fa163e26-8700-1495-25f2-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:46.710074 | 0.09s 2025-10-06 09:01:02.870772 | fa163e26-8700-1495-25f2-000000001292 | TASK | Set packages facts 2025-10-06 09:01:02.900195 | fa163e26-8700-1495-25f2-000000001292 | OK | Set packages facts | standalone 2025-10-06 09:01:02.901460 | fa163e26-8700-1495-25f2-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:46.766497 | 0.03s 2025-10-06 09:01:02.926956 | fa163e26-8700-1495-25f2-000000001293 | TASK | Manage package 2025-10-06 09:01:02.977803 | fa163e26-8700-1495-25f2-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-06 09:01:02.993942 | fa163e26-8700-1495-25f2-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-06 09:01:03.006754 | fa163e26-8700-1495-25f2-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-06 09:01:07.772343 | fa163e26-8700-1495-25f2-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:51.637359 | 4.84s 2025-10-06 09:01:07.796714 | fa163e26-8700-1495-25f2-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-06 09:01:07.803257 | fa163e26-8700-1495-25f2-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:51.668282 | 4.87s 2025-10-06 09:01:07.843624 | fa163e26-8700-1495-25f2-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-06 09:01:09.042600 | fa163e26-8700-1495-25f2-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-06 09:01:09.044534 | fa163e26-8700-1495-25f2-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:52.909577 | 1.20s 2025-10-06 09:01:09.064937 | fa163e26-8700-1495-25f2-000000000bb6 | TASK | create persistent directories 2025-10-06 09:01:09.324574 | fa163e26-8700-1495-25f2-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-06 09:01:09.326539 | fa163e26-8700-1495-25f2-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:53.191572 | 0.26s 2025-10-06 09:01:09.515848 | fa163e26-8700-1495-25f2-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-06 09:01:09.517878 | fa163e26-8700-1495-25f2-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:53.382915 | 0.45s 2025-10-06 09:01:09.528655 | fa163e26-8700-1495-25f2-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:53.393693 | 0.46s 2025-10-06 09:01:09.555974 | fa163e26-8700-1495-25f2-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-06 09:01:09.801885 | fa163e26-8700-1495-25f2-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-06 09:01:09.803201 | fa163e26-8700-1495-25f2-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:53.668237 | 0.25s 2025-10-06 09:01:09.865521 | fa163e26-8700-1495-25f2-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-06 09:01:09.880610 | fa163e26-8700-1495-25f2-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-06 09:01:09.881430 | fa163e26-8700-1495-25f2-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:53.746474 | 0.01s 2025-10-06 09:01:09.899008 | fa163e26-8700-1495-25f2-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-06 09:01:10.084162 | fa163e26-8700-1495-25f2-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-06 09:01:10.084999 | fa163e26-8700-1495-25f2-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:53.950044 | 0.18s 2025-10-06 09:01:10.103085 | fa163e26-8700-1495-25f2-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-06 09:01:10.311077 | fa163e26-8700-1495-25f2-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-06 09:01:10.312122 | fa163e26-8700-1495-25f2-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:54.177164 | 0.21s 2025-10-06 09:01:10.333909 | fa163e26-8700-1495-25f2-000000000bbb | TASK | Restart systemd-logind 2025-10-06 09:01:10.797549 | fa163e26-8700-1495-25f2-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-06 09:01:10.798820 | fa163e26-8700-1495-25f2-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:54.663863 | 0.46s 2025-10-06 09:01:10.817430 | fa163e26-8700-1495-25f2-000000000bbc | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-06 09:01:10.867573 | fa163e26-8700-1495-25f2-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-06 09:01:10.868618 | fa163e26-8700-1495-25f2-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:54.733651 | 0.05s 2025-10-06 09:01:10.891880 | fa163e26-8700-1495-25f2-000000000bbd | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-06 09:01:10.949659 | fa163e26-8700-1495-25f2-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-06 09:01:10.950305 | fa163e26-8700-1495-25f2-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:54.815348 | 0.06s 2025-10-06 09:01:10.976391 | fa163e26-8700-1495-25f2-000000000bbe | TASK | create persistent logs directory 2025-10-06 09:01:11.216626 | fa163e26-8700-1495-25f2-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-06 09:01:11.217568 | fa163e26-8700-1495-25f2-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:55.082608 | 0.24s 2025-10-06 09:01:11.381028 | fa163e26-8700-1495-25f2-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-06 09:01:11.382497 | fa163e26-8700-1495-25f2-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:55.247542 | 0.40s 2025-10-06 09:01:11.393399 | fa163e26-8700-1495-25f2-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:55.258432 | 0.42s 2025-10-06 09:01:11.419676 | fa163e26-8700-1495-25f2-000000000bc0 | TASK | Set login facts 2025-10-06 09:01:11.439909 | fa163e26-8700-1495-25f2-000000000bc0 | OK | Set login facts | standalone 2025-10-06 09:01:11.441067 | fa163e26-8700-1495-25f2-000000000bc0 | TIMING | Set login facts | standalone | 0:02:55.306103 | 0.02s 2025-10-06 09:01:11.466358 | fa163e26-8700-1495-25f2-000000000bc1 | TASK | Convert logins json to dict 2025-10-06 09:01:11.495809 | fa163e26-8700-1495-25f2-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-06 09:01:11.496809 | fa163e26-8700-1495-25f2-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:55.361849 | 0.03s 2025-10-06 09:01:11.514271 | fa163e26-8700-1495-25f2-000000000bc2 | TASK | Set registry logins 2025-10-06 09:01:11.541635 | fa163e26-8700-1495-25f2-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-06 09:01:11.542479 | fa163e26-8700-1495-25f2-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:55.407496 | 0.03s 2025-10-06 09:01:11.560852 | fa163e26-8700-1495-25f2-000000000bc3 | TASK | Run podman install 2025-10-06 09:01:11.586607 | fa163e26-8700-1495-25f2-000000000bc3 | TIMING | Run podman install | standalone | 0:02:55.451642 | 0.02s 2025-10-06 09:01:11.647818 | fa163e26-8700-1495-25f2-000000001323 | TASK | Gather variables for each operating system 2025-10-06 09:01:11.795704 | fa163e26-8700-1495-25f2-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-06 09:01:11.797106 | fa163e26-8700-1495-25f2-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:55.662149 | 0.15s 2025-10-06 09:01:11.807620 | fa163e26-8700-1495-25f2-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:55.672657 | 0.16s 2025-10-06 09:01:11.828836 | fa163e26-8700-1495-25f2-000000001325 | TASK | ensure podman and deps are installed 2025-10-06 09:01:14.809530 | fa163e26-8700-1495-25f2-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-06 09:01:14.810519 | fa163e26-8700-1495-25f2-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:58.675560 | 2.98s 2025-10-06 09:01:14.836574 | fa163e26-8700-1495-25f2-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-06 09:01:15.420584 | fa163e26-8700-1495-25f2-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-06 09:01:15.421213 | fa163e26-8700-1495-25f2-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:59.286258 | 0.58s 2025-10-06 09:01:15.441565 | fa163e26-8700-1495-25f2-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-06 09:01:15.467985 | fa163e26-8700-1495-25f2-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-06 09:01:15.469021 | fa163e26-8700-1495-25f2-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:59.334058 | 0.03s 2025-10-06 09:01:15.487421 | fa163e26-8700-1495-25f2-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-06 09:01:15.523959 | fa163e26-8700-1495-25f2-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-06 09:01:15.524969 | fa163e26-8700-1495-25f2-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:59.390009 | 0.04s 2025-10-06 09:01:15.545814 | fa163e26-8700-1495-25f2-00000000132a | TASK | Update default network configuration if possible 2025-10-06 09:01:15.584203 | fa163e26-8700-1495-25f2-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-06 09:01:15.585202 | fa163e26-8700-1495-25f2-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:59.450243 | 0.04s 2025-10-06 09:01:15.604689 | fa163e26-8700-1495-25f2-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-06 09:01:15.810461 | fa163e26-8700-1495-25f2-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-06 09:01:15.812523 | fa163e26-8700-1495-25f2-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:59.677557 | 0.21s 2025-10-06 09:01:15.836226 | fa163e26-8700-1495-25f2-00000000132d | TASK | Get current podman network 2025-10-06 09:01:16.123564 | fa163e26-8700-1495-25f2-00000000132d | CHANGED | Get current podman network | standalone 2025-10-06 09:01:16.124640 | fa163e26-8700-1495-25f2-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:59.989681 | 0.29s 2025-10-06 09:01:16.149571 | fa163e26-8700-1495-25f2-00000000132e | TASK | Update the default network configuration 2025-10-06 09:01:16.756606 | fa163e26-8700-1495-25f2-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-06 09:01:16.758040 | fa163e26-8700-1495-25f2-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:00.623069 | 0.61s 2025-10-06 09:01:16.784951 | fa163e26-8700-1495-25f2-00000000132f | TASK | Write containers registries.conf 2025-10-06 09:01:17.375890 | fa163e26-8700-1495-25f2-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-06 09:01:17.377239 | fa163e26-8700-1495-25f2-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:01.242276 | 0.59s 2025-10-06 09:01:17.398976 | fa163e26-8700-1495-25f2-000000001330 | TASK | Write containers.conf 2025-10-06 09:01:17.656494 | fa163e26-8700-1495-25f2-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-06 09:01:17.658458 | fa163e26-8700-1495-25f2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.523485 | 0.26s 2025-10-06 09:01:17.842008 | fa163e26-8700-1495-25f2-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-06 09:01:17.843158 | fa163e26-8700-1495-25f2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.708195 | 0.44s 2025-10-06 09:01:18.046934 | fa163e26-8700-1495-25f2-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-06 09:01:18.048742 | fa163e26-8700-1495-25f2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.913779 | 0.65s 2025-10-06 09:01:18.265400 | fa163e26-8700-1495-25f2-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-06 09:01:18.267244 | fa163e26-8700-1495-25f2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.132279 | 0.87s 2025-10-06 09:01:18.278731 | fa163e26-8700-1495-25f2-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.143759 | 0.88s 2025-10-06 09:01:18.308082 | fa163e26-8700-1495-25f2-000000001331 | TASK | Enable podman.socket service 2025-10-06 09:01:18.343984 | fa163e26-8700-1495-25f2-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-06 09:01:18.345185 | fa163e26-8700-1495-25f2-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:02.210219 | 0.04s 2025-10-06 09:01:18.396958 | fa163e26-8700-1495-25f2-000000000bc4 | TASK | Run podman login 2025-10-06 09:01:18.426208 | fa163e26-8700-1495-25f2-000000000bc4 | TIMING | Run podman login | standalone | 0:03:02.291230 | 0.03s 2025-10-06 09:01:18.509140 | fa163e26-8700-1495-25f2-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-06 09:01:18.538252 | fa163e26-8700-1495-25f2-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:02.403284 | 0.03s 2025-10-06 09:01:18.577980 | fa163e26-8700-1495-25f2-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-06 09:01:19.084368 | fa163e26-8700-1495-25f2-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-06 09:01:19.085899 | fa163e26-8700-1495-25f2-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:02.950933 | 0.51s 2025-10-06 09:01:19.111284 | fa163e26-8700-1495-25f2-000000000bc7 | TASK | create persistent directories 2025-10-06 09:01:19.350612 | fa163e26-8700-1495-25f2-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-06 09:01:19.352382 | fa163e26-8700-1495-25f2-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:03.217368 | 0.24s 2025-10-06 09:01:19.561681 | fa163e26-8700-1495-25f2-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-06 09:01:19.562415 | fa163e26-8700-1495-25f2-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:03.427461 | 0.45s 2025-10-06 09:01:19.797232 | fa163e26-8700-1495-25f2-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-06 09:01:19.798430 | fa163e26-8700-1495-25f2-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:03.663467 | 0.69s 2025-10-06 09:01:19.805398 | fa163e26-8700-1495-25f2-000000000bc7 | TIMING | create persistent directories | standalone | 0:03:03.670439 | 0.69s 2025-10-06 09:01:19.831462 | fa163e26-8700-1495-25f2-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-06 09:01:20.339936 | fa163e26-8700-1495-25f2-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-06 09:01:20.341491 | fa163e26-8700-1495-25f2-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:04.206525 | 0.51s 2025-10-06 09:01:20.367724 | fa163e26-8700-1495-25f2-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-06 09:01:23.381935 | fa163e26-8700-1495-25f2-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-06 09:01:23.382703 | fa163e26-8700-1495-25f2-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:07.247749 | 3.01s 2025-10-06 09:01:23.407543 | fa163e26-8700-1495-25f2-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-06 09:01:23.722707 | fa163e26-8700-1495-25f2-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-06 09:01:23.724568 | fa163e26-8700-1495-25f2-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:07.589602 | 0.32s 2025-10-06 09:01:23.779982 | fa163e26-8700-1495-25f2-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:07.645008 | 0.03s 2025-10-06 09:01:23.864562 | fa163e26-8700-1495-25f2-00000000154c | TASK | Gather variables for each operating system 2025-10-06 09:01:23.989751 | fa163e26-8700-1495-25f2-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-06 09:01:23.991866 | fa163e26-8700-1495-25f2-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:07.856897 | 0.13s 2025-10-06 09:01:24.002285 | fa163e26-8700-1495-25f2-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:07.867314 | 0.14s 2025-10-06 09:01:24.030194 | fa163e26-8700-1495-25f2-00000000154e | TASK | Install the OpenSSH server 2025-10-06 09:01:27.123607 | fa163e26-8700-1495-25f2-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-06 09:01:27.124476 | fa163e26-8700-1495-25f2-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:10.989521 | 3.09s 2025-10-06 09:01:27.143356 | fa163e26-8700-1495-25f2-00000000154f | TASK | Start sshd 2025-10-06 09:01:27.169307 | fa163e26-8700-1495-25f2-00000000154f | SKIPPED | Start sshd | standalone 2025-10-06 09:01:27.170505 | fa163e26-8700-1495-25f2-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:11.035546 | 0.03s 2025-10-06 09:01:27.191693 | fa163e26-8700-1495-25f2-000000001550 | TASK | PasswordAuthentication notice 2025-10-06 09:01:27.216961 | fa163e26-8700-1495-25f2-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-06 09:01:27.217864 | fa163e26-8700-1495-25f2-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:11.082906 | 0.03s 2025-10-06 09:01:27.237777 | fa163e26-8700-1495-25f2-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-06 09:01:27.264557 | fa163e26-8700-1495-25f2-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-06 09:01:27.265391 | fa163e26-8700-1495-25f2-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:11.130436 | 0.03s 2025-10-06 09:01:27.283204 | fa163e26-8700-1495-25f2-000000001552 | TASK | Motd duplication notice 2025-10-06 09:01:27.308308 | fa163e26-8700-1495-25f2-000000001552 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-06 09:01:27.308976 | fa163e26-8700-1495-25f2-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:11.174022 | 0.03s 2025-10-06 09:01:27.326434 | fa163e26-8700-1495-25f2-000000001553 | TASK | Configure the banner text 2025-10-06 09:01:27.352125 | fa163e26-8700-1495-25f2-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-06 09:01:27.353272 | fa163e26-8700-1495-25f2-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:11.218307 | 0.03s 2025-10-06 09:01:27.380073 | fa163e26-8700-1495-25f2-000000001554 | TASK | Configure the motd banner 2025-10-06 09:01:27.407295 | fa163e26-8700-1495-25f2-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-06 09:01:27.408362 | fa163e26-8700-1495-25f2-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:11.273383 | 0.03s 2025-10-06 09:01:27.431294 | fa163e26-8700-1495-25f2-000000001555 | TASK | Update sshd configuration options from vars 2025-10-06 09:01:27.459007 | fa163e26-8700-1495-25f2-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-06 09:01:27.460195 | fa163e26-8700-1495-25f2-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:11.325231 | 0.03s 2025-10-06 09:01:27.483154 | fa163e26-8700-1495-25f2-000000001556 | TASK | Adjust ssh server configuration 2025-10-06 09:01:28.020815 | fa163e26-8700-1495-25f2-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-06 09:01:28.021872 | fa163e26-8700-1495-25f2-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:11.886914 | 0.54s 2025-10-06 09:01:28.043901 | fa163e26-8700-1495-25f2-000000001557 | TASK | Restart sshd 2025-10-06 09:01:28.469808 | fa163e26-8700-1495-25f2-000000001557 | CHANGED | Restart sshd | standalone 2025-10-06 09:01:28.471796 | fa163e26-8700-1495-25f2-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:12.336823 | 0.43s 2025-10-06 09:01:28.523416 | fa163e26-8700-1495-25f2-000000000bcc | TASK | create persistent directories 2025-10-06 09:01:28.810870 | fa163e26-8700-1495-25f2-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-06 09:01:28.813799 | fa163e26-8700-1495-25f2-000000000bcc | TIMING | create persistent directories | standalone | 0:03:12.678815 | 0.29s 2025-10-06 09:01:29.072983 | fa163e26-8700-1495-25f2-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-06 09:01:29.074319 | fa163e26-8700-1495-25f2-000000000bcc | TIMING | create persistent directories | standalone | 0:03:12.939364 | 0.55s 2025-10-06 09:01:29.287409 | fa163e26-8700-1495-25f2-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-06 09:01:29.288495 | fa163e26-8700-1495-25f2-000000000bcc | TIMING | create persistent directories | standalone | 0:03:13.153543 | 0.76s 2025-10-06 09:01:29.299188 | fa163e26-8700-1495-25f2-000000000bcc | TIMING | create persistent directories | standalone | 0:03:13.164227 | 0.77s 2025-10-06 09:01:29.318223 | fa163e26-8700-1495-25f2-000000000bcd | TASK | create persistent directories 2025-10-06 09:01:29.608867 | fa163e26-8700-1495-25f2-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-06 09:01:29.612105 | fa163e26-8700-1495-25f2-000000000bcd | TIMING | create persistent directories | standalone | 0:03:13.477125 | 0.29s 2025-10-06 09:01:29.805900 | fa163e26-8700-1495-25f2-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-06 09:01:29.808427 | fa163e26-8700-1495-25f2-000000000bcd | TIMING | create persistent directories | standalone | 0:03:13.673460 | 0.49s 2025-10-06 09:01:30.003678 | fa163e26-8700-1495-25f2-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-06 09:01:30.006223 | fa163e26-8700-1495-25f2-000000000bcd | TIMING | create persistent directories | standalone | 0:03:13.871252 | 0.69s 2025-10-06 09:01:30.016580 | fa163e26-8700-1495-25f2-000000000bcd | TIMING | create persistent directories | standalone | 0:03:13.881607 | 0.70s 2025-10-06 09:01:30.038346 | fa163e26-8700-1495-25f2-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-06 09:01:30.066393 | fa163e26-8700-1495-25f2-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-06 09:01:30.067679 | fa163e26-8700-1495-25f2-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:13.932720 | 0.03s 2025-10-06 09:01:30.089527 | fa163e26-8700-1495-25f2-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-06 09:01:30.121165 | fa163e26-8700-1495-25f2-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-06 09:01:30.122385 | fa163e26-8700-1495-25f2-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:13.987423 | 0.03s 2025-10-06 09:01:30.146937 | fa163e26-8700-1495-25f2-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-06 09:01:30.359677 | fa163e26-8700-1495-25f2-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-06 09:01:30.361194 | fa163e26-8700-1495-25f2-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:14.226229 | 0.21s 2025-10-06 09:01:30.387696 | fa163e26-8700-1495-25f2-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-06 09:01:30.416608 | fa163e26-8700-1495-25f2-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-06 09:01:30.418278 | fa163e26-8700-1495-25f2-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:14.283308 | 0.03s 2025-10-06 09:01:30.444377 | fa163e26-8700-1495-25f2-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-06 09:01:30.472828 | fa163e26-8700-1495-25f2-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-06 09:01:30.474024 | fa163e26-8700-1495-25f2-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:14.339058 | 0.03s 2025-10-06 09:01:30.500610 | fa163e26-8700-1495-25f2-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-06 09:01:30.530946 | fa163e26-8700-1495-25f2-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-06 09:01:30.532313 | fa163e26-8700-1495-25f2-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:14.397346 | 0.03s 2025-10-06 09:01:30.559061 | fa163e26-8700-1495-25f2-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-06 09:01:30.593454 | fa163e26-8700-1495-25f2-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:14.458472 | 0.03s 2025-10-06 09:01:30.619812 | fa163e26-8700-1495-25f2-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-06 09:01:30.671943 | fa163e26-8700-1495-25f2-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-06 09:01:30.673568 | fa163e26-8700-1495-25f2-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:14.538599 | 0.05s 2025-10-06 09:01:30.702686 | fa163e26-8700-1495-25f2-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-06 09:01:30.737182 | fa163e26-8700-1495-25f2-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:14.602194 | 0.03s 2025-10-06 09:01:30.764474 | fa163e26-8700-1495-25f2-000000000bd7 | TASK | Check for NTP service 2025-10-06 09:01:31.020257 | fa163e26-8700-1495-25f2-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-06 09:01:31.021121 | fa163e26-8700-1495-25f2-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:14.886167 | 0.26s 2025-10-06 09:01:31.046539 | fa163e26-8700-1495-25f2-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-06 09:01:31.096698 | fa163e26-8700-1495-25f2-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-06 09:01:31.098239 | fa163e26-8700-1495-25f2-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:14.963271 | 0.05s 2025-10-06 09:01:31.127017 | fa163e26-8700-1495-25f2-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-06 09:01:31.162083 | fa163e26-8700-1495-25f2-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:15.027103 | 0.03s 2025-10-06 09:01:31.264285 | fa163e26-8700-1495-25f2-0000000016e8 | TASK | Load distro-specific variables 2025-10-06 09:01:31.284427 | fa163e26-8700-1495-25f2-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.149455 | 0.02s 2025-10-06 09:01:31.293541 | b0451936-4ac2-46d8-9f92-146e32ded99a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 09:01:31.315963 | fa163e26-8700-1495-25f2-0000000017cd | TASK | Load distro-specific variables 2025-10-06 09:01:31.362178 | fa163e26-8700-1495-25f2-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 09:01:31.364148 | fa163e26-8700-1495-25f2-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.229173 | 0.05s 2025-10-06 09:01:31.373631 | fa163e26-8700-1495-25f2-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.238669 | 0.06s 2025-10-06 09:01:31.392291 | fa163e26-8700-1495-25f2-0000000016e9 | TASK | Install chronyd 2025-10-06 09:01:31.428382 | fa163e26-8700-1495-25f2-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:15.293410 | 0.04s 2025-10-06 09:01:31.445228 | a128c573-e430-4ff3-9353-68f872269ca3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-06 09:01:31.477118 | fa163e26-8700-1495-25f2-000000001806 | TASK | Load distro-specific variables 2025-10-06 09:01:31.504379 | fa163e26-8700-1495-25f2-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.369413 | 0.03s 2025-10-06 09:01:31.515902 | 22eedc55-78a8-496a-ae89-4c9337ba55cc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 09:01:31.542276 | fa163e26-8700-1495-25f2-00000000184d | TASK | Load distro-specific variables 2025-10-06 09:01:31.601584 | fa163e26-8700-1495-25f2-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 09:01:31.603834 | fa163e26-8700-1495-25f2-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.468865 | 0.06s 2025-10-06 09:01:31.613802 | fa163e26-8700-1495-25f2-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.478833 | 0.07s 2025-10-06 09:01:31.644182 | fa163e26-8700-1495-25f2-000000001807 | TASK | Check for NTP service 2025-10-06 09:01:31.905089 | fa163e26-8700-1495-25f2-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-06 09:01:31.906129 | fa163e26-8700-1495-25f2-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:15.771167 | 0.26s 2025-10-06 09:01:31.924254 | fa163e26-8700-1495-25f2-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-06 09:01:31.953365 | fa163e26-8700-1495-25f2-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-06 09:01:31.954134 | fa163e26-8700-1495-25f2-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:15.819177 | 0.03s 2025-10-06 09:01:31.972122 | fa163e26-8700-1495-25f2-000000001809 | TASK | Install chronyd package 2025-10-06 09:01:34.936408 | fa163e26-8700-1495-25f2-000000001809 | OK | Install chronyd package | standalone 2025-10-06 09:01:34.937908 | fa163e26-8700-1495-25f2-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:18.802941 | 2.96s 2025-10-06 09:01:34.966545 | fa163e26-8700-1495-25f2-0000000016ea | TASK | Upgrade chronyd 2025-10-06 09:01:34.985859 | fa163e26-8700-1495-25f2-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-06 09:01:34.987134 | fa163e26-8700-1495-25f2-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:18.852168 | 0.02s 2025-10-06 09:01:35.021046 | fa163e26-8700-1495-25f2-0000000016eb | TASK | Configure chronyd 2025-10-06 09:01:35.053449 | fa163e26-8700-1495-25f2-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:18.918472 | 0.03s 2025-10-06 09:01:35.078846 | d9bcc21b-831b-4e71-a34e-3910c961c158 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-06 09:01:35.116249 | fa163e26-8700-1495-25f2-000000001886 | TASK | Load distro-specific variables 2025-10-06 09:01:35.134654 | fa163e26-8700-1495-25f2-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.999688 | 0.02s 2025-10-06 09:01:35.143138 | 4301bb34-75b4-42e3-95fd-753b37f83bf4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 09:01:35.163167 | fa163e26-8700-1495-25f2-0000000018f2 | TASK | Load distro-specific variables 2025-10-06 09:01:35.193624 | fa163e26-8700-1495-25f2-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 09:01:35.194675 | fa163e26-8700-1495-25f2-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.059717 | 0.03s 2025-10-06 09:01:35.198698 | fa163e26-8700-1495-25f2-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.063739 | 0.03s 2025-10-06 09:01:35.216484 | fa163e26-8700-1495-25f2-000000001887 | TASK | Install chrony configuration file 2025-10-06 09:01:35.781211 | fa163e26-8700-1495-25f2-000000001887 | OK | Install chrony configuration file | standalone 2025-10-06 09:01:35.782608 | fa163e26-8700-1495-25f2-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:19.647643 | 0.57s 2025-10-06 09:01:35.810099 | fa163e26-8700-1495-25f2-0000000016ec | TASK | Run chronyd 2025-10-06 09:01:35.840104 | fa163e26-8700-1495-25f2-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:19.705123 | 0.03s 2025-10-06 09:01:35.874086 | 24f6a7d4-1276-4ea4-8ef4-2c1747054ce8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-06 09:01:35.934361 | fa163e26-8700-1495-25f2-000000001915 | TASK | Load distro-specific variables 2025-10-06 09:01:35.963086 | fa163e26-8700-1495-25f2-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.828109 | 0.03s 2025-10-06 09:01:35.976120 | c3b1b259-f0df-49b0-8666-5f04afc297f4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-06 09:01:36.002409 | fa163e26-8700-1495-25f2-000000001999 | TASK | Load distro-specific variables 2025-10-06 09:01:36.058553 | fa163e26-8700-1495-25f2-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-06 09:01:36.060061 | fa163e26-8700-1495-25f2-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.925087 | 0.06s 2025-10-06 09:01:36.072233 | fa163e26-8700-1495-25f2-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.937270 | 0.07s 2025-10-06 09:01:36.090697 | fa163e26-8700-1495-25f2-000000001916 | TASK | Ensure chronyd is running 2025-10-06 09:01:36.527608 | fa163e26-8700-1495-25f2-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-06 09:01:36.529501 | fa163e26-8700-1495-25f2-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:20.394537 | 0.44s 2025-10-06 09:01:36.557110 | fa163e26-8700-1495-25f2-000000001917 | TASK | Force chronyd restart 2025-10-06 09:01:36.607151 | fa163e26-8700-1495-25f2-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-06 09:01:36.608472 | fa163e26-8700-1495-25f2-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:20.473505 | 0.05s 2025-10-06 09:01:36.630077 | fa163e26-8700-1495-25f2-0000000016ed | TASK | Enable online service 2025-10-06 09:01:36.667687 | fa163e26-8700-1495-25f2-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:20.532705 | 0.04s 2025-10-06 09:01:36.690788 | 262b7075-c755-411e-9e1a-1e611cbb393e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-06 09:01:36.734239 | fa163e26-8700-1495-25f2-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-06 09:01:37.234401 | fa163e26-8700-1495-25f2-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-06 09:01:37.235727 | fa163e26-8700-1495-25f2-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:21.100764 | 0.50s 2025-10-06 09:01:37.260663 | fa163e26-8700-1495-25f2-0000000019c7 | TASK | Enable chrony-online.service 2025-10-06 09:01:37.963179 | fa163e26-8700-1495-25f2-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-06 09:01:37.965503 | fa163e26-8700-1495-25f2-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:21.830538 | 0.70s 2025-10-06 09:01:37.993477 | fa163e26-8700-1495-25f2-0000000016ee | TASK | Sync chronyc 2025-10-06 09:01:38.024954 | fa163e26-8700-1495-25f2-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:21.889969 | 0.03s 2025-10-06 09:01:38.045076 | b6e5bfe7-cbff-41d5-9e2f-fea0a9fc3063 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-06 09:01:38.094109 | fa163e26-8700-1495-25f2-000000001a6c | TASK | Force NTP sync 2025-10-06 09:01:38.336090 | fa163e26-8700-1495-25f2-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-06 09:01:38.337618 | fa163e26-8700-1495-25f2-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:22.202651 | 0.24s 2025-10-06 09:01:38.364547 | fa163e26-8700-1495-25f2-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-06 09:06:28.848209 | fa163e26-8700-1495-25f2-000000001a6d | FATAL | Ensure system is NTP time synced | standalone | error={"changed": true, "cmd": ["chronyc", "waitsync", "30"], "delta": "0:04:50.235975", "end": "2025-10-06 09:06:28.819166", "msg": "non-zero return code", "rc": 1, "start": "2025-10-06 09:01:38.583191", "stderr": "", "stderr_lines": [], "stdout": "try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 2, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 3, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 4, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 5, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 6, refid: 00000000, correction: 0.000000000, skew: 0.000\ntry: 7, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 8, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 9, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 10, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 11, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 12, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 13, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 14, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 15, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 16, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 17, refid: 00000000, correction: 0.000000001, skew: 0.000\ntry: 18, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 19, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 20, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 21, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 22, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 23, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 24, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 25, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 26, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 27, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 28, refid: 00000000, correction: 0.000000002, skew: 0.000\ntry: 29, refid: 00000000, correction: 0.000000003, skew: 0.000\ntry: 30, refid: 00000000, correction: 0.000000003, skew: 0.000", "stdout_lines": ["try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 2, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 3, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 4, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 5, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 6, refid: 00000000, correction: 0.000000000, skew: 0.000", "try: 7, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 8, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 9, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 10, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 11, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 12, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 13, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 14, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 15, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 16, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 17, refid: 00000000, correction: 0.000000001, skew: 0.000", "try: 18, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 19, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 20, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 21, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 22, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 23, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 24, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 25, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 26, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 27, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 28, refid: 00000000, correction: 0.000000002, skew: 0.000", "try: 29, refid: 00000000, correction: 0.000000003, skew: 0.000", "try: 30, refid: 00000000, correction: 0.000000003, skew: 0.000"]} 2025-10-06 09:06:28.849032 | fa163e26-8700-1495-25f2-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:08:12.714078 | 290.48s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=278 changed=154 unreachable=0 failed=1 skipped=144 rescued=0 ignored=0 undercloud : ok=16 changed=6 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2025-10-06 09:06:28.878258 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 09:06:28.878527 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 453 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 09:06:28.878809 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:08:12.743860 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 09:06:28.879067 | UUID | Info | Host | Task Name | Run Time 2025-10-06 09:06:28.879312 | fa163e26-8700-1495-25f2-000000001a6d | SUMMARY | standalone | chrony : Ensure system is NTP time synced | 290.48s 2025-10-06 09:06:28.879586 | fa163e26-8700-1495-25f2-000000000480 | SUMMARY | standalone | tuned : Install tuned | 6.74s 2025-10-06 09:06:28.879816 | fa163e26-8700-1495-25f2-000000001068 | SUMMARY | standalone | tripleo_kernel : Remove dracut-config-generic | 6.67s 2025-10-06 09:06:28.880082 | fa163e26-8700-1495-25f2-000000000f04 | SUMMARY | standalone | tripleo_image_serve : ensure apache is installed | 6.44s 2025-10-06 09:06:28.880345 | fa163e26-8700-1495-25f2-0000000002b1 | SUMMARY | standalone | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | 5.76s 2025-10-06 09:06:28.880574 | fa163e26-8700-1495-25f2-000000000b59 | SUMMARY | standalone | Run puppet on the host to apply IPtables rules | 5.48s 2025-10-06 09:06:28.880833 | fa163e26-8700-1495-25f2-00000000106d | SUMMARY | standalone | tripleo_kernel : Set extra sysctl options | 5.12s 2025-10-06 09:06:28.881055 | fa163e26-8700-1495-25f2-00000000077d | SUMMARY | standalone | tripleo_hieradata : Render hieradata from template | 4.88s 2025-10-06 09:06:28.881362 | fa163e26-8700-1495-25f2-000000001293 | SUMMARY | standalone | tripleo_clients_install : Manage package | 4.87s 2025-10-06 09:06:28.881611 | fa163e26-8700-1495-25f2-0000000009fa | SUMMARY | standalone | tripleo_hieradata : Render hieradata from template | 4.79s 2025-10-06 09:06:28.881859 | fa163e26-8700-1495-25f2-000000000257 | SUMMARY | standalone | tripleo_bootstrap : Deploy release version package | 4.54s 2025-10-06 09:06:28.882096 | fa163e26-8700-1495-25f2-00000000090d | SUMMARY | standalone | tripleo_network_config : Run tripleo_os_net_config_module with network_config | 4.11s 2025-10-06 09:06:28.882352 | fa163e26-8700-1495-25f2-000000000b60 | SUMMARY | standalone | create fcontext entry for iscsi | 3.82s 2025-10-06 09:06:28.882583 | fa163e26-8700-1495-25f2-00000000154e | SUMMARY | standalone | tripleo_sshd : Install the OpenSSH server | 3.09s 2025-10-06 09:06:28.882803 | fa163e26-8700-1495-25f2-000000000bc9 | SUMMARY | standalone | Ensure rsyslog is installed | 3.01s 2025-10-06 09:06:28.883042 | fa163e26-8700-1495-25f2-000000000bb2 | SUMMARY | standalone | Ensure packages required for configuring octavia are present | 3.01s 2025-10-06 09:06:28.883275 | fa163e26-8700-1495-25f2-000000000c37 | SUMMARY | standalone | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | 3.00s 2025-10-06 09:06:28.883514 | fa163e26-8700-1495-25f2-000000001325 | SUMMARY | standalone | tripleo_podman : ensure podman and deps are installed | 2.98s 2025-10-06 09:06:28.883780 | fa163e26-8700-1495-25f2-000000001809 | SUMMARY | standalone | chrony : Install chronyd package | 2.96s 2025-10-06 09:06:28.883999 | fa163e26-8700-1495-25f2-000000000481 | SUMMARY | standalone | tuned : Restart tuned | 2.79s 2025-10-06 09:06:28.884248 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 09:06:28.884523 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ State Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-06 09:06:28.884774 | ~~~~~~~~~~~~~~~~~~ Number of nodes which did not deploy successfully: 1 ~~~~~~~~~~~~~~~~~ 2025-10-06 09:06:28.884995 | The following node(s) had failures: standalone 2025-10-06 09:06:28.885299 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ansible execution failed. playbook: deploy_steps_playbook.yaml, Run Status: failed, Return Code: 2 Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-zot54xnp Install artifact is located at /root/standalone-install-20251006090629.tar.bzip2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Deployment Failed! ERROR: Heat log files: /root/heat_launcher/tripleo_deploy-jo4iculb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Exception: Ansible execution failed. playbook: deploy_steps_playbook.yaml, Run Status: failed, Return Code: 2 Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/tripleoclient/v1/tripleo_deploy.py", line 1455, in take_action self._standalone_deploy(parsed_args) File "/usr/lib/python3.9/site-packages/tripleoclient/v1/tripleo_deploy.py", line 1356, in _standalone_deploy utils.run_ansible_playbook( File "/usr/lib/python3.9/site-packages/tripleoclient/utils.py", line 743, in run_ansible_playbook raise RuntimeError(err_msg) RuntimeError: Ansible execution failed. playbook: deploy_steps_playbook.yaml, Run Status: failed, Return Code: 2 None Ansible execution failed. playbook: deploy_steps_playbook.yaml, Run Status: failed, Return Code: 2 + rv=1 + rm -rf -- /tmp/tmp.InDUQ4oHQC + exit 1 make: *** [Makefile:546: standalone_deploy] Error 1