~/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.llQeZ7p44J + 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.llQeZ7p44J/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 + DESIGNATE_ENABLED=false + 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.llQeZ7p44J/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.llQeZ7p44J + J2_VARS_FILE=/tmp/tmp.llQeZ7p44J/tmp.TcnTD7DxRV.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.llQeZ7p44J/tmp.TcnTD7DxRV.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.llQeZ7p44J/tmp.TcnTD7DxRV.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.llQeZ7p44J/tmp.TcnTD7DxRV.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.llQeZ7p44J/tmp.TcnTD7DxRV.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.llQeZ7p44J/tmp.TcnTD7DxRV.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.llQeZ7p44J/tmp.TcnTD7DxRV.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.llQeZ7p44J/tmp.TcnTD7DxRV.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.llQeZ7p44J/tmp.TcnTD7DxRV.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.llQeZ7p44J/tmp.TcnTD7DxRV.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.llQeZ7p44J/tmp.TcnTD7DxRV.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.llQeZ7p44J/tmp.TcnTD7DxRV.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.llQeZ7p44J/tmp.TcnTD7DxRV.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.llQeZ7p44J/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.llQeZ7p44J/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.llQeZ7p44J/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.llQeZ7p44J/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.llQeZ7p44J/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 '' ']' + true + '[' -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 5.7 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 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.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 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.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 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.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 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.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 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.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 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.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 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.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 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.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 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.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 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.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.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.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 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.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 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.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): ansible-collection-ansible-posix-1.2.0 1.2 MB/s | 124 kB 00:00 (2/399): ansible-collection-ansible-utils-2.3.0 713 kB/s | 91 kB 00:00 (3/399): ansible-collection-ansible-netcommon-2 1.2 MB/s | 181 kB 00:00 (4/399): ansible-collection-community-general-4 15 MB/s | 1.3 MB 00:00 (5/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 1.5 MB/s | 77 kB 00:00 (6/399): golang-github-vbatts-tar-split-0.11.1- 11 MB/s | 1.0 MB 00:00 (7/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.3 MB/s | 162 kB 00:00 (8/399): python3-ansible-runner-2.0.0a1-3.el9os 2.6 MB/s | 122 kB 00:00 (9/399): puppet-fdio-18.2-1.20220727113954.6fd1 325 kB/s | 25 kB 00:00 (10/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.7 MB/s | 178 kB 00:00 (11/399): python3-beautifulsoup4-4.9.3-2.el9ost 3.7 MB/s | 204 kB 00:00 (12/399): python3-croniter-0.3.35-2.el9ost.noar 605 kB/s | 49 kB 00:00 (13/399): python3-daemon-2.3.0-1.el9ost.noarch. 1.0 MB/s | 39 kB 00:00 (14/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 378 kB/s | 44 kB 00:00 (15/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 1.1 MB/s | 44 kB 00:00 (16/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 2.5 MB/s | 107 kB 00:00 (17/399): python3-gevent-21.1.2-2.el9ost.x86_64 18 MB/s | 1.6 MB 00:00 (18/399): python3-jeepney-0.6.0-2.el9ost.noarch 6.7 MB/s | 284 kB 00:00 (19/399): python3-jmespath-0.10.0-1.el9ost.noar 1.1 MB/s | 46 kB 00:00 (20/399): python3-lockfile-0.12.2-2.el9ost.noar 869 kB/s | 31 kB 00:00 (21/399): python3-logutils-0.3.5-15.el9ost.noar 1.0 MB/s | 47 kB 00:00 (22/399): python3-docutils-0.16-6.el9ost.noarch 7.4 MB/s | 1.5 MB 00:00 (23/399): python3-memcached-1.59-3.el9ost.noarc 996 kB/s | 40 kB 00:00 (24/399): python3-migrate-0.13.0-1.el9ost.noarc 5.2 MB/s | 224 kB 00:00 (25/399): python3-mimeparse-1.6.0-16.el9ost.noa 366 kB/s | 16 kB 00:00 (26/399): python3-natsort-7.1.1-2.el9ost.noarch 1.2 MB/s | 59 kB 00:00 (27/399): python3-passlib-1.7.4-3.el9ost.noarch 16 MB/s | 712 kB 00:00 (28/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 2.4 MB/s | 90 kB 00:00 (29/399): python3-pecan-1.4.0-2.el9ost.noarch.r 4.6 MB/s | 273 kB 00:00 (30/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 2.6 MB/s | 111 kB 00:00 (31/399): python3-pyperclip-1.8.0-3.el9ost.noar 644 kB/s | 25 kB 00:00 (32/399): python3-setproctitle-1.2.2-1.el9ost.x 510 kB/s | 23 kB 00:00 (33/399): python3-soupsieve-2.2-1.el9ost.noarch 1.8 MB/s | 67 kB 00:00 (34/399): python3-smmap-3.0.1-4.el9ost.noarch.r 857 kB/s | 47 kB 00:00 (35/399): python3-tenacity-6.3.1-1.el9ost.noarc 1.3 MB/s | 51 kB 00:00 (36/399): python3-webtest-2.0.35-6.el9ost.noarc 2.1 MB/s | 82 kB 00:00 (37/399): python3-sqlalchemy13-1.3.24-3.el9ost. 21 MB/s | 1.7 MB 00:00 (38/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 8.1 MB/s | 396 kB 00:00 (39/399): python3-zope-interface-5.4.0-1.el9ost 4.6 MB/s | 202 kB 00:00 (40/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 390 kB/s | 14 kB 00:00 (41/399): python3-zope-event-4.2.0-20.el9ost.no 2.0 MB/s | 205 kB 00:00 (42/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.6 MB/s | 243 kB 00:00 (43/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 1.7 MB/s | 90 kB 00:00 (44/399): rubygem-multi_json-1.15.0-2.el9ost.no 533 kB/s | 22 kB 00:00 (45/399): rubygem-puppet-resource_api-1.8.13-1. 914 kB/s | 34 kB 00:00 (46/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 290 kB/s | 34 kB 00:00 (47/399): rubygem-semantic_puppet-1.0.4-2.el9os 578 kB/s | 21 kB 00:00 (48/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 185 kB/s | 16 kB 00:00 (49/399): ansible-config_template-2.0.1-17.1.20 811 kB/s | 29 kB 00:00 (50/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 5.9 MB/s | 433 kB 00:00 (51/399): ansible-role-atos-hsm-1.0.1-17.1.2023 341 kB/s | 17 kB 00:00 (52/399): ansible-role-chrony-1.3.1-17.1.202306 421 kB/s | 22 kB 00:00 (53/399): ansible-role-container-registry-1.4.1 618 kB/s | 24 kB 00:00 (54/399): ansible-role-collectd-config-0.0.3-17 719 kB/s | 53 kB 00:00 (55/399): ansible-role-openstack-operations-0.0 578 kB/s | 30 kB 00:00 (56/399): ansible-role-qdr-config-0.0.2-17.1.20 383 kB/s | 21 kB 00:00 (57/399): ansible-role-thales-hsm-3.0.1-17.1.20 500 kB/s | 21 kB 00:00 (58/399): ansible-role-redhat-subscription-1.3. 393 kB/s | 28 kB 00:00 (59/399): ansible-role-tripleo-modify-image-1.5 608 kB/s | 27 kB 00:00 (60/399): ansible-tripleo-ipa-0.3.1-17.1.202306 913 kB/s | 36 kB 00:00 (61/399): ansible-tripleo-ipsec-11.0.1-17.1.202 976 kB/s | 38 kB 00:00 (62/399): dib-utils-0.0.11-17.1.20230620173328. 320 kB/s | 12 kB 00:00 (63/399): openstack-heat-agents-2.2.1-17.1.2023 210 kB/s | 9.6 kB 00:00 (64/399): os-apply-config-13.1.1-17.1.202310200 989 kB/s | 54 kB 00:00 (65/399): os-refresh-config-13.1.1-17.1.2023102 474 kB/s | 21 kB 00:00 (66/399): os-collect-config-13.1.1-17.1.2023102 710 kB/s | 50 kB 00:00 (67/399): puppet-aodh-18.4.2-17.1.2023062015121 1.5 MB/s | 62 kB 00:00 (68/399): puppet-archive-4.6.1-17.1.20230620181 702 kB/s | 44 kB 00:00 (69/399): puppet-ceilometer-18.4.3-17.1.2023092 1.4 MB/s | 70 kB 00:00 (70/399): puppet-auditd-2.2.1-17.1.202306201924 502 kB/s | 28 kB 00:00 (71/399): puppet-certmonger-2.7.1-17.1.20230620 670 kB/s | 26 kB 00:00 (72/399): puppet-collectd-13.0.1-17.1.202306201 3.0 MB/s | 135 kB 00:00 (73/399): puppet-cinder-18.5.2-17.1.20230621054 1.7 MB/s | 120 kB 00:00 (74/399): puppet-corosync-8.0.1-17.1.2023062110 1.7 MB/s | 68 kB 00:00 (75/399): puppet-designate-18.6.1-17.1.20230621 1.8 MB/s | 69 kB 00:00 (76/399): puppet-dns-8.2.1-17.1.20230621002045. 887 kB/s | 36 kB 00:00 (77/399): puppet-etcd-1.12.3-17.1.2023062019322 629 kB/s | 25 kB 00:00 (78/399): puppet-heat-18.4.1-17.1.2023062111163 1.2 MB/s | 70 kB 00:00 (79/399): puppet-gnocchi-18.4.3-17.1.2023062106 617 kB/s | 58 kB 00:00 (80/399): puppet-kmod-2.5.0-17.1.20230620190646 283 kB/s | 21 kB 00:00 (81/399): puppet-manila-18.5.2-17.1.20231102190 1.5 MB/s | 81 kB 00:00 (82/399): puppet-mysql-10.6.1-17.1.202306210221 1.2 MB/s | 99 kB 00:00 (83/399): puppet-nova-18.6.1-17.1.2023062109044 3.7 MB/s | 200 kB 00:00 (84/399): puppet-octavia-18.5.1-17.1.2023062106 1.2 MB/s | 76 kB 00:00 (85/399): puppet-nssdb-1.0.2-17.1.2023062018564 140 kB/s | 12 kB 00:00 (86/399): puppet-openstack_extras-18.5.1-17.1.2 1.2 MB/s | 48 kB 00:00 (87/399): puppet-oslo-18.5.1-17.1.2023062105235 1.3 MB/s | 48 kB 00:00 (88/399): puppet-placement-5.4.3-17.1.202306210 938 kB/s | 41 kB 00:00 (89/399): puppet-memcached-6.0.0-17.1.202306201 4.5 kB/s | 23 kB 00:05 (90/399): puppet-openstacklib-18.5.2-17.1.20230 12 kB/s | 62 kB 00:05 (91/399): puppet-redis-6.1.1-17.1.2023062019170 1.0 MB/s | 51 kB 00:00 (92/399): puppet-qdr-7.4.1-17.1.20230620195605. 6.2 kB/s | 31 kB 00:05 (93/399): puppet-rsyslog-4.0.1-17.1.20230620200 784 kB/s | 58 kB 00:00 (94/399): puppet-ssh-6.2.1-17.1.20230620190251. 721 kB/s | 29 kB 00:00 (95/399): puppet-swift-18.6.1-17.1.202306210521 1.8 MB/s | 115 kB 00:00 (96/399): puppet-rabbitmq-11.0.1-17.1.202306201 53 kB/s | 266 kB 00:05 (97/399): puppet-vswitch-14.4.3-17.1.2023062104 545 kB/s | 41 kB 00:00 (98/399): puppet-xinetd-3.3.1-17.1.202306201854 264 kB/s | 26 kB 00:00 (99/399): python-oslo-cache-lang-2.7.1-17.1.202 260 kB/s | 19 kB 00:00 (100/399): puppet-stdlib-6.3.1-17.1.20230621000 32 kB/s | 160 kB 00:05 (101/399): python-oslo-log-lang-4.4.0-17.1.2023 277 kB/s | 14 kB 00:00 (102/399): python-oslo-middleware-lang-4.2.1-17 238 kB/s | 13 kB 00:00 (103/399): python-oslo-policy-lang-3.7.1-17.1.2 352 kB/s | 14 kB 00:00 (104/399): puppet-systemd-2.12.1-17.1.202306201 8.3 kB/s | 42 kB 00:05 (105/399): python-oslo-versionedobjects-lang-2. 319 kB/s | 14 kB 00:00 (106/399): python3-GitPython-3.1.14-2.el9ost.no 3.9 MB/s | 238 kB 00:00 (107/399): python3-aodhclient-2.2.0-17.1.202306 802 kB/s | 56 kB 00:00 (108/399): python3-barbicanclient-5.3.0-17.1.20 2.2 MB/s | 127 kB 00:00 (109/399): python3-cinderclient-7.4.1-17.1.2023 4.1 MB/s | 218 kB 00:00 (110/399): python3-designateclient-4.2.1-17.1.2 2.0 MB/s | 92 kB 00:00 (111/399): python3-cliff-3.7.0-17.1.20230620172 1.5 MB/s | 95 kB 00:00 (112/399): python3-futurist-2.3.0-17.1.20230621 1.2 MB/s | 64 kB 00:00 (113/399): python3-heat-agent-2.2.1-17.1.202306 428 kB/s | 19 kB 00:00 (114/399): python3-heat-agent-ansible-2.2.1-17. 291 kB/s | 11 kB 00:00 (115/399): python3-heat-agent-apply-config-2.2. 157 kB/s | 9.9 kB 00:00 (116/399): python3-heat-agent-docker-cmd-2.2.1- 253 kB/s | 12 kB 00:00 (117/399): python3-heat-agent-hiera-2.2.1-17.1. 228 kB/s | 10 kB 00:00 (118/399): python3-heat-agent-json-file-2.2.1-1 210 kB/s | 9.8 kB 00:00 (119/399): python3-heat-agent-puppet-2.2.1-17.1 255 kB/s | 11 kB 00:00 (120/399): python3-heatclient-2.3.1-17.1.202306 3.0 MB/s | 158 kB 00:00 (121/399): python3-ironicclient-4.6.4-17.1.2023 1.8 MB/s | 342 kB 00:00 (122/399): python3-keystoneclient-4.3.0-17.1.20 2.2 MB/s | 239 kB 00:00 (123/399): python3-keystonemiddleware-9.2.0-17. 866 kB/s | 92 kB 00:00 (124/399): python3-magnumclient-3.4.1-17.1.2023 2.9 MB/s | 121 kB 00:00 (125/399): python3-mistralclient-4.2.0-17.1.202 2.8 MB/s | 166 kB 00:00 (126/399): python-pycadf-common-3.1.1-17.1.2023 3.1 kB/s | 15 kB 00:05 (127/399): python3-novaclient-17.4.1-17.1.20230 4.0 MB/s | 201 kB 00:00 (128/399): python3-os-client-config-2.1.0-17.1. 1.4 MB/s | 55 kB 00:00 (129/399): python3-os-service-types-1.7.0-17.1. 763 kB/s | 38 kB 00:00 (130/399): python3-os-traits-2.5.0-17.1.2023062 945 kB/s | 45 kB 00:00 (131/399): python3-osc-lib-2.3.1-17.1.202306202 1.7 MB/s | 78 kB 00:00 (132/399): python3-oslo-cache-2.7.1-17.1.202306 1.5 MB/s | 56 kB 00:00 (133/399): python3-oslo-context-3.2.1-17.1.2023 755 kB/s | 27 kB 00:00 (134/399): python3-oslo-log-4.4.0-17.1.20230620 938 kB/s | 64 kB 00:00 (135/399): python3-ironic-inspector-client-4.5. 13 kB/s | 67 kB 00:05 (136/399): python3-oslo-middleware-4.2.1-17.1.2 1.3 MB/s | 55 kB 00:00 (137/399): python3-oslo-policy-3.7.1-17.1.20230 2.1 MB/s | 76 kB 00:00 (138/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (139/399): python3-oslo-serialization-4.1.1-17. 968 kB/s | 34 kB 00:00 (140/399): python3-oslo-upgradecheck-1.3.1-17.1 718 kB/s | 29 kB 00:00 (141/399): python3-oslo-versionedobjects-2.4.1- 679 kB/s | 79 kB 00:00 (142/399): python3-osprofiler-3.4.0-17.1.202306 3.3 MB/s | 130 kB 00:00 (143/399): python3-pycadf-3.1.1-17.1.2023062021 395 kB/s | 53 kB 00:00 (144/399): python3-requestsexceptions-1.4.0-17. 206 kB/s | 17 kB 00:00 (145/399): python3-neutronclient-7.3.1-17.1.202 59 kB/s | 298 kB 00:05 (146/399): python3-saharaclient-3.3.0-17.1.2023 2.4 MB/s | 188 kB 00:00 (147/399): python3-statsd-3.2.1-20.1.el9ost.noa 567 kB/s | 35 kB 00:00 (148/399): python3-shade-1.33.0-17.1.2023062022 4.0 MB/s | 523 kB 00:00 (149/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (150/399): python3-oslo-reports-2.2.0-17.1.2023 12 kB/s | 59 kB 00:05 (151/399): python3-validations-libs-1.9.1-17.1. 2.2 MB/s | 137 kB 00:00 (152/399): python3-zaqarclient-2.4.0-17.1.20230 2.1 MB/s | 129 kB 00:00 (153/399): python3-swiftclient-3.11.1-17.1.2023 27 kB/s | 136 kB 00:05 (154/399): python3-paramiko-2.11.0-2.el9ost.noa 6.3 MB/s | 299 kB 00:00 (155/399): python3-werkzeug-2.0.1-7.el9ost.noar 10 MB/s | 427 kB 00:00 (156/399): python3-troveclient-7.0.0-17.1.20230 69 kB/s | 344 kB 00:05 (157/399): ansible-pacemaker-1.0.4-17.1.2023121 538 kB/s | 21 kB 00:00 (158/399): python3-manilaclient-2.6.4-17.1.2024 7.8 MB/s | 528 kB 00:00 (159/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.6 MB/s | 230 kB 00:00 (160/399): ansible-role-metalsmith-deployment-1 535 kB/s | 21 kB 00:00 (161/399): openstack-selinux-0.8.37-17.1.202311 5.6 MB/s | 221 kB 00:00 (162/399): puppet-ironic-18.7.1-17.1.2024030521 3.0 MB/s | 121 kB 00:00 (163/399): python-oslo-db-lang-8.5.2-17.1.20240 234 kB/s | 14 kB 00:00 (164/399): python3-glanceclient-3.3.0-17.1.2024 2.3 MB/s | 143 kB 00:00 (165/399): python3-keystoneauth1-4.4.0-17.1.202 7.9 MB/s | 409 kB 00:00 (166/399): python3-metalsmith-1.4.4-17.1.202405 1.1 MB/s | 65 kB 00:00 (167/399): python3-neutron-lib-2.10.3-17.1.2023 8.3 MB/s | 375 kB 00:00 (168/399): python3-octaviaclient-2.3.1-17.1.202 998 kB/s | 91 kB 00:00 (169/399): python3-oslo-db-8.5.2-17.1.202408201 1.4 MB/s | 144 kB 00:00 (170/399): python3-oslo-messaging-12.7.3-17.1.2 2.3 MB/s | 216 kB 00:00 (171/399): python3-oslo-service-2.5.1-17.1.2024 782 kB/s | 71 kB 00:00 (172/399): python3-rhosp-openvswitch-3.3-1.el9o 92 kB/s | 8.3 kB 00:00 (173/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (174/399): openstack-ansible-core-2.14.2-4.7.el 19 MB/s | 2.3 MB 00:00 (175/399): openstack-tripleo-validations-14.3.2 2.2 MB/s | 204 kB 00:00 (176/399): puppet-glance-18.6.1-17.1.2025022015 976 kB/s | 87 kB 00:00 (177/399): puppet-ovn-18.6.1-17.1.2024092509490 327 kB/s | 29 kB 00:00 (178/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (179/399): python3-os-ken-1.4.1-17.1.2024120509 20 MB/s | 2.1 MB 00:00 (180/399): puppet-tripleo-14.2.3-17.1.202503201 2.5 MB/s | 239 kB 00:00 (181/399): ansible-collection-containers-podman 2.6 MB/s | 243 kB 00:00 (182/399): ansible-collections-openstack-1.9.1- 1.5 MB/s | 146 kB 00:00 (183/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.2 MB/s | 351 kB 00:00 (184/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.0 MB/s | 518 kB 00:00 (185/399): hiera-3.6.0-6.el9ost.noarch.rpm 263 kB/s | 33 kB 00:00 (186/399): leatherman-1.12.6-5.el9ost.x86_64.rp 649 kB/s | 405 kB 00:00 (187/399): puppet-7.10.0-4.el9ost.noarch.rpm 119 kB/s | 11 kB 00:00 (188/399): puppet-headless-7.10.0-4.el9ost.noar 14 MB/s | 1.4 MB 00:00 (189/399): python3-amqp-5.0.6-5.el9ost.noarch.r 997 kB/s | 92 kB 00:00 (190/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (191/399): python3-cachetools-4.2.2-3.el9ost.no 371 kB/s | 33 kB 00:00 (192/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (193/399): python3-colorama-0.4.4-4.el9ost.noar 388 kB/s | 35 kB 00:00 (194/399): python3-dogpile-cache-1.1.5-5.el9ost 918 kB/s | 89 kB 00:00 (195/399): python3-extras-1.0.0-17.el9ost.noarc 218 kB/s | 21 kB 00:00 (196/399): python3-fixtures-3.0.0-24.el9ost.noa 1.0 MB/s | 93 kB 00:00 (197/399): python3-keyring-21.8.0-4.el9ost.noar 854 kB/s | 77 kB 00:00 (198/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.2 MB/s | 313 kB 00:00 (199/399): python3-msgpack-1.0.2-4.el9ost.x86_6 823 kB/s | 87 kB 00:00 (200/399): python3-munch-2.5.0-6.el9ost.noarch. 285 kB/s | 25 kB 00:00 (201/399): python3-openstacksdk-0.55.1-17.1.202 7.3 MB/s | 735 kB 00:00 (202/399): validations-common-1.9.1-17.1.202310 22 kB/s | 111 kB 00:05 (203/399): python3-paste-3.5.0-5.el9ost.noarch. 7.8 MB/s | 776 kB 00:00 (204/399): python3-pystache-0.5.4-15.el9ost.noa 1.2 MB/s | 132 kB 00:00 (205/399): python3-paste-deploy-2.1.1-4.el9ost. 194 kB/s | 41 kB 00:00 (206/399): python3-repoze-lru-0.7-12.el9ost.noa 355 kB/s | 32 kB 00:00 (207/399): python3-routes-2.4.1-14.el9ost.noarc 2.0 MB/s | 188 kB 00:00 (208/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 643 kB/s | 57 kB 00:00 (209/399): python3-secretstorage-3.3.1-3.el9ost 419 kB/s | 36 kB 00:00 (210/399): python3-simplejson-3.17.5-3.el9ost.x 2.9 MB/s | 266 kB 00:00 (211/399): python3-tempita-0.5.1-27.el9ost.noar 368 kB/s | 36 kB 00:00 (212/399): python3-testtools-2.4.0-10.el9ost.no 3.4 MB/s | 333 kB 00:00 (213/399): python3-vine-5.0.0-5.el9ost.noarch.r 287 kB/s | 26 kB 00:00 (214/399): python3-sqlparse-0.4.1-2.el9ost.noar 17 kB/s | 83 kB 00:05 (215/399): python3-warlock-1.3.3-7.el9ost.noarc 247 kB/s | 21 kB 00:00 (216/399): python3-yappi-1.3.1-5.el9ost.x86_64. 650 kB/s | 56 kB 00:00 (217/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 327 kB/s | 29 kB 00:00 (218/399): ruby-facter-3.14.19-3.el9ost.x86_64. 108 kB/s | 9.5 kB 00:00 (219/399): python3-yaql-1.1.3-13.el9ost.noarch. 839 kB/s | 180 kB 00:00 (220/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.2 MB/s | 123 kB 00:00 (221/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 211 kB/s | 19 kB 00:00 (222/399): puppet-barbican-18.4.2-17.1.20250625 649 kB/s | 57 kB 00:00 (223/399): python-openstackclient-lang-5.5.2-17 639 kB/s | 58 kB 00:00 (224/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (225/399): puppet-apache-6.5.2-17.1.20250811150 2.5 MB/s | 253 kB 00:00 (226/399): puppet-concat-6.2.1-17.1.20250725131 483 kB/s | 44 kB 00:00 (227/399): puppet-firewall-3.4.1-17.1.202508041 823 kB/s | 73 kB 00:00 (228/399): puppet-git-0.5.0-17.1.20250725114148 297 kB/s | 26 kB 00:00 (229/399): puppet-haproxy-4.2.2-17.1.2025072511 620 kB/s | 55 kB 00:00 (230/399): puppet-inifile-4.2.1-17.1.2025080415 492 kB/s | 46 kB 00:00 (231/399): puppet-ipaclient-2.5.2-17.1.20250725 242 kB/s | 21 kB 00:00 (232/399): puppet-keepalived-0.0.2-17.1.2025072 200 kB/s | 17 kB 00:00 (233/399): puppet-module-data-0.5.1-17.1.202507 184 kB/s | 16 kB 00:00 (234/399): puppet-remote-10.0.0-17.1.2025072511 221 kB/s | 19 kB 00:00 (235/399): puppet-rsync-1.1.4-17.1.202508041515 312 kB/s | 28 kB 00:00 (236/399): puppet-snmp-3.9.1-17.1.2025072511575 432 kB/s | 38 kB 00:00 (237/399): puppet-sysctl-0.0.13-17.1.2025072511 222 kB/s | 19 kB 00:00 (238/399): puppet-vcsrepo-3.1.1-17.1.2025072511 597 kB/s | 53 kB 00:00 (239/399): python3-tripleoclient-16.5.1-17.1.20 5.6 MB/s | 552 kB 00:00 (240/399): puppet-keystone-18.6.1-17.1.20251008 1.4 MB/s | 126 kB 00:00 (241/399): puppet-horizon-18.6.1-17.1.202510081 553 kB/s | 59 kB 00:00 (242/399): openstack-heat-api-16.1.1-17.1.20251 159 kB/s | 15 kB 00:00 (243/399): openstack-heat-engine-16.1.1-17.1.20 158 kB/s | 14 kB 00:00 (244/399): openstack-heat-common-16.1.1-17.1.20 13 MB/s | 1.6 MB 00:00 (245/399): openstack-heat-monolith-16.1.1-17.1. 133 kB/s | 14 kB 00:00 (246/399): openstack-tripleo-common-15.4.1-17.1 553 kB/s | 48 kB 00:00 (247/399): openstack-tripleo-heat-templates-14. 6.0 MB/s | 603 kB 00:00 (248/399): openstack-tripleo-common-containers- 506 kB/s | 74 kB 00:00 (249/399): puppet-neutron-18.6.1-17.1.202512171 2.0 MB/s | 190 kB 00:00 (250/399): python3-tripleo-common-15.4.1-17.1.2 2.1 MB/s | 197 kB 00:00 (251/399): bash-completion-2.11-4.el9.noarch.rp 3.5 MB/s | 459 kB 00:00 (252/399): tripleo-ansible-3.3.1-17.1.202512171 3.7 MB/s | 564 kB 00:00 (253/399): device-mapper-persistent-data-0.9.0- 6.4 MB/s | 786 kB 00:00 (254/399): libaio-0.3.111-13.el9.x86_64.rpm 249 kB/s | 26 kB 00:00 (255/399): glibc-langpack-en-2.34-60.el9.x86_64 5.9 MB/s | 675 kB 00:00 (256/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 674 kB/s | 62 kB 00:00 (257/399): krb5-workstation-1.20.1-8.el9.x86_64 5.3 MB/s | 542 kB 00:00 (258/399): libkadm5-1.20.1-8.el9.x86_64.rpm 856 kB/s | 81 kB 00:00 (259/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 390 kB/s | 37 kB 00:00 (260/399): pkgconf-1.7.3-10.el9.x86_64.rpm 492 kB/s | 45 kB 00:00 (261/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 156 kB/s | 16 kB 00:00 (262/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 132 kB/s | 12 kB 00:00 (263/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.8 MB/s | 418 kB 00:00 (264/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 706 kB/s | 68 kB 00:00 (265/399): cephadm-18.2.1-381.el9cp.noarch.rpm 3.0 MB/s | 335 kB 00:00 (266/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 402 kB/s | 36 kB 00:00 (267/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 324 kB/s | 30 kB 00:00 (268/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 211 kB/s | 19 kB 00:00 (269/399): device-mapper-event-1.02.187-7.el9_2 349 kB/s | 32 kB 00:00 (270/399): device-mapper-event-libs-1.02.187-7. 329 kB/s | 31 kB 00:00 (271/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 14 MB/s | 1.5 MB 00:00 (272/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.3 MB/s | 223 kB 00:00 (273/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 8.4 MB/s | 1.0 MB 00:00 (274/399): boost-system-1.75.0-8.el9.x86_64.rpm 128 kB/s | 15 kB 00:00 (275/399): perl-Getopt-Long-2.52-4.el9.noarch.r 713 kB/s | 64 kB 00:00 (276/399): perl-Storable-3.21-460.el9.x86_64.rp 1.1 MB/s | 98 kB 00:00 (277/399): python3-urllib-gssapi-1.0.2-4.el9.no 274 kB/s | 24 kB 00:00 (278/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.3 MB/s | 216 kB 00:00 (279/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 175 kB/s | 17 kB 00:00 (280/399): boost-thread-1.75.0-8.el9.x86_64.rpm 621 kB/s | 57 kB 00:00 (281/399): perl-Data-Dumper-2.174-462.el9.x86_6 634 kB/s | 59 kB 00:00 (282/399): perl-Exporter-5.74-461.el9.noarch.rp 384 kB/s | 34 kB 00:00 (283/399): perl-File-Temp-0.231.100-4.el9.noarc 701 kB/s | 63 kB 00:00 (284/399): perl-Text-Tabs+Wrap-2013.0523-460.el 280 kB/s | 25 kB 00:00 (285/399): perl-parent-0.238-460.el9.noarch.rpm 181 kB/s | 16 kB 00:00 (286/399): python3-pyasn1-modules-0.4.8-6.el9.n 3.0 MB/s | 283 kB 00:00 (287/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.2 MB/s | 321 kB 00:00 (288/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.2 MB/s | 224 kB 00:00 (289/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 511 kB/s | 45 kB 00:00 (290/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 4.1 MB/s | 392 kB 00:00 (291/399): perl-PathTools-3.78-461.el9.x86_64.r 1.0 MB/s | 92 kB 00:00 (292/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.2 MB/s | 229 kB 00:00 (293/399): perl-Term-ANSIColor-5.01-461.el9.noa 548 kB/s | 51 kB 00:00 (294/399): perl-Text-ParseWords-3.30-460.el9.no 206 kB/s | 18 kB 00:00 (295/399): perl-URI-5.09-3.el9.noarch.rpm 1.1 MB/s | 125 kB 00:00 (296/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (297/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 9.7 MB/s | 1.2 MB 00:00 (298/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 289 kB/s | 26 kB 00:00 (299/399): iptables-nft-services-1.8.8-6.el9_1. 290 kB/s | 28 kB 00:00 (300/399): perl-Carp-1.50-460.el9.noarch.rpm 335 kB/s | 31 kB 00:00 (301/399): perl-Encode-3.08-462.el9.x86_64.rpm 13 MB/s | 1.7 MB 00:00 (302/399): perl-Mozilla-CA-20200520-6.el9.noarc 109 kB/s | 14 kB 00:00 (303/399): perl-Term-Cap-1.17-460.el9.noarch.rp 250 kB/s | 24 kB 00:00 (304/399): perl-Time-Local-1.300-7.el9.noarch.r 414 kB/s | 37 kB 00:00 (305/399): python3-psutil-5.8.0-12.el9.x86_64.r 2.2 MB/s | 218 kB 00:00 (306/399): python3-yubico-1.3.3-7.el9.noarch.rp 748 kB/s | 73 kB 00:00 (307/399): perl-Pod-Escapes-1.07-460.el9.noarch 251 kB/s | 22 kB 00:00 (308/399): python3-jwcrypto-0.8-4.el9.noarch.rp 832 kB/s | 76 kB 00:00 (309/399): sshpass-1.09-4.el9.x86_64.rpm 280 kB/s | 30 kB 00:00 (310/399): boost-filesystem-1.75.0-8.el9.x86_64 522 kB/s | 59 kB 00:00 (311/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.2 MB/s | 410 kB 00:00 (312/399): boost-program-options-1.75.0-8.el9.x 1.1 MB/s | 108 kB 00:00 (313/399): libburn-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 175 kB 00:00 (314/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 418 kB/s | 39 kB 00:00 (315/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 365 kB/s | 34 kB 00:00 (316/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 212 kB/s | 19 kB 00:00 (317/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 419 kB 00:00 (318/399): perl-Digest-1.19-4.el9.noarch.rpm 320 kB/s | 29 kB 00:00 (319/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.0 MB/s | 92 kB 00:00 (320/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 411 kB/s | 43 kB 00:00 (321/399): perl-File-Path-2.18-4.el9.noarch.rpm 253 kB/s | 38 kB 00:00 (322/399): perl-Scalar-List-Utils-1.56-461.el9. 850 kB/s | 77 kB 00:00 (323/399): perl-Socket-2.031-4.el9.x86_64.rpm 649 kB/s | 58 kB 00:00 (324/399): perl-constant-1.33-461.el9.noarch.rp 248 kB/s | 25 kB 00:00 (325/399): perl-podlators-4.14-460.el9.noarch.r 1.2 MB/s | 118 kB 00:00 (326/399): python3-appdirs-1.4.4-4.el9.noarch.r 290 kB/s | 27 kB 00:00 (327/399): python3-PyMySQL-0.10.1-6.el9.noarch. 926 kB/s | 112 kB 00:00 (328/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 1.7 MB/s | 163 kB 00:00 (329/399): python3-pyusb-1.0.2-13.el9.noarch.rp 1.0 MB/s | 96 kB 00:00 (330/399): python3-qrcode-core-6.1-12.el9.noarc 653 kB/s | 61 kB 00:00 (331/399): python3-wcwidth-0.2.5-8.el9.noarch.r 493 kB/s | 48 kB 00:00 (332/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.6 MB/s | 279 kB 00:00 (333/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 221 kB 00:00 (334/399): python3-alembic-1.7.5-3.el9.noarch.r 7.6 MB/s | 900 kB 00:00 (335/399): python3-augeas-0.5.0-25.el9.noarch.r 333 kB/s | 31 kB 00:00 (336/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 5.0 MB/s | 489 kB 00:00 (337/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.6 MB/s | 459 kB 00:00 (338/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 649 kB/s | 59 kB 00:00 (339/399): jq-1.6-14.el9.x86_64.rpm 1.7 MB/s | 190 kB 00:00 (340/399): perl-AutoLoader-5.74-480.el9.noarch. 241 kB/s | 23 kB 00:00 (341/399): perl-B-1.80-480.el9.x86_64.rpm 1.8 MB/s | 185 kB 00:00 (342/399): perl-Class-Struct-0.66-480.el9.noarc 243 kB/s | 24 kB 00:00 (343/399): perl-Errno-1.30-480.el9.x86_64.rpm 151 kB/s | 17 kB 00:00 (344/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 264 kB/s | 23 kB 00:00 (345/399): perl-File-Basename-2.85-480.el9.noar 199 kB/s | 19 kB 00:00 (346/399): perl-FileHandle-2.03-480.el9.noarch. 193 kB/s | 17 kB 00:00 (347/399): perl-File-stat-1.09-480.el9.noarch.r 170 kB/s | 19 kB 00:00 (348/399): perl-Getopt-Std-1.12-480.el9.noarch. 170 kB/s | 17 kB 00:00 (349/399): perl-IPC-Open3-1.21-480.el9.noarch.r 281 kB/s | 25 kB 00:00 (350/399): perl-SelectSaver-1.02-480.el9.noarch 147 kB/s | 13 kB 00:00 (351/399): perl-POSIX-1.94-480.el9.x86_64.rpm 849 kB/s | 99 kB 00:00 (352/399): perl-Symbol-1.08-480.el9.noarch.rpm 176 kB/s | 16 kB 00:00 (353/399): perl-interpreter-5.32.1-480.el9.x86_ 816 kB/s | 75 kB 00:00 (354/399): perl-libs-5.32.1-480.el9.x86_64.rpm 19 MB/s | 2.2 MB 00:00 (355/399): perl-overloading-0.02-480.el9.noarch 170 kB/s | 15 kB 00:00 (356/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.7 MB/s | 259 kB 00:00 (357/399): perl-overload-1.31-480.el9.noarch.rp 235 kB/s | 47 kB 00:00 (358/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 439 kB/s | 40 kB 00:00 (359/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 453 kB/s | 42 kB 00:00 (360/399): perl-IO-1.43-480.el9.x86_64.rpm 953 kB/s | 94 kB 00:00 (361/399): perl-NDBM_File-1.15-480.el9.x86_64.r 272 kB/s | 25 kB 00:00 (362/399): perl-base-2.27-480.el9.noarch.rpm 165 kB/s | 18 kB 00:00 (363/399): perl-mro-1.23-480.el9.x86_64.rpm 347 kB/s | 31 kB 00:00 (364/399): perl-if-0.60.800-480.el9.noarch.rpm 164 kB/s | 16 kB 00:00 (365/399): perl-subs-1.03-480.el9.noarch.rpm 144 kB/s | 13 kB 00:00 (366/399): perl-vars-1.05-480.el9.noarch.rpm 164 kB/s | 15 kB 00:00 (367/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 176 kB 00:00 (368/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.6 MB/s | 452 kB 00:00 (369/399): ipa-client-common-4.10.1-12.el9_2.2. 477 kB/s | 44 kB 00:00 (370/399): rhel-system-roles-1.21.2-1.el9_2.noa 18 MB/s | 2.4 MB 00:00 (371/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.2 MB/s | 656 kB 00:00 (372/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.7 MB/s | 663 kB 00:00 (373/399): python3-ipaclient-4.10.1-12.el9_2.2. 4.2 MB/s | 648 kB 00:00 (374/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 597 kB/s | 57 kB 00:00 (375/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 385 kB/s | 41 kB 00:00 (376/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 42 MB/s | 7.9 MB 00:00 (377/399): ruby-default-gems-3.0.4-161.el9_2.2. 309 kB/s | 46 kB 00:00 (378/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 25 MB/s | 3.3 MB 00:00 (379/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 580 kB/s | 55 kB 00:00 (380/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.1 MB/s | 456 kB 00:00 (381/399): rubygem-io-console-0.5.7-161.el9_2.2 258 kB/s | 26 kB 00:00 (382/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 577 kB/s | 59 kB 00:00 (383/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 539 kB/s | 60 kB 00:00 (384/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.5 MB/s | 441 kB 00:00 (385/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (386/399): buildah-1.29.5-1.el9_2.x86_64.rpm 46 MB/s | 8.6 MB 00:00 (387/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.4 MB/s | 245 kB 00:00 (388/399): rubygems-3.2.33-161.el9_2.2.noarch.r 1.4 MB/s | 306 kB 00:00 (389/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 20 MB/s | 2.2 MB 00:00 (390/399): python3-openvswitch3.3-3.3.6-141.el9 3.3 MB/s | 383 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 304 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 17 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.2 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 612 kB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.5 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.8 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 2.8 MB/s | 97 MB 00:34 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 90/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 91/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 92/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 93/408 Installing : python3-dns-2.2.1-2.el9.noarch 94/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 95/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 96/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 97/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 98/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 99/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 100/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 101/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 102/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 103/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 104/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 105/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 106/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 107/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 108/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 109/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 110/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 111/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 112/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 113/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 114/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 119/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 168/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 169/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 171/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 172/408 Installing : jq-1.6-14.el9.x86_64 173/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 174/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 175/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 176/408 Installing : boost-log-1.75.0-8.el9.x86_64 177/408 Installing : libburn-1.5.4-4.el9.x86_64 178/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 179/408 Installing : sshpass-1.09-4.el9.x86_64 180/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 181/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 182/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 183/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 185/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 186/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 187/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 188/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 189/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 190/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 191/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 192/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 193/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 194/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 195/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 196/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 199/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 200/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 201/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 202/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Installing : libisofs-1.5.4-4.el9.x86_64 204/408 Installing : libisoburn-1.5.4-4.el9.x86_64 205/408 Installing : xorriso-1.5.4-4.el9.x86_64 206/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 206/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 207/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 208/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 209/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 210/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 211/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 212/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 213/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 214/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 215/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 216/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 217/408 Installing : pkgconf-1.7.3-10.el9.x86_64 218/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 219/408 Installing : bash-completion-1:2.11-4.el9.noarch 220/408 Installing : libkadm5-1.20.1-8.el9.x86_64 221/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 222/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 223/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 224/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 225/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 226/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 227/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 228/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 230/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 231/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-7.10.0-4.el9ost.noarch 233/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 233/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 234/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 235/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 236/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 237/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 238/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 239/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 240/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 241/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 242/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 243/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 244/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 246/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 247/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 248/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 249/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 250/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 251/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 252/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 253/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 254/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 255/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 256/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 257/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 258/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 259/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 260/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 261/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 262/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 263/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 264/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 265/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 266/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 267/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 268/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 269/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 270/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 271/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 272/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 273/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 274/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 275/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 276/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 277/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 278/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 279/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 280/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 281/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 282/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 283/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 284/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 285/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 286/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 287/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 288/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 289/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 290/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 291/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 292/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 293/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 294/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 295/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 296/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 297/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 298/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 299/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 383/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 1/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 2/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 3/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 4/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 5/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 6/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 7/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 8/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 9/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 10/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 11/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 12/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 13/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 14/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 15/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 16/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 17/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 18/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 19/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 20/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 21/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 22/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 23/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 24/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 25/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 26/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 27/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 28/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 29/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 30/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 31/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 32/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 33/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 34/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 35/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 36/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 37/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 38/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 39/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 40/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 41/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 42/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 43/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 44/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 45/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 46/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 47/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 48/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 49/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 50/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 51/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 52/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 53/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 54/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 55/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 56/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 57/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 58/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 59/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 60/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 61/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 62/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 63/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 64/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 65/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 66/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 67/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 68/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 69/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 70/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 71/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 72/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 73/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 74/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 75/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 76/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 77/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 78/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 79/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 80/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 81/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 82/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 83/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 84/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 85/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 86/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 87/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 88/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 89/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 90/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 91/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 92/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 93/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 94/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 95/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 96/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 97/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 98/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 99/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 100/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 101/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 102/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 103/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 104/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 105/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 106/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 107/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 108/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 109/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 110/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 111/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 112/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 113/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 114/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 115/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 116/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 117/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 118/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 119/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 120/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 121/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 122/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 123/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 125/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 126/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 127/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 128/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 129/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 130/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 131/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 132/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 133/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 134/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 135/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 136/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 137/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 138/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 139/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 140/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 141/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 142/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 143/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 144/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 145/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 146/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 147/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 148/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 149/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 150/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 151/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 152/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 153/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 154/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 155/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 156/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 157/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 158/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 159/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 160/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 161/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 162/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 163/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 164/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 165/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 166/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 167/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 168/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 169/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 170/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 171/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 172/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 173/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 174/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 175/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 176/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 177/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 178/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 179/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 180/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 181/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 182/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 183/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 184/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 185/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 186/408 Verifying : hiera-3.6.0-6.el9ost.noarch 187/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 188/408 Verifying : puppet-7.10.0-4.el9ost.noarch 189/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 190/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 191/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 192/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 193/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 194/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 195/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 196/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 197/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 198/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 199/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 200/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 201/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 202/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 203/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 204/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 205/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 206/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 207/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 208/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 209/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 210/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 211/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 212/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 213/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 214/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 215/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 216/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 217/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 218/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 219/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 220/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 221/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 222/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 223/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 224/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 225/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 226/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 227/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 228/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 229/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 230/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 231/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 232/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 233/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 234/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 235/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 236/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 237/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 238/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 239/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 240/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 241/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 242/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 243/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 244/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 245/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 246/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 247/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 248/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 249/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 250/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 251/408 Verifying : bash-completion-1:2.11-4.el9.noarch 252/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 253/408 Verifying : libaio-0.3.111-13.el9.x86_64 254/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 255/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 256/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 257/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 258/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 259/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 260/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 261/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 262/408 Verifying : python3-dns-2.2.1-2.el9.noarch 263/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 264/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 265/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 266/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 267/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 268/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 269/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 270/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 271/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 272/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 273/408 Verifying : boost-system-1.75.0-8.el9.x86_64 274/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 275/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 276/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 277/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 278/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 279/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 280/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 281/408 Verifying : perl-Exporter-5.74-461.el9.noarch 282/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 283/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 284/408 Verifying : perl-parent-1:0.238-460.el9.noarch 285/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 286/408 Verifying : xorriso-1.5.4-4.el9.x86_64 287/408 Verifying : libisofs-1.5.4-4.el9.x86_64 288/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 289/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 290/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 291/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 292/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 293/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 294/408 Verifying : perl-URI-5.09-3.el9.noarch 295/408 Verifying : perl-libnet-3.13-4.el9.noarch 296/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 297/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 298/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 299/408 Verifying : perl-Carp-1.50-460.el9.noarch 300/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 301/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 302/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 303/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 304/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 305/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 306/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 307/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 308/408 Verifying : sshpass-1.09-4.el9.x86_64 309/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 310/408 Verifying : boost-log-1.75.0-8.el9.x86_64 311/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 312/408 Verifying : libburn-1.5.4-4.el9.x86_64 313/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 314/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 315/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 316/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 317/408 Verifying : perl-Digest-1.19-4.el9.noarch 318/408 Verifying : perl-File-Path-2.18-4.el9.noarch 319/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 320/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 321/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 322/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 323/408 Verifying : perl-constant-1.33-461.el9.noarch 324/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 325/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 326/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 327/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 328/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 329/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 330/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 331/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 332/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 333/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 334/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 335/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 336/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 337/408 Verifying : jq-1.6-14.el9.x86_64 338/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 339/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 340/408 Verifying : perl-B-1.80-480.el9.x86_64 341/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 342/408 Verifying : perl-Errno-1.30-480.el9.x86_64 343/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 344/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 345/408 Verifying : perl-File-stat-1.09-480.el9.noarch 346/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 347/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 348/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 349/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 350/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 351/408 Verifying : perl-Symbol-1.08-480.el9.noarch 352/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 353/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 354/408 Verifying : perl-overload-1.31-480.el9.noarch 355/408 Verifying : perl-overloading-0.02-480.el9.noarch 356/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 357/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 358/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 359/408 Verifying : perl-IO-1.43-480.el9.x86_64 360/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 361/408 Verifying : perl-base-2.27-480.el9.noarch 362/408 Verifying : perl-if-0.60.800-480.el9.noarch 363/408 Verifying : perl-mro-1.23-480.el9.x86_64 364/408 Verifying : perl-subs-1.03-480.el9.noarch 365/408 Verifying : perl-vars-1.05-480.el9.noarch 366/408 Verifying : python3-mako-1.1.4-6.el9.noarch 367/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 368/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 369/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 370/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 371/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 372/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 373/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 374/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 375/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 376/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 377/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 378/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 379/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 380/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 381/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 382/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 383/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 384/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 385/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 386/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 387/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 388/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 389/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.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.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.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.20250811150836.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.20250725131333.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.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.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.20250725114653.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.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.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.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.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.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.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.20250725113328.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.20250725113408.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.6-141.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.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.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.20251217140851.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=1450 + INTERFACE_MTU=1450 + 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 DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + 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 2026-02-19T21:55:10.061702 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 3.4711e-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] ****************************** 2026-02-19 21:55:14.103585 | fa163e04-2df0-b929-83e7-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2026-02-19 21:55:14.146997 | fa163e04-2df0-b929-83e7-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2026-02-19 21:55:14.147540 | fa163e04-2df0-b929-83e7-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.058243 | 0.04s 2026-02-19 21:55:14.150638 | fa163e04-2df0-b929-83e7-000000000006 | TASK | Ensure ceph_spec_path is defined 2026-02-19 21:55:14.194184 | fa163e04-2df0-b929-83e7-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2026-02-19 21:55:14.194836 | fa163e04-2df0-b929-83e7-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.105537 | 0.04s 2026-02-19 21:55:14.198671 | fa163e04-2df0-b929-83e7-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2026-02-19 21:55:14.286416 | fa163e04-2df0-b929-83e7-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-19 21:55:14.287714 | fa163e04-2df0-b929-83e7-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.198407 | 0.09s 2026-02-19 21:55:14.294243 | fa163e04-2df0-b929-83e7-000000000008 | TASK | Create Ceph spec for standalone deployment 2026-02-19 21:55:14.646326 | fa163e04-2df0-b929-83e7-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2026-02-19 21:55:14.647687 | fa163e04-2df0-b929-83e7-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.558381 | 0.35s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-19 21:55:14.671319 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:14.671768 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:14.672258 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.582960 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:14.672694 | UUID | Info | Host | Task Name | Run Time 2026-02-19 21:55:14.673339 | fa163e04-2df0-b929-83e7-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.35s 2026-02-19 21:55:14.673841 | fa163e04-2df0-b929-83e7-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2026-02-19 21:55:14.674463 | fa163e04-2df0-b929-83e7-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2026-02-19 21:55:14.674904 | fa163e04-2df0-b929-83e7-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2026-02-19 21:55:14.675445 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] ************************************************************** 2026-02-19 21:55:17.115395 | fa163e04-2df0-823a-efdd-000000000005 | TASK | set ssh key path facts 2026-02-19 21:55:17.140990 | fa163e04-2df0-823a-efdd-000000000005 | OK | set ssh key path facts | undercloud 2026-02-19 21:55:17.141824 | fa163e04-2df0-823a-efdd-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.040212 | 0.03s 2026-02-19 21:55:17.145546 | fa163e04-2df0-823a-efdd-000000000006 | TASK | stat private key 2026-02-19 21:55:17.454255 | fa163e04-2df0-823a-efdd-000000000006 | OK | stat private key | undercloud 2026-02-19 21:55:17.455433 | fa163e04-2df0-823a-efdd-000000000006 | TIMING | stat private key | undercloud | 0:00:00.353857 | 0.31s 2026-02-19 21:55:17.462231 | fa163e04-2df0-823a-efdd-000000000007 | TASK | stat public key 2026-02-19 21:55:17.620478 | fa163e04-2df0-823a-efdd-000000000007 | OK | stat public key | undercloud 2026-02-19 21:55:17.621723 | fa163e04-2df0-823a-efdd-000000000007 | TIMING | stat public key | undercloud | 0:00:00.520146 | 0.16s 2026-02-19 21:55:17.628914 | fa163e04-2df0-823a-efdd-000000000008 | TASK | create private key if it does not exist 2026-02-19 21:55:18.197609 | fa163e04-2df0-823a-efdd-000000000008 | CHANGED | create private key if it does not exist | undercloud 2026-02-19 21:55:18.198778 | fa163e04-2df0-823a-efdd-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.097203 | 0.57s 2026-02-19 21:55:18.205204 | fa163e04-2df0-823a-efdd-000000000009 | TASK | create public key if it does not exist 2026-02-19 21:55:18.439690 | fa163e04-2df0-823a-efdd-000000000009 | CHANGED | create public key if it does not exist | undercloud 2026-02-19 21:55:18.441031 | fa163e04-2df0-823a-efdd-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.339455 | 0.23s PLAY [allovercloud] ************************************************************ 2026-02-19 21:55:18.493855 | fa163e04-2df0-823a-efdd-000000000023 | TASK | Get local private key 2026-02-19 21:55:18.840155 | fa163e04-2df0-823a-efdd-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e04-2df0-823a-efdd-000000000023') missing from stats 2026-02-19 21:55:18.847204 | fa163e04-2df0-823a-efdd-000000000024 | TASK | Get local public key 2026-02-19 21:55:19.068820 | fa163e04-2df0-823a-efdd-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e04-2df0-823a-efdd-000000000024') missing from stats 2026-02-19 21:55:19.090729 | fa163e04-2df0-823a-efdd-000000000012 | TASK | create user ceph-admin 2026-02-19 21:55:19.611611 | fa163e04-2df0-823a-efdd-000000000012 | CHANGED | create user ceph-admin | undercloud 2026-02-19 21:55:19.612820 | fa163e04-2df0-823a-efdd-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.511240 | 0.52s 2026-02-19 21:55:19.622966 | fa163e04-2df0-823a-efdd-000000000013 | TASK | grant admin rights to user ceph-admin 2026-02-19 21:55:20.232367 | fa163e04-2df0-823a-efdd-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2026-02-19 21:55:20.233633 | fa163e04-2df0-823a-efdd-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.132055 | 0.61s 2026-02-19 21:55:20.243255 | fa163e04-2df0-823a-efdd-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2026-02-19 21:55:20.576634 | fa163e04-2df0-823a-efdd-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2026-02-19 21:55:20.577869 | fa163e04-2df0-823a-efdd-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.476292 | 0.33s 2026-02-19 21:55:20.586846 | fa163e04-2df0-823a-efdd-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2026-02-19 21:55:20.790762 | fa163e04-2df0-823a-efdd-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2026-02-19 21:55:20.791992 | fa163e04-2df0-823a-efdd-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.690415 | 0.20s 2026-02-19 21:55:20.800814 | fa163e04-2df0-823a-efdd-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2026-02-19 21:55:21.020570 | fa163e04-2df0-823a-efdd-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2026-02-19 21:55:21.021771 | fa163e04-2df0-823a-efdd-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.920194 | 0.22s 2026-02-19 21:55:21.031415 | fa163e04-2df0-823a-efdd-000000000017 | TASK | get remote ceph-admin public key 2026-02-19 21:55:21.068469 | fa163e04-2df0-823a-efdd-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2026-02-19 21:55:21.069756 | fa163e04-2df0-823a-efdd-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:03.968178 | 0.04s 2026-02-19 21:55:21.078783 | fa163e04-2df0-823a-efdd-000000000018 | TASK | append ceph-admin public key to authorized_keys 2026-02-19 21:55:21.115170 | fa163e04-2df0-823a-efdd-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2026-02-19 21:55:21.116268 | fa163e04-2df0-823a-efdd-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.014690 | 0.04s 2026-02-19 21:55:21.125255 | fa163e04-2df0-823a-efdd-00000000001c | TASK | authorize TripleO key for user ceph-admin 2026-02-19 21:55:21.520508 | fa163e04-2df0-823a-efdd-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2026-02-19 21:55:21.521718 | fa163e04-2df0-823a-efdd-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.420141 | 0.40s 2026-02-19 21:55:21.530164 | fa163e04-2df0-823a-efdd-000000000020 | TASK | Install private key on nodes for user ceph-admin 2026-02-19 21:55:22.006017 | fa163e04-2df0-823a-efdd-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2026-02-19 21:55:22.007147 | fa163e04-2df0-823a-efdd-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:04.905571 | 0.48s 2026-02-19 21:55:22.016133 | fa163e04-2df0-823a-efdd-000000000021 | TASK | Install public key on nodes for user ceph-admin 2026-02-19 21:55:22.481213 | fa163e04-2df0-823a-efdd-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2026-02-19 21:55:22.482301 | fa163e04-2df0-823a-efdd-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.380726 | 0.46s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-19 21:55:22.509576 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:22.510121 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:22.510607 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.409040 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:22.511110 | UUID | Info | Host | Task Name | Run Time 2026-02-19 21:55:22.511617 | fa163e04-2df0-823a-efdd-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.61s 2026-02-19 21:55:22.512167 | fa163e04-2df0-823a-efdd-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.57s 2026-02-19 21:55:22.512659 | fa163e04-2df0-823a-efdd-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.52s 2026-02-19 21:55:22.513167 | fa163e04-2df0-823a-efdd-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.48s 2026-02-19 21:55:22.513640 | fa163e04-2df0-823a-efdd-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.46s 2026-02-19 21:55:22.514160 | fa163e04-2df0-823a-efdd-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.40s 2026-02-19 21:55:22.514624 | fa163e04-2df0-823a-efdd-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.33s 2026-02-19 21:55:22.515129 | fa163e04-2df0-823a-efdd-000000000006 | SUMMARY | undercloud | stat private key | 0.31s 2026-02-19 21:55:22.515592 | fa163e04-2df0-823a-efdd-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.23s 2026-02-19 21:55:22.516081 | fa163e04-2df0-823a-efdd-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2026-02-19 21:55:22.516549 | fa163e04-2df0-823a-efdd-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2026-02-19 21:55:22.517045 | fa163e04-2df0-823a-efdd-000000000007 | SUMMARY | undercloud | stat public key | 0.16s 2026-02-19 21:55:22.517524 | fa163e04-2df0-823a-efdd-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.04s 2026-02-19 21:55:22.518038 | fa163e04-2df0-823a-efdd-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.04s 2026-02-19 21:55:22.518572 | fa163e04-2df0-823a-efdd-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2026-02-19 21:55:22.519068 | fa163e04-2df0-823a-efdd-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2026-02-19 21:55:22.519690 | fa163e04-2df0-823a-efdd-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2026-02-19 21:55:22.520178 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] ************************************************ 2026-02-19 21:55:24.978517 | fa163e04-2df0-ba10-0aaf-000000000039 | TASK | Gathering Facts 2026-02-19 21:55:25.540812 | fa163e04-2df0-ba10-0aaf-000000000039 | OK | Gathering Facts | undercloud 2026-02-19 21:55:25.542353 | fa163e04-2df0-ba10-0aaf-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.576553 | 0.56s 2026-02-19 21:55:25.545199 | fa163e04-2df0-ba10-0aaf-000000000039 | OK | Gathering Facts | standalone.localdomain 2026-02-19 21:55:25.546275 | fa163e04-2df0-ba10-0aaf-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.580486 | 0.57s 2026-02-19 21:55:25.575086 | fa163e04-2df0-ba10-0aaf-00000000000a | TASK | Load distro-specific variables 2026-02-19 21:55:25.656378 | fa163e04-2df0-ba10-0aaf-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.690574 | 0.07s 2026-02-19 21:55:25.657358 | fa163e04-2df0-ba10-0aaf-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.691570 | 0.08s 2026-02-19 21:55:25.674484 | d60081e5-8cf4-415a-a2b0-f8342b82f9c1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-19 21:55:25.675155 | d60081e5-8cf4-415a-a2b0-f8342b82f9c1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-19 21:55:25.696587 | fa163e04-2df0-ba10-0aaf-000000000052 | TASK | Load distro-specific variables 2026-02-19 21:55:25.805175 | fa163e04-2df0-ba10-0aaf-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 21:55:25.806865 | fa163e04-2df0-ba10-0aaf-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.841063 | 0.10s 2026-02-19 21:55:25.816159 | fa163e04-2df0-ba10-0aaf-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 21:55:25.817296 | fa163e04-2df0-ba10-0aaf-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.851506 | 0.12s 2026-02-19 21:55:25.818403 | fa163e04-2df0-ba10-0aaf-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.852606 | 0.11s 2026-02-19 21:55:25.823806 | fa163e04-2df0-ba10-0aaf-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.858016 | 0.13s 2026-02-19 21:55:25.831618 | fa163e04-2df0-ba10-0aaf-00000000000b | TASK | Install chronyd 2026-02-19 21:55:25.904888 | fa163e04-2df0-ba10-0aaf-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.939078 | 0.07s 2026-02-19 21:55:25.926373 | fa163e04-2df0-ba10-0aaf-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.960580 | 0.08s 2026-02-19 21:55:25.946906 | 4a9e3ad8-2de5-49e9-b0db-8659f4a6fe18 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2026-02-19 21:55:25.947617 | 4a9e3ad8-2de5-49e9-b0db-8659f4a6fe18 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2026-02-19 21:55:25.974507 | fa163e04-2df0-ba10-0aaf-0000000000a2 | TASK | Load distro-specific variables 2026-02-19 21:55:26.047996 | fa163e04-2df0-ba10-0aaf-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.082157 | 0.07s 2026-02-19 21:55:26.069385 | fa163e04-2df0-ba10-0aaf-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.103595 | 0.09s 2026-02-19 21:55:26.083471 | 6333f7e9-5c4c-4a67-97ee-51c87d7e2078 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-19 21:55:26.084137 | 6333f7e9-5c4c-4a67-97ee-51c87d7e2078 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-19 21:55:26.104285 | fa163e04-2df0-ba10-0aaf-000000000102 | TASK | Load distro-specific variables 2026-02-19 21:55:26.213617 | fa163e04-2df0-ba10-0aaf-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 21:55:26.215245 | fa163e04-2df0-ba10-0aaf-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.249443 | 0.11s 2026-02-19 21:55:26.224147 | fa163e04-2df0-ba10-0aaf-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 21:55:26.225775 | fa163e04-2df0-ba10-0aaf-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.259985 | 0.11s 2026-02-19 21:55:26.230908 | fa163e04-2df0-ba10-0aaf-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.265112 | 0.13s 2026-02-19 21:55:26.232052 | fa163e04-2df0-ba10-0aaf-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.266263 | 0.12s 2026-02-19 21:55:26.240404 | fa163e04-2df0-ba10-0aaf-0000000000a3 | TASK | Check for NTP service 2026-02-19 21:55:26.641473 | fa163e04-2df0-ba10-0aaf-0000000000a3 | CHANGED | Check for NTP service | undercloud 2026-02-19 21:55:26.642842 | fa163e04-2df0-ba10-0aaf-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.677040 | 0.39s 2026-02-19 21:55:26.643885 | fa163e04-2df0-ba10-0aaf-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2026-02-19 21:55:26.644627 | fa163e04-2df0-ba10-0aaf-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.678837 | 0.40s 2026-02-19 21:55:26.653791 | fa163e04-2df0-ba10-0aaf-0000000000a4 | TASK | Disable NTP before configuring Chrony 2026-02-19 21:55:26.742837 | fa163e04-2df0-ba10-0aaf-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2026-02-19 21:55:26.744080 | fa163e04-2df0-ba10-0aaf-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.778274 | 0.09s 2026-02-19 21:55:26.755768 | fa163e04-2df0-ba10-0aaf-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2026-02-19 21:55:26.756458 | fa163e04-2df0-ba10-0aaf-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.790669 | 0.09s 2026-02-19 21:55:26.767412 | fa163e04-2df0-ba10-0aaf-0000000000a5 | TASK | Install chronyd package 2026-02-19 21:55:29.881648 | fa163e04-2df0-ba10-0aaf-0000000000a5 | OK | Install chronyd package | undercloud 2026-02-19 21:55:29.883199 | fa163e04-2df0-ba10-0aaf-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.917396 | 3.10s 2026-02-19 21:55:31.905584 | fa163e04-2df0-ba10-0aaf-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2026-02-19 21:55:31.906749 | fa163e04-2df0-ba10-0aaf-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.940956 | 5.14s 2026-02-19 21:55:31.915907 | fa163e04-2df0-ba10-0aaf-00000000000c | TASK | Upgrade chronyd 2026-02-19 21:55:31.978101 | fa163e04-2df0-ba10-0aaf-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2026-02-19 21:55:31.979896 | fa163e04-2df0-ba10-0aaf-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:07.014086 | 0.05s 2026-02-19 21:55:32.001177 | fa163e04-2df0-ba10-0aaf-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2026-02-19 21:55:32.001901 | fa163e04-2df0-ba10-0aaf-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:07.036114 | 0.08s 2026-02-19 21:55:32.008229 | fa163e04-2df0-ba10-0aaf-00000000000d | TASK | Configure chronyd 2026-02-19 21:55:32.053735 | fa163e04-2df0-ba10-0aaf-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.087930 | 0.04s 2026-02-19 21:55:32.090231 | fa163e04-2df0-ba10-0aaf-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.124434 | 0.07s 2026-02-19 21:55:32.105822 | 5294a1c9-e016-4e49-af8e-e8c87853846d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2026-02-19 21:55:32.106629 | 5294a1c9-e016-4e49-af8e-e8c87853846d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2026-02-19 21:55:32.135691 | fa163e04-2df0-ba10-0aaf-000000000162 | TASK | Load distro-specific variables 2026-02-19 21:55:32.182676 | fa163e04-2df0-ba10-0aaf-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.216867 | 0.05s 2026-02-19 21:55:32.193607 | fa163e04-2df0-ba10-0aaf-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.227817 | 0.05s 2026-02-19 21:55:32.200960 | a213b43a-3e8f-4ab0-a070-91170cfcf221 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-19 21:55:32.201486 | a213b43a-3e8f-4ab0-a070-91170cfcf221 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-19 21:55:32.209332 | fa163e04-2df0-ba10-0aaf-0000000001fa | TASK | Load distro-specific variables 2026-02-19 21:55:32.283562 | fa163e04-2df0-ba10-0aaf-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 21:55:32.285286 | fa163e04-2df0-ba10-0aaf-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.319469 | 0.08s 2026-02-19 21:55:32.295427 | fa163e04-2df0-ba10-0aaf-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 21:55:32.296610 | fa163e04-2df0-ba10-0aaf-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.330817 | 0.08s 2026-02-19 21:55:32.298012 | fa163e04-2df0-ba10-0aaf-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.332220 | 0.09s 2026-02-19 21:55:32.303631 | fa163e04-2df0-ba10-0aaf-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.337841 | 0.09s 2026-02-19 21:55:32.313069 | fa163e04-2df0-ba10-0aaf-000000000163 | TASK | Install chrony configuration file 2026-02-19 21:55:33.127171 | fa163e04-2df0-ba10-0aaf-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2026-02-19 21:55:33.127951 | fa163e04-2df0-ba10-0aaf-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.162134 | 0.81s 2026-02-19 21:55:33.163276 | fa163e04-2df0-ba10-0aaf-000000000163 | OK | Install chrony configuration file | undercloud 2026-02-19 21:55:33.163892 | fa163e04-2df0-ba10-0aaf-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.198108 | 0.84s 2026-02-19 21:55:33.167987 | fa163e04-2df0-ba10-0aaf-00000000000e | TASK | Run chronyd 2026-02-19 21:55:33.249140 | fa163e04-2df0-ba10-0aaf-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.283325 | 0.07s 2026-02-19 21:55:33.270709 | fa163e04-2df0-ba10-0aaf-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.304918 | 0.10s 2026-02-19 21:55:33.280866 | f663f896-3210-462f-9b7a-a4aa55d388de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2026-02-19 21:55:33.281266 | f663f896-3210-462f-9b7a-a4aa55d388de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2026-02-19 21:55:33.320849 | fa163e04-2df0-ba10-0aaf-000000000233 | TASK | Load distro-specific variables 2026-02-19 21:55:33.406469 | fa163e04-2df0-ba10-0aaf-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.440665 | 0.08s 2026-02-19 21:55:33.417372 | fa163e04-2df0-ba10-0aaf-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.451587 | 0.10s 2026-02-19 21:55:33.424765 | 3390f70b-cd64-4ba9-b907-0014d6892c24 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-19 21:55:33.425237 | 3390f70b-cd64-4ba9-b907-0014d6892c24 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-19 21:55:33.433711 | fa163e04-2df0-ba10-0aaf-0000000002ee | TASK | Load distro-specific variables 2026-02-19 21:55:33.515354 | fa163e04-2df0-ba10-0aaf-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 21:55:33.517050 | fa163e04-2df0-ba10-0aaf-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.551241 | 0.08s 2026-02-19 21:55:33.526328 | fa163e04-2df0-ba10-0aaf-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.560534 | 0.09s 2026-02-19 21:55:33.539137 | fa163e04-2df0-ba10-0aaf-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 21:55:33.540177 | fa163e04-2df0-ba10-0aaf-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.574385 | 0.11s 2026-02-19 21:55:33.549929 | fa163e04-2df0-ba10-0aaf-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.584138 | 0.12s 2026-02-19 21:55:33.554091 | fa163e04-2df0-ba10-0aaf-000000000234 | TASK | Ensure chronyd is running 2026-02-19 21:55:34.167020 | fa163e04-2df0-ba10-0aaf-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2026-02-19 21:55:34.168513 | fa163e04-2df0-ba10-0aaf-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.202716 | 0.61s 2026-02-19 21:55:34.180290 | fa163e04-2df0-ba10-0aaf-000000000234 | OK | Ensure chronyd is running | undercloud 2026-02-19 21:55:34.180888 | fa163e04-2df0-ba10-0aaf-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.215107 | 0.62s 2026-02-19 21:55:34.186213 | fa163e04-2df0-ba10-0aaf-000000000235 | TASK | Force chronyd restart 2026-02-19 21:55:34.280575 | fa163e04-2df0-ba10-0aaf-000000000235 | SKIPPED | Force chronyd restart | undercloud 2026-02-19 21:55:34.281748 | fa163e04-2df0-ba10-0aaf-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.315946 | 0.09s 2026-02-19 21:55:34.614216 | fa163e04-2df0-ba10-0aaf-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2026-02-19 21:55:34.615892 | fa163e04-2df0-ba10-0aaf-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.650095 | 0.43s 2026-02-19 21:55:34.626509 | fa163e04-2df0-ba10-0aaf-00000000000f | TASK | Enable online service 2026-02-19 21:55:34.711183 | fa163e04-2df0-ba10-0aaf-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.745363 | 0.08s 2026-02-19 21:55:34.722687 | fa163e04-2df0-ba10-0aaf-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.756895 | 0.08s 2026-02-19 21:55:34.742294 | d2f924c4-5b67-4f61-9566-5d9160b5060e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2026-02-19 21:55:34.743067 | d2f924c4-5b67-4f61-9566-5d9160b5060e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2026-02-19 21:55:34.786097 | fa163e04-2df0-ba10-0aaf-000000000338 | TASK | Create chrony-online.service unit file 2026-02-19 21:55:35.240865 | fa163e04-2df0-ba10-0aaf-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2026-02-19 21:55:35.242429 | fa163e04-2df0-ba10-0aaf-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.276623 | 0.46s 2026-02-19 21:55:35.286442 | fa163e04-2df0-ba10-0aaf-000000000338 | OK | Create chrony-online.service unit file | undercloud 2026-02-19 21:55:35.287501 | fa163e04-2df0-ba10-0aaf-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.321708 | 0.49s 2026-02-19 21:55:35.296373 | fa163e04-2df0-ba10-0aaf-000000000339 | TASK | Enable chrony-online.service 2026-02-19 21:55:36.499418 | fa163e04-2df0-ba10-0aaf-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2026-02-19 21:55:36.500710 | fa163e04-2df0-ba10-0aaf-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.534912 | 1.19s 2026-02-19 21:55:36.517541 | fa163e04-2df0-ba10-0aaf-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2026-02-19 21:55:36.519489 | fa163e04-2df0-ba10-0aaf-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.553695 | 1.22s 2026-02-19 21:55:36.530358 | fa163e04-2df0-ba10-0aaf-000000000010 | TASK | Sync chronyc 2026-02-19 21:55:36.613702 | fa163e04-2df0-ba10-0aaf-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.647874 | 0.08s 2026-02-19 21:55:36.628896 | fa163e04-2df0-ba10-0aaf-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.663100 | 0.08s 2026-02-19 21:55:36.651626 | 1a31fa35-83af-4ee8-b2c7-273c685d5f73 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2026-02-19 21:55:36.652755 | 1a31fa35-83af-4ee8-b2c7-273c685d5f73 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2026-02-19 21:55:36.701041 | fa163e04-2df0-ba10-0aaf-00000000042a | TASK | Force NTP sync 2026-02-19 21:55:36.969623 | fa163e04-2df0-ba10-0aaf-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2026-02-19 21:55:36.971180 | fa163e04-2df0-ba10-0aaf-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.005367 | 0.27s 2026-02-19 21:55:37.033378 | fa163e04-2df0-ba10-0aaf-00000000042a | CHANGED | Force NTP sync | undercloud 2026-02-19 21:55:37.034485 | fa163e04-2df0-ba10-0aaf-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.068692 | 0.32s 2026-02-19 21:55:37.043395 | fa163e04-2df0-ba10-0aaf-00000000042b | TASK | Ensure system is NTP time synced 2026-02-19 21:55:47.321800 | fa163e04-2df0-ba10-0aaf-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2026-02-19 21:55:47.323085 | fa163e04-2df0-ba10-0aaf-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.357280 | 10.26s 2026-02-19 21:55:47.354612 | fa163e04-2df0-ba10-0aaf-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2026-02-19 21:55:47.355786 | fa163e04-2df0-ba10-0aaf-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.389993 | 10.31s 2026-02-19 21:55:47.377041 | fa163e04-2df0-ba10-0aaf-00000000002c | TASK | Set timezone 2026-02-19 21:55:47.864234 | fa163e04-2df0-ba10-0aaf-00000000002c | OK | Set timezone | undercloud 2026-02-19 21:55:47.868236 | fa163e04-2df0-ba10-0aaf-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.902430 | 0.48s 2026-02-19 21:55:47.869172 | fa163e04-2df0-ba10-0aaf-00000000002c | OK | Set timezone | standalone.localdomain 2026-02-19 21:55:47.869920 | fa163e04-2df0-ba10-0aaf-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.904131 | 0.49s 2026-02-19 21:55:47.878144 | fa163e04-2df0-ba10-0aaf-00000000002d | TASK | Restart time services 2026-02-19 21:55:47.901906 | fa163e04-2df0-ba10-0aaf-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2026-02-19 21:55:47.905822 | fa163e04-2df0-ba10-0aaf-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2026-02-19 21:55:47.916776 | fa163e04-2df0-ba10-0aaf-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.950964 | 0.04s 2026-02-19 21:55:47.925966 | fa163e04-2df0-ba10-0aaf-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2026-02-19 21:55:47.930846 | fa163e04-2df0-ba10-0aaf-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2026-02-19 21:55:47.938469 | fa163e04-2df0-ba10-0aaf-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.972677 | 0.05s 2026-02-19 21:55:47.978054 | fa163e04-2df0-ba10-0aaf-000000000012 | HANDLER | Restart chronyd 2026-02-19 21:55:48.449364 | fa163e04-2df0-ba10-0aaf-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2026-02-19 21:55:48.450639 | fa163e04-2df0-ba10-0aaf-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:23.484846 | 0.47s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2026-02-19 21:55:48.462219 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:48.462585 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:48.462984 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.497200 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:55:48.463338 | UUID | Info | Host | Task Name | Run Time 2026-02-19 21:55:48.463658 | fa163e04-2df0-ba10-0aaf-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.31s 2026-02-19 21:55:48.464028 | fa163e04-2df0-ba10-0aaf-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.26s 2026-02-19 21:55:48.464355 | fa163e04-2df0-ba10-0aaf-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 5.14s 2026-02-19 21:55:48.464725 | fa163e04-2df0-ba10-0aaf-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 3.10s 2026-02-19 21:55:48.465100 | fa163e04-2df0-ba10-0aaf-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.22s 2026-02-19 21:55:48.465436 | fa163e04-2df0-ba10-0aaf-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.19s 2026-02-19 21:55:48.465756 | fa163e04-2df0-ba10-0aaf-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.84s 2026-02-19 21:55:48.466139 | fa163e04-2df0-ba10-0aaf-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.81s 2026-02-19 21:55:48.466476 | fa163e04-2df0-ba10-0aaf-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.62s 2026-02-19 21:55:48.466811 | fa163e04-2df0-ba10-0aaf-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.61s 2026-02-19 21:55:48.467207 | fa163e04-2df0-ba10-0aaf-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.57s 2026-02-19 21:55:48.467538 | fa163e04-2df0-ba10-0aaf-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2026-02-19 21:55:48.467853 | fa163e04-2df0-ba10-0aaf-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.49s 2026-02-19 21:55:48.468228 | fa163e04-2df0-ba10-0aaf-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.49s 2026-02-19 21:55:48.468579 | fa163e04-2df0-ba10-0aaf-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.48s 2026-02-19 21:55:48.468911 | fa163e04-2df0-ba10-0aaf-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.47s 2026-02-19 21:55:48.469270 | fa163e04-2df0-ba10-0aaf-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.46s 2026-02-19 21:55:48.469788 | fa163e04-2df0-ba10-0aaf-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.43s 2026-02-19 21:55:48.470145 | fa163e04-2df0-ba10-0aaf-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.40s 2026-02-19 21:55:48.470527 | fa163e04-2df0-ba10-0aaf-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.39s 2026-02-19 21:55:48.470909 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] ******************************************************** 2026-02-19 21:55:49.355579 | fa163e04-2df0-fe1d-81f3-000000000005 | SKIPPED | fail | undercloud 2026-02-19 21:55:49.356496 | fa163e04-2df0-fe1d-81f3-000000000005 | TIMING | fail | undercloud | 0:00:00.075776 | 0.06s 2026-02-19 21:55:49.405717 | fa163e04-2df0-fe1d-81f3-000000000006 | SKIPPED | fail | undercloud 2026-02-19 21:55:49.406874 | fa163e04-2df0-fe1d-81f3-000000000006 | TIMING | fail | undercloud | 0:00:00.126149 | 0.05s 2026-02-19 21:55:49.414359 | fa163e04-2df0-fe1d-81f3-000000000008 | TASK | Ensure working_dir is provided 2026-02-19 21:55:49.442275 | fa163e04-2df0-fe1d-81f3-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2026-02-19 21:55:49.443425 | fa163e04-2df0-fe1d-81f3-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.162700 | 0.03s 2026-02-19 21:55:49.463782 | fa163e04-2df0-fe1d-81f3-00000000000a | TASK | ensure ceph_spec_path is defined 2026-02-19 21:55:49.492092 | fa163e04-2df0-fe1d-81f3-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2026-02-19 21:55:49.493125 | fa163e04-2df0-fe1d-81f3-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.212399 | 0.03s 2026-02-19 21:55:49.500237 | fa163e04-2df0-fe1d-81f3-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2026-02-19 21:55:49.530136 | fa163e04-2df0-fe1d-81f3-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-19 21:55:49.531340 | fa163e04-2df0-fe1d-81f3-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.250617 | 0.03s 2026-02-19 21:55:49.538882 | fa163e04-2df0-fe1d-81f3-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2026-02-19 21:55:49.576203 | fa163e04-2df0-fe1d-81f3-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2026-02-19 21:55:49.577475 | fa163e04-2df0-fe1d-81f3-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.296747 | 0.04s 2026-02-19 21:55:49.585362 | fa163e04-2df0-fe1d-81f3-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2026-02-19 21:55:49.642753 | fa163e04-2df0-fe1d-81f3-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2026-02-19 21:55:49.644164 | fa163e04-2df0-fe1d-81f3-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.363435 | 0.06s 2026-02-19 21:55:49.651669 | fa163e04-2df0-fe1d-81f3-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2026-02-19 21:55:49.753890 | fa163e04-2df0-fe1d-81f3-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'mgr', '_admin', 'osd'], 'service_type': 'host'} 2026-02-19 21:55:49.755703 | fa163e04-2df0-fe1d-81f3-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.474969 | 0.10s 2026-02-19 21:55:49.767172 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:55:49.782256 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:55:49.795750 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:55:49.802148 | fa163e04-2df0-fe1d-81f3-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.521424 | 0.15s 2026-02-19 21:55:49.808206 | fa163e04-2df0-fe1d-81f3-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2026-02-19 21:55:49.888998 | fa163e04-2df0-fe1d-81f3-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'mgr', '_admin', 'osd'], 'service_type': 'host'} 2026-02-19 21:55:49.903993 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:55:49.921919 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:55:49.932506 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:55:49.937980 | fa163e04-2df0-fe1d-81f3-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.657254 | 0.13s 2026-02-19 21:55:49.942193 | fa163e04-2df0-fe1d-81f3-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2026-02-19 21:55:49.986235 | fa163e04-2df0-fe1d-81f3-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2026-02-19 21:55:49.987064 | fa163e04-2df0-fe1d-81f3-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.706347 | 0.04s 2026-02-19 21:55:49.991291 | fa163e04-2df0-fe1d-81f3-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2026-02-19 21:55:50.015353 | fa163e04-2df0-fe1d-81f3-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2026-02-19 21:55:50.015917 | fa163e04-2df0-fe1d-81f3-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.735202 | 0.02s 2026-02-19 21:55:50.016290 | fa163e04-2df0-fe1d-81f3-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.735583 | 0.02s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2026-02-19 21:55:50.049913 | fa163e04-2df0-fe1d-81f3-000000000017 | TASK | Ensure ceph_spec_path is defined 2026-02-19 21:55:50.086849 | fa163e04-2df0-fe1d-81f3-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2026-02-19 21:55:50.087668 | fa163e04-2df0-fe1d-81f3-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.806950 | 0.04s 2026-02-19 21:55:50.092007 | fa163e04-2df0-fe1d-81f3-000000000018 | TASK | Ensure public_network and cluster_network are defined 2026-02-19 21:55:50.248499 | fa163e04-2df0-fe1d-81f3-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2026-02-19 21:55:50.249718 | fa163e04-2df0-fe1d-81f3-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:00.968992 | 0.16s 2026-02-19 21:55:50.257691 | fa163e04-2df0-fe1d-81f3-000000000019 | TASK | Set IP address of first monitor 2026-02-19 21:55:50.283896 | fa163e04-2df0-fe1d-81f3-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2026-02-19 21:55:50.285052 | fa163e04-2df0-fe1d-81f3-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.004324 | 0.03s 2026-02-19 21:55:50.306709 | fa163e04-2df0-fe1d-81f3-000000000020 | TASK | Gather distribution facts if they don't exist 2026-02-19 21:55:50.342925 | fa163e04-2df0-fe1d-81f3-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2026-02-19 21:55:50.344356 | fa163e04-2df0-fe1d-81f3-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.063622 | 0.04s 2026-02-19 21:55:50.354972 | fa163e04-2df0-fe1d-81f3-000000000021 | TASK | Install cephadm package 2026-02-19 21:55:53.756003 | fa163e04-2df0-fe1d-81f3-000000000021 | OK | Install cephadm package | standalone.localdomain 2026-02-19 21:55:53.757514 | fa163e04-2df0-fe1d-81f3-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.476785 | 3.40s 2026-02-19 21:55:53.767578 | fa163e04-2df0-fe1d-81f3-000000000022 | TASK | Stat cephadm file 2026-02-19 21:55:54.100735 | fa163e04-2df0-fe1d-81f3-000000000022 | OK | Stat cephadm file | standalone.localdomain 2026-02-19 21:55:54.102261 | fa163e04-2df0-fe1d-81f3-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.821535 | 0.33s 2026-02-19 21:55:54.112453 | fa163e04-2df0-fe1d-81f3-000000000023 | TASK | Fail if cephadm is not available 2026-02-19 21:55:54.141203 | fa163e04-2df0-fe1d-81f3-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2026-02-19 21:55:54.142286 | fa163e04-2df0-fe1d-81f3-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.861561 | 0.03s 2026-02-19 21:55:54.151778 | fa163e04-2df0-fe1d-81f3-000000000024 | TASK | List Ceph daemon instances on this host 2026-02-19 21:55:54.975205 | fa163e04-2df0-fe1d-81f3-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2026-02-19 21:55:54.976566 | fa163e04-2df0-fe1d-81f3-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.695839 | 0.82s 2026-02-19 21:55:54.985672 | fa163e04-2df0-fe1d-81f3-000000000026 | TASK | Set list of found FSIDs 2026-02-19 21:55:55.096425 | fa163e04-2df0-fe1d-81f3-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2026-02-19 21:55:55.097653 | fa163e04-2df0-fe1d-81f3-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.816927 | 0.11s 2026-02-19 21:55:55.106322 | fa163e04-2df0-fe1d-81f3-000000000027 | TASK | Fail if >1 FSID was discovered 2026-02-19 21:55:55.183140 | fa163e04-2df0-fe1d-81f3-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2026-02-19 21:55:55.184209 | fa163e04-2df0-fe1d-81f3-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.903484 | 0.08s 2026-02-19 21:55:55.192578 | fa163e04-2df0-fe1d-81f3-000000000028 | TASK | Set FSID to the discovered value 2026-02-19 21:55:55.279236 | fa163e04-2df0-fe1d-81f3-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2026-02-19 21:55:55.280859 | fa163e04-2df0-fe1d-81f3-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:06.000134 | 0.09s 2026-02-19 21:55:55.290214 | fa163e04-2df0-fe1d-81f3-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2026-02-19 21:55:55.369510 | fa163e04-2df0-fe1d-81f3-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2026-02-19 21:55:55.370762 | fa163e04-2df0-fe1d-81f3-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:06.090035 | 0.08s 2026-02-19 21:55:55.379909 | fa163e04-2df0-fe1d-81f3-00000000002b | TASK | Set first monitor IP if it was not passed 2026-02-19 21:55:55.466674 | fa163e04-2df0-fe1d-81f3-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2026-02-19 21:55:55.467862 | fa163e04-2df0-fe1d-81f3-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.187134 | 0.09s 2026-02-19 21:55:55.478025 | fa163e04-2df0-fe1d-81f3-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2026-02-19 21:55:55.810650 | fa163e04-2df0-fe1d-81f3-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2026-02-19 21:55:55.812160 | fa163e04-2df0-fe1d-81f3-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.531431 | 0.33s 2026-02-19 21:55:55.822336 | fa163e04-2df0-fe1d-81f3-00000000002d | TASK | Ensure specs directory exists 2026-02-19 21:55:56.043082 | fa163e04-2df0-fe1d-81f3-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2026-02-19 21:55:56.044587 | fa163e04-2df0-fe1d-81f3-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.763858 | 0.22s 2026-02-19 21:55:56.059107 | fa163e04-2df0-fe1d-81f3-00000000002e | TASK | Stat spec file on ansible host 2026-02-19 21:55:56.301195 | fa163e04-2df0-fe1d-81f3-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e04-2df0-fe1d-81f3-00000000002e') missing from stats 2026-02-19 21:55:56.313547 | fa163e04-2df0-fe1d-81f3-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2026-02-19 21:55:56.958408 | fa163e04-2df0-fe1d-81f3-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2026-02-19 21:55:56.959731 | fa163e04-2df0-fe1d-81f3-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.679004 | 0.64s 2026-02-19 21:55:56.974036 | fa163e04-2df0-fe1d-81f3-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2026-02-19 21:55:57.236745 | fa163e04-2df0-fe1d-81f3-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e04-2df0-fe1d-81f3-000000000031') missing from stats 2026-02-19 21:55:57.248217 | fa163e04-2df0-fe1d-81f3-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-19 21:55:57.698705 | fa163e04-2df0-fe1d-81f3-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-19 21:55:57.700262 | fa163e04-2df0-fe1d-81f3-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.419534 | 0.45s 2026-02-19 21:55:57.724503 | fa163e04-2df0-fe1d-81f3-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-19 21:55:57.834865 | fa163e04-2df0-fe1d-81f3-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-19 21:55:57.836295 | fa163e04-2df0-fe1d-81f3-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.555564 | 0.11s 2026-02-19 21:55:57.854119 | fa163e04-2df0-fe1d-81f3-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2026-02-19 21:55:57.931790 | fa163e04-2df0-fe1d-81f3-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2026-02-19 21:55:57.933086 | fa163e04-2df0-fe1d-81f3-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.652358 | 0.08s 2026-02-19 21:55:57.942351 | fa163e04-2df0-fe1d-81f3-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2026-02-19 21:55:58.241868 | fa163e04-2df0-fe1d-81f3-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2026-02-19 21:55:58.243237 | fa163e04-2df0-fe1d-81f3-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.962512 | 0.30s 2026-02-19 21:55:58.408390 | fa163e04-2df0-fe1d-81f3-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2026-02-19 21:55:58.409445 | fa163e04-2df0-fe1d-81f3-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.128721 | 0.47s 2026-02-19 21:55:58.416158 | fa163e04-2df0-fe1d-81f3-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.135429 | 0.47s 2026-02-19 21:55:58.425756 | fa163e04-2df0-fe1d-81f3-000000000065 | TASK | Fail if necessary files are missing 2026-02-19 21:55:58.479492 | fa163e04-2df0-fe1d-81f3-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': 2610, 'inode': 167777224, 'dev': 64516, 'nlink': 1, 'atime': 1771538121.96834, 'mtime': 1771538121.773334, 'ctime': 1771538121.97134, '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': 'd0dacf2272bcae355e47fd34cd097591458d1361', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3848581462', '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'} 2026-02-19 21:55:58.486242 | fa163e04-2df0-fe1d-81f3-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': 192940914, 'dev': 64516, 'nlink': 1, 'atime': 1771538122.4433541, 'mtime': 1771538122.2593486, 'ctime': 1771538122.4463542, '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': '29df3471dcfb849427ad0dae4abead9169458cc9', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '928150421', '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'} 2026-02-19 21:55:58.498736 | fa163e04-2df0-fe1d-81f3-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.217997 | 0.07s 2026-02-19 21:55:58.509973 | fa163e04-2df0-fe1d-81f3-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2026-02-19 21:55:58.740700 | fa163e04-2df0-fe1d-81f3-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2026-02-19 21:55:58.741903 | fa163e04-2df0-fe1d-81f3-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.461183 | 0.23s 2026-02-19 21:55:58.748624 | fa163e04-2df0-fe1d-81f3-000000000068 | TASK | Run cephadm bootstrap 2026-02-19 21:57:02.028070 | fa163e04-2df0-fe1d-81f3-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2026-02-19 21:57:02.029555 | fa163e04-2df0-fe1d-81f3-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.748827 | 63.28s 2026-02-19 21:57:02.041103 | fa163e04-2df0-fe1d-81f3-000000000069 | TASK | Show results of bootstrap 2026-02-19 21:57:02.120835 | fa163e04-2df0-fe1d-81f3-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2026-02-19 21:57:02.121795 | fa163e04-2df0-fe1d-81f3-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:12.841072 | 0.08s 2026-02-19 21:57:02.128323 | fa163e04-2df0-fe1d-81f3-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-19 21:57:02.174406 | fa163e04-2df0-fe1d-81f3-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:12.893646 | 0.04s 2026-02-19 21:57:02.190919 | 614be1e0-5df9-4cec-9dc6-4131ebed99ef | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-19 21:57:02.208139 | fa163e04-2df0-fe1d-81f3-00000000020b | TASK | Set ceph CLI 2026-02-19 21:57:02.399344 | fa163e04-2df0-fe1d-81f3-00000000020b | OK | Set ceph CLI | standalone.localdomain 2026-02-19 21:57:02.400881 | fa163e04-2df0-fe1d-81f3-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.120148 | 0.19s 2026-02-19 21:57:02.411313 | fa163e04-2df0-fe1d-81f3-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2026-02-19 21:57:03.298523 | fa163e04-2df0-fe1d-81f3-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2026-02-19 21:57:03.300279 | fa163e04-2df0-fe1d-81f3-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.019550 | 0.89s 2026-02-19 21:57:03.310569 | fa163e04-2df0-fe1d-81f3-00000000006c | TASK | Set the default container image in ceph configuration 2026-02-19 21:57:04.290288 | fa163e04-2df0-fe1d-81f3-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2026-02-19 21:57:04.291226 | fa163e04-2df0-fe1d-81f3-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.010507 | 0.98s 2026-02-19 21:57:04.297475 | fa163e04-2df0-fe1d-81f3-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2026-02-19 21:57:04.342886 | fa163e04-2df0-fe1d-81f3-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2026-02-19 21:57:04.343717 | fa163e04-2df0-fe1d-81f3-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.062999 | 0.05s 2026-02-19 21:57:04.354774 | fa163e04-2df0-fe1d-81f3-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-19 21:57:04.402039 | fa163e04-2df0-fe1d-81f3-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-19 21:57:04.403367 | fa163e04-2df0-fe1d-81f3-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.122639 | 0.05s 2026-02-19 21:57:04.415399 | fa163e04-2df0-fe1d-81f3-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2026-02-19 21:57:04.452398 | fa163e04-2df0-fe1d-81f3-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2026-02-19 21:57:04.453526 | fa163e04-2df0-fe1d-81f3-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.172798 | 0.04s 2026-02-19 21:57:04.464582 | fa163e04-2df0-fe1d-81f3-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2026-02-19 21:57:04.533091 | fa163e04-2df0-fe1d-81f3-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2026-02-19 21:57:04.534507 | fa163e04-2df0-fe1d-81f3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.253782 | 0.07s 2026-02-19 21:57:04.541299 | fa163e04-2df0-fe1d-81f3-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2026-02-19 21:57:04.541785 | fa163e04-2df0-fe1d-81f3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.261074 | 0.07s 2026-02-19 21:57:04.550249 | fa163e04-2df0-fe1d-81f3-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2026-02-19 21:57:04.550800 | fa163e04-2df0-fe1d-81f3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.270088 | 0.08s 2026-02-19 21:57:04.554367 | fa163e04-2df0-fe1d-81f3-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2026-02-19 21:57:04.555068 | fa163e04-2df0-fe1d-81f3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.274357 | 0.09s 2026-02-19 21:57:04.565709 | fa163e04-2df0-fe1d-81f3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.284981 | 0.10s 2026-02-19 21:57:04.587802 | fa163e04-2df0-fe1d-81f3-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2026-02-19 21:57:04.715594 | fa163e04-2df0-fe1d-81f3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2026-02-19 21:57:04.773219 | fa163e04-2df0-fe1d-81f3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2026-02-19 21:57:04.831636 | fa163e04-2df0-fe1d-81f3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2026-02-19 21:57:04.888695 | fa163e04-2df0-fe1d-81f3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2026-02-19 21:57:04.949026 | fa163e04-2df0-fe1d-81f3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2026-02-19 21:57:05.006218 | fa163e04-2df0-fe1d-81f3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2026-02-19 21:57:05.063745 | fa163e04-2df0-fe1d-81f3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2026-02-19 21:57:05.118263 | fa163e04-2df0-fe1d-81f3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2026-02-19 21:57:05.129639 | fa163e04-2df0-fe1d-81f3-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:15.848909 | 0.54s 2026-02-19 21:57:05.140068 | fa163e04-2df0-fe1d-81f3-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2026-02-19 21:57:06.067294 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:57:06.068287 | fa163e04-2df0-fe1d-81f3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:16.787566 | 0.93s 2026-02-19 21:57:06.963260 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:57:06.964386 | fa163e04-2df0-fe1d-81f3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.683667 | 1.82s 2026-02-19 21:57:07.917042 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:57:07.918271 | fa163e04-2df0-fe1d-81f3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:18.637552 | 2.78s 2026-02-19 21:57:08.861935 | fa163e04-2df0-fe1d-81f3-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'} 2026-02-19 21:57:08.864299 | fa163e04-2df0-fe1d-81f3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.583578 | 3.72s 2026-02-19 21:57:08.874205 | fa163e04-2df0-fe1d-81f3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.593477 | 3.73s 2026-02-19 21:57:08.893113 | fa163e04-2df0-fe1d-81f3-0000000000a6 | TASK | Stat spec file on bootstrap node 2026-02-19 21:57:09.160653 | fa163e04-2df0-fe1d-81f3-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2026-02-19 21:57:09.163286 | fa163e04-2df0-fe1d-81f3-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.882557 | 0.27s 2026-02-19 21:57:09.169340 | fa163e04-2df0-fe1d-81f3-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:19.888609 | 0.27s 2026-02-19 21:57:09.178976 | fa163e04-2df0-fe1d-81f3-0000000000a7 | TASK | Fail if spec file is missing 2026-02-19 21:57:09.259742 | fa163e04-2df0-fe1d-81f3-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': 805306897, 'dev': 64516, 'nlink': 1, 'atime': 1771538156.9263535, 'mtime': 1771538156.5553424, 'ctime': 1771538156.9283535, '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': '8780a677d26f151a7007fb3a863dc2af5e6cb5ff', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2567515107', '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'} 2026-02-19 21:57:09.271505 | fa163e04-2df0-fe1d-81f3-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:19.990772 | 0.09s 2026-02-19 21:57:09.283457 | fa163e04-2df0-fe1d-81f3-0000000000a8 | TASK | Get ceph_cli 2026-02-19 21:57:09.311658 | fa163e04-2df0-fe1d-81f3-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.030922 | 0.03s 2026-02-19 21:57:09.322838 | 6eeac7c8-e729-4c43-99bc-252f4d23b6b3 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-19 21:57:09.344800 | fa163e04-2df0-fe1d-81f3-000000000270 | TASK | Set ceph CLI 2026-02-19 21:57:09.513284 | fa163e04-2df0-fe1d-81f3-000000000270 | OK | Set ceph CLI | standalone.localdomain 2026-02-19 21:57:09.514547 | fa163e04-2df0-fe1d-81f3-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.233818 | 0.17s 2026-02-19 21:57:09.529290 | fa163e04-2df0-fe1d-81f3-0000000000a9 | TASK | Get the ceph orchestrator status 2026-02-19 21:57:10.696486 | fa163e04-2df0-fe1d-81f3-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-19 21:57:10.698266 | fa163e04-2df0-fe1d-81f3-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.417533 | 1.17s 2026-02-19 21:57:10.708052 | fa163e04-2df0-fe1d-81f3-0000000000aa | TASK | Fail if ceph orchestrator is not available 2026-02-19 21:57:10.746470 | fa163e04-2df0-fe1d-81f3-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-19 21:57:10.747714 | fa163e04-2df0-fe1d-81f3-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.466981 | 0.04s 2026-02-19 21:57:10.757829 | fa163e04-2df0-fe1d-81f3-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2026-02-19 21:57:10.790456 | fa163e04-2df0-fe1d-81f3-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.509722 | 0.03s 2026-02-19 21:57:10.817024 | d00c5a69-2be9-4d67-8a95-a23294a0a482 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2026-02-19 21:57:10.834590 | fa163e04-2df0-fe1d-81f3-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-19 21:57:10.868770 | fa163e04-2df0-fe1d-81f3-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-19 21:57:10.869804 | fa163e04-2df0-fe1d-81f3-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.589073 | 0.03s 2026-02-19 21:57:10.878890 | fa163e04-2df0-fe1d-81f3-0000000002a8 | TASK | set cephadm debug level 2026-02-19 21:57:10.945654 | fa163e04-2df0-fe1d-81f3-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2026-02-19 21:57:10.946974 | fa163e04-2df0-fe1d-81f3-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.666219 | 0.07s 2026-02-19 21:57:10.956518 | fa163e04-2df0-fe1d-81f3-0000000002a9 | TASK | enforce minimum ceph clients version 2026-02-19 21:57:11.034884 | fa163e04-2df0-fe1d-81f3-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2026-02-19 21:57:11.036146 | fa163e04-2df0-fe1d-81f3-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.755418 | 0.08s 2026-02-19 21:57:11.045156 | fa163e04-2df0-fe1d-81f3-0000000002aa | TASK | set container image base in ceph configuration 2026-02-19 21:57:11.929653 | fa163e04-2df0-fe1d-81f3-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2026-02-19 21:57:11.931024 | fa163e04-2df0-fe1d-81f3-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.650295 | 0.88s 2026-02-19 21:57:11.940981 | fa163e04-2df0-fe1d-81f3-0000000002ac | TASK | set alertmanager container image in ceph configuration 2026-02-19 21:57:11.999437 | fa163e04-2df0-fe1d-81f3-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2026-02-19 21:57:12.000988 | fa163e04-2df0-fe1d-81f3-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.720224 | 0.06s 2026-02-19 21:57:12.014522 | fa163e04-2df0-fe1d-81f3-0000000002ad | TASK | set grafana container image in ceph configuration 2026-02-19 21:57:12.073385 | fa163e04-2df0-fe1d-81f3-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2026-02-19 21:57:12.074415 | fa163e04-2df0-fe1d-81f3-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.793697 | 0.06s 2026-02-19 21:57:12.080912 | fa163e04-2df0-fe1d-81f3-0000000002ae | TASK | set node-exporter container image in ceph configuration 2026-02-19 21:57:12.127968 | fa163e04-2df0-fe1d-81f3-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2026-02-19 21:57:12.128798 | fa163e04-2df0-fe1d-81f3-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.848080 | 0.05s 2026-02-19 21:57:12.136349 | fa163e04-2df0-fe1d-81f3-0000000002af | TASK | set prometheus container image in ceph configuration 2026-02-19 21:57:12.207528 | fa163e04-2df0-fe1d-81f3-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2026-02-19 21:57:12.208492 | fa163e04-2df0-fe1d-81f3-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:22.927773 | 0.07s 2026-02-19 21:57:12.215283 | fa163e04-2df0-fe1d-81f3-0000000000ac | TASK | Apply spec 2026-02-19 21:57:13.766904 | fa163e04-2df0-fe1d-81f3-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2026-02-19 21:57:13.768430 | fa163e04-2df0-fe1d-81f3-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.487702 | 1.55s 2026-02-19 21:57:13.792026 | fa163e04-2df0-fe1d-81f3-0000000000ad | TASK | Show results of spec apply 2026-02-19 21:57:13.852212 | fa163e04-2df0-fe1d-81f3-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2026-02-19 21:57:13.853569 | fa163e04-2df0-fe1d-81f3-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.572834 | 0.06s 2026-02-19 21:57:13.864165 | fa163e04-2df0-fe1d-81f3-0000000000ae | TASK | Wait for the expected number of osds to be running 2026-02-19 21:57:13.911877 | fa163e04-2df0-fe1d-81f3-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.631142 | 0.05s 2026-02-19 21:57:13.926624 | 0190622d-11ea-47ad-93b2-c9ef140be1a0 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2026-02-19 21:57:13.952075 | fa163e04-2df0-fe1d-81f3-000000000307 | TASK | Wait for expected number of osds to be running 2026-02-19 21:57:14.931389 | fa163e04-2df0-fe1d-81f3-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2026-02-19 21:57:45.885656 | fa163e04-2df0-fe1d-81f3-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2026-02-19 21:57:45.887222 | fa163e04-2df0-fe1d-81f3-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.606490 | 31.93s 2026-02-19 21:57:45.910728 | fa163e04-2df0-fe1d-81f3-0000000000c9 | TASK | Get ceph_cli 2026-02-19 21:57:45.951364 | fa163e04-2df0-fe1d-81f3-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-19 21:57:45.952690 | fa163e04-2df0-fe1d-81f3-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.671963 | 0.04s 2026-02-19 21:57:45.962548 | fa163e04-2df0-fe1d-81f3-0000000000ca | TASK | Collect ceph config dump 2026-02-19 21:57:46.001699 | fa163e04-2df0-fe1d-81f3-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2026-02-19 21:57:46.003174 | fa163e04-2df0-fe1d-81f3-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:56.722437 | 0.04s 2026-02-19 21:57:46.012153 | fa163e04-2df0-fe1d-81f3-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2026-02-19 21:57:46.080374 | fa163e04-2df0-fe1d-81f3-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2026-02-19 21:57:46.081682 | fa163e04-2df0-fe1d-81f3-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:56.800957 | 0.07s 2026-02-19 21:57:46.090411 | fa163e04-2df0-fe1d-81f3-0000000000cc | TASK | Create pool 2026-02-19 21:57:46.157842 | fa163e04-2df0-fe1d-81f3-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:56.877102 | 0.07s 2026-02-19 21:57:46.167171 | fa163e04-2df0-fe1d-81f3-0000000000cd | TASK | Enable application on Ceph pools 2026-02-19 21:57:46.217906 | fa163e04-2df0-fe1d-81f3-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:56.937165 | 0.05s 2026-02-19 21:57:46.228995 | fa163e04-2df0-fe1d-81f3-0000000000cf | TASK | Get the RBD ceph_cli 2026-02-19 21:57:46.258410 | fa163e04-2df0-fe1d-81f3-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2026-02-19 21:57:46.259505 | fa163e04-2df0-fe1d-81f3-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:56.978777 | 0.03s 2026-02-19 21:57:46.268730 | fa163e04-2df0-fe1d-81f3-0000000000d0 | TASK | Set trash interval 2026-02-19 21:57:46.357919 | fa163e04-2df0-fe1d-81f3-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2026-02-19 21:57:46.369033 | fa163e04-2df0-fe1d-81f3-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:57.088295 | 0.10s 2026-02-19 21:57:46.389535 | fa163e04-2df0-fe1d-81f3-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2026-02-19 21:57:46.447840 | fa163e04-2df0-fe1d-81f3-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:57.167100 | 0.06s 2026-02-19 21:57:46.459133 | fa163e04-2df0-fe1d-81f3-0000000000e9 | TASK | Get ceph_cli 2026-02-19 21:57:46.496524 | fa163e04-2df0-fe1d-81f3-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-19 21:57:46.497884 | fa163e04-2df0-fe1d-81f3-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.217152 | 0.04s 2026-02-19 21:57:46.507352 | fa163e04-2df0-fe1d-81f3-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2026-02-19 21:57:46.574304 | fa163e04-2df0-fe1d-81f3-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.293565 | 0.07s 2026-02-19 21:57:46.591504 | fa163e04-2df0-fe1d-81f3-0000000000f9 | TASK | Get ceph_cli 2026-02-19 21:57:46.621932 | fa163e04-2df0-fe1d-81f3-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-19 21:57:46.623249 | fa163e04-2df0-fe1d-81f3-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.342522 | 0.03s 2026-02-19 21:57:46.632673 | fa163e04-2df0-fe1d-81f3-0000000000fa | TASK | Wait for the expected number of monitors to be running 2026-02-19 21:57:46.671592 | fa163e04-2df0-fe1d-81f3-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2026-02-19 21:57:46.672883 | fa163e04-2df0-fe1d-81f3-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.392155 | 0.04s 2026-02-19 21:57:46.682213 | fa163e04-2df0-fe1d-81f3-0000000000fb | TASK | Run ceph mon dump to get all monitors 2026-02-19 21:57:46.722854 | fa163e04-2df0-fe1d-81f3-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2026-02-19 21:57:46.724127 | fa163e04-2df0-fe1d-81f3-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.443401 | 0.04s 2026-02-19 21:57:46.733394 | fa163e04-2df0-fe1d-81f3-0000000000fc | TASK | Extract mons_json 2026-02-19 21:57:46.784610 | fa163e04-2df0-fe1d-81f3-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2026-02-19 21:57:46.785908 | fa163e04-2df0-fe1d-81f3-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.505182 | 0.05s 2026-02-19 21:57:46.795129 | fa163e04-2df0-fe1d-81f3-0000000000fd | TASK | Build mons_list 2026-02-19 21:57:46.841196 | fa163e04-2df0-fe1d-81f3-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2026-02-19 21:57:46.842381 | fa163e04-2df0-fe1d-81f3-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.561655 | 0.05s 2026-02-19 21:57:46.850830 | fa163e04-2df0-fe1d-81f3-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2026-02-19 21:57:46.888378 | fa163e04-2df0-fe1d-81f3-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2026-02-19 21:57:46.889534 | fa163e04-2df0-fe1d-81f3-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.608809 | 0.04s 2026-02-19 21:57:46.898881 | fa163e04-2df0-fe1d-81f3-0000000000ff | TASK | Verify the keyring 2026-02-19 21:57:46.936988 | fa163e04-2df0-fe1d-81f3-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:57.656224 | 0.04s 2026-02-19 21:57:46.950730 | fa163e04-2df0-fe1d-81f3-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2026-02-19 21:57:46.987082 | fa163e04-2df0-fe1d-81f3-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2026-02-19 21:57:46.988121 | fa163e04-2df0-fe1d-81f3-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.707396 | 0.04s 2026-02-19 21:57:47.001277 | fa163e04-2df0-fe1d-81f3-000000000101 | TASK | Save tripleo_ceph_client_vars file 2026-02-19 21:57:47.040288 | fa163e04-2df0-fe1d-81f3-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2026-02-19 21:57:47.041327 | fa163e04-2df0-fe1d-81f3-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.760603 | 0.04s 2026-02-19 21:57:47.058073 | fa163e04-2df0-fe1d-81f3-00000000011c | TASK | Get ceph_cli 2026-02-19 21:57:47.085048 | fa163e04-2df0-fe1d-81f3-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.804309 | 0.03s 2026-02-19 21:57:47.095824 | 3013fff8-0e28-49a0-b6d1-cacdc32d931d | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-19 21:57:47.110969 | fa163e04-2df0-fe1d-81f3-0000000003c0 | TASK | Set ceph CLI 2026-02-19 21:57:47.279439 | fa163e04-2df0-fe1d-81f3-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2026-02-19 21:57:47.280608 | fa163e04-2df0-fe1d-81f3-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:57.999879 | 0.17s 2026-02-19 21:57:47.289349 | fa163e04-2df0-fe1d-81f3-00000000011d | TASK | Get the ceph orchestrator status 2026-02-19 21:57:48.187914 | fa163e04-2df0-fe1d-81f3-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-19 21:57:48.189363 | fa163e04-2df0-fe1d-81f3-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:58.908637 | 0.90s 2026-02-19 21:57:48.198775 | fa163e04-2df0-fe1d-81f3-00000000011e | TASK | Fail if ceph orchestrator is not available 2026-02-19 21:57:48.258301 | fa163e04-2df0-fe1d-81f3-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-19 21:57:48.259496 | fa163e04-2df0-fe1d-81f3-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:58.978769 | 0.06s 2026-02-19 21:57:48.270999 | fa163e04-2df0-fe1d-81f3-000000000120 | TASK | Show the deployed daemons 2026-02-19 21:57:49.146556 | fa163e04-2df0-fe1d-81f3-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2026-02-19 21:57:49.148008 | fa163e04-2df0-fe1d-81f3-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:01:59.867280 | 0.88s 2026-02-19 21:57:49.157586 | fa163e04-2df0-fe1d-81f3-000000000121 | TASK | Deployed daemons 2026-02-19 21:57:49.215225 | fa163e04-2df0-fe1d-81f3-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2026-02-19 21:57:49.216487 | fa163e04-2df0-fe1d-81f3-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:01:59.935761 | 0.06s 2026-02-19 21:57:49.226249 | fa163e04-2df0-fe1d-81f3-000000000122 | TASK | Print the status of the deployed Ceph cluster 2026-02-19 21:57:50.192838 | fa163e04-2df0-fe1d-81f3-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2026-02-19 21:57:50.194181 | fa163e04-2df0-fe1d-81f3-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:00.913453 | 0.97s 2026-02-19 21:57:50.203541 | fa163e04-2df0-fe1d-81f3-000000000123 | TASK | Ceph cluster status 2026-02-19 21:57:50.239261 | fa163e04-2df0-fe1d-81f3-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: aee52292-af79-584e-afdc-9f02b62daa1a", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 81s)", " mgr: standalone.eslpoo(active, since 65s)", " osd: 1 osds: 1 up (since 15s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2026-02-19 21:57:50.240356 | fa163e04-2df0-fe1d-81f3-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:00.959631 | 0.04s 2026-02-19 21:57:50.261747 | fa163e04-2df0-fe1d-81f3-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2026-02-19 21:57:50.801209 | fa163e04-2df0-fe1d-81f3-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e04-2df0-fe1d-81f3-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 2026-02-19 21:57:50.841033 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:57:50.841532 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:57:50.842058 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.561340 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 21:57:50.842531 | UUID | Info | Host | Task Name | Run Time 2026-02-19 21:57:50.843043 | fa163e04-2df0-fe1d-81f3-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 63.28s 2026-02-19 21:57:50.843518 | fa163e04-2df0-fe1d-81f3-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.93s 2026-02-19 21:57:50.844039 | fa163e04-2df0-fe1d-81f3-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.73s 2026-02-19 21:57:50.844519 | fa163e04-2df0-fe1d-81f3-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.40s 2026-02-19 21:57:50.845007 | fa163e04-2df0-fe1d-81f3-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.55s 2026-02-19 21:57:50.845493 | fa163e04-2df0-fe1d-81f3-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.17s 2026-02-19 21:57:50.845994 | fa163e04-2df0-fe1d-81f3-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.98s 2026-02-19 21:57:50.846476 | fa163e04-2df0-fe1d-81f3-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.97s 2026-02-19 21:57:50.846979 | fa163e04-2df0-fe1d-81f3-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.90s 2026-02-19 21:57:50.847462 | fa163e04-2df0-fe1d-81f3-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.89s 2026-02-19 21:57:50.847929 | fa163e04-2df0-fe1d-81f3-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.88s 2026-02-19 21:57:50.848460 | fa163e04-2df0-fe1d-81f3-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.88s 2026-02-19 21:57:50.848929 | fa163e04-2df0-fe1d-81f3-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.82s 2026-02-19 21:57:50.849441 | fa163e04-2df0-fe1d-81f3-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.64s 2026-02-19 21:57:50.849900 | fa163e04-2df0-fe1d-81f3-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.54s 2026-02-19 21:57:50.850443 | fa163e04-2df0-fe1d-81f3-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.47s 2026-02-19 21:57:50.850906 | fa163e04-2df0-fe1d-81f3-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.45s 2026-02-19 21:57:50.851404 | fa163e04-2df0-fe1d-81f3-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.33s 2026-02-19 21:57:50.851872 | fa163e04-2df0-fe1d-81f3-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.33s 2026-02-19 21:57:50.852395 | fa163e04-2df0-fe1d-81f3-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.27s 2026-02-19 21:57:50.852847 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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=1450 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + 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 DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + 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' + '[' false = true ']' + '[' 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' + '[' -f /tmp/additional_env_file.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 2026-02-19 21:57:53.995 40243 INFO migrate.versioning.api [-] 72 -> 73...  2026-02-19 21:57:54.019 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.019 40243 INFO migrate.versioning.api [-] 73 -> 74...  2026-02-19 21:57:54.021 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.021 40243 INFO migrate.versioning.api [-] 74 -> 75...  2026-02-19 21:57:54.022 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.023 40243 INFO migrate.versioning.api [-] 75 -> 76...  2026-02-19 21:57:54.024 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.024 40243 INFO migrate.versioning.api [-] 76 -> 77...  2026-02-19 21:57:54.026 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.026 40243 INFO migrate.versioning.api [-] 77 -> 78...  2026-02-19 21:57:54.028 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.028 40243 INFO migrate.versioning.api [-] 78 -> 79...  2026-02-19 21:57:54.051 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.052 40243 INFO migrate.versioning.api [-] 79 -> 80...  2026-02-19 21:57:54.069 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.069 40243 INFO migrate.versioning.api [-] 80 -> 81...  2026-02-19 21:57:54.071 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.071 40243 INFO migrate.versioning.api [-] 81 -> 82...  2026-02-19 21:57:54.072 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.073 40243 INFO migrate.versioning.api [-] 82 -> 83...  2026-02-19 21:57:54.074 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.074 40243 INFO migrate.versioning.api [-] 83 -> 84...  2026-02-19 21:57:54.076 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.076 40243 INFO migrate.versioning.api [-] 84 -> 85...  2026-02-19 21:57:54.078 40243 INFO migrate.versioning.api [-] done 2026-02-19 21:57:54.078 40243 INFO migrate.versioning.api [-] 85 -> 86...  2026-02-19 21:57:54.099 40243 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.. ** 2026-02-19 21:58:02Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:03Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:03Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-02-19 21:58:04Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:04Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:04Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:04Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 21:58:04Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:05Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:05Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-02-19 21:58:05Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-02-19 21:58:06Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:06Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:06Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:06Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:06Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:07Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:07Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:07Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-02-19 21:58:07Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:07Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 21:58:07Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:07Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:07Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:07Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-02-19 21:58:08Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:08Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:08Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:08Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-02-19 21:58:08Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-02-19 21:58:08Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:08Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 21:58:08Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:08Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 21:58:08Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:09Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:09Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:09Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-02-19 21:58:09Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:09Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-02-19 21:58:09Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:09Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:09Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-02-19 21:58:10Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:10Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-02-19 21:58:10Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:10Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-02-19 21:58:10Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:10Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 21:58:10Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:11Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:11Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-02-19 21:58:11Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-02-19 21:58:11Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:11Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-02-19 21:58:12Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:12Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 21:58:12Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:13Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-02-19 21:58:13Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:13Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:13Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:13Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:13Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:13Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:13Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:13Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-02-19 21:58:13Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:13Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:14Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 21:58:14Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 21:58:14Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 21:58:14Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 21:58:14Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:14Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:14Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:14Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:14Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:15Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-02-19 21:58:16Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:16Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:16Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-02-19 21:58:17Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-02-19 21:58:17Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:17Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-02-19 21:58:17Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:17Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:17Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:19Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:20Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:20Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 21:58:20Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:21Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:21Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 21:58:22Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:22Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:58:23Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:23Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:23Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 21:58:24Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:25Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:58:25Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:26Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-02-19 21:58:27Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:27Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:27Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:28Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:28Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:58:29Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:29Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 21:58:30Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:30Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:30Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:58:30Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:31Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-02-19 21:58:31Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:31Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:31Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:31Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:32Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:34Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:34Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:58:34Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:35Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 21:58:36Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:58:36Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:36Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-02-19 21:58:37Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:37Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:37Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:38Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:38Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 21:58:39Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:39Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:39Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:58:40Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:41Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:58:41Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:42Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-02-19 21:58:43Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:43Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:43Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:43Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:43Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:44Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-02-19 21:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:44Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:45Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:45Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-02-19 21:58:46Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:46Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:46Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:58:46Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:46Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 21:58:46Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:47Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:47Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:47Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 21:58:48Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:49Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:49Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:58:50Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2026-02-19 21:58:50Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:51Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-02-19 21:58:52Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:53Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-02-19 21:58:53Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:54Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-02-19 21:58:55Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:55Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:55Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:56Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:56Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:58:56Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:58:57Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:58Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 21:58:58Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:58:59Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-02-19 21:58:59Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-02-19 21:58:59Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:58:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:00Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:01Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:01Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:02Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:02Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:02Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-02-19 21:59:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-19 21:59:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-19 21:59:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-19 21:59:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:05Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:06Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-02-19 21:59:06Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:07Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-02-19 21:59:08Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:08Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-19 21:59:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:08Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-19 21:59:09Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:09Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2026-02-19 21:59:09Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:09Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-19 21:59:09Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:10Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:10Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:11Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-02-19 21:59:11Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:11Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:11Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-19 21:59:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:12Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-19 21:59:13Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:13Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-19 21:59:13Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:14Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:14Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:14Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-02-19 21:59:15Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:15Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-19 21:59:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:15Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-19 21:59:16Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:16Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-19 21:59:16Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:17Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:17Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:18Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-02-19 21:59:18Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:19Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:19Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:19Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:20Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:21Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:21Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:21Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:21Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 21:59:21Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:21Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:21Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:22Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:22Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:22Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 21:59:22Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:23Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:23Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:59:23Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:24Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:25Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:26Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-02-19 21:59:26Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:26Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:26Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:27Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:59:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:28Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:29Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:29Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:30Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:30Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 21:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:31Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:32Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:59:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 21:59:33Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:34Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:35Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:36Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-02-19 21:59:37Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:38Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:38Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:39Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:39Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:39Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:41Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 21:59:42Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:42Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:59:42Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:42Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:43Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:43Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:43Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:44Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-02-19 21:59:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:44Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:45Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:46Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:46Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:47Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:47Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:47Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:48Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:48Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:48Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:59:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:48Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:49Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 21:59:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 21:59:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 21:59:50Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:51Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:52Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:52Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:52Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-02-19 21:59:54Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:54Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:54Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:55Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 21:59:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:56Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:56Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 21:59:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:57Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-19 21:59:57Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 21:59:58Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:58Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 21:59:59Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-02-19 21:59:59Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:00Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-02-19 22:00:00Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:00Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:00Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:01Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:01Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:01Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:02Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:03Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:03Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:04Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-02-19 22:00:05Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:06Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-02-19 22:00:06Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:06Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:06Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:07Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:07Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:07Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:07Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:08Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-02-19 22:00:09Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:10Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-02-19 22:00:10Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:10Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:10Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:10Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:11Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:12Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:12Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:13Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:00:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:13Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:14Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:14Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 22:00:15Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:15Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:15Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:00:15Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:16Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-02-19 22:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:17Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:18Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 22:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:19Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:20Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:20Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:00:21Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:00:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:21Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:00:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:22Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 22:00:23Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:24Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2026-02-19 22:00:24Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:25Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-02-19 22:00:26Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:26Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:26Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:27Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:27Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:27Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:00:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:29Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:29Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:00:30Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:31Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:31Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:32Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-02-19 22:00:32Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:32Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:32Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:33Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:33Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:34Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:35Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:35Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:35Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:36Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:00:36Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:36Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-02-19 22:00:37Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:37Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:37Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:38Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:38Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:00:39Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:39Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:39Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:40Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:41Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:41Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:42Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-02-19 22:00:43Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:43Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:43Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:44Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:44Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-19 22:00:45Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-19 22:00:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:46Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:47Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:47Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:47Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:47Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-19 22:00:48Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-02-19 22:00:49Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-19 22:00:50Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:51Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:52Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-02-19 22:00:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:53Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:54Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:00:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:55Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:00:56Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2026-02-19 22:00:57Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:58Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:00:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:00:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-02-19 22:00:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-02-19 22:00:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:00:59Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:00Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:00Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-02-19 22:01:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:01Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:01:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:02Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:02Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:03Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:04Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-02-19 22:01:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:05Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:05Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:06Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:06Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:06Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:06Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:06Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:06Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:07Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-02-19 22:01:08Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:09Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:09Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:10Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:01:10Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:11Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-02-19 22:01:11Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:12Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:12Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:13Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:14Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:14Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:15Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-02-19 22:01:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:16Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:16Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:16Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:17Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-02-19 22:01:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:19Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-02-19 22:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:01:19Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:22Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:23Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:23Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2026-02-19 22:01:24Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:01:24Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-02-19 22:01:26Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:26Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:26Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:26Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:27Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:28Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:28Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:28Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:28Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:28Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:01:28Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:29Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:29Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:30Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:30Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:31Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:01:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:32Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-02-19 22:01:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-02-19 22:01:34Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:34Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:34Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:35Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:35Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:36Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:36Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:01:37Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:37Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:37Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:37Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:38Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-02-19 22:01:38Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:38Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:01:41Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:41Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:44Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-02-19 22:01:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:46Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:47Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:47Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:48Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:48Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:48Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-02-19 22:01:49Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:49Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:50Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:51Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:51Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:51Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:51Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-02-19 22:01:52Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-02-19 22:01:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:54Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:54Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:55Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:01:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:01:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:01:57Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:57Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:01:57Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 22:01:58Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:59Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:01:59Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:01:59Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:01:59Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:00Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-02-19 22:02:00Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:01Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:01Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:01Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-02-19 22:02:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:06Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-02-19 22:02:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:06Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:06Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:06Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:07Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:08Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:02:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 22:02:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:10Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-02-19 22:02:12Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:12Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:12Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:13Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:13Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 22:02:14Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:15Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:16Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:02:16Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:17Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-02-19 22:02:17Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:17Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:18Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2026-02-19 22:02:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:02:21Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:21Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:02:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:24Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:25Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:25Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:26Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:26Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:27Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-02-19 22:02:27Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:27Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:27Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:28Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:28Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:29Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:29Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 22:02:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:30Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:02:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 22:02:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:32Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:33Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:34Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:34Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-02-19 22:02:35Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:35Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:35Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:36Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:36Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:36Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:38Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:40Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-02-19 22:02:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:02:40Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:41Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:41Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:42Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:43Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:43Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:44Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-02-19 22:02:45Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:45Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:45Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:46Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:46Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:46Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 22:02:47Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:48Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:02:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 22:02:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:49Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:50Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:51Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:02:51Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:52Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-02-19 22:02:53Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:53Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:53Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:53Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:02:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:02:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 22:02:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:55Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:02:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 22:02:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:56Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:02:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-02-19 22:02:58Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:02:58Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:02:59Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-02-19 22:03:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:00Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:00Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:00Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:00Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:00Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:01Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:01Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:03Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:04Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:04Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-02-19 22:03:05Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:05Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-02-19 22:03:06Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:06Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:07Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:07Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:08Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:09Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:09Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:10Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:10Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-02-19 22:03:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:12Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:03:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:13Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:03:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:14Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:14Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:14Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 22:03:15Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:15Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:16Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:16Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 22:03:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:17Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-02-19 22:03:18Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:18Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:18Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:19Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:19Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:19Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:20Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:20Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:20Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:21Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-02-19 22:03:21Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:21Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:21Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:21Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:22Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:23Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:23Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:24Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-02-19 22:03:25Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:25Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:25Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:26Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:26Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 22:03:27Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:27Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:27Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:28Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:29Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:29Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:30Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-02-19 22:03:30Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:30Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:31Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:31Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:32Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:33Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-02-19 22:03:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:36Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:37Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:03:37Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:37Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:03:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:38Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:39Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2026-02-19 22:03:39Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:39Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-02-19 22:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2026-02-19 22:03:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:41Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-02-19 22:03:42Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:42Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:42Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:42Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:43Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:44Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:44Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:03:45Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:45Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:46Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:46Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:47Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-02-19 22:03:47Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:47Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:48Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:49Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:49Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:49Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:50Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:51Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:51Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:52Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:03:52Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:53Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-02-19 22:03:53Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:53Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:03:53Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:53Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:03:54Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:55Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:55Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:03:56Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:03:56Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:03:57Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:03:57Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:03:58Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-02-19 22:03:59Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:00Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-02-19 22:04:00Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:00Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:00Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:01Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:02Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-02-19 22:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:03Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:04Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:06Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:07Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:04:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:08Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:09Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2026-02-19 22:04:09Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:10Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-02-19 22:04:10Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:11Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-02-19 22:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:04:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:13Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:13Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:04:14Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:14Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:14Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:04:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:15Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:16Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:16Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2026-02-19 22:04:17Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:17Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:18Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-02-19 22:04:18Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:20Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-02-19 22:04:20Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:20Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:21Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-02-19 22:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2026-02-19 22:04:23Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:24Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-02-19 22:04:25Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:26Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-02-19 22:04:26Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:27Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-02-19 22:04:27Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:29Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-02-19 22:04:29Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:29Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:29Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:30Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:30Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:04:30Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2026-02-19 22:04:31Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:31Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:32Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:33Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:33Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:34Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-02-19 22:04:34Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:35Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:35Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:35Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:35Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:36Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-02-19 22:04:36Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:36Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:36Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:36Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:37Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:38Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:38Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:04:39Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2026-02-19 22:04:39Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:40Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-02-19 22:04:40Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:41Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2026-02-19 22:04:42Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:43Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2026-02-19 22:04:43Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:44Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2026-02-19 22:04:45Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:45Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:45Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:45Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:45Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:46Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2026-02-19 22:04:46Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:46Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:46Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:46Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:47Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:48Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2026-02-19 22:04:48Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:49Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2026-02-19 22:04:50Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:50Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:50Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:50Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:50Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:51Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2026-02-19 22:04:51Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:51Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-02-19 22:04:53Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:53Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:54Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:54Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-02-19 22:04:54Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:54Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-02-19 22:04:54Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:55Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-19 22:04:55Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:55Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 22:04:55Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:55Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-02-19 22:04:55Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:55Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-02-19 22:04:55Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:56Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 22:04:56Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:56Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 22:04:56Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:57Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-02-19 22:04:57Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:57Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-02-19 22:04:57Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:57Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-02-19 22:04:57Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:57Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 22:04:58Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:58Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-02-19 22:04:58Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:58Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-19 22:04:58Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:59Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-02-19 22:04:59Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:59Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 22:04:59Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:00Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-19 22:05:00Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:00Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:00Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:00Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:00Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:01Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:01Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:01Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-02-19 22:05:01Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:01Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:01Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-02-19 22:05:02Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:02Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:02Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-02-19 22:05:02Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:04Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-02-19 22:05:04Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:04Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-02-19 22:05:05Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:05Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-19 22:05:05Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:05Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:05Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-02-19 22:05:05Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:05Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-02-19 22:05:05Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-02-19 22:05:06Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:06Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:06Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 22:05:06Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:06Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:06Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-02-19 22:05:06Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:07Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-02-19 22:05:07Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:07Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:07Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:07Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-02-19 22:05:08Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:08Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:08Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:09Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:09Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-02-19 22:05:09Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-02-19 22:05:09Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:10Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:11Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:11Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:11Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:11Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:11Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:12Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:12Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:12Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:13Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 22:05:13Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-02-19 22:05:13Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:14Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-02-19 22:05:14Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-02-19 22:05:15Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-02-19 22:05:15Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:15Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:15Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:15Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:15Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-02-19 22:05:15Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-19 22:05:15Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-02-19 22:05:15Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:15Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-02-19 22:05:15Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:15Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:16Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-02-19 22:05:16Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:16Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:16Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-02-19 22:05:16Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:16Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 22:05:16Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:16Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:16Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:16Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:16Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:17Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:17Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:17Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:17Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:18Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-02-19 22:05:18Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:18Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:18Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-02-19 22:05:18Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:18Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-02-19 22:05:19Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:19Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-02-19 22:05:20Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:20Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:21Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:21Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:23Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:23Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 22:05:23Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:24Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-02-19 22:05:24Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/8d89e7c7-9251-4aa3-9a7f-2f453ab19095 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. 2026-02-19 22:05:46.223460 | fa163e04-2df0-f988-2037-000000000006 | TASK | External deployment step 0 2026-02-19 22:05:46.239899 | fa163e04-2df0-f988-2037-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', 'fa163e04-2df0-f988-2037-000000000006') missing from stats 2026-02-19 22:05:46.289290 | fa163e04-2df0-f988-2037-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.116535 | 0.03s 2026-02-19 22:05:46.295376 | 77d82f36-f2f0-4488-b3bd-2ba28e676b8b | INCLUDED | /root/standalone-ansible-m9flw3dy/external_deploy_steps_tasks_step0.yaml | undercloud 2026-02-19 22:05:46.312015 | fa163e04-2df0-f988-2037-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-02-19 22:05:47.195303 | fa163e04-2df0-f988-2037-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-02-19 22:05:47.196685 | fa163e04-2df0-f988-2037-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.023925 | 0.88s 2026-02-19 22:05:47.215412 | fa163e04-2df0-f988-2037-000000000129 | TASK | create redis virtual ip 2026-02-19 22:05:48.085409 | fa163e04-2df0-f988-2037-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-02-19 22:05:48.086442 | fa163e04-2df0-f988-2037-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.913687 | 0.87s PLAY [Check if required variables are defined] ********************************* 2026-02-19 22:05:48.162976 | fa163e04-2df0-f988-2037-000000000138 | TASK | Gathering Facts 2026-02-19 22:05:48.779892 | fa163e04-2df0-f988-2037-000000000138 | OK | Gathering Facts | localhost 2026-02-19 22:05:48.781414 | fa163e04-2df0-f988-2037-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.608653 | 0.62s 2026-02-19 22:05:48.844864 | fa163e04-2df0-f988-2037-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-02-19 22:05:48.846116 | fa163e04-2df0-f988-2037-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.673353 | 0.05s 2026-02-19 22:05:48.893502 | fa163e04-2df0-f988-2037-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-02-19 22:05:48.894673 | fa163e04-2df0-f988-2037-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.721911 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-02-19 22:05:49.012142 | fa163e04-2df0-f988-2037-000000000160 | TASK | Gathering Facts 2026-02-19 22:05:49.022237 | fa163e04-2df0-f988-2037-000000000160 | TASK | Gathering Facts 2026-02-19 22:05:49.352122 | fa163e04-2df0-f988-2037-000000000160 | OK | Gathering Facts | undercloud 2026-02-19 22:05:49.353971 | fa163e04-2df0-f988-2037-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.181179 | 0.34s 2026-02-19 22:05:49.378229 | fa163e04-2df0-f988-2037-000000000160 | OK | Gathering Facts | standalone 2026-02-19 22:05:49.379355 | fa163e04-2df0-f988-2037-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.206599 | 0.36s 2026-02-19 22:05:49.396798 | fa163e04-2df0-f988-2037-000000000012 | TASK | Set legacy facts 2026-02-19 22:05:49.436233 | fa163e04-2df0-f988-2037-000000000012 | OK | Set legacy facts | undercloud 2026-02-19 22:05:49.437049 | fa163e04-2df0-f988-2037-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.264293 | 0.04s 2026-02-19 22:05:49.460987 | fa163e04-2df0-f988-2037-000000000012 | TASK | Set legacy facts 2026-02-19 22:05:49.495112 | fa163e04-2df0-f988-2037-000000000012 | OK | Set legacy facts | standalone 2026-02-19 22:05:49.495734 | fa163e04-2df0-f988-2037-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.322980 | 0.03s PLAY [Load global variables] *************************************************** 2026-02-19 22:05:49.664631 | fa163e04-2df0-f988-2037-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-02-19 22:05:49.665490 | fa163e04-2df0-f988-2037-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.492735 | 0.04s 2026-02-19 22:05:49.665870 | fa163e04-2df0-f988-2037-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-02-19 22:05:49.666238 | fa163e04-2df0-f988-2037-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.493488 | 0.05s PLAY [Include extra variables from files] ************************************** 2026-02-19 22:05:49.736586 | fa163e04-2df0-f988-2037-000000000018 | TASK | Include Service VIP vars 2026-02-19 22:05:49.772156 | fa163e04-2df0-f988-2037-000000000018 | OK | Include Service VIP vars | undercloud 2026-02-19 22:05:49.772981 | fa163e04-2df0-f988-2037-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.600225 | 0.04s 2026-02-19 22:05:49.783476 | fa163e04-2df0-f988-2037-000000000018 | OK | Include Service VIP vars | standalone 2026-02-19 22:05:49.783781 | fa163e04-2df0-f988-2037-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.611033 | 0.04s 2026-02-19 22:05:49.787159 | fa163e04-2df0-f988-2037-000000000019 | TASK | Include OVN bridge MAC address variables 2026-02-19 22:05:49.822867 | fa163e04-2df0-f988-2037-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-02-19 22:05:49.824238 | fa163e04-2df0-f988-2037-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.651476 | 0.04s 2026-02-19 22:05:49.835341 | fa163e04-2df0-f988-2037-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-02-19 22:05:49.836235 | fa163e04-2df0-f988-2037-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.663478 | 0.04s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-02-19 22:05:49.933610 | fa163e04-2df0-f988-2037-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-02-19 22:05:50.705555 | fa163e04-2df0-f988-2037-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-02-19 22:05:50.762539 | fa163e04-2df0-f988-2037-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-02-19 22:05:50.797385 | fa163e04-2df0-f988-2037-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-02-19 22:05:50.798098 | fa163e04-2df0-f988-2037-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.625331 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-02-19 22:05:50.862252 | fa163e04-2df0-f988-2037-000000000023 | TASK | Set selinux state 2026-02-19 22:05:51.427048 | fa163e04-2df0-f988-2037-000000000023 | OK | Set selinux state | standalone 2026-02-19 22:05:51.428416 | fa163e04-2df0-f988-2037-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.255652 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2026-02-19 22:05:51.573793 | fa163e04-2df0-f988-2037-000000000026 | TASK | Configure Hosts Entries 2026-02-19 22:05:51.605908 | fa163e04-2df0-f988-2037-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.433126 | 0.03s 2026-02-19 22:05:51.622310 | fa163e04-2df0-f988-2037-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.449553 | 0.02s 2026-02-19 22:05:51.666964 | fa163e04-2df0-f988-2037-0000000001f1 | TASK | Create temporary file for hosts 2026-02-19 22:05:52.013695 | fa163e04-2df0-f988-2037-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-02-19 22:05:52.015116 | fa163e04-2df0-f988-2037-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.842348 | 0.33s 2026-02-19 22:05:52.016115 | fa163e04-2df0-f988-2037-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-02-19 22:05:52.016908 | fa163e04-2df0-f988-2037-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.844150 | 0.35s 2026-02-19 22:05:52.036000 | fa163e04-2df0-f988-2037-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-02-19 22:05:52.435879 | fa163e04-2df0-f988-2037-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-02-19 22:05:52.437687 | fa163e04-2df0-f988-2037-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.264917 | 0.38s 2026-02-19 22:05:52.439070 | fa163e04-2df0-f988-2037-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-02-19 22:05:52.440050 | fa163e04-2df0-f988-2037-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.267289 | 0.40s 2026-02-19 22:05:52.459236 | fa163e04-2df0-f988-2037-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-02-19 22:05:52.812413 | fa163e04-2df0-f988-2037-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-02-19 22:05:52.816364 | fa163e04-2df0-f988-2037-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.643607 | 0.36s 2026-02-19 22:05:52.817106 | fa163e04-2df0-f988-2037-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-02-19 22:05:52.817638 | fa163e04-2df0-f988-2037-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.644889 | 0.34s 2026-02-19 22:05:52.831611 | fa163e04-2df0-f988-2037-0000000001f4 | TASK | Render out the hosts entries 2026-02-19 22:05:52.958920 | fa163e04-2df0-f988-2037-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-02-19 22:05:52.961128 | fa163e04-2df0-f988-2037-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.788364 | 0.13s 2026-02-19 22:05:52.979740 | fa163e04-2df0-f988-2037-0000000001f5 | TASK | Prepare new /etc/hosts 2026-02-19 22:05:53.221357 | fa163e04-2df0-f988-2037-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-02-19 22:05:53.222258 | fa163e04-2df0-f988-2037-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.049504 | 0.24s 2026-02-19 22:05:53.285288 | fa163e04-2df0-f988-2037-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-02-19 22:05:53.285829 | fa163e04-2df0-f988-2037-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.113078 | 0.28s 2026-02-19 22:05:53.301330 | fa163e04-2df0-f988-2037-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-02-19 22:05:53.627700 | fa163e04-2df0-f988-2037-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-02-19 22:05:53.629071 | fa163e04-2df0-f988-2037-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.456307 | 0.31s 2026-02-19 22:05:53.654749 | fa163e04-2df0-f988-2037-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-02-19 22:05:53.655800 | fa163e04-2df0-f988-2037-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.483039 | 0.35s 2026-02-19 22:05:53.673681 | fa163e04-2df0-f988-2037-0000000001f7 | TASK | Clean up temporary hosts file 2026-02-19 22:05:53.998329 | fa163e04-2df0-f988-2037-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-02-19 22:05:53.999210 | fa163e04-2df0-f988-2037-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.826456 | 0.32s 2026-02-19 22:05:54.073962 | fa163e04-2df0-f988-2037-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-02-19 22:05:54.074485 | fa163e04-2df0-f988-2037-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.901735 | 0.38s PLAY [Common roles for TripleO servers] **************************************** 2026-02-19 22:05:54.171619 | fa163e04-2df0-f988-2037-00000000002a | TASK | Common roles for TripleO servers 2026-02-19 22:05:54.197347 | fa163e04-2df0-f988-2037-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', 'fa163e04-2df0-f988-2037-00000000002a') missing from stats 2026-02-19 22:05:54.267406 | fa163e04-2df0-f988-2037-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.094634 | 0.02s 2026-02-19 22:05:54.338671 | fa163e04-2df0-f988-2037-000000000254 | TASK | Gather variables for each operating system 2026-02-19 22:05:54.467929 | fa163e04-2df0-f988-2037-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 22:05:54.469759 | fa163e04-2df0-f988-2037-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.296989 | 0.13s 2026-02-19 22:05:54.479270 | fa163e04-2df0-f988-2037-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.306502 | 0.14s 2026-02-19 22:05:54.506110 | fa163e04-2df0-f988-2037-000000000256 | TASK | Check release version package is installed 2026-02-19 22:05:54.782992 | fa163e04-2df0-f988-2037-000000000256 | CHANGED | Check release version package is installed | standalone 2026-02-19 22:05:54.784073 | fa163e04-2df0-f988-2037-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.611316 | 0.28s 2026-02-19 22:05:54.806210 | fa163e04-2df0-f988-2037-000000000257 | TASK | Deploy release version package 2026-02-19 22:05:59.491900 | fa163e04-2df0-f988-2037-000000000257 | CHANGED | Deploy release version package | standalone 2026-02-19 22:05:59.493301 | fa163e04-2df0-f988-2037-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.320540 | 4.69s 2026-02-19 22:05:59.518924 | fa163e04-2df0-f988-2037-000000000259 | TASK | Include packages tasks 2026-02-19 22:05:59.545968 | fa163e04-2df0-f988-2037-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.373166 | 0.03s 2026-02-19 22:05:59.572356 | 7ed66998-beff-4da9-a8e7-72bd75a9188f | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-02-19 22:05:59.605568 | fa163e04-2df0-f988-2037-0000000002ad | TASK | Gather facts if they don't exist 2026-02-19 22:05:59.653529 | fa163e04-2df0-f988-2037-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-02-19 22:05:59.654712 | fa163e04-2df0-f988-2037-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.481947 | 0.05s 2026-02-19 22:05:59.679699 | fa163e04-2df0-f988-2037-0000000002ae | TASK | Gather variables for each operating system 2026-02-19 22:05:59.803625 | fa163e04-2df0-f988-2037-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 22:05:59.809488 | fa163e04-2df0-f988-2037-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.636713 | 0.13s 2026-02-19 22:05:59.835204 | fa163e04-2df0-f988-2037-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-19 22:06:00.110322 | fa163e04-2df0-f988-2037-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-19 22:06:00.111661 | fa163e04-2df0-f988-2037-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.938898 | 0.28s 2026-02-19 22:06:00.138283 | fa163e04-2df0-f988-2037-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-02-19 22:06:05.503239 | fa163e04-2df0-f988-2037-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-02-19 22:06:05.504674 | fa163e04-2df0-f988-2037-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.331910 | 5.36s 2026-02-19 22:06:05.530406 | fa163e04-2df0-f988-2037-0000000002b2 | TASK | Ensure packages are actually well installed 2026-02-19 22:06:06.547591 | fa163e04-2df0-f988-2037-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-19 22:06:06.548985 | fa163e04-2df0-f988-2037-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.376221 | 1.02s 2026-02-19 22:06:06.575672 | fa163e04-2df0-f988-2037-00000000025a | TASK | Enable openvswitch service if installed 2026-02-19 22:06:07.452239 | fa163e04-2df0-f988-2037-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-02-19 22:06:07.455542 | fa163e04-2df0-f988-2037-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.282777 | 0.88s 2026-02-19 22:06:07.483202 | fa163e04-2df0-f988-2037-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-02-19 22:06:07.684210 | fa163e04-2df0-f988-2037-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-02-19 22:06:07.686754 | fa163e04-2df0-f988-2037-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.513962 | 0.20s 2026-02-19 22:06:07.711755 | fa163e04-2df0-f988-2037-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-02-19 22:06:07.964023 | fa163e04-2df0-f988-2037-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-02-19 22:06:07.965337 | fa163e04-2df0-f988-2037-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.792577 | 0.25s 2026-02-19 22:06:07.990627 | fa163e04-2df0-f988-2037-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-02-19 22:06:08.058021 | fa163e04-2df0-f988-2037-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-02-19 22:06:08.059328 | fa163e04-2df0-f988-2037-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.886564 | 0.07s 2026-02-19 22:06:08.084420 | fa163e04-2df0-f988-2037-00000000025f | TASK | Ensure network service is enabled 2026-02-19 22:06:08.450709 | fa163e04-2df0-f988-2037-00000000025f | OK | Ensure network service is enabled | standalone 2026-02-19 22:06:08.452461 | fa163e04-2df0-f988-2037-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.279701 | 0.37s 2026-02-19 22:06:08.478227 | fa163e04-2df0-f988-2037-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 22:06:08.791554 | fa163e04-2df0-f988-2037-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 22:06:08.793049 | fa163e04-2df0-f988-2037-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.620273 | 0.31s 2026-02-19 22:06:08.818244 | fa163e04-2df0-f988-2037-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 22:06:09.049495 | fa163e04-2df0-f988-2037-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 22:06:09.050912 | fa163e04-2df0-f988-2037-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.878150 | 0.23s 2026-02-19 22:06:09.076149 | fa163e04-2df0-f988-2037-000000000263 | TASK | Reload NetworkManager 2026-02-19 22:06:09.480327 | fa163e04-2df0-f988-2037-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-02-19 22:06:09.482149 | fa163e04-2df0-f988-2037-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.309388 | 0.40s 2026-02-19 22:06:09.508609 | fa163e04-2df0-f988-2037-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-02-19 22:06:09.739531 | fa163e04-2df0-f988-2037-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-02-19 22:06:09.740872 | fa163e04-2df0-f988-2037-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.568110 | 0.23s 2026-02-19 22:06:09.766684 | fa163e04-2df0-f988-2037-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-02-19 22:06:10.100043 | fa163e04-2df0-f988-2037-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-02-19 22:06:10.101439 | fa163e04-2df0-f988-2037-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.928677 | 0.33s 2026-02-19 22:06:10.126880 | fa163e04-2df0-f988-2037-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-02-19 22:06:10.360859 | fa163e04-2df0-f988-2037-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-02-19 22:06:10.362333 | fa163e04-2df0-f988-2037-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.189572 | 0.23s 2026-02-19 22:06:10.413900 | fa163e04-2df0-f988-2037-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-02-19 22:06:10.645661 | fa163e04-2df0-f988-2037-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-02-19 22:06:10.647109 | fa163e04-2df0-f988-2037-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.474342 | 0.23s 2026-02-19 22:06:10.713056 | fa163e04-2df0-f988-2037-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.540282 | 0.01s 2026-02-19 22:06:10.794742 | fa163e04-2df0-f988-2037-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-02-19 22:06:11.004797 | fa163e04-2df0-f988-2037-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-02-19 22:06:11.006227 | fa163e04-2df0-f988-2037-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.833459 | 0.21s 2026-02-19 22:06:11.033055 | fa163e04-2df0-f988-2037-000000000362 | TASK | Check for ssh_known_hosts file 2026-02-19 22:06:11.215243 | fa163e04-2df0-f988-2037-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-02-19 22:06:11.216446 | fa163e04-2df0-f988-2037-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.043683 | 0.18s 2026-02-19 22:06:11.243042 | fa163e04-2df0-f988-2037-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-02-19 22:06:11.269170 | fa163e04-2df0-f988-2037-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-02-19 22:06:11.270395 | fa163e04-2df0-f988-2037-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.097625 | 0.03s 2026-02-19 22:06:11.298417 | fa163e04-2df0-f988-2037-000000000364 | TASK | Write temporary file 2026-02-19 22:06:11.326219 | fa163e04-2df0-f988-2037-000000000364 | SKIPPED | Write temporary file | standalone 2026-02-19 22:06:11.327316 | fa163e04-2df0-f988-2037-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.154554 | 0.03s 2026-02-19 22:06:11.354359 | fa163e04-2df0-f988-2037-000000000365 | TASK | Set ssh_known_hosts fact 2026-02-19 22:06:11.436191 | fa163e04-2df0-f988-2037-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-02-19 22:06:11.437138 | fa163e04-2df0-f988-2037-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.264382 | 0.08s 2026-02-19 22:06:11.457826 | fa163e04-2df0-f988-2037-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-02-19 22:06:11.708801 | fa163e04-2df0-f988-2037-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-02-19 22:06:11.710161 | fa163e04-2df0-f988-2037-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.537399 | 0.25s 2026-02-19 22:06:11.735150 | fa163e04-2df0-f988-2037-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-02-19 22:06:11.966635 | fa163e04-2df0-f988-2037-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-02-19 22:06:11.968095 | fa163e04-2df0-f988-2037-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.795331 | 0.23s 2026-02-19 22:06:12.000019 | fa163e04-2df0-f988-2037-000000000368 | TASK | Remove temp file 2026-02-19 22:06:12.232678 | fa163e04-2df0-f988-2037-000000000368 | CHANGED | Remove temp file | standalone 2026-02-19 22:06:12.233988 | fa163e04-2df0-f988-2037-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.061224 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2026-02-19 22:06:12.421082 | fa163e04-2df0-f988-2037-000000000034 | TASK | Deploy step tasks for step 0 2026-02-19 22:06:12.468259 | fa163e04-2df0-f988-2037-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', 'fa163e04-2df0-f988-2037-000000000034') missing from stats 2026-02-19 22:06:12.489427 | fa163e04-2df0-f988-2037-000000000035 | TASK | Ensure /var/log/journal exists 2026-02-19 22:06:12.740149 | fa163e04-2df0-f988-2037-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-02-19 22:06:12.741518 | fa163e04-2df0-f988-2037-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.568754 | 0.25s 2026-02-19 22:06:12.767820 | fa163e04-2df0-f988-2037-000000000036 | TASK | Check cloud-init status 2026-02-19 22:06:12.977173 | fa163e04-2df0-f988-2037-000000000036 | CHANGED | Check cloud-init status | standalone 2026-02-19 22:06:12.978514 | fa163e04-2df0-f988-2037-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.805748 | 0.21s 2026-02-19 22:06:13.004125 | fa163e04-2df0-f988-2037-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-02-19 22:06:13.234623 | fa163e04-2df0-f988-2037-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-02-19 22:06:13.235466 | fa163e04-2df0-f988-2037-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.062712 | 0.23s 2026-02-19 22:06:13.252925 | fa163e04-2df0-f988-2037-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-02-19 22:06:13.650507 | fa163e04-2df0-f988-2037-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-02-19 22:06:13.651794 | fa163e04-2df0-f988-2037-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.479034 | 0.40s 2026-02-19 22:06:13.678437 | fa163e04-2df0-f988-2037-000000000039 | TASK | Create /var/lib/container-puppet 2026-02-19 22:06:13.918078 | fa163e04-2df0-f988-2037-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-02-19 22:06:13.919274 | fa163e04-2df0-f988-2037-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.746514 | 0.24s 2026-02-19 22:06:13.944510 | fa163e04-2df0-f988-2037-00000000003a | TASK | Write container-puppet.sh 2026-02-19 22:06:14.397838 | fa163e04-2df0-f988-2037-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-02-19 22:06:14.399009 | fa163e04-2df0-f988-2037-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.226249 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:06:14.466856 | fa163e04-2df0-f988-2037-00000000003b | TIMING | include_tasks | standalone | 0:00:28.294095 | 0.04s 2026-02-19 22:06:14.488039 | bef32939-089c-4e4d-8d76-23ecdb532225 | INCLUDED | /root/standalone-ansible-m9flw3dy/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-02-19 22:06:14.521185 | fa163e04-2df0-f988-2037-000000000416 | TASK | Configure tuned before reboot 2026-02-19 22:06:14.570069 | fa163e04-2df0-f988-2037-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.397300 | 0.05s 2026-02-19 22:06:14.628667 | fa163e04-2df0-f988-2037-000000000455 | TASK | Gather variables for each operating system 2026-02-19 22:06:14.747614 | fa163e04-2df0-f988-2037-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-19 22:06:14.748986 | fa163e04-2df0-f988-2037-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.576223 | 0.12s 2026-02-19 22:06:14.755074 | fa163e04-2df0-f988-2037-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.582310 | 0.13s 2026-02-19 22:06:14.842707 | fa163e04-2df0-f988-2037-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.669940 | 0.06s 2026-02-19 22:06:14.864136 | 9fa24353-96af-47dd-8ff1-aabdbbd1438a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-19 22:06:14.901100 | fa163e04-2df0-f988-2037-00000000047f | TASK | Check tuned package is installed 2026-02-19 22:06:15.184808 | fa163e04-2df0-f988-2037-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-02-19 22:06:15.186156 | fa163e04-2df0-f988-2037-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.013394 | 0.28s 2026-02-19 22:06:15.212852 | fa163e04-2df0-f988-2037-000000000480 | TASK | Install tuned 2026-02-19 22:06:21.832598 | fa163e04-2df0-f988-2037-000000000480 | CHANGED | Install tuned | standalone 2026-02-19 22:06:21.833614 | fa163e04-2df0-f988-2037-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.660860 | 6.62s 2026-02-19 22:06:21.854106 | fa163e04-2df0-f988-2037-000000000481 | TASK | Restart tuned 2026-02-19 22:06:23.607595 | fa163e04-2df0-f988-2037-000000000481 | CHANGED | Restart tuned | standalone 2026-02-19 22:06:23.609430 | fa163e04-2df0-f988-2037-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.436668 | 1.75s 2026-02-19 22:06:23.637168 | fa163e04-2df0-f988-2037-000000000457 | TASK | Check for tuned-adm 2026-02-19 22:06:23.878777 | fa163e04-2df0-f988-2037-000000000457 | OK | Check for tuned-adm | standalone 2026-02-19 22:06:23.880277 | fa163e04-2df0-f988-2037-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.707512 | 0.24s 2026-02-19 22:06:23.947396 | fa163e04-2df0-f988-2037-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.774627 | 0.04s 2026-02-19 22:06:23.977689 | 47c42dd9-91a8-40b7-b633-49b6f3d0b5a0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-19 22:06:24.015503 | fa163e04-2df0-f988-2037-0000000004b6 | TASK | Ensure profile directory exists 2026-02-19 22:06:24.095099 | fa163e04-2df0-f988-2037-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-02-19 22:06:24.096659 | fa163e04-2df0-f988-2037-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.923887 | 0.08s 2026-02-19 22:06:24.123238 | fa163e04-2df0-f988-2037-0000000004b7 | TASK | Create custom tuned profile 2026-02-19 22:06:24.186688 | fa163e04-2df0-f988-2037-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-02-19 22:06:24.187760 | fa163e04-2df0-f988-2037-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.015000 | 0.06s 2026-02-19 22:06:24.213539 | fa163e04-2df0-f988-2037-0000000004b8 | TASK | Check tuned active profile 2026-02-19 22:06:24.562484 | fa163e04-2df0-f988-2037-0000000004b8 | OK | Check tuned active profile | standalone 2026-02-19 22:06:24.563779 | fa163e04-2df0-f988-2037-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.391019 | 0.35s 2026-02-19 22:06:24.593299 | fa163e04-2df0-f988-2037-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-02-19 22:06:24.806640 | fa163e04-2df0-f988-2037-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-02-19 22:06:24.807903 | fa163e04-2df0-f988-2037-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.635142 | 0.21s 2026-02-19 22:06:24.834036 | fa163e04-2df0-f988-2037-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-19 22:06:24.905928 | fa163e04-2df0-f988-2037-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-19 22:06:24.907377 | fa163e04-2df0-f988-2037-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.734614 | 0.07s 2026-02-19 22:06:24.936095 | fa163e04-2df0-f988-2037-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-02-19 22:06:24.986148 | fa163e04-2df0-f988-2037-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-19 22:06:24.987350 | fa163e04-2df0-f988-2037-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.814586 | 0.05s 2026-02-19 22:06:25.014335 | fa163e04-2df0-f988-2037-0000000004bc | TASK | Enable tuned profile 2026-02-19 22:06:26.417229 | fa163e04-2df0-f988-2037-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-02-19 22:06:26.418524 | fa163e04-2df0-f988-2037-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.245763 | 1.40s 2026-02-19 22:06:26.468467 | fa163e04-2df0-f988-2037-000000000417 | TASK | Configure kernel args and reboot 2026-02-19 22:06:26.520726 | fa163e04-2df0-f988-2037-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.347965 | 0.05s 2026-02-19 22:06:26.650702 | fa163e04-2df0-f988-2037-000000000569 | TASK | Get the command line args of the node 2026-02-19 22:06:26.889516 | fa163e04-2df0-f988-2037-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-02-19 22:06:26.891518 | fa163e04-2df0-f988-2037-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.718745 | 0.24s 2026-02-19 22:06:26.911192 | fa163e04-2df0-f988-2037-00000000056b | TASK | Check if node has a nova.conf 2026-02-19 22:06:27.125748 | fa163e04-2df0-f988-2037-00000000056b | OK | Check if node has a nova.conf | standalone 2026-02-19 22:06:27.126788 | fa163e04-2df0-f988-2037-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.954032 | 0.21s 2026-02-19 22:06:27.151465 | fa163e04-2df0-f988-2037-00000000056d | TASK | Warn operator about workload protection 2026-02-19 22:06:27.191171 | fa163e04-2df0-f988-2037-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-02-19 22:06:27.192106 | fa163e04-2df0-f988-2037-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.019350 | 0.04s 2026-02-19 22:06:27.214010 | fa163e04-2df0-f988-2037-00000000056e | TASK | Setting defer reboot fact 2026-02-19 22:06:27.241504 | fa163e04-2df0-f988-2037-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-02-19 22:06:27.242397 | fa163e04-2df0-f988-2037-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.069642 | 0.03s 2026-02-19 22:06:27.263013 | fa163e04-2df0-f988-2037-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-02-19 22:06:27.289734 | fa163e04-2df0-f988-2037-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.116961 | 0.03s 2026-02-19 22:06:27.318545 | fa163e04-2df0-f988-2037-000000000575 | TASK | Find hugepages in cmdline 2026-02-19 22:06:27.357673 | fa163e04-2df0-f988-2037-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-02-19 22:06:27.359011 | fa163e04-2df0-f988-2037-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.186240 | 0.04s 2026-02-19 22:06:27.386680 | fa163e04-2df0-f988-2037-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-02-19 22:06:27.438140 | fa163e04-2df0-f988-2037-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-02-19 22:06:27.439380 | fa163e04-2df0-f988-2037-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.266617 | 0.05s 2026-02-19 22:06:27.466078 | fa163e04-2df0-f988-2037-00000000057a | TASK | Find desired default hugepage size 2026-02-19 22:06:27.516171 | fa163e04-2df0-f988-2037-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-02-19 22:06:27.517229 | fa163e04-2df0-f988-2037-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.344468 | 0.05s 2026-02-19 22:06:27.544761 | fa163e04-2df0-f988-2037-00000000057c | TASK | Storing non-configured hugepages 2026-02-19 22:06:27.575616 | fa163e04-2df0-f988-2037-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.402845 | 0.03s 2026-02-19 22:06:27.603284 | fa163e04-2df0-f988-2037-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-02-19 22:06:27.645672 | fa163e04-2df0-f988-2037-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-02-19 22:06:27.646764 | fa163e04-2df0-f988-2037-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.474003 | 0.04s 2026-02-19 22:06:27.674132 | fa163e04-2df0-f988-2037-00000000057f | TASK | Determining the default hugepagesz 2026-02-19 22:06:27.716833 | fa163e04-2df0-f988-2037-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-02-19 22:06:27.717989 | fa163e04-2df0-f988-2037-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.545227 | 0.04s 2026-02-19 22:06:27.746911 | fa163e04-2df0-f988-2037-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-02-19 22:06:27.790450 | fa163e04-2df0-f988-2037-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-02-19 22:06:27.791651 | fa163e04-2df0-f988-2037-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.618889 | 0.04s 2026-02-19 22:06:27.818768 | fa163e04-2df0-f988-2037-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-02-19 22:06:27.870049 | fa163e04-2df0-f988-2037-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-02-19 22:06:27.871329 | fa163e04-2df0-f988-2037-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.698568 | 0.05s 2026-02-19 22:06:27.897745 | fa163e04-2df0-f988-2037-000000000583 | TASK | Warn about possible modifications 2026-02-19 22:06:27.947420 | fa163e04-2df0-f988-2037-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-02-19 22:06:27.948646 | fa163e04-2df0-f988-2037-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.775883 | 0.05s 2026-02-19 22:06:27.975451 | fa163e04-2df0-f988-2037-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-02-19 22:06:28.016890 | fa163e04-2df0-f988-2037-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-02-19 22:06:28.019086 | fa163e04-2df0-f988-2037-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.846324 | 0.04s 2026-02-19 22:06:28.045864 | fa163e04-2df0-f988-2037-000000000585 | TASK | Cleaning up whitespaces 2026-02-19 22:06:28.086599 | fa163e04-2df0-f988-2037-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-02-19 22:06:28.087772 | fa163e04-2df0-f988-2037-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.915010 | 0.04s 2026-02-19 22:06:28.115349 | fa163e04-2df0-f988-2037-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-02-19 22:06:28.469554 | fa163e04-2df0-f988-2037-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-02-19 22:06:28.471004 | fa163e04-2df0-f988-2037-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.298239 | 0.35s 2026-02-19 22:06:28.497923 | fa163e04-2df0-f988-2037-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-02-19 22:06:28.558543 | fa163e04-2df0-f988-2037-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-02-19 22:06:28.559834 | fa163e04-2df0-f988-2037-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.387072 | 0.06s 2026-02-19 22:06:28.589330 | fa163e04-2df0-f988-2037-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-02-19 22:06:28.649494 | fa163e04-2df0-f988-2037-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-02-19 22:06:28.650628 | fa163e04-2df0-f988-2037-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.477866 | 0.06s 2026-02-19 22:06:28.680503 | fa163e04-2df0-f988-2037-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-02-19 22:06:28.741324 | fa163e04-2df0-f988-2037-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-02-19 22:06:28.742675 | fa163e04-2df0-f988-2037-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.569911 | 0.06s 2026-02-19 22:06:28.769446 | fa163e04-2df0-f988-2037-00000000058c | TASK | Generate grub config 2026-02-19 22:06:28.820253 | fa163e04-2df0-f988-2037-00000000058c | SKIPPED | Generate grub config | standalone 2026-02-19 22:06:28.821639 | fa163e04-2df0-f988-2037-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.648875 | 0.05s 2026-02-19 22:06:28.843041 | fa163e04-2df0-f988-2037-000000000590 | TASK | Get the block device that /boot is on 2026-02-19 22:06:28.891353 | fa163e04-2df0-f988-2037-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-02-19 22:06:28.892141 | fa163e04-2df0-f988-2037-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.719386 | 0.05s 2026-02-19 22:06:28.909964 | fa163e04-2df0-f988-2037-000000000591 | TASK | Get the mount point that /boot is in 2026-02-19 22:06:28.947068 | fa163e04-2df0-f988-2037-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-02-19 22:06:28.947741 | fa163e04-2df0-f988-2037-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.774988 | 0.04s 2026-02-19 22:06:28.966004 | fa163e04-2df0-f988-2037-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-02-19 22:06:29.001059 | fa163e04-2df0-f988-2037-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-02-19 22:06:29.001626 | fa163e04-2df0-f988-2037-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.828874 | 0.03s 2026-02-19 22:06:29.019232 | fa163e04-2df0-f988-2037-000000000593 | TASK | Executed script to fix grub-menu 2026-02-19 22:06:29.079963 | fa163e04-2df0-f988-2037-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-02-19 22:06:29.080677 | fa163e04-2df0-f988-2037-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.907924 | 0.06s 2026-02-19 22:06:29.098634 | fa163e04-2df0-f988-2037-000000000594 | TASK | Check grub config paths 2026-02-19 22:06:29.137736 | fa163e04-2df0-f988-2037-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-02-19 22:06:29.148901 | fa163e04-2df0-f988-2037-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-02-19 22:06:29.159931 | fa163e04-2df0-f988-2037-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.987173 | 0.06s 2026-02-19 22:06:29.178240 | fa163e04-2df0-f988-2037-000000000595 | TASK | Write EFI grub.cfg 2026-02-19 22:06:29.233849 | fa163e04-2df0-f988-2037-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'} 2026-02-19 22:06:29.249328 | fa163e04-2df0-f988-2037-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'} 2026-02-19 22:06:29.255922 | fa163e04-2df0-f988-2037-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.083156 | 0.08s 2026-02-19 22:06:29.283577 | fa163e04-2df0-f988-2037-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-02-19 22:06:29.327061 | fa163e04-2df0-f988-2037-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-02-19 22:06:29.328286 | fa163e04-2df0-f988-2037-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.155523 | 0.04s 2026-02-19 22:06:29.356097 | fa163e04-2df0-f988-2037-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-02-19 22:06:29.405356 | fa163e04-2df0-f988-2037-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-02-19 22:06:29.406577 | fa163e04-2df0-f988-2037-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.233815 | 0.05s 2026-02-19 22:06:29.428179 | fa163e04-2df0-f988-2037-000000000598 | TASK | Execute grub2-mkconfig 2026-02-19 22:06:29.476322 | fa163e04-2df0-f988-2037-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-02-19 22:06:29.477807 | fa163e04-2df0-f988-2037-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.305040 | 0.05s 2026-02-19 22:06:29.504622 | fa163e04-2df0-f988-2037-000000000599 | TASK | Check for active tuned profile 2026-02-19 22:06:29.564744 | fa163e04-2df0-f988-2037-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-02-19 22:06:29.565970 | fa163e04-2df0-f988-2037-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.393181 | 0.06s 2026-02-19 22:06:29.592777 | fa163e04-2df0-f988-2037-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-02-19 22:06:29.653489 | fa163e04-2df0-f988-2037-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-02-19 22:06:29.654657 | fa163e04-2df0-f988-2037-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.481891 | 0.06s 2026-02-19 22:06:29.680409 | fa163e04-2df0-f988-2037-00000000059b | TASK | Set reboot required fact 2026-02-19 22:06:29.740606 | fa163e04-2df0-f988-2037-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-02-19 22:06:29.741783 | fa163e04-2df0-f988-2037-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.569022 | 0.06s 2026-02-19 22:06:29.763706 | fa163e04-2df0-f988-2037-00000000059d | TASK | Apply DPDK workarounds 2026-02-19 22:06:29.812366 | fa163e04-2df0-f988-2037-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-02-19 22:06:29.813753 | fa163e04-2df0-f988-2037-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.640990 | 0.05s 2026-02-19 22:06:29.841438 | fa163e04-2df0-f988-2037-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-02-19 22:06:29.880325 | fa163e04-2df0-f988-2037-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-02-19 22:06:29.881813 | fa163e04-2df0-f988-2037-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.709045 | 0.04s 2026-02-19 22:06:29.908529 | fa163e04-2df0-f988-2037-0000000005a0 | TASK | Load modules 2026-02-19 22:06:29.954783 | fa163e04-2df0-f988-2037-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-02-19 22:06:29.958749 | fa163e04-2df0-f988-2037-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.785981 | 0.05s 2026-02-19 22:06:29.984605 | fa163e04-2df0-f988-2037-0000000005a2 | TASK | Persist modules via modules-load.d 2026-02-19 22:06:30.027737 | fa163e04-2df0-f988-2037-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-02-19 22:06:30.034826 | fa163e04-2df0-f988-2037-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.862058 | 0.05s 2026-02-19 22:06:30.061428 | fa163e04-2df0-f988-2037-0000000005a4 | TASK | Drop module persistence 2026-02-19 22:06:30.104707 | fa163e04-2df0-f988-2037-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-02-19 22:06:30.110794 | fa163e04-2df0-f988-2037-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.938022 | 0.05s 2026-02-19 22:06:30.137684 | fa163e04-2df0-f988-2037-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-02-19 22:06:30.180279 | fa163e04-2df0-f988-2037-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-02-19 22:06:30.187376 | fa163e04-2df0-f988-2037-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.014611 | 0.05s 2026-02-19 22:06:30.205540 | fa163e04-2df0-f988-2037-0000000005a8 | TASK | Modules reload 2026-02-19 22:06:30.241581 | fa163e04-2df0-f988-2037-0000000005a8 | SKIPPED | Modules reload | standalone 2026-02-19 22:06:30.242332 | fa163e04-2df0-f988-2037-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.069580 | 0.04s 2026-02-19 22:06:30.259802 | fa163e04-2df0-f988-2037-0000000005aa | TASK | Reboot tasks 2026-02-19 22:06:30.297614 | fa163e04-2df0-f988-2037-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-02-19 22:06:30.298464 | fa163e04-2df0-f988-2037-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.125711 | 0.04s 2026-02-19 22:06:30.316532 | fa163e04-2df0-f988-2037-0000000005ab | TASK | Skipping reboot for deployed node 2026-02-19 22:06:30.343818 | fa163e04-2df0-f988-2037-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-02-19 22:06:30.345048 | fa163e04-2df0-f988-2037-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.172281 | 0.03s PLAY [Server pre network steps] ************************************************ 2026-02-19 22:06:30.519897 | fa163e04-2df0-f988-2037-00000000003f | TASK | Server pre-network deployments 2026-02-19 22:06:30.546138 | fa163e04-2df0-f988-2037-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', 'fa163e04-2df0-f988-2037-00000000003f') missing from stats 2026-02-19 22:06:30.567604 | fa163e04-2df0-f988-2037-000000000043 | TASK | Hiera config 2026-02-19 22:06:30.622882 | fa163e04-2df0-f988-2037-000000000043 | TIMING | Hiera config | standalone | 0:00:44.450101 | 0.05s 2026-02-19 22:06:30.674129 | fa163e04-2df0-f988-2037-000000000721 | TASK | Create /etc/puppet/hieradata 2026-02-19 22:06:30.901666 | fa163e04-2df0-f988-2037-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-02-19 22:06:30.902491 | fa163e04-2df0-f988-2037-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.729740 | 0.23s 2026-02-19 22:06:30.928245 | fa163e04-2df0-f988-2037-000000000722 | TASK | Write hiera config 2026-02-19 22:06:31.317472 | fa163e04-2df0-f988-2037-000000000722 | CHANGED | Write hiera config | standalone 2026-02-19 22:06:31.318765 | fa163e04-2df0-f988-2037-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.146005 | 0.39s 2026-02-19 22:06:31.371505 | fa163e04-2df0-f988-2037-000000000044 | TASK | Hiera symlink 2026-02-19 22:06:31.601997 | fa163e04-2df0-f988-2037-000000000044 | CHANGED | Hiera symlink | standalone 2026-02-19 22:06:31.603490 | fa163e04-2df0-f988-2037-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.430729 | 0.23s 2026-02-19 22:06:31.629155 | fa163e04-2df0-f988-2037-000000000045 | TASK | Hieradata from vars 2026-02-19 22:06:31.656421 | fa163e04-2df0-f988-2037-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.483650 | 0.03s 2026-02-19 22:06:31.717080 | fa163e04-2df0-f988-2037-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-02-19 22:06:32.166829 | fa163e04-2df0-f988-2037-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-02-19 22:06:32.167714 | fa163e04-2df0-f988-2037-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.994957 | 0.45s 2026-02-19 22:06:32.186184 | fa163e04-2df0-f988-2037-00000000077d | TASK | Render hieradata from template 2026-02-19 22:06:32.713887 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-02-19 22:06:32.714787 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.542032 | 0.53s 2026-02-19 22:06:33.230156 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-02-19 22:06:33.231283 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.058521 | 1.04s 2026-02-19 22:06:33.849443 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-02-19 22:06:33.851127 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.678376 | 1.66s 2026-02-19 22:06:34.321475 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-02-19 22:06:34.323399 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.150639 | 2.14s 2026-02-19 22:06:34.808168 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-02-19 22:06:34.809328 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.636568 | 2.62s 2026-02-19 22:06:35.246610 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-02-19 22:06:35.247768 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.075010 | 3.06s 2026-02-19 22:06:35.696420 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-02-19 22:06:35.698792 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.526027 | 3.51s 2026-02-19 22:06:36.161988 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-02-19 22:06:36.163098 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.990338 | 3.98s 2026-02-19 22:06:36.602159 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-02-19 22:06:36.602795 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.430044 | 4.42s 2026-02-19 22:06:37.032343 | fa163e04-2df0-f988-2037-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-19 22:06:37.034465 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.861704 | 4.85s 2026-02-19 22:06:37.046997 | fa163e04-2df0-f988-2037-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.874237 | 4.86s 2026-02-19 22:06:37.100208 | fa163e04-2df0-f988-2037-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-02-19 22:06:37.128533 | fa163e04-2df0-f988-2037-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.955766 | 0.03s 2026-02-19 22:06:37.200286 | fa163e04-2df0-f988-2037-000000000821 | TASK | Check for hieradata file 2026-02-19 22:06:37.432468 | fa163e04-2df0-f988-2037-000000000821 | OK | Check for hieradata file | standalone 2026-02-19 22:06:37.433716 | fa163e04-2df0-f988-2037-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.260952 | 0.23s 2026-02-19 22:06:37.460394 | fa163e04-2df0-f988-2037-000000000823 | TASK | Get existing data 2026-02-19 22:06:37.509537 | fa163e04-2df0-f988-2037-000000000823 | SKIPPED | Get existing data | standalone 2026-02-19 22:06:37.510736 | fa163e04-2df0-f988-2037-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.337970 | 0.05s 2026-02-19 22:06:37.537358 | fa163e04-2df0-f988-2037-000000000824 | TASK | Set data fact 2026-02-19 22:06:37.588330 | fa163e04-2df0-f988-2037-000000000824 | SKIPPED | Set data fact | standalone 2026-02-19 22:06:37.589701 | fa163e04-2df0-f988-2037-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.416932 | 0.05s 2026-02-19 22:06:37.622108 | fa163e04-2df0-f988-2037-000000000826 | TASK | Write ansible hieradata file 2026-02-19 22:06:38.090987 | fa163e04-2df0-f988-2037-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-02-19 22:06:38.092289 | fa163e04-2df0-f988-2037-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.919530 | 0.47s 2026-02-19 22:06:38.191294 | fa163e04-2df0-f988-2037-000000000047 | TIMING | include_tasks | standalone | 0:00:52.018523 | 0.05s PLAY [Server network deployments] ********************************************** 2026-02-19 22:06:38.357357 | fa163e04-2df0-f988-2037-00000000004b | TASK | Network Configuration 2026-02-19 22:06:38.382991 | fa163e04-2df0-f988-2037-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-00000000004b') missing from stats 2026-02-19 22:06:38.414499 | fa163e04-2df0-f988-2037-00000000004c | TASK | Check NetworkConfig script existence 2026-02-19 22:06:38.440009 | fa163e04-2df0-f988-2037-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-02-19 22:06:38.440736 | fa163e04-2df0-f988-2037-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.267981 | 0.03s 2026-02-19 22:06:38.460778 | fa163e04-2df0-f988-2037-000000000052 | TASK | Gather SELinux fact if needed 2026-02-19 22:06:38.506551 | fa163e04-2df0-f988-2037-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-02-19 22:06:38.507305 | fa163e04-2df0-f988-2037-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.334551 | 0.05s 2026-02-19 22:06:38.527142 | fa163e04-2df0-f988-2037-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-02-19 22:06:39.176001 | fa163e04-2df0-f988-2037-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-02-19 22:06:39.177209 | fa163e04-2df0-f988-2037-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.004448 | 0.65s 2026-02-19 22:06:39.204144 | fa163e04-2df0-f988-2037-000000000054 | TASK | Ensure requirements are satisfied 2026-02-19 22:06:39.235470 | fa163e04-2df0-f988-2037-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.062698 | 0.03s 2026-02-19 22:06:39.298227 | fa163e04-2df0-f988-2037-0000000008bf | TASK | Gather facts if they don't exist 2026-02-19 22:06:39.346032 | fa163e04-2df0-f988-2037-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-02-19 22:06:39.347129 | fa163e04-2df0-f988-2037-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.174366 | 0.05s 2026-02-19 22:06:39.372427 | fa163e04-2df0-f988-2037-0000000008c0 | TASK | Gather variables for each operating system 2026-02-19 22:06:39.488984 | fa163e04-2df0-f988-2037-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 22:06:39.500640 | fa163e04-2df0-f988-2037-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.327878 | 0.13s 2026-02-19 22:06:39.526749 | fa163e04-2df0-f988-2037-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-19 22:06:39.810094 | fa163e04-2df0-f988-2037-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-19 22:06:39.811436 | fa163e04-2df0-f988-2037-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.638676 | 0.28s 2026-02-19 22:06:39.832599 | fa163e04-2df0-f988-2037-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-02-19 22:06:39.857920 | fa163e04-2df0-f988-2037-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-02-19 22:06:39.858813 | fa163e04-2df0-f988-2037-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.686056 | 0.03s 2026-02-19 22:06:39.879313 | fa163e04-2df0-f988-2037-0000000008c4 | TASK | Ensure packages are actually well installed 2026-02-19 22:06:40.822643 | fa163e04-2df0-f988-2037-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-19 22:06:40.824117 | fa163e04-2df0-f988-2037-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.651356 | 0.94s 2026-02-19 22:06:40.874689 | fa163e04-2df0-f988-2037-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 22:06:41.118707 | fa163e04-2df0-f988-2037-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 22:06:41.120483 | fa163e04-2df0-f988-2037-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.947715 | 0.24s 2026-02-19 22:06:41.148191 | fa163e04-2df0-f988-2037-000000000057 | TASK | Reload NetworkManager 2026-02-19 22:06:41.575597 | fa163e04-2df0-f988-2037-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-02-19 22:06:41.577323 | fa163e04-2df0-f988-2037-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.404562 | 0.43s 2026-02-19 22:06:41.603982 | fa163e04-2df0-f988-2037-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-02-19 22:06:41.857318 | fa163e04-2df0-f988-2037-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-02-19 22:06:41.858641 | fa163e04-2df0-f988-2037-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.685881 | 0.25s 2026-02-19 22:06:41.876659 | fa163e04-2df0-f988-2037-00000000005a | TASK | Check for previous run of NetworkConfig 2026-02-19 22:06:42.092316 | fa163e04-2df0-f988-2037-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-02-19 22:06:42.093527 | fa163e04-2df0-f988-2037-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.920767 | 0.22s 2026-02-19 22:06:42.118996 | fa163e04-2df0-f988-2037-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-02-19 22:06:42.139272 | fa163e04-2df0-f988-2037-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-02-19 22:06:42.140347 | fa163e04-2df0-f988-2037-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.967587 | 0.02s 2026-02-19 22:06:42.165695 | fa163e04-2df0-f988-2037-00000000005c | TASK | Ensure we get cloud-init 2026-02-19 22:06:42.409866 | fa163e04-2df0-f988-2037-00000000005c | OK | Ensure we get cloud-init | standalone 2026-02-19 22:06:42.411182 | fa163e04-2df0-f988-2037-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.238422 | 0.24s 2026-02-19 22:06:42.438238 | fa163e04-2df0-f988-2037-00000000005e | TASK | Create /etc/os-net-config directory 2026-02-19 22:06:42.682204 | fa163e04-2df0-f988-2037-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-02-19 22:06:42.683454 | fa163e04-2df0-f988-2037-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.510695 | 0.24s 2026-02-19 22:06:42.709267 | fa163e04-2df0-f988-2037-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-02-19 22:06:43.053693 | fa163e04-2df0-f988-2037-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-02-19 22:06:43.054928 | fa163e04-2df0-f988-2037-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.882167 | 0.34s 2026-02-19 22:06:43.080608 | fa163e04-2df0-f988-2037-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-02-19 22:06:43.130158 | fa163e04-2df0-f988-2037-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-02-19 22:06:43.131238 | fa163e04-2df0-f988-2037-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.958477 | 0.05s 2026-02-19 22:06:43.158796 | fa163e04-2df0-f988-2037-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-02-19 22:06:43.409697 | fa163e04-2df0-f988-2037-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-02-19 22:06:43.410925 | fa163e04-2df0-f988-2037-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.238166 | 0.25s 2026-02-19 22:06:43.438860 | fa163e04-2df0-f988-2037-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-02-19 22:06:43.508542 | fa163e04-2df0-f988-2037-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.335773 | 0.07s 2026-02-19 22:06:43.537355 | 88774259-e365-4a73-a25a-acb45ead5b1c | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-02-19 22:06:43.570156 | fa163e04-2df0-f988-2037-000000000909 | TASK | Set nic_config_file fact 2026-02-19 22:06:43.652128 | fa163e04-2df0-f988-2037-000000000909 | OK | Set nic_config_file fact | standalone 2026-02-19 22:06:43.653484 | fa163e04-2df0-f988-2037-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.480723 | 0.08s 2026-02-19 22:06:43.679413 | fa163e04-2df0-f988-2037-00000000090a | TASK | Render overidden network config 2026-02-19 22:06:43.743101 | fa163e04-2df0-f988-2037-00000000090a | SKIPPED | Render overidden network config | standalone 2026-02-19 22:06:43.744213 | fa163e04-2df0-f988-2037-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.571451 | 0.06s 2026-02-19 22:06:43.771584 | fa163e04-2df0-f988-2037-00000000090b | TASK | Render network_config 2026-02-19 22:06:43.835667 | fa163e04-2df0-f988-2037-00000000090b | SKIPPED | Render network_config | standalone 2026-02-19 22:06:43.836879 | fa163e04-2df0-f988-2037-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.664115 | 0.06s 2026-02-19 22:06:43.865068 | fa163e04-2df0-f988-2037-00000000090c | TASK | Render network_config from template 2026-02-19 22:06:44.348499 | fa163e04-2df0-f988-2037-00000000090c | CHANGED | Render network_config from template | standalone 2026-02-19 22:06:44.349878 | fa163e04-2df0-f988-2037-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.177117 | 0.48s 2026-02-19 22:06:44.377535 | fa163e04-2df0-f988-2037-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=499967867860.43340 2026-02-19 22:06:48.479624 | fa163e04-2df0-f988-2037-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-02-19 22:06:48.480980 | fa163e04-2df0-f988-2037-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.308200 | 4.10s 2026-02-19 22:06:48.502533 | fa163e04-2df0-f988-2037-000000000064 | TASK | Write rc of NetworkConfig script 2026-02-19 22:06:49.014054 | fa163e04-2df0-f988-2037-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-02-19 22:06:49.015783 | fa163e04-2df0-f988-2037-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.843015 | 0.51s 2026-02-19 22:06:49.042586 | fa163e04-2df0-f988-2037-000000000065 | TASK | Disable cloud-init network config 2026-02-19 22:06:49.546097 | fa163e04-2df0-f988-2037-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-02-19 22:06:49.547520 | fa163e04-2df0-f988-2037-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.374760 | 0.50s 2026-02-19 22:06:49.573661 | fa163e04-2df0-f988-2037-000000000066 | TASK | Ensure network service is enabled 2026-02-19 22:06:49.955233 | fa163e04-2df0-f988-2037-000000000066 | OK | Ensure network service is enabled | standalone 2026-02-19 22:06:49.956262 | fa163e04-2df0-f988-2037-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.783510 | 0.38s PLAY [Server network validation] *********************************************** 2026-02-19 22:06:50.094684 | fa163e04-2df0-f988-2037-000000000096 | TASK | Basic Network Validation 2026-02-19 22:06:50.121717 | fa163e04-2df0-f988-2037-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:03.948954 | 0.03s 2026-02-19 22:06:50.166429 | fa163e04-2df0-f988-2037-000000000945 | TASK | Collect default network fact 2026-02-19 22:06:50.671712 | fa163e04-2df0-f988-2037-000000000945 | OK | Collect default network fact | standalone 2026-02-19 22:06:50.673019 | fa163e04-2df0-f988-2037-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.500250 | 0.51s 2026-02-19 22:06:50.698880 | fa163e04-2df0-f988-2037-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-02-19 22:06:50.726750 | fa163e04-2df0-f988-2037-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-02-19 22:06:50.728047 | fa163e04-2df0-f988-2037-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.555285 | 0.03s 2026-02-19 22:06:50.754156 | fa163e04-2df0-f988-2037-000000000947 | TASK | Check all networks Gateway availability 2026-02-19 22:06:50.827506 | fa163e04-2df0-f988-2037-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.654727 | 0.07s 2026-02-19 22:06:50.854786 | fa163e04-2df0-f988-2037-000000000949 | TASK | Check Controllers availability 2026-02-19 22:06:50.913549 | fa163e04-2df0-f988-2037-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-02-19 22:06:50.921323 | fa163e04-2df0-f988-2037-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-02-19 22:06:50.927051 | fa163e04-2df0-f988-2037-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-02-19 22:06:50.933526 | fa163e04-2df0-f988-2037-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-02-19 22:06:50.939813 | fa163e04-2df0-f988-2037-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-02-19 22:06:50.946977 | fa163e04-2df0-f988-2037-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-02-19 22:06:50.954207 | fa163e04-2df0-f988-2037-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:04.781435 | 0.10s 2026-02-19 22:06:50.980731 | fa163e04-2df0-f988-2037-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-02-19 22:06:51.011051 | fa163e04-2df0-f988-2037-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-02-19 22:06:51.012324 | fa163e04-2df0-f988-2037-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.839561 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-02-19 22:06:51.210746 | fa163e04-2df0-f988-2037-00000000009a | TASK | Server pre deployments 2026-02-19 22:06:51.235924 | fa163e04-2df0-f988-2037-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', 'fa163e04-2df0-f988-2037-00000000009a') missing from stats 2026-02-19 22:06:51.256715 | fa163e04-2df0-f988-2037-00000000009e | TASK | Hiera config 2026-02-19 22:06:51.285900 | fa163e04-2df0-f988-2037-00000000009e | TIMING | Hiera config | standalone | 0:01:05.113141 | 0.03s 2026-02-19 22:06:51.325854 | fa163e04-2df0-f988-2037-00000000099e | TASK | Create /etc/puppet/hieradata 2026-02-19 22:06:51.565846 | fa163e04-2df0-f988-2037-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-02-19 22:06:51.567208 | fa163e04-2df0-f988-2037-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.394445 | 0.24s 2026-02-19 22:06:51.592667 | fa163e04-2df0-f988-2037-00000000099f | TASK | Write hiera config 2026-02-19 22:06:52.041253 | fa163e04-2df0-f988-2037-00000000099f | OK | Write hiera config | standalone 2026-02-19 22:06:52.042202 | fa163e04-2df0-f988-2037-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.869446 | 0.45s 2026-02-19 22:06:52.077103 | fa163e04-2df0-f988-2037-00000000009f | TASK | Hiera symlink 2026-02-19 22:06:52.328553 | fa163e04-2df0-f988-2037-00000000009f | OK | Hiera symlink | standalone 2026-02-19 22:06:52.329621 | fa163e04-2df0-f988-2037-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.156866 | 0.25s 2026-02-19 22:06:52.349938 | fa163e04-2df0-f988-2037-0000000000a0 | TASK | Hieradata from vars 2026-02-19 22:06:52.370064 | fa163e04-2df0-f988-2037-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.197303 | 0.02s 2026-02-19 22:06:52.414534 | fa163e04-2df0-f988-2037-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-02-19 22:06:52.892640 | fa163e04-2df0-f988-2037-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-02-19 22:06:52.893970 | fa163e04-2df0-f988-2037-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:06.721179 | 0.48s 2026-02-19 22:06:52.919976 | fa163e04-2df0-f988-2037-0000000009fa | TASK | Render hieradata from template 2026-02-19 22:06:53.455366 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-02-19 22:06:53.457646 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.284882 | 0.54s 2026-02-19 22:06:53.958141 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-02-19 22:06:53.958854 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.786103 | 1.04s 2026-02-19 22:06:54.520576 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-02-19 22:06:54.521185 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.348433 | 1.60s 2026-02-19 22:06:54.977794 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-02-19 22:06:54.979653 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.806894 | 2.06s 2026-02-19 22:06:55.452670 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-02-19 22:06:55.453756 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.280997 | 2.53s 2026-02-19 22:06:55.933595 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-02-19 22:06:55.935889 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.763125 | 3.01s 2026-02-19 22:06:56.347188 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-02-19 22:06:56.349290 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.176528 | 3.43s 2026-02-19 22:06:56.900315 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-02-19 22:06:56.902091 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.729329 | 3.98s 2026-02-19 22:06:57.327509 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-02-19 22:06:57.329155 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.156393 | 4.41s 2026-02-19 22:06:57.764702 | fa163e04-2df0-f988-2037-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-19 22:06:57.765761 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.593002 | 4.84s 2026-02-19 22:06:57.775888 | fa163e04-2df0-f988-2037-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.603121 | 4.85s 2026-02-19 22:06:57.829305 | fa163e04-2df0-f988-2037-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-02-19 22:06:57.849512 | fa163e04-2df0-f988-2037-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:11.676744 | 0.02s 2026-02-19 22:06:57.919914 | fa163e04-2df0-f988-2037-000000000a9e | TASK | Check for hieradata file 2026-02-19 22:06:58.140779 | fa163e04-2df0-f988-2037-000000000a9e | OK | Check for hieradata file | standalone 2026-02-19 22:06:58.142132 | fa163e04-2df0-f988-2037-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:11.969368 | 0.22s 2026-02-19 22:06:58.169093 | fa163e04-2df0-f988-2037-000000000aa0 | TASK | Get existing data 2026-02-19 22:06:58.218592 | fa163e04-2df0-f988-2037-000000000aa0 | SKIPPED | Get existing data | standalone 2026-02-19 22:06:58.219752 | fa163e04-2df0-f988-2037-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.046989 | 0.05s 2026-02-19 22:06:58.245531 | fa163e04-2df0-f988-2037-000000000aa1 | TASK | Set data fact 2026-02-19 22:06:58.295020 | fa163e04-2df0-f988-2037-000000000aa1 | SKIPPED | Set data fact | standalone 2026-02-19 22:06:58.296200 | fa163e04-2df0-f988-2037-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.123438 | 0.05s 2026-02-19 22:06:58.322910 | fa163e04-2df0-f988-2037-000000000aa3 | TASK | Write ansible hieradata file 2026-02-19 22:06:58.780828 | fa163e04-2df0-f988-2037-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-02-19 22:06:58.782195 | fa163e04-2df0-f988-2037-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:12.609435 | 0.46s 2026-02-19 22:06:58.882596 | fa163e04-2df0-f988-2037-0000000000a2 | TIMING | include_tasks | standalone | 0:01:12.709823 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-02-19 22:06:59.043619 | fa163e04-2df0-f988-2037-0000000000a6 | TASK | Host prep steps 2026-02-19 22:06:59.070457 | fa163e04-2df0-f988-2037-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', 'fa163e04-2df0-f988-2037-0000000000a6') missing from stats 2026-02-19 22:06:59.155830 | fa163e04-2df0-f988-2037-0000000000a7 | TASK | Deploy Artifacts 2026-02-19 22:06:59.261037 | fa163e04-2df0-f988-2037-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-02-19 22:06:59.262280 | fa163e04-2df0-f988-2037-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.089518 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:06:59.319182 | fa163e04-2df0-f988-2037-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.146406 | 0.03s 2026-02-19 22:06:59.538529 | 27b69f77-c7c9-4e67-a797-d6ec19753548 | INCLUDED | /root/standalone-ansible-m9flw3dy/Standalone/host_prep_tasks.yaml | standalone 2026-02-19 22:06:59.602363 | fa163e04-2df0-f988-2037-000000000b1e | TASK | Run firewall role 2026-02-19 22:06:59.626865 | fa163e04-2df0-f988-2037-000000000b1e | TIMING | Run firewall role | standalone | 0:01:13.454108 | 0.02s 2026-02-19 22:06:59.683750 | fa163e04-2df0-f988-2037-000000000c38 | TASK | Gather variables for each operating system 2026-02-19 22:06:59.767336 | fa163e04-2df0-f988-2037-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-02-19 22:06:59.768666 | fa163e04-2df0-f988-2037-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.595901 | 0.08s 2026-02-19 22:06:59.775199 | fa163e04-2df0-f988-2037-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.602432 | 0.09s 2026-02-19 22:06:59.801225 | fa163e04-2df0-f988-2037-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2026-02-19 22:07:02.814286 | fa163e04-2df0-f988-2037-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-02-19 22:07:02.815635 | fa163e04-2df0-f988-2037-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:16.642875 | 3.01s 2026-02-19 22:07:02.842348 | fa163e04-2df0-f988-2037-000000000c3d | TASK | Create empty var for masquerade rules 2026-02-19 22:07:02.881195 | fa163e04-2df0-f988-2037-000000000c3d | OK | Create empty var for masquerade rules | standalone 2026-02-19 22:07:02.882432 | fa163e04-2df0-f988-2037-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:16.709670 | 0.04s 2026-02-19 22:07:02.908466 | fa163e04-2df0-f988-2037-000000000c3e | TASK | Enable masquerade 2026-02-19 22:07:02.960166 | fa163e04-2df0-f988-2037-000000000c3e | SKIPPED | Enable masquerade | standalone 2026-02-19 22:07:02.961338 | fa163e04-2df0-f988-2037-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:16.788577 | 0.05s 2026-02-19 22:07:02.986578 | fa163e04-2df0-f988-2037-000000000c3f | TASK | Set the default frontend firewall rules 2026-02-19 22:07:03.025822 | fa163e04-2df0-f988-2037-000000000c3f | OK | Set the default frontend firewall rules | standalone 2026-02-19 22:07:03.026644 | fa163e04-2df0-f988-2037-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:16.853891 | 0.04s 2026-02-19 22:07:03.044688 | fa163e04-2df0-f988-2037-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-19 22:07:03.093254 | fa163e04-2df0-f988-2037-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-02-19 22:07:03.094990 | fa163e04-2df0-f988-2037-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.922226 | 0.05s 2026-02-19 22:07:03.121525 | fa163e04-2df0-f988-2037-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2026-02-19 22:07:03.160546 | fa163e04-2df0-f988-2037-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-19 22:07:03.161807 | fa163e04-2df0-f988-2037-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.989045 | 0.04s 2026-02-19 22:07:03.188362 | fa163e04-2df0-f988-2037-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-19 22:07:03.229325 | fa163e04-2df0-f988-2037-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-02-19 22:07:03.230495 | fa163e04-2df0-f988-2037-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.057734 | 0.04s 2026-02-19 22:07:03.256549 | fa163e04-2df0-f988-2037-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2026-02-19 22:07:03.288767 | fa163e04-2df0-f988-2037-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-19 22:07:03.290023 | fa163e04-2df0-f988-2037-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.117262 | 0.03s 2026-02-19 22:07:03.315716 | fa163e04-2df0-f988-2037-000000000c48 | TASK | Enable LOG rules 2026-02-19 22:07:03.344902 | fa163e04-2df0-f988-2037-000000000c48 | SKIPPED | Enable LOG rules | standalone 2026-02-19 22:07:03.346121 | fa163e04-2df0-f988-2037-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.173360 | 0.03s 2026-02-19 22:07:03.371678 | fa163e04-2df0-f988-2037-000000000c49 | TASK | Set rule fact 2026-02-19 22:07:03.466888 | fa163e04-2df0-f988-2037-000000000c49 | OK | Set rule fact | standalone 2026-02-19 22:07:03.470003 | fa163e04-2df0-f988-2037-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.297241 | 0.10s 2026-02-19 22:07:03.499448 | fa163e04-2df0-f988-2037-000000000c4a | TASK | Manage rules via nftables 2026-02-19 22:07:03.528648 | fa163e04-2df0-f988-2037-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:17.355881 | 0.03s 2026-02-19 22:07:03.585153 | fa163e04-2df0-f988-2037-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.412389 | 0.02s 2026-02-19 22:07:03.599890 | 7de2bae9-b3f6-4fe9-9609-cc399018cd4c | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-02-19 22:07:03.625644 | fa163e04-2df0-f988-2037-000000000d11 | TASK | Ensure legacy iptables services are off 2026-02-19 22:07:03.996856 | fa163e04-2df0-f988-2037-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-02-19 22:07:03.999521 | fa163e04-2df0-f988-2037-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.826755 | 0.37s 2026-02-19 22:07:04.305781 | fa163e04-2df0-f988-2037-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-02-19 22:07:04.307312 | fa163e04-2df0-f988-2037-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.134551 | 0.68s 2026-02-19 22:07:04.317482 | fa163e04-2df0-f988-2037-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.144715 | 0.69s 2026-02-19 22:07:04.348758 | fa163e04-2df0-f988-2037-000000000d12 | TASK | Ensure nftables service is enabled and running 2026-02-19 22:07:05.059116 | fa163e04-2df0-f988-2037-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-02-19 22:07:05.061036 | fa163e04-2df0-f988-2037-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:18.888275 | 0.71s 2026-02-19 22:07:05.091986 | fa163e04-2df0-f988-2037-000000000d13 | TASK | Empty nftables from anything that may lay around 2026-02-19 22:07:05.133511 | fa163e04-2df0-f988-2037-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-02-19 22:07:05.134696 | fa163e04-2df0-f988-2037-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:18.961934 | 0.04s 2026-02-19 22:07:05.190071 | fa163e04-2df0-f988-2037-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.017302 | 0.03s 2026-02-19 22:07:05.227107 | fdde970d-cb3d-409e-b2ff-1fb1644791be | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-02-19 22:07:05.265490 | fa163e04-2df0-f988-2037-000000000d42 | TASK | Push empty ruleset 2026-02-19 22:07:05.690418 | fa163e04-2df0-f988-2037-000000000d42 | CHANGED | Push empty ruleset | standalone 2026-02-19 22:07:05.692408 | fa163e04-2df0-f988-2037-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:19.519637 | 0.43s 2026-02-19 22:07:05.723266 | fa163e04-2df0-f988-2037-000000000d43 | TASK | Load empty ruleset 2026-02-19 22:07:05.988884 | fa163e04-2df0-f988-2037-000000000d43 | CHANGED | Load empty ruleset | standalone 2026-02-19 22:07:05.990282 | fa163e04-2df0-f988-2037-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:19.817520 | 0.27s 2026-02-19 22:07:06.018276 | fa163e04-2df0-f988-2037-000000000d45 | TASK | Use default rules 2026-02-19 22:07:06.102226 | fa163e04-2df0-f988-2037-000000000d45 | OK | Use default rules | standalone 2026-02-19 22:07:06.105111 | fa163e04-2df0-f988-2037-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:19.932351 | 0.09s 2026-02-19 22:07:06.135616 | fa163e04-2df0-f988-2037-000000000d46 | TASK | Enable LOG rules 2026-02-19 22:07:06.221442 | fa163e04-2df0-f988-2037-000000000d46 | OK | Enable LOG rules | standalone 2026-02-19 22:07:06.224448 | fa163e04-2df0-f988-2037-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.051688 | 0.09s 2026-02-19 22:07:06.253982 | fa163e04-2df0-f988-2037-000000000d48 | TASK | Get current nftables content 2026-02-19 22:07:06.486580 | fa163e04-2df0-f988-2037-000000000d48 | CHANGED | Get current nftables content | standalone 2026-02-19 22:07:06.487969 | fa163e04-2df0-f988-2037-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.315179 | 0.23s 2026-02-19 22:07:06.516798 | fa163e04-2df0-f988-2037-000000000d4a | TASK | Generate chain jumps 2026-02-19 22:07:07.081358 | fa163e04-2df0-f988-2037-000000000d4a | CHANGED | Generate chain jumps | standalone 2026-02-19 22:07:07.082354 | fa163e04-2df0-f988-2037-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:20.909599 | 0.56s 2026-02-19 22:07:07.109301 | fa163e04-2df0-f988-2037-000000000d4b | TASK | Generate chain jumps 2026-02-19 22:07:07.685575 | fa163e04-2df0-f988-2037-000000000d4b | CHANGED | Generate chain jumps | standalone 2026-02-19 22:07:07.687000 | fa163e04-2df0-f988-2037-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.514238 | 0.58s 2026-02-19 22:07:07.713562 | fa163e04-2df0-f988-2037-000000000d4c | TASK | Generate nft flushes 2026-02-19 22:07:08.229139 | fa163e04-2df0-f988-2037-000000000d4c | CHANGED | Generate nft flushes | standalone 2026-02-19 22:07:08.232450 | fa163e04-2df0-f988-2037-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.059685 | 0.52s 2026-02-19 22:07:08.261199 | fa163e04-2df0-f988-2037-000000000d4d | TASK | Generate nft tripleo chains 2026-02-19 22:07:08.761561 | fa163e04-2df0-f988-2037-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2026-02-19 22:07:08.765008 | fa163e04-2df0-f988-2037-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:22.592241 | 0.50s 2026-02-19 22:07:08.793645 | fa163e04-2df0-f988-2037-000000000d4e | TASK | Generate nft ruleset in static file 2026-02-19 22:07:10.401542 | fa163e04-2df0-f988-2037-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2026-02-19 22:07:10.405256 | fa163e04-2df0-f988-2037-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.232489 | 1.61s 2026-02-19 22:07:10.435175 | fa163e04-2df0-f988-2037-000000000d50 | TASK | Validate all of the generated content before loading 2026-02-19 22:07:11.075731 | fa163e04-2df0-f988-2037-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2026-02-19 22:07:11.077055 | fa163e04-2df0-f988-2037-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:24.904293 | 0.64s 2026-02-19 22:07:11.103670 | fa163e04-2df0-f988-2037-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2026-02-19 22:07:11.324221 | fa163e04-2df0-f988-2037-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-02-19 22:07:11.325492 | fa163e04-2df0-f988-2037-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.152729 | 0.22s 2026-02-19 22:07:11.385701 | fa163e04-2df0-f988-2037-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.212934 | 0.03s 2026-02-19 22:07:11.409289 | 57e399bd-b129-4df8-acf9-94b3be47da3c | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-02-19 22:07:11.463394 | fa163e04-2df0-f988-2037-000000000db9 | TASK | Inject our custom chains in nftables 2026-02-19 22:07:11.704585 | fa163e04-2df0-f988-2037-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2026-02-19 22:07:11.706124 | fa163e04-2df0-f988-2037-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:25.533353 | 0.24s 2026-02-19 22:07:11.732870 | fa163e04-2df0-f988-2037-000000000dba | TASK | Reload custom nftables ruleset files 2026-02-19 22:07:12.026553 | fa163e04-2df0-f988-2037-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2026-02-19 22:07:12.027806 | fa163e04-2df0-f988-2037-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:25.855046 | 0.29s 2026-02-19 22:07:12.100729 | fa163e04-2df0-f988-2037-000000000b1f | TASK | create persistent logs directory 2026-02-19 22:07:12.360174 | fa163e04-2df0-f988-2037-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 22:07:12.362038 | fa163e04-2df0-f988-2037-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.189277 | 0.26s 2026-02-19 22:07:12.551880 | fa163e04-2df0-f988-2037-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-02-19 22:07:12.553362 | fa163e04-2df0-f988-2037-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.380607 | 0.45s 2026-02-19 22:07:12.564525 | fa163e04-2df0-f988-2037-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.391759 | 0.46s 2026-02-19 22:07:12.592102 | fa163e04-2df0-f988-2037-000000000b20 | TASK | create persistent directories 2026-02-19 22:07:12.834933 | fa163e04-2df0-f988-2037-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 22:07:12.837247 | fa163e04-2df0-f988-2037-000000000b20 | TIMING | create persistent directories | standalone | 0:01:26.664482 | 0.24s 2026-02-19 22:07:12.847747 | fa163e04-2df0-f988-2037-000000000b20 | TIMING | create persistent directories | standalone | 0:01:26.674980 | 0.25s 2026-02-19 22:07:12.874164 | fa163e04-2df0-f988-2037-000000000b21 | TASK | create persistent directories 2026-02-19 22:07:13.122466 | fa163e04-2df0-f988-2037-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 22:07:13.123978 | fa163e04-2df0-f988-2037-000000000b21 | TIMING | create persistent directories | standalone | 0:01:26.951190 | 0.25s 2026-02-19 22:07:13.348358 | fa163e04-2df0-f988-2037-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-02-19 22:07:13.349418 | fa163e04-2df0-f988-2037-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.176660 | 0.47s 2026-02-19 22:07:13.361395 | fa163e04-2df0-f988-2037-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.188639 | 0.49s 2026-02-19 22:07:13.379494 | fa163e04-2df0-f988-2037-000000000b22 | TASK | create persistent directories 2026-02-19 22:07:13.622906 | fa163e04-2df0-f988-2037-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-02-19 22:07:13.624491 | fa163e04-2df0-f988-2037-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.451727 | 0.24s 2026-02-19 22:07:13.830606 | fa163e04-2df0-f988-2037-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-02-19 22:07:13.832224 | fa163e04-2df0-f988-2037-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.659466 | 0.45s 2026-02-19 22:07:13.843092 | fa163e04-2df0-f988-2037-000000000b22 | TIMING | create persistent directories | standalone | 0:01:27.670323 | 0.46s 2026-02-19 22:07:13.871111 | fa163e04-2df0-f988-2037-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-02-19 22:07:14.973734 | fa163e04-2df0-f988-2037-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-02-19 22:07:14.975535 | fa163e04-2df0-f988-2037-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:28.802771 | 1.10s 2026-02-19 22:07:15.002814 | fa163e04-2df0-f988-2037-000000000b24 | TASK | create persistent directories 2026-02-19 22:07:15.247595 | fa163e04-2df0-f988-2037-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-02-19 22:07:15.249695 | fa163e04-2df0-f988-2037-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.076931 | 0.25s 2026-02-19 22:07:15.259827 | fa163e04-2df0-f988-2037-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.087060 | 0.26s 2026-02-19 22:07:15.285638 | fa163e04-2df0-f988-2037-000000000b25 | TASK | create persistent directories 2026-02-19 22:07:15.546979 | fa163e04-2df0-f988-2037-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 22:07:15.548730 | fa163e04-2df0-f988-2037-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.375973 | 0.26s 2026-02-19 22:07:15.772863 | fa163e04-2df0-f988-2037-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-02-19 22:07:15.774667 | fa163e04-2df0-f988-2037-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.601907 | 0.49s 2026-02-19 22:07:15.785025 | fa163e04-2df0-f988-2037-000000000b25 | TIMING | create persistent directories | standalone | 0:01:29.612258 | 0.50s 2026-02-19 22:07:15.811010 | fa163e04-2df0-f988-2037-000000000b26 | TASK | create fcontext entry for cinder data 2026-02-19 22:07:17.164164 | fa163e04-2df0-f988-2037-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2026-02-19 22:07:17.165257 | fa163e04-2df0-f988-2037-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:30.992503 | 1.35s 2026-02-19 22:07:17.185006 | fa163e04-2df0-f988-2037-000000000b27 | TASK | create persistent directories 2026-02-19 22:07:17.409985 | fa163e04-2df0-f988-2037-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 22:07:17.411987 | fa163e04-2df0-f988-2037-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.239223 | 0.23s 2026-02-19 22:07:17.633094 | fa163e04-2df0-f988-2037-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-02-19 22:07:17.634757 | fa163e04-2df0-f988-2037-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.461998 | 0.45s 2026-02-19 22:07:17.644697 | fa163e04-2df0-f988-2037-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.471939 | 0.46s 2026-02-19 22:07:17.665804 | fa163e04-2df0-f988-2037-000000000b28 | TASK | ensure ceph configurations exist 2026-02-19 22:07:17.901772 | fa163e04-2df0-f988-2037-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2026-02-19 22:07:17.903205 | fa163e04-2df0-f988-2037-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:31.730443 | 0.24s 2026-02-19 22:07:17.929214 | fa163e04-2df0-f988-2037-000000000b29 | TASK | create persistent directories 2026-02-19 22:07:18.165443 | fa163e04-2df0-f988-2037-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 22:07:18.166907 | fa163e04-2df0-f988-2037-000000000b29 | TIMING | create persistent directories | standalone | 0:01:31.994144 | 0.24s 2026-02-19 22:07:18.173655 | fa163e04-2df0-f988-2037-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.000896 | 0.24s 2026-02-19 22:07:18.200489 | fa163e04-2df0-f988-2037-000000000b2b | TASK | Create cinder image conversion directory 2026-02-19 22:07:18.227453 | fa163e04-2df0-f988-2037-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2026-02-19 22:07:18.228211 | fa163e04-2df0-f988-2037-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:32.055459 | 0.03s 2026-02-19 22:07:18.245397 | fa163e04-2df0-f988-2037-000000000b2c | TASK | Mount cinder's image conversion NFS share 2026-02-19 22:07:18.271863 | fa163e04-2df0-f988-2037-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-02-19 22:07:18.273336 | fa163e04-2df0-f988-2037-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.100571 | 0.03s 2026-02-19 22:07:18.301163 | fa163e04-2df0-f988-2037-000000000b2e | TASK | cinder_configure_lvm fact 2026-02-19 22:07:18.344091 | fa163e04-2df0-f988-2037-000000000b2e | OK | cinder_configure_lvm fact | standalone 2026-02-19 22:07:18.345462 | fa163e04-2df0-f988-2037-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.172703 | 0.04s 2026-02-19 22:07:18.370931 | fa163e04-2df0-f988-2037-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2026-02-19 22:07:18.397987 | fa163e04-2df0-f988-2037-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2026-02-19 22:07:18.400720 | fa163e04-2df0-f988-2037-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:32.227958 | 0.03s 2026-02-19 22:07:18.426042 | fa163e04-2df0-f988-2037-000000000b31 | TASK | cinder create LVM volume group dd 2026-02-19 22:07:18.453992 | fa163e04-2df0-f988-2037-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2026-02-19 22:07:18.454744 | fa163e04-2df0-f988-2037-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:32.281989 | 0.03s 2026-02-19 22:07:18.474917 | fa163e04-2df0-f988-2037-000000000b32 | TASK | Get or create LVM loopback device 2026-02-19 22:07:18.504924 | fa163e04-2df0-f988-2037-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2026-02-19 22:07:18.505795 | fa163e04-2df0-f988-2037-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:32.333040 | 0.03s 2026-02-19 22:07:18.526569 | fa163e04-2df0-f988-2037-000000000b33 | TASK | Create LVM volume group 2026-02-19 22:07:18.556315 | fa163e04-2df0-f988-2037-000000000b33 | SKIPPED | Create LVM volume group | standalone 2026-02-19 22:07:18.557293 | fa163e04-2df0-f988-2037-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:32.384538 | 0.03s 2026-02-19 22:07:18.578106 | fa163e04-2df0-f988-2037-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2026-02-19 22:07:18.606556 | fa163e04-2df0-f988-2037-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2026-02-19 22:07:18.607286 | fa163e04-2df0-f988-2037-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:32.434531 | 0.03s 2026-02-19 22:07:18.627553 | fa163e04-2df0-f988-2037-000000000b35 | TASK | cinder enable the LVM losetup service 2026-02-19 22:07:18.655476 | fa163e04-2df0-f988-2037-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2026-02-19 22:07:18.656255 | fa163e04-2df0-f988-2037-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:32.483503 | 0.03s 2026-02-19 22:07:18.673553 | fa163e04-2df0-f988-2037-000000000b37 | TASK | allow logrotate to read inside containers 2026-02-19 22:07:19.566168 | fa163e04-2df0-f988-2037-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2026-02-19 22:07:19.567772 | fa163e04-2df0-f988-2037-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:33.395010 | 0.89s 2026-02-19 22:07:19.586263 | fa163e04-2df0-f988-2037-000000000b38 | TASK | authorize httpd to listen on registry ports 2026-02-19 22:07:21.723846 | fa163e04-2df0-f988-2037-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-02-19 22:07:21.725728 | fa163e04-2df0-f988-2037-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:35.552965 | 2.14s 2026-02-19 22:07:21.780921 | fa163e04-2df0-f988-2037-000000000b3a | OK | set_fact | standalone 2026-02-19 22:07:21.782043 | fa163e04-2df0-f988-2037-000000000b3a | TIMING | set_fact | standalone | 0:01:35.609279 | 0.03s 2026-02-19 22:07:21.834833 | fa163e04-2df0-f988-2037-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:35.662064 | 0.03s 2026-02-19 22:07:21.892349 | fa163e04-2df0-f988-2037-000000000f06 | TASK | ensure apache is installed 2026-02-19 22:07:27.662847 | fa163e04-2df0-f988-2037-000000000f06 | CHANGED | ensure apache is installed | standalone 2026-02-19 22:07:27.664403 | fa163e04-2df0-f988-2037-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:41.491641 | 5.77s 2026-02-19 22:07:27.691522 | fa163e04-2df0-f988-2037-000000000f07 | TASK | create image data directory 2026-02-19 22:07:27.966557 | fa163e04-2df0-f988-2037-000000000f07 | CHANGED | create image data directory | standalone 2026-02-19 22:07:27.968195 | fa163e04-2df0-f988-2037-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:41.795428 | 0.28s 2026-02-19 22:07:27.994435 | fa163e04-2df0-f988-2037-000000000f08 | TASK | create /v2/ response file 2026-02-19 22:07:28.431655 | fa163e04-2df0-f988-2037-000000000f08 | CHANGED | create /v2/ response file | standalone 2026-02-19 22:07:28.433094 | fa163e04-2df0-f988-2037-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:42.260333 | 0.44s 2026-02-19 22:07:28.459129 | fa163e04-2df0-f988-2037-000000000f09 | TASK | Add listen line 2026-02-19 22:07:28.819805 | fa163e04-2df0-f988-2037-000000000f09 | CHANGED | Add listen line | standalone 2026-02-19 22:07:28.821350 | fa163e04-2df0-f988-2037-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:42.648587 | 0.36s 2026-02-19 22:07:28.848920 | fa163e04-2df0-f988-2037-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-02-19 22:07:29.342780 | fa163e04-2df0-f988-2037-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-02-19 22:07:29.344190 | fa163e04-2df0-f988-2037-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:43.171430 | 0.49s 2026-02-19 22:07:29.372399 | fa163e04-2df0-f988-2037-000000000f0b | TASK | Image-Serve | restart httpd 2026-02-19 22:07:30.366404 | fa163e04-2df0-f988-2037-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2026-02-19 22:07:30.368407 | fa163e04-2df0-f988-2037-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:44.195647 | 0.99s 2026-02-19 22:07:30.419514 | fa163e04-2df0-f988-2037-000000000b3d | TASK | create persistent logs directory 2026-02-19 22:07:30.651878 | fa163e04-2df0-f988-2037-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-02-19 22:07:30.654183 | fa163e04-2df0-f988-2037-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:44.481418 | 0.23s 2026-02-19 22:07:30.889864 | fa163e04-2df0-f988-2037-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-02-19 22:07:30.891527 | fa163e04-2df0-f988-2037-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:44.718767 | 0.47s 2026-02-19 22:07:30.901918 | fa163e04-2df0-f988-2037-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:44.729161 | 0.48s 2026-02-19 22:07:30.927574 | fa163e04-2df0-f988-2037-000000000b3e | TASK | Mount NFS on host 2026-02-19 22:07:30.957902 | fa163e04-2df0-f988-2037-000000000b3e | SKIPPED | Mount NFS on host | standalone 2026-02-19 22:07:30.959613 | fa163e04-2df0-f988-2037-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:44.786843 | 0.03s 2026-02-19 22:07:30.986041 | fa163e04-2df0-f988-2037-000000000b3f | TASK | Mount Node Staging Location 2026-02-19 22:07:31.014485 | fa163e04-2df0-f988-2037-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2026-02-19 22:07:31.015627 | fa163e04-2df0-f988-2037-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:44.842864 | 0.03s 2026-02-19 22:07:31.041888 | fa163e04-2df0-f988-2037-000000000b40 | TASK | ensure /var/lib/glance exists 2026-02-19 22:07:31.272191 | fa163e04-2df0-f988-2037-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2026-02-19 22:07:31.273602 | fa163e04-2df0-f988-2037-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:45.100842 | 0.23s 2026-02-19 22:07:31.299165 | fa163e04-2df0-f988-2037-000000000b41 | TASK | create logs directory 2026-02-19 22:07:31.568380 | fa163e04-2df0-f988-2037-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-19 22:07:31.570551 | fa163e04-2df0-f988-2037-000000000b41 | TIMING | create logs directory | standalone | 0:01:45.397784 | 0.27s 2026-02-19 22:07:31.751809 | fa163e04-2df0-f988-2037-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-02-19 22:07:31.752909 | fa163e04-2df0-f988-2037-000000000b41 | TIMING | create logs directory | standalone | 0:01:45.580150 | 0.45s 2026-02-19 22:07:31.759780 | fa163e04-2df0-f988-2037-000000000b41 | TIMING | create logs directory | standalone | 0:01:45.587014 | 0.46s 2026-02-19 22:07:31.787248 | fa163e04-2df0-f988-2037-000000000b42 | TASK | Mount Gnocchi NFS on host 2026-02-19 22:07:31.815432 | fa163e04-2df0-f988-2037-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-02-19 22:07:31.816551 | fa163e04-2df0-f988-2037-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:45.643789 | 0.03s 2026-02-19 22:07:31.841589 | fa163e04-2df0-f988-2037-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2026-02-19 22:07:32.065145 | fa163e04-2df0-f988-2037-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-02-19 22:07:32.066717 | fa163e04-2df0-f988-2037-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:45.893951 | 0.22s 2026-02-19 22:07:32.092779 | fa163e04-2df0-f988-2037-000000000b44 | TASK | create persistent directories 2026-02-19 22:07:32.335178 | fa163e04-2df0-f988-2037-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-19 22:07:32.337185 | fa163e04-2df0-f988-2037-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.164420 | 0.24s 2026-02-19 22:07:32.347342 | fa163e04-2df0-f988-2037-000000000b44 | TIMING | create persistent directories | standalone | 0:01:46.174576 | 0.25s 2026-02-19 22:07:32.373045 | fa163e04-2df0-f988-2037-000000000b45 | TASK | create persistent data directory 2026-02-19 22:07:32.602719 | fa163e04-2df0-f988-2037-000000000b45 | OK | create persistent data directory | standalone 2026-02-19 22:07:32.604102 | fa163e04-2df0-f988-2037-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:46.431341 | 0.23s 2026-02-19 22:07:32.629285 | fa163e04-2df0-f988-2037-000000000b46 | TASK | get parameters 2026-02-19 22:07:32.668047 | fa163e04-2df0-f988-2037-000000000b46 | OK | get parameters | standalone 2026-02-19 22:07:32.669075 | fa163e04-2df0-f988-2037-000000000b46 | TIMING | get parameters | standalone | 0:01:46.496313 | 0.04s 2026-02-19 22:07:32.694018 | fa163e04-2df0-f988-2037-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2026-02-19 22:07:32.737056 | fa163e04-2df0-f988-2037-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2026-02-19 22:07:32.738111 | fa163e04-2df0-f988-2037-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:46.565351 | 0.04s 2026-02-19 22:07:32.762304 | fa163e04-2df0-f988-2037-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2026-02-19 22:07:32.805082 | fa163e04-2df0-f988-2037-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2026-02-19 22:07:32.806119 | fa163e04-2df0-f988-2037-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:46.633359 | 0.04s 2026-02-19 22:07:32.831019 | fa163e04-2df0-f988-2037-000000000b4a | TASK | get haproxy status 2026-02-19 22:07:32.880028 | fa163e04-2df0-f988-2037-000000000b4a | SKIPPED | get haproxy status | standalone 2026-02-19 22:07:32.881096 | fa163e04-2df0-f988-2037-000000000b4a | TIMING | get haproxy status | standalone | 0:01:46.708336 | 0.05s 2026-02-19 22:07:32.906473 | fa163e04-2df0-f988-2037-000000000b4b | TASK | get pacemaker status 2026-02-19 22:07:32.949115 | fa163e04-2df0-f988-2037-000000000b4b | SKIPPED | get pacemaker status | standalone 2026-02-19 22:07:32.950153 | fa163e04-2df0-f988-2037-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:46.777392 | 0.04s 2026-02-19 22:07:32.975021 | fa163e04-2df0-f988-2037-000000000b4c | TASK | get docker status 2026-02-19 22:07:33.023988 | fa163e04-2df0-f988-2037-000000000b4c | SKIPPED | get docker status | standalone 2026-02-19 22:07:33.025051 | fa163e04-2df0-f988-2037-000000000b4c | TIMING | get docker status | standalone | 0:01:46.852289 | 0.05s 2026-02-19 22:07:33.049722 | fa163e04-2df0-f988-2037-000000000b4d | TASK | get container_id 2026-02-19 22:07:33.101257 | fa163e04-2df0-f988-2037-000000000b4d | SKIPPED | get container_id | standalone 2026-02-19 22:07:33.102745 | fa163e04-2df0-f988-2037-000000000b4d | TIMING | get container_id | standalone | 0:01:46.929980 | 0.05s 2026-02-19 22:07:33.128438 | fa163e04-2df0-f988-2037-000000000b4e | TASK | get pcs resource name for haproxy container 2026-02-19 22:07:33.171496 | fa163e04-2df0-f988-2037-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2026-02-19 22:07:33.172663 | fa163e04-2df0-f988-2037-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:46.999900 | 0.04s 2026-02-19 22:07:33.198988 | fa163e04-2df0-f988-2037-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2026-02-19 22:07:33.248668 | fa163e04-2df0-f988-2037-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2026-02-19 22:07:33.250024 | fa163e04-2df0-f988-2037-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:47.077261 | 0.05s 2026-02-19 22:07:33.275881 | fa163e04-2df0-f988-2037-000000000b50 | TASK | push certificate content 2026-02-19 22:07:33.327305 | fa163e04-2df0-f988-2037-000000000b50 | SKIPPED | push certificate content | standalone 2026-02-19 22:07:33.328733 | fa163e04-2df0-f988-2037-000000000b50 | TIMING | push certificate content | standalone | 0:01:47.155964 | 0.05s 2026-02-19 22:07:33.353927 | fa163e04-2df0-f988-2037-000000000b52 | TASK | set certificate ownership 2026-02-19 22:07:33.404062 | fa163e04-2df0-f988-2037-000000000b52 | SKIPPED | set certificate ownership | standalone 2026-02-19 22:07:33.405391 | fa163e04-2df0-f988-2037-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:47.232627 | 0.05s 2026-02-19 22:07:33.432317 | fa163e04-2df0-f988-2037-000000000b53 | TASK | reload haproxy if enabled 2026-02-19 22:07:33.484026 | fa163e04-2df0-f988-2037-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2026-02-19 22:07:33.485333 | fa163e04-2df0-f988-2037-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:47.312571 | 0.05s 2026-02-19 22:07:33.512000 | fa163e04-2df0-f988-2037-000000000b54 | TASK | restart pacemaker resource for haproxy 2026-02-19 22:07:33.561987 | fa163e04-2df0-f988-2037-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2026-02-19 22:07:33.563225 | fa163e04-2df0-f988-2037-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:47.390463 | 0.05s 2026-02-19 22:07:33.588509 | fa163e04-2df0-f988-2037-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2026-02-19 22:07:33.639453 | fa163e04-2df0-f988-2037-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2026-02-19 22:07:33.640643 | fa163e04-2df0-f988-2037-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:47.467881 | 0.05s 2026-02-19 22:07:33.665981 | fa163e04-2df0-f988-2037-000000000b58 | TASK | create persistent directories 2026-02-19 22:07:33.928228 | fa163e04-2df0-f988-2037-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-02-19 22:07:33.930816 | fa163e04-2df0-f988-2037-000000000b58 | TIMING | create persistent directories | standalone | 0:01:47.758046 | 0.26s 2026-02-19 22:07:34.150780 | fa163e04-2df0-f988-2037-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-02-19 22:07:34.151933 | fa163e04-2df0-f988-2037-000000000b58 | TIMING | create persistent directories | standalone | 0:01:47.979174 | 0.48s 2026-02-19 22:07:34.158877 | fa163e04-2df0-f988-2037-000000000b58 | TIMING | create persistent directories | standalone | 0:01:47.986109 | 0.49s 2026-02-19 22:07:34.184885 | fa163e04-2df0-f988-2037-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2026-02-19 22:07:39.705902 | fa163e04-2df0-f988-2037-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-02-19 22:07:39.707422 | fa163e04-2df0-f988-2037-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:53.534660 | 5.52s 2026-02-19 22:07:39.733845 | fa163e04-2df0-f988-2037-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-02-19 22:07:39.815553 | fa163e04-2df0-f988-2037-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.70 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.26", " Config retrieval: 0.78", " Last run: 1771538859", " Total: 0.26", "Version:", " Config: 1771538858", " 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." ] } 2026-02-19 22:07:39.816788 | fa163e04-2df0-f988-2037-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:53.644027 | 0.08s 2026-02-19 22:07:39.844175 | fa163e04-2df0-f988-2037-000000000b5b | TASK | create persistent directories 2026-02-19 22:07:40.089647 | fa163e04-2df0-f988-2037-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 22:07:40.091740 | fa163e04-2df0-f988-2037-000000000b5b | TIMING | create persistent directories | standalone | 0:01:53.918977 | 0.25s 2026-02-19 22:07:40.261269 | fa163e04-2df0-f988-2037-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-02-19 22:07:40.262816 | fa163e04-2df0-f988-2037-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.090059 | 0.42s 2026-02-19 22:07:40.273532 | fa163e04-2df0-f988-2037-000000000b5b | TIMING | create persistent directories | standalone | 0:01:54.100773 | 0.43s 2026-02-19 22:07:40.299251 | fa163e04-2df0-f988-2037-000000000b5c | TASK | create persistent directories 2026-02-19 22:07:40.537449 | fa163e04-2df0-f988-2037-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 22:07:40.539024 | fa163e04-2df0-f988-2037-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.366261 | 0.24s 2026-02-19 22:07:40.707836 | fa163e04-2df0-f988-2037-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-02-19 22:07:40.708880 | fa163e04-2df0-f988-2037-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.536122 | 0.41s 2026-02-19 22:07:40.716113 | fa163e04-2df0-f988-2037-000000000b5c | TIMING | create persistent directories | standalone | 0:01:54.543355 | 0.42s 2026-02-19 22:07:40.742069 | fa163e04-2df0-f988-2037-000000000b5d | TASK | create persistent directories 2026-02-19 22:07:40.976037 | fa163e04-2df0-f988-2037-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 22:07:40.977885 | fa163e04-2df0-f988-2037-000000000b5d | TIMING | create persistent directories | standalone | 0:01:54.805123 | 0.23s 2026-02-19 22:07:40.988013 | fa163e04-2df0-f988-2037-000000000b5d | TIMING | create persistent directories | standalone | 0:01:54.815255 | 0.24s 2026-02-19 22:07:41.013749 | fa163e04-2df0-f988-2037-000000000b5e | TASK | create persistent directories 2026-02-19 22:07:41.339754 | fa163e04-2df0-f988-2037-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-02-19 22:07:41.341921 | fa163e04-2df0-f988-2037-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.169158 | 0.33s 2026-02-19 22:07:41.566871 | fa163e04-2df0-f988-2037-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-02-19 22:07:41.568435 | fa163e04-2df0-f988-2037-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.395678 | 0.55s 2026-02-19 22:07:41.790361 | fa163e04-2df0-f988-2037-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-02-19 22:07:41.791933 | fa163e04-2df0-f988-2037-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.619174 | 0.78s 2026-02-19 22:07:41.982338 | fa163e04-2df0-f988-2037-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-02-19 22:07:41.984213 | fa163e04-2df0-f988-2037-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.811455 | 0.97s 2026-02-19 22:07:41.995371 | fa163e04-2df0-f988-2037-000000000b5e | TIMING | create persistent directories | standalone | 0:01:55.822613 | 0.98s 2026-02-19 22:07:42.024738 | fa163e04-2df0-f988-2037-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2026-02-19 22:07:42.457600 | fa163e04-2df0-f988-2037-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-02-19 22:07:42.458966 | fa163e04-2df0-f988-2037-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:56.286178 | 0.43s 2026-02-19 22:07:42.485036 | fa163e04-2df0-f988-2037-000000000b60 | TASK | create fcontext entry for iscsi 2026-02-19 22:07:43.768240 | fa163e04-2df0-f988-2037-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-19 22:07:43.770619 | fa163e04-2df0-f988-2037-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:57.597854 | 1.28s 2026-02-19 22:07:45.027617 | fa163e04-2df0-f988-2037-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-19 22:07:45.029096 | fa163e04-2df0-f988-2037-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:58.856342 | 2.54s 2026-02-19 22:07:46.265422 | fa163e04-2df0-f988-2037-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-19 22:07:46.266709 | fa163e04-2df0-f988-2037-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.093950 | 3.78s 2026-02-19 22:07:46.273076 | fa163e04-2df0-f988-2037-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.100309 | 3.79s 2026-02-19 22:07:46.301064 | fa163e04-2df0-f988-2037-000000000b61 | TASK | create persistent directories 2026-02-19 22:07:46.587056 | fa163e04-2df0-f988-2037-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-19 22:07:46.589524 | fa163e04-2df0-f988-2037-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.416760 | 0.29s 2026-02-19 22:07:46.803267 | fa163e04-2df0-f988-2037-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-19 22:07:46.804742 | fa163e04-2df0-f988-2037-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.631989 | 0.50s 2026-02-19 22:07:47.049967 | fa163e04-2df0-f988-2037-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-19 22:07:47.050656 | fa163e04-2df0-f988-2037-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.877904 | 0.75s 2026-02-19 22:07:47.056462 | fa163e04-2df0-f988-2037-000000000b61 | TIMING | create persistent directories | standalone | 0:02:00.883703 | 0.75s 2026-02-19 22:07:47.074441 | fa163e04-2df0-f988-2037-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2026-02-19 22:07:47.300825 | fa163e04-2df0-f988-2037-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-02-19 22:07:47.302272 | fa163e04-2df0-f988-2037-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:01.129511 | 0.23s 2026-02-19 22:07:47.327816 | fa163e04-2df0-f988-2037-000000000b63 | TASK | Stop and disable iscsid.socket service 2026-02-19 22:07:47.356816 | fa163e04-2df0-f988-2037-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-02-19 22:07:47.357886 | fa163e04-2df0-f988-2037-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:01.185125 | 0.03s 2026-02-19 22:07:47.382656 | fa163e04-2df0-f988-2037-000000000b64 | TASK | Check if iscsi.service is enabled 2026-02-19 22:07:47.625723 | fa163e04-2df0-f988-2037-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2026-02-19 22:07:47.627228 | fa163e04-2df0-f988-2037-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:01.454466 | 0.24s 2026-02-19 22:07:47.652710 | fa163e04-2df0-f988-2037-000000000b65 | TASK | Stop iscsi.service 2026-02-19 22:07:47.694454 | fa163e04-2df0-f988-2037-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2026-02-19 22:07:47.695776 | fa163e04-2df0-f988-2037-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:01.523012 | 0.04s 2026-02-19 22:07:47.749991 | fa163e04-2df0-f988-2037-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:01.577192 | 0.03s 2026-02-19 22:07:47.842034 | fa163e04-2df0-f988-2037-000000001069 | TASK | Install additional packages 2026-02-19 22:07:47.860996 | fa163e04-2df0-f988-2037-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:01.688234 | 0.02s 2026-02-19 22:07:47.878880 | fa163e04-2df0-f988-2037-00000000106a | TASK | Remove dracut-config-generic 2026-02-19 22:07:51.731304 | fa163e04-2df0-f988-2037-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2026-02-19 22:07:51.732409 | fa163e04-2df0-f988-2037-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:05.559653 | 3.85s 2026-02-19 22:07:51.754095 | fa163e04-2df0-f988-2037-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-02-19 22:07:51.954870 | fa163e04-2df0-f988-2037-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-02-19 22:07:51.956248 | fa163e04-2df0-f988-2037-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:05.783485 | 0.20s 2026-02-19 22:07:51.982380 | fa163e04-2df0-f988-2037-00000000106c | TASK | Write list of modules to load at boot 2026-02-19 22:07:52.423786 | fa163e04-2df0-f988-2037-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2026-02-19 22:07:52.425465 | fa163e04-2df0-f988-2037-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:06.252697 | 0.44s 2026-02-19 22:07:52.453896 | fa163e04-2df0-f988-2037-00000000106d | TASK | Modules reload 2026-02-19 22:07:52.949226 | fa163e04-2df0-f988-2037-00000000106d | CHANGED | Modules reload | standalone 2026-02-19 22:07:52.951648 | fa163e04-2df0-f988-2037-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:06.778879 | 0.50s 2026-02-19 22:07:52.979696 | fa163e04-2df0-f988-2037-00000000106e | TASK | Set default sysctl options 2026-02-19 22:07:53.464922 | fa163e04-2df0-f988-2037-00000000106e | CHANGED | Set default sysctl options | standalone 2026-02-19 22:07:53.466536 | fa163e04-2df0-f988-2037-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:07.293769 | 0.49s 2026-02-19 22:07:53.493309 | fa163e04-2df0-f988-2037-00000000106f | TASK | Set extra sysctl options 2026-02-19 22:07:53.916332 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-02-19 22:07:53.918464 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.745698 | 0.42s 2026-02-19 22:07:54.163682 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-02-19 22:07:54.164496 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:07.991741 | 0.67s 2026-02-19 22:07:54.379511 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-02-19 22:07:54.380390 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.207636 | 0.88s 2026-02-19 22:07:54.595594 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-02-19 22:07:54.596450 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.423695 | 1.10s 2026-02-19 22:07:54.868287 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-02-19 22:07:54.869716 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.696955 | 1.37s 2026-02-19 22:07:55.125347 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-02-19 22:07:55.128710 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:08.955948 | 1.63s 2026-02-19 22:07:56.353928 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-02-19 22:07:56.354934 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.182176 | 2.86s 2026-02-19 22:07:56.591070 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-02-19 22:07:56.592655 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.419896 | 3.10s 2026-02-19 22:07:56.808176 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-02-19 22:07:56.809257 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.636498 | 3.31s 2026-02-19 22:07:57.022227 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-02-19 22:07:57.023581 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.850823 | 3.53s 2026-02-19 22:07:57.210577 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-02-19 22:07:57.211923 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.039164 | 3.72s 2026-02-19 22:07:57.393736 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-02-19 22:07:57.395099 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.222341 | 3.90s 2026-02-19 22:07:57.573863 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-02-19 22:07:57.575042 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.402284 | 4.08s 2026-02-19 22:07:57.791752 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-02-19 22:07:57.793744 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.620985 | 4.30s 2026-02-19 22:07:58.034422 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-02-19 22:07:58.035360 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.862602 | 4.54s 2026-02-19 22:07:58.255863 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-02-19 22:07:58.257801 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.085040 | 4.76s 2026-02-19 22:07:58.461204 | fa163e04-2df0-f988-2037-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-02-19 22:07:58.463228 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.290468 | 4.97s 2026-02-19 22:07:58.475625 | fa163e04-2df0-f988-2037-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.302858 | 4.98s 2026-02-19 22:07:58.505859 | fa163e04-2df0-f988-2037-000000001071 | TASK | Sysctl reload 2026-02-19 22:07:58.888040 | fa163e04-2df0-f988-2037-000000001071 | CHANGED | Sysctl reload | standalone 2026-02-19 22:07:58.890364 | fa163e04-2df0-f988-2037-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:12.717601 | 0.38s 2026-02-19 22:07:58.946677 | fa163e04-2df0-f988-2037-000000000b67 | TASK | create persistent directories 2026-02-19 22:07:59.195934 | fa163e04-2df0-f988-2037-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-02-19 22:07:59.197643 | fa163e04-2df0-f988-2037-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.024879 | 0.25s 2026-02-19 22:07:59.366715 | fa163e04-2df0-f988-2037-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-02-19 22:07:59.367429 | fa163e04-2df0-f988-2037-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.194678 | 0.42s 2026-02-19 22:07:59.371874 | fa163e04-2df0-f988-2037-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.199108 | 0.42s 2026-02-19 22:07:59.398679 | fa163e04-2df0-f988-2037-000000000b68 | TASK | Check if file certs_valid exist 2026-02-19 22:07:59.626034 | fa163e04-2df0-f988-2037-000000000b68 | OK | Check if file certs_valid exist | standalone 2026-02-19 22:07:59.627404 | fa163e04-2df0-f988-2037-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:13.454644 | 0.23s 2026-02-19 22:07:59.653567 | fa163e04-2df0-f988-2037-000000000b69 | TASK | Check if file cert9.db exist 2026-02-19 22:07:59.878186 | fa163e04-2df0-f988-2037-000000000b69 | OK | Check if file cert9.db exist | standalone 2026-02-19 22:07:59.879641 | fa163e04-2df0-f988-2037-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:13.706880 | 0.22s 2026-02-19 22:07:59.907248 | fa163e04-2df0-f988-2037-000000000b6a | TASK | Check if file key4.db exist 2026-02-19 22:08:00.127868 | fa163e04-2df0-f988-2037-000000000b6a | OK | Check if file key4.db exist | standalone 2026-02-19 22:08:00.129490 | fa163e04-2df0-f988-2037-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:13.956717 | 0.22s 2026-02-19 22:08:00.187451 | fa163e04-2df0-f988-2037-000000000b6b | SKIPPED | fail | standalone 2026-02-19 22:08:00.188780 | fa163e04-2df0-f988-2037-000000000b6b | TIMING | fail | standalone | 0:02:14.016018 | 0.03s 2026-02-19 22:08:00.215548 | fa163e04-2df0-f988-2037-000000000b6c | TASK | Create persistent directories 2026-02-19 22:08:00.462689 | fa163e04-2df0-f988-2037-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 22:08:00.465131 | fa163e04-2df0-f988-2037-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.292360 | 0.25s 2026-02-19 22:08:00.685787 | fa163e04-2df0-f988-2037-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-02-19 22:08:00.686991 | fa163e04-2df0-f988-2037-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.514230 | 0.47s 2026-02-19 22:08:00.693539 | fa163e04-2df0-f988-2037-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.520774 | 0.48s 2026-02-19 22:08:00.719652 | fa163e04-2df0-f988-2037-000000000b6d | TASK | create persistent directories 2026-02-19 22:08:00.969683 | fa163e04-2df0-f988-2037-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 22:08:00.971093 | fa163e04-2df0-f988-2037-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.798329 | 0.25s 2026-02-19 22:08:00.983095 | fa163e04-2df0-f988-2037-000000000b6d | TIMING | create persistent directories | standalone | 0:02:14.810330 | 0.26s 2026-02-19 22:08:01.010270 | fa163e04-2df0-f988-2037-000000000b6e | TASK | create persistent directories 2026-02-19 22:08:01.288446 | fa163e04-2df0-f988-2037-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 22:08:01.290119 | fa163e04-2df0-f988-2037-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.117354 | 0.28s 2026-02-19 22:08:01.510524 | fa163e04-2df0-f988-2037-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-02-19 22:08:01.511213 | fa163e04-2df0-f988-2037-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.338461 | 0.50s 2026-02-19 22:08:01.515131 | fa163e04-2df0-f988-2037-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.342365 | 0.50s 2026-02-19 22:08:01.541007 | fa163e04-2df0-f988-2037-000000000b6f | TASK | create persistent directories 2026-02-19 22:08:01.782216 | fa163e04-2df0-f988-2037-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-02-19 22:08:01.784115 | fa163e04-2df0-f988-2037-000000000b6f | TIMING | create persistent directories | standalone | 0:02:15.611351 | 0.24s 2026-02-19 22:08:01.793612 | fa163e04-2df0-f988-2037-000000000b6f | TIMING | create persistent directories | standalone | 0:02:15.620855 | 0.25s 2026-02-19 22:08:01.811194 | fa163e04-2df0-f988-2037-000000000b70 | TASK | create persistent directories 2026-02-19 22:08:02.068720 | fa163e04-2df0-f988-2037-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-02-19 22:08:02.070417 | fa163e04-2df0-f988-2037-000000000b70 | TIMING | create persistent directories | standalone | 0:02:15.897655 | 0.26s 2026-02-19 22:08:02.280902 | fa163e04-2df0-f988-2037-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-02-19 22:08:02.282843 | fa163e04-2df0-f988-2037-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.110084 | 0.47s 2026-02-19 22:08:02.512684 | fa163e04-2df0-f988-2037-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-02-19 22:08:02.513856 | fa163e04-2df0-f988-2037-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.341095 | 0.70s 2026-02-19 22:08:02.521755 | fa163e04-2df0-f988-2037-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.348988 | 0.71s 2026-02-19 22:08:02.549548 | fa163e04-2df0-f988-2037-000000000b71 | TASK | create persistent directories 2026-02-19 22:08:02.806614 | fa163e04-2df0-f988-2037-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-19 22:08:02.808899 | fa163e04-2df0-f988-2037-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.636135 | 0.26s 2026-02-19 22:08:03.018269 | fa163e04-2df0-f988-2037-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-02-19 22:08:03.019426 | fa163e04-2df0-f988-2037-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.846663 | 0.47s 2026-02-19 22:08:03.026713 | fa163e04-2df0-f988-2037-000000000b71 | TIMING | create persistent directories | standalone | 0:02:16.853946 | 0.48s 2026-02-19 22:08:03.053316 | fa163e04-2df0-f988-2037-000000000b72 | TASK | create persistent directories 2026-02-19 22:08:03.232733 | fa163e04-2df0-f988-2037-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-19 22:08:03.234648 | fa163e04-2df0-f988-2037-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.061885 | 0.18s 2026-02-19 22:08:03.244994 | fa163e04-2df0-f988-2037-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.072199 | 0.19s 2026-02-19 22:08:03.267937 | fa163e04-2df0-f988-2037-000000000b73 | TASK | creating directory 2026-02-19 22:08:03.488306 | fa163e04-2df0-f988-2037-000000000b73 | CHANGED | creating directory | standalone 2026-02-19 22:08:03.489086 | fa163e04-2df0-f988-2037-000000000b73 | TIMING | creating directory | standalone | 0:02:17.316334 | 0.22s 2026-02-19 22:08:03.509622 | fa163e04-2df0-f988-2037-000000000b74 | TASK | derive pci passthrough whitelist 2026-02-19 22:08:03.968749 | fa163e04-2df0-f988-2037-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2026-02-19 22:08:03.970232 | fa163e04-2df0-f988-2037-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:17.797471 | 0.46s 2026-02-19 22:08:03.996564 | fa163e04-2df0-f988-2037-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2026-02-19 22:08:04.764025 | fa163e04-2df0-f988-2037-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-02-19 22:08:04.765272 | fa163e04-2df0-f988-2037-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:18.592511 | 0.77s 2026-02-19 22:08:04.790379 | fa163e04-2df0-f988-2037-000000000b76 | TASK | create /run/netns with temp namespace 2026-02-19 22:08:05.002858 | fa163e04-2df0-f988-2037-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2026-02-19 22:08:05.004143 | fa163e04-2df0-f988-2037-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:18.831383 | 0.21s 2026-02-19 22:08:05.029569 | fa163e04-2df0-f988-2037-000000000b77 | TASK | remove temp namespace 2026-02-19 22:08:05.228116 | fa163e04-2df0-f988-2037-000000000b77 | CHANGED | remove temp namespace | standalone 2026-02-19 22:08:05.229330 | fa163e04-2df0-f988-2037-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:19.056570 | 0.20s 2026-02-19 22:08:05.254675 | fa163e04-2df0-f988-2037-000000000b78 | TASK | create /var/lib/neutron 2026-02-19 22:08:05.466482 | fa163e04-2df0-f988-2037-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2026-02-19 22:08:05.467759 | fa163e04-2df0-f988-2037-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:19.294998 | 0.21s 2026-02-19 22:08:05.492745 | fa163e04-2df0-f988-2037-000000000b79 | TASK | set conditions 2026-02-19 22:08:05.520122 | fa163e04-2df0-f988-2037-000000000b79 | OK | set conditions | standalone 2026-02-19 22:08:05.521191 | fa163e04-2df0-f988-2037-000000000b79 | TIMING | set conditions | standalone | 0:02:19.348431 | 0.03s 2026-02-19 22:08:05.549787 | fa163e04-2df0-f988-2037-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2026-02-19 22:08:05.781909 | fa163e04-2df0-f988-2037-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-02-19 22:08:05.783365 | fa163e04-2df0-f988-2037-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:19.610604 | 0.23s 2026-02-19 22:08:05.808336 | fa163e04-2df0-f988-2037-000000000b7b | TASK | create dnsmasq dhcp kill script 2026-02-19 22:08:06.325617 | fa163e04-2df0-f988-2037-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2026-02-19 22:08:06.327037 | fa163e04-2df0-f988-2037-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:20.154276 | 0.52s 2026-02-19 22:08:06.352297 | fa163e04-2df0-f988-2037-000000000b7c | TASK | create haproxy kill script 2026-02-19 22:08:06.723799 | fa163e04-2df0-f988-2037-000000000b7c | CHANGED | create haproxy kill script | standalone 2026-02-19 22:08:06.725124 | fa163e04-2df0-f988-2037-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:20.552361 | 0.37s 2026-02-19 22:08:06.750505 | fa163e04-2df0-f988-2037-000000000b7d | TASK | create persistent directories 2026-02-19 22:08:07.003430 | fa163e04-2df0-f988-2037-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 22:08:07.006299 | fa163e04-2df0-f988-2037-000000000b7d | TIMING | create persistent directories | standalone | 0:02:20.833532 | 0.25s 2026-02-19 22:08:07.211111 | fa163e04-2df0-f988-2037-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-02-19 22:08:07.213327 | fa163e04-2df0-f988-2037-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.040565 | 0.46s 2026-02-19 22:08:07.223660 | fa163e04-2df0-f988-2037-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.050894 | 0.47s 2026-02-19 22:08:07.249988 | fa163e04-2df0-f988-2037-000000000b7e | TASK | create persistent directories 2026-02-19 22:08:07.495658 | fa163e04-2df0-f988-2037-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 22:08:07.497315 | fa163e04-2df0-f988-2037-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.324543 | 0.25s 2026-02-19 22:08:07.506537 | fa163e04-2df0-f988-2037-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.333768 | 0.26s 2026-02-19 22:08:07.533457 | fa163e04-2df0-f988-2037-000000000b7f | TASK | create persistent directories 2026-02-19 22:08:07.776426 | fa163e04-2df0-f988-2037-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 22:08:07.779013 | fa163e04-2df0-f988-2037-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.606247 | 0.24s 2026-02-19 22:08:07.986909 | fa163e04-2df0-f988-2037-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-02-19 22:08:07.988151 | fa163e04-2df0-f988-2037-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.815390 | 0.45s 2026-02-19 22:08:07.997003 | fa163e04-2df0-f988-2037-000000000b7f | TIMING | create persistent directories | standalone | 0:02:21.824236 | 0.46s 2026-02-19 22:08:08.023914 | fa163e04-2df0-f988-2037-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2026-02-19 22:08:08.238488 | fa163e04-2df0-f988-2037-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-02-19 22:08:08.239820 | fa163e04-2df0-f988-2037-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:22.067060 | 0.21s 2026-02-19 22:08:08.265294 | fa163e04-2df0-f988-2037-000000000b81 | TASK | create persistent directories 2026-02-19 22:08:08.489259 | fa163e04-2df0-f988-2037-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-19 22:08:08.491699 | fa163e04-2df0-f988-2037-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.318935 | 0.23s 2026-02-19 22:08:08.684262 | fa163e04-2df0-f988-2037-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-02-19 22:08:08.685614 | fa163e04-2df0-f988-2037-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.512852 | 0.42s 2026-02-19 22:08:08.901703 | fa163e04-2df0-f988-2037-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-02-19 22:08:08.902783 | fa163e04-2df0-f988-2037-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.730024 | 0.64s 2026-02-19 22:08:09.080324 | fa163e04-2df0-f988-2037-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-19 22:08:09.081413 | fa163e04-2df0-f988-2037-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.908653 | 0.81s 2026-02-19 22:08:09.269149 | fa163e04-2df0-f988-2037-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-02-19 22:08:09.270902 | fa163e04-2df0-f988-2037-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.098143 | 1.00s 2026-02-19 22:08:09.282977 | fa163e04-2df0-f988-2037-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.110188 | 1.02s 2026-02-19 22:08:09.310165 | fa163e04-2df0-f988-2037-000000000b82 | TASK | ensure /run/nova is present upon reboot 2026-02-19 22:08:09.796072 | fa163e04-2df0-f988-2037-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-02-19 22:08:09.797402 | fa163e04-2df0-f988-2037-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:23.624640 | 0.49s 2026-02-19 22:08:09.824110 | fa163e04-2df0-f988-2037-000000000b83 | TASK | create tempfiles 2026-02-19 22:08:10.121316 | fa163e04-2df0-f988-2037-000000000b83 | CHANGED | create tempfiles | standalone 2026-02-19 22:08:10.122804 | fa163e04-2df0-f988-2037-000000000b83 | TIMING | create tempfiles | standalone | 0:02:23.950042 | 0.30s 2026-02-19 22:08:10.148525 | fa163e04-2df0-f988-2037-000000000b84 | TASK | Mount Nova NFS Share 2026-02-19 22:08:10.182497 | fa163e04-2df0-f988-2037-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2026-02-19 22:08:10.183693 | fa163e04-2df0-f988-2037-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:24.010931 | 0.03s 2026-02-19 22:08:10.208640 | fa163e04-2df0-f988-2037-000000000b86 | TASK | check systemd-container package installed or not 2026-02-19 22:08:10.239759 | fa163e04-2df0-f988-2037-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2026-02-19 22:08:10.240837 | fa163e04-2df0-f988-2037-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:24.068076 | 0.03s 2026-02-19 22:08:10.268661 | fa163e04-2df0-f988-2037-000000000b87 | TASK | get latest package from downloaded package versions 2026-02-19 22:08:10.302260 | fa163e04-2df0-f988-2037-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2026-02-19 22:08:10.303691 | fa163e04-2df0-f988-2037-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:24.130927 | 0.03s 2026-02-19 22:08:10.329650 | fa163e04-2df0-f988-2037-000000000b88 | TASK | Install systemd-container package on boot 2026-02-19 22:08:10.358658 | fa163e04-2df0-f988-2037-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2026-02-19 22:08:10.359840 | fa163e04-2df0-f988-2037-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:24.187076 | 0.03s 2026-02-19 22:08:10.385262 | fa163e04-2df0-f988-2037-000000000b89 | TASK | enable install-systemd-container on compute boot 2026-02-19 22:08:10.415867 | fa163e04-2df0-f988-2037-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-02-19 22:08:10.417021 | fa163e04-2df0-f988-2037-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:24.244260 | 0.03s 2026-02-19 22:08:10.442536 | fa163e04-2df0-f988-2037-000000000b8a | TASK | check if install-systemd-container service exists 2026-02-19 22:08:10.474693 | fa163e04-2df0-f988-2037-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2026-02-19 22:08:10.476340 | fa163e04-2df0-f988-2037-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:24.303575 | 0.03s 2026-02-19 22:08:10.503162 | fa163e04-2df0-f988-2037-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2026-02-19 22:08:10.535754 | fa163e04-2df0-f988-2037-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-02-19 22:08:10.537114 | fa163e04-2df0-f988-2037-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:24.364345 | 0.03s 2026-02-19 22:08:10.564198 | fa163e04-2df0-f988-2037-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2026-02-19 22:08:10.606685 | fa163e04-2df0-f988-2037-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-02-19 22:08:10.608497 | fa163e04-2df0-f988-2037-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:24.435731 | 0.04s 2026-02-19 22:08:10.639439 | fa163e04-2df0-f988-2037-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-02-19 22:08:10.674895 | fa163e04-2df0-f988-2037-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-02-19 22:08:10.676110 | fa163e04-2df0-f988-2037-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:24.503343 | 0.04s 2026-02-19 22:08:10.701719 | fa163e04-2df0-f988-2037-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-19 22:08:10.734006 | fa163e04-2df0-f988-2037-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-19 22:08:10.735243 | fa163e04-2df0-f988-2037-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.562479 | 0.03s 2026-02-19 22:08:10.761383 | fa163e04-2df0-f988-2037-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-02-19 22:08:10.794049 | fa163e04-2df0-f988-2037-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-19 22:08:10.795910 | fa163e04-2df0-f988-2037-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:24.623137 | 0.03s 2026-02-19 22:08:10.822716 | fa163e04-2df0-f988-2037-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-02-19 22:08:10.856003 | fa163e04-2df0-f988-2037-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-02-19 22:08:10.857211 | fa163e04-2df0-f988-2037-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:24.684449 | 0.03s 2026-02-19 22:08:10.884984 | fa163e04-2df0-f988-2037-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-02-19 22:08:10.918039 | fa163e04-2df0-f988-2037-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-02-19 22:08:10.919318 | fa163e04-2df0-f988-2037-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:24.746552 | 0.03s 2026-02-19 22:08:10.945750 | fa163e04-2df0-f988-2037-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-19 22:08:10.977561 | fa163e04-2df0-f988-2037-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-19 22:08:10.978715 | fa163e04-2df0-f988-2037-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:24.805952 | 0.03s 2026-02-19 22:08:11.004915 | fa163e04-2df0-f988-2037-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-02-19 22:08:11.036674 | fa163e04-2df0-f988-2037-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-19 22:08:11.037831 | fa163e04-2df0-f988-2037-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:24.865067 | 0.03s 2026-02-19 22:08:11.065826 | fa163e04-2df0-f988-2037-000000000b98 | TASK | Do we prepend nova startup with a delay 2026-02-19 22:08:11.100661 | fa163e04-2df0-f988-2037-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2026-02-19 22:08:11.101783 | fa163e04-2df0-f988-2037-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:24.929020 | 0.03s 2026-02-19 22:08:11.126266 | fa163e04-2df0-f988-2037-000000000b99 | TASK | install nova-compute delay wrapper script 2026-02-19 22:08:11.175970 | fa163e04-2df0-f988-2037-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-02-19 22:08:11.177358 | fa163e04-2df0-f988-2037-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:25.004595 | 0.05s 2026-02-19 22:08:11.203156 | fa163e04-2df0-f988-2037-000000000b9a | TASK | Is irqbalance enabled 2026-02-19 22:08:11.237469 | fa163e04-2df0-f988-2037-000000000b9a | OK | Is irqbalance enabled | standalone 2026-02-19 22:08:11.238597 | fa163e04-2df0-f988-2037-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:25.065837 | 0.03s 2026-02-19 22:08:11.263740 | fa163e04-2df0-f988-2037-000000000b9b | TASK | disable irqbalance service on compute 2026-02-19 22:08:11.296526 | fa163e04-2df0-f988-2037-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2026-02-19 22:08:11.297607 | fa163e04-2df0-f988-2037-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:25.124844 | 0.03s 2026-02-19 22:08:11.322699 | fa163e04-2df0-f988-2037-000000000b9c | TASK | create persistent directories 2026-02-19 22:08:11.568764 | fa163e04-2df0-f988-2037-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-02-19 22:08:11.571307 | fa163e04-2df0-f988-2037-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.398543 | 0.25s 2026-02-19 22:08:11.581155 | fa163e04-2df0-f988-2037-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.408386 | 0.26s 2026-02-19 22:08:11.607512 | fa163e04-2df0-f988-2037-000000000b9d | TASK | create libvirt persistent data directories 2026-02-19 22:08:11.856596 | fa163e04-2df0-f988-2037-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-02-19 22:08:11.858329 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.685564 | 0.25s 2026-02-19 22:08:12.076973 | fa163e04-2df0-f988-2037-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-02-19 22:08:12.078983 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:25.906192 | 0.47s 2026-02-19 22:08:12.293591 | fa163e04-2df0-f988-2037-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-02-19 22:08:12.295338 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.122578 | 0.69s 2026-02-19 22:08:12.515381 | fa163e04-2df0-f988-2037-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-19 22:08:12.516572 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.343812 | 0.91s 2026-02-19 22:08:12.752865 | fa163e04-2df0-f988-2037-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-02-19 22:08:12.754935 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.582175 | 1.15s 2026-02-19 22:08:12.985192 | fa163e04-2df0-f988-2037-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-19 22:08:12.986374 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.813614 | 1.38s 2026-02-19 22:08:13.213462 | fa163e04-2df0-f988-2037-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-02-19 22:08:13.215347 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.042588 | 1.61s 2026-02-19 22:08:13.461571 | fa163e04-2df0-f988-2037-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-02-19 22:08:13.463214 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.290456 | 1.85s 2026-02-19 22:08:13.475998 | fa163e04-2df0-f988-2037-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.303225 | 1.87s 2026-02-19 22:08:13.505640 | fa163e04-2df0-f988-2037-000000000b9e | TASK | ensure qemu group is present on the host 2026-02-19 22:08:13.996236 | fa163e04-2df0-f988-2037-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2026-02-19 22:08:13.997974 | fa163e04-2df0-f988-2037-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:27.825176 | 0.49s 2026-02-19 22:08:14.024306 | fa163e04-2df0-f988-2037-000000000b9f | TASK | ensure qemu user is present on the host 2026-02-19 22:08:14.573958 | fa163e04-2df0-f988-2037-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2026-02-19 22:08:14.575865 | fa163e04-2df0-f988-2037-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:28.403098 | 0.55s 2026-02-19 22:08:14.603802 | fa163e04-2df0-f988-2037-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2026-02-19 22:08:14.840891 | fa163e04-2df0-f988-2037-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-02-19 22:08:14.842639 | fa163e04-2df0-f988-2037-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:28.669876 | 0.24s 2026-02-19 22:08:14.868376 | fa163e04-2df0-f988-2037-000000000ba1 | TASK | check if libvirt is installed 2026-02-19 22:08:15.093824 | fa163e04-2df0-f988-2037-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2026-02-19 22:08:15.095384 | fa163e04-2df0-f988-2037-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:28.922621 | 0.23s 2026-02-19 22:08:15.122905 | fa163e04-2df0-f988-2037-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2026-02-19 22:08:15.169493 | fa163e04-2df0-f988-2037-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-02-19 22:08:15.175547 | fa163e04-2df0-f988-2037-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-02-19 22:08:15.181585 | fa163e04-2df0-f988-2037-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:29.008779 | 0.06s 2026-02-19 22:08:15.208221 | fa163e04-2df0-f988-2037-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2026-02-19 22:08:15.717900 | fa163e04-2df0-f988-2037-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-02-19 22:08:15.719388 | fa163e04-2df0-f988-2037-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:29.546628 | 0.51s 2026-02-19 22:08:15.745365 | fa163e04-2df0-f988-2037-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-02-19 22:08:16.720725 | fa163e04-2df0-f988-2037-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-02-19 22:08:16.722466 | fa163e04-2df0-f988-2037-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:30.549704 | 0.98s 2026-02-19 22:08:16.749471 | fa163e04-2df0-f988-2037-000000000ba5 | TASK | remove gnutls-qemu.config 2026-02-19 22:08:16.975155 | fa163e04-2df0-f988-2037-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2026-02-19 22:08:16.976683 | fa163e04-2df0-f988-2037-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:30.803918 | 0.23s 2026-02-19 22:08:17.002322 | fa163e04-2df0-f988-2037-000000000ba6 | TASK | update crypto policies 2026-02-19 22:08:17.032336 | fa163e04-2df0-f988-2037-000000000ba6 | SKIPPED | update crypto policies | standalone 2026-02-19 22:08:17.033495 | fa163e04-2df0-f988-2037-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:30.860733 | 0.03s 2026-02-19 22:08:17.059967 | fa163e04-2df0-f988-2037-000000000ba7 | TASK | Create libvirt persistent data directories 2026-02-19 22:08:17.299532 | fa163e04-2df0-f988-2037-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-02-19 22:08:17.300539 | fa163e04-2df0-f988-2037-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.127784 | 0.24s 2026-02-19 22:08:17.305368 | fa163e04-2df0-f988-2037-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.132611 | 0.24s 2026-02-19 22:08:17.330799 | fa163e04-2df0-f988-2037-000000000ba8 | TASK | create persistent directories 2026-02-19 22:08:17.589864 | fa163e04-2df0-f988-2037-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-19 22:08:17.590860 | fa163e04-2df0-f988-2037-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.418106 | 0.26s 2026-02-19 22:08:17.799822 | fa163e04-2df0-f988-2037-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-19 22:08:17.801731 | fa163e04-2df0-f988-2037-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.628971 | 0.47s 2026-02-19 22:08:17.811868 | fa163e04-2df0-f988-2037-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.639111 | 0.48s 2026-02-19 22:08:17.837905 | fa163e04-2df0-f988-2037-000000000ba9 | TASK | Copy in cleanup script 2026-02-19 22:08:18.369568 | fa163e04-2df0-f988-2037-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2026-02-19 22:08:18.371100 | fa163e04-2df0-f988-2037-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:32.198338 | 0.53s 2026-02-19 22:08:18.397119 | fa163e04-2df0-f988-2037-000000000baa | TASK | Copy in cleanup service 2026-02-19 22:08:18.895717 | fa163e04-2df0-f988-2037-000000000baa | CHANGED | Copy in cleanup service | standalone 2026-02-19 22:08:18.896673 | fa163e04-2df0-f988-2037-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:32.723919 | 0.50s 2026-02-19 22:08:18.915155 | fa163e04-2df0-f988-2037-000000000bab | TASK | Enabling the cleanup service 2026-02-19 22:08:19.652317 | fa163e04-2df0-f988-2037-000000000bab | CHANGED | Enabling the cleanup service | standalone 2026-02-19 22:08:19.654159 | fa163e04-2df0-f988-2037-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:33.481397 | 0.74s 2026-02-19 22:08:19.680794 | fa163e04-2df0-f988-2037-000000000bac | TASK | create persistent directories 2026-02-19 22:08:19.949668 | fa163e04-2df0-f988-2037-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-19 22:08:19.951306 | fa163e04-2df0-f988-2037-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.778542 | 0.27s 2026-02-19 22:08:20.184122 | fa163e04-2df0-f988-2037-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-19 22:08:20.185879 | fa163e04-2df0-f988-2037-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.013119 | 0.50s 2026-02-19 22:08:20.196564 | fa163e04-2df0-f988-2037-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.023732 | 0.51s 2026-02-19 22:08:20.223124 | fa163e04-2df0-f988-2037-000000000bad | TASK | set conditions 2026-02-19 22:08:20.251182 | fa163e04-2df0-f988-2037-000000000bad | OK | set conditions | standalone 2026-02-19 22:08:20.252349 | fa163e04-2df0-f988-2037-000000000bad | TIMING | set conditions | standalone | 0:02:34.079589 | 0.03s 2026-02-19 22:08:20.278287 | fa163e04-2df0-f988-2037-000000000bae | TASK | create persistent directories 2026-02-19 22:08:20.537095 | fa163e04-2df0-f988-2037-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 22:08:20.538653 | fa163e04-2df0-f988-2037-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.365886 | 0.26s 2026-02-19 22:08:20.789799 | fa163e04-2df0-f988-2037-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-02-19 22:08:20.791702 | fa163e04-2df0-f988-2037-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.618939 | 0.51s 2026-02-19 22:08:21.030582 | fa163e04-2df0-f988-2037-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-02-19 22:08:21.031672 | fa163e04-2df0-f988-2037-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.858913 | 0.75s 2026-02-19 22:08:21.039079 | fa163e04-2df0-f988-2037-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.866316 | 0.76s 2026-02-19 22:08:21.057732 | fa163e04-2df0-f988-2037-000000000baf | TASK | ensure /run/octavia is present upon reboot 2026-02-19 22:08:21.491461 | fa163e04-2df0-f988-2037-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-02-19 22:08:21.492584 | fa163e04-2df0-f988-2037-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:35.319827 | 0.43s 2026-02-19 22:08:21.517816 | fa163e04-2df0-f988-2037-000000000bb0 | TASK | create persistent directories 2026-02-19 22:08:21.757917 | fa163e04-2df0-f988-2037-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 22:08:21.759590 | fa163e04-2df0-f988-2037-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.586827 | 0.24s 2026-02-19 22:08:21.931636 | fa163e04-2df0-f988-2037-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-02-19 22:08:21.933437 | fa163e04-2df0-f988-2037-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.760672 | 0.41s 2026-02-19 22:08:21.944809 | fa163e04-2df0-f988-2037-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.772035 | 0.43s 2026-02-19 22:08:21.972769 | fa163e04-2df0-f988-2037-000000000bb1 | TASK | create empty log files 2026-02-19 22:08:22.217460 | fa163e04-2df0-f988-2037-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2026-02-19 22:08:22.220212 | fa163e04-2df0-f988-2037-000000000bb1 | TIMING | create empty log files | standalone | 0:02:36.047442 | 0.25s 2026-02-19 22:08:22.391548 | fa163e04-2df0-f988-2037-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-02-19 22:08:22.393685 | fa163e04-2df0-f988-2037-000000000bb1 | TIMING | create empty log files | standalone | 0:02:36.220911 | 0.42s 2026-02-19 22:08:22.404482 | fa163e04-2df0-f988-2037-000000000bb1 | TIMING | create empty log files | standalone | 0:02:36.231713 | 0.43s 2026-02-19 22:08:22.433554 | fa163e04-2df0-f988-2037-000000000bb2 | TASK | create persistent directories 2026-02-19 22:08:22.666788 | fa163e04-2df0-f988-2037-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 22:08:22.668464 | fa163e04-2df0-f988-2037-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:36.495698 | 0.23s 2026-02-19 22:08:22.675335 | fa163e04-2df0-f988-2037-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:36.502565 | 0.24s 2026-02-19 22:08:22.707181 | fa163e04-2df0-f988-2037-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2026-02-19 22:08:25.596231 | fa163e04-2df0-f988-2037-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2026-02-19 22:08:25.597768 | fa163e04-2df0-f988-2037-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:39.425006 | 2.89s 2026-02-19 22:08:25.651562 | fa163e04-2df0-f988-2037-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:39.478792 | 0.03s 2026-02-19 22:08:25.715414 | fa163e04-2df0-f988-2037-000000001297 | TASK | Gather variables for each operating system 2026-02-19 22:08:25.817530 | fa163e04-2df0-f988-2037-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:39.644757 | 0.10s 2026-02-19 22:08:25.850845 | fa163e04-2df0-f988-2037-000000001298 | TASK | Set packages facts 2026-02-19 22:08:25.903842 | fa163e04-2df0-f988-2037-000000001298 | OK | Set packages facts | standalone 2026-02-19 22:08:25.905377 | fa163e04-2df0-f988-2037-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:39.732616 | 0.05s 2026-02-19 22:08:25.931571 | fa163e04-2df0-f988-2037-000000001299 | TASK | Manage package 2026-02-19 22:08:25.990431 | fa163e04-2df0-f988-2037-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2026-02-19 22:08:26.006372 | fa163e04-2df0-f988-2037-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2026-02-19 22:08:26.023824 | fa163e04-2df0-f988-2037-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2026-02-19 22:08:30.641013 | fa163e04-2df0-f988-2037-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.468234 | 4.71s 2026-02-19 22:08:30.665852 | fa163e04-2df0-f988-2037-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2026-02-19 22:08:30.679154 | fa163e04-2df0-f988-2037-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.506386 | 4.75s 2026-02-19 22:08:30.733121 | fa163e04-2df0-f988-2037-000000000bb7 | TASK | create fcontext for rabbitmq data 2026-02-19 22:08:31.941401 | fa163e04-2df0-f988-2037-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2026-02-19 22:08:31.943264 | fa163e04-2df0-f988-2037-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:45.770499 | 1.21s 2026-02-19 22:08:31.969843 | fa163e04-2df0-f988-2037-000000000bb8 | TASK | create persistent directories 2026-02-19 22:08:32.207291 | fa163e04-2df0-f988-2037-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-02-19 22:08:32.208926 | fa163e04-2df0-f988-2037-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:46.036163 | 0.24s 2026-02-19 22:08:32.390995 | fa163e04-2df0-f988-2037-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-02-19 22:08:32.392696 | fa163e04-2df0-f988-2037-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:46.219937 | 0.42s 2026-02-19 22:08:32.402460 | fa163e04-2df0-f988-2037-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:46.229702 | 0.43s 2026-02-19 22:08:32.420081 | fa163e04-2df0-f988-2037-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-02-19 22:08:32.668859 | fa163e04-2df0-f988-2037-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-02-19 22:08:32.670180 | fa163e04-2df0-f988-2037-000000000bb9 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:46.497418 | 0.25s 2026-02-19 22:08:32.695162 | fa163e04-2df0-f988-2037-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-02-19 22:08:32.722143 | fa163e04-2df0-f988-2037-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-02-19 22:08:32.723334 | fa163e04-2df0-f988-2037-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:46.550571 | 0.03s 2026-02-19 22:08:32.748580 | fa163e04-2df0-f988-2037-000000000bbb | TASK | Remove existing entries from logind conf 2026-02-19 22:08:32.980328 | fa163e04-2df0-f988-2037-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2026-02-19 22:08:32.981059 | fa163e04-2df0-f988-2037-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:46.808306 | 0.23s 2026-02-19 22:08:32.997883 | fa163e04-2df0-f988-2037-000000000bbc | TASK | Make sure systemd-logind ignores power off 2026-02-19 22:08:33.178794 | fa163e04-2df0-f988-2037-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-02-19 22:08:33.179568 | fa163e04-2df0-f988-2037-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:47.006816 | 0.18s 2026-02-19 22:08:33.196745 | fa163e04-2df0-f988-2037-000000000bbd | TASK | Restart systemd-logind 2026-02-19 22:08:33.720621 | fa163e04-2df0-f988-2037-000000000bbd | CHANGED | Restart systemd-logind | standalone 2026-02-19 22:08:33.722466 | fa163e04-2df0-f988-2037-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:47.549706 | 0.52s 2026-02-19 22:08:33.748730 | fa163e04-2df0-f988-2037-000000000bbe | 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}} 2026-02-19 22:08:33.822066 | fa163e04-2df0-f988-2037-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-02-19 22:08:33.822856 | fa163e04-2df0-f988-2037-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:47.650094 | 0.07s 2026-02-19 22:08:33.847763 | fa163e04-2df0-f988-2037-000000000bbf | 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}} 2026-02-19 22:08:33.919809 | fa163e04-2df0-f988-2037-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-02-19 22:08:33.920837 | fa163e04-2df0-f988-2037-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:47.748074 | 0.07s 2026-02-19 22:08:33.946427 | fa163e04-2df0-f988-2037-000000000bc0 | TASK | create persistent logs directory 2026-02-19 22:08:34.248350 | fa163e04-2df0-f988-2037-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-02-19 22:08:34.250530 | fa163e04-2df0-f988-2037-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:48.077755 | 0.30s 2026-02-19 22:08:34.447053 | fa163e04-2df0-f988-2037-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-02-19 22:08:34.449097 | fa163e04-2df0-f988-2037-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:48.276336 | 0.50s 2026-02-19 22:08:34.459452 | fa163e04-2df0-f988-2037-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:48.286694 | 0.51s 2026-02-19 22:08:34.494595 | fa163e04-2df0-f988-2037-000000000bc2 | TASK | Set login facts 2026-02-19 22:08:34.530881 | fa163e04-2df0-f988-2037-000000000bc2 | OK | Set login facts | standalone 2026-02-19 22:08:34.532535 | fa163e04-2df0-f988-2037-000000000bc2 | TIMING | Set login facts | standalone | 0:02:48.359768 | 0.04s 2026-02-19 22:08:34.560670 | fa163e04-2df0-f988-2037-000000000bc3 | TASK | Convert logins json to dict 2026-02-19 22:08:34.618092 | fa163e04-2df0-f988-2037-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2026-02-19 22:08:34.619731 | fa163e04-2df0-f988-2037-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:48.446964 | 0.06s 2026-02-19 22:08:34.647311 | fa163e04-2df0-f988-2037-000000000bc4 | TASK | Set registry logins 2026-02-19 22:08:34.698217 | fa163e04-2df0-f988-2037-000000000bc4 | SKIPPED | Set registry logins | standalone 2026-02-19 22:08:34.699376 | fa163e04-2df0-f988-2037-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:48.526614 | 0.05s 2026-02-19 22:08:34.724980 | fa163e04-2df0-f988-2037-000000000bc5 | TASK | Run podman install 2026-02-19 22:08:34.754725 | fa163e04-2df0-f988-2037-000000000bc5 | TIMING | Run podman install | standalone | 0:02:48.581958 | 0.03s 2026-02-19 22:08:34.838997 | fa163e04-2df0-f988-2037-000000001329 | TASK | Gather variables for each operating system 2026-02-19 22:08:34.987095 | fa163e04-2df0-f988-2037-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-02-19 22:08:34.989830 | fa163e04-2df0-f988-2037-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.817057 | 0.15s 2026-02-19 22:08:34.999627 | fa163e04-2df0-f988-2037-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.826854 | 0.16s 2026-02-19 22:08:35.027676 | fa163e04-2df0-f988-2037-00000000132b | TASK | ensure podman and deps are installed 2026-02-19 22:08:37.953790 | fa163e04-2df0-f988-2037-00000000132b | OK | ensure podman and deps are installed | standalone 2026-02-19 22:08:37.955103 | fa163e04-2df0-f988-2037-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:51.782342 | 2.93s 2026-02-19 22:08:37.981446 | fa163e04-2df0-f988-2037-00000000132c | TASK | Ensure we get the ansible interfaces facts 2026-02-19 22:08:38.535633 | fa163e04-2df0-f988-2037-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2026-02-19 22:08:38.536825 | fa163e04-2df0-f988-2037-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:52.364064 | 0.55s 2026-02-19 22:08:38.563209 | fa163e04-2df0-f988-2037-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-02-19 22:08:38.594976 | fa163e04-2df0-f988-2037-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-02-19 22:08:38.596186 | fa163e04-2df0-f988-2037-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:52.423424 | 0.03s 2026-02-19 22:08:38.623010 | fa163e04-2df0-f988-2037-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2026-02-19 22:08:38.663038 | fa163e04-2df0-f988-2037-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-02-19 22:08:38.664225 | fa163e04-2df0-f988-2037-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:52.491463 | 0.04s 2026-02-19 22:08:38.691205 | fa163e04-2df0-f988-2037-000000001330 | TASK | Update default network configuration if possible 2026-02-19 22:08:38.731057 | fa163e04-2df0-f988-2037-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2026-02-19 22:08:38.732410 | fa163e04-2df0-f988-2037-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:52.559646 | 0.04s 2026-02-19 22:08:38.760850 | fa163e04-2df0-f988-2037-000000001332 | TASK | Make sure /etc/containers/networks exists 2026-02-19 22:08:39.046346 | fa163e04-2df0-f988-2037-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2026-02-19 22:08:39.047799 | fa163e04-2df0-f988-2037-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:52.875037 | 0.29s 2026-02-19 22:08:39.074923 | fa163e04-2df0-f988-2037-000000001333 | TASK | Get current podman network 2026-02-19 22:08:39.370371 | fa163e04-2df0-f988-2037-000000001333 | CHANGED | Get current podman network | standalone 2026-02-19 22:08:39.371815 | fa163e04-2df0-f988-2037-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:53.199052 | 0.30s 2026-02-19 22:08:39.400802 | fa163e04-2df0-f988-2037-000000001334 | TASK | Update the default network configuration 2026-02-19 22:08:40.074994 | fa163e04-2df0-f988-2037-000000001334 | CHANGED | Update the default network configuration | standalone 2026-02-19 22:08:40.077503 | fa163e04-2df0-f988-2037-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:53.904739 | 0.67s 2026-02-19 22:08:40.104002 | fa163e04-2df0-f988-2037-000000001335 | TASK | Write containers registries.conf 2026-02-19 22:08:40.698389 | fa163e04-2df0-f988-2037-000000001335 | CHANGED | Write containers registries.conf | standalone 2026-02-19 22:08:40.700872 | fa163e04-2df0-f988-2037-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:54.528110 | 0.59s 2026-02-19 22:08:40.727299 | fa163e04-2df0-f988-2037-000000001336 | TASK | Write containers.conf 2026-02-19 22:08:40.988436 | fa163e04-2df0-f988-2037-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-02-19 22:08:40.991353 | fa163e04-2df0-f988-2037-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.818580 | 0.26s 2026-02-19 22:08:41.209826 | fa163e04-2df0-f988-2037-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-02-19 22:08:41.210898 | fa163e04-2df0-f988-2037-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.038138 | 0.48s 2026-02-19 22:08:41.440931 | fa163e04-2df0-f988-2037-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-02-19 22:08:41.442077 | fa163e04-2df0-f988-2037-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.269319 | 0.71s 2026-02-19 22:08:41.654401 | fa163e04-2df0-f988-2037-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-02-19 22:08:41.655510 | fa163e04-2df0-f988-2037-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.482751 | 0.93s 2026-02-19 22:08:41.663563 | fa163e04-2df0-f988-2037-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.490794 | 0.93s 2026-02-19 22:08:41.692656 | fa163e04-2df0-f988-2037-000000001337 | TASK | Enable podman.socket service 2026-02-19 22:08:41.726083 | fa163e04-2df0-f988-2037-000000001337 | SKIPPED | Enable podman.socket service | standalone 2026-02-19 22:08:41.727480 | fa163e04-2df0-f988-2037-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:55.554717 | 0.03s 2026-02-19 22:08:41.780252 | fa163e04-2df0-f988-2037-000000000bc6 | TASK | Run podman login 2026-02-19 22:08:41.811480 | fa163e04-2df0-f988-2037-000000000bc6 | TIMING | Run podman login | standalone | 0:02:55.638708 | 0.03s 2026-02-19 22:08:41.896737 | fa163e04-2df0-f988-2037-000000001437 | TASK | Perform container registry login(s) with podman 2026-02-19 22:08:41.927764 | fa163e04-2df0-f988-2037-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:55.754997 | 0.03s 2026-02-19 22:08:41.967395 | fa163e04-2df0-f988-2037-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-02-19 22:08:42.437717 | fa163e04-2df0-f988-2037-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-02-19 22:08:42.439585 | fa163e04-2df0-f988-2037-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:56.266817 | 0.47s 2026-02-19 22:08:42.465527 | fa163e04-2df0-f988-2037-000000000bc9 | TASK | create persistent directories 2026-02-19 22:08:42.705114 | fa163e04-2df0-f988-2037-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-02-19 22:08:42.707507 | fa163e04-2df0-f988-2037-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.534741 | 0.24s 2026-02-19 22:08:42.864923 | fa163e04-2df0-f988-2037-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-02-19 22:08:42.866831 | fa163e04-2df0-f988-2037-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.694071 | 0.40s 2026-02-19 22:08:43.038372 | fa163e04-2df0-f988-2037-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-02-19 22:08:43.040723 | fa163e04-2df0-f988-2037-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.867955 | 0.57s 2026-02-19 22:08:43.051660 | fa163e04-2df0-f988-2037-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.878882 | 0.58s 2026-02-19 22:08:43.080466 | fa163e04-2df0-f988-2037-000000000bca | TASK | ensure /run/redis is present upon reboot 2026-02-19 22:08:43.515993 | fa163e04-2df0-f988-2037-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-02-19 22:08:43.517920 | fa163e04-2df0-f988-2037-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:57.345152 | 0.44s 2026-02-19 22:08:43.545423 | fa163e04-2df0-f988-2037-000000000bcb | TASK | Ensure rsyslog is installed 2026-02-19 22:08:46.390261 | fa163e04-2df0-f988-2037-000000000bcb | OK | Ensure rsyslog is installed | standalone 2026-02-19 22:08:46.392603 | fa163e04-2df0-f988-2037-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:00.219836 | 2.85s 2026-02-19 22:08:46.419896 | fa163e04-2df0-f988-2037-000000000bcc | TASK | Ensure rsyslog is enabled and started 2026-02-19 22:08:46.799451 | fa163e04-2df0-f988-2037-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2026-02-19 22:08:46.801626 | fa163e04-2df0-f988-2037-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:00.628862 | 0.38s 2026-02-19 22:08:46.864876 | fa163e04-2df0-f988-2037-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:00.692089 | 0.04s 2026-02-19 22:08:46.953375 | fa163e04-2df0-f988-2037-000000001552 | TASK | Gather variables for each operating system 2026-02-19 22:08:47.055250 | fa163e04-2df0-f988-2037-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-02-19 22:08:47.057647 | fa163e04-2df0-f988-2037-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.884879 | 0.10s 2026-02-19 22:08:47.068239 | fa163e04-2df0-f988-2037-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.895468 | 0.11s 2026-02-19 22:08:47.096317 | fa163e04-2df0-f988-2037-000000001554 | TASK | Install the OpenSSH server 2026-02-19 22:08:50.053980 | fa163e04-2df0-f988-2037-000000001554 | OK | Install the OpenSSH server | standalone 2026-02-19 22:08:50.055794 | fa163e04-2df0-f988-2037-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:03.883032 | 2.96s 2026-02-19 22:08:50.081520 | fa163e04-2df0-f988-2037-000000001555 | TASK | Start sshd 2026-02-19 22:08:50.111098 | fa163e04-2df0-f988-2037-000000001555 | SKIPPED | Start sshd | standalone 2026-02-19 22:08:50.112134 | fa163e04-2df0-f988-2037-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:03.939373 | 0.03s 2026-02-19 22:08:50.138091 | fa163e04-2df0-f988-2037-000000001556 | TASK | PasswordAuthentication notice 2026-02-19 22:08:50.168043 | fa163e04-2df0-f988-2037-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2026-02-19 22:08:50.169126 | fa163e04-2df0-f988-2037-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:03.996364 | 0.03s 2026-02-19 22:08:50.194453 | fa163e04-2df0-f988-2037-000000001557 | TASK | PasswordAuthentication duplication notice 2026-02-19 22:08:50.224482 | fa163e04-2df0-f988-2037-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-02-19 22:08:50.225581 | fa163e04-2df0-f988-2037-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:04.052821 | 0.03s 2026-02-19 22:08:50.251516 | fa163e04-2df0-f988-2037-000000001558 | TASK | Motd duplication notice 2026-02-19 22:08:50.294722 | fa163e04-2df0-f988-2037-000000001558 | 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`" } 2026-02-19 22:08:50.296097 | fa163e04-2df0-f988-2037-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:04.123335 | 0.04s 2026-02-19 22:08:50.323550 | fa163e04-2df0-f988-2037-000000001559 | TASK | Configure the banner text 2026-02-19 22:08:50.357367 | fa163e04-2df0-f988-2037-000000001559 | SKIPPED | Configure the banner text | standalone 2026-02-19 22:08:50.358613 | fa163e04-2df0-f988-2037-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:04.185851 | 0.03s 2026-02-19 22:08:50.384424 | fa163e04-2df0-f988-2037-00000000155a | TASK | Configure the motd banner 2026-02-19 22:08:50.416296 | fa163e04-2df0-f988-2037-00000000155a | SKIPPED | Configure the motd banner | standalone 2026-02-19 22:08:50.417646 | fa163e04-2df0-f988-2037-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:04.244884 | 0.03s 2026-02-19 22:08:50.444015 | fa163e04-2df0-f988-2037-00000000155b | TASK | Update sshd configuration options from vars 2026-02-19 22:08:50.486447 | fa163e04-2df0-f988-2037-00000000155b | OK | Update sshd configuration options from vars | standalone 2026-02-19 22:08:50.487830 | fa163e04-2df0-f988-2037-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:04.315069 | 0.04s 2026-02-19 22:08:50.514005 | fa163e04-2df0-f988-2037-00000000155c | TASK | Adjust ssh server configuration 2026-02-19 22:08:51.064454 | fa163e04-2df0-f988-2037-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2026-02-19 22:08:51.065384 | fa163e04-2df0-f988-2037-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:04.892629 | 0.55s 2026-02-19 22:08:51.083479 | fa163e04-2df0-f988-2037-00000000155d | TASK | Restart sshd 2026-02-19 22:08:51.503769 | fa163e04-2df0-f988-2037-00000000155d | CHANGED | Restart sshd | standalone 2026-02-19 22:08:51.505770 | fa163e04-2df0-f988-2037-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:05.333007 | 0.42s 2026-02-19 22:08:51.555810 | fa163e04-2df0-f988-2037-000000000bce | TASK | create persistent directories 2026-02-19 22:08:51.817521 | fa163e04-2df0-f988-2037-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-19 22:08:51.819705 | fa163e04-2df0-f988-2037-000000000bce | TIMING | create persistent directories | standalone | 0:03:05.646943 | 0.26s 2026-02-19 22:08:52.044992 | fa163e04-2df0-f988-2037-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-02-19 22:08:52.046477 | fa163e04-2df0-f988-2037-000000000bce | TIMING | create persistent directories | standalone | 0:03:05.873717 | 0.49s 2026-02-19 22:08:52.277264 | fa163e04-2df0-f988-2037-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-19 22:08:52.279129 | fa163e04-2df0-f988-2037-000000000bce | TIMING | create persistent directories | standalone | 0:03:06.106368 | 0.72s 2026-02-19 22:08:52.290281 | fa163e04-2df0-f988-2037-000000000bce | TIMING | create persistent directories | standalone | 0:03:06.117514 | 0.73s 2026-02-19 22:08:52.319042 | fa163e04-2df0-f988-2037-000000000bcf | TASK | create persistent directories 2026-02-19 22:08:52.586413 | fa163e04-2df0-f988-2037-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-19 22:08:52.588649 | fa163e04-2df0-f988-2037-000000000bcf | TIMING | create persistent directories | standalone | 0:03:06.415888 | 0.27s 2026-02-19 22:08:52.816502 | fa163e04-2df0-f988-2037-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-02-19 22:08:52.817762 | fa163e04-2df0-f988-2037-000000000bcf | TIMING | create persistent directories | standalone | 0:03:06.645002 | 0.50s 2026-02-19 22:08:53.035366 | fa163e04-2df0-f988-2037-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-19 22:08:53.037384 | fa163e04-2df0-f988-2037-000000000bcf | TIMING | create persistent directories | standalone | 0:03:06.864624 | 0.72s 2026-02-19 22:08:53.048216 | fa163e04-2df0-f988-2037-000000000bcf | TIMING | create persistent directories | standalone | 0:03:06.875449 | 0.73s 2026-02-19 22:08:53.074638 | fa163e04-2df0-f988-2037-000000000bd0 | TASK | Set swift_use_local_disks fact 2026-02-19 22:08:53.112597 | fa163e04-2df0-f988-2037-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2026-02-19 22:08:53.113764 | fa163e04-2df0-f988-2037-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:06.941004 | 0.04s 2026-02-19 22:08:53.138695 | fa163e04-2df0-f988-2037-000000000bd1 | TASK | Set use_node_data_lookup fact 2026-02-19 22:08:53.172020 | fa163e04-2df0-f988-2037-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2026-02-19 22:08:53.173167 | fa163e04-2df0-f988-2037-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:07.000407 | 0.03s 2026-02-19 22:08:53.198430 | fa163e04-2df0-f988-2037-000000000bd2 | TASK | Create Swift d1 directory if needed 2026-02-19 22:08:53.433184 | fa163e04-2df0-f988-2037-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2026-02-19 22:08:53.434610 | fa163e04-2df0-f988-2037-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:07.261848 | 0.23s 2026-02-19 22:08:53.459912 | fa163e04-2df0-f988-2037-000000000bd3 | TASK | Set fact for SwiftRawDisks 2026-02-19 22:08:53.488497 | fa163e04-2df0-f988-2037-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2026-02-19 22:08:53.489635 | fa163e04-2df0-f988-2037-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:07.316875 | 0.03s 2026-02-19 22:08:53.514709 | fa163e04-2df0-f988-2037-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2026-02-19 22:08:53.546900 | fa163e04-2df0-f988-2037-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-02-19 22:08:53.548108 | fa163e04-2df0-f988-2037-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:07.375346 | 0.03s 2026-02-19 22:08:53.572986 | fa163e04-2df0-f988-2037-000000000bd5 | TASK | Set fact for swift_raw_disks 2026-02-19 22:08:53.603105 | fa163e04-2df0-f988-2037-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-02-19 22:08:53.604301 | fa163e04-2df0-f988-2037-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:07.431540 | 0.03s 2026-02-19 22:08:53.630448 | fa163e04-2df0-f988-2037-000000000bd6 | TASK | Format SwiftRawDisks 2026-02-19 22:08:53.659365 | fa163e04-2df0-f988-2037-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:07.486599 | 0.03s 2026-02-19 22:08:53.685095 | fa163e04-2df0-f988-2037-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-02-19 22:08:53.734432 | fa163e04-2df0-f988-2037-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-02-19 22:08:53.735697 | fa163e04-2df0-f988-2037-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:07.562935 | 0.05s 2026-02-19 22:08:53.760863 | fa163e04-2df0-f988-2037-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2026-02-19 22:08:53.789239 | fa163e04-2df0-f988-2037-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:07.616469 | 0.03s 2026-02-19 22:08:53.815260 | fa163e04-2df0-f988-2037-000000000bd9 | TASK | Check for NTP service 2026-02-19 22:08:54.066955 | fa163e04-2df0-f988-2037-000000000bd9 | CHANGED | Check for NTP service | standalone 2026-02-19 22:08:54.068209 | fa163e04-2df0-f988-2037-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:07.895441 | 0.25s 2026-02-19 22:08:54.094630 | fa163e04-2df0-f988-2037-000000000bda | TASK | Disable NTP before configuring Chrony 2026-02-19 22:08:54.123693 | fa163e04-2df0-f988-2037-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-19 22:08:54.124932 | fa163e04-2df0-f988-2037-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:07.952170 | 0.03s 2026-02-19 22:08:54.150477 | fa163e04-2df0-f988-2037-000000000bdb | TASK | Install, Configure and Run Chrony 2026-02-19 22:08:54.178322 | fa163e04-2df0-f988-2037-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:08.005550 | 0.03s 2026-02-19 22:08:54.278302 | fa163e04-2df0-f988-2037-0000000016ee | TASK | Load distro-specific variables 2026-02-19 22:08:54.303711 | fa163e04-2df0-f988-2037-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.130952 | 0.02s 2026-02-19 22:08:54.312564 | 099daa36-9a1a-434b-a487-f5817ba5b329 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 22:08:54.333700 | fa163e04-2df0-f988-2037-0000000017d3 | TASK | Load distro-specific variables 2026-02-19 22:08:54.389250 | fa163e04-2df0-f988-2037-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 22:08:54.390739 | fa163e04-2df0-f988-2037-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.217973 | 0.06s 2026-02-19 22:08:54.403746 | fa163e04-2df0-f988-2037-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.230980 | 0.07s 2026-02-19 22:08:54.429786 | fa163e04-2df0-f988-2037-0000000016ef | TASK | Install chronyd 2026-02-19 22:08:54.459886 | fa163e04-2df0-f988-2037-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:08.287117 | 0.03s 2026-02-19 22:08:54.484575 | 42788c1a-2cf7-46a4-8105-2c2775a220a9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-02-19 22:08:54.518998 | fa163e04-2df0-f988-2037-00000000180c | TASK | Load distro-specific variables 2026-02-19 22:08:54.545843 | fa163e04-2df0-f988-2037-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.373080 | 0.03s 2026-02-19 22:08:54.557528 | 0fe28177-6824-4aca-af57-3cf9992c30b1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 22:08:54.583754 | fa163e04-2df0-f988-2037-000000001853 | TASK | Load distro-specific variables 2026-02-19 22:08:54.641155 | fa163e04-2df0-f988-2037-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 22:08:54.643323 | fa163e04-2df0-f988-2037-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.470558 | 0.06s 2026-02-19 22:08:54.653330 | fa163e04-2df0-f988-2037-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.480562 | 0.07s 2026-02-19 22:08:54.680507 | fa163e04-2df0-f988-2037-00000000180d | TASK | Check for NTP service 2026-02-19 22:08:54.932845 | fa163e04-2df0-f988-2037-00000000180d | CHANGED | Check for NTP service | standalone 2026-02-19 22:08:54.933865 | fa163e04-2df0-f988-2037-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:08.761110 | 0.25s 2026-02-19 22:08:54.953793 | fa163e04-2df0-f988-2037-00000000180e | TASK | Disable NTP before configuring Chrony 2026-02-19 22:08:55.002629 | fa163e04-2df0-f988-2037-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-19 22:08:55.003860 | fa163e04-2df0-f988-2037-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:08.831099 | 0.05s 2026-02-19 22:08:55.033605 | fa163e04-2df0-f988-2037-00000000180f | TASK | Install chronyd package 2026-02-19 22:08:58.068202 | fa163e04-2df0-f988-2037-00000000180f | OK | Install chronyd package | standalone 2026-02-19 22:08:58.069986 | fa163e04-2df0-f988-2037-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:11.897190 | 3.03s 2026-02-19 22:08:58.096880 | fa163e04-2df0-f988-2037-0000000016f0 | TASK | Upgrade chronyd 2026-02-19 22:08:58.130486 | fa163e04-2df0-f988-2037-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2026-02-19 22:08:58.131737 | fa163e04-2df0-f988-2037-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:11.958976 | 0.03s 2026-02-19 22:08:58.157616 | fa163e04-2df0-f988-2037-0000000016f1 | TASK | Configure chronyd 2026-02-19 22:08:58.198352 | fa163e04-2df0-f988-2037-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:12.025585 | 0.04s 2026-02-19 22:08:58.220178 | baefa94f-fa4a-4d93-8f04-e78b1883c16b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-02-19 22:08:58.258120 | fa163e04-2df0-f988-2037-00000000188c | TASK | Load distro-specific variables 2026-02-19 22:08:58.288366 | fa163e04-2df0-f988-2037-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.115604 | 0.03s 2026-02-19 22:08:58.300175 | 0f919dd6-b4ec-485f-b804-c657aedba904 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 22:08:58.322954 | fa163e04-2df0-f988-2037-0000000018f8 | TASK | Load distro-specific variables 2026-02-19 22:08:58.376352 | fa163e04-2df0-f988-2037-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 22:08:58.377379 | fa163e04-2df0-f988-2037-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.204625 | 0.05s 2026-02-19 22:08:58.381168 | fa163e04-2df0-f988-2037-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.208419 | 0.06s 2026-02-19 22:08:58.399988 | fa163e04-2df0-f988-2037-00000000188d | TASK | Install chrony configuration file 2026-02-19 22:08:59.021300 | fa163e04-2df0-f988-2037-00000000188d | OK | Install chrony configuration file | standalone 2026-02-19 22:08:59.022843 | fa163e04-2df0-f988-2037-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:12.850080 | 0.62s 2026-02-19 22:08:59.050028 | fa163e04-2df0-f988-2037-0000000016f2 | TASK | Run chronyd 2026-02-19 22:08:59.084730 | fa163e04-2df0-f988-2037-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:12.911958 | 0.03s 2026-02-19 22:08:59.109601 | 32ac7bef-59c0-4935-ae7e-72a9c533496b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-02-19 22:08:59.151099 | fa163e04-2df0-f988-2037-00000000191b | TASK | Load distro-specific variables 2026-02-19 22:08:59.180352 | fa163e04-2df0-f988-2037-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.007581 | 0.03s 2026-02-19 22:08:59.193829 | 69c5670b-11e6-4e15-ad7b-8b0589e2678f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 22:08:59.219381 | fa163e04-2df0-f988-2037-00000000199f | TASK | Load distro-specific variables 2026-02-19 22:08:59.278451 | fa163e04-2df0-f988-2037-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 22:08:59.279935 | fa163e04-2df0-f988-2037-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.107164 | 0.06s 2026-02-19 22:08:59.285887 | fa163e04-2df0-f988-2037-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.113121 | 0.07s 2026-02-19 22:08:59.313059 | fa163e04-2df0-f988-2037-00000000191c | TASK | Ensure chronyd is running 2026-02-19 22:08:59.714423 | fa163e04-2df0-f988-2037-00000000191c | OK | Ensure chronyd is running | standalone 2026-02-19 22:08:59.716612 | fa163e04-2df0-f988-2037-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:13.543845 | 0.40s 2026-02-19 22:08:59.744908 | fa163e04-2df0-f988-2037-00000000191d | TASK | Force chronyd restart 2026-02-19 22:08:59.785199 | fa163e04-2df0-f988-2037-00000000191d | SKIPPED | Force chronyd restart | standalone 2026-02-19 22:08:59.786595 | fa163e04-2df0-f988-2037-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:13.613832 | 0.04s 2026-02-19 22:08:59.814388 | fa163e04-2df0-f988-2037-0000000016f3 | TASK | Enable online service 2026-02-19 22:08:59.842869 | fa163e04-2df0-f988-2037-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:13.670093 | 0.03s 2026-02-19 22:08:59.864194 | 20093a3c-8abb-4925-8751-9c573eb2c6bc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-02-19 22:08:59.907754 | fa163e04-2df0-f988-2037-0000000019cc | TASK | Create chrony-online.service unit file 2026-02-19 22:09:00.316469 | fa163e04-2df0-f988-2037-0000000019cc | OK | Create chrony-online.service unit file | standalone 2026-02-19 22:09:00.317670 | fa163e04-2df0-f988-2037-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:14.144912 | 0.41s 2026-02-19 22:09:00.340990 | fa163e04-2df0-f988-2037-0000000019cd | TASK | Enable chrony-online.service 2026-02-19 22:09:01.055683 | fa163e04-2df0-f988-2037-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2026-02-19 22:09:01.056871 | fa163e04-2df0-f988-2037-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:14.884118 | 0.71s 2026-02-19 22:09:01.075179 | fa163e04-2df0-f988-2037-0000000016f4 | TASK | Sync chronyc 2026-02-19 22:09:01.100559 | fa163e04-2df0-f988-2037-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:14.927800 | 0.02s 2026-02-19 22:09:01.109642 | 4b144ecf-62a7-42a9-a48a-ed6232010e7c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-02-19 22:09:01.141479 | fa163e04-2df0-f988-2037-000000001a72 | TASK | Force NTP sync 2026-02-19 22:09:01.376954 | fa163e04-2df0-f988-2037-000000001a72 | CHANGED | Force NTP sync | standalone 2026-02-19 22:09:01.378306 | fa163e04-2df0-f988-2037-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:15.205544 | 0.24s 2026-02-19 22:09:01.404436 | fa163e04-2df0-f988-2037-000000001a73 | TASK | Ensure system is NTP time synced 2026-02-19 22:09:01.627090 | fa163e04-2df0-f988-2037-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2026-02-19 22:09:01.628425 | fa163e04-2df0-f988-2037-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:15.455664 | 0.22s 2026-02-19 22:09:01.680391 | fa163e04-2df0-f988-2037-000000000bdc | TASK | Force NTP sync 2026-02-19 22:09:01.906902 | fa163e04-2df0-f988-2037-000000000bdc | CHANGED | Force NTP sync | standalone 2026-02-19 22:09:01.908259 | fa163e04-2df0-f988-2037-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:15.735498 | 0.23s 2026-02-19 22:09:01.933600 | fa163e04-2df0-f988-2037-000000000bdd | TASK | Ensure system is NTP time synced 2026-02-19 22:09:02.164585 | fa163e04-2df0-f988-2037-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2026-02-19 22:09:02.165846 | fa163e04-2df0-f988-2037-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:15.993085 | 0.23s 2026-02-19 22:09:02.191537 | fa163e04-2df0-f988-2037-000000000bde | TASK | Run timezone role 2026-02-19 22:09:02.212630 | fa163e04-2df0-f988-2037-000000000bde | TIMING | Run timezone role | standalone | 0:03:16.039864 | 0.02s 2026-02-19 22:09:02.312588 | fa163e04-2df0-f988-2037-000000001c33 | TASK | Set timezone 2026-02-19 22:09:02.827938 | fa163e04-2df0-f988-2037-000000001c33 | OK | Set timezone | standalone 2026-02-19 22:09:02.829346 | fa163e04-2df0-f988-2037-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:16.656581 | 0.52s 2026-02-19 22:09:02.855811 | fa163e04-2df0-f988-2037-000000001c34 | TASK | Restart time services 2026-02-19 22:09:02.897540 | fa163e04-2df0-f988-2037-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-02-19 22:09:02.904076 | fa163e04-2df0-f988-2037-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2026-02-19 22:09:02.910097 | fa163e04-2df0-f988-2037-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:16.737334 | 0.05s 2026-02-19 22:09:02.959718 | fa163e04-2df0-f988-2037-000000000bdf | TASK | install tmpwatch on the host 2026-02-19 22:09:05.946476 | fa163e04-2df0-f988-2037-000000000bdf | OK | install tmpwatch on the host | standalone 2026-02-19 22:09:05.947878 | fa163e04-2df0-f988-2037-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:19.775116 | 2.99s 2026-02-19 22:09:05.974698 | fa163e04-2df0-f988-2037-000000000be0 | TASK | Notice - ctlplane subnet is set 2026-02-19 22:09:06.003634 | fa163e04-2df0-f988-2037-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-02-19 22:09:06.004682 | fa163e04-2df0-f988-2037-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:19.831921 | 0.03s 2026-02-19 22:09:06.051410 | fa163e04-2df0-f988-2037-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:19.878644 | 0.02s 2026-02-19 22:09:06.187410 | fa163e04-2df0-f988-2037-000000001e67 | TASK | Gather variables for each operating system 2026-02-19 22:09:06.305151 | fa163e04-2df0-f988-2037-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-19 22:09:06.306345 | fa163e04-2df0-f988-2037-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:20.133584 | 0.12s 2026-02-19 22:09:06.312705 | fa163e04-2df0-f988-2037-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:20.139948 | 0.12s 2026-02-19 22:09:06.411644 | fa163e04-2df0-f988-2037-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:20.238873 | 0.07s 2026-02-19 22:09:06.433652 | 471f47f5-c657-4ed0-83ba-23cbebf8840a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-19 22:09:06.468583 | fa163e04-2df0-f988-2037-000000001f98 | TASK | Check tuned package is installed 2026-02-19 22:09:06.757678 | fa163e04-2df0-f988-2037-000000001f98 | CHANGED | Check tuned package is installed | standalone 2026-02-19 22:09:06.759088 | fa163e04-2df0-f988-2037-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:20.586324 | 0.29s 2026-02-19 22:09:06.785978 | fa163e04-2df0-f988-2037-000000001f99 | TASK | Install tuned 2026-02-19 22:09:06.816397 | fa163e04-2df0-f988-2037-000000001f99 | SKIPPED | Install tuned | standalone 2026-02-19 22:09:06.817772 | fa163e04-2df0-f988-2037-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:20.645007 | 0.03s 2026-02-19 22:09:06.844515 | fa163e04-2df0-f988-2037-000000001f9a | TASK | Restart tuned 2026-02-19 22:09:06.873791 | fa163e04-2df0-f988-2037-000000001f9a | SKIPPED | Restart tuned | standalone 2026-02-19 22:09:06.874862 | fa163e04-2df0-f988-2037-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:20.702101 | 0.03s 2026-02-19 22:09:06.899919 | fa163e04-2df0-f988-2037-000000001e69 | TASK | Check for tuned-adm 2026-02-19 22:09:07.089852 | fa163e04-2df0-f988-2037-000000001e69 | OK | Check for tuned-adm | standalone 2026-02-19 22:09:07.091424 | fa163e04-2df0-f988-2037-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:20.918657 | 0.19s 2026-02-19 22:09:07.161848 | fa163e04-2df0-f988-2037-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:20.989074 | 0.03s 2026-02-19 22:09:07.190946 | 6d995a78-b3a2-4401-be7c-9e1acb6d6019 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-19 22:09:07.224672 | fa163e04-2df0-f988-2037-000000001fc5 | TASK | Ensure profile directory exists 2026-02-19 22:09:07.295409 | fa163e04-2df0-f988-2037-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2026-02-19 22:09:07.296707 | fa163e04-2df0-f988-2037-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:21.123943 | 0.07s 2026-02-19 22:09:07.324106 | fa163e04-2df0-f988-2037-000000001fc6 | TASK | Create custom tuned profile 2026-02-19 22:09:07.376260 | fa163e04-2df0-f988-2037-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2026-02-19 22:09:07.377531 | fa163e04-2df0-f988-2037-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:21.204768 | 0.05s 2026-02-19 22:09:07.404776 | fa163e04-2df0-f988-2037-000000001fc7 | TASK | Check tuned active profile 2026-02-19 22:09:07.629456 | fa163e04-2df0-f988-2037-000000001fc7 | OK | Check tuned active profile | standalone 2026-02-19 22:09:07.630797 | fa163e04-2df0-f988-2037-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:21.458036 | 0.22s 2026-02-19 22:09:07.657569 | fa163e04-2df0-f988-2037-000000001fc8 | TASK | Check Tuned Configuration file exists 2026-02-19 22:09:07.891373 | fa163e04-2df0-f988-2037-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2026-02-19 22:09:07.892679 | fa163e04-2df0-f988-2037-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:21.719918 | 0.23s 2026-02-19 22:09:07.919284 | fa163e04-2df0-f988-2037-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-19 22:09:07.984761 | fa163e04-2df0-f988-2037-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-19 22:09:07.985962 | fa163e04-2df0-f988-2037-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:21.813200 | 0.07s 2026-02-19 22:09:08.014714 | fa163e04-2df0-f988-2037-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2026-02-19 22:09:08.060466 | fa163e04-2df0-f988-2037-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-19 22:09:08.061717 | fa163e04-2df0-f988-2037-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:21.888955 | 0.05s 2026-02-19 22:09:08.087558 | fa163e04-2df0-f988-2037-000000001fcb | TASK | Enable tuned profile 2026-02-19 22:09:08.117053 | fa163e04-2df0-f988-2037-000000001fcb | SKIPPED | Enable tuned profile | standalone 2026-02-19 22:09:08.118134 | fa163e04-2df0-f988-2037-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:21.945370 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-02-19 22:09:08.315907 | fa163e04-2df0-f988-2037-0000000000ac | TASK | Overcloud container setup tasks 2026-02-19 22:09:08.344854 | fa163e04-2df0-f988-2037-0000000000ac | OK | Overcloud container setup tasks | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Overcloud container setup tasks' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-0000000000ac') missing from stats 2026-02-19 22:09:08.372966 | fa163e04-2df0-f988-2037-0000000000ad | TASK | Write config data 2026-02-19 22:09:08.448185 | fa163e04-2df0-f988-2037-0000000000ad | TIMING | Write config data | standalone | 0:03:22.275407 | 0.07s 2026-02-19 22:09:08.494119 | ffb75003-7489-4d7f-a5ee-d8979b7f6db2 | INCLUDED | /root/standalone-ansible-m9flw3dy/common_container_setup_tasks.yaml | standalone 2026-02-19 22:09:08.520076 | fa163e04-2df0-f988-2037-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2026-02-19 22:09:08.942449 | fa163e04-2df0-f988-2037-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-02-19 22:09:08.944228 | fa163e04-2df0-f988-2037-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:22.771459 | 0.42s 2026-02-19 22:09:08.970667 | fa163e04-2df0-f988-2037-00000000202a | TASK | Create ContainerLogStdoutPath directory 2026-02-19 22:09:09.201453 | fa163e04-2df0-f988-2037-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-02-19 22:09:09.202312 | fa163e04-2df0-f988-2037-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:23.029559 | 0.23s 2026-02-19 22:09:09.220362 | fa163e04-2df0-f988-2037-00000000202b | TASK | Create /var/lib/tripleo-config directory 2026-02-19 22:09:09.403733 | fa163e04-2df0-f988-2037-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2026-02-19 22:09:09.404557 | fa163e04-2df0-f988-2037-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:23.231802 | 0.18s 2026-02-19 22:09:09.423347 | fa163e04-2df0-f988-2037-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2026-02-19 22:09:09.597246 | fa163e04-2df0-f988-2037-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-02-19 22:09:09.598627 | fa163e04-2df0-f988-2037-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:23.425866 | 0.17s 2026-02-19 22:09:09.626742 | fa163e04-2df0-f988-2037-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-02-19 22:09:09.846266 | fa163e04-2df0-f988-2037-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-02-19 22:09:09.848308 | fa163e04-2df0-f988-2037-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:23.675539 | 0.22s 2026-02-19 22:09:09.875640 | fa163e04-2df0-f988-2037-000000002031 | TASK | Create fcontext entry for container-config-scripts 2026-02-19 22:09:11.161133 | fa163e04-2df0-f988-2037-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-02-19 22:09:11.162693 | fa163e04-2df0-f988-2037-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:24.989932 | 1.29s 2026-02-19 22:09:11.189416 | fa163e04-2df0-f988-2037-000000002032 | TASK | Create /var/lib/container-config-scripts 2026-02-19 22:09:11.441558 | fa163e04-2df0-f988-2037-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-02-19 22:09:11.442951 | fa163e04-2df0-f988-2037-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:25.270190 | 0.25s 2026-02-19 22:09:11.469512 | fa163e04-2df0-f988-2037-000000002033 | TASK | Write container config scripts 2026-02-19 22:09:11.798598 | fa163e04-2df0-f988-2037-000000002033 | CHANGED | Write container config scripts | standalone 2026-02-19 22:09:11.799418 | fa163e04-2df0-f988-2037-000000002033 | TIMING | Write container config scripts | standalone | 0:03:25.626664 | 0.33s 2026-02-19 22:09:11.816890 | fa163e04-2df0-f988-2037-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-02-19 22:09:12.263913 | fa163e04-2df0-f988-2037-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-02-19 22:09:12.265319 | fa163e04-2df0-f988-2037-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:26.092557 | 0.45s 2026-02-19 22:09:12.291230 | fa163e04-2df0-f988-2037-000000002035 | TASK | Generate startup configs files per step and per container 2026-02-19 22:09:12.921677 | fa163e04-2df0-f988-2037-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2026-02-19 22:09:12.930699 | fa163e04-2df0-f988-2037-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:26.757936 | 0.64s 2026-02-19 22:09:12.972285 | fa163e04-2df0-f988-2037-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2026-02-19 22:09:13.210399 | fa163e04-2df0-f988-2037-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-02-19 22:09:13.211908 | fa163e04-2df0-f988-2037-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:27.039146 | 0.24s 2026-02-19 22:09:13.241487 | fa163e04-2df0-f988-2037-000000002037 | TASK | Create /var/lib/config-data directory 2026-02-19 22:09:13.469770 | fa163e04-2df0-f988-2037-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2026-02-19 22:09:13.471423 | fa163e04-2df0-f988-2037-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:27.298660 | 0.23s 2026-02-19 22:09:13.498659 | fa163e04-2df0-f988-2037-000000002038 | TASK | Write container config json files 2026-02-19 22:09:14.024392 | fa163e04-2df0-f988-2037-000000002038 | CHANGED | Write container config json files | standalone 2026-02-19 22:09:14.032807 | fa163e04-2df0-f988-2037-000000002038 | TIMING | Write container config json files | standalone | 0:03:27.860045 | 0.53s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-02-19 22:09:14.204898 | fa163e04-2df0-f988-2037-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-02-19 22:09:14.233238 | fa163e04-2df0-f988-2037-0000000000b1 | OK | Pre Deployment Step Tasks | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Pre Deployment Step Tasks' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:09:14.294995 | fa163e04-2df0-f988-2037-0000000000b2 | TIMING | include_tasks | standalone | 0:03:28.122226 | 0.04s 2026-02-19 22:09:14.308892 | 42e8537d-3db5-4ead-8a90-1a0a3323eee7 | INCLUDED | /root/standalone-ansible-m9flw3dy/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2026-02-19 22:09:14.450699 | fa163e04-2df0-f988-2037-0000000000b6 | TASK | External deployment step 1 2026-02-19 22:09:14.479053 | fa163e04-2df0-f988-2037-0000000000b6 | OK | External deployment step 1 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 1' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e04-2df0-f988-2037-0000000000b6') missing from stats 2026-02-19 22:09:14.545452 | fa163e04-2df0-f988-2037-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:28.372679 | 0.04s 2026-02-19 22:09:14.586047 | fc35119a-073f-4685-81f1-5bfa1a1e028c | INCLUDED | /root/standalone-ansible-m9flw3dy/external_deploy_steps_tasks_step1.yaml | undercloud 2026-02-19 22:09:14.604245 | fa163e04-2df0-f988-2037-00000000207d | TASK | Set some tripleo-ansible facts 2026-02-19 22:09:14.654771 | fa163e04-2df0-f988-2037-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2026-02-19 22:09:14.655709 | fa163e04-2df0-f988-2037-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:28.482955 | 0.05s 2026-02-19 22:09:14.669901 | fa163e04-2df0-f988-2037-00000000207f | TASK | Build disk list for cephadm 2026-02-19 22:09:14.719935 | fa163e04-2df0-f988-2037-00000000207f | OK | Build disk list for cephadm | undercloud 2026-02-19 22:09:14.720876 | fa163e04-2df0-f988-2037-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:28.548123 | 0.05s 2026-02-19 22:09:14.736228 | fa163e04-2df0-f988-2037-000000002086 | TASK | Container image prepare 2026-02-19 22:09:15.800762 | fa163e04-2df0-f988-2037-000000002086 | CHANGED | Container image prepare | undercloud 2026-02-19 22:09:15.803355 | fa163e04-2df0-f988-2037-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:29.630592 | 1.07s 2026-02-19 22:09:15.839272 | fa163e04-2df0-f988-2037-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2026-02-19 22:09:16.094308 | fa163e04-2df0-f988-2037-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-02-19 22:09:16.095187 | fa163e04-2df0-f988-2037-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:29.922434 | 0.25s 2026-02-19 22:09:16.113733 | fa163e04-2df0-f988-2037-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2026-02-19 22:09:16.170145 | fa163e04-2df0-f988-2037-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:29.997371 | 0.05s 2026-02-19 22:09:16.219804 | fa163e04-2df0-f988-2037-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-02-19 22:09:16.452157 | fa163e04-2df0-f988-2037-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-02-19 22:09:16.453515 | fa163e04-2df0-f988-2037-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:30.280750 | 0.23s 2026-02-19 22:09:16.473297 | fa163e04-2df0-f988-2037-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-02-19 22:09:17.003579 | fa163e04-2df0-f988-2037-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-02-19 22:09:17.005061 | fa163e04-2df0-f988-2037-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:30.832297 | 0.53s 2026-02-19 22:09:17.025731 | fa163e04-2df0-f988-2037-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-19 22:09:17.081848 | fa163e04-2df0-f988-2037-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:30.909074 | 0.05s 2026-02-19 22:09:17.134495 | fa163e04-2df0-f988-2037-0000000020f1 | TASK | Check for a configured destination 2026-02-19 22:09:17.198773 | fa163e04-2df0-f988-2037-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2026-02-19 22:09:17.200181 | fa163e04-2df0-f988-2037-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:31.027417 | 0.06s 2026-02-19 22:09:17.228058 | fa163e04-2df0-f988-2037-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2026-02-19 22:09:17.705546 | fa163e04-2df0-f988-2037-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-02-19 22:09:17.706975 | fa163e04-2df0-f988-2037-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:31.534214 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2026-02-19 22:09:17.872348 | fa163e04-2df0-f988-2037-0000000000ba | TASK | Deploy step tasks for 1 2026-02-19 22:09:17.914880 | fa163e04-2df0-f988-2037-0000000000ba | OK | Deploy step tasks for 1 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 1' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-0000000000ba') missing from stats 2026-02-19 22:09:17.940336 | fa163e04-2df0-f988-2037-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-02-19 22:09:18.459105 | fa163e04-2df0-f988-2037-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-02-19 22:09:18.460533 | fa163e04-2df0-f988-2037-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:32.287770 | 0.52s 2026-02-19 22:09:18.486118 | fa163e04-2df0-f988-2037-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-19 22:09:18.729564 | fa163e04-2df0-f988-2037-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-19 22:09:18.730670 | fa163e04-2df0-f988-2037-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:32.557914 | 0.24s 2026-02-19 22:09:18.751348 | fa163e04-2df0-f988-2037-0000000000be | TASK | Write config data at the start of step 1 2026-02-19 22:09:18.840407 | fa163e04-2df0-f988-2037-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:32.667631 | 0.09s 2026-02-19 22:09:18.886523 | 73e964be-6ee1-4015-b25c-20273b20f26e | INCLUDED | /root/standalone-ansible-m9flw3dy/common_deploy_steps_tasks_step_1.yaml | standalone 2026-02-19 22:09:18.912904 | fa163e04-2df0-f988-2037-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-02-19 22:09:18.940924 | fa163e04-2df0-f988-2037-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-19 22:09:18.941681 | fa163e04-2df0-f988-2037-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:32.768925 | 0.03s 2026-02-19 22:09:18.961881 | fa163e04-2df0-f988-2037-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-02-19 22:09:18.992552 | fa163e04-2df0-f988-2037-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-19 22:09:18.993566 | fa163e04-2df0-f988-2037-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:32.820810 | 0.03s 2026-02-19 22:09:19.013536 | fa163e04-2df0-f988-2037-000000002132 | TASK | Write the puppet step_config manifest 2026-02-19 22:09:19.539901 | fa163e04-2df0-f988-2037-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2026-02-19 22:09:19.541385 | fa163e04-2df0-f988-2037-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:33.368624 | 0.53s 2026-02-19 22:09:19.566416 | fa163e04-2df0-f988-2037-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-19 22:09:19.600510 | fa163e04-2df0-f988-2037-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-19 22:09:19.601815 | fa163e04-2df0-f988-2037-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:33.429053 | 0.03s 2026-02-19 22:09:19.627381 | fa163e04-2df0-f988-2037-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-19 22:09:19.668353 | fa163e04-2df0-f988-2037-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-19 22:09:19.669703 | fa163e04-2df0-f988-2037-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:33.496940 | 0.04s 2026-02-19 22:09:19.695661 | fa163e04-2df0-f988-2037-000000002135 | TASK | Create /var/lib/container-puppet 2026-02-19 22:09:19.953334 | fa163e04-2df0-f988-2037-000000002135 | OK | Create /var/lib/container-puppet | standalone 2026-02-19 22:09:19.956512 | fa163e04-2df0-f988-2037-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:33.783741 | 0.26s 2026-02-19 22:09:19.987110 | fa163e04-2df0-f988-2037-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-02-19 22:09:20.017280 | fa163e04-2df0-f988-2037-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-19 22:09:20.018550 | fa163e04-2df0-f988-2037-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:33.845788 | 0.03s 2026-02-19 22:09:20.044292 | fa163e04-2df0-f988-2037-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-02-19 22:09:20.078178 | fa163e04-2df0-f988-2037-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-19 22:09:20.079533 | fa163e04-2df0-f988-2037-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:33.906771 | 0.03s 2026-02-19 22:09:20.105426 | fa163e04-2df0-f988-2037-000000002138 | TASK | Write container-puppet.json file 2026-02-19 22:09:20.700982 | fa163e04-2df0-f988-2037-000000002138 | CHANGED | Write container-puppet.json file | standalone 2026-02-19 22:09:20.702092 | fa163e04-2df0-f988-2037-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:34.529335 | 0.60s 2026-02-19 22:09:20.722279 | fa163e04-2df0-f988-2037-000000002139 | TASK | Diff container-puppet.json changes for check mode 2026-02-19 22:09:20.750290 | fa163e04-2df0-f988-2037-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-19 22:09:20.751318 | fa163e04-2df0-f988-2037-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:34.578562 | 0.03s 2026-02-19 22:09:20.771698 | fa163e04-2df0-f988-2037-00000000213a | TASK | Diff container-puppet.json changes for check mode 2026-02-19 22:09:20.800636 | fa163e04-2df0-f988-2037-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-19 22:09:20.801614 | fa163e04-2df0-f988-2037-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:34.628858 | 0.03s 2026-02-19 22:09:20.822164 | fa163e04-2df0-f988-2037-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2026-02-19 22:09:21.210880 | fa163e04-2df0-f988-2037-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-02-19 22:09:21.212389 | fa163e04-2df0-f988-2037-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:35.039628 | 0.39s 2026-02-19 22:09:21.237883 | fa163e04-2df0-f988-2037-00000000213c | TASK | Set host puppet debugging fact string 2026-02-19 22:09:21.271417 | fa163e04-2df0-f988-2037-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2026-02-19 22:09:21.272887 | fa163e04-2df0-f988-2037-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:35.100124 | 0.03s 2026-02-19 22:09:21.300136 | fa163e04-2df0-f988-2037-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-02-19 22:09:21.331887 | fa163e04-2df0-f988-2037-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-02-19 22:09:21.333250 | fa163e04-2df0-f988-2037-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:35.160488 | 0.03s 2026-02-19 22:09:21.360540 | fa163e04-2df0-f988-2037-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-02-19 22:09:21.390658 | fa163e04-2df0-f988-2037-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-02-19 22:09:21.391973 | fa163e04-2df0-f988-2037-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:35.219208 | 0.03s 2026-02-19 22:09:21.418894 | fa163e04-2df0-f988-2037-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2026-02-19 22:09:21.449549 | fa163e04-2df0-f988-2037-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-02-19 22:09:21.450714 | fa163e04-2df0-f988-2037-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:35.277952 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:09:21.520455 | fa163e04-2df0-f988-2037-0000000000c0 | TIMING | include_tasks | standalone | 0:03:35.347684 | 0.04s 2026-02-19 22:09:21.677597 | f3ea2e71-e05c-4f9a-9344-6291dab4c771 | INCLUDED | /root/standalone-ansible-m9flw3dy/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-02-19 22:09:21.720481 | fa163e04-2df0-f988-2037-00000000216a | TASK | Create dirs for certificates and keys 2026-02-19 22:09:21.780140 | fa163e04-2df0-f988-2037-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-02-19 22:09:21.802490 | fa163e04-2df0-f988-2037-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-02-19 22:09:21.814120 | fa163e04-2df0-f988-2037-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:35.641356 | 0.09s 2026-02-19 22:09:21.885246 | fa163e04-2df0-f988-2037-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-19 22:09:21.886711 | fa163e04-2df0-f988-2037-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:35.713949 | 0.05s 2026-02-19 22:09:21.913581 | fa163e04-2df0-f988-2037-000000002172 | TASK | Fail if container image is undefined 2026-02-19 22:09:21.985269 | fa163e04-2df0-f988-2037-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:09:21.986700 | fa163e04-2df0-f988-2037-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:35.813938 | 0.07s 2026-02-19 22:09:22.028446 | fa163e04-2df0-f988-2037-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-19 22:09:36.258994 | fa163e04-2df0-f988-2037-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-19 22:09:36.262196 | fa163e04-2df0-f988-2037-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:50.089419 | 14.23s 2026-02-19 22:09:36.318825 | fa163e04-2df0-f988-2037-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-19 22:09:36.661536 | fa163e04-2df0-f988-2037-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-19 22:09:36.662439 | fa163e04-2df0-f988-2037-000000002174 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:50.489684 | 0.34s 2026-02-19 22:09:36.697299 | fa163e04-2df0-f988-2037-000000002183 | TASK | Fail if container image is undefined 2026-02-19 22:09:36.754023 | fa163e04-2df0-f988-2037-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:09:36.754781 | fa163e04-2df0-f988-2037-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:50.582028 | 0.06s 2026-02-19 22:09:36.779702 | fa163e04-2df0-f988-2037-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-19 22:09:44.878547 | fa163e04-2df0-f988-2037-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-19 22:09:44.880181 | fa163e04-2df0-f988-2037-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:58.707417 | 8.10s 2026-02-19 22:09:44.937729 | fa163e04-2df0-f988-2037-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-19 22:09:45.271525 | fa163e04-2df0-f988-2037-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-19 22:09:45.273160 | fa163e04-2df0-f988-2037-000000002185 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:03:59.100387 | 0.33s 2026-02-19 22:09:45.325584 | fa163e04-2df0-f988-2037-000000002190 | TASK | Check if rsyslog exists 2026-02-19 22:09:45.590425 | fa163e04-2df0-f988-2037-000000002190 | CHANGED | Check if rsyslog exists | standalone 2026-02-19 22:09:45.591720 | fa163e04-2df0-f988-2037-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:03:59.418963 | 0.26s 2026-02-19 22:09:45.612326 | fa163e04-2df0-f988-2037-000000002192 | TASK | Forward logging to haproxy.log file 2026-02-19 22:09:45.884804 | fa163e04-2df0-f988-2037-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2026-02-19 22:09:45.885740 | fa163e04-2df0-f988-2037-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:03:59.712986 | 0.27s 2026-02-19 22:09:45.903649 | fa163e04-2df0-f988-2037-000000002193 | TASK | restart rsyslog service after logging conf change 2026-02-19 22:09:46.611604 | fa163e04-2df0-f988-2037-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2026-02-19 22:09:46.613583 | fa163e04-2df0-f988-2037-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:00.440821 | 0.71s 2026-02-19 22:09:46.641475 | fa163e04-2df0-f988-2037-00000000219a | TASK | Fail if container image is undefined 2026-02-19 22:09:46.705275 | fa163e04-2df0-f988-2037-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:09:46.706665 | fa163e04-2df0-f988-2037-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:00.533903 | 0.06s 2026-02-19 22:09:46.749201 | fa163e04-2df0-f988-2037-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-19 22:09:52.626069 | fa163e04-2df0-f988-2037-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-19 22:09:52.627847 | fa163e04-2df0-f988-2037-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:06.455085 | 5.88s 2026-02-19 22:09:52.684561 | fa163e04-2df0-f988-2037-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-19 22:09:53.080614 | fa163e04-2df0-f988-2037-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-19 22:09:53.082089 | fa163e04-2df0-f988-2037-00000000219c | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:06.909327 | 0.40s 2026-02-19 22:09:53.132267 | fa163e04-2df0-f988-2037-0000000021a6 | TASK | Run lvmfilter role 2026-02-19 22:09:53.184266 | fa163e04-2df0-f988-2037-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:07.011493 | 0.05s 2026-02-19 22:09:53.268818 | fa163e04-2df0-f988-2037-0000000022bd | TASK | Check if lvm2 is installed 2026-02-19 22:09:53.539228 | fa163e04-2df0-f988-2037-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2026-02-19 22:09:53.540724 | fa163e04-2df0-f988-2037-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:07.367959 | 0.27s 2026-02-19 22:09:53.567351 | fa163e04-2df0-f988-2037-0000000022bf | TASK | collect ansible devices 2026-02-19 22:09:53.623846 | fa163e04-2df0-f988-2037-0000000022bf | SKIPPED | collect ansible devices | standalone 2026-02-19 22:09:53.625087 | fa163e04-2df0-f988-2037-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:07.452324 | 0.06s 2026-02-19 22:09:53.651293 | fa163e04-2df0-f988-2037-0000000022c0 | TASK | collect in-use lvm2 devices list 2026-02-19 22:09:53.709234 | fa163e04-2df0-f988-2037-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-02-19 22:09:53.710350 | fa163e04-2df0-f988-2037-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:07.537588 | 0.06s 2026-02-19 22:09:53.735738 | fa163e04-2df0-f988-2037-0000000022c1 | TASK | set allowed_devices 2026-02-19 22:09:53.788132 | fa163e04-2df0-f988-2037-0000000022c1 | SKIPPED | set allowed_devices | standalone 2026-02-19 22:09:53.789268 | fa163e04-2df0-f988-2037-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:07.616507 | 0.05s 2026-02-19 22:09:53.814999 | fa163e04-2df0-f988-2037-0000000022c2 | TASK | build lvm2 allow list 2026-02-19 22:09:53.869962 | fa163e04-2df0-f988-2037-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2026-02-19 22:09:53.871174 | fa163e04-2df0-f988-2037-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:07.698413 | 0.05s 2026-02-19 22:09:53.897716 | fa163e04-2df0-f988-2037-0000000022c3 | TASK | build lvm2 deny list 2026-02-19 22:09:53.937101 | fa163e04-2df0-f988-2037-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2026-02-19 22:09:53.938178 | fa163e04-2df0-f988-2037-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:07.765416 | 0.04s 2026-02-19 22:09:53.964271 | fa163e04-2df0-f988-2037-0000000022c4 | TASK | build lvm2 filter 2026-02-19 22:09:54.025498 | fa163e04-2df0-f988-2037-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2026-02-19 22:09:54.026664 | fa163e04-2df0-f988-2037-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:07.853903 | 0.06s 2026-02-19 22:09:54.053742 | fa163e04-2df0-f988-2037-0000000022c5 | TASK | regenerate lvm config 2026-02-19 22:09:54.109181 | fa163e04-2df0-f988-2037-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2026-02-19 22:09:54.110595 | fa163e04-2df0-f988-2037-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:07.937829 | 0.06s 2026-02-19 22:09:54.137293 | fa163e04-2df0-f988-2037-0000000022c6 | TASK | copy new lvm.conf in place 2026-02-19 22:09:54.189965 | fa163e04-2df0-f988-2037-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2026-02-19 22:09:54.191412 | fa163e04-2df0-f988-2037-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:08.018648 | 0.05s 2026-02-19 22:09:54.244155 | fa163e04-2df0-f988-2037-0000000021ac | TASK | Fail if container image is undefined 2026-02-19 22:09:54.312692 | fa163e04-2df0-f988-2037-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:09:54.313942 | fa163e04-2df0-f988-2037-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:08.141179 | 0.07s 2026-02-19 22:09:54.356965 | fa163e04-2df0-f988-2037-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-19 22:10:02.776367 | fa163e04-2df0-f988-2037-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-19 22:10:02.777879 | fa163e04-2df0-f988-2037-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:16.605117 | 8.42s 2026-02-19 22:10:02.833553 | fa163e04-2df0-f988-2037-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-19 22:10:03.225844 | fa163e04-2df0-f988-2037-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-19 22:10:03.227516 | fa163e04-2df0-f988-2037-0000000021ae | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:17.054752 | 0.39s 2026-02-19 22:10:03.330511 | fa163e04-2df0-f988-2037-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-19 22:10:03.331770 | fa163e04-2df0-f988-2037-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:17.159009 | 0.05s 2026-02-19 22:10:03.357988 | fa163e04-2df0-f988-2037-0000000021c0 | TASK | Fail if container image is undefined 2026-02-19 22:10:03.421603 | fa163e04-2df0-f988-2037-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:10:03.422903 | fa163e04-2df0-f988-2037-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:17.250140 | 0.06s 2026-02-19 22:10:03.465578 | fa163e04-2df0-f988-2037-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-19 22:10:10.854523 | fa163e04-2df0-f988-2037-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-19 22:10:10.856913 | fa163e04-2df0-f988-2037-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:24.684142 | 7.39s 2026-02-19 22:10:10.903767 | fa163e04-2df0-f988-2037-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-19 22:10:11.273445 | fa163e04-2df0-f988-2037-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-19 22:10:11.275332 | fa163e04-2df0-f988-2037-0000000021c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:25.102566 | 0.37s 2026-02-19 22:10:11.385621 | fa163e04-2df0-f988-2037-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-19 22:10:11.387465 | fa163e04-2df0-f988-2037-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:25.214699 | 0.06s 2026-02-19 22:10:11.415620 | fa163e04-2df0-f988-2037-0000000021cf | TASK | install systemd-container for a greenfield 2026-02-19 22:10:32.621586 | fa163e04-2df0-f988-2037-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2026-02-19 22:10:32.624609 | fa163e04-2df0-f988-2037-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:46.451834 | 21.21s 2026-02-19 22:10:32.653289 | fa163e04-2df0-f988-2037-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2026-02-19 22:10:32.706971 | fa163e04-2df0-f988-2037-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-02-19 22:10:32.708487 | fa163e04-2df0-f988-2037-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:46.535717 | 0.05s 2026-02-19 22:10:32.734882 | fa163e04-2df0-f988-2037-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-02-19 22:10:33.021066 | fa163e04-2df0-f988-2037-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-02-19 22:10:33.022358 | fa163e04-2df0-f988-2037-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:46.849597 | 0.29s 2026-02-19 22:10:33.048380 | fa163e04-2df0-f988-2037-0000000021d4 | TASK | is KSM enabled 2026-02-19 22:10:33.100542 | fa163e04-2df0-f988-2037-0000000021d4 | OK | is KSM enabled | standalone 2026-02-19 22:10:33.101871 | fa163e04-2df0-f988-2037-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:46.929111 | 0.05s 2026-02-19 22:10:33.128185 | fa163e04-2df0-f988-2037-0000000021d6 | TASK | Check for ksm 2026-02-19 22:10:33.410266 | fa163e04-2df0-f988-2037-0000000021d6 | CHANGED | Check for ksm | standalone 2026-02-19 22:10:33.411648 | fa163e04-2df0-f988-2037-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:47.238887 | 0.28s 2026-02-19 22:10:33.437440 | fa163e04-2df0-f988-2037-0000000021d7 | TASK | disable KSM services 2026-02-19 22:10:33.529993 | fa163e04-2df0-f988-2037-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-02-19 22:10:33.564308 | fa163e04-2df0-f988-2037-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-02-19 22:10:33.570815 | fa163e04-2df0-f988-2037-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:47.398058 | 0.13s 2026-02-19 22:10:33.592609 | fa163e04-2df0-f988-2037-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2026-02-19 22:10:33.663667 | fa163e04-2df0-f988-2037-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-02-19 22:10:33.664605 | fa163e04-2df0-f988-2037-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:47.491849 | 0.07s 2026-02-19 22:10:33.685386 | fa163e04-2df0-f988-2037-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-02-19 22:10:33.736764 | fa163e04-2df0-f988-2037-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-02-19 22:10:33.737950 | fa163e04-2df0-f988-2037-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:47.565189 | 0.05s 2026-02-19 22:10:33.763406 | fa163e04-2df0-f988-2037-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-02-19 22:10:33.812838 | fa163e04-2df0-f988-2037-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-02-19 22:10:33.813987 | fa163e04-2df0-f988-2037-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:47.641227 | 0.05s 2026-02-19 22:10:33.839821 | fa163e04-2df0-f988-2037-0000000021dc | TASK | enable ksmtunded 2026-02-19 22:10:33.899642 | fa163e04-2df0-f988-2037-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-02-19 22:10:33.912606 | fa163e04-2df0-f988-2037-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-02-19 22:10:33.927655 | fa163e04-2df0-f988-2037-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:47.754884 | 0.09s 2026-02-19 22:10:34.005140 | fa163e04-2df0-f988-2037-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-19 22:10:34.006481 | fa163e04-2df0-f988-2037-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:47.833717 | 0.05s 2026-02-19 22:10:34.033336 | fa163e04-2df0-f988-2037-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-19 22:10:34.094381 | fa163e04-2df0-f988-2037-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-19 22:10:34.095470 | fa163e04-2df0-f988-2037-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:47.922711 | 0.06s 2026-02-19 22:10:34.122294 | fa163e04-2df0-f988-2037-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-02-19 22:10:37.289500 | fa163e04-2df0-f988-2037-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-02-19 22:10:37.294514 | fa163e04-2df0-f988-2037-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:51.121752 | 3.17s 2026-02-19 22:10:37.330976 | fa163e04-2df0-f988-2037-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2026-02-19 22:10:37.402604 | fa163e04-2df0-f988-2037-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-02-19 22:10:37.403947 | fa163e04-2df0-f988-2037-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:51.231183 | 0.07s 2026-02-19 22:10:37.434692 | fa163e04-2df0-f988-2037-0000000021e4 | TASK | Fetch ovn VIP 2026-02-19 22:10:37.505348 | fa163e04-2df0-f988-2037-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2026-02-19 22:10:37.506360 | fa163e04-2df0-f988-2037-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:51.333604 | 0.07s 2026-02-19 22:10:37.528611 | fa163e04-2df0-f988-2037-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2026-02-19 22:10:37.576968 | fa163e04-2df0-f988-2037-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-02-19 22:10:37.578295 | fa163e04-2df0-f988-2037-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:51.405533 | 0.05s 2026-02-19 22:10:37.608761 | fa163e04-2df0-f988-2037-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2026-02-19 22:10:37.658599 | fa163e04-2df0-f988-2037-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-02-19 22:10:37.659942 | fa163e04-2df0-f988-2037-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:51.487179 | 0.05s 2026-02-19 22:10:37.690170 | fa163e04-2df0-f988-2037-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2026-02-19 22:10:37.762979 | fa163e04-2df0-f988-2037-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-02-19 22:10:37.764433 | fa163e04-2df0-f988-2037-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:51.591668 | 0.07s 2026-02-19 22:10:37.794246 | fa163e04-2df0-f988-2037-0000000021e8 | TASK | Remove pacemaker attributes 2026-02-19 22:10:37.850576 | fa163e04-2df0-f988-2037-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-02-19 22:10:37.864101 | fa163e04-2df0-f988-2037-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:51.691328 | 0.07s 2026-02-19 22:10:37.945964 | fa163e04-2df0-f988-2037-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-19 22:10:37.947301 | fa163e04-2df0-f988-2037-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:51.774538 | 0.05s 2026-02-19 22:10:37.978224 | fa163e04-2df0-f988-2037-0000000021ed | TASK | Configure OVN DBs and northd 2026-02-19 22:10:38.029408 | fa163e04-2df0-f988-2037-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:04:51.856636 | 0.05s 2026-02-19 22:10:38.097069 | fa163e04-2df0-f988-2037-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-02-19 22:10:38.366579 | fa163e04-2df0-f988-2037-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-02-19 22:10:38.367920 | fa163e04-2df0-f988-2037-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:52.195156 | 0.27s 2026-02-19 22:10:38.398214 | fa163e04-2df0-f988-2037-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-19 22:10:38.462459 | fa163e04-2df0-f988-2037-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-19 22:10:38.463734 | fa163e04-2df0-f988-2037-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:52.290971 | 0.06s 2026-02-19 22:10:38.495297 | fa163e04-2df0-f988-2037-000000002397 | TASK | check ovsdb-tool election-timer options 2026-02-19 22:10:38.752287 | fa163e04-2df0-f988-2037-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2026-02-19 22:10:38.753611 | fa163e04-2df0-f988-2037-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:52.580847 | 0.26s 2026-02-19 22:10:38.783282 | fa163e04-2df0-f988-2037-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2026-02-19 22:10:38.854532 | fa163e04-2df0-f988-2037-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-02-19 22:10:38.855767 | fa163e04-2df0-f988-2037-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:52.683006 | 0.07s 2026-02-19 22:10:38.887255 | fa163e04-2df0-f988-2037-000000002399 | TASK | render OVN cluster configuration 2026-02-19 22:10:39.454792 | fa163e04-2df0-f988-2037-000000002399 | CHANGED | render OVN cluster configuration | standalone 2026-02-19 22:10:39.455712 | fa163e04-2df0-f988-2037-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:53.282959 | 0.57s 2026-02-19 22:10:39.475746 | fa163e04-2df0-f988-2037-00000000239a | TASK | restart OVN northd and north and south databases 2026-02-19 22:10:39.534363 | fa163e04-2df0-f988-2037-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.361591 | 0.06s 2026-02-19 22:10:39.553877 | fa163e04-2df0-f988-2037-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.381115 | 0.08s 2026-02-19 22:10:39.567775 | fa163e04-2df0-f988-2037-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.395016 | 0.09s 2026-02-19 22:10:39.574932 | fa163e04-2df0-f988-2037-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:53.402166 | 0.10s 2026-02-19 22:10:39.602440 | b34c6a69-ef27-42f6-8526-e9166e1ea4d8 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 22:10:39.610306 | d9208b26-5028-4309-be83-d99bae8498f4 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 22:10:39.616716 | a26d7f29-9c8f-4f3c-8e53-519dc53cfe9a | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 22:10:39.645889 | fa163e04-2df0-f988-2037-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-02-19 22:10:39.914213 | fa163e04-2df0-f988-2037-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-02-19 22:10:39.915622 | fa163e04-2df0-f988-2037-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:53.742859 | 0.27s 2026-02-19 22:10:39.948057 | fa163e04-2df0-f988-2037-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2026-02-19 22:10:40.003937 | fa163e04-2df0-f988-2037-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-02-19 22:10:40.005215 | fa163e04-2df0-f988-2037-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:53.832454 | 0.06s 2026-02-19 22:10:40.037073 | fa163e04-2df0-f988-2037-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-02-19 22:10:40.305773 | fa163e04-2df0-f988-2037-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-02-19 22:10:40.307235 | fa163e04-2df0-f988-2037-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:54.134472 | 0.27s 2026-02-19 22:10:40.340163 | fa163e04-2df0-f988-2037-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2026-02-19 22:10:40.392769 | fa163e04-2df0-f988-2037-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-02-19 22:10:40.393978 | fa163e04-2df0-f988-2037-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:54.221216 | 0.05s 2026-02-19 22:10:40.428595 | fa163e04-2df0-f988-2037-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2026-02-19 22:10:40.685800 | fa163e04-2df0-f988-2037-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-02-19 22:10:40.687202 | fa163e04-2df0-f988-2037-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:54.514440 | 0.26s 2026-02-19 22:10:40.720361 | fa163e04-2df0-f988-2037-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2026-02-19 22:10:40.774655 | fa163e04-2df0-f988-2037-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-02-19 22:10:40.775773 | fa163e04-2df0-f988-2037-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:54.603012 | 0.05s 2026-02-19 22:10:40.885087 | fa163e04-2df0-f988-2037-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-19 22:10:40.886275 | fa163e04-2df0-f988-2037-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.713513 | 0.05s 2026-02-19 22:10:40.966177 | fa163e04-2df0-f988-2037-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-19 22:10:40.967297 | fa163e04-2df0-f988-2037-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.794536 | 0.05s 2026-02-19 22:10:40.997913 | fa163e04-2df0-f988-2037-0000000021f8 | TASK | Fail if container image is undefined 2026-02-19 22:10:41.063821 | fa163e04-2df0-f988-2037-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:10:41.064907 | fa163e04-2df0-f988-2037-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:54.892145 | 0.07s 2026-02-19 22:10:41.117175 | fa163e04-2df0-f988-2037-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-19 22:10:47.334632 | fa163e04-2df0-f988-2037-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-19 22:10:47.336462 | fa163e04-2df0-f988-2037-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:01.163698 | 6.22s 2026-02-19 22:10:47.399508 | fa163e04-2df0-f988-2037-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-19 22:10:47.746208 | fa163e04-2df0-f988-2037-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-19 22:10:47.747718 | fa163e04-2df0-f988-2037-0000000021fa | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:01.574955 | 0.35s 2026-02-19 22:10:47.804765 | fa163e04-2df0-f988-2037-000000002205 | TASK | Pre-fetch all the containers 2026-02-19 22:10:53.683054 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-02-19 22:10:53.687259 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:07.514494 | 5.88s 2026-02-19 22:11:00.128875 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-02-19 22:11:00.132809 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:13.960050 | 12.33s 2026-02-19 22:11:02.840262 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-02-19 22:11:02.843246 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:16.670484 | 15.04s 2026-02-19 22:11:05.930177 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-02-19 22:11:05.933428 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:19.760667 | 18.13s 2026-02-19 22:11:11.652091 | fa163e04-2df0-f988-2037-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-02-19 22:11:11.655002 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:25.482239 | 23.85s 2026-02-19 22:11:13.492136 | fa163e04-2df0-f988-2037-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-02-19 22:11:13.494936 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:27.322171 | 25.69s 2026-02-19 22:11:17.536589 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-02-19 22:11:17.540681 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:31.367919 | 29.73s 2026-02-19 22:11:21.718354 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2026-02-19 22:11:21.722197 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:35.549436 | 33.92s 2026-02-19 22:11:25.825705 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-02-19 22:11:25.829878 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:39.657111 | 38.02s 2026-02-19 22:11:27.935992 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-02-19 22:11:27.937961 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:41.765201 | 40.13s 2026-02-19 22:11:36.174705 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-02-19 22:11:36.177844 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:50.005082 | 48.37s 2026-02-19 22:11:39.046565 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-02-19 22:11:39.049533 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:52.876773 | 51.24s 2026-02-19 22:11:55.635745 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-02-19 22:11:55.642384 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:09.469616 | 67.84s 2026-02-19 22:12:05.194810 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-02-19 22:12:05.197616 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:19.024856 | 77.39s 2026-02-19 22:12:14.143372 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-02-19 22:12:14.147630 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:27.974868 | 86.34s 2026-02-19 22:12:24.041847 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-02-19 22:12:24.045767 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:37.872980 | 96.24s 2026-02-19 22:12:31.493062 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-02-19 22:12:31.495749 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:45.322987 | 103.69s 2026-02-19 22:12:36.157316 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-02-19 22:12:36.161677 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:49.988915 | 108.35s 2026-02-19 22:12:38.962669 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-02-19 22:12:38.965792 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:52.793029 | 111.16s 2026-02-19 22:12:42.890281 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-02-19 22:12:42.893363 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:56.720599 | 115.09s 2026-02-19 22:12:48.007086 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-02-19 22:12:48.010114 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:01.837350 | 120.20s 2026-02-19 22:13:01.980992 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-02-19 22:13:01.985486 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:15.812721 | 134.18s 2026-02-19 22:13:04.799347 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-02-19 22:13:04.802203 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:18.629440 | 137.00s 2026-02-19 22:13:12.749024 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-02-19 22:13:12.750665 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:26.577912 | 144.94s 2026-02-19 22:13:15.823061 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-02-19 22:13:15.827552 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:29.654785 | 148.02s 2026-02-19 22:13:18.840224 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-02-19 22:13:18.844227 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:32.671465 | 151.04s 2026-02-19 22:13:22.688199 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-02-19 22:13:22.692081 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.519318 | 154.89s 2026-02-19 22:13:26.092662 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-02-19 22:13:26.095034 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:39.922281 | 158.29s 2026-02-19 22:13:29.089735 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2026-02-19 22:13:29.092637 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:42.919877 | 161.29s 2026-02-19 22:13:31.935079 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2026-02-19 22:13:31.936533 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.763781 | 164.13s 2026-02-19 22:13:40.100305 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-02-19 22:13:40.104060 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:53.931298 | 172.30s 2026-02-19 22:13:42.042651 | fa163e04-2df0-f988-2037-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-02-19 22:13:42.048137 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:55.875373 | 174.24s 2026-02-19 22:13:45.114556 | fa163e04-2df0-f988-2037-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-02-19 22:13:45.118203 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:58.945440 | 177.31s 2026-02-19 22:13:48.050158 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-02-19 22:13:48.054473 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:01.881712 | 180.25s 2026-02-19 22:13:50.620390 | fa163e04-2df0-f988-2037-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-02-19 22:13:50.623421 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:04.450657 | 182.82s 2026-02-19 22:13:55.077268 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-02-19 22:13:55.080278 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.907517 | 187.27s 2026-02-19 22:13:58.396667 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-02-19 22:13:58.399636 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:12.226874 | 190.59s 2026-02-19 22:14:01.293168 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-02-19 22:14:01.297953 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:15.125188 | 193.49s 2026-02-19 22:14:04.159841 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-02-19 22:14:04.162800 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:17.990037 | 196.36s 2026-02-19 22:14:07.011741 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-02-19 22:14:07.017667 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:20.844905 | 199.21s 2026-02-19 22:14:10.605056 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-02-19 22:14:10.610738 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:24.437969 | 202.80s 2026-02-19 22:14:13.304875 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-02-19 22:14:13.307622 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:27.134861 | 205.50s 2026-02-19 22:14:15.853367 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-02-19 22:14:15.857666 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:29.684899 | 208.05s 2026-02-19 22:14:18.599923 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-02-19 22:14:18.602771 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.430010 | 210.80s 2026-02-19 22:14:21.417995 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-02-19 22:14:21.421721 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:35.248959 | 213.61s 2026-02-19 22:14:24.376095 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-02-19 22:14:24.379585 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:38.206823 | 216.57s 2026-02-19 22:14:26.706091 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-02-19 22:14:26.709928 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.537167 | 218.90s 2026-02-19 22:14:29.857265 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-02-19 22:14:29.860979 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.688219 | 222.05s 2026-02-19 22:14:32.638045 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-02-19 22:14:32.641750 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.468983 | 224.83s 2026-02-19 22:14:36.394302 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-02-19 22:14:36.397905 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.225144 | 228.59s 2026-02-19 22:14:39.385912 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-02-19 22:14:39.388851 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.216090 | 231.58s 2026-02-19 22:14:42.377249 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-02-19 22:14:42.380610 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:56.207846 | 234.57s 2026-02-19 22:14:45.206414 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-02-19 22:14:45.207883 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.035131 | 237.40s 2026-02-19 22:14:47.992570 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-02-19 22:14:47.995601 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.822837 | 240.19s 2026-02-19 22:14:50.868290 | fa163e04-2df0-f988-2037-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-02-19 22:14:50.871349 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.698583 | 243.06s 2026-02-19 22:14:51.299087 | fa163e04-2df0-f988-2037-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.126322 | 243.49s 2026-02-19 22:14:51.515249 | fa163e04-2df0-f988-2037-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-19 22:14:51.516508 | fa163e04-2df0-f988-2037-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:05.343745 | 0.06s 2026-02-19 22:14:51.546991 | fa163e04-2df0-f988-2037-00000000220f | TASK | Fail if container image is undefined 2026-02-19 22:14:51.618529 | fa163e04-2df0-f988-2037-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:14:51.619693 | fa163e04-2df0-f988-2037-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:05.446931 | 0.07s 2026-02-19 22:14:51.665688 | fa163e04-2df0-f988-2037-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-19 22:14:56.410296 | fa163e04-2df0-f988-2037-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-19 22:14:56.411484 | fa163e04-2df0-f988-2037-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:10.238728 | 4.74s 2026-02-19 22:14:56.453524 | fa163e04-2df0-f988-2037-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-19 22:14:56.847325 | fa163e04-2df0-f988-2037-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-19 22:14:56.848844 | fa163e04-2df0-f988-2037-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:10.676082 | 0.39s 2026-02-19 22:14:56.910817 | fa163e04-2df0-f988-2037-00000000221c | TASK | Check if rsyslog exists 2026-02-19 22:14:57.212455 | fa163e04-2df0-f988-2037-00000000221c | CHANGED | Check if rsyslog exists | standalone 2026-02-19 22:14:57.213879 | fa163e04-2df0-f988-2037-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:11.041117 | 0.30s 2026-02-19 22:14:57.238779 | fa163e04-2df0-f988-2037-00000000221d | TASK | Forward logging to swift.log file 2026-02-19 22:14:57.759830 | fa163e04-2df0-f988-2037-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2026-02-19 22:14:57.761420 | fa163e04-2df0-f988-2037-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:11.588655 | 0.52s 2026-02-19 22:14:57.793108 | fa163e04-2df0-f988-2037-00000000221e | TASK | Restart rsyslogd service after logging conf change 2026-02-19 22:14:58.607753 | fa163e04-2df0-f988-2037-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-02-19 22:14:58.609932 | fa163e04-2df0-f988-2037-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:12.437169 | 0.81s 2026-02-19 22:14:58.641565 | fa163e04-2df0-f988-2037-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-19 22:14:58.911322 | fa163e04-2df0-f988-2037-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-19 22:14:58.913091 | fa163e04-2df0-f988-2037-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:12.740327 | 0.27s 2026-02-19 22:14:59.029838 | fa163e04-2df0-f988-2037-0000000000c3 | TIMING | include_tasks | standalone | 0:09:12.857059 | 0.09s 2026-02-19 22:14:59.073859 | 76ace4eb-fcdd-4f56-a90a-3a9748b334bd | INCLUDED | /root/standalone-ansible-m9flw3dy/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:14:59.099994 | fa163e04-2df0-f988-2037-0000000024a0 | TASK | Write the config_step hieradata 2026-02-19 22:14:59.597858 | fa163e04-2df0-f988-2037-0000000024a0 | OK | Write the config_step hieradata | standalone 2026-02-19 22:14:59.599333 | fa163e04-2df0-f988-2037-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:13.426571 | 0.50s 2026-02-19 22:14:59.624263 | fa163e04-2df0-f988-2037-0000000024a1 | TASK | Run puppet host configuration for step 1 2026-02-19 22:14:59.947304 | fa163e04-2df0-f988-2037-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2026-02-19 22:14:59.948867 | fa163e04-2df0-f988-2037-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:13.776102 | 0.32s 2026-02-19 22:14:59.980600 | fa163e04-2df0-f988-2037-0000000024a2 | TASK | Wait for puppet host configuration to finish 2026-02-19 22:15:00.249857 | fa163e04-2df0-f988-2037-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:15:10.466980 | fa163e04-2df0-f988-2037-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:15:20.679588 | fa163e04-2df0-f988-2037-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-19 22:15:30.896958 | fa163e04-2df0-f988-2037-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-02-19 22:15:41.106895 | fa163e04-2df0-f988-2037-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-02-19 22:15:51.347897 | fa163e04-2df0-f988-2037-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-02-19 22:16:01.571565 | fa163e04-2df0-f988-2037-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:16:01.572595 | fa163e04-2df0-f988-2037-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:15.399842 | 61.59s 2026-02-19 22:16:01.593609 | fa163e04-2df0-f988-2037-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2026-02-19 22:16:01.682727 | fa163e04-2df0-f988-2037-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 19 22:15:00 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:15:03 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:15:03 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:15:03 puppet-user: (file & line not available)", "<13>Feb 19 22:15:03 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 22:15:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 22:15:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:15:04 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Feb 19 22:15:04 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Feb 19 22:15:04 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Feb 19 22:15:04 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Feb 19 22:15:13 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Feb 19 22:15:22 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Feb 19 22:15:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Feb 19 22:15:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Feb 19 22:15:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Feb 19 22:15:25 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 19 22:15:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Feb 19 22:15:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Feb 19 22:15:30 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 19 22:15:32 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 19 22:15:33 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Feb 19 22:15:33 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Feb 19 22:15:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Feb 19 22:15:57 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:16:00 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Feb 19 22:16:00 puppet-user: Notice: Applied catalog in 55.70 seconds", "<13>Feb 19 22:16:00 puppet-user: Application:", "<13>Feb 19 22:16:00 puppet-user: Initial environment: production", "<13>Feb 19 22:16:00 puppet-user: Converged environment: production", "<13>Feb 19 22:16:00 puppet-user: Run mode: user", "<13>Feb 19 22:16:00 puppet-user: Changes:", "<13>Feb 19 22:16:00 puppet-user: Total: 17", "<13>Feb 19 22:16:00 puppet-user: Events:", "<13>Feb 19 22:16:00 puppet-user: Success: 17", "<13>Feb 19 22:16:00 puppet-user: Resources:", "<13>Feb 19 22:16:00 puppet-user: Restarted: 1", "<13>Feb 19 22:16:00 puppet-user: Changed: 16", "<13>Feb 19 22:16:00 puppet-user: Out of sync: 16", "<13>Feb 19 22:16:00 puppet-user: Total: 26", "<13>Feb 19 22:16:00 puppet-user: Time:", "<13>Feb 19 22:16:00 puppet-user: Schedule: 0.00", "<13>Feb 19 22:16:00 puppet-user: File line: 0.00", "<13>Feb 19 22:16:00 puppet-user: File: 0.00", "<13>Feb 19 22:16:00 puppet-user: Augeas: 0.02", "<13>Feb 19 22:16:00 puppet-user: User: 0.15", "<13>Feb 19 22:16:00 puppet-user: Config retrieval: 0.47", "<13>Feb 19 22:16:00 puppet-user: Package: 17.62", "<13>Feb 19 22:16:00 puppet-user: Last run: 1771539360", "<13>Feb 19 22:16:00 puppet-user: Exec: 28.89", "<13>Feb 19 22:16:00 puppet-user: Pcmk property: 3.67", "<13>Feb 19 22:16:00 puppet-user: Service: 4.11", "<13>Feb 19 22:16:00 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:16:00 puppet-user: Transaction evaluation: 55.69", "<13>Feb 19 22:16:00 puppet-user: Catalog application: 55.70", "<13>Feb 19 22:16:00 puppet-user: Total: 55.70", "<13>Feb 19 22:16:00 puppet-user: Version:", "<13>Feb 19 22:16:00 puppet-user: Config: 1771539303", "<13>Feb 19 22:16:00 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:16:01.683721 | fa163e04-2df0-f988-2037-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:15.510968 | 0.09s 2026-02-19 22:16:01.704935 | fa163e04-2df0-f988-2037-0000000024a4 | TASK | Pre-cache facts for puppet containers 2026-02-19 22:16:01.733211 | fa163e04-2df0-f988-2037-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:15.560447 | 0.03s 2026-02-19 22:16:01.784842 | fa163e04-2df0-f988-2037-0000000024eb | TASK | Gather variables for each operating system 2026-02-19 22:16:01.909403 | fa163e04-2df0-f988-2037-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:15.736609 | 0.12s 2026-02-19 22:16:01.942659 | fa163e04-2df0-f988-2037-0000000024ec | TASK | Create puppet caching structures 2026-02-19 22:16:02.242945 | fa163e04-2df0-f988-2037-0000000024ec | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:16:02.244831 | fa163e04-2df0-f988-2037-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:16.072063 | 0.30s 2026-02-19 22:16:02.276572 | fa163e04-2df0-f988-2037-0000000024ed | TASK | Check for facter.conf 2026-02-19 22:16:02.515854 | fa163e04-2df0-f988-2037-0000000024ed | OK | Check for facter.conf | standalone 2026-02-19 22:16:02.517578 | fa163e04-2df0-f988-2037-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:16.344813 | 0.24s 2026-02-19 22:16:02.549729 | fa163e04-2df0-f988-2037-0000000024ee | TASK | Remove facter.conf if directory 2026-02-19 22:16:02.602808 | fa163e04-2df0-f988-2037-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:16:02.604427 | fa163e04-2df0-f988-2037-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:16.431661 | 0.05s 2026-02-19 22:16:02.635737 | fa163e04-2df0-f988-2037-0000000024ef | TASK | Write facter cache config 2026-02-19 22:16:03.145859 | fa163e04-2df0-f988-2037-0000000024ef | CHANGED | Write facter cache config | standalone 2026-02-19 22:16:03.147667 | fa163e04-2df0-f988-2037-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:16.974902 | 0.51s 2026-02-19 22:16:03.179253 | fa163e04-2df0-f988-2037-0000000024f0 | TASK | Cleanup facter cache if exists 2026-02-19 22:16:03.416663 | fa163e04-2df0-f988-2037-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2026-02-19 22:16:03.417999 | fa163e04-2df0-f988-2037-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:17.245236 | 0.24s 2026-02-19 22:16:03.448268 | fa163e04-2df0-f988-2037-0000000024f1 | TASK | Pre-cache facts 2026-02-19 22:16:04.109352 | fa163e04-2df0-f988-2037-0000000024f1 | CHANGED | Pre-cache facts | standalone 2026-02-19 22:16:04.111129 | fa163e04-2df0-f988-2037-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:17.938364 | 0.66s 2026-02-19 22:16:04.146750 | fa163e04-2df0-f988-2037-0000000024f2 | TASK | Failed deployment if facter fails 2026-02-19 22:16:04.190379 | fa163e04-2df0-f988-2037-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:16:04.192067 | fa163e04-2df0-f988-2037-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:18.019261 | 0.04s 2026-02-19 22:16:04.244537 | fa163e04-2df0-f988-2037-0000000024f3 | TASK | Sync cached facts 2026-02-19 22:16:04.750408 | fa163e04-2df0-f988-2037-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e04-2df0-f988-2037-0000000024f3') missing from stats 2026-02-19 22:16:04.812711 | fa163e04-2df0-f988-2037-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:16:04.866700 | fa163e04-2df0-f988-2037-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:18.693918 | 0.05s 2026-02-19 22:16:04.900916 | 93f4a9fd-9e62-4e99-baf5-93564d05951b | INCLUDED | /root/standalone-ansible-m9flw3dy/generate-config-tasks.yaml | standalone 2026-02-19 22:16:04.937282 | fa163e04-2df0-f988-2037-00000000253d | TASK | Create base directory puppet configs 2026-02-19 22:16:05.184027 | fa163e04-2df0-f988-2037-00000000253d | CHANGED | Create base directory puppet configs | standalone 2026-02-19 22:16:05.185849 | fa163e04-2df0-f988-2037-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:19.013084 | 0.25s 2026-02-19 22:16:05.222631 | fa163e04-2df0-f988-2037-00000000253e | TASK | Generate container puppet configs for step 1 2026-02-19 22:16:05.513644 | fa163e04-2df0-f988-2037-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2026-02-19 22:16:05.515287 | fa163e04-2df0-f988-2037-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:19.342520 | 0.29s 2026-02-19 22:16:05.550909 | fa163e04-2df0-f988-2037-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-02-19 22:16:05.583944 | fa163e04-2df0-f988-2037-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:19.411173 | 0.03s 2026-02-19 22:16:05.659371 | fa163e04-2df0-f988-2037-0000000025c9 | TASK | Gather variables for each operating system 2026-02-19 22:16:05.784506 | fa163e04-2df0-f988-2037-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:19.611725 | 0.12s 2026-02-19 22:16:05.816188 | fa163e04-2df0-f988-2037-0000000025ca | TASK | Create container logs path 2026-02-19 22:16:06.076553 | fa163e04-2df0-f988-2037-0000000025ca | OK | Create container logs path | standalone 2026-02-19 22:16:06.078311 | fa163e04-2df0-f988-2037-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:19.905547 | 0.26s 2026-02-19 22:16:06.115091 | fa163e04-2df0-f988-2037-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:16:06.564148 | fa163e04-2df0-f988-2037-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:16:06.565790 | fa163e04-2df0-f988-2037-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:20.393025 | 0.45s 2026-02-19 22:16:06.599542 | fa163e04-2df0-f988-2037-0000000025cd | TASK | Finalise hashes for all containers 2026-02-19 22:16:06.680783 | fa163e04-2df0-f988-2037-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-02-19 22:16:06.682943 | fa163e04-2df0-f988-2037-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:20.510170 | 0.08s 2026-02-19 22:16:06.714368 | fa163e04-2df0-f988-2037-0000000025cf | TASK | Manage systemd shutdown files 2026-02-19 22:16:06.757229 | fa163e04-2df0-f988-2037-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:16:06.758683 | fa163e04-2df0-f988-2037-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:20.585920 | 0.04s 2026-02-19 22:16:06.791759 | fa163e04-2df0-f988-2037-0000000025d1 | TASK | Update container configs with new config hashes 2026-02-19 22:16:06.861947 | fa163e04-2df0-f988-2037-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:16:06.863576 | fa163e04-2df0-f988-2037-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:20.690811 | 0.07s 2026-02-19 22:16:06.890896 | fa163e04-2df0-f988-2037-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:16:06.951980 | fa163e04-2df0-f988-2037-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:20.779211 | 0.06s 2026-02-19 22:16:06.979335 | a87edf36-653e-49bd-8b04-ba4378680b3b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:16:07.010727 | fa163e04-2df0-f988-2037-000000002616 | TASK | Gather podman infos 2026-02-19 22:16:07.624340 | fa163e04-2df0-f988-2037-000000002616 | OK | Gather podman infos | standalone 2026-02-19 22:16:07.626186 | fa163e04-2df0-f988-2037-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:21.453420 | 0.61s 2026-02-19 22:16:07.666033 | fa163e04-2df0-f988-2037-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:16:07.733754 | fa163e04-2df0-f988-2037-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:16:07.735223 | fa163e04-2df0-f988-2037-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:21.562458 | 0.07s 2026-02-19 22:16:07.774704 | fa163e04-2df0-f988-2037-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:16:07.832727 | fa163e04-2df0-f988-2037-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:21.659953 | 0.06s 2026-02-19 22:16:07.859143 | 56191997-371d-4524-af97-72b6a9d19baf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:16:07.896220 | fa163e04-2df0-f988-2037-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:16:41.957285 | fa163e04-2df0-f988-2037-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:16:41.963419 | fa163e04-2df0-f988-2037-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:55.790640 | 34.07s 2026-02-19 22:16:42.048721 | fa163e04-2df0-f988-2037-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:16:42.135246 | fa163e04-2df0-f988-2037-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:16:42.136450 | fa163e04-2df0-f988-2037-000000002641 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:55.963692 | 0.08s 2026-02-19 22:16:42.191869 | fa163e04-2df0-f988-2037-000000002541 | TASK | Diff puppet-generated changes for check mode 2026-02-19 22:16:42.229770 | fa163e04-2df0-f988-2037-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-19 22:16:42.231290 | fa163e04-2df0-f988-2037-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:56.058526 | 0.04s 2026-02-19 22:16:42.261714 | fa163e04-2df0-f988-2037-000000002542 | TASK | Diff puppet-generated changes for check mode 2026-02-19 22:16:42.294364 | fa163e04-2df0-f988-2037-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-19 22:16:42.295913 | fa163e04-2df0-f988-2037-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:56.123145 | 0.03s 2026-02-19 22:16:42.329302 | fa163e04-2df0-f988-2037-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2026-02-19 22:16:42.359378 | fa163e04-2df0-f988-2037-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:10:56.186602 | 0.03s 2026-02-19 22:16:42.427735 | fa163e04-2df0-f988-2037-000000002696 | TASK | Gather variables for each operating system 2026-02-19 22:16:42.550779 | fa163e04-2df0-f988-2037-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:56.377998 | 0.12s 2026-02-19 22:16:42.577664 | fa163e04-2df0-f988-2037-000000002697 | TASK | Create container logs path 2026-02-19 22:16:42.842480 | fa163e04-2df0-f988-2037-000000002697 | OK | Create container logs path | standalone 2026-02-19 22:16:42.844321 | fa163e04-2df0-f988-2037-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:56.671554 | 0.27s 2026-02-19 22:16:42.879514 | fa163e04-2df0-f988-2037-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:16:43.167941 | fa163e04-2df0-f988-2037-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-19 22:16:43.169526 | fa163e04-2df0-f988-2037-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:56.996762 | 0.29s 2026-02-19 22:16:43.201458 | fa163e04-2df0-f988-2037-00000000269a | TASK | Finalise hashes for all containers 2026-02-19 22:16:43.275195 | fa163e04-2df0-f988-2037-00000000269a | OK | Finalise hashes for all containers | standalone 2026-02-19 22:16:43.276496 | fa163e04-2df0-f988-2037-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:57.103729 | 0.07s 2026-02-19 22:16:43.308355 | fa163e04-2df0-f988-2037-00000000269c | TASK | Manage systemd shutdown files 2026-02-19 22:16:43.345469 | fa163e04-2df0-f988-2037-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:57.172698 | 0.04s 2026-02-19 22:16:43.383906 | e4fb8cfb-6797-4710-b25d-5bb13bfd1da2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:16:43.412940 | fa163e04-2df0-f988-2037-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:16:43.665982 | fa163e04-2df0-f988-2037-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:16:43.667903 | fa163e04-2df0-f988-2037-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:10:57.495137 | 0.25s 2026-02-19 22:16:43.700911 | fa163e04-2df0-f988-2037-0000000026d0 | TASK | Set podman_drop_in fact 2026-02-19 22:16:43.765713 | fa163e04-2df0-f988-2037-0000000026d0 | OK | Set podman_drop_in fact | standalone 2026-02-19 22:16:43.767250 | fa163e04-2df0-f988-2037-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:10:57.594487 | 0.06s 2026-02-19 22:16:43.799187 | fa163e04-2df0-f988-2037-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:16:44.361224 | fa163e04-2df0-f988-2037-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:16:44.363205 | fa163e04-2df0-f988-2037-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:58.190437 | 0.56s 2026-02-19 22:16:44.886542 | fa163e04-2df0-f988-2037-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:16:44.888686 | fa163e04-2df0-f988-2037-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:58.715922 | 1.09s 2026-02-19 22:16:44.899286 | fa163e04-2df0-f988-2037-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:58.726517 | 1.10s 2026-02-19 22:16:44.930625 | fa163e04-2df0-f988-2037-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:16:45.465070 | fa163e04-2df0-f988-2037-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:16:45.466659 | fa163e04-2df0-f988-2037-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:10:59.293897 | 0.53s 2026-02-19 22:16:45.497522 | fa163e04-2df0-f988-2037-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:16:46.009407 | fa163e04-2df0-f988-2037-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:16:46.011596 | fa163e04-2df0-f988-2037-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:10:59.838833 | 0.51s 2026-02-19 22:16:46.043775 | fa163e04-2df0-f988-2037-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:16:47.055670 | fa163e04-2df0-f988-2037-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:16:47.058333 | fa163e04-2df0-f988-2037-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:00.885569 | 1.01s 2026-02-19 22:16:47.090082 | fa163e04-2df0-f988-2037-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:16:47.625472 | fa163e04-2df0-f988-2037-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:16:47.627262 | fa163e04-2df0-f988-2037-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:01.454498 | 0.54s 2026-02-19 22:16:47.657876 | fa163e04-2df0-f988-2037-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:16:48.209710 | fa163e04-2df0-f988-2037-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:16:48.211550 | fa163e04-2df0-f988-2037-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:02.038784 | 0.55s 2026-02-19 22:16:48.243733 | fa163e04-2df0-f988-2037-0000000026d8 | TASK | Enable and start netns-placeholder 2026-02-19 22:16:49.234460 | fa163e04-2df0-f988-2037-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:16:49.236482 | fa163e04-2df0-f988-2037-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:03.063718 | 0.99s 2026-02-19 22:16:49.268467 | fa163e04-2df0-f988-2037-00000000269e | TASK | Update container configs with new config hashes 2026-02-19 22:16:49.348357 | fa163e04-2df0-f988-2037-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:03.175578 | 0.08s 2026-02-19 22:16:49.370948 | 745c5c27-351f-4eef-97eb-d236dcbd36b2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:16:49.405569 | fa163e04-2df0-f988-2037-000000002700 | TASK | Update config hashes for container startup configs 2026-02-19 22:16:49.736473 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2026-02-19 22:16:49.737838 | | WARNING | Config change detected for mysql_bootstrap, new hash: 9349df0533640c20a32853d7b991bd48 2026-02-19 22:16:49.738414 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 5ea995152d81b907a9cb6db91a1ed3ee 2026-02-19 22:16:49.738929 | | WARNING | Config change detected for clustercheck, new hash: e2a1feb75f585f2735eaf937cf82147c 2026-02-19 22:16:49.739440 | | WARNING | Config change detected for horizon_fix_perms, new hash: 869de2e9cd5ee35eb28f9eb2b4b6bb3b 2026-02-19 22:16:49.739917 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 9349df0533640c20a32853d7b991bd48 2026-02-19 22:16:49.740465 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.740937 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.741449 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.741918 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.742422 | | WARNING | Config change detected for aodh_db_sync, new hash: 775425ac7d34645cc187cc5f326b002c 2026-02-19 22:16:49.742914 | | WARNING | Config change detected for barbican_api, new hash: b5658c76d8eda06a8948478b5c12dcbd 2026-02-19 22:16:49.743421 | | WARNING | Config change detected for barbican_api_db_sync, new hash: b5658c76d8eda06a8948478b5c12dcbd 2026-02-19 22:16:49.743896 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: b5658c76d8eda06a8948478b5c12dcbd 2026-02-19 22:16:49.744398 | | WARNING | Config change detected for barbican_keystone_listener, new hash: b5658c76d8eda06a8948478b5c12dcbd 2026-02-19 22:16:49.744866 | | WARNING | Config change detected for barbican_worker, new hash: b5658c76d8eda06a8948478b5c12dcbd 2026-02-19 22:16:49.745355 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 29d7514b1a46447964d90a83546df487 2026-02-19 22:16:49.745816 | | WARNING | Config change detected for glance_api_db_sync, new hash: 8ba676ff2a025602efd3ca4ccb49183c-f5c8d88436d214278f23784b0f5da2f4 2026-02-19 22:16:49.746314 | | WARNING | Config change detected for heat_engine_db_sync, new hash: d8ab2197eb6cc0689cad31a993d91931 2026-02-19 22:16:49.746797 | | WARNING | Config change detected for horizon, new hash: 869de2e9cd5ee35eb28f9eb2b4b6bb3b 2026-02-19 22:16:49.747316 | | WARNING | Config change detected for iscsid, new hash: f5c8d88436d214278f23784b0f5da2f4 2026-02-19 22:16:49.747782 | | WARNING | Config change detected for keystone, new hash: 7493d6ba3b06484a044f852937758d70 2026-02-19 22:16:49.748279 | | WARNING | Config change detected for keystone_cron, new hash: 7493d6ba3b06484a044f852937758d70 2026-02-19 22:16:49.748738 | | WARNING | Config change detected for keystone_db_sync, new hash: 7493d6ba3b06484a044f852937758d70 2026-02-19 22:16:49.749231 | | WARNING | Config change detected for manila_api_db_sync, new hash: c0328a843951623c58fedc12b3cd4ad4 2026-02-19 22:16:49.749692 | | WARNING | Config change detected for neutron_db_sync, new hash: c9a0e81ccd94028a3f3d2acb4e66d014 2026-02-19 22:16:49.750219 | | WARNING | Config change detected for nova_api_db_sync, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.750739 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.751284 | | WARNING | Config change detected for nova_db_sync, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.751754 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.752246 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.752711 | | WARNING | Config change detected for nova_virtproxyd, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.753291 | | WARNING | Config change detected for nova_virtqemud, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.753812 | | WARNING | Config change detected for nova_virtsecretd, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.754333 | | WARNING | Config change detected for nova_virtstoraged, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.754813 | | WARNING | Config change detected for octavia_db_sync, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.755319 | | WARNING | Config change detected for placement_api_db_sync, new hash: d888d98584705765ce80d711b0ac2964 2026-02-19 22:16:49.755785 | | WARNING | Config change detected for swift_copy_rings, new hash: 5bc46a66ca110809ca821a1e86d68b11-3eaf57eaaeb76e91e0747933c3043420 2026-02-19 22:16:49.756364 | | WARNING | Config change detected for aodh_api, new hash: 775425ac7d34645cc187cc5f326b002c 2026-02-19 22:16:49.756821 | | WARNING | Config change detected for aodh_api_cron, new hash: 775425ac7d34645cc187cc5f326b002c 2026-02-19 22:16:49.757313 | | WARNING | Config change detected for aodh_evaluator, new hash: 775425ac7d34645cc187cc5f326b002c 2026-02-19 22:16:49.757775 | | WARNING | Config change detected for aodh_listener, new hash: 775425ac7d34645cc187cc5f326b002c 2026-02-19 22:16:49.758302 | | WARNING | Config change detected for aodh_notifier, new hash: 775425ac7d34645cc187cc5f326b002c 2026-02-19 22:16:49.758798 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 96d25510a0d576b978720ef90dd2a8cc 2026-02-19 22:16:49.759331 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 96d25510a0d576b978720ef90dd2a8cc 2026-02-19 22:16:49.759839 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 96d25510a0d576b978720ef90dd2a8cc 2026-02-19 22:16:49.760365 | | WARNING | Config change detected for cinder_api, new hash: 29d7514b1a46447964d90a83546df487 2026-02-19 22:16:49.760827 | | WARNING | Config change detected for cinder_api_cron, new hash: 29d7514b1a46447964d90a83546df487 2026-02-19 22:16:49.761321 | | WARNING | Config change detected for cinder_scheduler, new hash: 29d7514b1a46447964d90a83546df487 2026-02-19 22:16:49.761798 | | WARNING | Config change detected for glance_api, new hash: 8ba676ff2a025602efd3ca4ccb49183c-f5c8d88436d214278f23784b0f5da2f4 2026-02-19 22:16:49.762291 | | WARNING | Config change detected for glance_api_cron, new hash: 8ba676ff2a025602efd3ca4ccb49183c 2026-02-19 22:16:49.762766 | | WARNING | Config change detected for glance_api_internal, new hash: 692173e311a82d7e02f198042ff23edd-f5c8d88436d214278f23784b0f5da2f4 2026-02-19 22:16:49.763271 | | WARNING | Config change detected for heat_api, new hash: 0b0703ae23d8ac6a85d546777245dc4c 2026-02-19 22:16:49.763764 | | WARNING | Config change detected for heat_api_cfn, new hash: aec89b793f6ade3c0b79b18f0fa51530 2026-02-19 22:16:49.764274 | | WARNING | Config change detected for heat_api_cron, new hash: 0b0703ae23d8ac6a85d546777245dc4c 2026-02-19 22:16:49.764750 | | WARNING | Config change detected for heat_engine, new hash: d8ab2197eb6cc0689cad31a993d91931 2026-02-19 22:16:49.765275 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-02-19 22:16:49.765765 | | WARNING | Config change detected for manila_api, new hash: c0328a843951623c58fedc12b3cd4ad4 2026-02-19 22:16:49.766298 | | WARNING | Config change detected for manila_api_cron, new hash: c0328a843951623c58fedc12b3cd4ad4 2026-02-19 22:16:49.766804 | | WARNING | Config change detected for manila_scheduler, new hash: c0328a843951623c58fedc12b3cd4ad4 2026-02-19 22:16:49.767322 | | WARNING | Config change detected for neutron_api, new hash: c9a0e81ccd94028a3f3d2acb4e66d014 2026-02-19 22:16:49.767780 | | WARNING | Config change detected for neutron_dhcp, new hash: c9a0e81ccd94028a3f3d2acb4e66d014 2026-02-19 22:16:49.768274 | | WARNING | Config change detected for neutron_sriov_agent, new hash: c9a0e81ccd94028a3f3d2acb4e66d014 2026-02-19 22:16:49.768730 | | WARNING | Config change detected for nova_api, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.769217 | | WARNING | Config change detected for nova_api_cron, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.769675 | | WARNING | Config change detected for nova_conductor, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.770166 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.770648 | | WARNING | Config change detected for nova_metadata, new hash: e407769777c94f0a0f2fb23341041f83 2026-02-19 22:16:49.771150 | | WARNING | Config change detected for nova_migration_target, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.771612 | | WARNING | Config change detected for nova_scheduler, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.772105 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.772557 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 3428cd59664f95f8567ee06aee1b2b6b 2026-02-19 22:16:49.773041 | | WARNING | Config change detected for octavia_api, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.773513 | | WARNING | Config change detected for octavia_driver_agent, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.773977 | | WARNING | Config change detected for ovn_metadata_agent, new hash: c9a0e81ccd94028a3f3d2acb4e66d014 2026-02-19 22:16:49.774519 | | WARNING | Config change detected for placement_api, new hash: d888d98584705765ce80d711b0ac2964 2026-02-19 22:16:49.775065 | | WARNING | Config change detected for placement_wait_for_service, new hash: d888d98584705765ce80d711b0ac2964 2026-02-19 22:16:49.775564 | | WARNING | Config change detected for swift_account_reaper, new hash: 5bc46a66ca110809ca821a1e86d68b11 2026-02-19 22:16:49.776081 | | WARNING | Config change detected for swift_account_server, new hash: 5bc46a66ca110809ca821a1e86d68b11 2026-02-19 22:16:49.776562 | | WARNING | Config change detected for swift_container_server, new hash: 5bc46a66ca110809ca821a1e86d68b11 2026-02-19 22:16:49.777051 | | WARNING | Config change detected for swift_container_updater, new hash: 5bc46a66ca110809ca821a1e86d68b11 2026-02-19 22:16:49.777525 | | WARNING | Config change detected for swift_object_expirer, new hash: 5bc46a66ca110809ca821a1e86d68b11 2026-02-19 22:16:49.777986 | | WARNING | Config change detected for swift_object_server, new hash: 5bc46a66ca110809ca821a1e86d68b11 2026-02-19 22:16:49.778481 | | WARNING | Config change detected for swift_object_updater, new hash: 5bc46a66ca110809ca821a1e86d68b11 2026-02-19 22:16:49.778963 | | WARNING | Config change detected for swift_proxy, new hash: 5bc46a66ca110809ca821a1e86d68b11 2026-02-19 22:16:49.779486 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 96d25510a0d576b978720ef90dd2a8cc 2026-02-19 22:16:49.779997 | | WARNING | Config change detected for gnocchi_api, new hash: a1a64ffb6379a5c5eca1de1c2a61ead3 2026-02-19 22:16:49.780508 | | WARNING | Config change detected for gnocchi_db_sync, new hash: a1a64ffb6379a5c5eca1de1c2a61ead3 2026-02-19 22:16:49.780960 | | WARNING | Config change detected for gnocchi_metricd, new hash: a1a64ffb6379a5c5eca1de1c2a61ead3 2026-02-19 22:16:49.781497 | | WARNING | Config change detected for gnocchi_statsd, new hash: a1a64ffb6379a5c5eca1de1c2a61ead3 2026-02-19 22:16:49.781951 | | WARNING | Config change detected for nova_compute, new hash: f5c8d88436d214278f23784b0f5da2f4-785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.782440 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 785210fbabdf2760a1989f6e9b57c5a2 2026-02-19 22:16:49.782959 | | WARNING | Config change detected for octavia_health_manager, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.783461 | | WARNING | Config change detected for octavia_housekeeping, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.783750 | | WARNING | Config change detected for octavia_rsyslog, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.784055 | | WARNING | Config change detected for octavia_worker, new hash: eba3afd30ec742a8943de1fed3cbda05 2026-02-19 22:16:49.784376 | fa163e04-2df0-f988-2037-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2026-02-19 22:16:49.784942 | fa163e04-2df0-f988-2037-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:03.612184 | 0.38s 2026-02-19 22:16:49.811024 | fa163e04-2df0-f988-2037-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:16:49.874942 | fa163e04-2df0-f988-2037-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:03.702171 | 0.06s 2026-02-19 22:16:49.899259 | 174ec626-8af1-4848-96e4-ca40565d1117 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:16:49.937279 | fa163e04-2df0-f988-2037-00000000271f | TASK | Gather podman infos 2026-02-19 22:16:50.953187 | fa163e04-2df0-f988-2037-00000000271f | OK | Gather podman infos | standalone 2026-02-19 22:16:50.954592 | fa163e04-2df0-f988-2037-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:04.781830 | 1.02s 2026-02-19 22:16:51.026516 | fa163e04-2df0-f988-2037-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:16:51.103446 | fa163e04-2df0-f988-2037-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:04.930670 | 0.07s 2026-02-19 22:16:51.267199 | fa163e04-2df0-f988-2037-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:05.094421 | 0.09s 2026-02-19 22:16:51.328970 | fa163e04-2df0-f988-2037-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:16:51.382042 | fa163e04-2df0-f988-2037-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:05.209241 | 0.05s 2026-02-19 22:16:51.407562 | 86ef554f-2d3c-477f-8fa1-fcf0283a32c1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:16:51.451712 | fa163e04-2df0-f988-2037-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:16:59.397851 | fa163e04-2df0-f988-2037-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-19 22:16:59.399807 | fa163e04-2df0-f988-2037-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:13.227043 | 7.95s 2026-02-19 22:16:59.437839 | fa163e04-2df0-f988-2037-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:17:02.311398 | fa163e04-2df0-f988-2037-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-19 22:17:02.314246 | fa163e04-2df0-f988-2037-000000002790 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:16.141479 | 2.87s 2026-02-19 22:17:02.389561 | fa163e04-2df0-f988-2037-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2026-02-19 22:17:02.623132 | fa163e04-2df0-f988-2037-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-02-19 22:17:02.625272 | fa163e04-2df0-f988-2037-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:16.452502 | 0.23s 2026-02-19 22:17:02.684311 | fa163e04-2df0-f988-2037-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2026-02-19 22:17:02.746089 | fa163e04-2df0-f988-2037-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:16.573316 | 0.06s 2026-02-19 22:17:02.779882 | fa163e04-2df0-f988-2037-0000000024ab | TASK | Include container-puppet tasks for step 1 2026-02-19 22:17:02.840868 | fa163e04-2df0-f988-2037-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:16.668089 | 0.06s 2026-02-19 22:17:02.870255 | c79d7fe6-22ea-4274-9a32-4c17185f9103 | INCLUDED | /root/standalone-ansible-m9flw3dy/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:17:02.919696 | fa163e04-2df0-f988-2037-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2026-02-19 22:17:03.532490 | fa163e04-2df0-f988-2037-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-02-19 22:17:03.534587 | fa163e04-2df0-f988-2037-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:17.361816 | 0.61s 2026-02-19 22:17:03.575876 | fa163e04-2df0-f988-2037-0000000027dd | TASK | Generate container puppet configs for step 1 2026-02-19 22:17:03.871746 | fa163e04-2df0-f988-2037-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2026-02-19 22:17:03.873626 | fa163e04-2df0-f988-2037-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:17.700862 | 0.30s 2026-02-19 22:17:03.907332 | fa163e04-2df0-f988-2037-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-02-19 22:17:03.939511 | fa163e04-2df0-f988-2037-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:17.766738 | 0.03s 2026-02-19 22:17:03.999728 | fa163e04-2df0-f988-2037-0000000025c9 | TASK | Gather variables for each operating system 2026-02-19 22:17:04.127398 | fa163e04-2df0-f988-2037-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:17.954618 | 0.13s 2026-02-19 22:17:04.161138 | fa163e04-2df0-f988-2037-0000000025ca | TASK | Create container logs path 2026-02-19 22:17:04.430647 | fa163e04-2df0-f988-2037-0000000025ca | OK | Create container logs path | standalone 2026-02-19 22:17:04.431811 | fa163e04-2df0-f988-2037-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:18.259056 | 0.27s 2026-02-19 22:17:04.463166 | fa163e04-2df0-f988-2037-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:17:04.733873 | fa163e04-2df0-f988-2037-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:17:04.734918 | fa163e04-2df0-f988-2037-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:18.562166 | 0.27s 2026-02-19 22:17:04.757924 | fa163e04-2df0-f988-2037-0000000025cd | TASK | Finalise hashes for all containers 2026-02-19 22:17:04.809375 | fa163e04-2df0-f988-2037-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-02-19 22:17:04.810782 | fa163e04-2df0-f988-2037-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:18.638020 | 0.05s 2026-02-19 22:17:04.842311 | fa163e04-2df0-f988-2037-0000000025cf | TASK | Manage systemd shutdown files 2026-02-19 22:17:04.882508 | fa163e04-2df0-f988-2037-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:17:04.883687 | fa163e04-2df0-f988-2037-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:18.710926 | 0.04s 2026-02-19 22:17:04.916888 | fa163e04-2df0-f988-2037-0000000025d1 | TASK | Update container configs with new config hashes 2026-02-19 22:17:04.971718 | fa163e04-2df0-f988-2037-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:17:04.973255 | fa163e04-2df0-f988-2037-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:18.800491 | 0.05s 2026-02-19 22:17:05.009823 | fa163e04-2df0-f988-2037-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:17:05.063634 | fa163e04-2df0-f988-2037-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:17:05.065067 | fa163e04-2df0-f988-2037-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:18.892303 | 0.05s 2026-02-19 22:17:05.100678 | fa163e04-2df0-f988-2037-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:17:05.157715 | fa163e04-2df0-f988-2037-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:17:05.159202 | fa163e04-2df0-f988-2037-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:18.986438 | 0.06s PLAY [External deployment step 2] ********************************************** 2026-02-19 22:17:05.329616 | fa163e04-2df0-f988-2037-0000000000c6 | TASK | External deployment step 2 2026-02-19 22:17:05.362732 | fa163e04-2df0-f988-2037-0000000000c6 | OK | External deployment step 2 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 2' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e04-2df0-f988-2037-0000000000c6') missing from stats 2026-02-19 22:17:05.416986 | fa163e04-2df0-f988-2037-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:19.244225 | 0.04s 2026-02-19 22:17:05.432664 | bf569a2b-8c2e-441a-be53-ada67cd6b347 | INCLUDED | /root/standalone-ansible-m9flw3dy/external_deploy_steps_tasks_step2.yaml | undercloud 2026-02-19 22:17:05.448664 | fa163e04-2df0-f988-2037-000000002858 | TASK | create cephadm working directory and related files 2026-02-19 22:17:05.488704 | fa163e04-2df0-f988-2037-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:19.315951 | 0.04s 2026-02-19 22:17:05.528190 | fa163e04-2df0-f988-2037-000000002880 | TASK | create cephadm workdir 2026-02-19 22:17:05.815096 | fa163e04-2df0-f988-2037-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-m9flw3dy/cephadm 2026-02-19 22:17:05.816664 | fa163e04-2df0-f988-2037-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:19.643902 | 0.29s 2026-02-19 22:17:05.830526 | fa163e04-2df0-f988-2037-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:19.657743 | 0.30s 2026-02-19 22:17:05.854641 | fa163e04-2df0-f988-2037-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2026-02-19 22:17:06.151349 | fa163e04-2df0-f988-2037-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2026-02-19 22:17:06.153245 | fa163e04-2df0-f988-2037-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:19.980482 | 0.30s 2026-02-19 22:17:06.172169 | fa163e04-2df0-f988-2037-000000002882 | TASK | get the list of enabled services on the overcloud 2026-02-19 22:17:06.258804 | fa163e04-2df0-f988-2037-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2026-02-19 22:17:06.260421 | fa163e04-2df0-f988-2037-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:20.087659 | 0.09s 2026-02-19 22:17:06.281955 | fa163e04-2df0-f988-2037-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2026-02-19 22:17:06.339891 | fa163e04-2df0-f988-2037-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2026-02-19 22:17:06.341820 | fa163e04-2df0-f988-2037-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:20.169054 | 0.06s 2026-02-19 22:17:06.417911 | fa163e04-2df0-f988-2037-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:20.245147 | 0.06s 2026-02-19 22:17:06.506284 | fa163e04-2df0-f988-2037-000000002908 | TASK | set basic user fact 2026-02-19 22:17:06.577073 | fa163e04-2df0-f988-2037-000000002908 | SKIPPED | set basic user fact | undercloud 2026-02-19 22:17:06.578590 | fa163e04-2df0-f988-2037-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:20.405823 | 0.07s 2026-02-19 22:17:06.597966 | fa163e04-2df0-f988-2037-000000002909 | TASK | set basic home fact 2026-02-19 22:17:06.680141 | fa163e04-2df0-f988-2037-000000002909 | OK | set basic home fact | undercloud 2026-02-19 22:17:06.681306 | fa163e04-2df0-f988-2037-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:20.508545 | 0.08s 2026-02-19 22:17:06.699533 | fa163e04-2df0-f988-2037-00000000290a | TASK | set calling_ansible_environment_variables fact 2026-02-19 22:17:06.795925 | fa163e04-2df0-f988-2037-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2026-02-19 22:17:06.797469 | fa163e04-2df0-f988-2037-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:20.624705 | 0.10s 2026-02-19 22:17:06.820675 | fa163e04-2df0-f988-2037-00000000290c | TASK | get all ansible environment variables 2026-02-19 22:17:06.884303 | fa163e04-2df0-f988-2037-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2026-02-19 22:17:06.885637 | fa163e04-2df0-f988-2037-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:20.712876 | 0.06s 2026-02-19 22:17:06.904238 | fa163e04-2df0-f988-2037-00000000290d | TASK | set calling_ansible_environment_variables 2026-02-19 22:17:06.989541 | fa163e04-2df0-f988-2037-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2026-02-19 22:17:06.990704 | fa163e04-2df0-f988-2037-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:20.817944 | 0.09s 2026-02-19 22:17:07.008995 | fa163e04-2df0-f988-2037-00000000290f | TASK | Set common fact 2026-02-19 22:17:07.074970 | fa163e04-2df0-f988-2037-00000000290f | OK | Set common fact | undercloud 2026-02-19 22:17:07.076313 | fa163e04-2df0-f988-2037-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:20.903553 | 0.07s 2026-02-19 22:17:07.091243 | fa163e04-2df0-f988-2037-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2026-02-19 22:17:07.129890 | fa163e04-2df0-f988-2037-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2026-02-19 22:17:07.133407 | fa163e04-2df0-f988-2037-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:20.960636 | 0.04s 2026-02-19 22:17:07.172942 | fa163e04-2df0-f988-2037-000000002912 | TASK | build filter list 2026-02-19 22:17:07.210399 | fa163e04-2df0-f988-2037-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:21.037621 | 0.04s 2026-02-19 22:17:07.229914 | fa163e04-2df0-f988-2037-000000002913 | TASK | add images pool 2026-02-19 22:17:07.315695 | fa163e04-2df0-f988-2037-000000002913 | OK | add images pool | undercloud 2026-02-19 22:17:07.317086 | fa163e04-2df0-f988-2037-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:21.144325 | 0.09s 2026-02-19 22:17:07.335525 | fa163e04-2df0-f988-2037-000000002914 | TASK | add volumes pool 2026-02-19 22:17:07.411268 | fa163e04-2df0-f988-2037-000000002914 | OK | add volumes pool | undercloud 2026-02-19 22:17:07.412550 | fa163e04-2df0-f988-2037-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:21.239788 | 0.08s 2026-02-19 22:17:07.430584 | fa163e04-2df0-f988-2037-000000002915 | TASK | add vms pool 2026-02-19 22:17:07.494647 | fa163e04-2df0-f988-2037-000000002915 | OK | add vms pool | undercloud 2026-02-19 22:17:07.495821 | fa163e04-2df0-f988-2037-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:21.323061 | 0.06s 2026-02-19 22:17:07.514918 | fa163e04-2df0-f988-2037-000000002916 | TASK | add gnocchi pool 2026-02-19 22:17:07.557584 | fa163e04-2df0-f988-2037-000000002916 | SKIPPED | add gnocchi pool | undercloud 2026-02-19 22:17:07.558757 | fa163e04-2df0-f988-2037-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:21.385995 | 0.04s 2026-02-19 22:17:07.576551 | fa163e04-2df0-f988-2037-000000002917 | TASK | add cinder backup pool 2026-02-19 22:17:07.649778 | fa163e04-2df0-f988-2037-000000002917 | OK | add cinder backup pool | undercloud 2026-02-19 22:17:07.650909 | fa163e04-2df0-f988-2037-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:21.478150 | 0.07s 2026-02-19 22:17:07.669330 | fa163e04-2df0-f988-2037-000000002918 | TASK | add cinder extra pools 2026-02-19 22:17:07.711393 | fa163e04-2df0-f988-2037-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:21.538621 | 0.04s 2026-02-19 22:17:07.732677 | fa163e04-2df0-f988-2037-000000002919 | TASK | build resulting pool list 2026-02-19 22:17:07.893338 | fa163e04-2df0-f988-2037-000000002919 | OK | build resulting pool list | undercloud 2026-02-19 22:17:07.894669 | fa163e04-2df0-f988-2037-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:21.721905 | 0.16s 2026-02-19 22:17:07.914178 | fa163e04-2df0-f988-2037-00000000291b | TASK | add manila data pool 2026-02-19 22:17:07.993166 | fa163e04-2df0-f988-2037-00000000291b | OK | add manila data pool | undercloud 2026-02-19 22:17:07.994467 | fa163e04-2df0-f988-2037-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:21.821707 | 0.08s 2026-02-19 22:17:08.012782 | fa163e04-2df0-f988-2037-00000000291c | TASK | add manila metadata pool 2026-02-19 22:17:08.071221 | fa163e04-2df0-f988-2037-00000000291c | OK | add manila metadata pool | undercloud 2026-02-19 22:17:08.072574 | fa163e04-2df0-f988-2037-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:21.899814 | 0.06s 2026-02-19 22:17:08.163213 | fa163e04-2df0-f988-2037-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:21.990442 | 0.05s 2026-02-19 22:17:08.302355 | fa163e04-2df0-f988-2037-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2026-02-19 22:17:08.365348 | fa163e04-2df0-f988-2037-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2026-02-19 22:17:08.366370 | fa163e04-2df0-f988-2037-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:22.193616 | 0.06s 2026-02-19 22:17:08.380568 | fa163e04-2df0-f988-2037-000000002ab0 | TASK | build openstack client profiles per pool 2026-02-19 22:17:08.454953 | fa163e04-2df0-f988-2037-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-19 22:17:08.457092 | fa163e04-2df0-f988-2037-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:22.284326 | 0.08s 2026-02-19 22:17:08.475178 | fa163e04-2df0-f988-2037-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-19 22:17:08.475842 | fa163e04-2df0-f988-2037-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:22.303086 | 0.09s 2026-02-19 22:17:08.496648 | fa163e04-2df0-f988-2037-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-19 22:17:08.497417 | fa163e04-2df0-f988-2037-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:22.324662 | 0.12s 2026-02-19 22:17:08.516196 | fa163e04-2df0-f988-2037-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-19 22:17:08.516934 | fa163e04-2df0-f988-2037-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:22.344177 | 0.14s 2026-02-19 22:17:08.523855 | fa163e04-2df0-f988-2037-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:22.351099 | 0.14s 2026-02-19 22:17:08.542521 | fa163e04-2df0-f988-2037-000000002ab1 | TASK | set openstack client caps 2026-02-19 22:17:08.585333 | fa163e04-2df0-f988-2037-000000002ab1 | OK | set openstack client caps | undercloud 2026-02-19 22:17:08.586454 | fa163e04-2df0-f988-2037-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:22.413697 | 0.04s 2026-02-19 22:17:08.602038 | fa163e04-2df0-f988-2037-000000002ab2 | TASK | set openstack client osd(s) caps 2026-02-19 22:17:08.653072 | fa163e04-2df0-f988-2037-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2026-02-19 22:17:08.654501 | fa163e04-2df0-f988-2037-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:22.481739 | 0.05s 2026-02-19 22:17:08.673446 | fa163e04-2df0-f988-2037-000000002ab3 | TASK | Combine caps 2026-02-19 22:17:08.736037 | fa163e04-2df0-f988-2037-000000002ab3 | OK | Combine caps | undercloud 2026-02-19 22:17:08.737265 | fa163e04-2df0-f988-2037-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:22.564505 | 0.06s 2026-02-19 22:17:08.755651 | fa163e04-2df0-f988-2037-000000002ab4 | TASK | set openstack client key 2026-02-19 22:17:08.808356 | fa163e04-2df0-f988-2037-000000002ab4 | OK | set openstack client key | undercloud 2026-02-19 22:17:08.809495 | fa163e04-2df0-f988-2037-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:22.636736 | 0.05s 2026-02-19 22:17:08.828291 | fa163e04-2df0-f988-2037-000000002ab6 | TASK | build manila key for openstack 2026-02-19 22:17:08.884004 | fa163e04-2df0-f988-2037-000000002ab6 | OK | build manila key for openstack | undercloud 2026-02-19 22:17:08.885458 | fa163e04-2df0-f988-2037-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:22.712698 | 0.06s 2026-02-19 22:17:08.902076 | fa163e04-2df0-f988-2037-000000002ab7 | TASK | build radosgw key for openstack 2026-02-19 22:17:08.967653 | fa163e04-2df0-f988-2037-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2026-02-19 22:17:08.970047 | fa163e04-2df0-f988-2037-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:22.797267 | 0.07s 2026-02-19 22:17:08.987184 | fa163e04-2df0-f988-2037-000000002ab8 | TASK | build the resulting keys 2026-02-19 22:17:09.137141 | fa163e04-2df0-f988-2037-000000002ab8 | OK | build the resulting keys | undercloud 2026-02-19 22:17:09.138290 | fa163e04-2df0-f988-2037-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:22.965535 | 0.15s 2026-02-19 22:17:09.207887 | fa163e04-2df0-f988-2037-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:23.035105 | 0.04s 2026-02-19 22:17:09.375313 | fa163e04-2df0-f988-2037-000000002dd3 | TASK | build ceph orphan set 2026-02-19 22:17:09.459689 | fa163e04-2df0-f988-2037-000000002dd3 | OK | build ceph orphan set | undercloud 2026-02-19 22:17:09.460850 | fa163e04-2df0-f988-2037-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:23.288091 | 0.08s 2026-02-19 22:17:09.476729 | fa163e04-2df0-f988-2037-000000002dd4 | TASK | clean ceph_config_overrides list 2026-02-19 22:17:09.521513 | fa163e04-2df0-f988-2037-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:23.348730 | 0.04s 2026-02-19 22:17:09.541163 | fa163e04-2df0-f988-2037-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2026-02-19 22:17:09.620563 | fa163e04-2df0-f988-2037-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2026-02-19 22:17:09.622468 | fa163e04-2df0-f988-2037-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:23.449708 | 0.08s 2026-02-19 22:17:09.639387 | fa163e04-2df0-f988-2037-000000002dd6 | TASK | build ceph config overrides 2026-02-19 22:17:09.769582 | fa163e04-2df0-f988-2037-000000002dd6 | OK | build ceph config overrides | undercloud 2026-02-19 22:17:09.771491 | fa163e04-2df0-f988-2037-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:23.598724 | 0.13s 2026-02-19 22:17:09.807628 | fa163e04-2df0-f988-2037-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2026-02-19 22:17:10.539503 | fa163e04-2df0-f988-2037-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-02-19 22:17:10.541313 | fa163e04-2df0-f988-2037-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:24.368549 | 0.73s 2026-02-19 22:17:10.559903 | fa163e04-2df0-f988-2037-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-19 22:17:10.698422 | fa163e04-2df0-f988-2037-000000002889 | OK | Set bootstrap host | undercloud 2026-02-19 22:17:10.699803 | fa163e04-2df0-f988-2037-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:24.527039 | 0.14s 2026-02-19 22:17:10.718098 | fa163e04-2df0-f988-2037-00000000288a | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-19 22:17:10.878449 | fa163e04-2df0-f988-2037-00000000288a | OK | Set first monitor IP | undercloud 2026-02-19 22:17:10.879703 | fa163e04-2df0-f988-2037-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:24.706940 | 0.16s 2026-02-19 22:17:10.899583 | fa163e04-2df0-f988-2037-00000000288b | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-19 22:17:10.954312 | fa163e04-2df0-f988-2037-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2026-02-19 22:17:10.955388 | fa163e04-2df0-f988-2037-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:24.782625 | 0.05s 2026-02-19 22:17:10.973498 | fa163e04-2df0-f988-2037-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2026-02-19 22:17:11.523443 | fa163e04-2df0-f988-2037-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-02-19 22:17:11.525183 | fa163e04-2df0-f988-2037-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:25.352419 | 0.55s 2026-02-19 22:17:11.560593 | fa163e04-2df0-f988-2037-000000002859 | TASK | Prepare cephadm user and keys 2026-02-19 22:17:12.096310 | fa163e04-2df0-f988-2037-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2026-02-19 22:17:12.098100 | fa163e04-2df0-f988-2037-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:25.925337 | 0.54s 2026-02-19 22:17:12.116400 | fa163e04-2df0-f988-2037-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2026-02-19 22:17:12.202107 | fa163e04-2df0-f988-2037-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:26.029336 | 0.08s 2026-02-19 22:17:12.284040 | fa163e04-2df0-f988-2037-00000000304f | TASK | set cephadm playbook 2026-02-19 22:17:12.357313 | fa163e04-2df0-f988-2037-00000000304f | OK | set cephadm playbook | undercloud 2026-02-19 22:17:12.359103 | fa163e04-2df0-f988-2037-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:26.186337 | 0.07s 2026-02-19 22:17:12.378158 | fa163e04-2df0-f988-2037-000000003050 | TASK | Setup the log path 2026-02-19 22:17:12.431350 | fa163e04-2df0-f988-2037-000000003050 | OK | Setup the log path | undercloud 2026-02-19 22:17:12.432524 | fa163e04-2df0-f988-2037-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:26.259764 | 0.05s 2026-02-19 22:17:12.450402 | fa163e04-2df0-f988-2037-000000003051 | TASK | Setup the cephadm playbook command 2026-02-19 22:17:12.504104 | fa163e04-2df0-f988-2037-000000003051 | OK | Setup the cephadm playbook command | undercloud 2026-02-19 22:17:12.505691 | fa163e04-2df0-f988-2037-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:26.332929 | 0.05s 2026-02-19 22:17:12.524927 | fa163e04-2df0-f988-2037-000000003052 | TASK | rotate cephadm_command.log 2026-02-19 22:17:12.803533 | fa163e04-2df0-f988-2037-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2026-02-19 22:17:12.805777 | fa163e04-2df0-f988-2037-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:26.633013 | 0.28s 2026-02-19 22:17:12.824703 | fa163e04-2df0-f988-2037-000000003053 | TASK | save cephadm playbook command to shell script 2026-02-19 22:17:13.304054 | fa163e04-2df0-f988-2037-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2026-02-19 22:17:13.305674 | fa163e04-2df0-f988-2037-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:27.132911 | 0.48s 2026-02-19 22:17:13.324189 | fa163e04-2df0-f988-2037-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2026-02-19 22:17:13.409838 | fa163e04-2df0-f988-2037-000000003054 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-m9flw3dy/cephadm/cephadm_command.log)" } 2026-02-19 22:17:13.417158 | fa163e04-2df0-f988-2037-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:27.243837 | 0.09s 2026-02-19 22:17:13.445150 | fa163e04-2df0-f988-2037-000000003055 | TASK | run cephadm playbook 2026-02-19 22:18:15.652314 | fa163e04-2df0-f988-2037-000000003055 | CHANGED | run cephadm playbook | undercloud 2026-02-19 22:18:15.655804 | fa163e04-2df0-f988-2037-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:29.483037 | 62.21s 2026-02-19 22:18:15.677727 | fa163e04-2df0-f988-2037-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2026-02-19 22:18:15.752115 | fa163e04-2df0-f988-2037-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2026-02-19 22:18:15.753476 | fa163e04-2df0-f988-2037-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:29.580711 | 0.07s 2026-02-19 22:18:15.772198 | fa163e04-2df0-f988-2037-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2026-02-19 22:18:15.841325 | fa163e04-2df0-f988-2037-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2026-02-19 22:18:15.843149 | fa163e04-2df0-f988-2037-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:29.670383 | 0.07s 2026-02-19 22:18:15.880177 | fa163e04-2df0-f988-2037-00000000285c | TASK | Check if the input variable file exists 2026-02-19 22:18:16.159639 | fa163e04-2df0-f988-2037-00000000285c | OK | Check if the input variable file exists | undercloud 2026-02-19 22:18:16.161399 | fa163e04-2df0-f988-2037-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:29.988635 | 0.28s 2026-02-19 22:18:16.179614 | fa163e04-2df0-f988-2037-00000000285d | TASK | Populate CephClientConfigVars from THT 2026-02-19 22:18:16.232930 | fa163e04-2df0-f988-2037-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2026-02-19 22:18:16.234518 | fa163e04-2df0-f988-2037-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:30.061754 | 0.05s 2026-02-19 22:18:16.253048 | fa163e04-2df0-f988-2037-00000000285e | TASK | configure ceph clients 2026-02-19 22:18:16.307230 | fa163e04-2df0-f988-2037-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:30.134451 | 0.05s 2026-02-19 22:18:16.372272 | fa163e04-2df0-f988-2037-000000003119 | TASK | get the list of enabled services on the overcloud 2026-02-19 22:18:16.445203 | fa163e04-2df0-f988-2037-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2026-02-19 22:18:16.446885 | fa163e04-2df0-f988-2037-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:30.274120 | 0.07s 2026-02-19 22:18:16.466566 | fa163e04-2df0-f988-2037-00000000311a | TASK | Create ceph_client_fetch_dir 2026-02-19 22:18:16.520161 | fa163e04-2df0-f988-2037-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:30.347389 | 0.05s 2026-02-19 22:18:16.534568 | 11ae5018-b098-44b6-91ef-7264360f9e28 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-02-19 22:18:16.567730 | fa163e04-2df0-f988-2037-00000000315d | TASK | Clean any old fetch directory path 2026-02-19 22:18:16.838987 | fa163e04-2df0-f988-2037-00000000315d | OK | Clean any old fetch directory path | undercloud 2026-02-19 22:18:16.840733 | fa163e04-2df0-f988-2037-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:30.667969 | 0.27s 2026-02-19 22:18:16.861102 | fa163e04-2df0-f988-2037-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2026-02-19 22:18:17.165476 | fa163e04-2df0-f988-2037-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-02-19 22:18:17.167087 | fa163e04-2df0-f988-2037-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:30.994319 | 0.30s 2026-02-19 22:18:17.186067 | fa163e04-2df0-f988-2037-00000000311b | TASK | Check if the input variables exist 2026-02-19 22:18:17.453969 | fa163e04-2df0-f988-2037-00000000311b | OK | Check if the input variables exist | undercloud 2026-02-19 22:18:17.455780 | fa163e04-2df0-f988-2037-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:31.283018 | 0.27s 2026-02-19 22:18:17.475209 | fa163e04-2df0-f988-2037-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2026-02-19 22:18:17.550810 | fa163e04-2df0-f988-2037-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2026-02-19 22:18:17.552597 | fa163e04-2df0-f988-2037-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:31.379828 | 0.08s 2026-02-19 22:18:17.573305 | fa163e04-2df0-f988-2037-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2026-02-19 22:18:17.637402 | fa163e04-2df0-f988-2037-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2026-02-19 22:18:17.638880 | fa163e04-2df0-f988-2037-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:31.466111 | 0.06s 2026-02-19 22:18:17.657669 | fa163e04-2df0-f988-2037-00000000311e | TASK | Configure multiple external ceph clusters 2026-02-19 22:18:17.731584 | fa163e04-2df0-f988-2037-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2026-02-19 22:18:17.733267 | fa163e04-2df0-f988-2037-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:31.560496 | 0.07s 2026-02-19 22:18:17.752358 | fa163e04-2df0-f988-2037-00000000311f | TASK | Render keys provided for the Ceph cluster 2026-02-19 22:18:17.812062 | fa163e04-2df0-f988-2037-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:31.639246 | 0.06s 2026-02-19 22:18:17.823500 | 3f972545-958f-42e7-97a7-c350a26026cf | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2026-02-19 22:18:17.861080 | fa163e04-2df0-f988-2037-0000000031b1 | TASK | create cephx key(s) 2026-02-19 22:18:18.446055 | fa163e04-2df0-f988-2037-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQBlh5dpAAAAABAARr/MpD0Kp4dTCOIXyNOkCw==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2026-02-19 22:18:18.448703 | fa163e04-2df0-f988-2037-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:32.275932 | 0.59s 2026-02-19 22:18:18.975353 | fa163e04-2df0-f988-2037-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQBlh5dpAAAAABAAKwveaFRw1Z94NY+0rwthIA==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2026-02-19 22:18:18.976877 | fa163e04-2df0-f988-2037-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:32.804123 | 1.11s 2026-02-19 22:18:18.987764 | fa163e04-2df0-f988-2037-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:32.814998 | 1.13s 2026-02-19 22:18:19.006785 | fa163e04-2df0-f988-2037-000000003120 | TASK | Render ceph config for the Ceph Clients 2026-02-19 22:18:19.061899 | fa163e04-2df0-f988-2037-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:32.889124 | 0.05s 2026-02-19 22:18:19.072977 | af07fe40-af65-488f-903f-470e833cf34c | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2026-02-19 22:18:19.112451 | fa163e04-2df0-f988-2037-000000003215 | TASK | create ceph.conf 2026-02-19 22:18:19.739281 | fa163e04-2df0-f988-2037-000000003215 | CHANGED | create ceph.conf | undercloud 2026-02-19 22:18:19.741139 | fa163e04-2df0-f988-2037-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:33.568371 | 0.63s 2026-02-19 22:18:19.760355 | fa163e04-2df0-f988-2037-000000003121 | TASK | Configure Ceph Clients 2026-02-19 22:18:19.812815 | fa163e04-2df0-f988-2037-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:33.640040 | 0.05s 2026-02-19 22:18:19.832542 | ffbac753-2c02-4af8-9cf9-da014d766c27 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2026-02-19 22:18:19.872084 | fa163e04-2df0-f988-2037-000000003284 | TASK | set effective ceph_clients without limit 2026-02-19 22:18:19.997475 | fa163e04-2df0-f988-2037-000000003284 | OK | set effective ceph_clients without limit | undercloud 2026-02-19 22:18:19.998668 | fa163e04-2df0-f988-2037-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:33.825906 | 0.13s 2026-02-19 22:18:20.017043 | fa163e04-2df0-f988-2037-000000003285 | TASK | set effective ceph_clients with limit 2026-02-19 22:18:20.103293 | fa163e04-2df0-f988-2037-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2026-02-19 22:18:20.104334 | fa163e04-2df0-f988-2037-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:33.931577 | 0.09s 2026-02-19 22:18:20.119756 | fa163e04-2df0-f988-2037-000000003286 | TASK | set distribution list from cross product of files and effective clients 2026-02-19 22:18:20.223065 | fa163e04-2df0-f988-2037-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2026-02-19 22:18:20.224041 | fa163e04-2df0-f988-2037-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:34.051284 | 0.10s 2026-02-19 22:18:20.252851 | fa163e04-2df0-f988-2037-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2026-02-19 22:18:20.540926 | fa163e04-2df0-f988-2037-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m9flw3dy/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e04-2df0-f988-2037-000000003287') missing from stats 2026-02-19 22:18:20.783317 | fa163e04-2df0-f988-2037-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m9flw3dy/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-02-19 22:18:21.021066 | fa163e04-2df0-f988-2037-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m9flw3dy/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-02-19 22:18:21.029426 | fa163e04-2df0-f988-2037-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:34.856658 | 0.78s 2026-02-19 22:18:21.072055 | fa163e04-2df0-f988-2037-000000003288 | TASK | push files to the other nodes of cluster 2026-02-19 22:18:21.632379 | fa163e04-2df0-f988-2037-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m9flw3dy/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e04-2df0-f988-2037-000000003288') missing from stats 2026-02-19 22:18:22.172786 | fa163e04-2df0-f988-2037-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m9flw3dy/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-02-19 22:18:22.679992 | fa163e04-2df0-f988-2037-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-m9flw3dy/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-02-19 22:18:22.686267 | fa163e04-2df0-f988-2037-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:36.513494 | 1.61s 2026-02-19 22:18:22.706235 | fa163e04-2df0-f988-2037-000000003122 | TASK | Clean ceph_client_fetch_dir 2026-02-19 22:18:22.760374 | fa163e04-2df0-f988-2037-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:36.587600 | 0.05s 2026-02-19 22:18:22.772794 | 8749d603-e4f7-4f5c-b018-fba4dd0a1e83 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-02-19 22:18:22.819909 | fa163e04-2df0-f988-2037-00000000331c | TASK | Clean any old fetch directory path 2026-02-19 22:18:23.093550 | fa163e04-2df0-f988-2037-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2026-02-19 22:18:23.095191 | fa163e04-2df0-f988-2037-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:36.922426 | 0.27s 2026-02-19 22:18:23.114255 | fa163e04-2df0-f988-2037-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2026-02-19 22:18:23.165108 | fa163e04-2df0-f988-2037-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-02-19 22:18:23.166566 | fa163e04-2df0-f988-2037-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:36.993798 | 0.05s 2026-02-19 22:18:23.201937 | fa163e04-2df0-f988-2037-00000000285f | TASK | tripleo client role 2026-02-19 22:18:23.232558 | fa163e04-2df0-f988-2037-00000000285f | TIMING | tripleo client role | undercloud | 0:12:37.059785 | 0.03s 2026-02-19 22:18:23.250400 | fa163e04-2df0-f988-2037-000000002860 | TASK | Load variables for standalone ganesha 2026-02-19 22:18:23.336700 | fa163e04-2df0-f988-2037-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2026-02-19 22:18:23.337912 | fa163e04-2df0-f988-2037-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:37.165149 | 0.09s 2026-02-19 22:18:23.358378 | fa163e04-2df0-f988-2037-000000002861 | TASK | Config Standalone Ganesha 2026-02-19 22:18:23.446960 | fa163e04-2df0-f988-2037-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2026-02-19 22:18:23.448444 | fa163e04-2df0-f988-2037-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:37.275680 | 0.09s PLAY [Deploy step tasks for 2] ************************************************* 2026-02-19 22:18:23.587372 | fa163e04-2df0-f988-2037-0000000000ca | TASK | Deploy step tasks for 2 2026-02-19 22:18:23.631976 | fa163e04-2df0-f988-2037-0000000000ca | OK | Deploy step tasks for 2 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 2' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-0000000000ca') missing from stats 2026-02-19 22:18:23.654929 | fa163e04-2df0-f988-2037-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-02-19 22:18:24.195200 | fa163e04-2df0-f988-2037-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-02-19 22:18:24.197120 | fa163e04-2df0-f988-2037-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:38.024349 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:18:24.282433 | fa163e04-2df0-f988-2037-0000000000cc | TIMING | include_tasks | standalone | 0:12:38.109664 | 0.05s 2026-02-19 22:18:24.380702 | 65e04e9b-c88e-486d-8be9-a646c24d1fe6 | INCLUDED | /root/standalone-ansible-m9flw3dy/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-02-19 22:18:24.420824 | fa163e04-2df0-f988-2037-0000000033e3 | TASK | Push script 2026-02-19 22:18:24.977139 | fa163e04-2df0-f988-2037-0000000033e3 | CHANGED | Push script | standalone 2026-02-19 22:18:24.978843 | fa163e04-2df0-f988-2037-0000000033e3 | TIMING | Push script | standalone | 0:12:38.806076 | 0.56s 2026-02-19 22:18:25.011966 | fa163e04-2df0-f988-2037-0000000033e4 | TASK | Insert cronjob in root crontab 2026-02-19 22:18:25.415732 | fa163e04-2df0-f988-2037-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2026-02-19 22:18:25.417419 | fa163e04-2df0-f988-2037-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:39.244658 | 0.40s 2026-02-19 22:18:25.444129 | fa163e04-2df0-f988-2037-0000000033eb | TASK | Gather variables for each operating system 2026-02-19 22:18:25.567525 | fa163e04-2df0-f988-2037-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:39.394738 | 0.12s 2026-02-19 22:18:25.603650 | fa163e04-2df0-f988-2037-0000000033ec | TASK | Detect if resource is being created or already exists 2026-02-19 22:18:26.356974 | fa163e04-2df0-f988-2037-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:18:26.358671 | fa163e04-2df0-f988-2037-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:40.185907 | 0.75s 2026-02-19 22:18:26.392812 | fa163e04-2df0-f988-2037-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2026-02-19 22:20:15.694843 | fa163e04-2df0-f988-2037-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-02-19 22:20:15.698833 | fa163e04-2df0-f988-2037-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:29.526062 | 109.30s 2026-02-19 22:20:15.739988 | fa163e04-2df0-f988-2037-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-02-19 22:20:16.040147 | fa163e04-2df0-f988-2037-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-02-19 22:20:16.041556 | fa163e04-2df0-f988-2037-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:29.868794 | 0.30s 2026-02-19 22:20:16.072532 | fa163e04-2df0-f988-2037-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:20:16.616451 | fa163e04-2df0-f988-2037-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:20:16.617860 | fa163e04-2df0-f988-2037-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:30.445098 | 0.54s 2026-02-19 22:20:16.657689 | fa163e04-2df0-f988-2037-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-02-19 22:20:16.914776 | fa163e04-2df0-f988-2037-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-02-19 22:20:16.916117 | fa163e04-2df0-f988-2037-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:30.743355 | 0.26s 2026-02-19 22:20:16.950178 | fa163e04-2df0-f988-2037-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-02-19 22:20:17.008845 | fa163e04-2df0-f988-2037-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-02-19 22:20:17.010313 | fa163e04-2df0-f988-2037-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:30.837548 | 0.06s 2026-02-19 22:20:17.045545 | fa163e04-2df0-f988-2037-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2026-02-19 22:20:17.102714 | fa163e04-2df0-f988-2037-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-02-19 22:20:17.104228 | fa163e04-2df0-f988-2037-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:30.931460 | 0.06s 2026-02-19 22:20:17.138268 | fa163e04-2df0-f988-2037-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-02-19 22:20:17.194942 | fa163e04-2df0-f988-2037-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-02-19 22:20:17.196371 | fa163e04-2df0-f988-2037-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:31.023607 | 0.06s 2026-02-19 22:20:17.231764 | fa163e04-2df0-f988-2037-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:20:17.288821 | fa163e04-2df0-f988-2037-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:20:17.291263 | fa163e04-2df0-f988-2037-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:31.118499 | 0.06s 2026-02-19 22:20:17.323988 | fa163e04-2df0-f988-2037-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2026-02-19 22:20:17.380196 | fa163e04-2df0-f988-2037-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-02-19 22:20:17.381676 | fa163e04-2df0-f988-2037-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:31.208913 | 0.06s 2026-02-19 22:20:17.438533 | fa163e04-2df0-f988-2037-000000003417 | TASK | Gather variables for each operating system 2026-02-19 22:20:17.564520 | fa163e04-2df0-f988-2037-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:31.391742 | 0.12s 2026-02-19 22:20:17.598511 | fa163e04-2df0-f988-2037-000000003418 | TASK | Detect if resource is being created or already exists 2026-02-19 22:20:18.378570 | fa163e04-2df0-f988-2037-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:20:18.380278 | fa163e04-2df0-f988-2037-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:32.207515 | 0.78s 2026-02-19 22:20:18.411948 | fa163e04-2df0-f988-2037-000000003419 | TASK | Run init bundle puppet on the host for mysql 2026-02-19 22:20:46.118897 | fa163e04-2df0-f988-2037-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-02-19 22:20:46.121046 | fa163e04-2df0-f988-2037-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:14:59.948260 | 27.71s 2026-02-19 22:20:46.155594 | fa163e04-2df0-f988-2037-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-02-19 22:20:46.440166 | fa163e04-2df0-f988-2037-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-02-19 22:20:46.441717 | fa163e04-2df0-f988-2037-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:00.268954 | 0.28s 2026-02-19 22:20:46.475221 | fa163e04-2df0-f988-2037-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:20:46.959882 | fa163e04-2df0-f988-2037-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:20:46.961310 | fa163e04-2df0-f988-2037-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:00.788549 | 0.48s 2026-02-19 22:20:46.993046 | fa163e04-2df0-f988-2037-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2026-02-19 22:20:47.239996 | fa163e04-2df0-f988-2037-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-02-19 22:20:47.242239 | fa163e04-2df0-f988-2037-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:01.069465 | 0.25s 2026-02-19 22:20:47.267841 | fa163e04-2df0-f988-2037-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2026-02-19 22:20:47.308112 | fa163e04-2df0-f988-2037-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-02-19 22:20:47.309365 | fa163e04-2df0-f988-2037-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:01.136606 | 0.04s 2026-02-19 22:20:47.335460 | fa163e04-2df0-f988-2037-00000000341f | TASK | Get container image tag from bundle galera-bundle 2026-02-19 22:20:47.395040 | fa163e04-2df0-f988-2037-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-02-19 22:20:47.396066 | fa163e04-2df0-f988-2037-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:01.223305 | 0.06s 2026-02-19 22:20:47.423169 | fa163e04-2df0-f988-2037-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2026-02-19 22:20:47.474872 | fa163e04-2df0-f988-2037-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-02-19 22:20:47.476349 | fa163e04-2df0-f988-2037-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:01.303587 | 0.05s 2026-02-19 22:20:47.503500 | fa163e04-2df0-f988-2037-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:20:47.543873 | fa163e04-2df0-f988-2037-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:20:47.545038 | fa163e04-2df0-f988-2037-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:01.372260 | 0.04s 2026-02-19 22:20:47.573280 | fa163e04-2df0-f988-2037-000000003422 | TASK | Remove update marker for bundle galera-bundle 2026-02-19 22:20:47.629487 | fa163e04-2df0-f988-2037-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-02-19 22:20:47.630464 | fa163e04-2df0-f988-2037-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:01.457711 | 0.06s 2026-02-19 22:20:47.668405 | fa163e04-2df0-f988-2037-000000003443 | TASK | Gather variables for each operating system 2026-02-19 22:20:47.771540 | fa163e04-2df0-f988-2037-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:01.598779 | 0.10s 2026-02-19 22:20:47.793555 | fa163e04-2df0-f988-2037-000000003444 | TASK | Detect if resource is being created or already exists 2026-02-19 22:20:48.608873 | fa163e04-2df0-f988-2037-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:20:48.610511 | fa163e04-2df0-f988-2037-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:02.437749 | 0.82s 2026-02-19 22:20:48.642639 | fa163e04-2df0-f988-2037-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-02-19 22:21:14.458083 | fa163e04-2df0-f988-2037-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-02-19 22:21:14.459749 | fa163e04-2df0-f988-2037-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:28.286987 | 25.82s 2026-02-19 22:21:14.498123 | fa163e04-2df0-f988-2037-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-02-19 22:21:14.767575 | fa163e04-2df0-f988-2037-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-02-19 22:21:14.769107 | fa163e04-2df0-f988-2037-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:28.596344 | 0.27s 2026-02-19 22:21:14.800099 | fa163e04-2df0-f988-2037-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:21:15.238269 | fa163e04-2df0-f988-2037-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:21:15.239738 | fa163e04-2df0-f988-2037-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:29.066977 | 0.44s 2026-02-19 22:21:15.271913 | fa163e04-2df0-f988-2037-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-02-19 22:21:15.517061 | fa163e04-2df0-f988-2037-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-02-19 22:21:15.518625 | fa163e04-2df0-f988-2037-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:29.345863 | 0.24s 2026-02-19 22:21:15.550945 | fa163e04-2df0-f988-2037-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-02-19 22:21:15.602731 | fa163e04-2df0-f988-2037-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-02-19 22:21:15.603989 | fa163e04-2df0-f988-2037-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:29.431227 | 0.05s 2026-02-19 22:21:15.640832 | fa163e04-2df0-f988-2037-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2026-02-19 22:21:15.703988 | fa163e04-2df0-f988-2037-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-02-19 22:21:15.705465 | fa163e04-2df0-f988-2037-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:29.532701 | 0.06s 2026-02-19 22:21:15.739379 | fa163e04-2df0-f988-2037-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-02-19 22:21:15.802368 | fa163e04-2df0-f988-2037-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-02-19 22:21:15.803678 | fa163e04-2df0-f988-2037-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:29.630916 | 0.06s 2026-02-19 22:21:15.841851 | fa163e04-2df0-f988-2037-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:21:15.897970 | fa163e04-2df0-f988-2037-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:21:15.899612 | fa163e04-2df0-f988-2037-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:29.726846 | 0.06s 2026-02-19 22:21:15.934721 | fa163e04-2df0-f988-2037-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2026-02-19 22:21:15.999159 | fa163e04-2df0-f988-2037-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-02-19 22:21:16.001109 | fa163e04-2df0-f988-2037-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:29.828338 | 0.06s 2026-02-19 22:21:16.065522 | fa163e04-2df0-f988-2037-00000000346f | TASK | Gather variables for each operating system 2026-02-19 22:21:16.192555 | fa163e04-2df0-f988-2037-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:30.019782 | 0.12s 2026-02-19 22:21:16.223605 | fa163e04-2df0-f988-2037-000000003470 | TASK | Detect if resource is being created or already exists 2026-02-19 22:21:17.003896 | fa163e04-2df0-f988-2037-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:21:17.005796 | fa163e04-2df0-f988-2037-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:30.833030 | 0.78s 2026-02-19 22:21:17.040000 | fa163e04-2df0-f988-2037-000000003471 | TASK | Run init bundle puppet on the host for redis 2026-02-19 22:21:45.288714 | fa163e04-2df0-f988-2037-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-02-19 22:21:45.290628 | fa163e04-2df0-f988-2037-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:15:59.117860 | 28.25s 2026-02-19 22:21:45.334762 | fa163e04-2df0-f988-2037-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-02-19 22:21:45.581997 | fa163e04-2df0-f988-2037-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-02-19 22:21:45.583493 | fa163e04-2df0-f988-2037-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:15:59.410732 | 0.25s 2026-02-19 22:21:45.612223 | fa163e04-2df0-f988-2037-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:21:46.033711 | fa163e04-2df0-f988-2037-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:21:46.035326 | fa163e04-2df0-f988-2037-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:59.862564 | 0.42s 2026-02-19 22:21:46.068465 | fa163e04-2df0-f988-2037-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-02-19 22:21:46.328124 | fa163e04-2df0-f988-2037-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-02-19 22:21:46.329067 | fa163e04-2df0-f988-2037-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:00.156314 | 0.26s 2026-02-19 22:21:46.350254 | fa163e04-2df0-f988-2037-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2026-02-19 22:21:46.392406 | fa163e04-2df0-f988-2037-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-02-19 22:21:46.393597 | fa163e04-2df0-f988-2037-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:00.220839 | 0.04s 2026-02-19 22:21:46.418655 | fa163e04-2df0-f988-2037-000000003477 | TASK | Get container image tag from bundle redis-bundle 2026-02-19 22:21:46.469462 | fa163e04-2df0-f988-2037-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-02-19 22:21:46.471193 | fa163e04-2df0-f988-2037-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:00.298428 | 0.05s 2026-02-19 22:21:46.504866 | fa163e04-2df0-f988-2037-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2026-02-19 22:21:46.557698 | fa163e04-2df0-f988-2037-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-02-19 22:21:46.559690 | fa163e04-2df0-f988-2037-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:00.386925 | 0.05s 2026-02-19 22:21:46.595412 | fa163e04-2df0-f988-2037-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:21:46.657328 | fa163e04-2df0-f988-2037-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:21:46.658358 | fa163e04-2df0-f988-2037-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:00.485601 | 0.06s 2026-02-19 22:21:46.683658 | fa163e04-2df0-f988-2037-00000000347a | TASK | Remove update marker for bundle redis-bundle 2026-02-19 22:21:46.741844 | fa163e04-2df0-f988-2037-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-02-19 22:21:46.743182 | fa163e04-2df0-f988-2037-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:00.570418 | 0.06s 2026-02-19 22:21:46.803711 | fa163e04-2df0-f988-2037-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-02-19 22:21:47.043416 | fa163e04-2df0-f988-2037-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-02-19 22:21:47.044875 | fa163e04-2df0-f988-2037-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:00.872115 | 0.24s 2026-02-19 22:21:47.138738 | fa163e04-2df0-f988-2037-0000000000cf | TIMING | include_tasks | standalone | 0:16:00.965968 | 0.06s 2026-02-19 22:21:47.178520 | 89a133b3-58f6-440b-be7f-cdef2d2c8158 | INCLUDED | /root/standalone-ansible-m9flw3dy/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:21:47.205187 | fa163e04-2df0-f988-2037-00000000350f | TASK | Write the config_step hieradata 2026-02-19 22:21:47.756400 | fa163e04-2df0-f988-2037-00000000350f | OK | Write the config_step hieradata | standalone 2026-02-19 22:21:47.758103 | fa163e04-2df0-f988-2037-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:16:01.585339 | 0.55s 2026-02-19 22:21:47.790221 | fa163e04-2df0-f988-2037-000000003510 | TASK | Run puppet host configuration for step 2 2026-02-19 22:21:48.108410 | fa163e04-2df0-f988-2037-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-02-19 22:21:48.109853 | fa163e04-2df0-f988-2037-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:01.937093 | 0.32s 2026-02-19 22:21:48.139746 | fa163e04-2df0-f988-2037-000000003511 | TASK | Wait for puppet host configuration to finish 2026-02-19 22:21:48.412221 | fa163e04-2df0-f988-2037-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:21:58.650746 | fa163e04-2df0-f988-2037-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:22:08.881758 | fa163e04-2df0-f988-2037-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:22:08.883725 | fa163e04-2df0-f988-2037-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:22.710954 | 20.74s 2026-02-19 22:22:08.917445 | fa163e04-2df0-f988-2037-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-02-19 22:22:09.012367 | fa163e04-2df0-f988-2037-000000003512 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 19 22:21:48 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:21:52 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:21:52 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:21:52 puppet-user: (file & line not available)", "<13>Feb 19 22:21:52 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 22:21:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 22:21:53 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:21:53 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.48 seconds", "<13>Feb 19 22:21:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 22:22:01 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 22:22:03 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:22:03 puppet-user: Notice: Applied catalog in 10.28 seconds", "<13>Feb 19 22:22:03 puppet-user: Application:", "<13>Feb 19 22:22:03 puppet-user: Initial environment: production", "<13>Feb 19 22:22:03 puppet-user: Converged environment: production", "<13>Feb 19 22:22:03 puppet-user: Run mode: user", "<13>Feb 19 22:22:03 puppet-user: Changes:", "<13>Feb 19 22:22:03 puppet-user: Total: 2", "<13>Feb 19 22:22:03 puppet-user: Events:", "<13>Feb 19 22:22:03 puppet-user: Success: 2", "<13>Feb 19 22:22:03 puppet-user: Resources:", "<13>Feb 19 22:22:03 puppet-user: Changed: 2", "<13>Feb 19 22:22:03 puppet-user: Out of sync: 2", "<13>Feb 19 22:22:03 puppet-user: Total: 28", "<13>Feb 19 22:22:03 puppet-user: Time:", "<13>Feb 19 22:22:03 puppet-user: Schedule: 0.00", "<13>Feb 19 22:22:03 puppet-user: File line: 0.00", "<13>Feb 19 22:22:03 puppet-user: Package: 0.00", "<13>Feb 19 22:22:03 puppet-user: File: 0.00", "<13>Feb 19 22:22:03 puppet-user: Augeas: 0.01", "<13>Feb 19 22:22:03 puppet-user: User: 0.01", "<13>Feb 19 22:22:03 puppet-user: Service: 0.08", "<13>Feb 19 22:22:03 puppet-user: Config retrieval: 0.53", "<13>Feb 19 22:22:03 puppet-user: Pcmk property: 1.54", "<13>Feb 19 22:22:03 puppet-user: Transaction evaluation: 10.26", "<13>Feb 19 22:22:03 puppet-user: Catalog application: 10.28", "<13>Feb 19 22:22:03 puppet-user: Last run: 1771539723", "<13>Feb 19 22:22:03 puppet-user: Exec: 2.03", "<13>Feb 19 22:22:03 puppet-user: Pcmk resource default: 3.03", "<13>Feb 19 22:22:03 puppet-user: Pcmk resource op default: 3.34", "<13>Feb 19 22:22:03 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:22:03 puppet-user: Total: 10.28", "<13>Feb 19 22:22:03 puppet-user: Version:", "<13>Feb 19 22:22:03 puppet-user: Config: 1771539712", "<13>Feb 19 22:22:03 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:22:09.013760 | fa163e04-2df0-f988-2037-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:22.840995 | 0.09s 2026-02-19 22:22:09.044835 | fa163e04-2df0-f988-2037-000000003513 | TASK | Pre-cache facts for puppet containers 2026-02-19 22:22:09.077489 | fa163e04-2df0-f988-2037-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:22.904719 | 0.03s 2026-02-19 22:22:09.149522 | fa163e04-2df0-f988-2037-000000003552 | TASK | Gather variables for each operating system 2026-02-19 22:22:09.275281 | fa163e04-2df0-f988-2037-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:23.102498 | 0.12s 2026-02-19 22:22:09.308836 | fa163e04-2df0-f988-2037-000000003553 | TASK | Create puppet caching structures 2026-02-19 22:22:09.569522 | fa163e04-2df0-f988-2037-000000003553 | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:22:09.571263 | fa163e04-2df0-f988-2037-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:23.398499 | 0.26s 2026-02-19 22:22:09.607518 | fa163e04-2df0-f988-2037-000000003554 | TASK | Check for facter.conf 2026-02-19 22:22:09.868961 | fa163e04-2df0-f988-2037-000000003554 | OK | Check for facter.conf | standalone 2026-02-19 22:22:09.870433 | fa163e04-2df0-f988-2037-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:23.697672 | 0.26s 2026-02-19 22:22:09.900613 | fa163e04-2df0-f988-2037-000000003555 | TASK | Remove facter.conf if directory 2026-02-19 22:22:09.942591 | fa163e04-2df0-f988-2037-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:22:09.943952 | fa163e04-2df0-f988-2037-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:23.771188 | 0.04s 2026-02-19 22:22:09.975362 | fa163e04-2df0-f988-2037-000000003556 | TASK | Write facter cache config 2026-02-19 22:22:10.510766 | fa163e04-2df0-f988-2037-000000003556 | CHANGED | Write facter cache config | standalone 2026-02-19 22:22:10.512243 | fa163e04-2df0-f988-2037-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:24.339481 | 0.54s 2026-02-19 22:22:10.543539 | fa163e04-2df0-f988-2037-000000003557 | TASK | Cleanup facter cache if exists 2026-02-19 22:22:10.796877 | fa163e04-2df0-f988-2037-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 22:22:10.798390 | fa163e04-2df0-f988-2037-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:24.625628 | 0.25s 2026-02-19 22:22:10.828167 | fa163e04-2df0-f988-2037-000000003558 | TASK | Pre-cache facts 2026-02-19 22:22:11.520997 | fa163e04-2df0-f988-2037-000000003558 | CHANGED | Pre-cache facts | standalone 2026-02-19 22:22:11.522373 | fa163e04-2df0-f988-2037-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:25.349607 | 0.69s 2026-02-19 22:22:11.555547 | fa163e04-2df0-f988-2037-000000003559 | TASK | Failed deployment if facter fails 2026-02-19 22:22:11.597784 | fa163e04-2df0-f988-2037-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:22:11.599003 | fa163e04-2df0-f988-2037-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:25.426233 | 0.04s 2026-02-19 22:22:11.646327 | fa163e04-2df0-f988-2037-00000000355a | TASK | Sync cached facts 2026-02-19 22:22:11.975290 | fa163e04-2df0-f988-2037-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e04-2df0-f988-2037-00000000355a') missing from stats 2026-02-19 22:22:12.038103 | fa163e04-2df0-f988-2037-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:22:12.084995 | fa163e04-2df0-f988-2037-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 22:22:12.086178 | fa163e04-2df0-f988-2037-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:25.913413 | 0.05s 2026-02-19 22:22:12.117953 | fa163e04-2df0-f988-2037-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2026-02-19 22:22:12.149378 | fa163e04-2df0-f988-2037-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:25.976611 | 0.03s 2026-02-19 22:22:12.216322 | fa163e04-2df0-f988-2037-0000000035b1 | TASK | Gather variables for each operating system 2026-02-19 22:22:12.318057 | fa163e04-2df0-f988-2037-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:26.145258 | 0.10s 2026-02-19 22:22:12.350168 | fa163e04-2df0-f988-2037-0000000035b2 | TASK | Create container logs path 2026-02-19 22:22:12.607928 | fa163e04-2df0-f988-2037-0000000035b2 | OK | Create container logs path | standalone 2026-02-19 22:22:12.610302 | fa163e04-2df0-f988-2037-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:26.437534 | 0.26s 2026-02-19 22:22:12.654800 | fa163e04-2df0-f988-2037-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:22:12.951487 | fa163e04-2df0-f988-2037-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-19 22:22:12.952668 | fa163e04-2df0-f988-2037-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:26.779909 | 0.29s 2026-02-19 22:22:12.985159 | fa163e04-2df0-f988-2037-0000000035b5 | TASK | Finalise hashes for all containers 2026-02-19 22:22:13.054031 | fa163e04-2df0-f988-2037-0000000035b5 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:22:13.055327 | fa163e04-2df0-f988-2037-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:26.882566 | 0.07s 2026-02-19 22:22:13.084648 | fa163e04-2df0-f988-2037-0000000035b7 | TASK | Manage systemd shutdown files 2026-02-19 22:22:13.122044 | fa163e04-2df0-f988-2037-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:26.949258 | 0.04s 2026-02-19 22:22:13.144960 | c7473100-4ec7-4431-8548-e9e339babb73 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:22:13.172619 | fa163e04-2df0-f988-2037-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:22:13.441513 | fa163e04-2df0-f988-2037-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:22:13.442982 | fa163e04-2df0-f988-2037-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:27.270220 | 0.27s 2026-02-19 22:22:13.472832 | fa163e04-2df0-f988-2037-0000000035eb | TASK | Set podman_drop_in fact 2026-02-19 22:22:13.524950 | fa163e04-2df0-f988-2037-0000000035eb | OK | Set podman_drop_in fact | standalone 2026-02-19 22:22:13.526282 | fa163e04-2df0-f988-2037-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:27.353521 | 0.05s 2026-02-19 22:22:13.557512 | fa163e04-2df0-f988-2037-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:22:14.158461 | fa163e04-2df0-f988-2037-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:22:14.160282 | fa163e04-2df0-f988-2037-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:27.987517 | 0.60s 2026-02-19 22:22:14.631661 | fa163e04-2df0-f988-2037-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:22:14.633535 | fa163e04-2df0-f988-2037-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:28.460774 | 1.07s 2026-02-19 22:22:14.644151 | fa163e04-2df0-f988-2037-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:28.471384 | 1.08s 2026-02-19 22:22:14.674829 | fa163e04-2df0-f988-2037-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:22:15.230196 | fa163e04-2df0-f988-2037-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:22:15.231347 | fa163e04-2df0-f988-2037-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:29.058590 | 0.55s 2026-02-19 22:22:15.255491 | fa163e04-2df0-f988-2037-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:22:15.768607 | fa163e04-2df0-f988-2037-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:22:15.770554 | fa163e04-2df0-f988-2037-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:29.597784 | 0.51s 2026-02-19 22:22:15.802598 | fa163e04-2df0-f988-2037-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:22:16.556700 | fa163e04-2df0-f988-2037-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:22:16.559144 | fa163e04-2df0-f988-2037-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:30.386381 | 0.75s 2026-02-19 22:22:16.591865 | fa163e04-2df0-f988-2037-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:22:17.081688 | fa163e04-2df0-f988-2037-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:22:17.082763 | fa163e04-2df0-f988-2037-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:30.910009 | 0.49s 2026-02-19 22:22:17.103392 | fa163e04-2df0-f988-2037-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:22:17.661540 | fa163e04-2df0-f988-2037-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:22:17.663256 | fa163e04-2df0-f988-2037-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:31.490493 | 0.56s 2026-02-19 22:22:17.693943 | fa163e04-2df0-f988-2037-0000000035f3 | TASK | Enable and start netns-placeholder 2026-02-19 22:22:18.499560 | fa163e04-2df0-f988-2037-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:22:18.501505 | fa163e04-2df0-f988-2037-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:32.328741 | 0.81s 2026-02-19 22:22:18.533219 | fa163e04-2df0-f988-2037-0000000035b9 | TASK | Update container configs with new config hashes 2026-02-19 22:22:18.594844 | fa163e04-2df0-f988-2037-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:32.422072 | 0.06s 2026-02-19 22:22:18.619791 | 907f636c-eb6a-4c71-a4ce-2c222380c7db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:22:18.657529 | fa163e04-2df0-f988-2037-00000000361b | TASK | Update config hashes for container startup configs 2026-02-19 22:22:18.988515 | fa163e04-2df0-f988-2037-00000000361b | OK | Update config hashes for container startup configs | standalone 2026-02-19 22:22:18.989605 | fa163e04-2df0-f988-2037-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:32.816845 | 0.33s 2026-02-19 22:22:19.014440 | fa163e04-2df0-f988-2037-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:22:19.096428 | fa163e04-2df0-f988-2037-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:32.923658 | 0.08s 2026-02-19 22:22:19.113803 | df952dd8-b3f3-4d0d-81bb-f4aca9ef60d3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:22:19.142077 | fa163e04-2df0-f988-2037-00000000363a | TASK | Gather podman infos 2026-02-19 22:22:20.257849 | fa163e04-2df0-f988-2037-00000000363a | OK | Gather podman infos | standalone 2026-02-19 22:22:20.261082 | fa163e04-2df0-f988-2037-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:34.088315 | 1.12s 2026-02-19 22:22:20.326793 | fa163e04-2df0-f988-2037-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:22:20.410827 | fa163e04-2df0-f988-2037-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:34.238037 | 0.08s 2026-02-19 22:22:20.521338 | fa163e04-2df0-f988-2037-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:34.348558 | 0.05s 2026-02-19 22:22:20.584918 | fa163e04-2df0-f988-2037-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:22:20.638102 | fa163e04-2df0-f988-2037-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:34.465327 | 0.05s 2026-02-19 22:22:20.665839 | c69b5998-f6bc-4eb9-8adc-5708551be949 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:22:20.699043 | fa163e04-2df0-f988-2037-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:22:38.955672 | fa163e04-2df0-f988-2037-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-19 22:22:38.956794 | fa163e04-2df0-f988-2037-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:52.784040 | 18.26s 2026-02-19 22:22:38.978525 | fa163e04-2df0-f988-2037-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:22:41.852841 | fa163e04-2df0-f988-2037-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-19 22:22:41.854464 | fa163e04-2df0-f988-2037-0000000036ab | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:55.681702 | 2.88s 2026-02-19 22:22:41.927891 | fa163e04-2df0-f988-2037-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2026-02-19 22:22:42.169600 | fa163e04-2df0-f988-2037-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-02-19 22:22:42.171094 | fa163e04-2df0-f988-2037-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:55.998331 | 0.24s 2026-02-19 22:22:42.219502 | fa163e04-2df0-f988-2037-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2026-02-19 22:22:42.282461 | fa163e04-2df0-f988-2037-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:56.109678 | 0.06s 2026-02-19 22:22:42.315424 | fa163e04-2df0-f988-2037-00000000351a | TASK | Include container-puppet tasks for step 2 2026-02-19 22:22:42.369681 | fa163e04-2df0-f988-2037-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:56.196905 | 0.05s 2026-02-19 22:22:42.397497 | c81531c6-a1b7-4f03-82fa-db1dcb1feff5 | INCLUDED | /root/standalone-ansible-m9flw3dy/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:22:42.437608 | fa163e04-2df0-f988-2037-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-02-19 22:22:42.978363 | fa163e04-2df0-f988-2037-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-02-19 22:22:42.979851 | fa163e04-2df0-f988-2037-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:16:56.807089 | 0.54s 2026-02-19 22:22:43.011646 | fa163e04-2df0-f988-2037-0000000036f8 | TASK | Generate container puppet configs for step 2 2026-02-19 22:22:43.267870 | fa163e04-2df0-f988-2037-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2026-02-19 22:22:43.269245 | fa163e04-2df0-f988-2037-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:16:57.096483 | 0.26s 2026-02-19 22:22:43.299789 | fa163e04-2df0-f988-2037-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-02-19 22:22:43.331577 | fa163e04-2df0-f988-2037-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:16:57.158807 | 0.03s 2026-02-19 22:22:43.402681 | fa163e04-2df0-f988-2037-000000003728 | TASK | Gather variables for each operating system 2026-02-19 22:22:43.537616 | fa163e04-2df0-f988-2037-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:57.364840 | 0.13s 2026-02-19 22:22:43.568622 | fa163e04-2df0-f988-2037-000000003729 | TASK | Create container logs path 2026-02-19 22:22:43.798448 | fa163e04-2df0-f988-2037-000000003729 | OK | Create container logs path | standalone 2026-02-19 22:22:43.799909 | fa163e04-2df0-f988-2037-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:57.627147 | 0.23s 2026-02-19 22:22:43.832839 | fa163e04-2df0-f988-2037-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 22:22:44.121539 | fa163e04-2df0-f988-2037-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 22:22:44.122908 | fa163e04-2df0-f988-2037-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:57.950148 | 0.29s 2026-02-19 22:22:44.153091 | fa163e04-2df0-f988-2037-00000000372c | TASK | Finalise hashes for all containers 2026-02-19 22:22:44.206180 | fa163e04-2df0-f988-2037-00000000372c | OK | Finalise hashes for all containers | standalone 2026-02-19 22:22:44.207489 | fa163e04-2df0-f988-2037-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:58.034728 | 0.05s 2026-02-19 22:22:44.238303 | fa163e04-2df0-f988-2037-00000000372e | TASK | Manage systemd shutdown files 2026-02-19 22:22:44.275752 | fa163e04-2df0-f988-2037-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:22:44.277167 | fa163e04-2df0-f988-2037-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:58.104403 | 0.04s 2026-02-19 22:22:44.307946 | fa163e04-2df0-f988-2037-000000003730 | TASK | Update container configs with new config hashes 2026-02-19 22:22:44.361371 | fa163e04-2df0-f988-2037-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:22:44.363033 | fa163e04-2df0-f988-2037-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:58.190259 | 0.05s 2026-02-19 22:22:44.388339 | fa163e04-2df0-f988-2037-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 22:22:44.429294 | fa163e04-2df0-f988-2037-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 22:22:44.430404 | fa163e04-2df0-f988-2037-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:58.257647 | 0.04s 2026-02-19 22:22:44.455530 | fa163e04-2df0-f988-2037-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 22:22:44.504349 | fa163e04-2df0-f988-2037-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 22:22:44.504942 | fa163e04-2df0-f988-2037-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:58.332189 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-02-19 22:22:44.628863 | fa163e04-2df0-f988-2037-0000000000d2 | TASK | External deployment step 3 2026-02-19 22:22:44.659903 | fa163e04-2df0-f988-2037-0000000000d2 | OK | External deployment step 3 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 3' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e04-2df0-f988-2037-0000000000d2') missing from stats 2026-02-19 22:22:44.714204 | fa163e04-2df0-f988-2037-0000000000d3 | TIMING | include_tasks | undercloud | 0:16:58.541444 | 0.04s 2026-02-19 22:22:44.722179 | e29bdbfd-d94c-44e0-9f85-b2fd00f613ba | INCLUDED | /root/standalone-ansible-m9flw3dy/external_deploy_steps_tasks_step3.yaml | undercloud 2026-02-19 22:22:44.741769 | fa163e04-2df0-f988-2037-000000003781 | TASK | Pause cephadm 2026-02-19 22:22:44.794577 | fa163e04-2df0-f988-2037-000000003781 | SKIPPED | Pause cephadm | undercloud 2026-02-19 22:22:44.795727 | fa163e04-2df0-f988-2037-000000003781 | TIMING | Pause cephadm | undercloud | 0:16:58.622966 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2026-02-19 22:22:44.934410 | fa163e04-2df0-f988-2037-0000000000d6 | TASK | Deploy step tasks for 3 2026-02-19 22:22:44.965089 | fa163e04-2df0-f988-2037-0000000000d6 | OK | Deploy step tasks for 3 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 3' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-0000000000d6') missing from stats 2026-02-19 22:22:44.986579 | fa163e04-2df0-f988-2037-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-02-19 22:22:45.521238 | fa163e04-2df0-f988-2037-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-02-19 22:22:45.522680 | fa163e04-2df0-f988-2037-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:16:59.349921 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:22:45.590934 | fa163e04-2df0-f988-2037-0000000000d8 | TIMING | include_tasks | standalone | 0:16:59.418164 | 0.04s 2026-02-19 22:22:45.607944 | 1b8d6692-b172-4028-90db-6648235d0dfa | INCLUDED | /root/standalone-ansible-m9flw3dy/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-02-19 22:22:45.627717 | fa163e04-2df0-f988-2037-0000000037a0 | TASK | Start OVN container 2026-02-19 22:22:45.710351 | fa163e04-2df0-f988-2037-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:59.537564 | 0.08s 2026-02-19 22:22:45.741199 | fa163e04-2df0-f988-2037-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:59.568434 | 0.11s 2026-02-19 22:22:45.760854 | fa163e04-2df0-f988-2037-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:59.588095 | 0.13s 2026-02-19 22:22:45.768325 | fa163e04-2df0-f988-2037-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:59.595557 | 0.14s 2026-02-19 22:22:45.875865 | fa163e04-2df0-f988-2037-0000000037d8 | TASK | Gather variables for each operating system 2026-02-19 22:22:45.999938 | fa163e04-2df0-f988-2037-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:59.827163 | 0.12s 2026-02-19 22:22:46.031448 | fa163e04-2df0-f988-2037-0000000037d9 | TASK | Create container logs path 2026-02-19 22:22:46.302153 | fa163e04-2df0-f988-2037-0000000037d9 | OK | Create container logs path | standalone 2026-02-19 22:22:46.303565 | fa163e04-2df0-f988-2037-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:00.130803 | 0.27s 2026-02-19 22:22:46.335749 | fa163e04-2df0-f988-2037-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:46.647335 | fa163e04-2df0-f988-2037-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:22:46.648878 | fa163e04-2df0-f988-2037-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:00.476115 | 0.31s 2026-02-19 22:22:46.679715 | fa163e04-2df0-f988-2037-0000000037dc | TASK | Finalise hashes for all containers 2026-02-19 22:22:46.785040 | fa163e04-2df0-f988-2037-0000000037dc | OK | Finalise hashes for all containers | standalone 2026-02-19 22:22:46.786256 | fa163e04-2df0-f988-2037-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:00.613495 | 0.10s 2026-02-19 22:22:46.817064 | fa163e04-2df0-f988-2037-0000000037de | TASK | Manage systemd shutdown files 2026-02-19 22:22:46.868963 | fa163e04-2df0-f988-2037-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:22:46.870390 | fa163e04-2df0-f988-2037-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:00.697626 | 0.05s 2026-02-19 22:22:46.901937 | fa163e04-2df0-f988-2037-0000000037e0 | TASK | Update container configs with new config hashes 2026-02-19 22:22:46.967687 | fa163e04-2df0-f988-2037-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:22:46.969072 | fa163e04-2df0-f988-2037-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:00.796300 | 0.07s 2026-02-19 22:22:47.002295 | fa163e04-2df0-f988-2037-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:47.079852 | fa163e04-2df0-f988-2037-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:00.907053 | 0.08s 2026-02-19 22:22:47.105487 | 1c0ab6af-dad0-41ee-8c01-fcc75eb099f7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:22:47.143700 | fa163e04-2df0-f988-2037-00000000386d | TASK | Gather podman infos 2026-02-19 22:22:48.436666 | fa163e04-2df0-f988-2037-00000000386d | OK | Gather podman infos | standalone 2026-02-19 22:22:48.437844 | fa163e04-2df0-f988-2037-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:02.265084 | 1.29s 2026-02-19 22:22:48.534176 | fa163e04-2df0-f988-2037-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:48.627190 | fa163e04-2df0-f988-2037-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:02.454417 | 0.09s 2026-02-19 22:22:48.780250 | fa163e04-2df0-f988-2037-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:02.607482 | 0.09s 2026-02-19 22:22:48.836267 | fa163e04-2df0-f988-2037-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:48.909676 | fa163e04-2df0-f988-2037-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:02.736893 | 0.07s 2026-02-19 22:22:48.937380 | fac2f40a-2959-4247-a4cf-9276ab70b6ea | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:22:48.970486 | fa163e04-2df0-f988-2037-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:49.941228 | fa163e04-2df0-f988-2037-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:22:49.942346 | fa163e04-2df0-f988-2037-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:03.769591 | 0.97s 2026-02-19 22:22:49.964236 | fa163e04-2df0-f988-2037-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:52.705683 | fa163e04-2df0-f988-2037-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:22:52.707150 | fa163e04-2df0-f988-2037-0000000038d9 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:06.534386 | 2.74s 2026-02-19 22:22:52.763863 | fa163e04-2df0-f988-2037-000000003803 | TASK | Gather variables for each operating system 2026-02-19 22:22:52.912687 | fa163e04-2df0-f988-2037-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:06.739913 | 0.15s 2026-02-19 22:22:52.943424 | fa163e04-2df0-f988-2037-000000003804 | TASK | Create container logs path 2026-02-19 22:22:53.213723 | fa163e04-2df0-f988-2037-000000003804 | OK | Create container logs path | standalone 2026-02-19 22:22:53.215438 | fa163e04-2df0-f988-2037-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:07.042676 | 0.27s 2026-02-19 22:22:53.247238 | fa163e04-2df0-f988-2037-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:53.578697 | fa163e04-2df0-f988-2037-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:22:53.580152 | fa163e04-2df0-f988-2037-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:07.407388 | 0.33s 2026-02-19 22:22:53.611135 | fa163e04-2df0-f988-2037-000000003807 | TASK | Finalise hashes for all containers 2026-02-19 22:22:53.710263 | fa163e04-2df0-f988-2037-000000003807 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:22:53.711472 | fa163e04-2df0-f988-2037-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:07.538711 | 0.10s 2026-02-19 22:22:53.741544 | fa163e04-2df0-f988-2037-000000003809 | TASK | Manage systemd shutdown files 2026-02-19 22:22:53.804670 | fa163e04-2df0-f988-2037-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:22:53.806116 | fa163e04-2df0-f988-2037-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:07.633349 | 0.06s 2026-02-19 22:22:53.837128 | fa163e04-2df0-f988-2037-00000000380b | TASK | Update container configs with new config hashes 2026-02-19 22:22:53.912701 | fa163e04-2df0-f988-2037-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:22:53.914192 | fa163e04-2df0-f988-2037-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:07.741426 | 0.08s 2026-02-19 22:22:53.949772 | fa163e04-2df0-f988-2037-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:54.006407 | fa163e04-2df0-f988-2037-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:07.833633 | 0.05s 2026-02-19 22:22:54.034117 | 6e736d8b-15d3-468a-996b-bdf0387235c0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:22:54.074032 | fa163e04-2df0-f988-2037-000000003924 | TASK | Gather podman infos 2026-02-19 22:22:55.269869 | fa163e04-2df0-f988-2037-000000003924 | OK | Gather podman infos | standalone 2026-02-19 22:22:55.272277 | fa163e04-2df0-f988-2037-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:09.099513 | 1.20s 2026-02-19 22:22:55.433100 | fa163e04-2df0-f988-2037-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:55.525167 | fa163e04-2df0-f988-2037-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:09.352394 | 0.09s 2026-02-19 22:22:55.681607 | fa163e04-2df0-f988-2037-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:09.508841 | 0.09s 2026-02-19 22:22:55.741344 | fa163e04-2df0-f988-2037-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:55.817631 | fa163e04-2df0-f988-2037-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:09.644858 | 0.07s 2026-02-19 22:22:55.841970 | d25707e1-efe9-41f1-8a9f-ebb380bd4bc7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:22:55.885516 | fa163e04-2df0-f988-2037-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:56.815995 | fa163e04-2df0-f988-2037-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:22:56.817409 | fa163e04-2df0-f988-2037-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:10.644648 | 0.93s 2026-02-19 22:22:56.850232 | fa163e04-2df0-f988-2037-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:22:59.817838 | fa163e04-2df0-f988-2037-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:22:59.819676 | fa163e04-2df0-f988-2037-00000000398b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:13.646914 | 2.97s 2026-02-19 22:22:59.879220 | fa163e04-2df0-f988-2037-00000000382e | TASK | Gather variables for each operating system 2026-02-19 22:22:59.997295 | fa163e04-2df0-f988-2037-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:13.824517 | 0.12s 2026-02-19 22:23:00.029107 | fa163e04-2df0-f988-2037-00000000382f | TASK | Create container logs path 2026-02-19 22:23:00.279781 | fa163e04-2df0-f988-2037-00000000382f | OK | Create container logs path | standalone 2026-02-19 22:23:00.281510 | fa163e04-2df0-f988-2037-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:14.108748 | 0.25s 2026-02-19 22:23:00.314349 | fa163e04-2df0-f988-2037-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:23:00.602445 | fa163e04-2df0-f988-2037-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:23:00.603230 | fa163e04-2df0-f988-2037-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.430478 | 0.29s 2026-02-19 22:23:00.623287 | fa163e04-2df0-f988-2037-000000003832 | TASK | Finalise hashes for all containers 2026-02-19 22:23:00.725577 | fa163e04-2df0-f988-2037-000000003832 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:23:00.726738 | fa163e04-2df0-f988-2037-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:14.553978 | 0.10s 2026-02-19 22:23:00.757542 | fa163e04-2df0-f988-2037-000000003834 | TASK | Manage systemd shutdown files 2026-02-19 22:23:00.809808 | fa163e04-2df0-f988-2037-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:23:00.811189 | fa163e04-2df0-f988-2037-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:14.638426 | 0.05s 2026-02-19 22:23:00.842344 | fa163e04-2df0-f988-2037-000000003836 | TASK | Update container configs with new config hashes 2026-02-19 22:23:00.907376 | fa163e04-2df0-f988-2037-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:23:00.908801 | fa163e04-2df0-f988-2037-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:14.736036 | 0.06s 2026-02-19 22:23:00.942724 | fa163e04-2df0-f988-2037-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:23:01.019680 | fa163e04-2df0-f988-2037-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.846916 | 0.07s 2026-02-19 22:23:01.035974 | a332525a-7d4c-4d94-bf3e-2901d6c855e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:23:01.067202 | fa163e04-2df0-f988-2037-0000000039d6 | TASK | Gather podman infos 2026-02-19 22:23:02.329025 | fa163e04-2df0-f988-2037-0000000039d6 | OK | Gather podman infos | standalone 2026-02-19 22:23:02.330386 | fa163e04-2df0-f988-2037-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:16.157626 | 1.26s 2026-02-19 22:23:02.403181 | fa163e04-2df0-f988-2037-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:23:02.497560 | fa163e04-2df0-f988-2037-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:16.324792 | 0.09s 2026-02-19 22:23:02.617728 | fa163e04-2df0-f988-2037-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:16.444946 | 0.07s 2026-02-19 22:23:02.684221 | fa163e04-2df0-f988-2037-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:23:02.740652 | fa163e04-2df0-f988-2037-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:16.567870 | 0.05s 2026-02-19 22:23:02.766876 | c4831038-c879-477f-80de-ec4bf43927e5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:23:02.802554 | fa163e04-2df0-f988-2037-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:23:03.917432 | fa163e04-2df0-f988-2037-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:23:03.919693 | fa163e04-2df0-f988-2037-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:17.746916 | 1.12s 2026-02-19 22:23:03.952959 | fa163e04-2df0-f988-2037-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:23:07.033634 | fa163e04-2df0-f988-2037-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:23:07.035458 | fa163e04-2df0-f988-2037-000000003a3d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:20.862696 | 3.08s 2026-02-19 22:23:07.092782 | fa163e04-2df0-f988-2037-0000000037a2 | TASK | Set NB connection 2026-02-19 22:23:07.543577 | fa163e04-2df0-f988-2037-0000000037a2 | CHANGED | Set NB connection | standalone 2026-02-19 22:23:07.545111 | fa163e04-2df0-f988-2037-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:21.372348 | 0.45s 2026-02-19 22:23:07.573151 | fa163e04-2df0-f988-2037-0000000037a3 | TASK | Set SB connection 2026-02-19 22:23:08.020402 | fa163e04-2df0-f988-2037-0000000037a3 | CHANGED | Set SB connection | standalone 2026-02-19 22:23:08.021423 | fa163e04-2df0-f988-2037-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:21.848668 | 0.45s 2026-02-19 22:23:08.043636 | fa163e04-2df0-f988-2037-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-02-19 22:23:08.282495 | fa163e04-2df0-f988-2037-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-02-19 22:23:08.283991 | fa163e04-2df0-f988-2037-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:22.111229 | 0.24s 2026-02-19 22:23:08.398414 | fa163e04-2df0-f988-2037-0000000000db | TIMING | include_tasks | standalone | 0:17:22.225644 | 0.08s 2026-02-19 22:23:08.439353 | b3f019c8-4b0f-47e4-9d55-20104ea99df0 | INCLUDED | /root/standalone-ansible-m9flw3dy/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:23:08.474443 | fa163e04-2df0-f988-2037-000000003a82 | TASK | Write the config_step hieradata 2026-02-19 22:23:08.991668 | fa163e04-2df0-f988-2037-000000003a82 | OK | Write the config_step hieradata | standalone 2026-02-19 22:23:08.993087 | fa163e04-2df0-f988-2037-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:22.820327 | 0.52s 2026-02-19 22:23:09.016785 | fa163e04-2df0-f988-2037-000000003a83 | TASK | Run puppet host configuration for step 3 2026-02-19 22:23:09.409828 | fa163e04-2df0-f988-2037-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2026-02-19 22:23:09.411167 | fa163e04-2df0-f988-2037-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:23.238411 | 0.39s 2026-02-19 22:23:09.431758 | fa163e04-2df0-f988-2037-000000003a84 | TASK | Wait for puppet host configuration to finish 2026-02-19 22:23:09.699768 | fa163e04-2df0-f988-2037-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:23:19.910791 | fa163e04-2df0-f988-2037-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:23:30.443675 | fa163e04-2df0-f988-2037-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:23:30.446061 | fa163e04-2df0-f988-2037-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:44.273297 | 21.01s 2026-02-19 22:23:30.477879 | fa163e04-2df0-f988-2037-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2026-02-19 22:23:30.573507 | fa163e04-2df0-f988-2037-000000003a85 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 19 22:23:09 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:23:13 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:23:13 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:23:13 puppet-user: (file & line not available)", "<13>Feb 19 22:23:13 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 22:23:13 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 22:23:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:23:14 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Feb 19 22:23:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 22:23:20 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 22:23:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:23:22 puppet-user: Notice: Applied catalog in 8.11 seconds", "<13>Feb 19 22:23:22 puppet-user: Application:", "<13>Feb 19 22:23:22 puppet-user: Initial environment: production", "<13>Feb 19 22:23:22 puppet-user: Converged environment: production", "<13>Feb 19 22:23:22 puppet-user: Run mode: user", "<13>Feb 19 22:23:22 puppet-user: Changes:", "<13>Feb 19 22:23:22 puppet-user: Total: 2", "<13>Feb 19 22:23:22 puppet-user: Events:", "<13>Feb 19 22:23:22 puppet-user: Success: 2", "<13>Feb 19 22:23:22 puppet-user: Resources:", "<13>Feb 19 22:23:22 puppet-user: Changed: 2", "<13>Feb 19 22:23:22 puppet-user: Out of sync: 2", "<13>Feb 19 22:23:22 puppet-user: Total: 28", "<13>Feb 19 22:23:22 puppet-user: Time:", "<13>Feb 19 22:23:22 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:23:22 puppet-user: Package: 0.00", "<13>Feb 19 22:23:22 puppet-user: Schedule: 0.00", "<13>Feb 19 22:23:22 puppet-user: File: 0.00", "<13>Feb 19 22:23:22 puppet-user: File line: 0.01", "<13>Feb 19 22:23:22 puppet-user: Augeas: 0.01", "<13>Feb 19 22:23:22 puppet-user: User: 0.03", "<13>Feb 19 22:23:22 puppet-user: Service: 0.07", "<13>Feb 19 22:23:22 puppet-user: Config retrieval: 0.45", "<13>Feb 19 22:23:22 puppet-user: Pcmk property: 1.56", "<13>Feb 19 22:23:22 puppet-user: Last run: 1771539802", "<13>Feb 19 22:23:22 puppet-user: Exec: 2.00", "<13>Feb 19 22:23:22 puppet-user: Pcmk resource op default: 2.06", "<13>Feb 19 22:23:22 puppet-user: Pcmk resource default: 2.15", "<13>Feb 19 22:23:22 puppet-user: Transaction evaluation: 8.09", "<13>Feb 19 22:23:22 puppet-user: Catalog application: 8.11", "<13>Feb 19 22:23:22 puppet-user: Total: 8.11", "<13>Feb 19 22:23:22 puppet-user: Version:", "<13>Feb 19 22:23:22 puppet-user: Config: 1771539793", "<13>Feb 19 22:23:22 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:23:30.575056 | fa163e04-2df0-f988-2037-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:44.402294 | 0.10s 2026-02-19 22:23:30.605220 | fa163e04-2df0-f988-2037-000000003a86 | TASK | Pre-cache facts for puppet containers 2026-02-19 22:23:30.636306 | fa163e04-2df0-f988-2037-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:44.463542 | 0.03s 2026-02-19 22:23:30.704956 | fa163e04-2df0-f988-2037-000000003ac5 | TASK | Gather variables for each operating system 2026-02-19 22:23:30.830944 | fa163e04-2df0-f988-2037-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:44.658172 | 0.12s 2026-02-19 22:23:30.863271 | fa163e04-2df0-f988-2037-000000003ac6 | TASK | Create puppet caching structures 2026-02-19 22:23:31.119693 | fa163e04-2df0-f988-2037-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:23:31.121571 | fa163e04-2df0-f988-2037-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:44.948804 | 0.26s 2026-02-19 22:23:31.150567 | fa163e04-2df0-f988-2037-000000003ac7 | TASK | Check for facter.conf 2026-02-19 22:23:31.414217 | fa163e04-2df0-f988-2037-000000003ac7 | OK | Check for facter.conf | standalone 2026-02-19 22:23:31.415663 | fa163e04-2df0-f988-2037-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:45.242902 | 0.26s 2026-02-19 22:23:31.445106 | fa163e04-2df0-f988-2037-000000003ac8 | TASK | Remove facter.conf if directory 2026-02-19 22:23:31.499490 | fa163e04-2df0-f988-2037-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:23:31.500902 | fa163e04-2df0-f988-2037-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:45.328138 | 0.05s 2026-02-19 22:23:31.531094 | fa163e04-2df0-f988-2037-000000003ac9 | TASK | Write facter cache config 2026-02-19 22:23:32.066864 | fa163e04-2df0-f988-2037-000000003ac9 | CHANGED | Write facter cache config | standalone 2026-02-19 22:23:32.068473 | fa163e04-2df0-f988-2037-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:45.895711 | 0.54s 2026-02-19 22:23:32.098797 | fa163e04-2df0-f988-2037-000000003aca | TASK | Cleanup facter cache if exists 2026-02-19 22:23:32.399854 | fa163e04-2df0-f988-2037-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 22:23:32.401814 | fa163e04-2df0-f988-2037-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:46.229047 | 0.30s 2026-02-19 22:23:32.432309 | fa163e04-2df0-f988-2037-000000003acb | TASK | Pre-cache facts 2026-02-19 22:23:33.011425 | fa163e04-2df0-f988-2037-000000003acb | CHANGED | Pre-cache facts | standalone 2026-02-19 22:23:33.012837 | fa163e04-2df0-f988-2037-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:46.840075 | 0.58s 2026-02-19 22:23:33.044866 | fa163e04-2df0-f988-2037-000000003acc | TASK | Failed deployment if facter fails 2026-02-19 22:23:33.082561 | fa163e04-2df0-f988-2037-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:23:33.083892 | fa163e04-2df0-f988-2037-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:46.911130 | 0.04s 2026-02-19 22:23:33.131188 | fa163e04-2df0-f988-2037-000000003acd | TASK | Sync cached facts 2026-02-19 22:23:33.466085 | fa163e04-2df0-f988-2037-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e04-2df0-f988-2037-000000003acd') missing from stats 2026-02-19 22:23:33.523148 | fa163e04-2df0-f988-2037-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:23:33.575909 | fa163e04-2df0-f988-2037-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 22:23:33.577348 | fa163e04-2df0-f988-2037-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:47.404585 | 0.05s 2026-02-19 22:23:33.609268 | fa163e04-2df0-f988-2037-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2026-02-19 22:23:33.641621 | fa163e04-2df0-f988-2037-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:47.468851 | 0.03s 2026-02-19 22:23:33.706985 | fa163e04-2df0-f988-2037-000000003b24 | TASK | Gather variables for each operating system 2026-02-19 22:23:33.823139 | fa163e04-2df0-f988-2037-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:47.650356 | 0.11s 2026-02-19 22:23:33.855409 | fa163e04-2df0-f988-2037-000000003b25 | TASK | Create container logs path 2026-02-19 22:23:34.123406 | fa163e04-2df0-f988-2037-000000003b25 | OK | Create container logs path | standalone 2026-02-19 22:23:34.124784 | fa163e04-2df0-f988-2037-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:47.952024 | 0.27s 2026-02-19 22:23:34.159750 | fa163e04-2df0-f988-2037-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:23:34.543153 | fa163e04-2df0-f988-2037-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-19 22:23:34.543909 | fa163e04-2df0-f988-2037-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:48.371156 | 0.38s 2026-02-19 22:23:34.574260 | fa163e04-2df0-f988-2037-000000003b28 | TASK | Finalise hashes for all containers 2026-02-19 22:23:34.692499 | fa163e04-2df0-f988-2037-000000003b28 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:23:34.693928 | fa163e04-2df0-f988-2037-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:48.521167 | 0.12s 2026-02-19 22:23:34.725668 | fa163e04-2df0-f988-2037-000000003b2a | TASK | Manage systemd shutdown files 2026-02-19 22:23:34.756822 | fa163e04-2df0-f988-2037-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:48.584055 | 0.03s 2026-02-19 22:23:34.790874 | 56e55957-1c2e-459d-ac30-9462ab4ce9f1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:23:34.818836 | fa163e04-2df0-f988-2037-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:23:35.094528 | fa163e04-2df0-f988-2037-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:23:35.096132 | fa163e04-2df0-f988-2037-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:48.923372 | 0.28s 2026-02-19 22:23:35.127590 | fa163e04-2df0-f988-2037-000000003b5e | TASK | Set podman_drop_in fact 2026-02-19 22:23:35.172391 | fa163e04-2df0-f988-2037-000000003b5e | OK | Set podman_drop_in fact | standalone 2026-02-19 22:23:35.173599 | fa163e04-2df0-f988-2037-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:49.000838 | 0.04s 2026-02-19 22:23:35.203173 | fa163e04-2df0-f988-2037-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:23:35.729629 | fa163e04-2df0-f988-2037-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:23:35.732736 | fa163e04-2df0-f988-2037-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:49.559971 | 0.53s 2026-02-19 22:23:36.197058 | fa163e04-2df0-f988-2037-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:23:36.198662 | fa163e04-2df0-f988-2037-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:50.025907 | 0.99s 2026-02-19 22:23:36.205157 | fa163e04-2df0-f988-2037-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:50.032389 | 1.00s 2026-02-19 22:23:36.235532 | fa163e04-2df0-f988-2037-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:23:36.809051 | fa163e04-2df0-f988-2037-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:23:36.810690 | fa163e04-2df0-f988-2037-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:50.637928 | 0.57s 2026-02-19 22:23:36.840359 | fa163e04-2df0-f988-2037-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:23:37.392077 | fa163e04-2df0-f988-2037-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:23:37.393686 | fa163e04-2df0-f988-2037-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:51.220925 | 0.55s 2026-02-19 22:23:37.424904 | fa163e04-2df0-f988-2037-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:23:38.200750 | fa163e04-2df0-f988-2037-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:23:38.202665 | fa163e04-2df0-f988-2037-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:52.029904 | 0.78s 2026-02-19 22:23:38.234582 | fa163e04-2df0-f988-2037-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:23:38.793063 | fa163e04-2df0-f988-2037-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:23:38.794782 | fa163e04-2df0-f988-2037-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:52.622020 | 0.56s 2026-02-19 22:23:38.826582 | fa163e04-2df0-f988-2037-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:23:39.369595 | fa163e04-2df0-f988-2037-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:23:39.371290 | fa163e04-2df0-f988-2037-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:53.198528 | 0.54s 2026-02-19 22:23:39.403201 | fa163e04-2df0-f988-2037-000000003b66 | TASK | Enable and start netns-placeholder 2026-02-19 22:23:40.223102 | fa163e04-2df0-f988-2037-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:23:40.225531 | fa163e04-2df0-f988-2037-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:54.052768 | 0.82s 2026-02-19 22:23:40.257054 | fa163e04-2df0-f988-2037-000000003b2c | TASK | Update container configs with new config hashes 2026-02-19 22:23:40.320536 | fa163e04-2df0-f988-2037-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:54.147769 | 0.06s 2026-02-19 22:23:40.341821 | c45ed96d-6baf-44f2-ae23-c87359905d9e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:23:40.378588 | fa163e04-2df0-f988-2037-000000003b8e | TASK | Update config hashes for container startup configs 2026-02-19 22:23:40.690972 | fa163e04-2df0-f988-2037-000000003b8e | OK | Update config hashes for container startup configs | standalone 2026-02-19 22:23:40.692647 | fa163e04-2df0-f988-2037-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:54.519886 | 0.31s 2026-02-19 22:23:40.725168 | fa163e04-2df0-f988-2037-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:23:40.788526 | fa163e04-2df0-f988-2037-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:54.615752 | 0.06s 2026-02-19 22:23:40.813285 | f8e37aed-0832-4a4a-be8e-fdc62fa4c680 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:23:40.850277 | fa163e04-2df0-f988-2037-000000003bad | TASK | Gather podman infos 2026-02-19 22:23:42.089094 | fa163e04-2df0-f988-2037-000000003bad | OK | Gather podman infos | standalone 2026-02-19 22:23:42.089776 | fa163e04-2df0-f988-2037-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:55.917025 | 1.24s 2026-02-19 22:23:42.147585 | fa163e04-2df0-f988-2037-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:23:42.199811 | fa163e04-2df0-f988-2037-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:56.027040 | 0.04s 2026-02-19 22:23:42.375516 | fa163e04-2df0-f988-2037-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:56.202732 | 0.11s 2026-02-19 22:23:42.440731 | fa163e04-2df0-f988-2037-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:23:42.505284 | fa163e04-2df0-f988-2037-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:56.332520 | 0.06s 2026-02-19 22:23:42.524432 | 5ba7b0e1-1c99-4311-bd91-21182bac30a5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:23:42.558798 | fa163e04-2df0-f988-2037-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:24:39.494576 | fa163e04-2df0-f988-2037-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-19 22:24:39.495791 | fa163e04-2df0-f988-2037-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:53.323033 | 56.94s 2026-02-19 22:24:39.521551 | fa163e04-2df0-f988-2037-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:25:13.131357 | fa163e04-2df0-f988-2037-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-19 22:25:13.133732 | fa163e04-2df0-f988-2037-000000003c19 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:26.960976 | 33.61s 2026-02-19 22:25:13.187634 | fa163e04-2df0-f988-2037-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2026-02-19 22:25:13.446850 | fa163e04-2df0-f988-2037-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-02-19 22:25:13.447948 | fa163e04-2df0-f988-2037-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:27.275192 | 0.26s 2026-02-19 22:25:13.494822 | fa163e04-2df0-f988-2037-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2026-02-19 22:25:13.556835 | fa163e04-2df0-f988-2037-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:27.384052 | 0.06s 2026-02-19 22:25:13.590196 | fa163e04-2df0-f988-2037-000000003a8d | TASK | Include container-puppet tasks for step 3 2026-02-19 22:25:13.638990 | fa163e04-2df0-f988-2037-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:27.466224 | 0.05s 2026-02-19 22:25:13.655758 | 3312cf7f-7493-4305-8edf-ced0e4b98f44 | INCLUDED | /root/standalone-ansible-m9flw3dy/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:25:13.697593 | fa163e04-2df0-f988-2037-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2026-02-19 22:25:14.251530 | fa163e04-2df0-f988-2037-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-02-19 22:25:14.253340 | fa163e04-2df0-f988-2037-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:28.080581 | 0.55s 2026-02-19 22:25:14.286099 | fa163e04-2df0-f988-2037-000000003c66 | TASK | Generate container puppet configs for step 3 2026-02-19 22:25:14.585902 | fa163e04-2df0-f988-2037-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2026-02-19 22:25:14.588910 | fa163e04-2df0-f988-2037-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:28.416143 | 0.30s 2026-02-19 22:25:14.622859 | fa163e04-2df0-f988-2037-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-02-19 22:25:14.659207 | fa163e04-2df0-f988-2037-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:28.486434 | 0.03s 2026-02-19 22:25:14.733463 | fa163e04-2df0-f988-2037-000000003c96 | TASK | Gather variables for each operating system 2026-02-19 22:25:14.883106 | fa163e04-2df0-f988-2037-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:28.710311 | 0.15s 2026-02-19 22:25:14.918976 | fa163e04-2df0-f988-2037-000000003c97 | TASK | Create container logs path 2026-02-19 22:25:15.179888 | fa163e04-2df0-f988-2037-000000003c97 | OK | Create container logs path | standalone 2026-02-19 22:25:15.183057 | fa163e04-2df0-f988-2037-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:29.010288 | 0.26s 2026-02-19 22:25:15.220029 | fa163e04-2df0-f988-2037-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 22:25:15.499108 | fa163e04-2df0-f988-2037-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 22:25:15.501948 | fa163e04-2df0-f988-2037-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:29.329181 | 0.28s 2026-02-19 22:25:15.535242 | fa163e04-2df0-f988-2037-000000003c9a | TASK | Finalise hashes for all containers 2026-02-19 22:25:15.595267 | fa163e04-2df0-f988-2037-000000003c9a | OK | Finalise hashes for all containers | standalone 2026-02-19 22:25:15.597182 | fa163e04-2df0-f988-2037-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:29.424428 | 0.06s 2026-02-19 22:25:15.618560 | fa163e04-2df0-f988-2037-000000003c9c | TASK | Manage systemd shutdown files 2026-02-19 22:25:15.657986 | fa163e04-2df0-f988-2037-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:25:15.659080 | fa163e04-2df0-f988-2037-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:29.486327 | 0.04s 2026-02-19 22:25:15.679194 | fa163e04-2df0-f988-2037-000000003c9e | TASK | Update container configs with new config hashes 2026-02-19 22:25:15.730814 | fa163e04-2df0-f988-2037-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:25:15.731817 | fa163e04-2df0-f988-2037-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:29.559063 | 0.05s 2026-02-19 22:25:15.754130 | fa163e04-2df0-f988-2037-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 22:25:15.805958 | fa163e04-2df0-f988-2037-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 22:25:15.807552 | fa163e04-2df0-f988-2037-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:29.634781 | 0.05s 2026-02-19 22:25:15.841776 | fa163e04-2df0-f988-2037-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 22:25:15.897959 | fa163e04-2df0-f988-2037-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 22:25:15.899387 | fa163e04-2df0-f988-2037-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:29.726624 | 0.06s PLAY [External deployment step 4] ********************************************** 2026-02-19 22:25:16.062838 | fa163e04-2df0-f988-2037-0000000000de | TASK | External deployment step 4 2026-02-19 22:25:16.094184 | fa163e04-2df0-f988-2037-0000000000de | OK | External deployment step 4 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 4' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e04-2df0-f988-2037-0000000000de') missing from stats 2026-02-19 22:25:16.149567 | fa163e04-2df0-f988-2037-0000000000df | TIMING | include_tasks | undercloud | 0:19:29.976793 | 0.04s 2026-02-19 22:25:16.182289 | 457ec601-f520-4b87-82ca-87eab997f5cc | INCLUDED | /root/standalone-ansible-m9flw3dy/external_deploy_steps_tasks_step4.yaml | undercloud 2026-02-19 22:25:16.199611 | fa163e04-2df0-f988-2037-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2026-02-19 22:25:17.770542 | fa163e04-2df0-f988-2037-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-02-19 22:25:17.772380 | fa163e04-2df0-f988-2037-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:31.599614 | 1.57s 2026-02-19 22:25:18.940299 | fa163e04-2df0-f988-2037-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-02-19 22:25:18.941398 | fa163e04-2df0-f988-2037-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:32.768640 | 2.74s 2026-02-19 22:25:18.947436 | fa163e04-2df0-f988-2037-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:32.774678 | 2.75s 2026-02-19 22:25:18.965859 | fa163e04-2df0-f988-2037-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2026-02-19 22:25:19.020087 | fa163e04-2df0-f988-2037-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:32.847261 | 0.05s 2026-02-19 22:25:19.082917 | fa163e04-2df0-f988-2037-000000003d1e | TASK | Create Keystone Admin resources 2026-02-19 22:25:19.125622 | fa163e04-2df0-f988-2037-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:32.952848 | 0.04s 2026-02-19 22:25:19.167963 | f11d4d0d-a68b-48ce-9285-5466f5136f0b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-02-19 22:25:19.201093 | fa163e04-2df0-f988-2037-000000003d5f | TASK | Create admin and service projects 2026-02-19 22:25:19.257374 | fa163e04-2df0-f988-2037-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:33.084589 | 0.05s 2026-02-19 22:25:19.273741 | d8a7b481-4829-4c30-8f58-f4db259fd7e9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-19 22:25:19.310646 | fa163e04-2df0-f988-2037-000000003db0 | TASK | Async creation of Keystone project 2026-02-19 22:25:19.773718 | fa163e04-2df0-f988-2037-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-02-19 22:25:19.776510 | fa163e04-2df0-f988-2037-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:33.603740 | 0.46s 2026-02-19 22:25:20.094312 | fa163e04-2df0-f988-2037-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-19 22:25:20.094899 | fa163e04-2df0-f988-2037-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:33.922149 | 0.78s 2026-02-19 22:25:20.097736 | fa163e04-2df0-f988-2037-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:33.924988 | 0.79s 2026-02-19 22:25:20.112661 | fa163e04-2df0-f988-2037-000000003db2 | TASK | Check Keystone project status 2026-02-19 22:25:20.353648 | fa163e04-2df0-f988-2037-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-19 22:25:25.609225 | fa163e04-2df0-f988-2037-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2026-02-19 22:25:25.610312 | fa163e04-2df0-f988-2037-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:39.437552 | 5.50s 2026-02-19 22:25:25.822620 | fa163e04-2df0-f988-2037-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2026-02-19 22:25:25.823791 | fa163e04-2df0-f988-2037-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:39.651031 | 5.71s 2026-02-19 22:25:25.833679 | fa163e04-2df0-f988-2037-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:39.660910 | 5.72s 2026-02-19 22:25:25.854361 | fa163e04-2df0-f988-2037-000000003d60 | TASK | Create admin role 2026-02-19 22:25:27.097287 | fa163e04-2df0-f988-2037-000000003d60 | OK | Create admin role | undercloud 2026-02-19 22:25:27.098867 | fa163e04-2df0-f988-2037-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:40.926103 | 1.24s 2026-02-19 22:25:27.118568 | fa163e04-2df0-f988-2037-000000003d61 | TASK | Create _member_ role 2026-02-19 22:25:27.169735 | fa163e04-2df0-f988-2037-000000003d61 | SKIPPED | Create _member_ role | undercloud 2026-02-19 22:25:27.171258 | fa163e04-2df0-f988-2037-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:40.998495 | 0.05s 2026-02-19 22:25:27.190413 | fa163e04-2df0-f988-2037-000000003d62 | TASK | Check admin password 2026-02-19 22:25:28.414269 | fa163e04-2df0-f988-2037-000000003d62 | OK | Check admin password | undercloud 2026-02-19 22:25:28.415629 | fa163e04-2df0-f988-2037-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:42.242869 | 1.22s 2026-02-19 22:25:28.434790 | fa163e04-2df0-f988-2037-000000003d63 | TASK | Create admin user 2026-02-19 22:25:30.520745 | fa163e04-2df0-f988-2037-000000003d63 | CHANGED | Create admin user | undercloud 2026-02-19 22:25:30.522102 | fa163e04-2df0-f988-2037-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:44.349244 | 2.09s 2026-02-19 22:25:30.540864 | fa163e04-2df0-f988-2037-000000003d64 | TASK | Assign admin role to admin project for admin user 2026-02-19 22:25:31.929604 | fa163e04-2df0-f988-2037-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2026-02-19 22:25:31.930856 | fa163e04-2df0-f988-2037-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:45.758093 | 1.39s 2026-02-19 22:25:31.949781 | fa163e04-2df0-f988-2037-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2026-02-19 22:25:32.015576 | fa163e04-2df0-f988-2037-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-02-19 22:25:32.016667 | fa163e04-2df0-f988-2037-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:45.843908 | 0.07s 2026-02-19 22:25:32.032402 | fa163e04-2df0-f988-2037-000000003d66 | TASK | Create identity service 2026-02-19 22:25:33.219559 | fa163e04-2df0-f988-2037-000000003d66 | OK | Create identity service | undercloud 2026-02-19 22:25:33.221389 | fa163e04-2df0-f988-2037-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:47.048623 | 1.19s 2026-02-19 22:25:33.243280 | fa163e04-2df0-f988-2037-000000003d67 | TASK | Create identity public endpoint 2026-02-19 22:25:34.543390 | fa163e04-2df0-f988-2037-000000003d67 | OK | Create identity public endpoint | undercloud 2026-02-19 22:25:34.544873 | fa163e04-2df0-f988-2037-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:48.372111 | 1.30s 2026-02-19 22:25:34.564664 | fa163e04-2df0-f988-2037-000000003d68 | TASK | Create identity internal endpoint 2026-02-19 22:25:35.818720 | fa163e04-2df0-f988-2037-000000003d68 | OK | Create identity internal endpoint | undercloud 2026-02-19 22:25:35.820281 | fa163e04-2df0-f988-2037-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:49.647520 | 1.25s 2026-02-19 22:25:35.839381 | fa163e04-2df0-f988-2037-000000003d69 | TASK | Create identity admin endpoint 2026-02-19 22:25:37.106907 | fa163e04-2df0-f988-2037-000000003d69 | OK | Create identity admin endpoint | undercloud 2026-02-19 22:25:37.108795 | fa163e04-2df0-f988-2037-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:50.936027 | 1.27s 2026-02-19 22:25:37.128460 | fa163e04-2df0-f988-2037-000000003d1f | TASK | Create Keystone Projects 2026-02-19 22:25:37.228498 | fa163e04-2df0-f988-2037-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:51.055723 | 0.10s 2026-02-19 22:25:37.235885 | fa163e04-2df0-f988-2037-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:51.063117 | 0.11s 2026-02-19 22:25:37.249115 | eb115ae5-ca25-40c9-b2dc-62ba7265c1e3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-19 22:25:37.299373 | fa163e04-2df0-f988-2037-000000003e3c | TASK | Async creation of Keystone project 2026-02-19 22:25:37.669717 | fa163e04-2df0-f988-2037-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-19 22:25:37.672473 | fa163e04-2df0-f988-2037-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:51.499690 | 0.37s 2026-02-19 22:25:37.683668 | fa163e04-2df0-f988-2037-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:51.510912 | 0.38s 2026-02-19 22:25:37.698156 | fa163e04-2df0-f988-2037-000000003e3e | TASK | Check Keystone project status 2026-02-19 22:25:37.986645 | fa163e04-2df0-f988-2037-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-19 22:25:43.211610 | fa163e04-2df0-f988-2037-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2026-02-19 22:25:43.213187 | fa163e04-2df0-f988-2037-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:57.040414 | 5.51s 2026-02-19 22:25:43.220870 | fa163e04-2df0-f988-2037-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:57.048101 | 5.52s 2026-02-19 22:25:43.239999 | fa163e04-2df0-f988-2037-000000003d21 | TASK | Create Keystone Domains 2026-02-19 22:25:43.334342 | fa163e04-2df0-f988-2037-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:57.161567 | 0.09s 2026-02-19 22:25:43.346243 | fa163e04-2df0-f988-2037-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:57.173478 | 0.10s 2026-02-19 22:25:43.361644 | d7e1f30f-5ebc-4663-a815-c0c998bce1e2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-02-19 22:25:43.412147 | fa163e04-2df0-f988-2037-000000003ef1 | TASK | Async creation of Keystone domains 2026-02-19 22:25:43.884468 | fa163e04-2df0-f988-2037-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-02-19 22:25:43.885599 | fa163e04-2df0-f988-2037-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:57.712839 | 0.47s 2026-02-19 22:25:43.889802 | fa163e04-2df0-f988-2037-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:57.717037 | 0.48s 2026-02-19 22:25:43.908615 | fa163e04-2df0-f988-2037-000000003ef3 | TASK | Check Keystone domain status 2026-02-19 22:25:44.203225 | fa163e04-2df0-f988-2037-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-02-19 22:25:49.419706 | fa163e04-2df0-f988-2037-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-02-19 22:25:49.420769 | fa163e04-2df0-f988-2037-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:03.248011 | 5.51s 2026-02-19 22:25:49.433001 | fa163e04-2df0-f988-2037-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:03.260225 | 5.52s 2026-02-19 22:25:49.453364 | fa163e04-2df0-f988-2037-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-02-19 22:25:49.508137 | fa163e04-2df0-f988-2037-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:03.335354 | 0.05s 2026-02-19 22:25:49.524367 | e953bfba-1071-4740-a7e1-20593089b621 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-02-19 22:25:49.577478 | fa163e04-2df0-f988-2037-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2026-02-19 22:25:50.918228 | fa163e04-2df0-f988-2037-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2026-02-19 22:25:50.919918 | fa163e04-2df0-f988-2037-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:04.747149 | 1.34s 2026-02-19 22:25:50.939450 | fa163e04-2df0-f988-2037-000000003fbc | TASK | Set openstack_domains fact 2026-02-19 22:25:51.016416 | fa163e04-2df0-f988-2037-000000003fbc | OK | Set openstack_domains fact | undercloud 2026-02-19 22:25:51.017730 | fa163e04-2df0-f988-2037-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:04.844968 | 0.08s 2026-02-19 22:25:51.036129 | fa163e04-2df0-f988-2037-000000003d24 | TASK | Create Keystone Services 2026-02-19 22:25:51.143131 | fa163e04-2df0-f988-2037-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:04.970352 | 0.11s 2026-02-19 22:25:51.163815 | fa163e04-2df0-f988-2037-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:04.991041 | 0.13s 2026-02-19 22:25:51.182673 | fa163e04-2df0-f988-2037-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:05.009889 | 0.15s 2026-02-19 22:25:51.201830 | 3f35a7d1-910b-4aad-88e4-66457d60c358 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-19 22:25:51.211158 | 886422f9-af5f-4eef-b1c1-3864f763c0bf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-19 22:25:51.261628 | fa163e04-2df0-f988-2037-000000004098 | TASK | Async creation of Keystone service 2026-02-19 22:25:51.634423 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-02-19 22:25:51.635550 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:05.462792 | 0.37s 2026-02-19 22:25:51.944311 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2026-02-19 22:25:51.945404 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:05.772644 | 0.68s 2026-02-19 22:25:52.293817 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-02-19 22:25:52.295650 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:06.122890 | 1.03s 2026-02-19 22:25:52.535502 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-02-19 22:25:52.536519 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:06.363767 | 1.27s 2026-02-19 22:25:52.825976 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-02-19 22:25:52.826894 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:06.654142 | 1.56s 2026-02-19 22:25:53.132229 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-02-19 22:25:53.132868 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:06.960115 | 1.87s 2026-02-19 22:25:53.424219 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-02-19 22:25:53.424862 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:07.252109 | 2.16s 2026-02-19 22:25:53.777852 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-02-19 22:25:53.778485 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:07.605734 | 2.52s 2026-02-19 22:25:54.061696 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-02-19 22:25:54.062486 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:07.889733 | 2.80s 2026-02-19 22:25:54.382886 | fa163e04-2df0-f988-2037-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-02-19 22:25:54.383535 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.210783 | 3.12s 2026-02-19 22:25:54.388377 | fa163e04-2df0-f988-2037-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:08.215622 | 3.13s 2026-02-19 22:25:54.403865 | fa163e04-2df0-f988-2037-00000000409a | TASK | Check Keystone service status 2026-02-19 22:25:54.694105 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-02-19 22:25:54.695722 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:08.522958 | 0.29s 2026-02-19 22:25:54.940937 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2026-02-19 22:25:54.941725 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:08.768970 | 0.54s 2026-02-19 22:25:55.191930 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-02-19 22:25:55.193552 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.020797 | 0.79s 2026-02-19 22:25:55.473235 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2026-02-19 22:25:55.475176 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.302415 | 1.07s 2026-02-19 22:25:55.689520 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-02-19 22:25:55.691414 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.518652 | 1.29s 2026-02-19 22:25:55.930808 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2026-02-19 22:25:55.931744 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:09.758989 | 1.53s 2026-02-19 22:25:56.206841 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-02-19 22:25:56.208793 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.036032 | 1.80s 2026-02-19 22:25:56.479695 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2026-02-19 22:25:56.481455 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.308700 | 2.08s 2026-02-19 22:25:56.737728 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-02-19 22:25:56.739698 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.566937 | 2.34s 2026-02-19 22:25:57.022568 | fa163e04-2df0-f988-2037-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-02-19 22:25:57.026258 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.853492 | 2.62s 2026-02-19 22:25:57.038321 | fa163e04-2df0-f988-2037-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:10.865546 | 2.63s 2026-02-19 22:25:57.060622 | fa163e04-2df0-f988-2037-00000000409f | TASK | Async creation of Keystone service 2026-02-19 22:25:57.422884 | fa163e04-2df0-f988-2037-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-02-19 22:25:57.426344 | fa163e04-2df0-f988-2037-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:11.253570 | 0.36s 2026-02-19 22:25:57.772568 | fa163e04-2df0-f988-2037-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-02-19 22:25:57.773745 | fa163e04-2df0-f988-2037-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:11.600981 | 0.71s 2026-02-19 22:25:58.100199 | fa163e04-2df0-f988-2037-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-02-19 22:25:58.101194 | fa163e04-2df0-f988-2037-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:11.928438 | 1.04s 2026-02-19 22:25:58.410214 | fa163e04-2df0-f988-2037-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-02-19 22:25:58.410871 | fa163e04-2df0-f988-2037-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:12.238119 | 1.35s 2026-02-19 22:25:58.415320 | fa163e04-2df0-f988-2037-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:12.242555 | 1.35s 2026-02-19 22:25:58.433327 | fa163e04-2df0-f988-2037-0000000040a1 | TASK | Check Keystone service status 2026-02-19 22:25:58.717213 | fa163e04-2df0-f988-2037-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-02-19 22:25:58.719333 | fa163e04-2df0-f988-2037-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:12.546578 | 0.28s 2026-02-19 22:25:58.995930 | fa163e04-2df0-f988-2037-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-02-19 22:25:58.998185 | fa163e04-2df0-f988-2037-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:12.825423 | 0.56s 2026-02-19 22:25:59.200515 | fa163e04-2df0-f988-2037-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-02-19 22:26:04.446406 | fa163e04-2df0-f988-2037-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-02-19 22:26:04.448762 | fa163e04-2df0-f988-2037-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.275997 | 6.01s 2026-02-19 22:26:04.671803 | fa163e04-2df0-f988-2037-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-02-19 22:26:04.674061 | fa163e04-2df0-f988-2037-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.501296 | 6.24s 2026-02-19 22:26:04.686058 | fa163e04-2df0-f988-2037-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.513253 | 6.25s 2026-02-19 22:26:04.708692 | fa163e04-2df0-f988-2037-000000003d26 | TASK | Create Keystone Endpoints 2026-02-19 22:26:04.800743 | fa163e04-2df0-f988-2037-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:18.627966 | 0.09s 2026-02-19 22:26:04.831265 | fa163e04-2df0-f988-2037-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:18.658507 | 0.12s 2026-02-19 22:26:04.856081 | fa163e04-2df0-f988-2037-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:18.683324 | 0.15s 2026-02-19 22:26:04.867720 | fa163e04-2df0-f988-2037-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:18.694946 | 0.16s 2026-02-19 22:26:04.878311 | adfb92cc-d21b-4102-956e-edca5c76ac1f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 22:26:04.883235 | 4d2d8900-0800-46ca-83f0-d38ce7843045 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 22:26:04.885992 | 12f7d4de-7ea4-459b-93f4-f9f7d4a2fdec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 22:26:04.924384 | fa163e04-2df0-f988-2037-0000000041d5 | TASK | Create Keystone public endpoints 2026-02-19 22:26:05.042087 | fa163e04-2df0-f988-2037-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:18.869298 | 0.12s 2026-02-19 22:26:05.057415 | fa163e04-2df0-f988-2037-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:18.884664 | 0.13s 2026-02-19 22:26:05.068793 | fa163e04-2df0-f988-2037-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:18.896018 | 0.14s 2026-02-19 22:26:05.089834 | e26d5456-88bf-4404-97e1-3f1824681f04 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:26:05.099827 | 22edc0f6-5b72-441b-a5c8-c9ef0f6e4b58 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:26:05.125976 | fa163e04-2df0-f988-2037-0000000042fd | TASK | Async creation of Keystone public endpoint 2026-02-19 22:26:05.508631 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-02-19 22:26:05.511203 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:19.338436 | 0.38s 2026-02-19 22:26:05.857215 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2026-02-19 22:26:05.858481 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:19.685723 | 0.73s 2026-02-19 22:26:06.125772 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-02-19 22:26:06.130190 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:19.957397 | 1.00s 2026-02-19 22:26:06.397246 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-02-19 22:26:06.399980 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:20.227225 | 1.27s 2026-02-19 22:26:06.693357 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-02-19 22:26:06.694982 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:20.522228 | 1.57s 2026-02-19 22:26:06.993870 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-02-19 22:26:06.995963 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:20.823201 | 1.87s 2026-02-19 22:26:07.324413 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-02-19 22:26:07.326462 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.153696 | 2.20s 2026-02-19 22:26:07.727964 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-02-19 22:26:07.729221 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.556458 | 2.60s 2026-02-19 22:26:08.012711 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-02-19 22:26:08.013684 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:21.840929 | 2.89s 2026-02-19 22:26:08.295312 | fa163e04-2df0-f988-2037-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-02-19 22:26:08.296119 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:22.123364 | 3.17s 2026-02-19 22:26:08.300124 | fa163e04-2df0-f988-2037-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:22.127376 | 3.17s 2026-02-19 22:26:08.317169 | fa163e04-2df0-f988-2037-0000000042ff | TASK | Check Keystone public endpoint status 2026-02-19 22:26:08.611969 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-02-19 22:26:08.613151 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:22.440395 | 0.30s 2026-02-19 22:26:08.866563 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2026-02-19 22:26:08.867821 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:22.695061 | 0.55s 2026-02-19 22:26:09.094121 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-02-19 22:26:09.095362 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:22.922601 | 0.78s 2026-02-19 22:26:09.349177 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-02-19 22:26:09.350460 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.177700 | 1.03s 2026-02-19 22:26:09.583590 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-02-19 22:26:09.584333 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.411579 | 1.27s 2026-02-19 22:26:09.871338 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-02-19 22:26:09.873983 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.701219 | 1.56s 2026-02-19 22:26:10.165409 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-02-19 22:26:10.168128 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:23.995366 | 1.85s 2026-02-19 22:26:10.442235 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-02-19 22:26:10.444858 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:24.272093 | 2.13s 2026-02-19 22:26:10.705640 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-02-19 22:26:10.706846 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:24.534084 | 2.39s 2026-02-19 22:26:10.977596 | fa163e04-2df0-f988-2037-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-02-19 22:26:10.979137 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:24.806383 | 2.66s 2026-02-19 22:26:10.993952 | fa163e04-2df0-f988-2037-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:24.821183 | 2.68s 2026-02-19 22:26:11.023328 | fa163e04-2df0-f988-2037-000000004304 | TASK | Async creation of Keystone public endpoint 2026-02-19 22:26:11.392258 | fa163e04-2df0-f988-2037-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-02-19 22:26:11.393994 | fa163e04-2df0-f988-2037-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:25.221226 | 0.37s 2026-02-19 22:26:11.713140 | fa163e04-2df0-f988-2037-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-02-19 22:26:11.714657 | fa163e04-2df0-f988-2037-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:25.541890 | 0.69s 2026-02-19 22:26:12.032643 | fa163e04-2df0-f988-2037-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-02-19 22:26:12.034540 | fa163e04-2df0-f988-2037-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:25.861780 | 1.01s 2026-02-19 22:26:12.351513 | fa163e04-2df0-f988-2037-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-02-19 22:26:12.352683 | fa163e04-2df0-f988-2037-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.179924 | 1.33s 2026-02-19 22:26:12.360301 | fa163e04-2df0-f988-2037-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:26.187539 | 1.33s 2026-02-19 22:26:12.385113 | fa163e04-2df0-f988-2037-000000004306 | TASK | Check Keystone public endpoint status 2026-02-19 22:26:12.651825 | fa163e04-2df0-f988-2037-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-02-19 22:26:12.653787 | fa163e04-2df0-f988-2037-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:26.481014 | 0.27s 2026-02-19 22:26:12.886874 | fa163e04-2df0-f988-2037-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-02-19 22:26:18.075244 | fa163e04-2df0-f988-2037-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-02-19 22:26:18.076034 | fa163e04-2df0-f988-2037-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:31.903259 | 5.69s 2026-02-19 22:26:18.286812 | fa163e04-2df0-f988-2037-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-02-19 22:26:18.287993 | fa163e04-2df0-f988-2037-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.115238 | 5.90s 2026-02-19 22:26:18.550809 | fa163e04-2df0-f988-2037-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-02-19 22:26:18.552099 | fa163e04-2df0-f988-2037-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.379336 | 6.17s 2026-02-19 22:26:18.561764 | fa163e04-2df0-f988-2037-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.388993 | 6.18s 2026-02-19 22:26:18.586613 | fa163e04-2df0-f988-2037-0000000041da | TASK | Create Keystone admin endpoints 2026-02-19 22:26:18.685778 | fa163e04-2df0-f988-2037-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:32.513008 | 0.10s 2026-02-19 22:26:18.712268 | fa163e04-2df0-f988-2037-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:32.539517 | 0.12s 2026-02-19 22:26:18.721946 | fa163e04-2df0-f988-2037-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:32.549196 | 0.13s 2026-02-19 22:26:18.730854 | ff34b2f7-0c2b-4100-b5f0-b2f910ac703b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:26:18.735228 | 50a39baa-a5c5-4491-822a-cdc7171c6d12 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:26:18.753782 | fa163e04-2df0-f988-2037-000000004362 | TASK | Async creation of Keystone admin endpoint 2026-02-19 22:26:19.109160 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-02-19 22:26:19.112243 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:32.939439 | 0.36s 2026-02-19 22:26:19.427422 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2026-02-19 22:26:19.428105 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:33.255349 | 0.67s 2026-02-19 22:26:19.768222 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-02-19 22:26:19.770145 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:33.597382 | 1.02s 2026-02-19 22:26:20.091244 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-02-19 22:26:20.092022 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:33.919253 | 1.34s 2026-02-19 22:26:20.410565 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-02-19 22:26:20.412209 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.239452 | 1.66s 2026-02-19 22:26:20.674954 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-02-19 22:26:20.675640 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.502886 | 1.92s 2026-02-19 22:26:21.022433 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-02-19 22:26:21.023093 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:34.850340 | 2.27s 2026-02-19 22:26:21.317826 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-02-19 22:26:21.318455 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:35.145702 | 2.56s 2026-02-19 22:26:21.702932 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-02-19 22:26:21.703652 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:35.530899 | 2.95s 2026-02-19 22:26:21.987812 | fa163e04-2df0-f988-2037-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-02-19 22:26:21.988893 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:35.816133 | 3.23s 2026-02-19 22:26:21.996600 | fa163e04-2df0-f988-2037-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:35.823836 | 3.24s 2026-02-19 22:26:22.013297 | fa163e04-2df0-f988-2037-000000004364 | TASK | Check Keystone admin endpoint status 2026-02-19 22:26:22.330684 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-02-19 22:26:22.332456 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:36.159699 | 0.32s 2026-02-19 22:26:22.656089 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2026-02-19 22:26:22.657440 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:36.484678 | 0.64s 2026-02-19 22:26:22.946077 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-02-19 22:26:22.947331 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:36.774565 | 0.93s 2026-02-19 22:26:23.222784 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-02-19 22:26:23.224663 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:37.051903 | 1.21s 2026-02-19 22:26:23.471802 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-02-19 22:26:23.473045 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:37.300258 | 1.46s 2026-02-19 22:26:23.738663 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-02-19 22:26:23.740706 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:37.567945 | 1.73s 2026-02-19 22:26:24.002256 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-02-19 22:26:24.003595 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:37.830811 | 1.99s 2026-02-19 22:26:24.277721 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-02-19 22:26:24.278595 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.105841 | 2.26s 2026-02-19 22:26:24.517989 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-02-19 22:26:24.519260 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.346496 | 2.51s 2026-02-19 22:26:24.784401 | fa163e04-2df0-f988-2037-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-02-19 22:26:24.786554 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.613791 | 2.77s 2026-02-19 22:26:24.799074 | fa163e04-2df0-f988-2037-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:38.626303 | 2.78s 2026-02-19 22:26:24.822143 | fa163e04-2df0-f988-2037-000000004369 | TASK | Async creation of Keystone admin endpoint 2026-02-19 22:26:25.180121 | fa163e04-2df0-f988-2037-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-02-19 22:26:25.181715 | fa163e04-2df0-f988-2037-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.008947 | 0.36s 2026-02-19 22:26:25.451142 | fa163e04-2df0-f988-2037-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-02-19 22:26:25.453692 | fa163e04-2df0-f988-2037-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.280930 | 0.63s 2026-02-19 22:26:25.706936 | fa163e04-2df0-f988-2037-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-02-19 22:26:25.707653 | fa163e04-2df0-f988-2037-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.534898 | 0.88s 2026-02-19 22:26:25.950321 | fa163e04-2df0-f988-2037-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-02-19 22:26:25.951047 | fa163e04-2df0-f988-2037-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.778292 | 1.13s 2026-02-19 22:26:25.959334 | fa163e04-2df0-f988-2037-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:39.786568 | 1.14s 2026-02-19 22:26:25.981080 | fa163e04-2df0-f988-2037-00000000436b | TASK | Check Keystone admin endpoint status 2026-02-19 22:26:26.298815 | fa163e04-2df0-f988-2037-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-19 22:26:31.621343 | fa163e04-2df0-f988-2037-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-02-19 22:26:31.624110 | fa163e04-2df0-f988-2037-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.451333 | 5.64s 2026-02-19 22:26:31.841257 | fa163e04-2df0-f988-2037-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-02-19 22:26:31.842643 | fa163e04-2df0-f988-2037-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.669880 | 5.86s 2026-02-19 22:26:32.114805 | fa163e04-2df0-f988-2037-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-02-19 22:26:32.116624 | fa163e04-2df0-f988-2037-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.943868 | 6.13s 2026-02-19 22:26:32.425820 | fa163e04-2df0-f988-2037-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-02-19 22:26:32.428125 | fa163e04-2df0-f988-2037-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.255363 | 6.44s 2026-02-19 22:26:32.440628 | fa163e04-2df0-f988-2037-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.267849 | 6.46s 2026-02-19 22:26:32.466199 | fa163e04-2df0-f988-2037-0000000041df | TASK | Create Keystone internal endpoints 2026-02-19 22:26:32.611876 | fa163e04-2df0-f988-2037-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.439085 | 0.14s 2026-02-19 22:26:32.641255 | fa163e04-2df0-f988-2037-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.468496 | 0.17s 2026-02-19 22:26:32.656899 | fa163e04-2df0-f988-2037-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:46.484126 | 0.19s 2026-02-19 22:26:32.677323 | 0cdd18f5-c4bd-43ff-95e4-52b8f3b78af7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:26:32.687544 | 7194cc68-e316-4e47-bf00-f2ba179a621b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:26:32.713973 | fa163e04-2df0-f988-2037-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2026-02-19 22:26:33.077801 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-02-19 22:26:33.080660 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:46.907890 | 0.36s 2026-02-19 22:26:33.414966 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2026-02-19 22:26:33.416894 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.244132 | 0.70s 2026-02-19 22:26:33.711787 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-02-19 22:26:33.713616 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.540856 | 1.00s 2026-02-19 22:26:34.015361 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-02-19 22:26:34.016327 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:47.843569 | 1.30s 2026-02-19 22:26:34.265677 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-02-19 22:26:34.266637 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.093879 | 1.55s 2026-02-19 22:26:34.577627 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-02-19 22:26:34.578298 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.405545 | 1.86s 2026-02-19 22:26:34.902843 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-02-19 22:26:34.903545 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:48.730793 | 2.19s 2026-02-19 22:26:35.227430 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-02-19 22:26:35.228520 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.055758 | 2.51s 2026-02-19 22:26:35.551831 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-02-19 22:26:35.552496 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.379743 | 2.84s 2026-02-19 22:26:35.892811 | fa163e04-2df0-f988-2037-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-02-19 22:26:35.893591 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.720837 | 3.18s 2026-02-19 22:26:35.899325 | fa163e04-2df0-f988-2037-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:49.726559 | 3.18s 2026-02-19 22:26:35.922978 | fa163e04-2df0-f988-2037-0000000043c9 | TASK | Check Keystone internal endpoint status 2026-02-19 22:26:36.190770 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-02-19 22:26:36.192673 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.019903 | 0.27s 2026-02-19 22:26:36.453264 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2026-02-19 22:26:36.454039 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.281285 | 0.53s 2026-02-19 22:26:36.716482 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-02-19 22:26:36.718544 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.545781 | 0.79s 2026-02-19 22:26:36.952775 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-02-19 22:26:36.954519 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:50.781756 | 1.03s 2026-02-19 22:26:37.224321 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-02-19 22:26:37.225067 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.052311 | 1.30s 2026-02-19 22:26:37.500373 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-02-19 22:26:37.501711 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.328951 | 1.58s 2026-02-19 22:26:37.772436 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-02-19 22:26:37.774443 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.601674 | 1.85s 2026-02-19 22:26:38.031735 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-02-19 22:26:38.033777 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:51.861015 | 2.11s 2026-02-19 22:26:38.273062 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-02-19 22:26:38.275311 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.102546 | 2.35s 2026-02-19 22:26:38.561634 | fa163e04-2df0-f988-2037-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-02-19 22:26:38.562416 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.389663 | 2.64s 2026-02-19 22:26:38.578443 | fa163e04-2df0-f988-2037-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:52.405676 | 2.65s 2026-02-19 22:26:38.605881 | fa163e04-2df0-f988-2037-0000000043ce | TASK | Async creation of Keystone internal endpoint 2026-02-19 22:26:38.995786 | fa163e04-2df0-f988-2037-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-02-19 22:26:38.998177 | fa163e04-2df0-f988-2037-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:52.825409 | 0.39s 2026-02-19 22:26:39.312985 | fa163e04-2df0-f988-2037-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-02-19 22:26:39.314912 | fa163e04-2df0-f988-2037-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.142148 | 0.71s 2026-02-19 22:26:39.640065 | fa163e04-2df0-f988-2037-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-02-19 22:26:39.641723 | fa163e04-2df0-f988-2037-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.468968 | 1.03s 2026-02-19 22:26:39.969371 | fa163e04-2df0-f988-2037-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-02-19 22:26:39.970360 | fa163e04-2df0-f988-2037-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.797600 | 1.36s 2026-02-19 22:26:39.975206 | fa163e04-2df0-f988-2037-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:53.802445 | 1.37s 2026-02-19 22:26:39.991769 | fa163e04-2df0-f988-2037-0000000043d0 | TASK | Check Keystone internal endpoint status 2026-02-19 22:26:40.236448 | fa163e04-2df0-f988-2037-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-02-19 22:26:45.479921 | fa163e04-2df0-f988-2037-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-02-19 22:26:45.480877 | fa163e04-2df0-f988-2037-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.308120 | 5.49s 2026-02-19 22:26:45.766603 | fa163e04-2df0-f988-2037-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-02-19 22:26:45.768932 | fa163e04-2df0-f988-2037-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.596168 | 5.78s 2026-02-19 22:26:46.050996 | fa163e04-2df0-f988-2037-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-02-19 22:26:46.052962 | fa163e04-2df0-f988-2037-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.880201 | 6.06s 2026-02-19 22:26:46.284621 | fa163e04-2df0-f988-2037-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-02-19 22:26:46.285644 | fa163e04-2df0-f988-2037-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:00.112885 | 6.29s 2026-02-19 22:26:46.294231 | fa163e04-2df0-f988-2037-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:00.121459 | 6.30s 2026-02-19 22:26:46.316824 | fa163e04-2df0-f988-2037-000000003d28 | TASK | Run cleanup tasks 2026-02-19 22:26:46.382230 | fa163e04-2df0-f988-2037-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:00.209453 | 0.06s 2026-02-19 22:26:46.399836 | 5dc49379-4835-4cfb-9785-2e3efa26b51d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-02-19 22:26:46.464646 | fa163e04-2df0-f988-2037-000000004428 | TASK | Get list of enabled services 2026-02-19 22:26:49.011983 | fa163e04-2df0-f988-2037-000000004428 | CHANGED | Get list of enabled services | undercloud 2026-02-19 22:26:49.013936 | fa163e04-2df0-f988-2037-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:02.841169 | 2.55s 2026-02-19 22:26:49.033694 | fa163e04-2df0-f988-2037-000000004429 | TASK | List services to be disabled 2026-02-19 22:26:49.119535 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-02-19 22:26:49.160098 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-02-19 22:26:49.185322 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-02-19 22:26:49.210776 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2026-02-19 22:26:49.235080 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-02-19 22:26:49.260407 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-02-19 22:26:49.284773 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-02-19 22:26:49.310192 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-02-19 22:26:49.335499 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-02-19 22:26:49.361763 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-02-19 22:26:49.386982 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-02-19 22:26:49.412130 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-02-19 22:26:49.437047 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-02-19 22:26:49.462760 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-02-19 22:26:49.484415 | fa163e04-2df0-f988-2037-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-02-19 22:26:49.497696 | fa163e04-2df0-f988-2037-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:03.324917 | 0.46s 2026-02-19 22:26:49.518619 | fa163e04-2df0-f988-2037-00000000442a | TASK | Delete keystone services not enabled 2026-02-19 22:26:49.541804 | fa163e04-2df0-f988-2037-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:03.369028 | 0.02s 2026-02-19 22:26:49.561310 | fa163e04-2df0-f988-2037-000000003d29 | TASK | Create Keystone Roles 2026-02-19 22:26:49.656186 | fa163e04-2df0-f988-2037-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.483400 | 0.09s 2026-02-19 22:26:49.673724 | fa163e04-2df0-f988-2037-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.500966 | 0.11s 2026-02-19 22:26:49.680204 | fa163e04-2df0-f988-2037-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:03.507431 | 0.12s 2026-02-19 22:26:49.695436 | 68cb5674-4b10-4bff-816e-7a7b369d84cd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-19 22:26:49.704496 | 1499dc63-6157-45b8-a55b-a4563ceaa4d1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-19 22:26:49.773986 | fa163e04-2df0-f988-2037-000000004598 | TASK | Async creation of Keystone role 2026-02-19 22:26:50.127290 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-02-19 22:26:50.130178 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:03.957404 | 0.35s 2026-02-19 22:26:50.435965 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2026-02-19 22:26:50.437606 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.264842 | 0.66s 2026-02-19 22:26:50.759732 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2026-02-19 22:26:50.760840 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.588077 | 0.99s 2026-02-19 22:26:51.094248 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2026-02-19 22:26:51.094959 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:04.922204 | 1.32s 2026-02-19 22:26:51.394480 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2026-02-19 22:26:51.395491 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.222728 | 1.62s 2026-02-19 22:26:51.721182 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-02-19 22:26:51.722791 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.550027 | 1.95s 2026-02-19 22:26:52.032635 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-02-19 22:26:52.033605 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:05.860844 | 2.26s 2026-02-19 22:26:52.376114 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-02-19 22:26:52.376743 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.203992 | 2.60s 2026-02-19 22:26:52.613974 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-02-19 22:26:52.615171 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.442407 | 2.84s 2026-02-19 22:26:52.913992 | fa163e04-2df0-f988-2037-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-02-19 22:26:52.914689 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.741937 | 3.14s 2026-02-19 22:26:52.917831 | fa163e04-2df0-f988-2037-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:06.745067 | 3.14s 2026-02-19 22:26:52.933896 | fa163e04-2df0-f988-2037-00000000459a | TASK | Check Keystone role status 2026-02-19 22:26:53.296252 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2026-02-19 22:26:53.297428 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.124671 | 0.36s 2026-02-19 22:26:53.534201 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2026-02-19 22:26:53.534931 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.362176 | 0.60s 2026-02-19 22:26:53.801320 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2026-02-19 22:26:53.803218 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.630454 | 0.87s 2026-02-19 22:26:54.072598 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2026-02-19 22:26:54.073392 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:07.900637 | 1.14s 2026-02-19 22:26:54.354772 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2026-02-19 22:26:54.356789 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.184024 | 1.42s 2026-02-19 22:26:54.602811 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-02-19 22:26:54.605132 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.432368 | 1.67s 2026-02-19 22:26:54.845268 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-02-19 22:26:54.846406 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.673645 | 1.91s 2026-02-19 22:26:55.114173 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-02-19 22:26:55.115320 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:08.942558 | 2.18s 2026-02-19 22:26:55.363988 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-02-19 22:26:55.365067 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:09.192307 | 2.43s 2026-02-19 22:26:55.630224 | fa163e04-2df0-f988-2037-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-02-19 22:26:55.632252 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:09.459487 | 2.70s 2026-02-19 22:26:55.646102 | fa163e04-2df0-f988-2037-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:09.473325 | 2.71s 2026-02-19 22:26:55.672159 | fa163e04-2df0-f988-2037-00000000459f | TASK | Async creation of Keystone role 2026-02-19 22:26:56.042445 | fa163e04-2df0-f988-2037-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-02-19 22:26:56.044302 | fa163e04-2df0-f988-2037-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:09.871543 | 0.37s 2026-02-19 22:26:56.407651 | fa163e04-2df0-f988-2037-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-02-19 22:26:56.410794 | fa163e04-2df0-f988-2037-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.238031 | 0.74s 2026-02-19 22:26:56.717808 | fa163e04-2df0-f988-2037-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-02-19 22:26:56.718505 | fa163e04-2df0-f988-2037-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.545750 | 1.04s 2026-02-19 22:26:56.725928 | fa163e04-2df0-f988-2037-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:10.553154 | 1.05s 2026-02-19 22:26:56.744584 | fa163e04-2df0-f988-2037-0000000045a1 | TASK | Check Keystone role status 2026-02-19 22:26:56.985785 | fa163e04-2df0-f988-2037-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2026-02-19 22:27:02.215442 | fa163e04-2df0-f988-2037-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-02-19 22:27:02.268297 | fa163e04-2df0-f988-2037-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.095518 | 5.52s 2026-02-19 22:27:02.452455 | fa163e04-2df0-f988-2037-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-02-19 22:27:02.454819 | fa163e04-2df0-f988-2037-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.282054 | 5.71s 2026-02-19 22:27:02.729895 | fa163e04-2df0-f988-2037-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-02-19 22:27:02.732994 | fa163e04-2df0-f988-2037-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.560228 | 5.99s 2026-02-19 22:27:02.741889 | fa163e04-2df0-f988-2037-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.569120 | 6.00s 2026-02-19 22:27:02.762105 | fa163e04-2df0-f988-2037-000000003d2b | TASK | Create Keystone Users 2026-02-19 22:27:02.863826 | fa163e04-2df0-f988-2037-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:16.691059 | 0.10s 2026-02-19 22:27:02.888188 | fa163e04-2df0-f988-2037-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:16.715434 | 0.12s 2026-02-19 22:27:02.892353 | fa163e04-2df0-f988-2037-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:16.719592 | 0.13s 2026-02-19 22:27:02.910144 | e33aa605-b517-4ed6-9b4e-10f6dd9943e2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-19 22:27:02.920070 | 78dde69b-e258-4264-8a37-1a92553e469d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-19 22:27:02.983712 | fa163e04-2df0-f988-2037-000000004749 | TASK | Check password of Keystone user 2026-02-19 22:27:03.964375 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:03.966314 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:17.793540 | 0.98s 2026-02-19 22:27:04.949260 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:04.949863 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:18.777109 | 1.96s 2026-02-19 22:27:05.875375 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:05.876922 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:19.704166 | 2.89s 2026-02-19 22:27:06.791093 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:06.793116 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:20.620349 | 3.81s 2026-02-19 22:27:07.703244 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:07.703949 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:21.531193 | 4.72s 2026-02-19 22:27:08.641355 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:08.642998 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:22.470235 | 5.66s 2026-02-19 22:27:09.549234 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:09.550862 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:23.378107 | 6.57s 2026-02-19 22:27:10.464667 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:10.466615 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:24.293847 | 7.48s 2026-02-19 22:27:11.374683 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:11.376505 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:25.203738 | 8.39s 2026-02-19 22:27:12.364294 | fa163e04-2df0-f988-2037-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:12.365333 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:26.192571 | 9.38s 2026-02-19 22:27:12.372200 | fa163e04-2df0-f988-2037-000000004749 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:12.373226 | fa163e04-2df0-f988-2037-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:26.200466 | 9.39s 2026-02-19 22:27:12.393599 | fa163e04-2df0-f988-2037-00000000474b | TASK | Async creation of Keystone user 2026-02-19 22:27:12.806086 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:12.808409 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:26.635641 | 0.41s 2026-02-19 22:27:13.174130 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:13.175540 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:27.002784 | 0.78s 2026-02-19 22:27:13.569681 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:13.571344 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:27.398582 | 1.18s 2026-02-19 22:27:13.909200 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:13.909810 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:27.737056 | 1.51s 2026-02-19 22:27:14.260803 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:14.261328 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:28.088576 | 1.87s 2026-02-19 22:27:14.590090 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:14.590992 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:28.418232 | 2.20s 2026-02-19 22:27:14.957425 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:14.958312 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:28.785554 | 2.56s 2026-02-19 22:27:15.348367 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:15.349131 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.176378 | 2.95s 2026-02-19 22:27:15.700659 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:15.701596 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.528835 | 3.31s 2026-02-19 22:27:16.066604 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:16.067232 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.894479 | 3.67s 2026-02-19 22:27:16.072073 | fa163e04-2df0-f988-2037-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:16.073063 | fa163e04-2df0-f988-2037-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:29.900303 | 3.68s 2026-02-19 22:27:16.091997 | fa163e04-2df0-f988-2037-00000000474d | TASK | Check Keystone user status 2026-02-19 22:27:16.410860 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:16.412592 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:30.239837 | 0.32s 2026-02-19 22:27:16.696043 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:16.697921 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:30.525160 | 0.60s 2026-02-19 22:27:16.961460 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:16.962928 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:30.790171 | 0.87s 2026-02-19 22:27:17.248206 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:17.249167 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:31.076415 | 1.16s 2026-02-19 22:27:17.594087 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:17.595820 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:31.423056 | 1.50s 2026-02-19 22:27:17.882751 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:17.884299 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:31.711543 | 1.79s 2026-02-19 22:27:18.114578 | fa163e04-2df0-f988-2037-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-19 22:27:23.344633 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:23.345416 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:37.172659 | 7.25s 2026-02-19 22:27:23.581406 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:23.582067 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:37.409311 | 7.49s 2026-02-19 22:27:23.906277 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:23.907251 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:37.734489 | 7.81s 2026-02-19 22:27:24.210058 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:24.210693 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:38.037939 | 8.12s 2026-02-19 22:27:24.216371 | fa163e04-2df0-f988-2037-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:24.216764 | fa163e04-2df0-f988-2037-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:38.044014 | 8.12s 2026-02-19 22:27:24.232870 | fa163e04-2df0-f988-2037-000000004752 | TASK | Check password of Keystone user 2026-02-19 22:27:25.146732 | fa163e04-2df0-f988-2037-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:25.148813 | fa163e04-2df0-f988-2037-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:38.976039 | 0.92s 2026-02-19 22:27:26.229914 | fa163e04-2df0-f988-2037-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:26.231871 | fa163e04-2df0-f988-2037-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:40.059107 | 2.00s 2026-02-19 22:27:27.178523 | fa163e04-2df0-f988-2037-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:27.180658 | fa163e04-2df0-f988-2037-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.007895 | 2.95s 2026-02-19 22:27:28.228396 | fa163e04-2df0-f988-2037-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:28.229987 | fa163e04-2df0-f988-2037-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.057226 | 4.00s 2026-02-19 22:27:29.152882 | fa163e04-2df0-f988-2037-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:29.153922 | fa163e04-2df0-f988-2037-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.981160 | 4.92s 2026-02-19 22:27:30.064874 | fa163e04-2df0-f988-2037-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:30.066380 | fa163e04-2df0-f988-2037-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:43.893620 | 5.83s 2026-02-19 22:27:31.283361 | fa163e04-2df0-f988-2037-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:31.285291 | fa163e04-2df0-f988-2037-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.112530 | 7.05s 2026-02-19 22:27:31.295553 | fa163e04-2df0-f988-2037-000000004752 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-19 22:27:31.296565 | fa163e04-2df0-f988-2037-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.123805 | 7.06s 2026-02-19 22:27:31.316047 | fa163e04-2df0-f988-2037-000000004754 | TASK | Async creation of Keystone user 2026-02-19 22:27:31.733235 | fa163e04-2df0-f988-2037-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:31.734709 | fa163e04-2df0-f988-2037-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.561943 | 0.42s 2026-02-19 22:27:32.092051 | fa163e04-2df0-f988-2037-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:32.093726 | fa163e04-2df0-f988-2037-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.920964 | 0.78s 2026-02-19 22:27:32.437983 | fa163e04-2df0-f988-2037-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:32.439843 | fa163e04-2df0-f988-2037-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:46.267082 | 1.12s 2026-02-19 22:27:32.795406 | fa163e04-2df0-f988-2037-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:32.798145 | fa163e04-2df0-f988-2037-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:46.625385 | 1.48s 2026-02-19 22:27:33.376861 | fa163e04-2df0-f988-2037-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:33.380418 | fa163e04-2df0-f988-2037-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.207651 | 2.06s 2026-02-19 22:27:33.739419 | fa163e04-2df0-f988-2037-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:33.740338 | fa163e04-2df0-f988-2037-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.567579 | 2.42s 2026-02-19 22:27:34.119270 | fa163e04-2df0-f988-2037-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:34.120037 | fa163e04-2df0-f988-2037-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.947282 | 2.80s 2026-02-19 22:27:34.126710 | fa163e04-2df0-f988-2037-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:27:34.127282 | fa163e04-2df0-f988-2037-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:47.954530 | 2.81s 2026-02-19 22:27:34.141636 | fa163e04-2df0-f988-2037-000000004756 | TASK | Check Keystone user status 2026-02-19 22:27:34.452363 | fa163e04-2df0-f988-2037-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:34.453580 | fa163e04-2df0-f988-2037-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:48.280827 | 0.31s 2026-02-19 22:27:34.723028 | fa163e04-2df0-f988-2037-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:34.724082 | fa163e04-2df0-f988-2037-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:48.551327 | 0.58s 2026-02-19 22:27:35.009788 | fa163e04-2df0-f988-2037-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-19 22:27:40.263645 | fa163e04-2df0-f988-2037-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:40.265900 | fa163e04-2df0-f988-2037-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.093135 | 6.12s 2026-02-19 22:27:40.527572 | fa163e04-2df0-f988-2037-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:40.528889 | fa163e04-2df0-f988-2037-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.356122 | 6.39s 2026-02-19 22:27:40.825685 | fa163e04-2df0-f988-2037-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:40.827694 | fa163e04-2df0-f988-2037-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.654930 | 6.69s 2026-02-19 22:27:41.101819 | fa163e04-2df0-f988-2037-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:41.103031 | fa163e04-2df0-f988-2037-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.930227 | 6.96s 2026-02-19 22:27:41.377419 | fa163e04-2df0-f988-2037-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:41.378784 | fa163e04-2df0-f988-2037-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:55.206020 | 7.24s 2026-02-19 22:27:41.396206 | fa163e04-2df0-f988-2037-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:27:41.397255 | fa163e04-2df0-f988-2037-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:55.224498 | 7.25s 2026-02-19 22:27:41.416807 | fa163e04-2df0-f988-2037-000000003d2d | TASK | Assign Keystone Users to Roles 2026-02-19 22:27:41.496983 | fa163e04-2df0-f988-2037-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:55.324193 | 0.08s 2026-02-19 22:27:41.526143 | fa163e04-2df0-f988-2037-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:55.353365 | 0.11s 2026-02-19 22:27:41.545193 | fa163e04-2df0-f988-2037-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:55.372429 | 0.13s 2026-02-19 22:27:41.559229 | fa163e04-2df0-f988-2037-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:55.386456 | 0.14s 2026-02-19 22:27:41.574783 | 0693b718-73c4-4085-8c74-62561f8c7511 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 22:27:41.581523 | a8ebde25-67c5-45a9-9161-ee3fdc6c48f7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 22:27:41.587150 | 53bdfc30-ebbf-4c15-82de-f0f93b775b18 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 22:27:41.661647 | fa163e04-2df0-f988-2037-000000004966 | TASK | Async assignment of Keystone user per role 2026-02-19 22:27:41.763145 | fa163e04-2df0-f988-2037-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:55.590353 | 0.10s 2026-02-19 22:27:41.790484 | fa163e04-2df0-f988-2037-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:55.617712 | 0.13s 2026-02-19 22:27:41.802415 | fa163e04-2df0-f988-2037-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:55.629649 | 0.14s 2026-02-19 22:27:41.811623 | d26f4a1e-c075-4f14-8b95-d4a13fe13196 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 22:27:41.815950 | 90dcd865-d6f1-4389-be80-54b2c2510229 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 22:27:41.832049 | fa163e04-2df0-f988-2037-000000004b46 | TASK | Async assignment of Keystone user to roles 2026-02-19 22:27:42.224962 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-02-19 22:27:42.226515 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:56.053746 | 0.39s 2026-02-19 22:27:42.535750 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2026-02-19 22:27:42.536929 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:56.364172 | 0.70s 2026-02-19 22:27:42.859181 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-19 22:27:42.860716 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:56.687961 | 1.03s 2026-02-19 22:27:43.201962 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-19 22:27:43.203579 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:57.030820 | 1.37s 2026-02-19 22:27:43.528412 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-19 22:27:43.530337 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:57.357577 | 1.70s 2026-02-19 22:27:43.870780 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-02-19 22:27:43.871823 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:57.699064 | 2.04s 2026-02-19 22:27:44.197060 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-02-19 22:27:44.199042 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:58.026286 | 2.37s 2026-02-19 22:27:44.477273 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-02-19 22:27:44.479312 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:58.306556 | 2.65s 2026-02-19 22:27:44.835603 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-02-19 22:27:44.839544 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:58.666781 | 3.01s 2026-02-19 22:27:45.161588 | fa163e04-2df0-f988-2037-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-02-19 22:27:45.166116 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:58.993352 | 3.33s 2026-02-19 22:27:45.175339 | fa163e04-2df0-f988-2037-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:59.002576 | 3.34s 2026-02-19 22:27:45.197697 | fa163e04-2df0-f988-2037-000000004b48 | TASK | Check Keystone user assignment to roles status 2026-02-19 22:27:45.534037 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-02-19 22:27:45.537798 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:59.365029 | 0.34s 2026-02-19 22:27:45.844897 | fa163e04-2df0-f988-2037-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 22:27:51.092265 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2026-02-19 22:27:51.095652 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:04.922888 | 5.89s 2026-02-19 22:27:51.366297 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-19 22:27:51.369838 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:05.197071 | 6.17s 2026-02-19 22:27:51.679547 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-19 22:27:51.680899 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:05.508138 | 6.48s 2026-02-19 22:27:51.951679 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-19 22:27:51.952951 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:05.780186 | 6.75s 2026-02-19 22:27:52.233054 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-02-19 22:27:52.235994 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:06.063226 | 7.03s 2026-02-19 22:27:52.493788 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-02-19 22:27:52.495775 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:06.323009 | 7.29s 2026-02-19 22:27:52.784656 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-02-19 22:27:52.786646 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:06.613884 | 7.58s 2026-02-19 22:27:53.069294 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-02-19 22:27:53.072000 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:06.899239 | 7.87s 2026-02-19 22:27:53.310907 | fa163e04-2df0-f988-2037-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-02-19 22:27:53.313336 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.140567 | 8.11s 2026-02-19 22:27:53.326449 | fa163e04-2df0-f988-2037-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.153675 | 8.12s 2026-02-19 22:27:53.355191 | fa163e04-2df0-f988-2037-000000004b4d | TASK | Async assignment of Keystone user to roles 2026-02-19 22:27:53.746267 | fa163e04-2df0-f988-2037-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-02-19 22:27:53.749036 | fa163e04-2df0-f988-2037-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:07.576235 | 0.39s 2026-02-19 22:27:54.134682 | fa163e04-2df0-f988-2037-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-02-19 22:27:54.135852 | fa163e04-2df0-f988-2037-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:07.963090 | 0.78s 2026-02-19 22:27:54.482455 | fa163e04-2df0-f988-2037-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-02-19 22:27:54.483602 | fa163e04-2df0-f988-2037-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.310838 | 1.13s 2026-02-19 22:27:54.816000 | fa163e04-2df0-f988-2037-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-19 22:27:54.816821 | fa163e04-2df0-f988-2037-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.644064 | 1.46s 2026-02-19 22:27:55.138367 | fa163e04-2df0-f988-2037-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-02-19 22:27:55.139585 | fa163e04-2df0-f988-2037-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.966813 | 1.78s 2026-02-19 22:27:55.450944 | fa163e04-2df0-f988-2037-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-02-19 22:27:55.452307 | fa163e04-2df0-f988-2037-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:09.279552 | 2.09s 2026-02-19 22:27:55.812293 | fa163e04-2df0-f988-2037-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-02-19 22:27:55.813759 | fa163e04-2df0-f988-2037-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:09.641005 | 2.46s 2026-02-19 22:27:55.825242 | fa163e04-2df0-f988-2037-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:09.652472 | 2.47s 2026-02-19 22:27:55.851265 | fa163e04-2df0-f988-2037-000000004b4f | TASK | Check Keystone user assignment to roles status 2026-02-19 22:27:56.088760 | fa163e04-2df0-f988-2037-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 22:28:01.348448 | fa163e04-2df0-f988-2037-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-02-19 22:28:01.351609 | fa163e04-2df0-f988-2037-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:15.178841 | 5.50s 2026-02-19 22:28:01.601234 | fa163e04-2df0-f988-2037-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-02-19 22:28:01.603393 | fa163e04-2df0-f988-2037-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:15.430630 | 5.75s 2026-02-19 22:28:01.889371 | fa163e04-2df0-f988-2037-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-02-19 22:28:01.891427 | fa163e04-2df0-f988-2037-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:15.718666 | 6.04s 2026-02-19 22:28:02.154568 | fa163e04-2df0-f988-2037-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-19 22:28:02.155680 | fa163e04-2df0-f988-2037-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:15.982920 | 6.30s 2026-02-19 22:28:02.416839 | fa163e04-2df0-f988-2037-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-02-19 22:28:02.418574 | fa163e04-2df0-f988-2037-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:16.245812 | 6.57s 2026-02-19 22:28:02.674321 | fa163e04-2df0-f988-2037-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-02-19 22:28:02.675851 | fa163e04-2df0-f988-2037-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:16.503090 | 6.82s 2026-02-19 22:28:02.946929 | fa163e04-2df0-f988-2037-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-02-19 22:28:02.949090 | fa163e04-2df0-f988-2037-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:16.776321 | 7.10s 2026-02-19 22:28:02.960916 | fa163e04-2df0-f988-2037-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:16.788144 | 7.11s 2026-02-19 22:28:02.983366 | fa163e04-2df0-f988-2037-00000000496b | TASK | Async assignment of Keystone user per role 2026-02-19 22:28:03.085145 | fa163e04-2df0-f988-2037-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:16.912364 | 0.10s 2026-02-19 22:28:03.097314 | fa163e04-2df0-f988-2037-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:16.924544 | 0.11s 2026-02-19 22:28:03.111840 | cb6aaffc-e3f6-430e-a6d8-fdc1a70e11a2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 22:28:03.137212 | fa163e04-2df0-f988-2037-000000004bb7 | TASK | Async assignment of Keystone user to roles 2026-02-19 22:28:03.543576 | fa163e04-2df0-f988-2037-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-19 22:28:03.545593 | fa163e04-2df0-f988-2037-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.372824 | 0.41s 2026-02-19 22:28:03.555342 | fa163e04-2df0-f988-2037-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:17.382576 | 0.42s 2026-02-19 22:28:03.570450 | fa163e04-2df0-f988-2037-000000004bb9 | TASK | Check Keystone user assignment to roles status 2026-02-19 22:28:03.824669 | fa163e04-2df0-f988-2037-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 22:28:09.552196 | fa163e04-2df0-f988-2037-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-19 22:28:09.553747 | fa163e04-2df0-f988-2037-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:23.380990 | 5.98s 2026-02-19 22:28:09.564588 | fa163e04-2df0-f988-2037-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:23.391823 | 5.99s 2026-02-19 22:28:09.583628 | fa163e04-2df0-f988-2037-000000004970 | TASK | Async assignment of Keystone user per role 2026-02-19 22:28:09.648929 | fa163e04-2df0-f988-2037-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:23.476152 | 0.06s 2026-02-19 22:28:09.654074 | fa163e04-2df0-f988-2037-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:23.481310 | 0.07s 2026-02-19 22:28:09.662114 | 752ae83a-9caf-438a-b087-c7acfa22e40b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 22:28:09.679306 | fa163e04-2df0-f988-2037-000000004bdb | TASK | Async assignment of Keystone user to roles 2026-02-19 22:28:10.694740 | fa163e04-2df0-f988-2037-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-19 22:28:10.696176 | fa163e04-2df0-f988-2037-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.523417 | 1.02s 2026-02-19 22:28:11.024104 | fa163e04-2df0-f988-2037-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-19 22:28:11.025593 | fa163e04-2df0-f988-2037-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.852832 | 1.35s 2026-02-19 22:28:11.332053 | fa163e04-2df0-f988-2037-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-19 22:28:11.333203 | fa163e04-2df0-f988-2037-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:25.160448 | 1.65s 2026-02-19 22:28:11.343196 | fa163e04-2df0-f988-2037-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:25.170444 | 1.66s 2026-02-19 22:28:11.357999 | fa163e04-2df0-f988-2037-000000004bdd | TASK | Check Keystone user assignment to roles status 2026-02-19 22:28:11.649536 | fa163e04-2df0-f988-2037-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 22:28:16.892429 | fa163e04-2df0-f988-2037-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-19 22:28:16.896315 | fa163e04-2df0-f988-2037-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.723548 | 5.54s 2026-02-19 22:28:17.161188 | fa163e04-2df0-f988-2037-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-19 22:28:17.162364 | fa163e04-2df0-f988-2037-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.989604 | 5.80s 2026-02-19 22:28:17.385586 | fa163e04-2df0-f988-2037-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-19 22:28:17.388778 | fa163e04-2df0-f988-2037-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.216011 | 6.03s 2026-02-19 22:28:17.400426 | fa163e04-2df0-f988-2037-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.227655 | 6.04s 2026-02-19 22:28:17.436530 | fa163e04-2df0-f988-2037-000000003cf3 | TASK | is Keystone LDAP enabled 2026-02-19 22:28:17.499338 | fa163e04-2df0-f988-2037-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2026-02-19 22:28:17.500582 | fa163e04-2df0-f988-2037-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:31.327821 | 0.06s 2026-02-19 22:28:17.518370 | fa163e04-2df0-f988-2037-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2026-02-19 22:28:17.580390 | fa163e04-2df0-f988-2037-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-02-19 22:28:17.581892 | fa163e04-2df0-f988-2037-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:31.409124 | 0.06s 2026-02-19 22:28:17.600276 | fa163e04-2df0-f988-2037-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2026-02-19 22:28:17.654843 | fa163e04-2df0-f988-2037-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-02-19 22:28:17.656234 | fa163e04-2df0-f988-2037-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:31.483469 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-02-19 22:28:17.802830 | fa163e04-2df0-f988-2037-0000000000e2 | TASK | Deploy step tasks for 4 2026-02-19 22:28:17.836550 | fa163e04-2df0-f988-2037-0000000000e2 | OK | Deploy step tasks for 4 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 4' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-0000000000e2') missing from stats 2026-02-19 22:28:17.857448 | fa163e04-2df0-f988-2037-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-02-19 22:28:18.411579 | fa163e04-2df0-f988-2037-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-02-19 22:28:18.413194 | fa163e04-2df0-f988-2037-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:32.240431 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:28:18.486221 | fa163e04-2df0-f988-2037-0000000000e4 | TIMING | include_tasks | standalone | 0:22:32.313447 | 0.04s 2026-02-19 22:28:18.535740 | 9ca63424-0b61-43c7-ad1a-3de2085742df | INCLUDED | /root/standalone-ansible-m9flw3dy/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-02-19 22:28:18.564897 | fa163e04-2df0-f988-2037-000000004c1f | TASK | Create virtqemud recovery script 2026-02-19 22:28:19.079324 | fa163e04-2df0-f988-2037-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2026-02-19 22:28:19.080969 | fa163e04-2df0-f988-2037-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:22:32.908205 | 0.51s 2026-02-19 22:28:19.111098 | fa163e04-2df0-f988-2037-000000004c20 | TASK | Create virtqemud recovery trigger service 2026-02-19 22:28:19.619897 | fa163e04-2df0-f988-2037-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-02-19 22:28:19.620999 | fa163e04-2df0-f988-2037-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:33.448242 | 0.51s 2026-02-19 22:28:19.643063 | fa163e04-2df0-f988-2037-000000004c21 | TASK | Create virtqemud recovery trigger timer 2026-02-19 22:28:20.177774 | fa163e04-2df0-f988-2037-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-02-19 22:28:20.179513 | fa163e04-2df0-f988-2037-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:34.006751 | 0.54s 2026-02-19 22:28:20.210124 | fa163e04-2df0-f988-2037-000000004c22 | TASK | Enable virtqemud recovery trigger service 2026-02-19 22:28:21.417504 | fa163e04-2df0-f988-2037-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-02-19 22:28:21.419973 | fa163e04-2df0-f988-2037-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:35.247207 | 1.21s 2026-02-19 22:28:21.450230 | fa163e04-2df0-f988-2037-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2026-02-19 22:28:22.605456 | fa163e04-2df0-f988-2037-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-02-19 22:28:22.609797 | fa163e04-2df0-f988-2037-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:36.437033 | 1.16s 2026-02-19 22:28:22.637706 | fa163e04-2df0-f988-2037-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2026-02-19 22:28:23.321222 | fa163e04-2df0-f988-2037-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-02-19 22:28:23.322821 | fa163e04-2df0-f988-2037-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:37.150058 | 0.68s 2026-02-19 22:28:23.354367 | fa163e04-2df0-f988-2037-000000004c26 | TASK | Create systemd file 2026-02-19 22:28:23.894145 | fa163e04-2df0-f988-2037-000000004c26 | CHANGED | Create systemd file | standalone 2026-02-19 22:28:23.895646 | fa163e04-2df0-f988-2037-000000004c26 | TIMING | Create systemd file | standalone | 0:22:37.722883 | 0.54s 2026-02-19 22:28:23.925246 | fa163e04-2df0-f988-2037-000000004c27 | TASK | Reload systemd 2026-02-19 22:28:24.773865 | fa163e04-2df0-f988-2037-000000004c27 | CHANGED | Reload systemd | standalone 2026-02-19 22:28:24.775769 | fa163e04-2df0-f988-2037-000000004c27 | TIMING | Reload systemd | standalone | 0:22:38.603006 | 0.85s 2026-02-19 22:28:24.806428 | fa163e04-2df0-f988-2037-000000004c2a | TASK | Start OVN container 2026-02-19 22:28:24.875531 | fa163e04-2df0-f988-2037-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-02-19 22:28:24.893183 | fa163e04-2df0-f988-2037-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-02-19 22:28:24.908723 | fa163e04-2df0-f988-2037-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-02-19 22:28:24.920509 | fa163e04-2df0-f988-2037-000000004c2a | TIMING | Start OVN container | standalone | 0:22:38.747746 | 0.11s 2026-02-19 22:28:24.950499 | fa163e04-2df0-f988-2037-000000004c2c | TASK | Set NB connection 2026-02-19 22:28:24.991482 | fa163e04-2df0-f988-2037-000000004c2c | SKIPPED | Set NB connection | standalone 2026-02-19 22:28:24.992561 | fa163e04-2df0-f988-2037-000000004c2c | TIMING | Set NB connection | standalone | 0:22:38.819800 | 0.04s 2026-02-19 22:28:25.021803 | fa163e04-2df0-f988-2037-000000004c2d | TASK | Set SB connection 2026-02-19 22:28:25.063280 | fa163e04-2df0-f988-2037-000000004c2d | SKIPPED | Set SB connection | standalone 2026-02-19 22:28:25.064408 | fa163e04-2df0-f988-2037-000000004c2d | TIMING | Set SB connection | standalone | 0:22:38.891647 | 0.04s 2026-02-19 22:28:25.094393 | fa163e04-2df0-f988-2037-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-02-19 22:28:25.355659 | fa163e04-2df0-f988-2037-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-02-19 22:28:25.357388 | fa163e04-2df0-f988-2037-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:39.184625 | 0.26s 2026-02-19 22:28:25.494128 | fa163e04-2df0-f988-2037-0000000000e7 | TIMING | include_tasks | standalone | 0:22:39.321351 | 0.11s 2026-02-19 22:28:25.530941 | 05992898-2466-4351-a0df-f2a15fbbf0dd | INCLUDED | /root/standalone-ansible-m9flw3dy/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:28:25.556195 | fa163e04-2df0-f988-2037-000000004c5c | TASK | Write the config_step hieradata 2026-02-19 22:28:26.127500 | fa163e04-2df0-f988-2037-000000004c5c | OK | Write the config_step hieradata | standalone 2026-02-19 22:28:26.128685 | fa163e04-2df0-f988-2037-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:22:39.955928 | 0.57s 2026-02-19 22:28:26.150316 | fa163e04-2df0-f988-2037-000000004c5d | TASK | Run puppet host configuration for step 4 2026-02-19 22:28:26.519386 | fa163e04-2df0-f988-2037-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2026-02-19 22:28:26.520675 | fa163e04-2df0-f988-2037-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:40.347917 | 0.37s 2026-02-19 22:28:26.543523 | fa163e04-2df0-f988-2037-000000004c5e | TASK | Wait for puppet host configuration to finish 2026-02-19 22:28:26.815173 | fa163e04-2df0-f988-2037-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:28:37.051832 | fa163e04-2df0-f988-2037-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:28:47.254674 | fa163e04-2df0-f988-2037-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-19 22:28:57.493359 | fa163e04-2df0-f988-2037-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:28:57.494928 | fa163e04-2df0-f988-2037-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:11.322163 | 30.95s 2026-02-19 22:28:57.529795 | fa163e04-2df0-f988-2037-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2026-02-19 22:28:57.593031 | fa163e04-2df0-f988-2037-000000004c5f | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 19 22:28:26 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:28:31 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:28:31 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:28:31 puppet-user: (file & line not available)", "<13>Feb 19 22:28:31 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 22:28:31 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 22:28:31 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:28:31 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 19 22:28:31 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 19 22:28:31 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:28:32 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 19 22:28:32 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:28:32 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 19 22:28:32 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:28:32 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:28:32 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:28:32 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:28:32 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.50 seconds", "<13>Feb 19 22:28:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 22:28:38 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 22:28:45 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Feb 19 22:28:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}84c47c50b290c511651c7327e0fb2cd7aa4c4a6867c6d268a7f50d9bc6cdf6bd'", "<13>Feb 19 22:28:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Feb 19 22:28:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Feb 19 22:28:45 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Feb 19 22:28:45 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Feb 19 22:28:47 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:28:52 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Feb 19 22:28:53 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 19 22:28:53 puppet-user: Notice: Applied catalog in 21.52 seconds", "<13>Feb 19 22:28:53 puppet-user: Application:", "<13>Feb 19 22:28:53 puppet-user: Initial environment: production", "<13>Feb 19 22:28:53 puppet-user: Converged environment: production", "<13>Feb 19 22:28:53 puppet-user: Run mode: user", "<13>Feb 19 22:28:53 puppet-user: Changes:", "<13>Feb 19 22:28:53 puppet-user: Total: 10", "<13>Feb 19 22:28:53 puppet-user: Events:", "<13>Feb 19 22:28:53 puppet-user: Success: 10", "<13>Feb 19 22:28:53 puppet-user: Resources:", "<13>Feb 19 22:28:53 puppet-user: Restarted: 1", "<13>Feb 19 22:28:53 puppet-user: Changed: 10", "<13>Feb 19 22:28:53 puppet-user: Out of sync: 10", "<13>Feb 19 22:28:53 puppet-user: Total: 37", "<13>Feb 19 22:28:53 puppet-user: Time:", "<13>Feb 19 22:28:53 puppet-user: Schedule: 0.00", "<13>Feb 19 22:28:53 puppet-user: File line: 0.00", "<13>Feb 19 22:28:53 puppet-user: Augeas: 0.01", "<13>Feb 19 22:28:53 puppet-user: User: 0.01", "<13>Feb 19 22:28:53 puppet-user: File: 0.07", "<13>Feb 19 22:28:53 puppet-user: Config retrieval: 0.58", "<13>Feb 19 22:28:53 puppet-user: Pcmk property: 1.53", "<13>Feb 19 22:28:53 puppet-user: Service: 1.54", "<13>Feb 19 22:28:53 puppet-user: Last run: 1771540133", "<13>Feb 19 22:28:53 puppet-user: Pcmk resource op default: 2.14", "<13>Feb 19 22:28:53 puppet-user: Pcmk resource default: 2.18", "<13>Feb 19 22:28:53 puppet-user: Transaction evaluation: 21.51", "<13>Feb 19 22:28:53 puppet-user: Catalog application: 21.52", "<13>Feb 19 22:28:53 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:28:53 puppet-user: Package: 6.69", "<13>Feb 19 22:28:53 puppet-user: Exec: 7.15", "<13>Feb 19 22:28:53 puppet-user: Total: 21.53", "<13>Feb 19 22:28:53 puppet-user: Version:", "<13>Feb 19 22:28:53 puppet-user: Config: 1771540111", "<13>Feb 19 22:28:53 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:28:57.594354 | fa163e04-2df0-f988-2037-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:11.421596 | 0.06s 2026-02-19 22:28:57.626829 | fa163e04-2df0-f988-2037-000000004c60 | TASK | Pre-cache facts for puppet containers 2026-02-19 22:28:57.665875 | fa163e04-2df0-f988-2037-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:11.493102 | 0.04s 2026-02-19 22:28:57.742721 | fa163e04-2df0-f988-2037-000000004ca1 | TASK | Gather variables for each operating system 2026-02-19 22:28:57.860061 | fa163e04-2df0-f988-2037-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:11.687247 | 0.12s 2026-02-19 22:28:57.896062 | fa163e04-2df0-f988-2037-000000004ca2 | TASK | Create puppet caching structures 2026-02-19 22:28:58.196938 | fa163e04-2df0-f988-2037-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:28:58.198650 | fa163e04-2df0-f988-2037-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:12.025883 | 0.30s 2026-02-19 22:28:58.229001 | fa163e04-2df0-f988-2037-000000004ca3 | TASK | Check for facter.conf 2026-02-19 22:28:58.486930 | fa163e04-2df0-f988-2037-000000004ca3 | OK | Check for facter.conf | standalone 2026-02-19 22:28:58.488156 | fa163e04-2df0-f988-2037-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:12.315396 | 0.26s 2026-02-19 22:28:58.513646 | fa163e04-2df0-f988-2037-000000004ca4 | TASK | Remove facter.conf if directory 2026-02-19 22:28:58.568565 | fa163e04-2df0-f988-2037-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:28:58.570247 | fa163e04-2df0-f988-2037-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:12.397474 | 0.06s 2026-02-19 22:28:58.601790 | fa163e04-2df0-f988-2037-000000004ca5 | TASK | Write facter cache config 2026-02-19 22:28:59.160874 | fa163e04-2df0-f988-2037-000000004ca5 | CHANGED | Write facter cache config | standalone 2026-02-19 22:28:59.162801 | fa163e04-2df0-f988-2037-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:12.990036 | 0.56s 2026-02-19 22:28:59.195926 | fa163e04-2df0-f988-2037-000000004ca6 | TASK | Cleanup facter cache if exists 2026-02-19 22:28:59.432549 | fa163e04-2df0-f988-2037-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 22:28:59.434190 | fa163e04-2df0-f988-2037-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:13.261427 | 0.24s 2026-02-19 22:28:59.465282 | fa163e04-2df0-f988-2037-000000004ca7 | TASK | Pre-cache facts 2026-02-19 22:29:00.108504 | fa163e04-2df0-f988-2037-000000004ca7 | CHANGED | Pre-cache facts | standalone 2026-02-19 22:29:00.110349 | fa163e04-2df0-f988-2037-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:13.937584 | 0.64s 2026-02-19 22:29:00.143249 | fa163e04-2df0-f988-2037-000000004ca8 | TASK | Failed deployment if facter fails 2026-02-19 22:29:00.184151 | fa163e04-2df0-f988-2037-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:29:00.185387 | fa163e04-2df0-f988-2037-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:14.012623 | 0.04s 2026-02-19 22:29:00.232751 | fa163e04-2df0-f988-2037-000000004ca9 | TASK | Sync cached facts 2026-02-19 22:29:00.618825 | fa163e04-2df0-f988-2037-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e04-2df0-f988-2037-000000004ca9') missing from stats 2026-02-19 22:29:00.682145 | fa163e04-2df0-f988-2037-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:29:00.725276 | fa163e04-2df0-f988-2037-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 22:29:00.726564 | fa163e04-2df0-f988-2037-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:14.553800 | 0.04s 2026-02-19 22:29:00.759284 | fa163e04-2df0-f988-2037-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2026-02-19 22:29:00.780682 | fa163e04-2df0-f988-2037-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:14.607910 | 0.02s 2026-02-19 22:29:00.844518 | fa163e04-2df0-f988-2037-000000004d00 | TASK | Gather variables for each operating system 2026-02-19 22:29:00.925764 | fa163e04-2df0-f988-2037-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:14.752986 | 0.08s 2026-02-19 22:29:00.958037 | fa163e04-2df0-f988-2037-000000004d01 | TASK | Create container logs path 2026-02-19 22:29:01.218852 | fa163e04-2df0-f988-2037-000000004d01 | OK | Create container logs path | standalone 2026-02-19 22:29:01.219736 | fa163e04-2df0-f988-2037-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:15.046982 | 0.26s 2026-02-19 22:29:01.241248 | fa163e04-2df0-f988-2037-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:29:01.554585 | fa163e04-2df0-f988-2037-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 22:29:01.556280 | fa163e04-2df0-f988-2037-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:15.383511 | 0.31s 2026-02-19 22:29:01.590691 | fa163e04-2df0-f988-2037-000000004d04 | TASK | Finalise hashes for all containers 2026-02-19 22:29:01.689285 | fa163e04-2df0-f988-2037-000000004d04 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:29:01.690820 | fa163e04-2df0-f988-2037-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:15.518055 | 0.10s 2026-02-19 22:29:01.722914 | fa163e04-2df0-f988-2037-000000004d06 | TASK | Manage systemd shutdown files 2026-02-19 22:29:01.760658 | fa163e04-2df0-f988-2037-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:15.587886 | 0.04s 2026-02-19 22:29:01.795560 | de075e98-9604-44c3-84b8-d0b200d94d2a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:29:01.823985 | fa163e04-2df0-f988-2037-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:29:02.114696 | fa163e04-2df0-f988-2037-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:29:02.116420 | fa163e04-2df0-f988-2037-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:15.943655 | 0.29s 2026-02-19 22:29:02.147424 | fa163e04-2df0-f988-2037-000000004d3a | TASK | Set podman_drop_in fact 2026-02-19 22:29:02.186955 | fa163e04-2df0-f988-2037-000000004d3a | OK | Set podman_drop_in fact | standalone 2026-02-19 22:29:02.188715 | fa163e04-2df0-f988-2037-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:16.015951 | 0.04s 2026-02-19 22:29:02.219988 | fa163e04-2df0-f988-2037-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:29:02.778482 | fa163e04-2df0-f988-2037-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:29:02.780692 | fa163e04-2df0-f988-2037-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:16.607931 | 0.56s 2026-02-19 22:29:03.274210 | fa163e04-2df0-f988-2037-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:29:03.276251 | fa163e04-2df0-f988-2037-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:17.103488 | 1.05s 2026-02-19 22:29:03.286741 | fa163e04-2df0-f988-2037-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:17.113970 | 1.07s 2026-02-19 22:29:03.319264 | fa163e04-2df0-f988-2037-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:29:03.879434 | fa163e04-2df0-f988-2037-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:29:03.881047 | fa163e04-2df0-f988-2037-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:17.708285 | 0.56s 2026-02-19 22:29:03.905936 | fa163e04-2df0-f988-2037-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:29:04.461474 | fa163e04-2df0-f988-2037-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:29:04.463712 | fa163e04-2df0-f988-2037-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:18.290943 | 0.56s 2026-02-19 22:29:04.498237 | fa163e04-2df0-f988-2037-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:29:05.294380 | fa163e04-2df0-f988-2037-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:29:05.296539 | fa163e04-2df0-f988-2037-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:19.123774 | 0.80s 2026-02-19 22:29:05.328649 | fa163e04-2df0-f988-2037-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:29:05.915705 | fa163e04-2df0-f988-2037-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:29:05.917231 | fa163e04-2df0-f988-2037-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:19.744468 | 0.59s 2026-02-19 22:29:05.942776 | fa163e04-2df0-f988-2037-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:29:06.479209 | fa163e04-2df0-f988-2037-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:29:06.480966 | fa163e04-2df0-f988-2037-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:20.308201 | 0.54s 2026-02-19 22:29:06.512634 | fa163e04-2df0-f988-2037-000000004d42 | TASK | Enable and start netns-placeholder 2026-02-19 22:29:07.382618 | fa163e04-2df0-f988-2037-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:29:07.385413 | fa163e04-2df0-f988-2037-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:21.212649 | 0.87s 2026-02-19 22:29:07.418166 | fa163e04-2df0-f988-2037-000000004d08 | TASK | Update container configs with new config hashes 2026-02-19 22:29:07.480535 | fa163e04-2df0-f988-2037-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:21.307768 | 0.06s 2026-02-19 22:29:07.494784 | 3deb8ace-d63d-43a9-9c4f-4f69b5690506 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:29:07.526285 | fa163e04-2df0-f988-2037-000000004d6a | TASK | Update config hashes for container startup configs 2026-02-19 22:29:07.841640 | fa163e04-2df0-f988-2037-000000004d6a | OK | Update config hashes for container startup configs | standalone 2026-02-19 22:29:07.842633 | fa163e04-2df0-f988-2037-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:21.669876 | 0.31s 2026-02-19 22:29:07.867367 | fa163e04-2df0-f988-2037-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:29:07.940765 | fa163e04-2df0-f988-2037-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:21.767985 | 0.07s 2026-02-19 22:29:07.966476 | 5a9d160e-e0f4-45d2-9580-2c5c601f539a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:29:08.001592 | fa163e04-2df0-f988-2037-000000004d89 | TASK | Gather podman infos 2026-02-19 22:29:09.820416 | fa163e04-2df0-f988-2037-000000004d89 | OK | Gather podman infos | standalone 2026-02-19 22:29:09.821806 | fa163e04-2df0-f988-2037-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:23.649047 | 1.82s 2026-02-19 22:29:09.941183 | fa163e04-2df0-f988-2037-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:29:10.027042 | fa163e04-2df0-f988-2037-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:23.854237 | 0.08s 2026-02-19 22:29:10.191847 | fa163e04-2df0-f988-2037-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:24.019062 | 0.11s 2026-02-19 22:29:10.254533 | fa163e04-2df0-f988-2037-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:29:10.324560 | fa163e04-2df0-f988-2037-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:24.151782 | 0.07s 2026-02-19 22:29:10.354849 | 40999153-01a4-4b5d-aff7-6c0bbef67d51 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:29:10.391776 | fa163e04-2df0-f988-2037-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:29:41.873512 | fa163e04-2df0-f988-2037-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 22:29:41.874841 | fa163e04-2df0-f988-2037-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:55.702084 | 31.48s 2026-02-19 22:29:41.898083 | fa163e04-2df0-f988-2037-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:31:49.175748 | fa163e04-2df0-f988-2037-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 22:31:49.178541 | fa163e04-2df0-f988-2037-000000004dfa | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:03.005778 | 127.28s 2026-02-19 22:31:49.245974 | fa163e04-2df0-f988-2037-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2026-02-19 22:31:49.455950 | fa163e04-2df0-f988-2037-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-02-19 22:31:49.457387 | fa163e04-2df0-f988-2037-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:03.284624 | 0.21s 2026-02-19 22:31:49.504408 | fa163e04-2df0-f988-2037-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-02-19 22:31:49.560825 | fa163e04-2df0-f988-2037-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:03.388043 | 0.06s 2026-02-19 22:31:49.591984 | fa163e04-2df0-f988-2037-000000004c67 | TASK | Include container-puppet tasks for step 4 2026-02-19 22:31:49.649485 | fa163e04-2df0-f988-2037-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:03.476708 | 0.06s 2026-02-19 22:31:49.674976 | f4e7d679-5f85-4244-a9bb-b51b5a73abc3 | INCLUDED | /root/standalone-ansible-m9flw3dy/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:31:49.712474 | fa163e04-2df0-f988-2037-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-02-19 22:31:50.265233 | fa163e04-2df0-f988-2037-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-02-19 22:31:50.268149 | fa163e04-2df0-f988-2037-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:04.095384 | 0.55s 2026-02-19 22:31:50.300984 | fa163e04-2df0-f988-2037-000000004e47 | TASK | Generate container puppet configs for step 4 2026-02-19 22:31:50.592380 | fa163e04-2df0-f988-2037-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2026-02-19 22:31:50.594167 | fa163e04-2df0-f988-2037-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:04.421403 | 0.29s 2026-02-19 22:31:50.625351 | fa163e04-2df0-f988-2037-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-02-19 22:31:50.659245 | fa163e04-2df0-f988-2037-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:04.486471 | 0.03s 2026-02-19 22:31:50.735056 | fa163e04-2df0-f988-2037-000000004e77 | TASK | Gather variables for each operating system 2026-02-19 22:31:50.858858 | fa163e04-2df0-f988-2037-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:04.686085 | 0.12s 2026-02-19 22:31:50.889184 | fa163e04-2df0-f988-2037-000000004e78 | TASK | Create container logs path 2026-02-19 22:31:51.137384 | fa163e04-2df0-f988-2037-000000004e78 | OK | Create container logs path | standalone 2026-02-19 22:31:51.138811 | fa163e04-2df0-f988-2037-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:04.966049 | 0.25s 2026-02-19 22:31:51.172710 | fa163e04-2df0-f988-2037-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 22:31:51.444090 | fa163e04-2df0-f988-2037-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 22:31:51.445618 | fa163e04-2df0-f988-2037-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:05.272853 | 0.27s 2026-02-19 22:31:51.473996 | fa163e04-2df0-f988-2037-000000004e7b | TASK | Finalise hashes for all containers 2026-02-19 22:31:51.518984 | fa163e04-2df0-f988-2037-000000004e7b | OK | Finalise hashes for all containers | standalone 2026-02-19 22:31:51.520082 | fa163e04-2df0-f988-2037-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:05.347325 | 0.04s 2026-02-19 22:31:51.545598 | fa163e04-2df0-f988-2037-000000004e7d | TASK | Manage systemd shutdown files 2026-02-19 22:31:51.595287 | fa163e04-2df0-f988-2037-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:31:51.596391 | fa163e04-2df0-f988-2037-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:05.423632 | 0.05s 2026-02-19 22:31:51.622736 | fa163e04-2df0-f988-2037-000000004e7f | TASK | Update container configs with new config hashes 2026-02-19 22:31:51.679992 | fa163e04-2df0-f988-2037-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:31:51.681329 | fa163e04-2df0-f988-2037-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:05.508566 | 0.06s 2026-02-19 22:31:51.715523 | fa163e04-2df0-f988-2037-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 22:31:51.766762 | fa163e04-2df0-f988-2037-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 22:31:51.767783 | fa163e04-2df0-f988-2037-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:05.595025 | 0.05s 2026-02-19 22:31:51.793825 | fa163e04-2df0-f988-2037-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 22:31:51.833586 | fa163e04-2df0-f988-2037-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 22:31:51.834510 | fa163e04-2df0-f988-2037-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:05.661754 | 0.04s PLAY [External deployment step 5] ********************************************** 2026-02-19 22:31:52.008259 | fa163e04-2df0-f988-2037-0000000000ea | TASK | External deployment step 5 2026-02-19 22:31:52.039319 | fa163e04-2df0-f988-2037-0000000000ea | OK | External deployment step 5 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 5' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e04-2df0-f988-2037-0000000000ea') missing from stats 2026-02-19 22:31:52.095709 | fa163e04-2df0-f988-2037-0000000000eb | TIMING | include_tasks | undercloud | 0:26:05.922936 | 0.04s 2026-02-19 22:31:52.108913 | adb51ca8-76b5-4a88-9579-048ff5b5e4a1 | INCLUDED | /root/standalone-ansible-m9flw3dy/external_deploy_steps_tasks_step5.yaml | undercloud 2026-02-19 22:31:52.129565 | fa163e04-2df0-f988-2037-000000004ed0 | TASK | Manage Cinder's default volume type 2026-02-19 22:32:01.962898 | fa163e04-2df0-f988-2037-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2026-02-19 22:32:01.965474 | fa163e04-2df0-f988-2037-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:26:15.792712 | 9.83s PLAY [Deploy step tasks for 5] ************************************************* 2026-02-19 22:32:02.111295 | fa163e04-2df0-f988-2037-0000000000ee | TASK | Deploy step tasks for 5 2026-02-19 22:32:02.140715 | fa163e04-2df0-f988-2037-0000000000ee | OK | Deploy step tasks for 5 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 5' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-0000000000ee') missing from stats 2026-02-19 22:32:02.165660 | fa163e04-2df0-f988-2037-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-02-19 22:32:02.748520 | fa163e04-2df0-f988-2037-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-02-19 22:32:02.751254 | fa163e04-2df0-f988-2037-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:16.578487 | 0.58s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:32:02.834886 | fa163e04-2df0-f988-2037-0000000000f0 | TIMING | include_tasks | standalone | 0:26:16.662127 | 0.05s 2026-02-19 22:32:02.914861 | 834aa828-5f93-4321-a972-d9a45d573bd9 | INCLUDED | /root/standalone-ansible-m9flw3dy/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-02-19 22:32:02.951225 | fa163e04-2df0-f988-2037-000000004ef3 | TASK | Gather variables for each operating system 2026-02-19 22:32:03.072836 | fa163e04-2df0-f988-2037-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:16.900068 | 0.12s 2026-02-19 22:32:03.094854 | fa163e04-2df0-f988-2037-000000004ef4 | TASK | Detect if resource is being created or already exists 2026-02-19 22:32:03.841548 | fa163e04-2df0-f988-2037-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:32:03.845122 | fa163e04-2df0-f988-2037-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:17.672350 | 0.75s 2026-02-19 22:32:03.880216 | fa163e04-2df0-f988-2037-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2026-02-19 22:32:25.892262 | fa163e04-2df0-f988-2037-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-02-19 22:32:25.893935 | fa163e04-2df0-f988-2037-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:39.721174 | 22.01s 2026-02-19 22:32:25.931780 | fa163e04-2df0-f988-2037-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-19 22:32:26.183537 | fa163e04-2df0-f988-2037-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-19 22:32:26.184388 | fa163e04-2df0-f988-2037-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:40.011636 | 0.25s 2026-02-19 22:32:26.217683 | fa163e04-2df0-f988-2037-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:32:26.662856 | fa163e04-2df0-f988-2037-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:32:26.668231 | fa163e04-2df0-f988-2037-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:40.495457 | 0.45s 2026-02-19 22:32:26.689400 | fa163e04-2df0-f988-2037-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-02-19 22:32:26.950470 | fa163e04-2df0-f988-2037-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-02-19 22:32:26.951849 | fa163e04-2df0-f988-2037-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:40.779091 | 0.26s 2026-02-19 22:32:26.979567 | fa163e04-2df0-f988-2037-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-02-19 22:32:27.027290 | fa163e04-2df0-f988-2037-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-02-19 22:32:27.028035 | fa163e04-2df0-f988-2037-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:40.855282 | 0.05s 2026-02-19 22:32:27.050960 | fa163e04-2df0-f988-2037-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2026-02-19 22:32:27.088668 | fa163e04-2df0-f988-2037-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-02-19 22:32:27.089668 | fa163e04-2df0-f988-2037-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:40.916911 | 0.04s 2026-02-19 22:32:27.110730 | fa163e04-2df0-f988-2037-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-02-19 22:32:27.143538 | fa163e04-2df0-f988-2037-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-02-19 22:32:27.144443 | fa163e04-2df0-f988-2037-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:40.971689 | 0.03s 2026-02-19 22:32:27.167288 | fa163e04-2df0-f988-2037-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:32:27.203638 | fa163e04-2df0-f988-2037-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:32:27.204764 | fa163e04-2df0-f988-2037-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:41.032008 | 0.04s 2026-02-19 22:32:27.225573 | fa163e04-2df0-f988-2037-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2026-02-19 22:32:27.263899 | fa163e04-2df0-f988-2037-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-02-19 22:32:27.264645 | fa163e04-2df0-f988-2037-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:41.091892 | 0.04s 2026-02-19 22:32:27.301243 | fa163e04-2df0-f988-2037-000000004f1f | TASK | Gather variables for each operating system 2026-02-19 22:32:27.416606 | fa163e04-2df0-f988-2037-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:41.243834 | 0.11s 2026-02-19 22:32:27.447099 | fa163e04-2df0-f988-2037-000000004f20 | TASK | Detect if resource is being created or already exists 2026-02-19 22:32:28.225319 | fa163e04-2df0-f988-2037-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:32:28.226926 | fa163e04-2df0-f988-2037-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:42.054164 | 0.78s 2026-02-19 22:32:28.258332 | fa163e04-2df0-f988-2037-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2026-02-19 22:32:51.073213 | fa163e04-2df0-f988-2037-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-02-19 22:32:51.074391 | fa163e04-2df0-f988-2037-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:04.901637 | 22.81s 2026-02-19 22:32:51.097391 | fa163e04-2df0-f988-2037-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-19 22:32:51.340648 | fa163e04-2df0-f988-2037-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-19 22:32:51.342045 | fa163e04-2df0-f988-2037-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:05.169290 | 0.24s 2026-02-19 22:32:51.363707 | fa163e04-2df0-f988-2037-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:32:51.760344 | fa163e04-2df0-f988-2037-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:32:51.761615 | fa163e04-2df0-f988-2037-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:05.588859 | 0.40s 2026-02-19 22:32:51.788092 | fa163e04-2df0-f988-2037-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-02-19 22:32:51.999065 | fa163e04-2df0-f988-2037-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-02-19 22:32:52.000397 | fa163e04-2df0-f988-2037-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:05.827633 | 0.21s 2026-02-19 22:32:52.028758 | fa163e04-2df0-f988-2037-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-02-19 22:32:52.060698 | fa163e04-2df0-f988-2037-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-02-19 22:32:52.061765 | fa163e04-2df0-f988-2037-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:05.889009 | 0.03s 2026-02-19 22:32:52.085860 | fa163e04-2df0-f988-2037-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-02-19 22:32:52.144605 | fa163e04-2df0-f988-2037-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-02-19 22:32:52.146120 | fa163e04-2df0-f988-2037-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:05.973354 | 0.06s 2026-02-19 22:32:52.187521 | fa163e04-2df0-f988-2037-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-02-19 22:32:52.240466 | fa163e04-2df0-f988-2037-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-02-19 22:32:52.241856 | fa163e04-2df0-f988-2037-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:06.069090 | 0.05s 2026-02-19 22:32:52.268392 | fa163e04-2df0-f988-2037-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:32:52.328865 | fa163e04-2df0-f988-2037-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:32:52.330354 | fa163e04-2df0-f988-2037-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:06.157588 | 0.06s 2026-02-19 22:32:52.366463 | fa163e04-2df0-f988-2037-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2026-02-19 22:32:52.428805 | fa163e04-2df0-f988-2037-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-02-19 22:32:52.430270 | fa163e04-2df0-f988-2037-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:06.257501 | 0.06s 2026-02-19 22:32:52.501074 | fa163e04-2df0-f988-2037-000000004f4b | TASK | Gather variables for each operating system 2026-02-19 22:32:52.638935 | fa163e04-2df0-f988-2037-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:06.466156 | 0.14s 2026-02-19 22:32:52.672213 | fa163e04-2df0-f988-2037-000000004f4c | TASK | Detect if resource is being created or already exists 2026-02-19 22:32:53.539251 | fa163e04-2df0-f988-2037-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:32:53.540728 | fa163e04-2df0-f988-2037-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:07.367965 | 0.87s 2026-02-19 22:32:53.574823 | fa163e04-2df0-f988-2037-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2026-02-19 22:33:15.651383 | fa163e04-2df0-f988-2037-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-02-19 22:33:15.653353 | fa163e04-2df0-f988-2037-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:29.480584 | 22.08s 2026-02-19 22:33:15.684877 | fa163e04-2df0-f988-2037-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-02-19 22:33:15.929904 | fa163e04-2df0-f988-2037-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-02-19 22:33:15.931337 | fa163e04-2df0-f988-2037-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:29.758583 | 0.24s 2026-02-19 22:33:15.958812 | fa163e04-2df0-f988-2037-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:33:16.338273 | fa163e04-2df0-f988-2037-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:33:16.339022 | fa163e04-2df0-f988-2037-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:30.166252 | 0.38s 2026-02-19 22:33:16.362249 | fa163e04-2df0-f988-2037-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-02-19 22:33:16.612957 | fa163e04-2df0-f988-2037-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-02-19 22:33:16.613960 | fa163e04-2df0-f988-2037-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:30.441207 | 0.25s 2026-02-19 22:33:16.634254 | fa163e04-2df0-f988-2037-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-02-19 22:33:16.663794 | fa163e04-2df0-f988-2037-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-02-19 22:33:16.664626 | fa163e04-2df0-f988-2037-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:30.491872 | 0.03s 2026-02-19 22:33:16.686076 | fa163e04-2df0-f988-2037-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2026-02-19 22:33:16.713458 | fa163e04-2df0-f988-2037-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-02-19 22:33:16.714329 | fa163e04-2df0-f988-2037-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:30.541574 | 0.03s 2026-02-19 22:33:16.735465 | fa163e04-2df0-f988-2037-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-02-19 22:33:16.773793 | fa163e04-2df0-f988-2037-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-02-19 22:33:16.774593 | fa163e04-2df0-f988-2037-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:30.601839 | 0.04s 2026-02-19 22:33:16.796766 | fa163e04-2df0-f988-2037-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:33:16.836654 | fa163e04-2df0-f988-2037-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:33:16.837448 | fa163e04-2df0-f988-2037-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:30.664692 | 0.04s 2026-02-19 22:33:16.859654 | fa163e04-2df0-f988-2037-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2026-02-19 22:33:16.889746 | fa163e04-2df0-f988-2037-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-02-19 22:33:16.890519 | fa163e04-2df0-f988-2037-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:30.717765 | 0.03s 2026-02-19 22:33:16.928524 | fa163e04-2df0-f988-2037-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2026-02-19 22:33:17.363861 | fa163e04-2df0-f988-2037-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-02-19 22:33:17.365261 | fa163e04-2df0-f988-2037-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:31.192503 | 0.44s 2026-02-19 22:33:17.369388 | fa163e04-2df0-f988-2037-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:31.196624 | 0.44s 2026-02-19 22:33:17.389770 | fa163e04-2df0-f988-2037-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2026-02-19 22:33:17.719253 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-02-19 22:33:17.720350 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:31.547594 | 0.33s 2026-02-19 22:33:18.247979 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-02-19 22:33:18.249554 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:32.076797 | 0.86s 2026-02-19 22:33:18.583890 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-02-19 22:33:18.586311 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:32.413548 | 1.19s 2026-02-19 22:33:19.277133 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-02-19 22:33:19.278430 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:33.105674 | 1.89s 2026-02-19 22:33:19.585255 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-02-19 22:33:19.587329 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:33.414565 | 2.20s 2026-02-19 22:33:19.928903 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-02-19 22:33:19.930093 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:33.757330 | 2.54s 2026-02-19 22:33:20.382855 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-02-19 22:33:20.384301 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:34.211538 | 2.99s 2026-02-19 22:33:20.856224 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-02-19 22:33:20.857620 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:34.684864 | 3.47s 2026-02-19 22:33:21.284100 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-02-19 22:33:21.285873 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:35.113112 | 3.89s 2026-02-19 22:33:21.806211 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-02-19 22:33:21.807349 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:35.634590 | 4.42s 2026-02-19 22:33:22.122109 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-02-19 22:33:22.122818 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:35.950065 | 4.73s 2026-02-19 22:33:22.576455 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-02-19 22:33:22.578047 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:36.405252 | 5.19s 2026-02-19 22:33:23.037579 | fa163e04-2df0-f988-2037-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-02-19 22:33:23.040035 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:36.867246 | 5.65s 2026-02-19 22:33:23.053865 | fa163e04-2df0-f988-2037-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:36.881089 | 5.66s 2026-02-19 22:33:23.092611 | fa163e04-2df0-f988-2037-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-02-19 22:33:23.333995 | fa163e04-2df0-f988-2037-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-02-19 22:33:23.335591 | fa163e04-2df0-f988-2037-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:37.162830 | 0.24s 2026-02-19 22:33:23.451710 | fa163e04-2df0-f988-2037-0000000000f3 | TIMING | include_tasks | standalone | 0:27:37.278936 | 0.08s 2026-02-19 22:33:23.499405 | 4c383b17-91fb-4eb5-86a2-6d745ec48be8 | INCLUDED | /root/standalone-ansible-m9flw3dy/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:33:23.535651 | fa163e04-2df0-f988-2037-000000004ff5 | TASK | Write the config_step hieradata 2026-02-19 22:33:24.115876 | fa163e04-2df0-f988-2037-000000004ff5 | OK | Write the config_step hieradata | standalone 2026-02-19 22:33:24.117334 | fa163e04-2df0-f988-2037-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:27:37.944571 | 0.58s 2026-02-19 22:33:24.148391 | fa163e04-2df0-f988-2037-000000004ff6 | TASK | Run puppet host configuration for step 5 2026-02-19 22:33:24.490302 | fa163e04-2df0-f988-2037-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-02-19 22:33:24.491398 | fa163e04-2df0-f988-2037-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:38.318641 | 0.34s 2026-02-19 22:33:24.517175 | fa163e04-2df0-f988-2037-000000004ff7 | TASK | Wait for puppet host configuration to finish 2026-02-19 22:33:24.706792 | fa163e04-2df0-f988-2037-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:33:34.923285 | fa163e04-2df0-f988-2037-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:33:45.102361 | fa163e04-2df0-f988-2037-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:33:45.103847 | fa163e04-2df0-f988-2037-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:58.931085 | 20.59s 2026-02-19 22:33:45.136861 | fa163e04-2df0-f988-2037-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-02-19 22:33:45.214927 | fa163e04-2df0-f988-2037-000000004ff8 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 19 22:33:24 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:33:29 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:33:29 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:33:29 puppet-user: (file & line not available)", "<13>Feb 19 22:33:29 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 22:33:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 22:33:30 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:33:30 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 19 22:33:30 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 19 22:33:30 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:33:30 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:33:30 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:33:30 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:33:30 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 19 22:33:30 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:33:30 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.59 seconds", "<13>Feb 19 22:33:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 22:33:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 22:33:38 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:33:38 puppet-user: Notice: Applied catalog in 8.13 seconds", "<13>Feb 19 22:33:38 puppet-user: Application:", "<13>Feb 19 22:33:38 puppet-user: Initial environment: production", "<13>Feb 19 22:33:38 puppet-user: Converged environment: production", "<13>Feb 19 22:33:38 puppet-user: Run mode: user", "<13>Feb 19 22:33:38 puppet-user: Changes:", "<13>Feb 19 22:33:38 puppet-user: Total: 2", "<13>Feb 19 22:33:38 puppet-user: Events:", "<13>Feb 19 22:33:38 puppet-user: Success: 2", "<13>Feb 19 22:33:38 puppet-user: Resources:", "<13>Feb 19 22:33:38 puppet-user: Changed: 2", "<13>Feb 19 22:33:38 puppet-user: Out of sync: 2", "<13>Feb 19 22:33:38 puppet-user: Total: 37", "<13>Feb 19 22:33:38 puppet-user: Time:", "<13>Feb 19 22:33:38 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:33:38 puppet-user: File line: 0.00", "<13>Feb 19 22:33:38 puppet-user: Schedule: 0.00", "<13>Feb 19 22:33:38 puppet-user: Package: 0.00", "<13>Feb 19 22:33:38 puppet-user: User: 0.01", "<13>Feb 19 22:33:38 puppet-user: Augeas: 0.01", "<13>Feb 19 22:33:38 puppet-user: File: 0.10", "<13>Feb 19 22:33:38 puppet-user: Service: 0.16", "<13>Feb 19 22:33:38 puppet-user: Config retrieval: 0.70", "<13>Feb 19 22:33:38 puppet-user: Pcmk property: 1.42", "<13>Feb 19 22:33:38 puppet-user: Last run: 1771540418", "<13>Feb 19 22:33:38 puppet-user: Exec: 2.01", "<13>Feb 19 22:33:38 puppet-user: Pcmk resource op default: 2.12", "<13>Feb 19 22:33:38 puppet-user: Pcmk resource default: 2.14", "<13>Feb 19 22:33:38 puppet-user: Transaction evaluation: 8.11", "<13>Feb 19 22:33:38 puppet-user: Catalog application: 8.13", "<13>Feb 19 22:33:38 puppet-user: Total: 8.14", "<13>Feb 19 22:33:38 puppet-user: Version:", "<13>Feb 19 22:33:38 puppet-user: Config: 1771540409", "<13>Feb 19 22:33:38 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:33:45.216473 | fa163e04-2df0-f988-2037-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:27:59.043710 | 0.08s 2026-02-19 22:33:45.248189 | fa163e04-2df0-f988-2037-000000004ff9 | TASK | Pre-cache facts for puppet containers 2026-02-19 22:33:45.278877 | fa163e04-2df0-f988-2037-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:59.106104 | 0.03s 2026-02-19 22:33:45.355190 | fa163e04-2df0-f988-2037-000000005038 | TASK | Gather variables for each operating system 2026-02-19 22:33:45.470673 | fa163e04-2df0-f988-2037-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:59.297899 | 0.11s 2026-02-19 22:33:45.503656 | fa163e04-2df0-f988-2037-000000005039 | TASK | Create puppet caching structures 2026-02-19 22:33:45.747634 | fa163e04-2df0-f988-2037-000000005039 | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:33:45.749199 | fa163e04-2df0-f988-2037-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:59.576437 | 0.24s 2026-02-19 22:33:45.780375 | fa163e04-2df0-f988-2037-00000000503a | TASK | Check for facter.conf 2026-02-19 22:33:46.029719 | fa163e04-2df0-f988-2037-00000000503a | OK | Check for facter.conf | standalone 2026-02-19 22:33:46.031160 | fa163e04-2df0-f988-2037-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:27:59.858398 | 0.25s 2026-02-19 22:33:46.062354 | fa163e04-2df0-f988-2037-00000000503b | TASK | Remove facter.conf if directory 2026-02-19 22:33:46.108366 | fa163e04-2df0-f988-2037-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:33:46.109868 | fa163e04-2df0-f988-2037-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:27:59.937104 | 0.05s 2026-02-19 22:33:46.144694 | fa163e04-2df0-f988-2037-00000000503c | TASK | Write facter cache config 2026-02-19 22:33:46.629720 | fa163e04-2df0-f988-2037-00000000503c | CHANGED | Write facter cache config | standalone 2026-02-19 22:33:46.632278 | fa163e04-2df0-f988-2037-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:00.459512 | 0.48s 2026-02-19 22:33:46.664167 | fa163e04-2df0-f988-2037-00000000503d | TASK | Cleanup facter cache if exists 2026-02-19 22:33:46.913697 | fa163e04-2df0-f988-2037-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 22:33:46.916798 | fa163e04-2df0-f988-2037-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:00.744032 | 0.25s 2026-02-19 22:33:46.948422 | fa163e04-2df0-f988-2037-00000000503e | TASK | Pre-cache facts 2026-02-19 22:33:47.555135 | fa163e04-2df0-f988-2037-00000000503e | CHANGED | Pre-cache facts | standalone 2026-02-19 22:33:47.556255 | fa163e04-2df0-f988-2037-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:01.383499 | 0.61s 2026-02-19 22:33:47.583369 | fa163e04-2df0-f988-2037-00000000503f | TASK | Failed deployment if facter fails 2026-02-19 22:33:47.623311 | fa163e04-2df0-f988-2037-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:33:47.624198 | fa163e04-2df0-f988-2037-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:01.451442 | 0.04s 2026-02-19 22:33:47.659140 | fa163e04-2df0-f988-2037-000000005040 | TASK | Sync cached facts 2026-02-19 22:33:47.935959 | fa163e04-2df0-f988-2037-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e04-2df0-f988-2037-000000005040') missing from stats 2026-02-19 22:33:47.995660 | fa163e04-2df0-f988-2037-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:33:48.047816 | fa163e04-2df0-f988-2037-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 22:33:48.049084 | fa163e04-2df0-f988-2037-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:01.876319 | 0.05s 2026-02-19 22:33:48.080928 | fa163e04-2df0-f988-2037-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2026-02-19 22:33:48.110922 | fa163e04-2df0-f988-2037-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:01.938155 | 0.03s 2026-02-19 22:33:48.180327 | fa163e04-2df0-f988-2037-000000005097 | TASK | Gather variables for each operating system 2026-02-19 22:33:48.312908 | fa163e04-2df0-f988-2037-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:02.140139 | 0.13s 2026-02-19 22:33:48.343440 | fa163e04-2df0-f988-2037-000000005098 | TASK | Create container logs path 2026-02-19 22:33:48.610166 | fa163e04-2df0-f988-2037-000000005098 | OK | Create container logs path | standalone 2026-02-19 22:33:48.611699 | fa163e04-2df0-f988-2037-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:02.438938 | 0.27s 2026-02-19 22:33:48.646834 | fa163e04-2df0-f988-2037-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:33:48.933165 | fa163e04-2df0-f988-2037-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 22:33:48.934370 | fa163e04-2df0-f988-2037-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:02.761609 | 0.29s 2026-02-19 22:33:48.964130 | fa163e04-2df0-f988-2037-00000000509b | TASK | Finalise hashes for all containers 2026-02-19 22:33:49.040523 | fa163e04-2df0-f988-2037-00000000509b | OK | Finalise hashes for all containers | standalone 2026-02-19 22:33:49.041309 | fa163e04-2df0-f988-2037-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:02.868556 | 0.08s 2026-02-19 22:33:49.082177 | fa163e04-2df0-f988-2037-00000000509d | TASK | Manage systemd shutdown files 2026-02-19 22:33:49.119938 | fa163e04-2df0-f988-2037-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:02.947096 | 0.04s 2026-02-19 22:33:49.152760 | 064ad9cd-9533-49a3-b139-7a69fa6c3323 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:33:49.189541 | fa163e04-2df0-f988-2037-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:33:49.467632 | fa163e04-2df0-f988-2037-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:33:49.468572 | fa163e04-2df0-f988-2037-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:03.295817 | 0.28s 2026-02-19 22:33:49.493110 | fa163e04-2df0-f988-2037-0000000050d1 | TASK | Set podman_drop_in fact 2026-02-19 22:33:49.530195 | fa163e04-2df0-f988-2037-0000000050d1 | OK | Set podman_drop_in fact | standalone 2026-02-19 22:33:49.530937 | fa163e04-2df0-f988-2037-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:03.358183 | 0.04s 2026-02-19 22:33:49.551747 | fa163e04-2df0-f988-2037-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:33:50.039692 | fa163e04-2df0-f988-2037-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:33:50.042228 | fa163e04-2df0-f988-2037-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:03.869465 | 0.49s 2026-02-19 22:33:50.508361 | fa163e04-2df0-f988-2037-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:33:50.508959 | fa163e04-2df0-f988-2037-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:04.336208 | 0.96s 2026-02-19 22:33:50.516403 | fa163e04-2df0-f988-2037-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:04.343654 | 0.96s 2026-02-19 22:33:50.535794 | fa163e04-2df0-f988-2037-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:33:51.016901 | fa163e04-2df0-f988-2037-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:33:51.019633 | fa163e04-2df0-f988-2037-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:04.846867 | 0.48s 2026-02-19 22:33:51.051237 | fa163e04-2df0-f988-2037-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:33:51.564082 | fa163e04-2df0-f988-2037-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:33:51.565258 | fa163e04-2df0-f988-2037-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:05.392502 | 0.51s 2026-02-19 22:33:51.586408 | fa163e04-2df0-f988-2037-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:33:52.620559 | fa163e04-2df0-f988-2037-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:33:52.623889 | fa163e04-2df0-f988-2037-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:06.451123 | 1.04s 2026-02-19 22:33:52.655594 | fa163e04-2df0-f988-2037-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:33:53.195364 | fa163e04-2df0-f988-2037-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:33:53.196802 | fa163e04-2df0-f988-2037-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:07.024039 | 0.54s 2026-02-19 22:33:53.227302 | fa163e04-2df0-f988-2037-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:33:53.764630 | fa163e04-2df0-f988-2037-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:33:53.766159 | fa163e04-2df0-f988-2037-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:07.593396 | 0.54s 2026-02-19 22:33:53.797250 | fa163e04-2df0-f988-2037-0000000050d9 | TASK | Enable and start netns-placeholder 2026-02-19 22:33:54.878863 | fa163e04-2df0-f988-2037-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:33:54.880550 | fa163e04-2df0-f988-2037-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:08.707794 | 1.08s 2026-02-19 22:33:54.900871 | fa163e04-2df0-f988-2037-00000000509f | TASK | Update container configs with new config hashes 2026-02-19 22:33:54.938952 | fa163e04-2df0-f988-2037-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:08.766193 | 0.04s 2026-02-19 22:33:54.949919 | 99369c04-240a-4de9-8f1a-f4d7a445d0f3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:33:54.971544 | fa163e04-2df0-f988-2037-000000005101 | TASK | Update config hashes for container startup configs 2026-02-19 22:33:55.211466 | fa163e04-2df0-f988-2037-000000005101 | OK | Update config hashes for container startup configs | standalone 2026-02-19 22:33:55.212752 | fa163e04-2df0-f988-2037-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:09.039998 | 0.24s 2026-02-19 22:33:55.235312 | fa163e04-2df0-f988-2037-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:33:55.272687 | fa163e04-2df0-f988-2037-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:09.099927 | 0.04s 2026-02-19 22:33:55.286962 | bbb1e316-f8e0-425b-888b-3ada8a95fbf3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:33:55.310781 | fa163e04-2df0-f988-2037-000000005120 | TASK | Gather podman infos 2026-02-19 22:33:57.391538 | fa163e04-2df0-f988-2037-000000005120 | OK | Gather podman infos | standalone 2026-02-19 22:33:57.393453 | fa163e04-2df0-f988-2037-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:11.220688 | 2.08s 2026-02-19 22:33:57.549931 | fa163e04-2df0-f988-2037-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:33:57.631990 | fa163e04-2df0-f988-2037-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:11.459219 | 0.07s 2026-02-19 22:33:57.877724 | fa163e04-2df0-f988-2037-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:11.704947 | 0.18s 2026-02-19 22:33:57.939636 | fa163e04-2df0-f988-2037-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:33:57.995582 | fa163e04-2df0-f988-2037-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:11.822807 | 0.05s 2026-02-19 22:33:58.020640 | 47915550-7daa-4796-ba4c-9577e98771f5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:33:58.059042 | fa163e04-2df0-f988-2037-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:34:23.042305 | fa163e04-2df0-f988-2037-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 22:34:23.044341 | fa163e04-2df0-f988-2037-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:36.871584 | 24.98s 2026-02-19 22:34:23.065533 | fa163e04-2df0-f988-2037-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:34:48.224191 | fa163e04-2df0-f988-2037-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 22:34:48.225307 | fa163e04-2df0-f988-2037-000000005191 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:02.052553 | 25.16s 2026-02-19 22:34:48.270211 | fa163e04-2df0-f988-2037-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2026-02-19 22:34:48.509219 | fa163e04-2df0-f988-2037-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-02-19 22:34:48.510024 | fa163e04-2df0-f988-2037-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:02.337258 | 0.24s 2026-02-19 22:34:48.537633 | fa163e04-2df0-f988-2037-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2026-02-19 22:34:48.584778 | fa163e04-2df0-f988-2037-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:02.412009 | 0.05s 2026-02-19 22:34:48.609614 | fa163e04-2df0-f988-2037-000000005000 | TASK | Include container-puppet tasks for step 5 2026-02-19 22:34:48.648866 | fa163e04-2df0-f988-2037-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:02.476101 | 0.04s 2026-02-19 22:34:48.667188 | 1632b6f8-a865-4a9e-9e4e-4d76389767af | INCLUDED | /root/standalone-ansible-m9flw3dy/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:34:48.698062 | fa163e04-2df0-f988-2037-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2026-02-19 22:34:49.172352 | fa163e04-2df0-f988-2037-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-02-19 22:34:49.173776 | fa163e04-2df0-f988-2037-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:03.001013 | 0.47s 2026-02-19 22:34:49.204779 | fa163e04-2df0-f988-2037-0000000051de | TASK | Generate container puppet configs for step 5 2026-02-19 22:34:49.505239 | fa163e04-2df0-f988-2037-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2026-02-19 22:34:49.506606 | fa163e04-2df0-f988-2037-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:03.333843 | 0.30s 2026-02-19 22:34:49.566490 | fa163e04-2df0-f988-2037-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-02-19 22:34:49.598530 | fa163e04-2df0-f988-2037-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:03.425758 | 0.03s 2026-02-19 22:34:49.662787 | fa163e04-2df0-f988-2037-00000000520e | TASK | Gather variables for each operating system 2026-02-19 22:34:49.780998 | fa163e04-2df0-f988-2037-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:03.608208 | 0.12s 2026-02-19 22:34:49.812523 | fa163e04-2df0-f988-2037-00000000520f | TASK | Create container logs path 2026-02-19 22:34:50.067560 | fa163e04-2df0-f988-2037-00000000520f | OK | Create container logs path | standalone 2026-02-19 22:34:50.069157 | fa163e04-2df0-f988-2037-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:03.896395 | 0.25s 2026-02-19 22:34:50.101589 | fa163e04-2df0-f988-2037-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 22:34:50.447229 | fa163e04-2df0-f988-2037-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 22:34:50.448732 | fa163e04-2df0-f988-2037-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:04.275968 | 0.35s 2026-02-19 22:34:50.479657 | fa163e04-2df0-f988-2037-000000005212 | TASK | Finalise hashes for all containers 2026-02-19 22:34:50.531399 | fa163e04-2df0-f988-2037-000000005212 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:34:50.532517 | fa163e04-2df0-f988-2037-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:04.359757 | 0.05s 2026-02-19 22:34:50.565679 | fa163e04-2df0-f988-2037-000000005214 | TASK | Manage systemd shutdown files 2026-02-19 22:34:50.598377 | fa163e04-2df0-f988-2037-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:34:50.599662 | fa163e04-2df0-f988-2037-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:04.426899 | 0.03s 2026-02-19 22:34:50.632314 | fa163e04-2df0-f988-2037-000000005216 | TASK | Update container configs with new config hashes 2026-02-19 22:34:50.695276 | fa163e04-2df0-f988-2037-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:34:50.696843 | fa163e04-2df0-f988-2037-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:04.524077 | 0.06s 2026-02-19 22:34:50.730648 | fa163e04-2df0-f988-2037-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 22:34:50.772867 | fa163e04-2df0-f988-2037-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 22:34:50.775812 | fa163e04-2df0-f988-2037-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:04.603045 | 0.04s 2026-02-19 22:34:50.812580 | fa163e04-2df0-f988-2037-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 22:34:50.846269 | fa163e04-2df0-f988-2037-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 22:34:50.847297 | fa163e04-2df0-f988-2037-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:04.674539 | 0.03s PLAY [Server Post Deployments] ************************************************* 2026-02-19 22:34:51.004350 | fa163e04-2df0-f988-2037-0000000000f7 | TASK | Server Post Deployments 2026-02-19 22:34:51.034857 | fa163e04-2df0-f988-2037-0000000000f7 | OK | Server Post Deployments | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Server Post Deployments' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e04-2df0-f988-2037-0000000000f7') missing from stats 2026-02-19 22:34:51.107135 | fa163e04-2df0-f988-2037-0000000000f8 | TIMING | include_tasks | standalone | 0:29:04.934368 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2026-02-19 22:34:51.217262 | fa163e04-2df0-f988-2037-0000000000fc | TASK | External deployment Post Deploy tasks 2026-02-19 22:34:51.245993 | fa163e04-2df0-f988-2037-0000000000fc | OK | External deployment Post Deploy tasks | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment Post Deploy tasks' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e04-2df0-f988-2037-0000000000fc') missing from stats 2026-02-19 22:34:51.260969 | fa163e04-2df0-f988-2037-000000000100 | TASK | is additonal Cell? 2026-02-19 22:34:51.286811 | fa163e04-2df0-f988-2037-000000000100 | OK | is additonal Cell? | undercloud 2026-02-19 22:34:51.288051 | fa163e04-2df0-f988-2037-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:05.115236 | 0.03s 2026-02-19 22:34:51.302162 | fa163e04-2df0-f988-2037-000000000102 | TASK | discover via nova_manager? 2026-02-19 22:34:51.351363 | fa163e04-2df0-f988-2037-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-02-19 22:34:51.354172 | fa163e04-2df0-f988-2037-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:05.181397 | 0.05s 2026-02-19 22:34:51.373867 | fa163e04-2df0-f988-2037-000000000103 | TASK | discover via nova_api? 2026-02-19 22:34:51.456421 | fa163e04-2df0-f988-2037-000000000103 | OK | discover via nova_api? | undercloud 2026-02-19 22:34:51.457998 | fa163e04-2df0-f988-2037-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:05.285232 | 0.08s 2026-02-19 22:34:51.477060 | fa163e04-2df0-f988-2037-000000000104 | TASK | Warn if no discovery host available 2026-02-19 22:34:51.530310 | fa163e04-2df0-f988-2037-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-02-19 22:34:51.531657 | fa163e04-2df0-f988-2037-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:05.358896 | 0.05s 2026-02-19 22:34:51.558938 | fa163e04-2df0-f988-2037-000000000105 | TASK | Discovering nova hosts 2026-02-19 22:34:54.100443 | fa163e04-2df0-f988-2037-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e04-2df0-f988-2037-000000000105') missing from stats 2026-02-19 22:34:54.178209 | fa163e04-2df0-f988-2037-000000000106 | OK | set_fact | undercloud 2026-02-19 22:34:54.179685 | fa163e04-2df0-f988-2037-000000000106 | TIMING | set_fact | undercloud | 0:29:08.006918 | 0.06s 2026-02-19 22:34:54.197975 | fa163e04-2df0-f988-2037-000000000108 | TASK | Set up group_vars 2026-02-19 22:34:54.237944 | fa163e04-2df0-f988-2037-000000000108 | OK | Set up group_vars | undercloud 2026-02-19 22:34:54.239072 | fa163e04-2df0-f988-2037-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:08.066308 | 0.04s 2026-02-19 22:34:54.257220 | fa163e04-2df0-f988-2037-000000000109 | TASK | Make needed directories on the undercloud 2026-02-19 22:34:54.539894 | fa163e04-2df0-f988-2037-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-m9flw3dy/octavia-ansible 2026-02-19 22:34:54.540869 | fa163e04-2df0-f988-2037-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:08.368113 | 0.28s 2026-02-19 22:34:54.730731 | fa163e04-2df0-f988-2037-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-m9flw3dy/octavia-ansible/local_dir 2026-02-19 22:34:54.731608 | fa163e04-2df0-f988-2037-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:08.558852 | 0.47s 2026-02-19 22:34:54.956704 | fa163e04-2df0-f988-2037-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-m9flw3dy/octavia-ansible/group_vars 2026-02-19 22:34:54.957807 | fa163e04-2df0-f988-2037-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:08.785045 | 0.70s 2026-02-19 22:34:54.964555 | fa163e04-2df0-f988-2037-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:08.791785 | 0.71s 2026-02-19 22:34:54.983062 | fa163e04-2df0-f988-2037-00000000010a | TASK | Write group_vars file 2026-02-19 22:34:55.493052 | fa163e04-2df0-f988-2037-00000000010a | CHANGED | Write group_vars file | undercloud 2026-02-19 22:34:55.494529 | fa163e04-2df0-f988-2037-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:09.321765 | 0.51s 2026-02-19 22:34:55.532906 | fa163e04-2df0-f988-2037-00000000010b | TASK | Gather missing facts 2026-02-19 22:34:55.892975 | fa163e04-2df0-f988-2037-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e04-2df0-f988-2037-00000000010b') missing from stats 2026-02-19 22:34:55.911823 | fa163e04-2df0-f988-2037-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:09.739051 | 0.38s 2026-02-19 22:34:55.927770 | fa163e04-2df0-f988-2037-00000000010c | TASK | Write octavia inventory 2026-02-19 22:34:56.466565 | fa163e04-2df0-f988-2037-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-02-19 22:34:56.468215 | fa163e04-2df0-f988-2037-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:10.295449 | 0.54s 2026-02-19 22:34:56.487275 | fa163e04-2df0-f988-2037-00000000010d | TASK | Check for ssh_private_key in working directory 2026-02-19 22:34:56.713764 | fa163e04-2df0-f988-2037-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-02-19 22:34:56.715916 | fa163e04-2df0-f988-2037-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:10.543138 | 0.23s 2026-02-19 22:34:56.732913 | fa163e04-2df0-f988-2037-00000000010e | TASK | Set private key location 2026-02-19 22:34:56.782131 | fa163e04-2df0-f988-2037-00000000010e | SKIPPED | Set private key location | undercloud 2026-02-19 22:34:56.783566 | fa163e04-2df0-f988-2037-00000000010e | TIMING | Set private key location | undercloud | 0:29:10.610800 | 0.05s 2026-02-19 22:34:56.805635 | fa163e04-2df0-f988-2037-00000000010f | TASK | Configure octavia command 2026-02-19 22:34:56.850560 | fa163e04-2df0-f988-2037-00000000010f | OK | Configure octavia command | undercloud 2026-02-19 22:34:56.851887 | fa163e04-2df0-f988-2037-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:10.679126 | 0.04s 2026-02-19 22:34:56.896622 | fa163e04-2df0-f988-2037-000000000110 | OK | set_fact | undercloud 2026-02-19 22:34:56.897539 | fa163e04-2df0-f988-2037-000000000110 | TIMING | set_fact | undercloud | 0:29:10.724785 | 0.03s 2026-02-19 22:34:56.938050 | fa163e04-2df0-f988-2037-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-m9flw3dy/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-m9flw3dy/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-m9flw3dy/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-02-19 22:34:56.938946 | fa163e04-2df0-f988-2037-000000000111 | TIMING | debug | undercloud | 0:29:10.766191 | 0.03s 2026-02-19 22:34:56.952963 | fa163e04-2df0-f988-2037-000000000112 | TASK | Configure octavia on overcloud 2026-02-19 22:38:46.771128 | fa163e04-2df0-f988-2037-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-02-19 22:38:46.774161 | fa163e04-2df0-f988-2037-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:00.601395 | 229.82s 2026-02-19 22:38:46.795447 | fa163e04-2df0-f988-2037-000000000113 | TASK | Purge temp dirs 2026-02-19 22:38:47.067898 | fa163e04-2df0-f988-2037-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-m9flw3dy/octavia-ansible/local_dir 2026-02-19 22:38:47.069958 | fa163e04-2df0-f988-2037-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:00.897192 | 0.27s 2026-02-19 22:38:47.079901 | fa163e04-2df0-f988-2037-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:00.907131 | 0.28s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2026-02-19 22:38:47.152109 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 22:38:47.152706 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 22:38:47.153309 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:00.980553 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 22:38:47.153816 | UUID | Info | Host | Task Name | Run Time 2026-02-19 22:38:47.154344 | fa163e04-2df0-f988-2037-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 243.49s 2026-02-19 22:38:47.154835 | fa163e04-2df0-f988-2037-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 229.82s 2026-02-19 22:38:47.155369 | fa163e04-2df0-f988-2037-000000004dfa | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 127.28s 2026-02-19 22:38:47.155880 | fa163e04-2df0-f988-2037-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 109.30s 2026-02-19 22:38:47.156412 | fa163e04-2df0-f988-2037-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 62.21s 2026-02-19 22:38:47.156938 | fa163e04-2df0-f988-2037-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.59s 2026-02-19 22:38:47.157460 | fa163e04-2df0-f988-2037-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 56.94s 2026-02-19 22:38:47.157948 | fa163e04-2df0-f988-2037-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 34.07s 2026-02-19 22:38:47.158491 | fa163e04-2df0-f988-2037-000000003c19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 33.61s 2026-02-19 22:38:47.158980 | fa163e04-2df0-f988-2037-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 31.48s 2026-02-19 22:38:47.159507 | fa163e04-2df0-f988-2037-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.95s 2026-02-19 22:38:47.159985 | fa163e04-2df0-f988-2037-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 28.25s 2026-02-19 22:38:47.160512 | fa163e04-2df0-f988-2037-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.71s 2026-02-19 22:38:47.161044 | fa163e04-2df0-f988-2037-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.82s 2026-02-19 22:38:47.161550 | fa163e04-2df0-f988-2037-000000005191 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.16s 2026-02-19 22:38:47.162389 | fa163e04-2df0-f988-2037-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.98s 2026-02-19 22:38:47.162913 | fa163e04-2df0-f988-2037-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.81s 2026-02-19 22:38:47.163454 | fa163e04-2df0-f988-2037-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.08s 2026-02-19 22:38:47.163935 | fa163e04-2df0-f988-2037-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 22.01s 2026-02-19 22:38:47.164469 | fa163e04-2df0-f988-2037-0000000021cf | SUMMARY | standalone | install systemd-container for a greenfield | 21.21s 2026-02-19 22:38:47.164975 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-m9flw3dy Install artifact is located at /root/standalone-install-20260219223847.tar.bzip2 ######################################################## Deployment successful! ######################################################## ########################################################## Useful files: The clouds.yaml file is at ~/.config/openstack/clouds.yaml Use "export OS_CLOUD=standalone" before running the openstack command. ########################################################## Writing the stack virtual update mark file /var/lib/tripleo-heat-installer/update_mark_standalone + [[ libvirt == \i\r\o\n\i\c ]] + exit 0 + deploy_result=0 + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ED25519) to the list of known hosts. + exit 0 + rv=0 + rm -rf -- /tmp/tmp.llQeZ7p44J + exit 0 ~/ci-framework-data/artifacts