~/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.36UUiPYQL1 + 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.36UUiPYQL1/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=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.36UUiPYQL1/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.36UUiPYQL1 + J2_VARS_FILE=/tmp/tmp.36UUiPYQL1/tmp.fcVghsbppp.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.36UUiPYQL1/tmp.fcVghsbppp.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.36UUiPYQL1/tmp.fcVghsbppp.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.36UUiPYQL1/tmp.fcVghsbppp.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.36UUiPYQL1/tmp.fcVghsbppp.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.36UUiPYQL1/tmp.fcVghsbppp.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.36UUiPYQL1/tmp.fcVghsbppp.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.36UUiPYQL1/tmp.fcVghsbppp.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.36UUiPYQL1/tmp.fcVghsbppp.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.36UUiPYQL1/tmp.fcVghsbppp.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.36UUiPYQL1/tmp.fcVghsbppp.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.36UUiPYQL1/tmp.fcVghsbppp.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.36UUiPYQL1/tmp.fcVghsbppp.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.36UUiPYQL1/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.36UUiPYQL1/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.36UUiPYQL1/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.36UUiPYQL1/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.36UUiPYQL1/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. + [[ false == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 4.5 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 452 kB/s | 64 kB 00:00 (2/399): perl-Storable-3.21-460.el9.x86_64.rpm 864 kB/s | 98 kB 00:00 (3/399): boost-system-1.75.0-8.el9.x86_64.rpm 54 kB/s | 15 kB 00:00 (4/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 618 kB/s | 223 kB 00:00 (5/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.9 MB/s | 216 kB 00:00 (6/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 238 kB/s | 17 kB 00:00 (7/399): python3-urllib-gssapi-1.0.2-4.el9.noar 126 kB/s | 24 kB 00:00 (8/399): perl-Data-Dumper-2.174-462.el9.x86_64. 754 kB/s | 59 kB 00:00 (9/399): boost-thread-1.75.0-8.el9.x86_64.rpm 366 kB/s | 57 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 321 kB/s | 34 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 516 kB/s | 63 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 127 kB/s | 25 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 71 kB/s | 16 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 1.7 MB/s | 283 kB 00:00 (15/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 629 kB/s | 45 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.6 MB/s | 224 kB 00:00 (17/399): xorriso-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 321 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 6.7 MB/s | 392 kB 00:00 (19/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.3 MB/s | 51 kB 00:00 (20/399): perl-Text-ParseWords-3.30-460.el9.noa 492 kB/s | 18 kB 00:00 (21/399): perl-PathTools-3.78-461.el9.x86_64.rp 824 kB/s | 92 kB 00:00 (22/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.4 MB/s | 229 kB 00:00 (23/399): perl-libnet-3.13-4.el9.noarch.rpm 1.7 MB/s | 134 kB 00:00 (24/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 597 kB/s | 26 kB 00:00 (25/399): perl-URI-5.09-3.el9.noarch.rpm 824 kB/s | 125 kB 00:00 (26/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 9.1 MB/s | 1.2 MB 00:00 (27/399): perl-Carp-1.50-460.el9.noarch.rpm 518 kB/s | 31 kB 00:00 (28/399): iptables-nft-services-1.8.8-6.el9_1.n 331 kB/s | 28 kB 00:00 (29/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 279 kB/s | 24 kB 00:00 (30/399): perl-Mozilla-CA-20200520-6.el9.noarch 71 kB/s | 14 kB 00:00 (31/399): perl-Time-Local-1.300-7.el9.noarch.rp 303 kB/s | 37 kB 00:00 (32/399): perl-Encode-3.08-462.el9.x86_64.rpm 6.8 MB/s | 1.7 MB 00:00 (33/399): perl-Pod-Escapes-1.07-460.el9.noarch. 314 kB/s | 22 kB 00:00 (34/399): python3-yubico-1.3.3-7.el9.noarch.rpm 759 kB/s | 73 kB 00:00 (35/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 763 kB/s | 76 kB 00:00 (36/399): sshpass-1.09-4.el9.x86_64.rpm 297 kB/s | 30 kB 00:00 (37/399): python3-psutil-5.8.0-12.el9.x86_64.rp 966 kB/s | 218 kB 00:00 (38/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.6 MB/s | 59 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 6.1 MB/s | 410 kB 00:00 (40/399): libburn-1.5.4-4.el9.x86_64.rpm 3.0 MB/s | 175 kB 00:00 (41/399): boost-program-options-1.75.0-8.el9.x8 879 kB/s | 108 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 557 kB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 579 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 394 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.9 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 251 kB/s | 29 kB 00:00 (47/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 982 kB/s | 92 kB 00:00 (48/399): perl-File-Path-2.18-4.el9.noarch.rpm 327 kB/s | 38 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 493 kB/s | 43 kB 00:00 (50/399): perl-constant-1.33-461.el9.noarch.rpm 335 kB/s | 25 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 363 kB/s | 58 kB 00:00 (52/399): perl-podlators-4.14-460.el9.noarch.rp 1.2 MB/s | 118 kB 00:00 (53/399): perl-Scalar-List-Utils-1.56-461.el9.x 268 kB/s | 77 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 718 kB/s | 112 kB 00:00 (55/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.1 MB/s | 163 kB 00:00 (56/399): python3-appdirs-1.4.4-4.el9.noarch.rp 162 kB/s | 27 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 698 kB/s | 96 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 400 kB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 379 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.8 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.0 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 5.3 MB/s | 900 kB 00:00 (63/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 5.4 MB/s | 489 kB 00:00 (64/399): python3-augeas-0.5.0-25.el9.noarch.rp 191 kB/s | 31 kB 00:00 (65/399): jq-1.6-14.el9.x86_64.rpm 1.5 MB/s | 190 kB 00:00 (66/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 2.9 MB/s | 459 kB 00:00 (67/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 322 kB/s | 59 kB 00:00 (68/399): perl-B-1.80-480.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 (69/399): perl-AutoLoader-5.74-480.el9.noarch.r 120 kB/s | 23 kB 00:00 (70/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 339 kB/s | 23 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 84 kB/s | 17 kB 00:00 (72/399): perl-Class-Struct-0.66-480.el9.noarch 78 kB/s | 24 kB 00:00 (73/399): perl-File-Basename-2.85-480.el9.noarc 152 kB/s | 19 kB 00:00 (74/399): perl-Getopt-Std-1.12-480.el9.noarch.r 390 kB/s | 17 kB 00:00 (75/399): perl-FileHandle-2.03-480.el9.noarch.r 151 kB/s | 17 kB 00:00 (76/399): perl-File-stat-1.09-480.el9.noarch.rp 93 kB/s | 19 kB 00:00 (77/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.0 MB/s | 99 kB 00:00 (78/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 135 kB/s | 25 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 76 kB/s | 13 kB 00:00 (80/399): perl-interpreter-5.32.1-480.el9.x86_6 674 kB/s | 75 kB 00:00 (81/399): perl-libs-5.32.1-480.el9.x86_64.rpm 28 MB/s | 2.2 MB 00:00 (82/399): perl-overload-1.31-480.el9.noarch.rpm 652 kB/s | 47 kB 00:00 (83/399): perl-Symbol-1.08-480.el9.noarch.rpm 57 kB/s | 16 kB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 150 kB/s | 15 kB 00:00 (85/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 1.8 MB/s | 259 kB 00:00 (86/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 237 kB/s | 40 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 345 kB/s | 42 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 816 kB/s | 94 kB 00:00 (89/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 314 kB/s | 25 kB 00:00 (90/399): perl-base-2.27-480.el9.noarch.rpm 145 kB/s | 18 kB 00:00 (91/399): perl-if-0.60.800-480.el9.noarch.rpm 117 kB/s | 16 kB 00:00 (92/399): perl-mro-1.23-480.el9.x86_64.rpm 218 kB/s | 31 kB 00:00 (93/399): perl-subs-1.03-480.el9.noarch.rpm 116 kB/s | 13 kB 00:00 (94/399): perl-vars-1.05-480.el9.noarch.rpm 192 kB/s | 15 kB 00:00 (95/399): rhel-system-roles-1.21.2-1.el9_2.noar 28 MB/s | 2.4 MB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 3.7 MB/s | 452 kB 00:00 (97/399): python3-mako-1.1.4-6.el9.noarch.rpm 748 kB/s | 176 kB 00:00 (98/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 7.0 MB/s | 656 kB 00:00 (99/399): ipa-client-common-4.10.1-12.el9_2.2.n 262 kB/s | 44 kB 00:00 (100/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.4 MB/s | 648 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 5.2 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 462 kB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 345 kB/s | 41 kB 00:00 (104/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 34 MB/s | 7.9 MB 00:00 (105/399): ruby-default-gems-3.0.4-161.el9_2.2. 342 kB/s | 46 kB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 18 MB/s | 3.3 MB 00:00 (107/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.9 MB/s | 456 kB 00:00 (108/399): rubygem-io-console-0.5.7-161.el9_2.2 711 kB/s | 26 kB 00:00 (109/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 296 kB/s | 55 kB 00:00 (110/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 645 kB/s | 60 kB 00:00 (111/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 6.7 MB/s | 441 kB 00:00 (112/399): rubygems-3.2.33-161.el9_2.2.noarch.r 4.9 MB/s | 306 kB 00:00 (113/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 295 kB/s | 59 kB 00:00 (114/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.1 MB/s | 245 kB 00:00 (115/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 27 MB/s | 2.2 MB 00:00 (116/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 458 kB/s | 110 kB 00:00 (117/399): bash-completion-2.11-4.el9.noarch.rp 4.8 MB/s | 459 kB 00:00 (118/399): libaio-0.3.111-13.el9.x86_64.rpm 726 kB/s | 26 kB 00:00 (119/399): buildah-1.29.5-1.el9_2.x86_64.rpm 28 MB/s | 8.6 MB 00:00 (120/399): glibc-langpack-en-2.34-60.el9.x86_64 12 MB/s | 675 kB 00:00 (121/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.5 MB/s | 62 kB 00:00 (122/399): krb5-workstation-1.20.1-8.el9.x86_64 10 MB/s | 542 kB 00:00 (123/399): device-mapper-persistent-data-0.9.0- 2.8 MB/s | 786 kB 00:00 (124/399): libkadm5-1.20.1-8.el9.x86_64.rpm 837 kB/s | 81 kB 00:00 (125/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 324 kB/s | 37 kB 00:00 (126/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 374 kB/s | 16 kB 00:00 (127/399): pkgconf-1.7.3-10.el9.x86_64.rpm 578 kB/s | 45 kB 00:00 (128/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 141 kB/s | 12 kB 00:00 (129/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.8 MB/s | 418 kB 00:00 (130/399): python3-openvswitch3.3-3.3.4-110.el9 3.1 MB/s | 369 kB 00:00 (131/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.4 MB/s | 68 kB 00:00 (132/399): ansible-collection-community-general 16 MB/s | 1.3 MB 00:00 (133/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 359 kB/s | 36 kB 00:00 (134/399): cephadm-18.2.1-361.el9cp.noarch.rpm 2.8 MB/s | 354 kB 00:00 (135/399): ansible-collection-ansible-posix-1.2 865 kB/s | 124 kB 00:00 (136/399): device-mapper-event-1.02.187-7.el9_2 715 kB/s | 32 kB 00:00 (137/399): device-mapper-event-libs-1.02.187-7. 812 kB/s | 31 kB 00:00 (138/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 237 kB/s | 30 kB 00:00 (139/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 29 MB/s | 1.5 MB 00:00 (140/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 16 MB/s | 1.0 MB 00:00 (141/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 105 kB/s | 19 kB 00:00 (142/399): ansible-collection-ansible-netcommon 1.9 MB/s | 181 kB 00:00 (143/399): ansible-collection-ansible-utils-2.3 845 kB/s | 91 kB 00:00 (144/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.4 MB/s | 162 kB 00:00 (145/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.5 MB/s | 178 kB 00:00 (146/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 530 kB/s | 77 kB 00:00 (147/399): puppet-fdio-18.2-1.20220727113954.6f 453 kB/s | 25 kB 00:00 (148/399): golang-github-vbatts-tar-split-0.11. 4.0 MB/s | 1.0 MB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 1.6 MB/s | 122 kB 00:00 (150/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 389 kB/s | 44 kB 00:00 (151/399): python3-croniter-0.3.35-2.el9ost.noa 549 kB/s | 49 kB 00:00 (152/399): python3-daemon-2.3.0-1.el9ost.noarch 480 kB/s | 39 kB 00:00 (153/399): python3-docutils-0.16-6.el9ost.noarc 17 MB/s | 1.5 MB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 790 kB/s | 44 kB 00:00 (155/399): python3-beautifulsoup4-4.9.3-2.el9os 827 kB/s | 204 kB 00:00 (156/399): python3-gevent-21.1.2-2.el9ost.x86_6 16 MB/s | 1.6 MB 00:00 (157/399): python3-jmespath-0.10.0-1.el9ost.noa 1.0 MB/s | 46 kB 00:00 (158/399): python3-gitdb-4.0.5-2.el9ost.noarch. 822 kB/s | 107 kB 00:00 (159/399): python3-jeepney-0.6.0-2.el9ost.noarc 1.5 MB/s | 284 kB 00:00 (160/399): python3-logutils-0.3.5-15.el9ost.noa 395 kB/s | 47 kB 00:00 (161/399): python3-memcached-1.59-3.el9ost.noar 197 kB/s | 40 kB 00:00 (162/399): python3-lockfile-0.12.2-2.el9ost.noa 100 kB/s | 31 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 1.0 MB/s | 224 kB 00:00 (164/399): python3-natsort-7.1.1-2.el9ost.noarc 773 kB/s | 59 kB 00:00 (165/399): python3-passlib-1.7.4-3.el9ost.noarc 12 MB/s | 712 kB 00:00 (166/399): python3-mimeparse-1.6.0-16.el9ost.no 127 kB/s | 16 kB 00:00 (167/399): python3-pecan-1.4.0-2.el9ost.noarch. 5.5 MB/s | 273 kB 00:00 (168/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.7 MB/s | 111 kB 00:00 (169/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 772 kB/s | 90 kB 00:00 (170/399): python3-setproctitle-1.2.2-1.el9ost. 166 kB/s | 23 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 613 kB/s | 47 kB 00:00 (172/399): python3-pyperclip-1.8.0-3.el9ost.noa 119 kB/s | 25 kB 00:00 (173/399): python3-sqlalchemy13-1.3.24-3.el9ost 25 MB/s | 1.7 MB 00:00 (174/399): python3-webtest-2.0.35-6.el9ost.noar 1.4 MB/s | 82 kB 00:00 (175/399): python3-tenacity-6.3.1-1.el9ost.noar 434 kB/s | 51 kB 00:00 (176/399): python3-soupsieve-2.2-1.el9ost.noarc 282 kB/s | 67 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 2.7 MB/s | 205 kB 00:00 (178/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 3.6 MB/s | 396 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 5.0 MB/s | 202 kB 00:00 (180/399): rubygem-deep_merge-1.2.1-7.el9ost.no 373 kB/s | 14 kB 00:00 (181/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.5 MB/s | 243 kB 00:00 (182/399): rubygem-fast_gettext-1.2.0-9.el9ost. 424 kB/s | 34 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 909 kB/s | 90 kB 00:00 (184/399): rubygem-puppet-resource_api-1.8.13-1 904 kB/s | 34 kB 00:00 (185/399): rubygem-semantic_puppet-1.0.4-2.el9o 529 kB/s | 21 kB 00:00 (186/399): rubygem-multi_json-1.15.0-2.el9ost.n 152 kB/s | 22 kB 00:00 (187/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 8.6 MB/s | 433 kB 00:00 (188/399): ansible-role-atos-hsm-1.0.1-17.1.202 484 kB/s | 17 kB 00:00 (189/399): ansible-role-chrony-1.3.1-17.1.20230 439 kB/s | 22 kB 00:00 (190/399): ansible-config_template-2.0.1-17.1.2 242 kB/s | 29 kB 00:00 (191/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 75 kB/s | 16 kB 00:00 (192/399): ansible-role-collectd-config-0.0.3-1 1.1 MB/s | 53 kB 00:00 (193/399): ansible-role-container-registry-1.4. 439 kB/s | 24 kB 00:00 (194/399): ansible-role-qdr-config-0.0.2-17.1.2 597 kB/s | 21 kB 00:00 (195/399): ansible-role-openstack-operations-0. 372 kB/s | 30 kB 00:00 (196/399): ansible-role-thales-hsm-3.0.1-17.1.2 570 kB/s | 21 kB 00:00 (197/399): ansible-role-redhat-subscription-1.3 478 kB/s | 28 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 671 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipsec-11.0.1-17.1.20 607 kB/s | 38 kB 00:00 (200/399): openstack-heat-agents-2.2.1-17.1.202 252 kB/s | 9.6 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 141 kB/s | 12 kB 00:00 (202/399): ansible-tripleo-ipa-0.3.1-17.1.20230 294 kB/s | 36 kB 00:00 (203/399): os-apply-config-13.1.1-17.1.20231020 1.3 MB/s | 54 kB 00:00 (204/399): os-collect-config-13.1.1-17.1.202310 1.2 MB/s | 50 kB 00:00 (205/399): puppet-aodh-18.4.2-17.1.202306201512 1.0 MB/s | 62 kB 00:00 (206/399): os-refresh-config-13.1.1-17.1.202310 219 kB/s | 21 kB 00:00 (207/399): puppet-apache-6.5.2-17.1.20230621001 3.1 MB/s | 259 kB 00:00 (208/399): puppet-auditd-2.2.1-17.1.20230620192 791 kB/s | 28 kB 00:00 (209/399): puppet-archive-4.6.1-17.1.2023062018 791 kB/s | 44 kB 00:00 (210/399): puppet-ceilometer-18.4.3-17.1.202309 938 kB/s | 70 kB 00:00 (211/399): puppet-certmonger-2.7.1-17.1.2023062 315 kB/s | 26 kB 00:00 (212/399): puppet-collectd-13.0.1-17.1.20230620 2.4 MB/s | 135 kB 00:00 (213/399): puppet-cinder-18.5.2-17.1.2023062105 806 kB/s | 120 kB 00:00 (214/399): puppet-corosync-8.0.1-17.1.202306211 725 kB/s | 68 kB 00:00 (215/399): puppet-concat-6.2.1-17.1.20230620181 271 kB/s | 41 kB 00:00 (216/399): puppet-designate-18.6.1-17.1.2023062 523 kB/s | 69 kB 00:00 (217/399): puppet-dns-8.2.1-17.1.20230621002045 259 kB/s | 36 kB 00:00 (218/399): puppet-git-0.5.0-17.1.20230620193928 646 kB/s | 23 kB 00:00 (219/399): puppet-gnocchi-18.4.3-17.1.202306210 1.1 MB/s | 58 kB 00:00 (220/399): puppet-firewall-3.4.1-17.1.202306210 440 kB/s | 77 kB 00:00 (221/399): puppet-haproxy-4.2.2-17.1.2023062019 469 kB/s | 52 kB 00:00 (222/399): puppet-heat-18.4.1-17.1.202306211116 783 kB/s | 70 kB 00:00 (223/399): puppet-etcd-1.12.3-17.1.202306201932 67 kB/s | 25 kB 00:00 (224/399): puppet-inifile-4.2.1-17.1.2023062018 976 kB/s | 42 kB 00:00 (225/399): puppet-horizon-18.6.1-17.1.202306210 834 kB/s | 63 kB 00:00 (226/399): puppet-keepalived-0.0.2-17.1.2023062 189 kB/s | 14 kB 00:00 (227/399): puppet-ipaclient-2.5.2-17.1.20230620 124 kB/s | 17 kB 00:00 (228/399): puppet-kmod-2.5.0-17.1.2023062019064 142 kB/s | 21 kB 00:00 (229/399): puppet-manila-18.5.2-17.1.2023110219 802 kB/s | 81 kB 00:00 (230/399): puppet-mysql-10.6.1-17.1.20230621022 2.1 MB/s | 99 kB 00:00 (231/399): puppet-module-data-0.5.1-17.1.202306 212 kB/s | 13 kB 00:00 (232/399): puppet-neutron-18.6.1-17.1.202306210 2.4 MB/s | 196 kB 00:00 (233/399): puppet-nssdb-1.0.2-17.1.202306201856 212 kB/s | 12 kB 00:00 (234/399): puppet-memcached-6.0.0-17.1.20230620 91 kB/s | 23 kB 00:00 (235/399): puppet-nova-18.6.1-17.1.202306210904 928 kB/s | 200 kB 00:00 (236/399): puppet-openstacklib-18.5.2-17.1.2023 1.4 MB/s | 62 kB 00:00 (237/399): puppet-openstack_extras-18.5.1-17.1. 409 kB/s | 48 kB 00:00 (238/399): puppet-oslo-18.5.1-17.1.202306210523 971 kB/s | 48 kB 00:00 (239/399): puppet-placement-5.4.3-17.1.20230621 701 kB/s | 41 kB 00:00 (240/399): puppet-octavia-18.5.1-17.1.202306210 361 kB/s | 76 kB 00:00 (241/399): puppet-qdr-7.4.1-17.1.20230620195605 759 kB/s | 31 kB 00:00 (242/399): puppet-rabbitmq-11.0.1-17.1.20230620 5.7 MB/s | 266 kB 00:00 (243/399): puppet-redis-6.1.1-17.1.202306201917 1.0 MB/s | 51 kB 00:00 (244/399): puppet-rsync-1.1.4-17.1.202306210028 718 kB/s | 28 kB 00:00 (245/399): puppet-remote-10.0.0-17.1.2023062019 153 kB/s | 16 kB 00:00 (246/399): puppet-snmp-3.9.1-17.1.2023062020041 870 kB/s | 34 kB 00:00 (247/399): puppet-rsyslog-4.0.1-17.1.2023062020 656 kB/s | 58 kB 00:00 (248/399): puppet-ssh-6.2.1-17.1.20230620190251 765 kB/s | 29 kB 00:00 (249/399): puppet-swift-18.6.1-17.1.20230621052 2.8 MB/s | 115 kB 00:00 (250/399): puppet-stdlib-6.3.1-17.1.20230621000 1.2 MB/s | 160 kB 00:00 (251/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.1 MB/s | 50 kB 00:00 (252/399): puppet-sysctl-0.0.13-17.1.2023062018 109 kB/s | 16 kB 00:00 (253/399): puppet-vswitch-14.4.3-17.1.202306210 862 kB/s | 41 kB 00:00 (254/399): puppet-systemd-2.12.1-17.1.202306201 217 kB/s | 42 kB 00:00 (255/399): python-oslo-log-lang-4.4.0-17.1.2023 173 kB/s | 14 kB 00:00 (256/399): puppet-xinetd-3.3.1-17.1.20230620185 159 kB/s | 26 kB 00:00 (257/399): python-oslo-cache-lang-2.7.1-17.1.20 139 kB/s | 19 kB 00:00 (258/399): python-oslo-middleware-lang-4.2.1-17 325 kB/s | 13 kB 00:00 (259/399): python-oslo-policy-lang-3.7.1-17.1.2 286 kB/s | 14 kB 00:00 (260/399): python-pycadf-common-3.1.1-17.1.2023 445 kB/s | 15 kB 00:00 (261/399): python-oslo-versionedobjects-lang-2. 224 kB/s | 14 kB 00:00 (262/399): python3-GitPython-3.1.14-2.el9ost.no 3.7 MB/s | 238 kB 00:00 (263/399): python3-barbicanclient-5.3.0-17.1.20 1.6 MB/s | 127 kB 00:00 (264/399): python3-aodhclient-2.2.0-17.1.202306 611 kB/s | 56 kB 00:00 (265/399): python3-cinderclient-7.4.1-17.1.2023 2.8 MB/s | 218 kB 00:00 (266/399): python3-cliff-3.7.0-17.1.20230620172 2.2 MB/s | 95 kB 00:00 (267/399): python3-designateclient-4.2.1-17.1.2 2.2 MB/s | 92 kB 00:00 (268/399): python3-futurist-2.3.0-17.1.20230621 913 kB/s | 64 kB 00:00 (269/399): python3-heat-agent-2.2.1-17.1.202306 262 kB/s | 19 kB 00:00 (270/399): python3-heat-agent-docker-cmd-2.2.1- 352 kB/s | 12 kB 00:00 (271/399): python3-heat-agent-ansible-2.2.1-17. 77 kB/s | 11 kB 00:00 (272/399): python3-heat-agent-hiera-2.2.1-17.1. 261 kB/s | 10 kB 00:00 (273/399): python3-heat-agent-apply-config-2.2. 95 kB/s | 9.9 kB 00:00 (274/399): python3-heat-agent-puppet-2.2.1-17.1 320 kB/s | 11 kB 00:00 (275/399): python3-heatclient-2.3.1-17.1.202306 3.4 MB/s | 158 kB 00:00 (276/399): python3-ironic-inspector-client-4.5. 1.0 MB/s | 67 kB 00:00 (277/399): python3-ironicclient-4.6.4-17.1.2023 6.9 MB/s | 342 kB 00:00 (278/399): python3-keystoneclient-4.3.0-17.1.20 5.6 MB/s | 239 kB 00:00 (279/399): python3-heat-agent-json-file-2.2.1-1 54 kB/s | 9.8 kB 00:00 (280/399): python3-magnumclient-3.4.1-17.1.2023 2.5 MB/s | 121 kB 00:00 (281/399): python3-keystonemiddleware-9.2.0-17. 876 kB/s | 92 kB 00:00 (282/399): python3-neutronclient-7.3.1-17.1.202 5.2 MB/s | 298 kB 00:00 (283/399): python3-novaclient-17.4.1-17.1.20230 4.6 MB/s | 201 kB 00:00 (284/399): python3-os-client-config-2.1.0-17.1. 1.5 MB/s | 55 kB 00:00 (285/399): python3-os-service-types-1.7.0-17.1. 966 kB/s | 38 kB 00:00 (286/399): python3-os-traits-2.5.0-17.1.2023062 1.1 MB/s | 45 kB 00:00 (287/399): python3-osc-lib-2.3.1-17.1.202306202 1.9 MB/s | 78 kB 00:00 (288/399): python3-oslo-cache-2.7.1-17.1.202306 1.1 MB/s | 56 kB 00:00 (289/399): python3-oslo-context-3.2.1-17.1.2023 622 kB/s | 27 kB 00:00 (290/399): python3-mistralclient-4.2.0-17.1.202 790 kB/s | 166 kB 00:00 (291/399): python3-oslo-log-4.4.0-17.1.20230620 1.6 MB/s | 64 kB 00:00 (292/399): python3-oslo-middleware-4.2.1-17.1.2 597 kB/s | 55 kB 00:00 (293/399): python3-oslo-policy-3.7.1-17.1.20230 818 kB/s | 76 kB 00:00 (294/399): python3-oslo-reports-2.2.0-17.1.2023 786 kB/s | 59 kB 00:00 (295/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.1 MB/s | 46 kB 00:00 (296/399): python3-oslo-serialization-4.1.1-17. 605 kB/s | 34 kB 00:00 (297/399): python3-oslo-versionedobjects-2.4.1- 1.1 MB/s | 79 kB 00:00 (298/399): python3-osprofiler-3.4.0-17.1.202306 1.7 MB/s | 130 kB 00:00 (299/399): python3-oslo-upgradecheck-1.3.1-17.1 219 kB/s | 29 kB 00:00 (300/399): python3-pycadf-3.1.1-17.1.2023062021 1.3 MB/s | 53 kB 00:00 (301/399): python3-shade-1.33.0-17.1.2023062022 7.0 MB/s | 523 kB 00:00 (302/399): python3-requestsexceptions-1.4.0-17. 163 kB/s | 17 kB 00:00 (303/399): python3-statsd-3.2.1-20.1.el9ost.noa 700 kB/s | 35 kB 00:00 (304/399): python3-saharaclient-3.3.0-17.1.2023 1.0 MB/s | 188 kB 00:00 (305/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 725 kB/s | 50 kB 00:00 (306/399): python3-swiftclient-3.11.1-17.1.2023 1.2 MB/s | 136 kB 00:00 (307/399): python3-troveclient-7.0.0-17.1.20230 8.4 MB/s | 344 kB 00:00 (308/399): python3-validations-libs-1.9.1-17.1. 3.1 MB/s | 137 kB 00:00 (309/399): validations-common-1.9.1-17.1.202310 2.8 MB/s | 111 kB 00:00 (310/399): python3-paramiko-2.11.0-2.el9ost.noa 7.4 MB/s | 299 kB 00:00 (311/399): python3-zaqarclient-2.4.0-17.1.20230 1.6 MB/s | 129 kB 00:00 (312/399): ansible-pacemaker-1.0.4-17.1.2023121 526 kB/s | 21 kB 00:00 (313/399): python3-manilaclient-2.6.4-17.1.2024 7.5 MB/s | 528 kB 00:00 (314/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.4 MB/s | 427 kB 00:00 (315/399): ansible-role-metalsmith-deployment-1 429 kB/s | 21 kB 00:00 (316/399): python3-sqlparse-0.4.1-2.el9ost.noar 746 kB/s | 83 kB 00:00 (317/399): openstack-selinux-0.8.37-17.1.202311 5.6 MB/s | 221 kB 00:00 (318/399): puppet-ironic-18.7.1-17.1.2024030521 2.2 MB/s | 121 kB 00:00 (319/399): python3-webob-1.8.7-2.1.el9ost.noarc 1.6 MB/s | 230 kB 00:00 (320/399): python3-glanceclient-3.3.0-17.1.2024 3.6 MB/s | 143 kB 00:00 (321/399): python-oslo-db-lang-8.5.2-17.1.20240 236 kB/s | 14 kB 00:00 (322/399): python3-metalsmith-1.4.4-17.1.202405 1.3 MB/s | 65 kB 00:00 (323/399): python3-neutron-lib-2.10.3-17.1.2023 4.1 MB/s | 375 kB 00:00 (324/399): python3-oslo-db-8.5.2-17.1.202408201 2.2 MB/s | 144 kB 00:00 (325/399): python3-keystoneauth1-4.4.0-17.1.202 2.0 MB/s | 409 kB 00:00 (326/399): python3-octaviaclient-2.3.1-17.1.202 760 kB/s | 91 kB 00:00 (327/399): python3-rhosp-openvswitch-3.3-1.el9o 228 kB/s | 8.3 kB 00:00 (328/399): python3-waitress-2.0.0-4.el9ost.noar 2.6 MB/s | 109 kB 00:00 (329/399): python3-oslo-messaging-12.7.3-17.1.2 2.0 MB/s | 216 kB 00:00 (330/399): python3-oslo-service-2.5.1-17.1.2024 499 kB/s | 71 kB 00:00 (331/399): openstack-tripleo-validations-14.3.2 3.9 MB/s | 204 kB 00:00 (332/399): openstack-ansible-core-2.14.2-4.7.el 24 MB/s | 2.3 MB 00:00 (333/399): puppet-ovn-18.6.1-17.1.2024092509490 629 kB/s | 29 kB 00:00 (334/399): puppet-glance-18.6.1-17.1.2025022015 1.4 MB/s | 87 kB 00:00 (335/399): python3-os-ken-1.4.1-17.1.2024120509 30 MB/s | 2.1 MB 00:00 (336/399): puppet-tripleo-14.2.3-17.1.202503201 3.2 MB/s | 239 kB 00:00 (337/399): puppet-pacemaker-1.5.1-17.1.20250214 1.4 MB/s | 158 kB 00:00 (338/399): ansible-collection-containers-podman 5.7 MB/s | 243 kB 00:00 (339/399): facter-3.14.19-3.el9ost.x86_64.rpm 10 MB/s | 518 kB 00:00 (340/399): ansible-collections-openstack-1.9.1- 1.4 MB/s | 146 kB 00:00 (341/399): hiera-3.6.0-6.el9ost.noarch.rpm 792 kB/s | 33 kB 00:00 (342/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.5 MB/s | 351 kB 00:00 (343/399): openstack-tripleo-common-15.4.1-17.1 1.0 MB/s | 52 kB 00:00 (344/399): openstack-tripleo-common-containers- 1.3 MB/s | 78 kB 00:00 (345/399): puppet-7.10.0-4.el9ost.noarch.rpm 153 kB/s | 11 kB 00:00 (346/399): puppet-headless-7.10.0-4.el9ost.noar 18 MB/s | 1.4 MB 00:00 (347/399): leatherman-1.12.6-5.el9ost.x86_64.rp 2.0 MB/s | 405 kB 00:00 (348/399): puppet-keystone-18.6.1-17.1.20250425 1.7 MB/s | 127 kB 00:00 (349/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.5 MB/s | 92 kB 00:00 (350/399): python3-cachetools-4.2.2-3.el9ost.no 818 kB/s | 33 kB 00:00 (351/399): python3-boto-2.45.0-8.1.el9ost.noarc 9.8 MB/s | 1.3 MB 00:00 (352/399): python3-colorama-0.4.4-4.el9ost.noar 479 kB/s | 35 kB 00:00 (353/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (354/399): python3-dogpile-cache-1.1.5-5.el9ost 2.3 MB/s | 89 kB 00:00 (355/399): python3-extras-1.0.0-17.el9ost.noarc 271 kB/s | 21 kB 00:00 (356/399): python3-fixtures-3.0.0-24.el9ost.noa 1.1 MB/s | 93 kB 00:00 (357/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.5 MB/s | 313 kB 00:00 (358/399): python3-keyring-21.8.0-4.el9ost.noar 879 kB/s | 77 kB 00:00 (359/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.1 MB/s | 87 kB 00:00 (360/399): python3-munch-2.5.0-6.el9ost.noarch. 458 kB/s | 25 kB 00:00 (361/399): python3-openstacksdk-0.55.1-17.1.202 13 MB/s | 735 kB 00:00 (362/399): python3-paste-deploy-2.1.1-4.el9ost. 1.1 MB/s | 41 kB 00:00 (363/399): python3-paste-3.5.0-5.el9ost.noarch. 7.6 MB/s | 776 kB 00:00 (364/399): python3-pystache-0.5.4-15.el9ost.noa 2.0 MB/s | 132 kB 00:00 (365/399): python3-routes-2.4.1-14.el9ost.noarc 4.0 MB/s | 188 kB 00:00 (366/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.1 MB/s | 57 kB 00:00 (367/399): python3-repoze-lru-0.7-12.el9ost.noa 333 kB/s | 32 kB 00:00 (368/399): python3-secretstorage-3.3.1-3.el9ost 457 kB/s | 36 kB 00:00 (369/399): python3-tempita-0.5.1-27.el9ost.noar 501 kB/s | 36 kB 00:00 (370/399): python3-simplejson-3.17.5-3.el9ost.x 3.0 MB/s | 266 kB 00:00 (371/399): python3-testtools-2.4.0-10.el9ost.no 7.5 MB/s | 333 kB 00:00 (372/399): python3-tripleo-common-15.4.1-17.1.2 3.2 MB/s | 202 kB 00:00 (373/399): python3-vine-5.0.0-5.el9ost.noarch.r 406 kB/s | 26 kB 00:00 (374/399): python3-warlock-1.3.3-7.el9ost.noarc 330 kB/s | 21 kB 00:00 (375/399): python3-tripleoclient-16.5.1-17.1.20 3.6 MB/s | 553 kB 00:00 (376/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.3 MB/s | 180 kB 00:00 (377/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 751 kB/s | 29 kB 00:00 (378/399): python3-yappi-1.3.1-5.el9ost.x86_64. 322 kB/s | 56 kB 00:00 (379/399): ruby-facter-3.14.19-3.el9ost.x86_64. 100 kB/s | 9.5 kB 00:00 (380/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 460 kB/s | 19 kB 00:00 (381/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.0 MB/s | 123 kB 00:00 (382/399): openstack-heat-api-16.1.1-17.1.20250 245 kB/s | 16 kB 00:00 (383/399): openstack-heat-engine-16.1.1-17.1.20 351 kB/s | 15 kB 00:00 (384/399): openstack-heat-monolith-16.1.1-17.1. 408 kB/s | 16 kB 00:00 (385/399): openstack-heat-common-16.1.1-17.1.20 17 MB/s | 1.6 MB 00:00 (386/399): puppet-barbican-18.4.2-17.1.20250625 1.4 MB/s | 57 kB 00:00 (387/399): openstack-tripleo-heat-templates-14. 10 MB/s | 617 kB 00:00 (388/399): python-openstackclient-lang-5.5.2-17 1.2 MB/s | 58 kB 00:00 (389/399): python3-openstackclient-5.5.2-17.1.2 20 MB/s | 1.1 MB 00:00 (390/399): tripleo-ansible-3.3.1-17.1.202507021 7.0 MB/s | 570 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.4 MB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.4 MB/s | 136 kB 00:00 (393/399): util-linux-core-2.37.4-11.el9_2.x86_ 8.9 MB/s | 464 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 24 MB/s | 2.3 MB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 235 kB/s | 30 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.8 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.5 MB/s | 65 kB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 3.5 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 2.1 MB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 7.4 MB/s | 97 MB 00:13 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 168/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 169/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 170/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 171/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 172/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 173/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 174/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 175/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 176/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 177/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 178/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 226/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 227/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 228/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 229/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 230/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 231/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 232/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 233/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 234/408 Installing : pkgconf-1.7.3-10.el9.x86_64 235/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 236/408 Installing : bash-completion-1:2.11-4.el9.noarch 237/408 Installing : libkadm5-1.20.1-8.el9.x86_64 238/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 239/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 240/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : bash-completion-1:2.11-4.el9.noarch 118/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 119/408 Verifying : libaio-0.3.111-13.el9.x86_64 120/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 121/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 122/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 123/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 124/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 125/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 126/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 127/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 128/408 Verifying : python3-dns-2.2.1-2.el9.noarch 129/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 130/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 131/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 132/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 133/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 134/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 135/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 136/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 137/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 138/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 139/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 140/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 207/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 208/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 209/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 210/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 211/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 212/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 213/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 214/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 215/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 216/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 217/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 218/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 219/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 220/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 221/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 222/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 223/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 224/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 225/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 226/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 227/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 228/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 229/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 230/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 231/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 232/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 233/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 234/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 235/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 236/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 237/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 238/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 239/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 240/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 241/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 242/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 243/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 244/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 245/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 246/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 247/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 248/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 249/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 250/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 251/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 252/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 253/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 254/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 255/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 256/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 257/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 258/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 259/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 260/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 261/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 262/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 263/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 265/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 266/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 267/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 268/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 269/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 270/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 271/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 272/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 273/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 274/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 275/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 276/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 277/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 278/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 279/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 280/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 281/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 282/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 283/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 284/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 285/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 286/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 287/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 288/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 289/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 290/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 291/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 292/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 293/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 294/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 295/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 296/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 297/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 298/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 299/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 300/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 301/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 302/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 303/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 304/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 305/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 306/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 307/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 308/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 309/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 310/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 311/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 312/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 313/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 314/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 315/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 316/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 317/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 318/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 319/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 320/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 321/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 322/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 323/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 324/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 325/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 326/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 327/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 328/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 329/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 330/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 331/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 332/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 333/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 334/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 335/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 336/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 337/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 338/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 339/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 340/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 341/408 Verifying : hiera-3.6.0-6.el9ost.noarch 342/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 343/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 344/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 345/408 Verifying : puppet-7.10.0-4.el9ost.noarch 346/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 347/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 348/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 349/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 350/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 351/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 352/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 353/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 354/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 355/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 356/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 357/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 358/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 359/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 360/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 361/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 362/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 363/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 364/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 365/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 366/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 367/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 368/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 369/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 370/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 371/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 372/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 373/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 374/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 375/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 376/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 377/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 378/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 379/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 380/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 381/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 382/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 383/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 384/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 385/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 386/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 387/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 388/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 389/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + 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' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + 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=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-09T14:27:44.067284 # # 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 + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fce95318204114530f31f885c9df588f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-41 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-41... Getting image source signatures Copying blob sha256:90f1c1482c1fa84d12db434c89b09365c845b1d0a24d690cc95356c3de0372ab Copying blob sha256:cc73e0691e6f27099f5b4caefbcb94de5d7bad4c9c0e02081125185957f569e0 Copying blob sha256:a1e79b3d60959bfdfbc1702d904fac28d3ef53196492e953edc8f84add26c6bf Copying blob sha256:f728453dc24f3844478c64fca5424e5d845280b10404e75f383e79d74e02284e Copying blob sha256:4f2f1698adbf3363a1f8bf81015ca3004892fe039797b6ded2d574e0e0e681e3 Copying blob sha256:c8f6cff0477b11d57fc87b29a88c1ae65d0811f78eec8b8796851ed142b30f99 Copying blob sha256:2bb36d08dce28bab80513691e4aeb6f836f79c95069450b72d7fad2e5a8ef4df Copying blob sha256:ec5ef6c5b7e06078252917e41437e74b057b4115726e2c0358bf7839fa4f3f99 Copying blob sha256:a6e77df121b73a0e2d873f6af36aa76afb2a6655ee835540469a040fdb27d07a Copying blob sha256:117fe287ffa9af4649d3e39ffbf7a19b2b21713927e49c36fcc747d763a6e325 Copying blob sha256:e7eafd09683d8c4cdfa1bb02c18d1c683a6f3178217a71b93418daf7744610c5 Copying blob sha256:917dc8886282074b9dd41068ee4dabb23a8aa82817d3389d7415bc430b9f4d9a Copying blob sha256:728048fb7ad0ceb04c27b069d2731815eb61a56b35a4e7694ad752807b4dd6f2 Copying blob sha256:73748aeb001d63ef40b903875ded81c81357f45eb623c84cf7ef0e2355e79d09 Copying blob sha256:e18573e8b7b359701a991956dc5fc77782e308fd61dba5f427ebf25a64407e6c Copying blob sha256:4d9fdc06960b3f13635388d3a12e23c0fb2c439c753f85a8bf688c919bd45a2d Copying blob sha256:6e041a91543d76c9826ee1202aafcc6860d4c7da3a6b45ca029831436ebe9875 Copying blob sha256:993b781f804110cdbc70ccc0b7e8ddffa7969be1074753108193c480fa577f5f Copying blob sha256:0a19fc733e92ab7acf55313dfcb970991722c7305b868afc567b0562b09028a6 Copying blob sha256:5bb077b8ff474ab6968eb0833fa56f7c7949ded76211baf5c37258e2073ac88c Copying blob sha256:faa950acbe7fe64beb606b645fb95b59f21aa57f0516ade2e796e634053d8dfc Copying blob sha256:34d257f38eb81d3cc3e29c4e33905ae3e880179f3b832e9ce41661d116d44fb8 Copying blob sha256:cf196a64fa9372dd4bf2c0e40295a8583b8ac49e3a04bda442003989c3040784 Copying blob sha256:f4506e57eb84dc0cc11d343b31d5273a38308fb689cca88986772f0afc1f1a89 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:b5947def5ba719d2d83dc8fb66d26dc34e2947de078eab9a2bbda77750791a06 Copying blob sha256:9947055b550c8b59df84277b13ee23ac2235cff2482322c6d13e5ae112eeb2ce Copying blob sha256:d0c037ebf69e70ddf0a98b1d268a7eccdccda4a9e71367c99a9edc1dea7313c6 Copying blob sha256:1c9bdd844fc42bbc3f1fd5bc9e047db6c21573e4b8d89ad6aee3dc6f53f44c67 Copying blob sha256:5170b11e2686763cd3aef06d618faa9042cdc49f9a136e99d243e6ee7b4c0c64 Copying blob sha256:cfcecc4f5d03d0d50b977196d50c9c3f1506e78a368a925f8e26fe50e63805f4 Copying blob sha256:a37462aeb7d2ab20bf0763f6dbee67f21f45bbacb0fc9ba086c56c6c1a2fb44e Copying blob sha256:7ce404cb34c44105a85eb905125954c2043e6c8daffbb375b5cd6db117dc3eb4 Copying blob sha256:84df6fd253065a3786520e01a46686fee72a178875ad74a14c3901311c96bbc6 Copying blob sha256:154ad5df7b239817c1bb2d5bede5948c9294d5a21053f103bfd30bacc39737a2 Copying blob sha256:73c4d2af94a65d0f24e8df864186449e47cf8900b6a8297e3f19b0123fcc0e22 Copying blob sha256:fbf94e9917f81806e9cdd54b7a11c66c8615e2408adfe9ff0ae1af94792eaefd Copying blob sha256:f21d4cce8e0b41d521f25e89f128f4507f408888b3f959ccb3b6e6dbbd51a352 Copying blob sha256:a001efea7fdf7122a7d5b445f1125ee5a71fedc578e25dfaeaec06b29a8c46ae Copying blob sha256:4446c82e0b5c87af371231e6732177403abb5658a953a6c4a8dd5d8e5e4dd451 Copying blob sha256:c7f83d5200c435cb9a50c776aa91920447902ce063b98ed1622e434f8927ad7c Copying blob sha256:34d9e43ae067288c3d9c97d14c82ff43fbf7cea7ab1cd76795212cc0df17327b Copying blob sha256:edaba29b0b8fc5303f94696ce63a9c35318a37a43ee6fd9a385bf89e80467bbd Copying blob sha256:a74dba37b30cc1b43e51c7a5a80a9273ac1dfc28facfcab37a705a3efea4a246 Copying blob sha256:37d962425c48104ca6fe9f014a1be7d6fb65652c90827d4612bd126abe688b19 Copying blob sha256:2bfbc082c86a957b00be9adb9acd2ae844306775619bca44027b844c2331562b Copying blob sha256:df35df8423da9fa0e969eab7217fef6a1445a50c38bd662c2e8203b8cdbee0ca Copying config sha256:e64eee08c885efb5f6eb10c2e9466517d7775255528eacd555334abaab35b956 Writing manifest to image destination Storing signatures dc463f31551df614140b2351adf613bfa1be527fd5dda52adc820fff56fa2a8e + timeout 900s grep -qEi '(INFO The ipa-server-install command was successful|ERROR The ipa-server-install command failed)' /dev/fd/63 ++ tail -F /tmp/ipa-data/var/log/ipaserver-install.log tail: cannot open '/tmp/ipa-data/var/log/ipaserver-install.log' for reading: No such file or directory tail: '/tmp/ipa-data/var/log/ipaserver-install.log' has appeared; following new file + cat + cat /root/.ssh/id_rsa.pub + ansible-playbook /usr/share/ansible/tripleo-playbooks/undercloud-ipa-install.yaml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Playbook to register the undercloud host with an IPA server] ************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Ensure definitions] ****************************************************** skipping: [localhost] => (item={'name': 'ipa_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] => (item={'name': 'ipa_realm', 'ansible_var': '', 'env_var': 'OOO.TEST'}) skipping: [localhost] => (item={'name': 'ipa_server_user', 'ansible_var': '', 'env_var': 'admin'}) skipping: [localhost] => (item={'name': 'ipa_server_password', 'ansible_var': '', 'env_var': 'fce95318204114530f31f885c9df588f'}) skipping: [localhost] => (item={'name': 'ipa_server_hostname', 'ansible_var': '', 'env_var': 'ipa.ooo.test'}) skipping: [localhost] => (item={'name': 'undercloud_fqdn', 'ansible_var': '', 'env_var': 'standalone.ooo.test'}) skipping: [localhost] => (item={'name': 'ansible_user', 'ansible_var': '', 'env_var': 'root'}) skipping: [localhost] => (item={'name': 'cloud_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] TASK [Set facts needed for configuration] ************************************** ok: [localhost] TASK [Add host to ipaclients group] ******************************************** changed: [localhost] TASK [Add host to ipaservers group] ******************************************** changed: [localhost] PLAY [ipaclients] ************************************************************** TASK [Gathering Facts] ********************************************************* ok: [standalone.ooo.test] TASK [Include ipaclient role] ************************************************** TASK [ipaclient : Import variables specific to distribution] ******************* ok: [standalone.ooo.test] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) TASK [ipaclient : Install IPA client] ****************************************** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for standalone.ooo.test TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** changed: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers] ***************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check that either password or keytab is set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Set default principal if no keytab is given] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure DNS resolver] **************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - IPA client test] *********************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Cleanup leftover ccache] *************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Configure NTP] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** ok: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Keytab or password is required for getting otp] **** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary file for keytab] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Copy keytab to server temporary file] ************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Report error for OTP generation] ******************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Store the previously obtained OTP] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Remove keytab temporary file] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Store predefined OTP in admin_password] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if principal and keytab are set] ************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - From host keytab, purge OOO.TEST] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Backup and set hostname] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary krb5 configuration] *************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Join IPA] ****************************************** changed: [standalone.ooo.test] TASK [ipaclient : The krb5 configuration is not correct] *********************** skipping: [standalone.ooo.test] TASK [ipaclient : IPA test failed] ********************************************* skipping: [standalone.ooo.test] TASK [ipaclient : Fail due to missing ca.crt file] ***************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure IPA default.conf] ************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSSD] ************************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** changed: [standalone.ooo.test] TASK [ipaclient : Install - Fix IPA ca] **************************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create IPA NSS database] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSH and SSHD] **************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure automount] ******************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure firefox] ********************************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure NIS] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure certmonger] ****************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** skipping: [standalone.ooo.test] TASK [ipaclient : Cleanup leftover ccache] ************************************* ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf backup] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Uninstall IPA client] **************************************** skipping: [standalone.ooo.test] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Include create admin roles] ********************************************** TASK [/usr/share/ansible/roles/tripleo_create_admin : create user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : grant admin rights to user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure home dir has the right owner/group for user tripleo-admin] *** ok: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure .ssh dir exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure authorized_keys file exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : get remote tripleo-admin public key] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : append tripleo-admin public key to authorized_keys] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : authorize TripleO key for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install private key on nodes for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install public key on nodes for user tripleo-admin] *** skipping: [localhost] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [kinit to get admin credentials] ****************************************** changed: [localhost] TASK [setup the undercloud and get keytab] ************************************* [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add nova host management permissions] **************** changed: [localhost] => (item={'name': 'Modify host password', 'right': 'write', 'type': 'host', 'attrs': ['userpassword']}) changed: [localhost] => (item={'name': 'Write host certificate', 'right': 'write', 'type': 'host', 'attrs': ['usercertificate']}) changed: [localhost] => (item={'name': 'Modify host userclass', 'right': 'write', 'type': 'host', 'attrs': ['userclass']}) changed: [localhost] => (item={'name': 'Modify service managedBy attribute', 'right': 'write', 'type': 'service', 'attrs': ['managedby']}) TASK [tripleo_ipa_setup : add Nova Host privilege] ***************************** changed: [localhost] TASK [tripleo_ipa_setup : add permissions to the Nova Host privilege] ********** changed: [localhost] => (item=System: add hosts) changed: [localhost] => (item=System: remove hosts) changed: [localhost] => (item=Modify host password) changed: [localhost] => (item=Modify host userclass) changed: [localhost] => (item=System: Modify hosts) changed: [localhost] => (item=Modify service managedBy attribute) changed: [localhost] => (item=System: Add krbPrincipalName to a Host) changed: [localhost] => (item=System: Add Services) changed: [localhost] => (item=System: Remove Services) changed: [localhost] => (item=Revoke certificate) changed: [localhost] => (item=System: manage host keytab) changed: [localhost] => (item=System: Manage host certificates) changed: [localhost] => (item=System: modify services) changed: [localhost] => (item=System: manage service keytab) changed: [localhost] => (item=System: read dns entries) changed: [localhost] => (item=System: remove dns entries) changed: [localhost] => (item=System: add dns entries) changed: [localhost] => (item=System: update dns entries) changed: [localhost] => (item=System: Modify Realm Domains) changed: [localhost] => (item=Retrieve Certificates from the CA) TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** changed: [localhost] TASK [tripleo_ipa_setup : set nova service user facts] ************************* ok: [localhost] TASK [tripleo_ipa_setup : add nova service] ************************************ changed: [localhost] TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** ok: [localhost] TASK [tripleo_ipa_setup : add service to the Nova Host Manager role] *********** changed: [localhost] TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add directory for keytab] **************************** changed: [localhost] TASK [tripleo_ipa_setup : get a keytab for the novajoin service] *************** changed: [localhost] TASK [tripleo_ipa_setup : chgrp and chmod the keytab] ************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=25 changed=16 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 standalone.ooo.test : ok=25 changed=15 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/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 /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-10-09 14:35:37.216 42725 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-09 14:35:37.240 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.241 42725 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-09 14:35:37.242 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.242 42725 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-09 14:35:37.244 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.244 42725 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-09 14:35:37.246 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.246 42725 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-09 14:35:37.248 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.248 42725 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-09 14:35:37.249 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.250 42725 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-09 14:35:37.274 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.274 42725 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-09 14:35:37.292 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.292 42725 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-09 14:35:37.294 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.294 42725 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-09 14:35:37.296 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.296 42725 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-09 14:35:37.298 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.298 42725 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-09 14:35:37.300 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.300 42725 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-09 14:35:37.302 42725 INFO migrate.versioning.api [-] done 2025-10-09 14:35:37.302 42725 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-09 14:35:37.325 42725 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-09 14:35:46Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:46Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:46Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-09 14:35:47Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:47Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:47Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:47Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-09 14:35:47Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:35:48Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:48Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:48Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-09 14:35:48Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:48Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-09 14:35:48Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:35:49Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:49Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:49Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:49Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-09 14:35:49Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-09 14:35:49Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:35:49Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:50Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:50Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-09 14:35:50Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:50Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:50Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-09 14:35:50Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:50Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-09 14:35:50Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 14:35:51Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:35:51Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:51Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:51Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:51Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-09 14:35:51Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:51Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-09 14:35:51Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-09 14:35:52Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:52Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-09 14:35:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:52Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:52Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-09 14:35:53Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:53Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-09 14:35:53Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:53Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-09 14:35:53Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:54Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-09 14:35:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:35:54Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:54Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-09 14:35:54Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:35:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-09 14:35:54Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:55Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-09 14:35:55Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-09 14:35:55Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:55Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-09 14:35:55Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:55Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:55Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:55Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:55Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-09 14:35:55Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:55Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:55Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-09 14:35:56Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 14:35:56Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 14:35:56Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 14:35:56Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-09 14:35:56Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:56Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:56Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:56Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-09 14:35:56Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:35:57Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-09 14:35:58Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:58Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:58Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-09 14:35:59Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-09 14:35:59Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:59Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-09 14:35:59Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-09 14:35:59Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:35:59Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:01Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:02Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:02Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:03Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:03Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:03Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:04Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:05Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:05Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:06Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:36:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:36:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:07Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:07Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:08Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-09 14:36:09Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:09Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:09Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:10Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:10Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:11Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:11Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:11Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:12Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:13Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:36:13Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:14Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-09 14:36:14Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:14Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:14Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:15Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:16Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:36:16Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:17Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:17Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:17Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:18Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:18Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:18Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-09 14:36:19Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:19Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:19Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:20Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:20Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:21Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:21Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:21Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:22Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:23Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:36:23Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:24Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-09 14:36:24Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:25Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:25Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:25Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:25Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:26Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-09 14:36:26Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:27Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-09 14:36:27Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:27Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:27Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:27Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:29Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:30Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:30Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:31Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:31Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:31Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-09 14:36:32Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:32Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:32Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:32Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:33Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:34Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:34Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:35Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:35Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:36Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-09 14:36:36Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:37Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:37Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:37Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:38Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:38Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:38Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:40Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:36:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:41Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:41Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:36:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:42Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:36:43Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:43Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-09 14:36:44Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:44Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:44Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:45Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:45Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:36:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:46Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:47Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:47Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:36:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:36:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:36:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-09 14:36:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:36:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-09 14:36:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:56Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:57Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:57Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:36:57Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:36:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:36:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:36:59Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:37:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:00Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:37:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:02Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:02Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-09 14:37:03Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:03Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:04Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:37:05Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:05Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:37:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:06Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:06Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:06Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:37:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:09Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:37:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:11Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-09 14:37:12Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:13Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:13Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:13Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:13Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:14Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:14Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:15Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:15Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:16Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:16Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:16Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:17Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:17Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:18Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-09 14:37:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:18Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:19Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:19Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:20Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:21Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:21Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:22Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-09 14:37:23Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:24Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-09 14:37:24Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:24Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:25Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:25Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:25Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:26Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-09 14:37:27Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:28Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-09 14:37:28Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:28Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:28Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:29Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:29Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:29Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:37:30Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:31Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:31Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:32Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:37:33Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:33Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:33Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:33Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:33Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:33Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:37:34Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-09 14:37:34Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:35Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-09 14:37:36Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:36Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:36Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:36Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-09 14:37:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:39Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:37:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:40Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:37:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-09 14:37:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:37:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:37:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-09 14:37:45Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:46Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-09 14:37:47Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:47Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:47Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:48Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:48Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:48Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:49Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:50Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:50Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:37:51Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:51Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:51Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:51Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:51Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:37:51Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:53Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-09 14:37:53Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:53Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:53Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:54Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:55Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:37:55Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:56Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:37:57Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:57Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:57Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:37:57Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:37:57Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-09 14:37:58Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:58Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:37:58Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:59Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:37:59Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:37:59Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:38:00Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:01Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:01Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:02Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:02Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:03Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-09 14:38:04Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:04Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:05Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:06Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:06Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:06Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:38:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:08Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:08Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-09 14:38:08Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:08Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-09 14:38:09Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-09 14:38:09Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-09 14:38:09Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:10Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:11Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-09 14:38:11Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:12Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:12Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:13Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:13Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-09 14:38:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:14Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:38:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:15Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:15Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:16Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:16Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:16Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:16Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:17Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-09 14:38:17Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:17Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:17Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:18Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:18Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:18Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:19Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:19Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:38:19Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:19Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:19Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:20Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:20Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:20Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:21Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:22Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-09 14:38:22Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:23Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-09 14:38:24Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:24Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:24Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:24Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:25Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:25Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:25Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:25Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:25Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:26Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:26Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-09 14:38:27Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:27Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:28Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:28Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:38:29Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:29Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-09 14:38:31Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:31Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:31Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:31Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:32Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:33Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:33Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:34Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-09 14:38:34Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:35Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-09 14:38:36Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:36Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:36Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:37Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:37Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:37Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:37Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:38Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-09 14:38:38Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:38Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:38Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:38Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:38Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:39Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-09 14:38:39Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:40Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:40Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:40Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:41Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:41Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:41Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:41Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:38:41Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:42Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:42Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:42Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:42Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:42Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:42Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:43Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:43Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-09 14:38:44Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:44Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:38:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:45Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:46Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-09 14:38:46Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:46Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:47Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:47Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:48Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:49Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:49Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:49Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:38:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:51Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:51Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:52Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:38:52Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:52Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-09 14:38:53Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:54Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-09 14:38:54Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:54Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:38:55Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:56Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:56Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:38:57Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:57Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:38:57Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:38:58Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:38:59Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-10-09 14:38:59Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:38:59Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-09 14:39:00Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:00Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:02Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:02Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:02Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:02Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:03Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:03Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:03Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:04Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:07Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:08Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-09 14:39:09Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:09Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:09Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:10Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:10Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:10Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:10Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:11Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-09 14:39:11Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:12Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:12Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:13Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:13Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:14Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:14Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:14Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:14Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-09 14:39:15Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:16Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-09 14:39:16Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:17Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:39:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:18Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:18Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:18Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:19Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:20Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:20Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:21Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:22Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:22Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-09 14:39:23Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:23Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:24Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-09 14:39:24Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:24Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:25Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:25Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-09 14:39:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:27Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-09 14:39:29Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:29Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:29Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:30Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:30Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:31Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:31Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:31Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-09 14:39:32Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:33Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:33Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:34Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-09 14:39:35Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:35Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:35Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:36Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:36Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:36Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:37Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:38Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:38Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:39Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-09 14:39:39Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:40Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-09 14:39:40Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:40Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:41Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:42Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:42Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:43Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-09 14:39:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:46Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:46Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:47Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:48Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:48Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:48Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:48Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:48Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:39:48Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:49Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:49Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-09 14:39:50Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:50Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:50Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:51Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:52Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-09 14:39:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:53Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:54Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:54Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-10-09 14:39:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:55Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:39:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:55Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:39:57Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:39:57Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:39:57Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-09 14:39:58Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:58Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:39:58Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:59Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:39:59Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:39:59Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:02Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:02Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:02Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:02Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-09 14:40:03Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:03Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:04Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:04Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:04Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:05Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:05Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:40:05Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:05Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:06Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:07Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-09 14:40:08Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:08Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:08Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:08Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:08Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:08Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:09Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:10Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:10Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-09 14:40:10Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:10Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:10Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:10Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-09 14:40:11Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:12Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:14Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-09 14:40:16Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:16Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:16Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:17Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:17Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-09 14:40:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:19Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:20Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:20Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:20Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-09 14:40:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-10-09 14:40:22Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:23Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-09 14:40:24Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:24Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:24Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:24Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:24Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:24Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:24Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:25Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:25Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-09 14:40:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:27Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:28Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:28Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:28Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:28Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:29Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-09 14:40:29Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:30Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:30Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:31Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:31Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:31Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:32Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:33Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:33Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:34Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-09 14:40:34Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:34Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:34Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:35Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:35Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-09 14:40:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:37Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-09 14:40:38Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:38Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:39Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:39Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:40Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-09 14:40:41Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:41Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:41Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:41Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:42Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:42Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:43Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:44Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:44Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-09 14:40:45Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:45Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:45Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:46Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:46Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:47Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:47Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:47Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-09 14:40:48Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:48Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:48Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:48Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:49Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:50Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:51Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-09 14:40:52Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:53Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-09 14:40:54Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:54Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:54Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:54Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:40:54Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:55Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:55Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:55Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:55Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:56Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:56Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-09 14:40:56Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:57Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:57Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:57Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:57Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:40:58Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:58Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:58Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:40:58Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:40:59Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:40:59Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:40:59Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-09 14:40:59Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:40:59Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:00Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-09 14:41:00Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:00Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:00Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:00Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-09 14:41:00Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:01Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-09 14:41:02Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:02Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:02Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:03Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:03Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:03Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:04Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:05Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:05Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:41:06Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:06Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:07Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-09 14:41:07Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:07Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:08Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:08Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:09Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:10Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:10Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:41:11Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:11Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:12Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:12Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:12Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-09 14:41:13Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:13Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:13Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:14Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:14Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:15Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:15Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:15Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:16Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:17Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:41:17Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:18Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-09 14:41:19Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:20Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-09 14:41:20Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:20Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:20Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:21Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:21Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:22Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-09 14:41:23Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:23Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:23Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:23Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:24Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:24Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:24Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:25Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:25Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:25Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:25Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:26Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:26Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:26Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:26Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:26Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:30Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:30Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:31Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-09 14:41:31Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:32Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-09 14:41:33Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:33Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:33Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:33Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:33Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:33Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:33Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:34Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-09 14:41:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:41:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:36Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:36Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:37Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:37Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:37Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-09 14:41:37Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:38Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-09 14:41:38Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:40Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-09 14:41:40Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:40Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:40Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:40Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:41Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:41Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:41Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:42Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:42Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:42Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:42Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:43Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:44Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:44Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:45Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:45Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:46Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-09 14:41:47Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:48Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-09 14:41:48Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:49Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-09 14:41:50Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:51Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-09 14:41:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:51Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:51Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:51Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:51Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-09 14:41:51Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:52Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:52Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:53Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:53Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-10-09 14:41:54Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:54Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:41:54Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:55Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-09 14:41:56Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:56Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:56Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:56Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:56Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:41:57Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-09 14:41:57Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:57Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:41:57Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:57Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:41:58Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:59Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-09 14:41:59Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-10-09 14:42:00Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-09 14:42:00Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:01Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-09 14:42:01Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:03Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-09 14:42:03Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:04Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-09 14:42:04Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:05Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-09 14:42:06Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:06Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:06Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:06Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:42:06Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:07Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-09 14:42:07Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:07Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:07Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:07Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:42:08Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:09Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-10-09 14:42:09Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:10Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-09 14:42:11Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:11Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:11Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:11Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-09 14:42:11Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:12Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-09 14:42:12Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:12Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-09 14:42:14Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:14Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:15Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:15Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:15Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:15Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:15Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:16Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:16Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:16Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-09 14:42:16Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:17Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-09 14:42:17Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:17Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:17Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:17Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:17Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:17Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:17Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:18Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:18Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:18Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:19Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:20Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:20Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:20Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-09 14:42:20Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:20Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-09 14:42:20Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:21Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:21Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:21Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:21Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:21Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:21Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:22Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-09 14:42:22Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:22Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:22Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:22Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:22Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:23Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:23Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:23Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:23Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:23Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-09 14:42:23Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:24Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:24Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:24Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:24Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:24Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:24Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:24Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-09 14:42:25Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:26Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-09 14:42:27Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:27Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-09 14:42:27Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:27Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:27Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-09 14:42:27Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:27Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:27Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-09 14:42:27Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:27Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-09 14:42:28Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:28Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:28Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-09 14:42:28Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:28Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-09 14:42:28Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:29Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-09 14:42:29Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:29Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:29Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:29Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-09 14:42:30Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:30Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:31Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:31Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-09 14:42:32Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:33Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-09 14:42:33Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:33Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:34Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:34Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:34Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:34Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:34Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:34Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:34Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:34Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:35Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-09 14:42:35Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:35Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:35Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-09 14:42:35Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:35Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-09 14:42:35Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:35Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:35Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:36Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:36Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-09 14:42:36Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:36Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:37Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-09 14:42:37Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:37Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-09 14:42:37Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-09 14:42:38Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:39Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-09 14:42:39Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-09 14:42:39Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:39Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:40Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:40Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-09 14:42:40Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:41Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:41Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:41Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-09 14:42:42Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:42Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-09 14:42:43Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:43Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:44Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:44Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:45Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:46Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:46Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:46Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-09 14:42:46Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:46Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-09 14:42:47Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-09 14:42:47Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-09 14:42:47Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-09 14:42:47Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-09 14:42:47Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/d3ac4242-0e7e-4c6e-adf7-f32e49ab7362 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-09 14:43:09.626357 | fa163e93-f302-d839-17ba-000000000006 | TASK | External deployment step 0 2025-10-09 14:43:09.644970 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-000000000006') missing from stats 2025-10-09 14:43:09.683700 | fa163e93-f302-d839-17ba-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.105869 | 0.02s 2025-10-09 14:43:09.689487 | 2ec923ac-78d8-4d64-8431-1fdecb9cee13 | INCLUDED | /root/standalone-ansible-k43ezndi/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-09 14:43:09.703697 | fa163e93-f302-d839-17ba-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-09 14:43:10.560315 | fa163e93-f302-d839-17ba-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-09 14:43:10.561845 | fa163e93-f302-d839-17ba-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.984006 | 0.86s 2025-10-09 14:43:10.581453 | fa163e93-f302-d839-17ba-000000000129 | TASK | create redis virtual ip 2025-10-09 14:43:11.469928 | fa163e93-f302-d839-17ba-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-09 14:43:11.471466 | fa163e93-f302-d839-17ba-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.893629 | 0.89s PLAY [Check if required variables are defined] ********************************* 2025-10-09 14:43:11.550029 | fa163e93-f302-d839-17ba-000000000138 | TASK | Gathering Facts 2025-10-09 14:43:12.099883 | fa163e93-f302-d839-17ba-000000000138 | OK | Gathering Facts | localhost 2025-10-09 14:43:12.101501 | fa163e93-f302-d839-17ba-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.523664 | 0.55s 2025-10-09 14:43:12.145521 | fa163e93-f302-d839-17ba-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-09 14:43:12.146722 | fa163e93-f302-d839-17ba-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.568886 | 0.03s 2025-10-09 14:43:12.182203 | fa163e93-f302-d839-17ba-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-09 14:43:12.183844 | fa163e93-f302-d839-17ba-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.606006 | 0.03s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-09 14:43:12.295555 | fa163e93-f302-d839-17ba-000000000160 | TASK | Gathering Facts 2025-10-09 14:43:12.304856 | fa163e93-f302-d839-17ba-000000000160 | TASK | Gathering Facts 2025-10-09 14:43:12.633604 | fa163e93-f302-d839-17ba-000000000160 | OK | Gathering Facts | undercloud 2025-10-09 14:43:12.640232 | fa163e93-f302-d839-17ba-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.062393 | 0.34s 2025-10-09 14:43:12.643734 | fa163e93-f302-d839-17ba-000000000160 | OK | Gathering Facts | standalone 2025-10-09 14:43:12.644925 | fa163e93-f302-d839-17ba-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.067094 | 0.34s 2025-10-09 14:43:12.708910 | fa163e93-f302-d839-17ba-000000000012 | TASK | Set legacy facts 2025-10-09 14:43:12.732210 | fa163e93-f302-d839-17ba-000000000012 | TASK | Set legacy facts 2025-10-09 14:43:12.748517 | fa163e93-f302-d839-17ba-000000000012 | OK | Set legacy facts | undercloud 2025-10-09 14:43:12.749657 | fa163e93-f302-d839-17ba-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.171825 | 0.04s 2025-10-09 14:43:12.772144 | fa163e93-f302-d839-17ba-000000000012 | OK | Set legacy facts | standalone 2025-10-09 14:43:12.772702 | fa163e93-f302-d839-17ba-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.194876 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-09 14:43:12.947594 | fa163e93-f302-d839-17ba-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-09 14:43:12.949008 | fa163e93-f302-d839-17ba-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.371167 | 0.05s 2025-10-09 14:43:12.962213 | fa163e93-f302-d839-17ba-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-09 14:43:12.962925 | fa163e93-f302-d839-17ba-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.385093 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-10-09 14:43:13.055305 | fa163e93-f302-d839-17ba-000000000018 | TASK | Include Service VIP vars 2025-10-09 14:43:13.090204 | fa163e93-f302-d839-17ba-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-09 14:43:13.091248 | fa163e93-f302-d839-17ba-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.513414 | 0.04s 2025-10-09 14:43:13.101891 | fa163e93-f302-d839-17ba-000000000018 | OK | Include Service VIP vars | standalone 2025-10-09 14:43:13.102362 | fa163e93-f302-d839-17ba-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.524537 | 0.04s 2025-10-09 14:43:13.107685 | fa163e93-f302-d839-17ba-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-09 14:43:13.139961 | fa163e93-f302-d839-17ba-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-09 14:43:13.141200 | fa163e93-f302-d839-17ba-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.563360 | 0.03s 2025-10-09 14:43:13.152171 | fa163e93-f302-d839-17ba-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-09 14:43:13.152671 | fa163e93-f302-d839-17ba-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.574847 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-09 14:43:13.245438 | fa163e93-f302-d839-17ba-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-09 14:43:13.911549 | fa163e93-f302-d839-17ba-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e93-f302-d839-17ba-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-09 14:43:13.979949 | fa163e93-f302-d839-17ba-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-09 14:43:14.008854 | fa163e93-f302-d839-17ba-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-09 14:43:14.009682 | fa163e93-f302-d839-17ba-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.431850 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-09 14:43:14.077786 | fa163e93-f302-d839-17ba-000000000023 | TASK | Set selinux state 2025-10-09 14:43:14.613121 | fa163e93-f302-d839-17ba-000000000023 | OK | Set selinux state | standalone 2025-10-09 14:43:14.614320 | fa163e93-f302-d839-17ba-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.036483 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-09 14:43:14.752424 | fa163e93-f302-d839-17ba-000000000026 | TASK | Configure Hosts Entries 2025-10-09 14:43:14.790149 | fa163e93-f302-d839-17ba-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.212298 | 0.04s 2025-10-09 14:43:14.790915 | fa163e93-f302-d839-17ba-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.213091 | 0.03s 2025-10-09 14:43:14.832025 | fa163e93-f302-d839-17ba-0000000001f1 | TASK | Create temporary file for hosts 2025-10-09 14:43:15.172839 | fa163e93-f302-d839-17ba-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-09 14:43:15.175415 | fa163e93-f302-d839-17ba-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.597547 | 0.34s 2025-10-09 14:43:15.189373 | fa163e93-f302-d839-17ba-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-09 14:43:15.191002 | fa163e93-f302-d839-17ba-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.613167 | 0.35s 2025-10-09 14:43:15.209559 | fa163e93-f302-d839-17ba-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-09 14:43:15.610916 | fa163e93-f302-d839-17ba-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-09 14:43:15.615032 | fa163e93-f302-d839-17ba-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.037197 | 0.40s 2025-10-09 14:43:15.615579 | fa163e93-f302-d839-17ba-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-09 14:43:15.615886 | fa163e93-f302-d839-17ba-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.038064 | 0.39s 2025-10-09 14:43:15.629954 | fa163e93-f302-d839-17ba-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-09 14:43:15.951064 | fa163e93-f302-d839-17ba-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-09 14:43:15.952466 | fa163e93-f302-d839-17ba-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.374627 | 0.31s 2025-10-09 14:43:15.953580 | fa163e93-f302-d839-17ba-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-09 14:43:15.954292 | fa163e93-f302-d839-17ba-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.376463 | 0.32s 2025-10-09 14:43:15.971841 | fa163e93-f302-d839-17ba-0000000001f4 | TASK | Render out the hosts entries 2025-10-09 14:43:16.101059 | fa163e93-f302-d839-17ba-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-09 14:43:16.102598 | fa163e93-f302-d839-17ba-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.524569 | 0.13s 2025-10-09 14:43:16.120345 | fa163e93-f302-d839-17ba-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-09 14:43:16.391927 | fa163e93-f302-d839-17ba-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-09 14:43:16.393768 | fa163e93-f302-d839-17ba-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.815921 | 0.25s 2025-10-09 14:43:16.415758 | fa163e93-f302-d839-17ba-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-09 14:43:16.416734 | fa163e93-f302-d839-17ba-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.838902 | 0.29s 2025-10-09 14:43:16.437575 | fa163e93-f302-d839-17ba-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-09 14:43:16.800357 | fa163e93-f302-d839-17ba-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-09 14:43:16.801932 | fa163e93-f302-d839-17ba-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.224089 | 0.36s 2025-10-09 14:43:16.802957 | fa163e93-f302-d839-17ba-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-09 14:43:16.803959 | fa163e93-f302-d839-17ba-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.226125 | 0.34s 2025-10-09 14:43:16.823355 | fa163e93-f302-d839-17ba-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-09 14:43:17.190730 | fa163e93-f302-d839-17ba-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-09 14:43:17.193803 | fa163e93-f302-d839-17ba-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.615954 | 0.37s 2025-10-09 14:43:17.216136 | fa163e93-f302-d839-17ba-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-09 14:43:17.217137 | fa163e93-f302-d839-17ba-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.639261 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2025-10-09 14:43:17.330279 | fa163e93-f302-d839-17ba-00000000002a | TASK | Common roles for TripleO servers 2025-10-09 14:43:17.357644 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-00000000002a') missing from stats 2025-10-09 14:43:17.451155 | fa163e93-f302-d839-17ba-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.873305 | 0.03s 2025-10-09 14:43:17.533715 | fa163e93-f302-d839-17ba-000000000254 | TASK | Gather variables for each operating system 2025-10-09 14:43:17.651672 | fa163e93-f302-d839-17ba-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-09 14:43:17.653150 | fa163e93-f302-d839-17ba-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.075312 | 0.12s 2025-10-09 14:43:17.662912 | fa163e93-f302-d839-17ba-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.085080 | 0.13s 2025-10-09 14:43:17.688011 | fa163e93-f302-d839-17ba-000000000256 | TASK | Check release version package is installed 2025-10-09 14:43:17.993310 | fa163e93-f302-d839-17ba-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-09 14:43:17.994730 | fa163e93-f302-d839-17ba-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.416890 | 0.31s 2025-10-09 14:43:18.021974 | fa163e93-f302-d839-17ba-000000000257 | TASK | Deploy release version package 2025-10-09 14:43:22.653363 | fa163e93-f302-d839-17ba-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-09 14:43:22.654240 | fa163e93-f302-d839-17ba-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.076410 | 4.63s 2025-10-09 14:43:22.671614 | fa163e93-f302-d839-17ba-000000000259 | TASK | Include packages tasks 2025-10-09 14:43:22.696129 | fa163e93-f302-d839-17ba-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.118294 | 0.02s 2025-10-09 14:43:22.717137 | 6182eac9-b55f-4333-a272-a2e212769a56 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-09 14:43:22.768266 | fa163e93-f302-d839-17ba-0000000002ad | TASK | Gather facts if they don't exist 2025-10-09 14:43:22.813146 | fa163e93-f302-d839-17ba-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-09 14:43:22.814271 | fa163e93-f302-d839-17ba-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.236435 | 0.05s 2025-10-09 14:43:22.838664 | fa163e93-f302-d839-17ba-0000000002ae | TASK | Gather variables for each operating system 2025-10-09 14:43:22.964133 | fa163e93-f302-d839-17ba-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-09 14:43:22.970613 | fa163e93-f302-d839-17ba-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.392772 | 0.13s 2025-10-09 14:43:22.987934 | fa163e93-f302-d839-17ba-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-09 14:43:23.248466 | fa163e93-f302-d839-17ba-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-09 14:43:23.250308 | fa163e93-f302-d839-17ba-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.672469 | 0.26s 2025-10-09 14:43:23.275484 | fa163e93-f302-d839-17ba-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-09 14:43:28.911462 | fa163e93-f302-d839-17ba-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-09 14:43:28.912931 | fa163e93-f302-d839-17ba-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.335092 | 5.64s 2025-10-09 14:43:28.938170 | fa163e93-f302-d839-17ba-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-09 14:43:29.962143 | fa163e93-f302-d839-17ba-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-09 14:43:29.963600 | fa163e93-f302-d839-17ba-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.385756 | 1.02s 2025-10-09 14:43:29.989714 | fa163e93-f302-d839-17ba-00000000025a | TASK | Enable openvswitch service if installed 2025-10-09 14:43:30.914470 | fa163e93-f302-d839-17ba-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-09 14:43:30.916245 | fa163e93-f302-d839-17ba-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.338408 | 0.92s 2025-10-09 14:43:30.943228 | fa163e93-f302-d839-17ba-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-09 14:43:31.183944 | fa163e93-f302-d839-17ba-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-09 14:43:31.185253 | fa163e93-f302-d839-17ba-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.607414 | 0.24s 2025-10-09 14:43:31.210899 | fa163e93-f302-d839-17ba-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-09 14:43:31.496891 | fa163e93-f302-d839-17ba-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-09 14:43:31.498377 | fa163e93-f302-d839-17ba-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.920535 | 0.29s 2025-10-09 14:43:31.517683 | fa163e93-f302-d839-17ba-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-09 14:43:31.565842 | fa163e93-f302-d839-17ba-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-09 14:43:31.567069 | fa163e93-f302-d839-17ba-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.989231 | 0.05s 2025-10-09 14:43:31.592640 | fa163e93-f302-d839-17ba-00000000025f | TASK | Ensure network service is enabled 2025-10-09 14:43:31.959942 | fa163e93-f302-d839-17ba-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-09 14:43:31.961272 | fa163e93-f302-d839-17ba-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.383440 | 0.37s 2025-10-09 14:43:31.981701 | fa163e93-f302-d839-17ba-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-09 14:43:32.285214 | fa163e93-f302-d839-17ba-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-09 14:43:32.286985 | fa163e93-f302-d839-17ba-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.709146 | 0.30s 2025-10-09 14:43:32.306924 | fa163e93-f302-d839-17ba-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-09 14:43:32.520197 | fa163e93-f302-d839-17ba-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-09 14:43:32.521588 | fa163e93-f302-d839-17ba-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.943750 | 0.21s 2025-10-09 14:43:32.546272 | fa163e93-f302-d839-17ba-000000000263 | TASK | Reload NetworkManager 2025-10-09 14:43:32.954159 | fa163e93-f302-d839-17ba-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-09 14:43:32.956344 | fa163e93-f302-d839-17ba-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.378502 | 0.41s 2025-10-09 14:43:32.983304 | fa163e93-f302-d839-17ba-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-09 14:43:33.219025 | fa163e93-f302-d839-17ba-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-09 14:43:33.220703 | fa163e93-f302-d839-17ba-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.642857 | 0.24s 2025-10-09 14:43:33.246086 | fa163e93-f302-d839-17ba-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-09 14:43:33.580225 | fa163e93-f302-d839-17ba-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-09 14:43:33.581673 | fa163e93-f302-d839-17ba-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.003833 | 0.33s 2025-10-09 14:43:33.606793 | fa163e93-f302-d839-17ba-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-09 14:43:33.820892 | fa163e93-f302-d839-17ba-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-09 14:43:33.821739 | fa163e93-f302-d839-17ba-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.243910 | 0.21s 2025-10-09 14:43:33.847612 | fa163e93-f302-d839-17ba-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-09 14:43:34.079465 | fa163e93-f302-d839-17ba-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-09 14:43:34.080303 | fa163e93-f302-d839-17ba-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.502474 | 0.23s 2025-10-09 14:43:34.137230 | fa163e93-f302-d839-17ba-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.559392 | 0.02s 2025-10-09 14:43:34.212701 | fa163e93-f302-d839-17ba-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-09 14:43:34.426587 | fa163e93-f302-d839-17ba-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-09 14:43:34.427624 | fa163e93-f302-d839-17ba-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.849791 | 0.21s 2025-10-09 14:43:34.447381 | fa163e93-f302-d839-17ba-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-09 14:43:34.636914 | fa163e93-f302-d839-17ba-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-09 14:43:34.638606 | fa163e93-f302-d839-17ba-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.060761 | 0.19s 2025-10-09 14:43:34.659208 | fa163e93-f302-d839-17ba-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-09 14:43:34.695505 | fa163e93-f302-d839-17ba-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-09 14:43:34.696601 | fa163e93-f302-d839-17ba-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.118768 | 0.04s 2025-10-09 14:43:34.716453 | fa163e93-f302-d839-17ba-000000000364 | TASK | Write temporary file 2025-10-09 14:43:34.747773 | fa163e93-f302-d839-17ba-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-09 14:43:34.748830 | fa163e93-f302-d839-17ba-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.170999 | 0.03s 2025-10-09 14:43:34.768464 | fa163e93-f302-d839-17ba-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-09 14:43:34.846246 | fa163e93-f302-d839-17ba-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-09 14:43:34.847312 | fa163e93-f302-d839-17ba-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.269479 | 0.08s 2025-10-09 14:43:34.867230 | fa163e93-f302-d839-17ba-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-09 14:43:35.121830 | fa163e93-f302-d839-17ba-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-09 14:43:35.123272 | fa163e93-f302-d839-17ba-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.545418 | 0.26s 2025-10-09 14:43:35.147899 | fa163e93-f302-d839-17ba-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-09 14:43:35.372357 | fa163e93-f302-d839-17ba-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-09 14:43:35.373449 | fa163e93-f302-d839-17ba-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.795616 | 0.22s 2025-10-09 14:43:35.393908 | fa163e93-f302-d839-17ba-000000000368 | TASK | Remove temp file 2025-10-09 14:43:35.607718 | fa163e93-f302-d839-17ba-000000000368 | CHANGED | Remove temp file | standalone 2025-10-09 14:43:35.608783 | fa163e93-f302-d839-17ba-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.030952 | 0.21s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-09 14:43:35.758473 | fa163e93-f302-d839-17ba-000000000034 | TASK | Deploy step tasks for step 0 2025-10-09 14:43:35.819937 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-000000000034') missing from stats 2025-10-09 14:43:35.847519 | fa163e93-f302-d839-17ba-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-09 14:43:36.092330 | fa163e93-f302-d839-17ba-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-09 14:43:36.093776 | fa163e93-f302-d839-17ba-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.515938 | 0.24s 2025-10-09 14:43:36.119441 | fa163e93-f302-d839-17ba-000000000036 | TASK | Check cloud-init status 2025-10-09 14:43:36.351323 | fa163e93-f302-d839-17ba-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-09 14:43:36.352815 | fa163e93-f302-d839-17ba-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.774978 | 0.23s 2025-10-09 14:43:36.378260 | fa163e93-f302-d839-17ba-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-09 14:43:36.599119 | fa163e93-f302-d839-17ba-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-09 14:43:36.600480 | fa163e93-f302-d839-17ba-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.022643 | 0.22s 2025-10-09 14:43:36.621293 | fa163e93-f302-d839-17ba-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-09 14:43:37.030663 | fa163e93-f302-d839-17ba-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-09 14:43:37.031358 | fa163e93-f302-d839-17ba-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.453532 | 0.41s 2025-10-09 14:43:37.056196 | fa163e93-f302-d839-17ba-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-09 14:43:37.286655 | fa163e93-f302-d839-17ba-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-09 14:43:37.287989 | fa163e93-f302-d839-17ba-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.710153 | 0.23s 2025-10-09 14:43:37.312520 | fa163e93-f302-d839-17ba-00000000003a | TASK | Write container-puppet.sh 2025-10-09 14:43:37.775382 | fa163e93-f302-d839-17ba-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-09 14:43:37.776696 | fa163e93-f302-d839-17ba-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.198858 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:43:37.845507 | fa163e93-f302-d839-17ba-00000000003b | TIMING | include_tasks | standalone | 0:00:28.267667 | 0.04s 2025-10-09 14:43:37.865789 | 97f8abc7-66c7-4382-82b5-4949a98fdeda | INCLUDED | /root/standalone-ansible-k43ezndi/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-09 14:43:37.899048 | fa163e93-f302-d839-17ba-000000000416 | TASK | Configure tuned before reboot 2025-10-09 14:43:37.948913 | fa163e93-f302-d839-17ba-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.371070 | 0.05s 2025-10-09 14:43:38.008756 | fa163e93-f302-d839-17ba-000000000455 | TASK | Gather variables for each operating system 2025-10-09 14:43:38.129348 | fa163e93-f302-d839-17ba-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-09 14:43:38.130610 | fa163e93-f302-d839-17ba-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.552772 | 0.12s 2025-10-09 14:43:38.136719 | fa163e93-f302-d839-17ba-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.558879 | 0.13s 2025-10-09 14:43:38.230698 | fa163e93-f302-d839-17ba-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.652856 | 0.07s 2025-10-09 14:43:38.251593 | b5883f1d-d244-4b52-9de3-23d8924a8609 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-09 14:43:38.287187 | fa163e93-f302-d839-17ba-00000000047f | TASK | Check tuned package is installed 2025-10-09 14:43:38.569365 | fa163e93-f302-d839-17ba-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-09 14:43:38.570782 | fa163e93-f302-d839-17ba-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.992944 | 0.28s 2025-10-09 14:43:38.597273 | fa163e93-f302-d839-17ba-000000000480 | TASK | Install tuned 2025-10-09 14:43:45.182149 | fa163e93-f302-d839-17ba-000000000480 | CHANGED | Install tuned | standalone 2025-10-09 14:43:45.183504 | fa163e93-f302-d839-17ba-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.605669 | 6.58s 2025-10-09 14:43:45.210251 | fa163e93-f302-d839-17ba-000000000481 | TASK | Restart tuned 2025-10-09 14:43:46.947212 | fa163e93-f302-d839-17ba-000000000481 | CHANGED | Restart tuned | standalone 2025-10-09 14:43:46.949109 | fa163e93-f302-d839-17ba-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.371270 | 1.74s 2025-10-09 14:43:46.977089 | fa163e93-f302-d839-17ba-000000000457 | TASK | Check for tuned-adm 2025-10-09 14:43:47.216318 | fa163e93-f302-d839-17ba-000000000457 | OK | Check for tuned-adm | standalone 2025-10-09 14:43:47.217698 | fa163e93-f302-d839-17ba-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.639863 | 0.24s 2025-10-09 14:43:47.274184 | fa163e93-f302-d839-17ba-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.696339 | 0.03s 2025-10-09 14:43:47.304474 | cbe8113a-2b4b-4c99-9170-ae674c74a832 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-09 14:43:47.340704 | fa163e93-f302-d839-17ba-0000000004b6 | TASK | Ensure profile directory exists 2025-10-09 14:43:47.378342 | fa163e93-f302-d839-17ba-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-09 14:43:47.379166 | fa163e93-f302-d839-17ba-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.801335 | 0.04s 2025-10-09 14:43:47.400218 | fa163e93-f302-d839-17ba-0000000004b7 | TASK | Create custom tuned profile 2025-10-09 14:43:47.469501 | fa163e93-f302-d839-17ba-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-09 14:43:47.470524 | fa163e93-f302-d839-17ba-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.892689 | 0.07s 2025-10-09 14:43:47.496958 | fa163e93-f302-d839-17ba-0000000004b8 | TASK | Check tuned active profile 2025-10-09 14:43:47.841585 | fa163e93-f302-d839-17ba-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-09 14:43:47.843325 | fa163e93-f302-d839-17ba-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.265486 | 0.34s 2025-10-09 14:43:47.870055 | fa163e93-f302-d839-17ba-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-09 14:43:48.070954 | fa163e93-f302-d839-17ba-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-09 14:43:48.072289 | fa163e93-f302-d839-17ba-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.494454 | 0.20s 2025-10-09 14:43:48.098181 | fa163e93-f302-d839-17ba-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-09 14:43:48.168934 | fa163e93-f302-d839-17ba-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-09 14:43:48.170265 | fa163e93-f302-d839-17ba-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.592426 | 0.07s 2025-10-09 14:43:48.200860 | fa163e93-f302-d839-17ba-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-09 14:43:48.262903 | fa163e93-f302-d839-17ba-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-09 14:43:48.264255 | fa163e93-f302-d839-17ba-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.686413 | 0.06s 2025-10-09 14:43:48.291862 | fa163e93-f302-d839-17ba-0000000004bc | TASK | Enable tuned profile 2025-10-09 14:43:49.699956 | fa163e93-f302-d839-17ba-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-09 14:43:49.701161 | fa163e93-f302-d839-17ba-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.123328 | 1.41s 2025-10-09 14:43:49.748283 | fa163e93-f302-d839-17ba-000000000417 | TASK | Configure kernel args and reboot 2025-10-09 14:43:49.803766 | fa163e93-f302-d839-17ba-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.225909 | 0.05s 2025-10-09 14:43:49.961220 | fa163e93-f302-d839-17ba-000000000569 | TASK | Get the command line args of the node 2025-10-09 14:43:50.213334 | fa163e93-f302-d839-17ba-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-09 14:43:50.214818 | fa163e93-f302-d839-17ba-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.636980 | 0.25s 2025-10-09 14:43:50.242674 | fa163e93-f302-d839-17ba-00000000056b | TASK | Check if node has a nova.conf 2025-10-09 14:43:50.476282 | fa163e93-f302-d839-17ba-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-09 14:43:50.477678 | fa163e93-f302-d839-17ba-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.899842 | 0.23s 2025-10-09 14:43:50.505698 | fa163e93-f302-d839-17ba-00000000056d | TASK | Warn operator about workload protection 2025-10-09 14:43:50.545347 | fa163e93-f302-d839-17ba-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-09 14:43:50.546535 | fa163e93-f302-d839-17ba-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.968697 | 0.04s 2025-10-09 14:43:50.573657 | fa163e93-f302-d839-17ba-00000000056e | TASK | Setting defer reboot fact 2025-10-09 14:43:50.613679 | fa163e93-f302-d839-17ba-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-09 14:43:50.614960 | fa163e93-f302-d839-17ba-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.037121 | 0.04s 2025-10-09 14:43:50.641765 | fa163e93-f302-d839-17ba-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-09 14:43:50.663908 | fa163e93-f302-d839-17ba-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.086063 | 0.02s 2025-10-09 14:43:50.690547 | fa163e93-f302-d839-17ba-000000000575 | TASK | Find hugepages in cmdline 2025-10-09 14:43:50.719717 | fa163e93-f302-d839-17ba-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-09 14:43:50.720859 | fa163e93-f302-d839-17ba-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.143023 | 0.03s 2025-10-09 14:43:50.747527 | fa163e93-f302-d839-17ba-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-09 14:43:50.789892 | fa163e93-f302-d839-17ba-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-09 14:43:50.791273 | fa163e93-f302-d839-17ba-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.213435 | 0.04s 2025-10-09 14:43:50.818930 | fa163e93-f302-d839-17ba-00000000057a | TASK | Find desired default hugepage size 2025-10-09 14:43:50.868908 | fa163e93-f302-d839-17ba-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-09 14:43:50.870178 | fa163e93-f302-d839-17ba-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.292341 | 0.05s 2025-10-09 14:43:50.896713 | fa163e93-f302-d839-17ba-00000000057c | TASK | Storing non-configured hugepages 2025-10-09 14:43:50.927223 | fa163e93-f302-d839-17ba-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.349383 | 0.03s 2025-10-09 14:43:50.954180 | fa163e93-f302-d839-17ba-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-09 14:43:51.005645 | fa163e93-f302-d839-17ba-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-09 14:43:51.007117 | fa163e93-f302-d839-17ba-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.429279 | 0.05s 2025-10-09 14:43:51.033994 | fa163e93-f302-d839-17ba-00000000057f | TASK | Determining the default hugepagesz 2025-10-09 14:43:51.077604 | fa163e93-f302-d839-17ba-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-09 14:43:51.078883 | fa163e93-f302-d839-17ba-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.501045 | 0.04s 2025-10-09 14:43:51.106705 | fa163e93-f302-d839-17ba-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-09 14:43:51.157552 | fa163e93-f302-d839-17ba-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-09 14:43:51.160014 | fa163e93-f302-d839-17ba-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.582175 | 0.05s 2025-10-09 14:43:51.188122 | fa163e93-f302-d839-17ba-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-09 14:43:51.238288 | fa163e93-f302-d839-17ba-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-09 14:43:51.239501 | fa163e93-f302-d839-17ba-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.661661 | 0.05s 2025-10-09 14:43:51.266444 | fa163e93-f302-d839-17ba-000000000583 | TASK | Warn about possible modifications 2025-10-09 14:43:51.298579 | fa163e93-f302-d839-17ba-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-09 14:43:51.299699 | fa163e93-f302-d839-17ba-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.721863 | 0.03s 2025-10-09 14:43:51.325938 | fa163e93-f302-d839-17ba-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-09 14:43:51.377713 | fa163e93-f302-d839-17ba-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-09 14:43:51.379103 | fa163e93-f302-d839-17ba-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.801265 | 0.05s 2025-10-09 14:43:51.406369 | fa163e93-f302-d839-17ba-000000000585 | TASK | Cleaning up whitespaces 2025-10-09 14:43:51.457874 | fa163e93-f302-d839-17ba-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-09 14:43:51.459672 | fa163e93-f302-d839-17ba-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.881826 | 0.05s 2025-10-09 14:43:51.487670 | fa163e93-f302-d839-17ba-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-09 14:43:51.835658 | fa163e93-f302-d839-17ba-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-09 14:43:51.837041 | fa163e93-f302-d839-17ba-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.259204 | 0.35s 2025-10-09 14:43:51.863350 | fa163e93-f302-d839-17ba-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-09 14:43:51.927363 | fa163e93-f302-d839-17ba-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-09 14:43:51.928684 | fa163e93-f302-d839-17ba-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.350847 | 0.06s 2025-10-09 14:43:51.956126 | fa163e93-f302-d839-17ba-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-09 14:43:52.017118 | fa163e93-f302-d839-17ba-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-09 14:43:52.018173 | fa163e93-f302-d839-17ba-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.440341 | 0.06s 2025-10-09 14:43:52.040232 | fa163e93-f302-d839-17ba-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-09 14:43:52.101288 | fa163e93-f302-d839-17ba-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-09 14:43:52.102660 | fa163e93-f302-d839-17ba-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.524822 | 0.06s 2025-10-09 14:43:52.128906 | fa163e93-f302-d839-17ba-00000000058c | TASK | Generate grub config 2025-10-09 14:43:52.181961 | fa163e93-f302-d839-17ba-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-09 14:43:52.183254 | fa163e93-f302-d839-17ba-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.605417 | 0.05s 2025-10-09 14:43:52.210372 | fa163e93-f302-d839-17ba-000000000590 | TASK | Get the block device that /boot is on 2025-10-09 14:43:52.272582 | fa163e93-f302-d839-17ba-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-09 14:43:52.273892 | fa163e93-f302-d839-17ba-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.696054 | 0.06s 2025-10-09 14:43:52.300780 | fa163e93-f302-d839-17ba-000000000591 | TASK | Get the mount point that /boot is in 2025-10-09 14:43:52.339910 | fa163e93-f302-d839-17ba-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-09 14:43:52.341180 | fa163e93-f302-d839-17ba-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.763343 | 0.04s 2025-10-09 14:43:52.368284 | fa163e93-f302-d839-17ba-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-09 14:43:52.421977 | fa163e93-f302-d839-17ba-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-09 14:43:52.423213 | fa163e93-f302-d839-17ba-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.845376 | 0.05s 2025-10-09 14:43:52.450462 | fa163e93-f302-d839-17ba-000000000593 | TASK | Executed script to fix grub-menu 2025-10-09 14:43:52.513144 | fa163e93-f302-d839-17ba-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-09 14:43:52.514459 | fa163e93-f302-d839-17ba-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.936621 | 0.06s 2025-10-09 14:43:52.540983 | fa163e93-f302-d839-17ba-000000000594 | TASK | Check grub config paths 2025-10-09 14:43:52.611573 | fa163e93-f302-d839-17ba-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-09 14:43:52.627896 | fa163e93-f302-d839-17ba-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-09 14:43:52.635360 | fa163e93-f302-d839-17ba-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.057509 | 0.09s 2025-10-09 14:43:52.665265 | fa163e93-f302-d839-17ba-000000000595 | TASK | Write EFI grub.cfg 2025-10-09 14:43:52.729505 | fa163e93-f302-d839-17ba-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-09 14:43:52.745897 | fa163e93-f302-d839-17ba-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-09 14:43:52.752981 | fa163e93-f302-d839-17ba-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.175130 | 0.09s 2025-10-09 14:43:52.776723 | fa163e93-f302-d839-17ba-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-09 14:43:52.841683 | fa163e93-f302-d839-17ba-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-09 14:43:52.843203 | fa163e93-f302-d839-17ba-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.265363 | 0.06s 2025-10-09 14:43:52.872653 | fa163e93-f302-d839-17ba-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-09 14:43:52.934970 | fa163e93-f302-d839-17ba-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-09 14:43:52.936488 | fa163e93-f302-d839-17ba-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.358648 | 0.06s 2025-10-09 14:43:52.965093 | fa163e93-f302-d839-17ba-000000000598 | TASK | Execute grub2-mkconfig 2025-10-09 14:43:53.026835 | fa163e93-f302-d839-17ba-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-09 14:43:53.028319 | fa163e93-f302-d839-17ba-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.450479 | 0.06s 2025-10-09 14:43:53.056909 | fa163e93-f302-d839-17ba-000000000599 | TASK | Check for active tuned profile 2025-10-09 14:43:53.102947 | fa163e93-f302-d839-17ba-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-09 14:43:53.104238 | fa163e93-f302-d839-17ba-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.526399 | 0.05s 2025-10-09 14:43:53.131737 | fa163e93-f302-d839-17ba-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-09 14:43:53.193646 | fa163e93-f302-d839-17ba-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-09 14:43:53.194943 | fa163e93-f302-d839-17ba-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.617110 | 0.06s 2025-10-09 14:43:53.216694 | fa163e93-f302-d839-17ba-00000000059b | TASK | Set reboot required fact 2025-10-09 14:43:53.277024 | fa163e93-f302-d839-17ba-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-09 14:43:53.278375 | fa163e93-f302-d839-17ba-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.700536 | 0.06s 2025-10-09 14:43:53.307215 | fa163e93-f302-d839-17ba-00000000059d | TASK | Apply DPDK workarounds 2025-10-09 14:43:53.357311 | fa163e93-f302-d839-17ba-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-09 14:43:53.358674 | fa163e93-f302-d839-17ba-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.780835 | 0.05s 2025-10-09 14:43:53.386463 | fa163e93-f302-d839-17ba-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-09 14:43:53.427182 | fa163e93-f302-d839-17ba-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-09 14:43:53.428699 | fa163e93-f302-d839-17ba-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.850858 | 0.04s 2025-10-09 14:43:53.456105 | fa163e93-f302-d839-17ba-0000000005a0 | TASK | Load modules 2025-10-09 14:43:53.501580 | fa163e93-f302-d839-17ba-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-09 14:43:53.510084 | fa163e93-f302-d839-17ba-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.932233 | 0.05s 2025-10-09 14:43:53.537834 | fa163e93-f302-d839-17ba-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-09 14:43:53.583519 | fa163e93-f302-d839-17ba-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-09 14:43:53.590475 | fa163e93-f302-d839-17ba-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.012622 | 0.05s 2025-10-09 14:43:53.619168 | fa163e93-f302-d839-17ba-0000000005a4 | TASK | Drop module persistence 2025-10-09 14:43:53.667421 | fa163e93-f302-d839-17ba-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-09 14:43:53.674886 | fa163e93-f302-d839-17ba-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.097033 | 0.05s 2025-10-09 14:43:53.702997 | fa163e93-f302-d839-17ba-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-09 14:43:53.752990 | fa163e93-f302-d839-17ba-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-09 14:43:53.760313 | fa163e93-f302-d839-17ba-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.182460 | 0.06s 2025-10-09 14:43:53.788124 | fa163e93-f302-d839-17ba-0000000005a8 | TASK | Modules reload 2025-10-09 14:43:53.828830 | fa163e93-f302-d839-17ba-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-09 14:43:53.830346 | fa163e93-f302-d839-17ba-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.252501 | 0.04s 2025-10-09 14:43:53.857834 | fa163e93-f302-d839-17ba-0000000005aa | TASK | Reboot tasks 2025-10-09 14:43:53.911328 | fa163e93-f302-d839-17ba-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-09 14:43:53.912714 | fa163e93-f302-d839-17ba-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.334875 | 0.05s 2025-10-09 14:43:53.939829 | fa163e93-f302-d839-17ba-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-09 14:43:54.002878 | fa163e93-f302-d839-17ba-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-09 14:43:54.004320 | fa163e93-f302-d839-17ba-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.426481 | 0.06s PLAY [Server pre network steps] ************************************************ 2025-10-09 14:43:54.195736 | fa163e93-f302-d839-17ba-00000000003f | TASK | Server pre-network deployments 2025-10-09 14:43:54.221965 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-00000000003f') missing from stats 2025-10-09 14:43:54.240516 | fa163e93-f302-d839-17ba-000000000043 | TASK | Hiera config 2025-10-09 14:43:54.267419 | fa163e93-f302-d839-17ba-000000000043 | TIMING | Hiera config | standalone | 0:00:44.689557 | 0.03s 2025-10-09 14:43:54.311574 | fa163e93-f302-d839-17ba-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-09 14:43:54.557992 | fa163e93-f302-d839-17ba-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-09 14:43:54.558961 | fa163e93-f302-d839-17ba-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.981131 | 0.25s 2025-10-09 14:43:54.579352 | fa163e93-f302-d839-17ba-000000000722 | TASK | Write hiera config 2025-10-09 14:43:55.131312 | fa163e93-f302-d839-17ba-000000000722 | CHANGED | Write hiera config | standalone 2025-10-09 14:43:55.132646 | fa163e93-f302-d839-17ba-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.554811 | 0.55s 2025-10-09 14:43:55.181388 | fa163e93-f302-d839-17ba-000000000044 | TASK | Hiera symlink 2025-10-09 14:43:55.410660 | fa163e93-f302-d839-17ba-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-09 14:43:55.411923 | fa163e93-f302-d839-17ba-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.834087 | 0.23s 2025-10-09 14:43:55.437184 | fa163e93-f302-d839-17ba-000000000045 | TASK | Hieradata from vars 2025-10-09 14:43:55.465018 | fa163e93-f302-d839-17ba-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.887179 | 0.03s 2025-10-09 14:43:55.525870 | fa163e93-f302-d839-17ba-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-09 14:43:56.030157 | fa163e93-f302-d839-17ba-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-09 14:43:56.031135 | fa163e93-f302-d839-17ba-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.453305 | 0.50s 2025-10-09 14:43:56.051443 | fa163e93-f302-d839-17ba-00000000077d | TASK | Render hieradata from template 2025-10-09 14:43:56.613688 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-09 14:43:56.615659 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.037825 | 0.56s 2025-10-09 14:43:57.183531 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-09 14:43:57.185632 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.607796 | 1.13s 2025-10-09 14:43:57.798433 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-09 14:43:57.800313 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.222477 | 1.75s 2025-10-09 14:43:58.241523 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-09 14:43:58.242325 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.664496 | 2.19s 2025-10-09 14:43:58.743754 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-09 14:43:58.745631 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.167798 | 2.69s 2025-10-09 14:43:59.205526 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-09 14:43:59.207643 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.629807 | 3.16s 2025-10-09 14:43:59.721596 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-09 14:43:59.722697 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.144862 | 3.67s 2025-10-09 14:44:00.235229 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-09 14:44:00.237217 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.659382 | 4.18s 2025-10-09 14:44:00.737676 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-09 14:44:00.738606 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.160778 | 4.69s 2025-10-09 14:44:01.237372 | fa163e93-f302-d839-17ba-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-09 14:44:01.238598 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.660759 | 5.19s 2025-10-09 14:44:01.249693 | fa163e93-f302-d839-17ba-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.671855 | 5.20s 2025-10-09 14:44:01.291668 | fa163e93-f302-d839-17ba-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-09 14:44:01.321558 | fa163e93-f302-d839-17ba-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.743714 | 0.03s 2025-10-09 14:44:01.376579 | fa163e93-f302-d839-17ba-000000000821 | TASK | Check for hieradata file 2025-10-09 14:44:01.606463 | fa163e93-f302-d839-17ba-000000000821 | OK | Check for hieradata file | standalone 2025-10-09 14:44:01.607773 | fa163e93-f302-d839-17ba-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:52.029938 | 0.23s 2025-10-09 14:44:01.633900 | fa163e93-f302-d839-17ba-000000000823 | TASK | Get existing data 2025-10-09 14:44:01.662159 | fa163e93-f302-d839-17ba-000000000823 | SKIPPED | Get existing data | standalone 2025-10-09 14:44:01.663456 | fa163e93-f302-d839-17ba-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.085619 | 0.03s 2025-10-09 14:44:01.689052 | fa163e93-f302-d839-17ba-000000000824 | TASK | Set data fact 2025-10-09 14:44:01.743689 | fa163e93-f302-d839-17ba-000000000824 | SKIPPED | Set data fact | standalone 2025-10-09 14:44:01.745046 | fa163e93-f302-d839-17ba-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.167207 | 0.05s 2025-10-09 14:44:01.770829 | fa163e93-f302-d839-17ba-000000000826 | TASK | Write ansible hieradata file 2025-10-09 14:44:02.300836 | fa163e93-f302-d839-17ba-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-09 14:44:02.301873 | fa163e93-f302-d839-17ba-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.724042 | 0.53s 2025-10-09 14:44:02.389364 | fa163e93-f302-d839-17ba-000000000047 | TIMING | include_tasks | standalone | 0:00:52.811524 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-09 14:44:02.530443 | fa163e93-f302-d839-17ba-00000000004b | TASK | Network Configuration 2025-10-09 14:44:02.556184 | fa163e93-f302-d839-17ba-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e93-f302-d839-17ba-00000000004b') missing from stats 2025-10-09 14:44:02.579981 | fa163e93-f302-d839-17ba-00000000004c | TASK | Check NetworkConfig script existence 2025-10-09 14:44:02.607265 | fa163e93-f302-d839-17ba-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-09 14:44:02.608095 | fa163e93-f302-d839-17ba-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:53.030255 | 0.03s 2025-10-09 14:44:02.628248 | fa163e93-f302-d839-17ba-000000000052 | TASK | Gather SELinux fact if needed 2025-10-09 14:44:02.676011 | fa163e93-f302-d839-17ba-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-09 14:44:02.677029 | fa163e93-f302-d839-17ba-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.099194 | 0.05s 2025-10-09 14:44:02.697253 | fa163e93-f302-d839-17ba-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-09 14:44:03.403709 | fa163e93-f302-d839-17ba-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-09 14:44:03.405161 | fa163e93-f302-d839-17ba-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.827325 | 0.71s 2025-10-09 14:44:03.431011 | fa163e93-f302-d839-17ba-000000000054 | TASK | Ensure requirements are satisfied 2025-10-09 14:44:03.460767 | fa163e93-f302-d839-17ba-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.882926 | 0.03s 2025-10-09 14:44:03.519216 | fa163e93-f302-d839-17ba-0000000008bf | TASK | Gather facts if they don't exist 2025-10-09 14:44:03.567194 | fa163e93-f302-d839-17ba-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-09 14:44:03.567938 | fa163e93-f302-d839-17ba-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.990108 | 0.05s 2025-10-09 14:44:03.587711 | fa163e93-f302-d839-17ba-0000000008c0 | TASK | Gather variables for each operating system 2025-10-09 14:44:03.699945 | fa163e93-f302-d839-17ba-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-09 14:44:03.712060 | fa163e93-f302-d839-17ba-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.134213 | 0.12s 2025-10-09 14:44:03.737674 | fa163e93-f302-d839-17ba-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-09 14:44:04.011182 | fa163e93-f302-d839-17ba-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-09 14:44:04.012809 | fa163e93-f302-d839-17ba-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.434965 | 0.27s 2025-10-09 14:44:04.039324 | fa163e93-f302-d839-17ba-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-09 14:44:04.078445 | fa163e93-f302-d839-17ba-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-09 14:44:04.079662 | fa163e93-f302-d839-17ba-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.501818 | 0.04s 2025-10-09 14:44:04.106638 | fa163e93-f302-d839-17ba-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-09 14:44:05.139948 | fa163e93-f302-d839-17ba-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-09 14:44:05.141531 | fa163e93-f302-d839-17ba-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.563694 | 1.03s 2025-10-09 14:44:05.193770 | fa163e93-f302-d839-17ba-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-09 14:44:05.450388 | fa163e93-f302-d839-17ba-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-09 14:44:05.452020 | fa163e93-f302-d839-17ba-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.874182 | 0.26s 2025-10-09 14:44:05.477549 | fa163e93-f302-d839-17ba-000000000057 | TASK | Reload NetworkManager 2025-10-09 14:44:05.927575 | fa163e93-f302-d839-17ba-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-09 14:44:05.929538 | fa163e93-f302-d839-17ba-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.351701 | 0.45s 2025-10-09 14:44:05.956176 | fa163e93-f302-d839-17ba-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-09 14:44:06.209957 | fa163e93-f302-d839-17ba-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-09 14:44:06.211947 | fa163e93-f302-d839-17ba-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.634104 | 0.25s 2025-10-09 14:44:06.240891 | fa163e93-f302-d839-17ba-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-09 14:44:06.442152 | fa163e93-f302-d839-17ba-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-09 14:44:06.443216 | fa163e93-f302-d839-17ba-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.865385 | 0.20s 2025-10-09 14:44:06.463971 | fa163e93-f302-d839-17ba-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-09 14:44:06.501938 | fa163e93-f302-d839-17ba-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-09 14:44:06.503119 | fa163e93-f302-d839-17ba-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.925283 | 0.04s 2025-10-09 14:44:06.529960 | fa163e93-f302-d839-17ba-00000000005c | TASK | Ensure we get cloud-init 2025-10-09 14:44:06.775773 | fa163e93-f302-d839-17ba-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-09 14:44:06.777219 | fa163e93-f302-d839-17ba-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:57.199382 | 0.25s 2025-10-09 14:44:06.803072 | fa163e93-f302-d839-17ba-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-09 14:44:07.076643 | fa163e93-f302-d839-17ba-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-09 14:44:07.077952 | fa163e93-f302-d839-17ba-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.500116 | 0.27s 2025-10-09 14:44:07.103902 | fa163e93-f302-d839-17ba-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-09 14:44:07.560533 | fa163e93-f302-d839-17ba-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-09 14:44:07.561950 | fa163e93-f302-d839-17ba-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.984112 | 0.46s 2025-10-09 14:44:07.587962 | fa163e93-f302-d839-17ba-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-09 14:44:07.664037 | fa163e93-f302-d839-17ba-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-09 14:44:07.665160 | fa163e93-f302-d839-17ba-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:58.087323 | 0.08s 2025-10-09 14:44:07.690986 | fa163e93-f302-d839-17ba-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-09 14:44:07.945205 | fa163e93-f302-d839-17ba-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-09 14:44:07.946601 | fa163e93-f302-d839-17ba-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:58.368765 | 0.25s 2025-10-09 14:44:07.970824 | fa163e93-f302-d839-17ba-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-09 14:44:08.046786 | fa163e93-f302-d839-17ba-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:58.468947 | 0.07s 2025-10-09 14:44:08.072643 | 171bb900-f0f5-46a0-b291-eb3b03a163d3 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-09 14:44:08.105928 | fa163e93-f302-d839-17ba-000000000909 | TASK | Set nic_config_file fact 2025-10-09 14:44:08.189741 | fa163e93-f302-d839-17ba-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-09 14:44:08.191193 | fa163e93-f302-d839-17ba-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.613356 | 0.08s 2025-10-09 14:44:08.217352 | fa163e93-f302-d839-17ba-00000000090a | TASK | Render overidden network config 2025-10-09 14:44:08.312203 | fa163e93-f302-d839-17ba-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-09 14:44:08.313703 | fa163e93-f302-d839-17ba-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.735864 | 0.09s 2025-10-09 14:44:08.341049 | fa163e93-f302-d839-17ba-00000000090b | TASK | Render network_config 2025-10-09 14:44:08.413892 | fa163e93-f302-d839-17ba-00000000090b | SKIPPED | Render network_config | standalone 2025-10-09 14:44:08.415357 | fa163e93-f302-d839-17ba-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.837518 | 0.07s 2025-10-09 14:44:08.443262 | fa163e93-f302-d839-17ba-00000000090c | TASK | Render network_config from template 2025-10-09 14:44:09.024326 | fa163e93-f302-d839-17ba-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-09 14:44:09.025812 | fa163e93-f302-d839-17ba-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:59.447975 | 0.58s 2025-10-09 14:44:09.052525 | fa163e93-f302-d839-17ba-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=255492617842.45414 2025-10-09 14:44:13.109488 | fa163e93-f302-d839-17ba-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-09 14:44:13.111428 | fa163e93-f302-d839-17ba-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:03.533564 | 4.06s 2025-10-09 14:44:13.139048 | fa163e93-f302-d839-17ba-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-09 14:44:13.624466 | fa163e93-f302-d839-17ba-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-09 14:44:13.625800 | fa163e93-f302-d839-17ba-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.047962 | 0.49s 2025-10-09 14:44:13.652154 | fa163e93-f302-d839-17ba-000000000065 | TASK | Disable cloud-init network config 2025-10-09 14:44:14.141923 | fa163e93-f302-d839-17ba-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-09 14:44:14.143438 | fa163e93-f302-d839-17ba-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.565570 | 0.49s 2025-10-09 14:44:14.169545 | fa163e93-f302-d839-17ba-000000000066 | TASK | Ensure network service is enabled 2025-10-09 14:44:14.594438 | fa163e93-f302-d839-17ba-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-09 14:44:14.595829 | fa163e93-f302-d839-17ba-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.017996 | 0.42s PLAY [Server network validation] *********************************************** 2025-10-09 14:44:14.745106 | fa163e93-f302-d839-17ba-000000000096 | TASK | Basic Network Validation 2025-10-09 14:44:14.770961 | fa163e93-f302-d839-17ba-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.193124 | 0.03s 2025-10-09 14:44:14.813581 | fa163e93-f302-d839-17ba-000000000945 | TASK | Collect default network fact 2025-10-09 14:44:15.374085 | fa163e93-f302-d839-17ba-000000000945 | OK | Collect default network fact | standalone 2025-10-09 14:44:15.375353 | fa163e93-f302-d839-17ba-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.797517 | 0.56s 2025-10-09 14:44:15.400378 | fa163e93-f302-d839-17ba-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-09 14:44:15.429297 | fa163e93-f302-d839-17ba-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-09 14:44:15.430676 | fa163e93-f302-d839-17ba-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.852836 | 0.03s 2025-10-09 14:44:15.455313 | fa163e93-f302-d839-17ba-000000000947 | TASK | Check all networks Gateway availability 2025-10-09 14:44:15.484113 | fa163e93-f302-d839-17ba-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.906266 | 0.03s 2025-10-09 14:44:15.510138 | fa163e93-f302-d839-17ba-000000000949 | TASK | Check Controllers availability 2025-10-09 14:44:15.573825 | fa163e93-f302-d839-17ba-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-09 14:44:15.583777 | fa163e93-f302-d839-17ba-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-09 14:44:15.595729 | fa163e93-f302-d839-17ba-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-09 14:44:15.604778 | fa163e93-f302-d839-17ba-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-09 14:44:15.613665 | fa163e93-f302-d839-17ba-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-09 14:44:15.618832 | fa163e93-f302-d839-17ba-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-09 14:44:15.630974 | fa163e93-f302-d839-17ba-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.053130 | 0.12s 2025-10-09 14:44:15.656288 | fa163e93-f302-d839-17ba-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-09 14:44:15.684436 | fa163e93-f302-d839-17ba-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-09 14:44:15.685848 | fa163e93-f302-d839-17ba-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.108007 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-09 14:44:15.872115 | fa163e93-f302-d839-17ba-00000000009a | TASK | Server pre deployments 2025-10-09 14:44:15.890176 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-00000000009a') missing from stats 2025-10-09 14:44:15.910675 | fa163e93-f302-d839-17ba-00000000009e | TASK | Hiera config 2025-10-09 14:44:15.936527 | fa163e93-f302-d839-17ba-00000000009e | TIMING | Hiera config | standalone | 0:01:06.358688 | 0.03s 2025-10-09 14:44:15.976786 | fa163e93-f302-d839-17ba-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-09 14:44:16.182685 | fa163e93-f302-d839-17ba-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-09 14:44:16.184097 | fa163e93-f302-d839-17ba-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.606234 | 0.21s 2025-10-09 14:44:16.209795 | fa163e93-f302-d839-17ba-00000000099f | TASK | Write hiera config 2025-10-09 14:44:16.679505 | fa163e93-f302-d839-17ba-00000000099f | OK | Write hiera config | standalone 2025-10-09 14:44:16.680923 | fa163e93-f302-d839-17ba-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.103089 | 0.47s 2025-10-09 14:44:16.729932 | fa163e93-f302-d839-17ba-00000000009f | TASK | Hiera symlink 2025-10-09 14:44:16.945934 | fa163e93-f302-d839-17ba-00000000009f | OK | Hiera symlink | standalone 2025-10-09 14:44:16.947893 | fa163e93-f302-d839-17ba-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.370047 | 0.22s 2025-10-09 14:44:16.978305 | fa163e93-f302-d839-17ba-0000000000a0 | TASK | Hieradata from vars 2025-10-09 14:44:17.006887 | fa163e93-f302-d839-17ba-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:07.429050 | 0.03s 2025-10-09 14:44:17.054171 | fa163e93-f302-d839-17ba-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-09 14:44:17.536693 | fa163e93-f302-d839-17ba-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-09 14:44:17.538612 | fa163e93-f302-d839-17ba-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.960775 | 0.48s 2025-10-09 14:44:17.564975 | fa163e93-f302-d839-17ba-0000000009fa | TASK | Render hieradata from template 2025-10-09 14:44:18.115301 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-09 14:44:18.116867 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.539027 | 0.55s 2025-10-09 14:44:18.695139 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-09 14:44:18.697467 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.119628 | 1.13s 2025-10-09 14:44:19.315323 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-09 14:44:19.316576 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.738743 | 1.75s 2025-10-09 14:44:19.814731 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-09 14:44:19.816138 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.238307 | 2.25s 2025-10-09 14:44:20.337875 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-09 14:44:20.340519 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.762679 | 2.77s 2025-10-09 14:44:20.747564 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-09 14:44:20.748988 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.171150 | 3.18s 2025-10-09 14:44:21.261044 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-09 14:44:21.262947 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.685106 | 3.70s 2025-10-09 14:44:21.791850 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-09 14:44:21.792528 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.214702 | 4.23s 2025-10-09 14:44:22.276742 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-09 14:44:22.278812 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.700978 | 4.71s 2025-10-09 14:44:22.712036 | fa163e93-f302-d839-17ba-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-09 14:44:22.714010 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.136176 | 5.15s 2025-10-09 14:44:22.727117 | fa163e93-f302-d839-17ba-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.149276 | 5.16s 2025-10-09 14:44:22.779500 | fa163e93-f302-d839-17ba-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-09 14:44:22.801665 | fa163e93-f302-d839-17ba-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.223819 | 0.02s 2025-10-09 14:44:22.873385 | fa163e93-f302-d839-17ba-000000000a9e | TASK | Check for hieradata file 2025-10-09 14:44:23.092532 | fa163e93-f302-d839-17ba-000000000a9e | OK | Check for hieradata file | standalone 2025-10-09 14:44:23.093860 | fa163e93-f302-d839-17ba-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.516023 | 0.22s 2025-10-09 14:44:23.120079 | fa163e93-f302-d839-17ba-000000000aa0 | TASK | Get existing data 2025-10-09 14:44:23.169377 | fa163e93-f302-d839-17ba-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-09 14:44:23.170704 | fa163e93-f302-d839-17ba-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.592867 | 0.05s 2025-10-09 14:44:23.196340 | fa163e93-f302-d839-17ba-000000000aa1 | TASK | Set data fact 2025-10-09 14:44:23.245681 | fa163e93-f302-d839-17ba-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-09 14:44:23.246853 | fa163e93-f302-d839-17ba-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.669016 | 0.05s 2025-10-09 14:44:23.273804 | fa163e93-f302-d839-17ba-000000000aa3 | TASK | Write ansible hieradata file 2025-10-09 14:44:23.699255 | fa163e93-f302-d839-17ba-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-09 14:44:23.700912 | fa163e93-f302-d839-17ba-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.123068 | 0.43s 2025-10-09 14:44:23.803846 | fa163e93-f302-d839-17ba-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.225998 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-09 14:44:23.968628 | fa163e93-f302-d839-17ba-0000000000a6 | TASK | Host prep steps 2025-10-09 14:44:23.995861 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000a6') missing from stats 2025-10-09 14:44:24.068990 | fa163e93-f302-d839-17ba-0000000000a7 | TASK | Deploy Artifacts 2025-10-09 14:44:24.180258 | fa163e93-f302-d839-17ba-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-09 14:44:24.181759 | fa163e93-f302-d839-17ba-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.603913 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:44:24.250263 | fa163e93-f302-d839-17ba-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.672422 | 0.04s 2025-10-09 14:44:24.450046 | f4878e2a-9b34-42e4-8510-b18571123608 | INCLUDED | /root/standalone-ansible-k43ezndi/Standalone/host_prep_tasks.yaml | standalone 2025-10-09 14:44:24.503839 | fa163e93-f302-d839-17ba-000000000b1e | TASK | Run firewall role 2025-10-09 14:44:24.528931 | fa163e93-f302-d839-17ba-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.951101 | 0.02s 2025-10-09 14:44:24.582050 | fa163e93-f302-d839-17ba-000000000c1b | TASK | Gather variables for each operating system 2025-10-09 14:44:24.673558 | fa163e93-f302-d839-17ba-000000000c1b | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-09 14:44:24.675675 | fa163e93-f302-d839-17ba-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.097835 | 0.09s 2025-10-09 14:44:24.685780 | fa163e93-f302-d839-17ba-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.107939 | 0.10s 2025-10-09 14:44:24.712807 | fa163e93-f302-d839-17ba-000000000c1c | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-09 14:44:27.585938 | fa163e93-f302-d839-17ba-000000000c1c | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-09 14:44:27.587449 | fa163e93-f302-d839-17ba-000000000c1c | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.009611 | 2.87s 2025-10-09 14:44:27.613118 | fa163e93-f302-d839-17ba-000000000c20 | TASK | Create empty var for masquerade rules 2025-10-09 14:44:27.652758 | fa163e93-f302-d839-17ba-000000000c20 | OK | Create empty var for masquerade rules | standalone 2025-10-09 14:44:27.653823 | fa163e93-f302-d839-17ba-000000000c20 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.075987 | 0.04s 2025-10-09 14:44:27.679262 | fa163e93-f302-d839-17ba-000000000c21 | TASK | Enable masquerade 2025-10-09 14:44:27.729577 | fa163e93-f302-d839-17ba-000000000c21 | SKIPPED | Enable masquerade | standalone 2025-10-09 14:44:27.730669 | fa163e93-f302-d839-17ba-000000000c21 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.152833 | 0.05s 2025-10-09 14:44:27.754782 | fa163e93-f302-d839-17ba-000000000c22 | TASK | Set the default frontend firewall rules 2025-10-09 14:44:27.793190 | fa163e93-f302-d839-17ba-000000000c22 | OK | Set the default frontend firewall rules | standalone 2025-10-09 14:44:27.794268 | fa163e93-f302-d839-17ba-000000000c22 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.216405 | 0.04s 2025-10-09 14:44:27.819511 | fa163e93-f302-d839-17ba-000000000c25 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-09 14:44:27.847894 | fa163e93-f302-d839-17ba-000000000c25 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-09 14:44:27.849233 | fa163e93-f302-d839-17ba-000000000c25 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.271397 | 0.03s 2025-10-09 14:44:27.874740 | fa163e93-f302-d839-17ba-000000000c26 | TASK | Set frontend rule fact (ssl rules) 2025-10-09 14:44:27.917163 | fa163e93-f302-d839-17ba-000000000c26 | OK | Set frontend rule fact (ssl rules) | standalone 2025-10-09 14:44:27.919001 | fa163e93-f302-d839-17ba-000000000c26 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.341164 | 0.04s 2025-10-09 14:44:27.944992 | fa163e93-f302-d839-17ba-000000000c28 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-09 14:44:27.974987 | fa163e93-f302-d839-17ba-000000000c28 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-09 14:44:27.976049 | fa163e93-f302-d839-17ba-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.398213 | 0.03s 2025-10-09 14:44:28.000897 | fa163e93-f302-d839-17ba-000000000c29 | TASK | Set frontend rule fact (ssl rules) 2025-10-09 14:44:28.031844 | fa163e93-f302-d839-17ba-000000000c29 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-09 14:44:28.033075 | fa163e93-f302-d839-17ba-000000000c29 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.455240 | 0.03s 2025-10-09 14:44:28.058081 | fa163e93-f302-d839-17ba-000000000c2b | TASK | Enable LOG rules 2025-10-09 14:44:28.085899 | fa163e93-f302-d839-17ba-000000000c2b | SKIPPED | Enable LOG rules | standalone 2025-10-09 14:44:28.087074 | fa163e93-f302-d839-17ba-000000000c2b | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.509238 | 0.03s 2025-10-09 14:44:28.111282 | fa163e93-f302-d839-17ba-000000000c2c | TASK | Set rule fact 2025-10-09 14:44:28.214352 | fa163e93-f302-d839-17ba-000000000c2c | OK | Set rule fact | standalone 2025-10-09 14:44:28.217446 | fa163e93-f302-d839-17ba-000000000c2c | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.639607 | 0.10s 2025-10-09 14:44:28.246611 | fa163e93-f302-d839-17ba-000000000c2d | TASK | Manage rules via nftables 2025-10-09 14:44:28.275344 | fa163e93-f302-d839-17ba-000000000c2d | TIMING | Manage rules via nftables | standalone | 0:01:18.697504 | 0.03s 2025-10-09 14:44:28.359637 | fa163e93-f302-d839-17ba-000000000cc7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.781790 | 0.03s 2025-10-09 14:44:28.381602 | 7db88884-2873-47dc-9fa1-c69d3c1480c2 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-09 14:44:28.407349 | fa163e93-f302-d839-17ba-000000000cf0 | TASK | Ensure legacy iptables services are off 2025-10-09 14:44:28.800894 | fa163e93-f302-d839-17ba-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-09 14:44:28.803005 | fa163e93-f302-d839-17ba-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.225159 | 0.39s 2025-10-09 14:44:29.161987 | fa163e93-f302-d839-17ba-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-09 14:44:29.163974 | fa163e93-f302-d839-17ba-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.586133 | 0.76s 2025-10-09 14:44:29.178254 | fa163e93-f302-d839-17ba-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.600412 | 0.77s 2025-10-09 14:44:29.209447 | fa163e93-f302-d839-17ba-000000000cf1 | TASK | Ensure nftables service is enabled and running 2025-10-09 14:44:29.919232 | fa163e93-f302-d839-17ba-000000000cf1 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-09 14:44:29.921940 | fa163e93-f302-d839-17ba-000000000cf1 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.344096 | 0.71s 2025-10-09 14:44:29.952628 | fa163e93-f302-d839-17ba-000000000cf2 | TASK | Empty nftables from anything that may lay around 2025-10-09 14:44:29.993755 | fa163e93-f302-d839-17ba-000000000cf2 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-09 14:44:29.995152 | fa163e93-f302-d839-17ba-000000000cf2 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.417314 | 0.04s 2025-10-09 14:44:30.049525 | fa163e93-f302-d839-17ba-000000000cc8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.471678 | 0.03s 2025-10-09 14:44:30.091675 | ce20c87c-1958-4e31-9916-c0ba7134585b | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-09 14:44:30.129944 | fa163e93-f302-d839-17ba-000000000d21 | TASK | Push empty ruleset 2025-10-09 14:44:30.622567 | fa163e93-f302-d839-17ba-000000000d21 | CHANGED | Push empty ruleset | standalone 2025-10-09 14:44:30.623955 | fa163e93-f302-d839-17ba-000000000d21 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.046117 | 0.49s 2025-10-09 14:44:30.651928 | fa163e93-f302-d839-17ba-000000000d22 | TASK | Load empty ruleset 2025-10-09 14:44:30.898943 | fa163e93-f302-d839-17ba-000000000d22 | CHANGED | Load empty ruleset | standalone 2025-10-09 14:44:30.900286 | fa163e93-f302-d839-17ba-000000000d22 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.322450 | 0.25s 2025-10-09 14:44:30.926950 | fa163e93-f302-d839-17ba-000000000d24 | TASK | Use default rules 2025-10-09 14:44:31.006515 | fa163e93-f302-d839-17ba-000000000d24 | OK | Use default rules | standalone 2025-10-09 14:44:31.009797 | fa163e93-f302-d839-17ba-000000000d24 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.431959 | 0.08s 2025-10-09 14:44:31.039514 | fa163e93-f302-d839-17ba-000000000d25 | TASK | Enable LOG rules 2025-10-09 14:44:31.124070 | fa163e93-f302-d839-17ba-000000000d25 | OK | Enable LOG rules | standalone 2025-10-09 14:44:31.127161 | fa163e93-f302-d839-17ba-000000000d25 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.549325 | 0.09s 2025-10-09 14:44:31.157218 | fa163e93-f302-d839-17ba-000000000d27 | TASK | Get current nftables content 2025-10-09 14:44:31.389960 | fa163e93-f302-d839-17ba-000000000d27 | CHANGED | Get current nftables content | standalone 2025-10-09 14:44:31.391366 | fa163e93-f302-d839-17ba-000000000d27 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.813530 | 0.23s 2025-10-09 14:44:31.417834 | fa163e93-f302-d839-17ba-000000000d29 | TASK | Generate chain jumps 2025-10-09 14:44:32.005180 | fa163e93-f302-d839-17ba-000000000d29 | CHANGED | Generate chain jumps | standalone 2025-10-09 14:44:32.006628 | fa163e93-f302-d839-17ba-000000000d29 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.428792 | 0.59s 2025-10-09 14:44:32.032722 | fa163e93-f302-d839-17ba-000000000d2a | TASK | Generate chain jumps 2025-10-09 14:44:32.638049 | fa163e93-f302-d839-17ba-000000000d2a | CHANGED | Generate chain jumps | standalone 2025-10-09 14:44:32.639479 | fa163e93-f302-d839-17ba-000000000d2a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.061642 | 0.61s 2025-10-09 14:44:32.666177 | fa163e93-f302-d839-17ba-000000000d2b | TASK | Generate nft flushes 2025-10-09 14:44:33.138287 | fa163e93-f302-d839-17ba-000000000d2b | CHANGED | Generate nft flushes | standalone 2025-10-09 14:44:33.139686 | fa163e93-f302-d839-17ba-000000000d2b | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.561848 | 0.47s 2025-10-09 14:44:33.166795 | fa163e93-f302-d839-17ba-000000000d2c | TASK | Generate nft tripleo chains 2025-10-09 14:44:33.622313 | fa163e93-f302-d839-17ba-000000000d2c | CHANGED | Generate nft tripleo chains | standalone 2025-10-09 14:44:33.623693 | fa163e93-f302-d839-17ba-000000000d2c | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.045857 | 0.46s 2025-10-09 14:44:33.650910 | fa163e93-f302-d839-17ba-000000000d2d | TASK | Generate nft ruleset in static file 2025-10-09 14:44:35.379732 | fa163e93-f302-d839-17ba-000000000d2d | CHANGED | Generate nft ruleset in static file | standalone 2025-10-09 14:44:35.381086 | fa163e93-f302-d839-17ba-000000000d2d | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.803249 | 1.73s 2025-10-09 14:44:35.408370 | fa163e93-f302-d839-17ba-000000000d2f | TASK | Validate all of the generated content before loading 2025-10-09 14:44:35.933979 | fa163e93-f302-d839-17ba-000000000d2f | CHANGED | Validate all of the generated content before loading | standalone 2025-10-09 14:44:35.935291 | fa163e93-f302-d839-17ba-000000000d2f | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.357455 | 0.52s 2025-10-09 14:44:35.961278 | fa163e93-f302-d839-17ba-000000000d30 | TASK | Ensure we load our different nft rulesets on boot 2025-10-09 14:44:36.244789 | fa163e93-f302-d839-17ba-000000000d30 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-09 14:44:36.246230 | fa163e93-f302-d839-17ba-000000000d30 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.668394 | 0.28s 2025-10-09 14:44:36.301802 | fa163e93-f302-d839-17ba-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.723957 | 0.03s 2025-10-09 14:44:36.322120 | 49df765f-3b3e-4a6d-ae66-4112bd490188 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-09 14:44:36.379529 | fa163e93-f302-d839-17ba-000000000d98 | TASK | Inject our custom chains in nftables 2025-10-09 14:44:36.614119 | fa163e93-f302-d839-17ba-000000000d98 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-09 14:44:36.615564 | fa163e93-f302-d839-17ba-000000000d98 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.037726 | 0.23s 2025-10-09 14:44:36.643125 | fa163e93-f302-d839-17ba-000000000d99 | TASK | Reload custom nftables ruleset files 2025-10-09 14:44:36.949529 | fa163e93-f302-d839-17ba-000000000d99 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-09 14:44:36.950839 | fa163e93-f302-d839-17ba-000000000d99 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.373003 | 0.31s 2025-10-09 14:44:37.024720 | fa163e93-f302-d839-17ba-000000000b1f | TASK | create persistent logs directory 2025-10-09 14:44:37.321754 | fa163e93-f302-d839-17ba-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-09 14:44:37.325513 | fa163e93-f302-d839-17ba-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.747447 | 0.30s 2025-10-09 14:44:37.546704 | fa163e93-f302-d839-17ba-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-09 14:44:37.548444 | fa163e93-f302-d839-17ba-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.970614 | 0.52s 2025-10-09 14:44:37.559240 | fa163e93-f302-d839-17ba-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.981397 | 0.53s 2025-10-09 14:44:37.585141 | fa163e93-f302-d839-17ba-000000000b20 | TASK | create persistent directories 2025-10-09 14:44:37.821472 | fa163e93-f302-d839-17ba-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-09 14:44:37.822371 | fa163e93-f302-d839-17ba-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.244544 | 0.24s 2025-10-09 14:44:37.827795 | fa163e93-f302-d839-17ba-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.249959 | 0.24s 2025-10-09 14:44:37.852828 | fa163e93-f302-d839-17ba-000000000b21 | TASK | create persistent directories 2025-10-09 14:44:38.108866 | fa163e93-f302-d839-17ba-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-09 14:44:38.110469 | fa163e93-f302-d839-17ba-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.532637 | 0.26s 2025-10-09 14:44:38.329910 | fa163e93-f302-d839-17ba-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-09 14:44:38.330800 | fa163e93-f302-d839-17ba-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.752976 | 0.48s 2025-10-09 14:44:38.341185 | fa163e93-f302-d839-17ba-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.763351 | 0.49s 2025-10-09 14:44:38.360780 | fa163e93-f302-d839-17ba-000000000b22 | TASK | create persistent directories 2025-10-09 14:44:38.605828 | fa163e93-f302-d839-17ba-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-09 14:44:38.608104 | fa163e93-f302-d839-17ba-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.030262 | 0.25s 2025-10-09 14:44:38.617572 | fa163e93-f302-d839-17ba-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.039738 | 0.26s 2025-10-09 14:44:38.637793 | fa163e93-f302-d839-17ba-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-09 14:44:39.702871 | fa163e93-f302-d839-17ba-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-09 14:44:39.704350 | fa163e93-f302-d839-17ba-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.126514 | 1.07s 2025-10-09 14:44:39.730243 | fa163e93-f302-d839-17ba-000000000b24 | TASK | create persistent directories 2025-10-09 14:44:39.959600 | fa163e93-f302-d839-17ba-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-09 14:44:39.961161 | fa163e93-f302-d839-17ba-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.383319 | 0.23s 2025-10-09 14:44:40.136940 | fa163e93-f302-d839-17ba-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-09 14:44:40.138865 | fa163e93-f302-d839-17ba-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.561032 | 0.41s 2025-10-09 14:44:40.149675 | fa163e93-f302-d839-17ba-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.571834 | 0.42s 2025-10-09 14:44:40.175564 | fa163e93-f302-d839-17ba-000000000b25 | TASK | create fcontext entry for cinder data 2025-10-09 14:44:41.423587 | fa163e93-f302-d839-17ba-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-09 14:44:41.425248 | fa163e93-f302-d839-17ba-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.847410 | 1.25s 2025-10-09 14:44:41.448637 | fa163e93-f302-d839-17ba-000000000b26 | TASK | create persistent directories 2025-10-09 14:44:41.718133 | fa163e93-f302-d839-17ba-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-09 14:44:41.719708 | fa163e93-f302-d839-17ba-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.141866 | 0.27s 2025-10-09 14:44:41.902529 | fa163e93-f302-d839-17ba-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-09 14:44:41.903436 | fa163e93-f302-d839-17ba-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.325604 | 0.45s 2025-10-09 14:44:41.910374 | fa163e93-f302-d839-17ba-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.332520 | 0.46s 2025-10-09 14:44:41.939199 | fa163e93-f302-d839-17ba-000000000b27 | TASK | ensure ceph configurations exist 2025-10-09 14:44:42.175389 | fa163e93-f302-d839-17ba-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-10-09 14:44:42.177508 | fa163e93-f302-d839-17ba-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.599668 | 0.24s 2025-10-09 14:44:42.206307 | fa163e93-f302-d839-17ba-000000000b28 | TASK | create persistent directories 2025-10-09 14:44:42.453757 | fa163e93-f302-d839-17ba-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-09 14:44:42.455034 | fa163e93-f302-d839-17ba-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.877198 | 0.25s 2025-10-09 14:44:42.461252 | fa163e93-f302-d839-17ba-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.883409 | 0.25s 2025-10-09 14:44:42.488428 | fa163e93-f302-d839-17ba-000000000b2a | TASK | Create cinder image conversion directory 2025-10-09 14:44:42.518949 | fa163e93-f302-d839-17ba-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-10-09 14:44:42.520179 | fa163e93-f302-d839-17ba-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:32.942340 | 0.03s 2025-10-09 14:44:42.546812 | fa163e93-f302-d839-17ba-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-10-09 14:44:42.577521 | fa163e93-f302-d839-17ba-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-09 14:44:42.578947 | fa163e93-f302-d839-17ba-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.001107 | 0.03s 2025-10-09 14:44:42.604582 | fa163e93-f302-d839-17ba-000000000b2d | TASK | cinder_configure_lvm fact 2025-10-09 14:44:42.634379 | fa163e93-f302-d839-17ba-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-10-09 14:44:42.635785 | fa163e93-f302-d839-17ba-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.057948 | 0.03s 2025-10-09 14:44:42.660829 | fa163e93-f302-d839-17ba-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-10-09 14:44:45.551958 | fa163e93-f302-d839-17ba-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-10-09 14:44:45.553311 | fa163e93-f302-d839-17ba-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.975473 | 2.89s 2025-10-09 14:44:45.578485 | fa163e93-f302-d839-17ba-000000000b30 | TASK | cinder create LVM volume group dd 2025-10-09 14:44:45.812273 | fa163e93-f302-d839-17ba-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-10-09 14:44:45.813574 | fa163e93-f302-d839-17ba-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.235739 | 0.23s 2025-10-09 14:44:45.838938 | fa163e93-f302-d839-17ba-000000000b31 | TASK | Get or create LVM loopback device 2025-10-09 14:44:46.061569 | fa163e93-f302-d839-17ba-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-10-09 14:44:46.063654 | fa163e93-f302-d839-17ba-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.485806 | 0.22s 2025-10-09 14:44:46.091438 | fa163e93-f302-d839-17ba-000000000b32 | TASK | Create LVM volume group 2025-10-09 14:44:46.611041 | fa163e93-f302-d839-17ba-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-10-09 14:44:46.612805 | fa163e93-f302-d839-17ba-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:37.034965 | 0.52s 2025-10-09 14:44:46.634014 | fa163e93-f302-d839-17ba-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-10-09 14:44:47.069501 | fa163e93-f302-d839-17ba-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-10-09 14:44:47.070812 | fa163e93-f302-d839-17ba-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.492974 | 0.44s 2025-10-09 14:44:47.096313 | fa163e93-f302-d839-17ba-000000000b34 | TASK | cinder enable the LVM losetup service 2025-10-09 14:44:47.990020 | fa163e93-f302-d839-17ba-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-10-09 14:44:47.992653 | fa163e93-f302-d839-17ba-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:38.414811 | 0.89s 2025-10-09 14:44:48.020804 | fa163e93-f302-d839-17ba-000000000b36 | TASK | allow logrotate to read inside containers 2025-10-09 14:44:48.981183 | fa163e93-f302-d839-17ba-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-09 14:44:48.982983 | fa163e93-f302-d839-17ba-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:39.405144 | 0.96s 2025-10-09 14:44:49.008874 | fa163e93-f302-d839-17ba-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-10-09 14:44:51.135360 | fa163e93-f302-d839-17ba-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-09 14:44:51.137658 | fa163e93-f302-d839-17ba-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:41.559817 | 2.13s 2025-10-09 14:44:51.195184 | fa163e93-f302-d839-17ba-000000000b39 | OK | set_fact | standalone 2025-10-09 14:44:51.196888 | fa163e93-f302-d839-17ba-000000000b39 | TIMING | set_fact | standalone | 0:01:41.619043 | 0.03s 2025-10-09 14:44:51.255348 | fa163e93-f302-d839-17ba-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:41.677488 | 0.03s 2025-10-09 14:44:51.315854 | fa163e93-f302-d839-17ba-000000000edf | TASK | ensure apache is installed 2025-10-09 14:44:57.522528 | fa163e93-f302-d839-17ba-000000000edf | CHANGED | ensure apache is installed | standalone 2025-10-09 14:44:57.523748 | fa163e93-f302-d839-17ba-000000000edf | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:47.945917 | 6.21s 2025-10-09 14:44:57.544143 | fa163e93-f302-d839-17ba-000000000ee0 | TASK | create image data directory 2025-10-09 14:44:57.772664 | fa163e93-f302-d839-17ba-000000000ee0 | CHANGED | create image data directory | standalone 2025-10-09 14:44:57.773962 | fa163e93-f302-d839-17ba-000000000ee0 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.196126 | 0.23s 2025-10-09 14:44:57.799338 | fa163e93-f302-d839-17ba-000000000ee1 | TASK | create /v2/ response file 2025-10-09 14:44:58.299274 | fa163e93-f302-d839-17ba-000000000ee1 | CHANGED | create /v2/ response file | standalone 2025-10-09 14:44:58.300632 | fa163e93-f302-d839-17ba-000000000ee1 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:48.722788 | 0.50s 2025-10-09 14:44:58.321295 | fa163e93-f302-d839-17ba-000000000ee2 | TASK | Add listen line 2025-10-09 14:44:58.699462 | fa163e93-f302-d839-17ba-000000000ee2 | CHANGED | Add listen line | standalone 2025-10-09 14:44:58.700384 | fa163e93-f302-d839-17ba-000000000ee2 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.122553 | 0.38s 2025-10-09 14:44:58.718819 | fa163e93-f302-d839-17ba-000000000ee3 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-09 14:44:59.230144 | fa163e93-f302-d839-17ba-000000000ee3 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-09 14:44:59.231854 | fa163e93-f302-d839-17ba-000000000ee3 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:49.654016 | 0.51s 2025-10-09 14:44:59.259389 | fa163e93-f302-d839-17ba-000000000ee4 | TASK | Image-Serve | restart httpd 2025-10-09 14:45:00.297583 | fa163e93-f302-d839-17ba-000000000ee4 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-09 14:45:00.300190 | fa163e93-f302-d839-17ba-000000000ee4 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:50.722346 | 1.04s 2025-10-09 14:45:00.341162 | fa163e93-f302-d839-17ba-000000000b3c | TASK | create persistent logs directory 2025-10-09 14:45:00.576178 | fa163e93-f302-d839-17ba-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-09 14:45:00.578445 | fa163e93-f302-d839-17ba-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.000576 | 0.24s 2025-10-09 14:45:00.796131 | fa163e93-f302-d839-17ba-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-09 14:45:00.797873 | fa163e93-f302-d839-17ba-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.220039 | 0.46s 2025-10-09 14:45:00.808674 | fa163e93-f302-d839-17ba-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.230835 | 0.47s 2025-10-09 14:45:00.836360 | fa163e93-f302-d839-17ba-000000000b3d | TASK | Mount NFS on host 2025-10-09 14:45:00.865113 | fa163e93-f302-d839-17ba-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-10-09 14:45:00.866333 | fa163e93-f302-d839-17ba-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.288496 | 0.03s 2025-10-09 14:45:00.894464 | fa163e93-f302-d839-17ba-000000000b3e | TASK | Mount Node Staging Location 2025-10-09 14:45:00.923201 | fa163e93-f302-d839-17ba-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-10-09 14:45:00.924456 | fa163e93-f302-d839-17ba-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.346619 | 0.03s 2025-10-09 14:45:00.949733 | fa163e93-f302-d839-17ba-000000000b3f | TASK | ensure /var/lib/glance exists 2025-10-09 14:45:01.188243 | fa163e93-f302-d839-17ba-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-09 14:45:01.189662 | fa163e93-f302-d839-17ba-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:51.611824 | 0.24s 2025-10-09 14:45:01.215056 | fa163e93-f302-d839-17ba-000000000b40 | TASK | create logs directory 2025-10-09 14:45:01.485454 | fa163e93-f302-d839-17ba-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-09 14:45:01.488084 | fa163e93-f302-d839-17ba-000000000b40 | TIMING | create logs directory | standalone | 0:01:51.910239 | 0.27s 2025-10-09 14:45:01.670253 | fa163e93-f302-d839-17ba-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-09 14:45:01.672174 | fa163e93-f302-d839-17ba-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.094339 | 0.46s 2025-10-09 14:45:01.682947 | fa163e93-f302-d839-17ba-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.105106 | 0.47s 2025-10-09 14:45:01.709385 | fa163e93-f302-d839-17ba-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-10-09 14:45:01.738013 | fa163e93-f302-d839-17ba-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-09 14:45:01.739322 | fa163e93-f302-d839-17ba-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.161477 | 0.03s 2025-10-09 14:45:01.764752 | fa163e93-f302-d839-17ba-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-10-09 14:45:02.039456 | fa163e93-f302-d839-17ba-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-09 14:45:02.040341 | fa163e93-f302-d839-17ba-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.462511 | 0.27s 2025-10-09 14:45:02.057883 | fa163e93-f302-d839-17ba-000000000b43 | TASK | create persistent directories 2025-10-09 14:45:02.304077 | fa163e93-f302-d839-17ba-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-09 14:45:02.305219 | fa163e93-f302-d839-17ba-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.727387 | 0.25s 2025-10-09 14:45:02.317545 | fa163e93-f302-d839-17ba-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.739707 | 0.26s 2025-10-09 14:45:02.343819 | fa163e93-f302-d839-17ba-000000000b44 | TASK | create persistent data directory 2025-10-09 14:45:02.573788 | fa163e93-f302-d839-17ba-000000000b44 | OK | create persistent data directory | standalone 2025-10-09 14:45:02.575095 | fa163e93-f302-d839-17ba-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:52.997259 | 0.23s 2025-10-09 14:45:02.600135 | fa163e93-f302-d839-17ba-000000000b45 | TASK | create persistent directories 2025-10-09 14:45:02.852283 | fa163e93-f302-d839-17ba-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-09 14:45:02.854524 | fa163e93-f302-d839-17ba-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.276670 | 0.25s 2025-10-09 14:45:03.053228 | fa163e93-f302-d839-17ba-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-09 14:45:03.054558 | fa163e93-f302-d839-17ba-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.476731 | 0.45s 2025-10-09 14:45:03.065819 | fa163e93-f302-d839-17ba-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.487985 | 0.46s 2025-10-09 14:45:03.091700 | fa163e93-f302-d839-17ba-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-10-09 14:45:10.270563 | fa163e93-f302-d839-17ba-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-09 14:45:10.272056 | fa163e93-f302-d839-17ba-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:00.694216 | 7.18s 2025-10-09 14:45:10.299117 | fa163e93-f302-d839-17ba-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-09 14:45:10.382824 | fa163e93-f302-d839-17ba-000000000b47 | 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.ooo.test 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: 56", " Total: 56", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.26", " Config retrieval: 0.77", " Last run: 1760021110", " Total: 0.26", "Version:", " Config: 1760021109", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-09 14:45:10.384148 | fa163e93-f302-d839-17ba-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:00.806314 | 0.08s 2025-10-09 14:45:10.404931 | fa163e93-f302-d839-17ba-000000000b48 | TASK | create persistent directories 2025-10-09 14:45:10.605183 | fa163e93-f302-d839-17ba-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-09 14:45:10.607549 | fa163e93-f302-d839-17ba-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.029705 | 0.20s 2025-10-09 14:45:10.772861 | fa163e93-f302-d839-17ba-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-09 14:45:10.774023 | fa163e93-f302-d839-17ba-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.196190 | 0.37s 2025-10-09 14:45:10.780574 | fa163e93-f302-d839-17ba-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.202743 | 0.37s 2025-10-09 14:45:10.806314 | fa163e93-f302-d839-17ba-000000000b49 | TASK | create persistent directories 2025-10-09 14:45:11.049857 | fa163e93-f302-d839-17ba-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-09 14:45:11.052005 | fa163e93-f302-d839-17ba-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.474163 | 0.24s 2025-10-09 14:45:11.211887 | fa163e93-f302-d839-17ba-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-09 14:45:11.213877 | fa163e93-f302-d839-17ba-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.636044 | 0.41s 2025-10-09 14:45:11.224347 | fa163e93-f302-d839-17ba-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.646515 | 0.42s 2025-10-09 14:45:11.251916 | fa163e93-f302-d839-17ba-000000000b4a | TASK | create persistent directories 2025-10-09 14:45:11.493212 | fa163e93-f302-d839-17ba-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-09 14:45:11.494148 | fa163e93-f302-d839-17ba-000000000b4a | TIMING | create persistent directories | standalone | 0:02:01.916319 | 0.24s 2025-10-09 14:45:11.497735 | fa163e93-f302-d839-17ba-000000000b4a | TIMING | create persistent directories | standalone | 0:02:01.919893 | 0.24s 2025-10-09 14:45:11.524592 | fa163e93-f302-d839-17ba-000000000b4b | TASK | create persistent directories 2025-10-09 14:45:11.774766 | fa163e93-f302-d839-17ba-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-09 14:45:11.776933 | fa163e93-f302-d839-17ba-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.199077 | 0.25s 2025-10-09 14:45:11.980169 | fa163e93-f302-d839-17ba-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-09 14:45:11.981033 | fa163e93-f302-d839-17ba-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.403205 | 0.45s 2025-10-09 14:45:12.168557 | fa163e93-f302-d839-17ba-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-09 14:45:12.170468 | fa163e93-f302-d839-17ba-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.592638 | 0.64s 2025-10-09 14:45:12.340653 | fa163e93-f302-d839-17ba-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-09 14:45:12.342356 | fa163e93-f302-d839-17ba-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.764524 | 0.82s 2025-10-09 14:45:12.353770 | fa163e93-f302-d839-17ba-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.775929 | 0.83s 2025-10-09 14:45:12.380567 | fa163e93-f302-d839-17ba-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-10-09 14:45:12.824060 | fa163e93-f302-d839-17ba-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-09 14:45:12.825641 | fa163e93-f302-d839-17ba-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:03.247798 | 0.44s 2025-10-09 14:45:12.851063 | fa163e93-f302-d839-17ba-000000000b4d | TASK | create fcontext entry for iscsi 2025-10-09 14:45:14.034854 | fa163e93-f302-d839-17ba-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-09 14:45:14.036543 | fa163e93-f302-d839-17ba-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.458700 | 1.18s 2025-10-09 14:45:15.300881 | fa163e93-f302-d839-17ba-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-09 14:45:15.302324 | fa163e93-f302-d839-17ba-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.724490 | 2.45s 2025-10-09 14:45:16.525137 | fa163e93-f302-d839-17ba-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-09 14:45:16.526512 | fa163e93-f302-d839-17ba-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.948678 | 3.67s 2025-10-09 14:45:16.532735 | fa163e93-f302-d839-17ba-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.954893 | 3.68s 2025-10-09 14:45:16.558863 | fa163e93-f302-d839-17ba-000000000b4e | TASK | create persistent directories 2025-10-09 14:45:16.850784 | fa163e93-f302-d839-17ba-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-09 14:45:16.852474 | fa163e93-f302-d839-17ba-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.274627 | 0.29s 2025-10-09 14:45:17.079461 | fa163e93-f302-d839-17ba-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-09 14:45:17.081198 | fa163e93-f302-d839-17ba-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.503365 | 0.52s 2025-10-09 14:45:17.266367 | fa163e93-f302-d839-17ba-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-09 14:45:17.267580 | fa163e93-f302-d839-17ba-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.689747 | 0.71s 2025-10-09 14:45:17.274912 | fa163e93-f302-d839-17ba-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.697070 | 0.71s 2025-10-09 14:45:17.301486 | fa163e93-f302-d839-17ba-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-09 14:45:17.522853 | fa163e93-f302-d839-17ba-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-09 14:45:17.524443 | fa163e93-f302-d839-17ba-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:07.946570 | 0.22s 2025-10-09 14:45:17.549859 | fa163e93-f302-d839-17ba-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-10-09 14:45:17.578019 | fa163e93-f302-d839-17ba-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-09 14:45:17.579110 | fa163e93-f302-d839-17ba-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.001273 | 0.03s 2025-10-09 14:45:17.603866 | fa163e93-f302-d839-17ba-000000000b51 | TASK | Check if iscsi.service is enabled 2025-10-09 14:45:17.836045 | fa163e93-f302-d839-17ba-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-09 14:45:17.837449 | fa163e93-f302-d839-17ba-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:08.259613 | 0.23s 2025-10-09 14:45:17.855179 | fa163e93-f302-d839-17ba-000000000b52 | TASK | Stop iscsi.service 2025-10-09 14:45:17.881699 | fa163e93-f302-d839-17ba-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-10-09 14:45:17.882926 | fa163e93-f302-d839-17ba-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:08.305088 | 0.03s 2025-10-09 14:45:17.937071 | fa163e93-f302-d839-17ba-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:08.359223 | 0.03s 2025-10-09 14:45:18.034308 | fa163e93-f302-d839-17ba-00000000104a | TASK | Install additional packages 2025-10-09 14:45:18.059345 | fa163e93-f302-d839-17ba-00000000104a | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:08.481512 | 0.02s 2025-10-09 14:45:18.076369 | fa163e93-f302-d839-17ba-00000000104b | TASK | Remove dracut-config-generic 2025-10-09 14:45:21.836750 | fa163e93-f302-d839-17ba-00000000104b | CHANGED | Remove dracut-config-generic | standalone 2025-10-09 14:45:21.838022 | fa163e93-f302-d839-17ba-00000000104b | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:12.260188 | 3.76s 2025-10-09 14:45:21.863833 | fa163e93-f302-d839-17ba-00000000104c | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-09 14:45:22.104984 | fa163e93-f302-d839-17ba-00000000104c | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-09 14:45:22.106241 | fa163e93-f302-d839-17ba-00000000104c | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:12.528406 | 0.24s 2025-10-09 14:45:22.124567 | fa163e93-f302-d839-17ba-00000000104d | TASK | Write list of modules to load at boot 2025-10-09 14:45:22.558179 | fa163e93-f302-d839-17ba-00000000104d | CHANGED | Write list of modules to load at boot | standalone 2025-10-09 14:45:22.558912 | fa163e93-f302-d839-17ba-00000000104d | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:12.981085 | 0.43s 2025-10-09 14:45:22.577512 | fa163e93-f302-d839-17ba-00000000104e | TASK | Modules reload 2025-10-09 14:45:22.954509 | fa163e93-f302-d839-17ba-00000000104e | CHANGED | Modules reload | standalone 2025-10-09 14:45:22.956324 | fa163e93-f302-d839-17ba-00000000104e | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:13.378487 | 0.38s 2025-10-09 14:45:22.982443 | fa163e93-f302-d839-17ba-00000000104f | TASK | Set default sysctl options 2025-10-09 14:45:23.460232 | fa163e93-f302-d839-17ba-00000000104f | CHANGED | Set default sysctl options | standalone 2025-10-09 14:45:23.461757 | fa163e93-f302-d839-17ba-00000000104f | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:13.883914 | 0.48s 2025-10-09 14:45:23.488108 | fa163e93-f302-d839-17ba-000000001050 | TASK | Set extra sysctl options 2025-10-09 14:45:23.886664 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-09 14:45:23.888240 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.310395 | 0.40s 2025-10-09 14:45:24.107978 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-09 14:45:24.109756 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.531923 | 0.62s 2025-10-09 14:45:24.317897 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-09 14:45:24.318923 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.741086 | 0.83s 2025-10-09 14:45:24.569798 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-09 14:45:24.571545 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.993711 | 1.08s 2025-10-09 14:45:24.808977 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-09 14:45:24.809978 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.232146 | 1.32s 2025-10-09 14:45:25.066650 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-09 14:45:25.067686 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.489853 | 1.58s 2025-10-09 14:45:25.305265 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-09 14:45:25.307056 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.729223 | 1.82s 2025-10-09 14:45:25.539155 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-09 14:45:25.541198 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.963360 | 2.05s 2025-10-09 14:45:25.787013 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-09 14:45:25.788775 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.210939 | 2.30s 2025-10-09 14:45:26.022722 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-09 14:45:26.024289 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.446457 | 2.53s 2025-10-09 14:45:26.268241 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-09 14:45:26.269944 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.692110 | 2.78s 2025-10-09 14:45:26.506690 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-09 14:45:26.508585 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.930749 | 3.02s 2025-10-09 14:45:26.736629 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-09 14:45:26.737781 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.159947 | 3.25s 2025-10-09 14:45:26.988064 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-09 14:45:26.989571 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.411744 | 3.50s 2025-10-09 14:45:27.186943 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-09 14:45:27.188727 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.610893 | 3.70s 2025-10-09 14:45:27.382517 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-09 14:45:27.384182 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.806348 | 3.89s 2025-10-09 14:45:27.626759 | fa163e93-f302-d839-17ba-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-09 14:45:27.628453 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.050620 | 4.14s 2025-10-09 14:45:27.640954 | fa163e93-f302-d839-17ba-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.063112 | 4.15s 2025-10-09 14:45:27.670330 | fa163e93-f302-d839-17ba-000000001052 | TASK | Sysctl reload 2025-10-09 14:45:28.095430 | fa163e93-f302-d839-17ba-000000001052 | CHANGED | Sysctl reload | standalone 2025-10-09 14:45:28.097325 | fa163e93-f302-d839-17ba-000000001052 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:18.519489 | 0.43s 2025-10-09 14:45:28.146788 | fa163e93-f302-d839-17ba-000000000b54 | TASK | create persistent directories 2025-10-09 14:45:28.399301 | fa163e93-f302-d839-17ba-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-09 14:45:28.401961 | fa163e93-f302-d839-17ba-000000000b54 | TIMING | create persistent directories | standalone | 0:02:18.824104 | 0.25s 2025-10-09 14:45:28.612111 | fa163e93-f302-d839-17ba-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-09 14:45:28.614002 | fa163e93-f302-d839-17ba-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.036167 | 0.47s 2025-10-09 14:45:28.624687 | fa163e93-f302-d839-17ba-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.046846 | 0.48s 2025-10-09 14:45:28.650416 | fa163e93-f302-d839-17ba-000000000b55 | TASK | Check if file certs_valid exist 2025-10-09 14:45:28.870657 | fa163e93-f302-d839-17ba-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-10-09 14:45:28.871983 | fa163e93-f302-d839-17ba-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:19.294147 | 0.22s 2025-10-09 14:45:28.897086 | fa163e93-f302-d839-17ba-000000000b56 | TASK | Check if file cert9.db exist 2025-10-09 14:45:29.109422 | fa163e93-f302-d839-17ba-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-10-09 14:45:29.110295 | fa163e93-f302-d839-17ba-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:19.532466 | 0.21s 2025-10-09 14:45:29.127810 | fa163e93-f302-d839-17ba-000000000b57 | TASK | Check if file key4.db exist 2025-10-09 14:45:29.315218 | fa163e93-f302-d839-17ba-000000000b57 | OK | Check if file key4.db exist | standalone 2025-10-09 14:45:29.316606 | fa163e93-f302-d839-17ba-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:19.738770 | 0.19s 2025-10-09 14:45:29.370276 | fa163e93-f302-d839-17ba-000000000b58 | SKIPPED | fail | standalone 2025-10-09 14:45:29.371718 | fa163e93-f302-d839-17ba-000000000b58 | TIMING | fail | standalone | 0:02:19.793880 | 0.03s 2025-10-09 14:45:29.396660 | fa163e93-f302-d839-17ba-000000000b59 | TASK | Create persistent directories 2025-10-09 14:45:29.657882 | fa163e93-f302-d839-17ba-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-09 14:45:29.660628 | fa163e93-f302-d839-17ba-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.082779 | 0.26s 2025-10-09 14:45:29.878859 | fa163e93-f302-d839-17ba-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-09 14:45:29.881043 | fa163e93-f302-d839-17ba-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.303207 | 0.48s 2025-10-09 14:45:29.891608 | fa163e93-f302-d839-17ba-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.313762 | 0.49s 2025-10-09 14:45:29.917240 | fa163e93-f302-d839-17ba-000000000b5a | TASK | create persistent directories 2025-10-09 14:45:30.151512 | fa163e93-f302-d839-17ba-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-09 14:45:30.153337 | fa163e93-f302-d839-17ba-000000000b5a | TIMING | create persistent directories | standalone | 0:02:20.575495 | 0.23s 2025-10-09 14:45:30.160117 | fa163e93-f302-d839-17ba-000000000b5a | TIMING | create persistent directories | standalone | 0:02:20.582272 | 0.24s 2025-10-09 14:45:30.185996 | fa163e93-f302-d839-17ba-000000000b5b | TASK | create persistent directories 2025-10-09 14:45:30.418363 | fa163e93-f302-d839-17ba-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-09 14:45:30.420783 | fa163e93-f302-d839-17ba-000000000b5b | TIMING | create persistent directories | standalone | 0:02:20.842938 | 0.23s 2025-10-09 14:45:30.643070 | fa163e93-f302-d839-17ba-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-09 14:45:30.644900 | fa163e93-f302-d839-17ba-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.067067 | 0.46s 2025-10-09 14:45:30.655347 | fa163e93-f302-d839-17ba-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.077507 | 0.47s 2025-10-09 14:45:30.681499 | fa163e93-f302-d839-17ba-000000000b5c | TASK | create persistent directories 2025-10-09 14:45:30.921112 | fa163e93-f302-d839-17ba-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-09 14:45:30.923291 | fa163e93-f302-d839-17ba-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.345452 | 0.24s 2025-10-09 14:45:30.933189 | fa163e93-f302-d839-17ba-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.355351 | 0.25s 2025-10-09 14:45:30.959565 | fa163e93-f302-d839-17ba-000000000b5d | TASK | create persistent directories 2025-10-09 14:45:31.197212 | fa163e93-f302-d839-17ba-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-09 14:45:31.198963 | fa163e93-f302-d839-17ba-000000000b5d | TIMING | create persistent directories | standalone | 0:02:21.621115 | 0.24s 2025-10-09 14:45:31.433106 | fa163e93-f302-d839-17ba-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-09 14:45:31.435280 | fa163e93-f302-d839-17ba-000000000b5d | TIMING | create persistent directories | standalone | 0:02:21.857440 | 0.47s 2025-10-09 14:45:31.630089 | fa163e93-f302-d839-17ba-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-09 14:45:31.631164 | fa163e93-f302-d839-17ba-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.053332 | 0.67s 2025-10-09 14:45:31.638184 | fa163e93-f302-d839-17ba-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.060352 | 0.68s 2025-10-09 14:45:31.664534 | fa163e93-f302-d839-17ba-000000000b5e | TASK | create persistent directories 2025-10-09 14:45:31.909810 | fa163e93-f302-d839-17ba-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-09 14:45:31.912326 | fa163e93-f302-d839-17ba-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.334482 | 0.25s 2025-10-09 14:45:32.111050 | fa163e93-f302-d839-17ba-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-09 14:45:32.112232 | fa163e93-f302-d839-17ba-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.534398 | 0.45s 2025-10-09 14:45:32.118946 | fa163e93-f302-d839-17ba-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.541103 | 0.45s 2025-10-09 14:45:32.145236 | fa163e93-f302-d839-17ba-000000000b5f | TASK | create persistent directories 2025-10-09 14:45:32.352061 | fa163e93-f302-d839-17ba-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-09 14:45:32.353020 | fa163e93-f302-d839-17ba-000000000b5f | TIMING | create persistent directories | standalone | 0:02:22.775192 | 0.21s 2025-10-09 14:45:32.359000 | fa163e93-f302-d839-17ba-000000000b5f | TIMING | create persistent directories | standalone | 0:02:22.781171 | 0.21s 2025-10-09 14:45:32.376312 | fa163e93-f302-d839-17ba-000000000b60 | TASK | creating directory 2025-10-09 14:45:32.612438 | fa163e93-f302-d839-17ba-000000000b60 | CHANGED | creating directory | standalone 2025-10-09 14:45:32.613348 | fa163e93-f302-d839-17ba-000000000b60 | TIMING | creating directory | standalone | 0:02:23.035520 | 0.24s 2025-10-09 14:45:32.630641 | fa163e93-f302-d839-17ba-000000000b61 | TASK | derive pci passthrough whitelist 2025-10-09 14:45:33.057237 | fa163e93-f302-d839-17ba-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-09 14:45:33.058774 | fa163e93-f302-d839-17ba-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:23.480937 | 0.43s 2025-10-09 14:45:33.084648 | fa163e93-f302-d839-17ba-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-09 14:45:33.886108 | fa163e93-f302-d839-17ba-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-09 14:45:33.887242 | fa163e93-f302-d839-17ba-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:24.309412 | 0.80s 2025-10-09 14:45:33.907131 | fa163e93-f302-d839-17ba-000000000b63 | TASK | create /run/netns with temp namespace 2025-10-09 14:45:34.124865 | fa163e93-f302-d839-17ba-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-09 14:45:34.125934 | fa163e93-f302-d839-17ba-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:24.548104 | 0.22s 2025-10-09 14:45:34.145708 | fa163e93-f302-d839-17ba-000000000b64 | TASK | remove temp namespace 2025-10-09 14:45:34.381990 | fa163e93-f302-d839-17ba-000000000b64 | CHANGED | remove temp namespace | standalone 2025-10-09 14:45:34.383007 | fa163e93-f302-d839-17ba-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:24.805176 | 0.24s 2025-10-09 14:45:34.402863 | fa163e93-f302-d839-17ba-000000000b65 | TASK | create /var/lib/neutron 2025-10-09 14:45:34.622023 | fa163e93-f302-d839-17ba-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-10-09 14:45:34.623365 | fa163e93-f302-d839-17ba-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:25.045530 | 0.22s 2025-10-09 14:45:34.648529 | fa163e93-f302-d839-17ba-000000000b66 | TASK | set conditions 2025-10-09 14:45:34.676316 | fa163e93-f302-d839-17ba-000000000b66 | OK | set conditions | standalone 2025-10-09 14:45:34.677588 | fa163e93-f302-d839-17ba-000000000b66 | TIMING | set conditions | standalone | 0:02:25.099752 | 0.03s 2025-10-09 14:45:34.702851 | fa163e93-f302-d839-17ba-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-09 14:45:34.945290 | fa163e93-f302-d839-17ba-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-09 14:45:34.946648 | fa163e93-f302-d839-17ba-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:25.368812 | 0.24s 2025-10-09 14:45:34.971037 | fa163e93-f302-d839-17ba-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-10-09 14:45:35.410813 | fa163e93-f302-d839-17ba-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-09 14:45:35.412109 | fa163e93-f302-d839-17ba-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:25.834273 | 0.44s 2025-10-09 14:45:35.436697 | fa163e93-f302-d839-17ba-000000000b69 | TASK | create haproxy kill script 2025-10-09 14:45:35.868205 | fa163e93-f302-d839-17ba-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-10-09 14:45:35.869547 | fa163e93-f302-d839-17ba-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:26.291713 | 0.43s 2025-10-09 14:45:35.894478 | fa163e93-f302-d839-17ba-000000000b6a | TASK | create persistent directories 2025-10-09 14:45:36.137564 | fa163e93-f302-d839-17ba-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-09 14:45:36.139665 | fa163e93-f302-d839-17ba-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.561821 | 0.24s 2025-10-09 14:45:36.308354 | fa163e93-f302-d839-17ba-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-09 14:45:36.309834 | fa163e93-f302-d839-17ba-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.732001 | 0.41s 2025-10-09 14:45:36.320463 | fa163e93-f302-d839-17ba-000000000b6a | TIMING | create persistent directories | standalone | 0:02:26.742628 | 0.42s 2025-10-09 14:45:36.345930 | fa163e93-f302-d839-17ba-000000000b6b | TASK | create persistent directories 2025-10-09 14:45:36.593921 | fa163e93-f302-d839-17ba-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-09 14:45:36.595222 | fa163e93-f302-d839-17ba-000000000b6b | TIMING | create persistent directories | standalone | 0:02:27.017385 | 0.25s 2025-10-09 14:45:36.604363 | fa163e93-f302-d839-17ba-000000000b6b | TIMING | create persistent directories | standalone | 0:02:27.026540 | 0.26s 2025-10-09 14:45:36.628450 | fa163e93-f302-d839-17ba-000000000b6c | TASK | create persistent directories 2025-10-09 14:45:36.871310 | fa163e93-f302-d839-17ba-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-09 14:45:36.872248 | fa163e93-f302-d839-17ba-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.294415 | 0.24s 2025-10-09 14:45:37.041499 | fa163e93-f302-d839-17ba-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-09 14:45:37.042123 | fa163e93-f302-d839-17ba-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.464298 | 0.41s 2025-10-09 14:45:37.049693 | fa163e93-f302-d839-17ba-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.471859 | 0.42s 2025-10-09 14:45:37.076231 | fa163e93-f302-d839-17ba-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-09 14:45:37.285832 | fa163e93-f302-d839-17ba-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-09 14:45:37.287120 | fa163e93-f302-d839-17ba-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:27.709284 | 0.21s 2025-10-09 14:45:37.312024 | fa163e93-f302-d839-17ba-000000000b6e | TASK | create persistent directories 2025-10-09 14:45:37.566782 | fa163e93-f302-d839-17ba-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-09 14:45:37.569043 | fa163e93-f302-d839-17ba-000000000b6e | TIMING | create persistent directories | standalone | 0:02:27.991200 | 0.26s 2025-10-09 14:45:37.743569 | fa163e93-f302-d839-17ba-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-09 14:45:37.744691 | fa163e93-f302-d839-17ba-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.166858 | 0.43s 2025-10-09 14:45:37.933812 | fa163e93-f302-d839-17ba-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-09 14:45:37.935298 | fa163e93-f302-d839-17ba-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.357466 | 0.62s 2025-10-09 14:45:38.110207 | fa163e93-f302-d839-17ba-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-09 14:45:38.111257 | fa163e93-f302-d839-17ba-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.533425 | 0.80s 2025-10-09 14:45:38.286911 | fa163e93-f302-d839-17ba-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-09 14:45:38.288722 | fa163e93-f302-d839-17ba-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.710886 | 0.98s 2025-10-09 14:45:38.300444 | fa163e93-f302-d839-17ba-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.722604 | 0.99s 2025-10-09 14:45:38.328270 | fa163e93-f302-d839-17ba-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-10-09 14:45:38.784373 | fa163e93-f302-d839-17ba-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-09 14:45:38.785736 | fa163e93-f302-d839-17ba-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:29.207899 | 0.46s 2025-10-09 14:45:38.810423 | fa163e93-f302-d839-17ba-000000000b70 | TASK | create tempfiles 2025-10-09 14:45:39.115754 | fa163e93-f302-d839-17ba-000000000b70 | CHANGED | create tempfiles | standalone 2025-10-09 14:45:39.117163 | fa163e93-f302-d839-17ba-000000000b70 | TIMING | create tempfiles | standalone | 0:02:29.539319 | 0.31s 2025-10-09 14:45:39.142389 | fa163e93-f302-d839-17ba-000000000b71 | TASK | Mount Nova NFS Share 2025-10-09 14:45:39.172489 | fa163e93-f302-d839-17ba-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-09 14:45:39.173687 | fa163e93-f302-d839-17ba-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:29.595849 | 0.03s 2025-10-09 14:45:39.200669 | fa163e93-f302-d839-17ba-000000000b73 | TASK | check systemd-container package installed or not 2025-10-09 14:45:39.227582 | fa163e93-f302-d839-17ba-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-09 14:45:39.228507 | fa163e93-f302-d839-17ba-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:29.650676 | 0.03s 2025-10-09 14:45:39.248183 | fa163e93-f302-d839-17ba-000000000b74 | TASK | get latest package from downloaded package versions 2025-10-09 14:45:39.273807 | fa163e93-f302-d839-17ba-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-09 14:45:39.274535 | fa163e93-f302-d839-17ba-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:29.696705 | 0.03s 2025-10-09 14:45:39.293574 | fa163e93-f302-d839-17ba-000000000b75 | TASK | Install systemd-container package on boot 2025-10-09 14:45:39.319008 | fa163e93-f302-d839-17ba-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-09 14:45:39.319702 | fa163e93-f302-d839-17ba-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:29.741874 | 0.03s 2025-10-09 14:45:39.338826 | fa163e93-f302-d839-17ba-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-10-09 14:45:39.365484 | fa163e93-f302-d839-17ba-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-09 14:45:39.366663 | fa163e93-f302-d839-17ba-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:29.788826 | 0.03s 2025-10-09 14:45:39.391245 | fa163e93-f302-d839-17ba-000000000b77 | TASK | check if install-systemd-container service exists 2025-10-09 14:45:39.417915 | fa163e93-f302-d839-17ba-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-09 14:45:39.419104 | fa163e93-f302-d839-17ba-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:29.841268 | 0.03s 2025-10-09 14:45:39.443973 | fa163e93-f302-d839-17ba-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-10-09 14:45:39.470561 | fa163e93-f302-d839-17ba-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-09 14:45:39.471706 | fa163e93-f302-d839-17ba-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:29.893868 | 0.03s 2025-10-09 14:45:39.496352 | fa163e93-f302-d839-17ba-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-09 14:45:39.534115 | fa163e93-f302-d839-17ba-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-09 14:45:39.535194 | fa163e93-f302-d839-17ba-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:29.957359 | 0.04s 2025-10-09 14:45:39.560754 | fa163e93-f302-d839-17ba-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-09 14:45:39.591805 | fa163e93-f302-d839-17ba-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-09 14:45:39.592903 | fa163e93-f302-d839-17ba-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:30.015066 | 0.03s 2025-10-09 14:45:39.617500 | fa163e93-f302-d839-17ba-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-10-09 14:45:39.648858 | fa163e93-f302-d839-17ba-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-09 14:45:39.649930 | fa163e93-f302-d839-17ba-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.072094 | 0.03s 2025-10-09 14:45:39.674557 | fa163e93-f302-d839-17ba-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-09 14:45:39.703990 | fa163e93-f302-d839-17ba-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-09 14:45:39.705309 | fa163e93-f302-d839-17ba-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.127472 | 0.03s 2025-10-09 14:45:39.731014 | fa163e93-f302-d839-17ba-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-09 14:45:39.761807 | fa163e93-f302-d839-17ba-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-09 14:45:39.762884 | fa163e93-f302-d839-17ba-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:30.185047 | 0.03s 2025-10-09 14:45:39.787233 | fa163e93-f302-d839-17ba-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-09 14:45:39.818224 | fa163e93-f302-d839-17ba-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-09 14:45:39.819298 | fa163e93-f302-d839-17ba-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:30.241462 | 0.03s 2025-10-09 14:45:39.843698 | fa163e93-f302-d839-17ba-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-09 14:45:39.914392 | fa163e93-f302-d839-17ba-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-09 14:45:39.915504 | fa163e93-f302-d839-17ba-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.337668 | 0.07s 2025-10-09 14:45:39.941038 | fa163e93-f302-d839-17ba-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-09 14:45:39.969118 | fa163e93-f302-d839-17ba-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-09 14:45:39.970430 | fa163e93-f302-d839-17ba-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.392564 | 0.03s 2025-10-09 14:45:39.995030 | fa163e93-f302-d839-17ba-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-10-09 14:45:40.023736 | fa163e93-f302-d839-17ba-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-10-09 14:45:40.024891 | fa163e93-f302-d839-17ba-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:30.447056 | 0.03s 2025-10-09 14:45:40.050476 | fa163e93-f302-d839-17ba-000000000b86 | TASK | install nova-compute delay wrapper script 2025-10-09 14:45:40.084378 | fa163e93-f302-d839-17ba-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-09 14:45:40.085581 | fa163e93-f302-d839-17ba-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:30.507744 | 0.03s 2025-10-09 14:45:40.111194 | fa163e93-f302-d839-17ba-000000000b87 | TASK | Is irqbalance enabled 2025-10-09 14:45:40.143732 | fa163e93-f302-d839-17ba-000000000b87 | OK | Is irqbalance enabled | standalone 2025-10-09 14:45:40.144984 | fa163e93-f302-d839-17ba-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:30.567147 | 0.03s 2025-10-09 14:45:40.169186 | fa163e93-f302-d839-17ba-000000000b88 | TASK | disable irqbalance service on compute 2025-10-09 14:45:40.196357 | fa163e93-f302-d839-17ba-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-09 14:45:40.197503 | fa163e93-f302-d839-17ba-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:30.619665 | 0.03s 2025-10-09 14:45:40.222237 | fa163e93-f302-d839-17ba-000000000b89 | TASK | create persistent directories 2025-10-09 14:45:40.443885 | fa163e93-f302-d839-17ba-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-09 14:45:40.446143 | fa163e93-f302-d839-17ba-000000000b89 | TIMING | create persistent directories | standalone | 0:02:30.868302 | 0.22s 2025-10-09 14:45:40.455274 | fa163e93-f302-d839-17ba-000000000b89 | TIMING | create persistent directories | standalone | 0:02:30.877445 | 0.23s 2025-10-09 14:45:40.472480 | fa163e93-f302-d839-17ba-000000000b8a | TASK | create libvirt persistent data directories 2025-10-09 14:45:40.738268 | fa163e93-f302-d839-17ba-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-09 14:45:40.740082 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.162238 | 0.27s 2025-10-09 14:45:40.976257 | fa163e93-f302-d839-17ba-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-09 14:45:40.977437 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.399576 | 0.50s 2025-10-09 14:45:41.188759 | fa163e93-f302-d839-17ba-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-09 14:45:41.189988 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.612154 | 0.72s 2025-10-09 14:45:41.423197 | fa163e93-f302-d839-17ba-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-09 14:45:41.424297 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:31.846463 | 0.95s 2025-10-09 14:45:41.667352 | fa163e93-f302-d839-17ba-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-09 14:45:41.668505 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.090671 | 1.20s 2025-10-09 14:45:41.842643 | fa163e93-f302-d839-17ba-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-09 14:45:41.844227 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.266392 | 1.37s 2025-10-09 14:45:42.010234 | fa163e93-f302-d839-17ba-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-09 14:45:42.011952 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.434119 | 1.54s 2025-10-09 14:45:42.206778 | fa163e93-f302-d839-17ba-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-09 14:45:42.208191 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.630364 | 1.74s 2025-10-09 14:45:42.220886 | fa163e93-f302-d839-17ba-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.643043 | 1.75s 2025-10-09 14:45:42.248915 | fa163e93-f302-d839-17ba-000000000b8b | TASK | ensure qemu group is present on the host 2025-10-09 14:45:42.826246 | fa163e93-f302-d839-17ba-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-10-09 14:45:42.827725 | fa163e93-f302-d839-17ba-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:33.249888 | 0.58s 2025-10-09 14:45:42.853137 | fa163e93-f302-d839-17ba-000000000b8c | TASK | ensure qemu user is present on the host 2025-10-09 14:45:43.537286 | fa163e93-f302-d839-17ba-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-10-09 14:45:43.538764 | fa163e93-f302-d839-17ba-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:33.960927 | 0.68s 2025-10-09 14:45:43.564146 | fa163e93-f302-d839-17ba-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-09 14:45:43.778303 | fa163e93-f302-d839-17ba-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-09 14:45:43.779766 | fa163e93-f302-d839-17ba-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:34.201903 | 0.21s 2025-10-09 14:45:43.805187 | fa163e93-f302-d839-17ba-000000000b8e | TASK | check if libvirt is installed 2025-10-09 14:45:44.027049 | fa163e93-f302-d839-17ba-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-10-09 14:45:44.028389 | fa163e93-f302-d839-17ba-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:34.450553 | 0.22s 2025-10-09 14:45:44.053101 | fa163e93-f302-d839-17ba-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-10-09 14:45:44.095461 | fa163e93-f302-d839-17ba-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-09 14:45:44.102103 | fa163e93-f302-d839-17ba-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-09 14:45:44.107967 | fa163e93-f302-d839-17ba-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:34.530123 | 0.05s 2025-10-09 14:45:44.132683 | fa163e93-f302-d839-17ba-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-10-09 14:45:44.587283 | fa163e93-f302-d839-17ba-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-09 14:45:44.588580 | fa163e93-f302-d839-17ba-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:35.010744 | 0.45s 2025-10-09 14:45:44.612921 | fa163e93-f302-d839-17ba-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-09 14:45:45.663722 | fa163e93-f302-d839-17ba-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-09 14:45:45.665388 | fa163e93-f302-d839-17ba-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:36.087548 | 1.05s 2025-10-09 14:45:45.690974 | fa163e93-f302-d839-17ba-000000000b92 | TASK | Create libvirt persistent data directories 2025-10-09 14:45:45.933184 | fa163e93-f302-d839-17ba-000000000b92 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-09 14:45:45.935223 | fa163e93-f302-d839-17ba-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.357384 | 0.24s 2025-10-09 14:45:45.945042 | fa163e93-f302-d839-17ba-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:36.367209 | 0.25s 2025-10-09 14:45:45.966079 | fa163e93-f302-d839-17ba-000000000b93 | TASK | create persistent directories 2025-10-09 14:45:46.227478 | fa163e93-f302-d839-17ba-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-09 14:45:46.229216 | fa163e93-f302-d839-17ba-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.651363 | 0.26s 2025-10-09 14:45:46.448581 | fa163e93-f302-d839-17ba-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-09 14:45:46.449756 | fa163e93-f302-d839-17ba-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.871917 | 0.48s 2025-10-09 14:45:46.457076 | fa163e93-f302-d839-17ba-000000000b93 | TIMING | create persistent directories | standalone | 0:02:36.879234 | 0.49s 2025-10-09 14:45:46.482608 | fa163e93-f302-d839-17ba-000000000b94 | TASK | Copy in cleanup script 2025-10-09 14:45:46.941592 | fa163e93-f302-d839-17ba-000000000b94 | CHANGED | Copy in cleanup script | standalone 2025-10-09 14:45:46.942999 | fa163e93-f302-d839-17ba-000000000b94 | TIMING | Copy in cleanup script | standalone | 0:02:37.365161 | 0.46s 2025-10-09 14:45:46.967806 | fa163e93-f302-d839-17ba-000000000b95 | TASK | Copy in cleanup service 2025-10-09 14:45:47.427618 | fa163e93-f302-d839-17ba-000000000b95 | CHANGED | Copy in cleanup service | standalone 2025-10-09 14:45:47.428859 | fa163e93-f302-d839-17ba-000000000b95 | TIMING | Copy in cleanup service | standalone | 0:02:37.851024 | 0.46s 2025-10-09 14:45:47.453853 | fa163e93-f302-d839-17ba-000000000b96 | TASK | Enabling the cleanup service 2025-10-09 14:45:48.111372 | fa163e93-f302-d839-17ba-000000000b96 | CHANGED | Enabling the cleanup service | standalone 2025-10-09 14:45:48.113225 | fa163e93-f302-d839-17ba-000000000b96 | TIMING | Enabling the cleanup service | standalone | 0:02:38.535388 | 0.66s 2025-10-09 14:45:48.139224 | fa163e93-f302-d839-17ba-000000000b97 | TASK | create persistent directories 2025-10-09 14:45:48.401815 | fa163e93-f302-d839-17ba-000000000b97 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-09 14:45:48.404211 | fa163e93-f302-d839-17ba-000000000b97 | TIMING | create persistent directories | standalone | 0:02:38.826367 | 0.26s 2025-10-09 14:45:48.631755 | fa163e93-f302-d839-17ba-000000000b97 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-09 14:45:48.633631 | fa163e93-f302-d839-17ba-000000000b97 | TIMING | create persistent directories | standalone | 0:02:39.055797 | 0.49s 2025-10-09 14:45:48.644307 | fa163e93-f302-d839-17ba-000000000b97 | TIMING | create persistent directories | standalone | 0:02:39.066463 | 0.50s 2025-10-09 14:45:48.669347 | fa163e93-f302-d839-17ba-000000000b98 | TASK | set conditions 2025-10-09 14:45:48.700310 | fa163e93-f302-d839-17ba-000000000b98 | OK | set conditions | standalone 2025-10-09 14:45:48.701497 | fa163e93-f302-d839-17ba-000000000b98 | TIMING | set conditions | standalone | 0:02:39.123660 | 0.03s 2025-10-09 14:45:48.726158 | fa163e93-f302-d839-17ba-000000000b99 | TASK | create persistent directories 2025-10-09 14:45:48.976895 | fa163e93-f302-d839-17ba-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-09 14:45:48.979124 | fa163e93-f302-d839-17ba-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.401282 | 0.25s 2025-10-09 14:45:49.157414 | fa163e93-f302-d839-17ba-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-09 14:45:49.158430 | fa163e93-f302-d839-17ba-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.580568 | 0.43s 2025-10-09 14:45:49.336165 | fa163e93-f302-d839-17ba-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-09 14:45:49.337237 | fa163e93-f302-d839-17ba-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.759403 | 0.61s 2025-10-09 14:45:49.344060 | fa163e93-f302-d839-17ba-000000000b99 | TIMING | create persistent directories | standalone | 0:02:39.766220 | 0.62s 2025-10-09 14:45:49.369532 | fa163e93-f302-d839-17ba-000000000b9a | TASK | ensure /run/octavia is present upon reboot 2025-10-09 14:45:49.768598 | fa163e93-f302-d839-17ba-000000000b9a | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-09 14:45:49.769420 | fa163e93-f302-d839-17ba-000000000b9a | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:40.191592 | 0.40s 2025-10-09 14:45:49.793953 | fa163e93-f302-d839-17ba-000000000b9b | TASK | create persistent directories 2025-10-09 14:45:50.036682 | fa163e93-f302-d839-17ba-000000000b9b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-09 14:45:50.038893 | fa163e93-f302-d839-17ba-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.461051 | 0.24s 2025-10-09 14:45:50.244060 | fa163e93-f302-d839-17ba-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-09 14:45:50.245183 | fa163e93-f302-d839-17ba-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.667349 | 0.45s 2025-10-09 14:45:50.250864 | fa163e93-f302-d839-17ba-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.673030 | 0.46s 2025-10-09 14:45:50.276631 | fa163e93-f302-d839-17ba-000000000b9c | TASK | create empty log files 2025-10-09 14:45:50.528710 | fa163e93-f302-d839-17ba-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-09 14:45:50.531655 | fa163e93-f302-d839-17ba-000000000b9c | TIMING | create empty log files | standalone | 0:02:40.953800 | 0.25s 2025-10-09 14:45:50.738798 | fa163e93-f302-d839-17ba-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-09 14:45:50.739998 | fa163e93-f302-d839-17ba-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.162164 | 0.46s 2025-10-09 14:45:50.746442 | fa163e93-f302-d839-17ba-000000000b9c | TIMING | create empty log files | standalone | 0:02:41.168611 | 0.47s 2025-10-09 14:45:50.772171 | fa163e93-f302-d839-17ba-000000000b9d | TASK | create persistent directories 2025-10-09 14:45:50.980572 | fa163e93-f302-d839-17ba-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-09 14:45:50.982613 | fa163e93-f302-d839-17ba-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.404775 | 0.21s 2025-10-09 14:45:50.992760 | fa163e93-f302-d839-17ba-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.414927 | 0.22s 2025-10-09 14:45:51.018824 | fa163e93-f302-d839-17ba-000000000b9f | TASK | Ensure packages required for configuring octavia are present 2025-10-09 14:45:53.799178 | fa163e93-f302-d839-17ba-000000000b9f | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-09 14:45:53.800685 | fa163e93-f302-d839-17ba-000000000b9f | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:44.222848 | 2.78s 2025-10-09 14:45:53.855691 | fa163e93-f302-d839-17ba-000000000ba1 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:44.277848 | 0.03s 2025-10-09 14:45:53.918216 | fa163e93-f302-d839-17ba-000000001298 | TASK | Gather variables for each operating system 2025-10-09 14:45:54.022826 | fa163e93-f302-d839-17ba-000000001298 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:44.444980 | 0.10s 2025-10-09 14:45:54.048563 | fa163e93-f302-d839-17ba-000000001299 | TASK | Set packages facts 2025-10-09 14:45:54.098737 | fa163e93-f302-d839-17ba-000000001299 | OK | Set packages facts | standalone 2025-10-09 14:45:54.099963 | fa163e93-f302-d839-17ba-000000001299 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:44.522126 | 0.05s 2025-10-09 14:45:54.126443 | fa163e93-f302-d839-17ba-00000000129a | TASK | Manage package 2025-10-09 14:45:54.189004 | fa163e93-f302-d839-17ba-00000000129a | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-09 14:45:54.207412 | fa163e93-f302-d839-17ba-00000000129a | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-09 14:45:54.223802 | fa163e93-f302-d839-17ba-00000000129a | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-09 14:45:58.734101 | fa163e93-f302-d839-17ba-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:49.156217 | 4.61s 2025-10-09 14:45:58.742553 | fa163e93-f302-d839-17ba-00000000129a | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-09 14:45:58.748716 | fa163e93-f302-d839-17ba-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:49.170879 | 4.62s 2025-10-09 14:45:58.788148 | fa163e93-f302-d839-17ba-000000000ba2 | TASK | create fcontext for rabbitmq data 2025-10-09 14:46:00.026009 | fa163e93-f302-d839-17ba-000000000ba2 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-09 14:46:00.027774 | fa163e93-f302-d839-17ba-000000000ba2 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:50.449938 | 1.24s 2025-10-09 14:46:00.053486 | fa163e93-f302-d839-17ba-000000000ba3 | TASK | create persistent directories 2025-10-09 14:46:00.302705 | fa163e93-f302-d839-17ba-000000000ba3 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-09 14:46:00.304468 | fa163e93-f302-d839-17ba-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:50.726625 | 0.25s 2025-10-09 14:46:00.537707 | fa163e93-f302-d839-17ba-000000000ba3 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-09 14:46:00.538826 | fa163e93-f302-d839-17ba-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:50.960993 | 0.48s 2025-10-09 14:46:00.545334 | fa163e93-f302-d839-17ba-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:50.967494 | 0.49s 2025-10-09 14:46:00.571818 | fa163e93-f302-d839-17ba-000000000ba4 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-09 14:46:00.866125 | fa163e93-f302-d839-17ba-000000000ba4 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-09 14:46:00.867779 | fa163e93-f302-d839-17ba-000000000ba4 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:51.289934 | 0.29s 2025-10-09 14:46:00.893090 | fa163e93-f302-d839-17ba-000000000ba5 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-09 14:46:00.922564 | fa163e93-f302-d839-17ba-000000000ba5 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-09 14:46:00.923988 | fa163e93-f302-d839-17ba-000000000ba5 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:51.346143 | 0.03s 2025-10-09 14:46:00.949903 | fa163e93-f302-d839-17ba-000000000ba6 | TASK | Remove existing entries from logind conf 2025-10-09 14:46:01.190948 | fa163e93-f302-d839-17ba-000000000ba6 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-09 14:46:01.192657 | fa163e93-f302-d839-17ba-000000000ba6 | TIMING | Remove existing entries from logind conf | standalone | 0:02:51.614801 | 0.24s 2025-10-09 14:46:01.211358 | fa163e93-f302-d839-17ba-000000000ba7 | TASK | Make sure systemd-logind ignores power off 2025-10-09 14:46:01.443216 | fa163e93-f302-d839-17ba-000000000ba7 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-09 14:46:01.444761 | fa163e93-f302-d839-17ba-000000000ba7 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:51.866922 | 0.23s 2025-10-09 14:46:01.470283 | fa163e93-f302-d839-17ba-000000000ba8 | TASK | Restart systemd-logind 2025-10-09 14:46:03.031819 | fa163e93-f302-d839-17ba-000000000ba8 | CHANGED | Restart systemd-logind | standalone 2025-10-09 14:46:03.033875 | fa163e93-f302-d839-17ba-000000000ba8 | TIMING | Restart systemd-logind | standalone | 0:02:53.456035 | 1.56s 2025-10-09 14:46:03.060820 | fa163e93-f302-d839-17ba-000000000ba9 | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-09 14:46:03.132359 | fa163e93-f302-d839-17ba-000000000ba9 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-09 14:46:03.133514 | fa163e93-f302-d839-17ba-000000000ba9 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:53.555673 | 0.07s 2025-10-09 14:46:03.158285 | fa163e93-f302-d839-17ba-000000000baa | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-09 14:46:03.229322 | fa163e93-f302-d839-17ba-000000000baa | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-09 14:46:03.230530 | fa163e93-f302-d839-17ba-000000000baa | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:53.652691 | 0.07s 2025-10-09 14:46:03.256306 | fa163e93-f302-d839-17ba-000000000bab | TASK | create persistent logs directory 2025-10-09 14:46:03.506420 | fa163e93-f302-d839-17ba-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-09 14:46:03.507963 | fa163e93-f302-d839-17ba-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:53.930125 | 0.25s 2025-10-09 14:46:03.724716 | fa163e93-f302-d839-17ba-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-09 14:46:03.726628 | fa163e93-f302-d839-17ba-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:54.148793 | 0.47s 2025-10-09 14:46:03.737601 | fa163e93-f302-d839-17ba-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:54.159751 | 0.48s 2025-10-09 14:46:03.763940 | fa163e93-f302-d839-17ba-000000000bad | TASK | Set login facts 2025-10-09 14:46:03.803926 | fa163e93-f302-d839-17ba-000000000bad | OK | Set login facts | standalone 2025-10-09 14:46:03.805214 | fa163e93-f302-d839-17ba-000000000bad | TIMING | Set login facts | standalone | 0:02:54.227347 | 0.04s 2025-10-09 14:46:03.830988 | fa163e93-f302-d839-17ba-000000000bae | TASK | Convert logins json to dict 2025-10-09 14:46:03.881700 | fa163e93-f302-d839-17ba-000000000bae | SKIPPED | Convert logins json to dict | standalone 2025-10-09 14:46:03.882743 | fa163e93-f302-d839-17ba-000000000bae | TIMING | Convert logins json to dict | standalone | 0:02:54.304912 | 0.05s 2025-10-09 14:46:03.903173 | fa163e93-f302-d839-17ba-000000000baf | TASK | Set registry logins 2025-10-09 14:46:03.952622 | fa163e93-f302-d839-17ba-000000000baf | SKIPPED | Set registry logins | standalone 2025-10-09 14:46:03.953829 | fa163e93-f302-d839-17ba-000000000baf | TIMING | Set registry logins | standalone | 0:02:54.375990 | 0.05s 2025-10-09 14:46:03.979000 | fa163e93-f302-d839-17ba-000000000bb0 | TASK | Run podman install 2025-10-09 14:46:04.013384 | fa163e93-f302-d839-17ba-000000000bb0 | TIMING | Run podman install | standalone | 0:02:54.435541 | 0.03s 2025-10-09 14:46:04.093822 | fa163e93-f302-d839-17ba-00000000132a | TASK | Gather variables for each operating system 2025-10-09 14:46:04.251648 | fa163e93-f302-d839-17ba-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-09 14:46:04.254067 | fa163e93-f302-d839-17ba-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.676221 | 0.16s 2025-10-09 14:46:04.264132 | fa163e93-f302-d839-17ba-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:54.686287 | 0.17s 2025-10-09 14:46:04.290183 | fa163e93-f302-d839-17ba-00000000132c | TASK | ensure podman and deps are installed 2025-10-09 14:46:07.163568 | fa163e93-f302-d839-17ba-00000000132c | OK | ensure podman and deps are installed | standalone 2025-10-09 14:46:07.165081 | fa163e93-f302-d839-17ba-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:57.587244 | 2.87s 2025-10-09 14:46:07.190877 | fa163e93-f302-d839-17ba-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-10-09 14:46:07.820307 | fa163e93-f302-d839-17ba-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-09 14:46:07.821528 | fa163e93-f302-d839-17ba-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:58.243691 | 0.63s 2025-10-09 14:46:07.847735 | fa163e93-f302-d839-17ba-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-09 14:46:07.883115 | fa163e93-f302-d839-17ba-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-09 14:46:07.884710 | fa163e93-f302-d839-17ba-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:58.306870 | 0.04s 2025-10-09 14:46:07.911560 | fa163e93-f302-d839-17ba-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-09 14:46:07.955985 | fa163e93-f302-d839-17ba-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-09 14:46:07.958009 | fa163e93-f302-d839-17ba-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:58.380173 | 0.04s 2025-10-09 14:46:07.979588 | fa163e93-f302-d839-17ba-000000001331 | TASK | Update default network configuration if possible 2025-10-09 14:46:08.019264 | fa163e93-f302-d839-17ba-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-10-09 14:46:08.020878 | fa163e93-f302-d839-17ba-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:58.443037 | 0.04s 2025-10-09 14:46:08.048021 | fa163e93-f302-d839-17ba-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-10-09 14:46:08.275192 | fa163e93-f302-d839-17ba-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-09 14:46:08.276812 | fa163e93-f302-d839-17ba-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:58.698973 | 0.23s 2025-10-09 14:46:08.303058 | fa163e93-f302-d839-17ba-000000001334 | TASK | Get current podman network 2025-10-09 14:46:08.604925 | fa163e93-f302-d839-17ba-000000001334 | CHANGED | Get current podman network | standalone 2025-10-09 14:46:08.606345 | fa163e93-f302-d839-17ba-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:59.028508 | 0.30s 2025-10-09 14:46:08.633094 | fa163e93-f302-d839-17ba-000000001335 | TASK | Update the default network configuration 2025-10-09 14:46:09.127890 | fa163e93-f302-d839-17ba-000000001335 | CHANGED | Update the default network configuration | standalone 2025-10-09 14:46:09.129436 | fa163e93-f302-d839-17ba-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:59.551573 | 0.49s 2025-10-09 14:46:09.156266 | fa163e93-f302-d839-17ba-000000001336 | TASK | Write containers registries.conf 2025-10-09 14:46:09.694699 | fa163e93-f302-d839-17ba-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-10-09 14:46:09.695552 | fa163e93-f302-d839-17ba-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:00.117725 | 0.54s 2025-10-09 14:46:09.713092 | fa163e93-f302-d839-17ba-000000001337 | TASK | Write containers.conf 2025-10-09 14:46:09.962277 | fa163e93-f302-d839-17ba-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-09 14:46:09.965316 | fa163e93-f302-d839-17ba-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.387467 | 0.25s 2025-10-09 14:46:10.168422 | fa163e93-f302-d839-17ba-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-09 14:46:10.170471 | fa163e93-f302-d839-17ba-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.592635 | 0.46s 2025-10-09 14:46:10.333142 | fa163e93-f302-d839-17ba-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-09 14:46:10.335049 | fa163e93-f302-d839-17ba-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.757212 | 0.62s 2025-10-09 14:46:10.489749 | fa163e93-f302-d839-17ba-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-09 14:46:10.490933 | fa163e93-f302-d839-17ba-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.913099 | 0.78s 2025-10-09 14:46:10.498443 | fa163e93-f302-d839-17ba-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:00.920601 | 0.78s 2025-10-09 14:46:10.525376 | fa163e93-f302-d839-17ba-000000001338 | TASK | Enable podman.socket service 2025-10-09 14:46:10.554140 | fa163e93-f302-d839-17ba-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-10-09 14:46:10.555275 | fa163e93-f302-d839-17ba-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:00.977438 | 0.03s 2025-10-09 14:46:10.604567 | fa163e93-f302-d839-17ba-000000000bb1 | TASK | Run podman login 2025-10-09 14:46:10.625787 | fa163e93-f302-d839-17ba-000000000bb1 | TIMING | Run podman login | standalone | 0:03:01.047946 | 0.02s 2025-10-09 14:46:10.702618 | fa163e93-f302-d839-17ba-000000001438 | TASK | Perform container registry login(s) with podman 2025-10-09 14:46:10.728849 | fa163e93-f302-d839-17ba-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:01.151011 | 0.03s 2025-10-09 14:46:10.766469 | fa163e93-f302-d839-17ba-000000000bb3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-09 14:46:11.228263 | fa163e93-f302-d839-17ba-000000000bb3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-09 14:46:11.229722 | fa163e93-f302-d839-17ba-000000000bb3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:01.651884 | 0.46s 2025-10-09 14:46:11.254461 | fa163e93-f302-d839-17ba-000000000bb4 | TASK | create persistent directories 2025-10-09 14:46:11.516655 | fa163e93-f302-d839-17ba-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-09 14:46:11.519017 | fa163e93-f302-d839-17ba-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:01.941173 | 0.26s 2025-10-09 14:46:11.744763 | fa163e93-f302-d839-17ba-000000000bb4 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-09 14:46:11.745994 | fa163e93-f302-d839-17ba-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:02.168160 | 0.49s 2025-10-09 14:46:11.925134 | fa163e93-f302-d839-17ba-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-09 14:46:11.926422 | fa163e93-f302-d839-17ba-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:02.348564 | 0.67s 2025-10-09 14:46:11.933728 | fa163e93-f302-d839-17ba-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:02.355888 | 0.68s 2025-10-09 14:46:11.961124 | fa163e93-f302-d839-17ba-000000000bb5 | TASK | ensure /run/redis is present upon reboot 2025-10-09 14:46:12.421902 | fa163e93-f302-d839-17ba-000000000bb5 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-09 14:46:12.423455 | fa163e93-f302-d839-17ba-000000000bb5 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:02.845616 | 0.46s 2025-10-09 14:46:12.449025 | fa163e93-f302-d839-17ba-000000000bb6 | TASK | Ensure rsyslog is installed 2025-10-09 14:46:15.318102 | fa163e93-f302-d839-17ba-000000000bb6 | OK | Ensure rsyslog is installed | standalone 2025-10-09 14:46:15.319556 | fa163e93-f302-d839-17ba-000000000bb6 | TIMING | Ensure rsyslog is installed | standalone | 0:03:05.741719 | 2.87s 2025-10-09 14:46:15.345439 | fa163e93-f302-d839-17ba-000000000bb7 | TASK | Ensure rsyslog is enabled and started 2025-10-09 14:46:15.707564 | fa163e93-f302-d839-17ba-000000000bb7 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-09 14:46:15.709703 | fa163e93-f302-d839-17ba-000000000bb7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:06.131863 | 0.36s 2025-10-09 14:46:15.765139 | fa163e93-f302-d839-17ba-000000000bb8 | TIMING | include_role : tripleo_sshd | standalone | 0:03:06.187293 | 0.03s 2025-10-09 14:46:15.850590 | fa163e93-f302-d839-17ba-000000001553 | TASK | Gather variables for each operating system 2025-10-09 14:46:15.971364 | fa163e93-f302-d839-17ba-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-09 14:46:15.972946 | fa163e93-f302-d839-17ba-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.395113 | 0.12s 2025-10-09 14:46:15.982648 | fa163e93-f302-d839-17ba-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.404815 | 0.13s 2025-10-09 14:46:16.000128 | fa163e93-f302-d839-17ba-000000001555 | TASK | Install the OpenSSH server 2025-10-09 14:46:18.900160 | fa163e93-f302-d839-17ba-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-09 14:46:18.901024 | fa163e93-f302-d839-17ba-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:09.323196 | 2.90s 2025-10-09 14:46:18.918407 | fa163e93-f302-d839-17ba-000000001556 | TASK | Start sshd 2025-10-09 14:46:18.943967 | fa163e93-f302-d839-17ba-000000001556 | SKIPPED | Start sshd | standalone 2025-10-09 14:46:18.944531 | fa163e93-f302-d839-17ba-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:09.366705 | 0.03s 2025-10-09 14:46:18.964157 | fa163e93-f302-d839-17ba-000000001557 | TASK | PasswordAuthentication notice 2025-10-09 14:46:18.993368 | fa163e93-f302-d839-17ba-000000001557 | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2025-10-09 14:46:18.994132 | fa163e93-f302-d839-17ba-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:09.416304 | 0.03s 2025-10-09 14:46:19.013464 | fa163e93-f302-d839-17ba-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-09 14:46:19.040945 | fa163e93-f302-d839-17ba-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-09 14:46:19.042130 | fa163e93-f302-d839-17ba-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:09.464292 | 0.03s 2025-10-09 14:46:19.067208 | fa163e93-f302-d839-17ba-000000001559 | TASK | Motd duplication notice 2025-10-09 14:46:19.108703 | fa163e93-f302-d839-17ba-000000001559 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-09 14:46:19.109965 | fa163e93-f302-d839-17ba-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:09.532127 | 0.04s 2025-10-09 14:46:19.136113 | fa163e93-f302-d839-17ba-00000000155a | TASK | Configure the banner text 2025-10-09 14:46:19.167267 | fa163e93-f302-d839-17ba-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-09 14:46:19.168431 | fa163e93-f302-d839-17ba-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:09.590559 | 0.03s 2025-10-09 14:46:19.193663 | fa163e93-f302-d839-17ba-00000000155b | TASK | Configure the motd banner 2025-10-09 14:46:19.225837 | fa163e93-f302-d839-17ba-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-09 14:46:19.227442 | fa163e93-f302-d839-17ba-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:09.649569 | 0.03s 2025-10-09 14:46:19.252692 | fa163e93-f302-d839-17ba-00000000155c | TASK | Update sshd configuration options from vars 2025-10-09 14:46:19.292623 | fa163e93-f302-d839-17ba-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-09 14:46:19.293978 | fa163e93-f302-d839-17ba-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:09.716140 | 0.04s 2025-10-09 14:46:19.320192 | fa163e93-f302-d839-17ba-00000000155d | TASK | Adjust ssh server configuration 2025-10-09 14:46:19.856742 | fa163e93-f302-d839-17ba-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-09 14:46:19.858132 | fa163e93-f302-d839-17ba-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:10.280295 | 0.54s 2025-10-09 14:46:19.884019 | fa163e93-f302-d839-17ba-00000000155e | TASK | Restart sshd 2025-10-09 14:46:20.302360 | fa163e93-f302-d839-17ba-00000000155e | CHANGED | Restart sshd | standalone 2025-10-09 14:46:20.304322 | fa163e93-f302-d839-17ba-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:10.726485 | 0.42s 2025-10-09 14:46:20.354832 | fa163e93-f302-d839-17ba-000000000bb9 | TASK | create persistent directories 2025-10-09 14:46:20.619301 | fa163e93-f302-d839-17ba-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-09 14:46:20.621549 | fa163e93-f302-d839-17ba-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:11.043704 | 0.27s 2025-10-09 14:46:20.833215 | fa163e93-f302-d839-17ba-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-09 14:46:20.835581 | fa163e93-f302-d839-17ba-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:11.257741 | 0.48s 2025-10-09 14:46:21.054862 | fa163e93-f302-d839-17ba-000000000bb9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-09 14:46:21.056081 | fa163e93-f302-d839-17ba-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:11.478248 | 0.70s 2025-10-09 14:46:21.063354 | fa163e93-f302-d839-17ba-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:11.485513 | 0.71s 2025-10-09 14:46:21.090844 | fa163e93-f302-d839-17ba-000000000bba | TASK | create persistent directories 2025-10-09 14:46:21.354504 | fa163e93-f302-d839-17ba-000000000bba | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-09 14:46:21.357844 | fa163e93-f302-d839-17ba-000000000bba | TIMING | create persistent directories | standalone | 0:03:11.779989 | 0.27s 2025-10-09 14:46:21.592020 | fa163e93-f302-d839-17ba-000000000bba | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-09 14:46:21.594046 | fa163e93-f302-d839-17ba-000000000bba | TIMING | create persistent directories | standalone | 0:03:12.016205 | 0.50s 2025-10-09 14:46:21.776149 | fa163e93-f302-d839-17ba-000000000bba | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-09 14:46:21.778075 | fa163e93-f302-d839-17ba-000000000bba | TIMING | create persistent directories | standalone | 0:03:12.200241 | 0.69s 2025-10-09 14:46:21.788739 | fa163e93-f302-d839-17ba-000000000bba | TIMING | create persistent directories | standalone | 0:03:12.210899 | 0.70s 2025-10-09 14:46:21.810460 | fa163e93-f302-d839-17ba-000000000bbb | TASK | Set swift_use_local_disks fact 2025-10-09 14:46:21.840022 | fa163e93-f302-d839-17ba-000000000bbb | OK | Set swift_use_local_disks fact | standalone 2025-10-09 14:46:21.840813 | fa163e93-f302-d839-17ba-000000000bbb | TIMING | Set swift_use_local_disks fact | standalone | 0:03:12.262985 | 0.03s 2025-10-09 14:46:21.857587 | fa163e93-f302-d839-17ba-000000000bbc | TASK | Set use_node_data_lookup fact 2025-10-09 14:46:21.881275 | fa163e93-f302-d839-17ba-000000000bbc | OK | Set use_node_data_lookup fact | standalone 2025-10-09 14:46:21.881971 | fa163e93-f302-d839-17ba-000000000bbc | TIMING | Set use_node_data_lookup fact | standalone | 0:03:12.304144 | 0.02s 2025-10-09 14:46:21.898782 | fa163e93-f302-d839-17ba-000000000bbd | TASK | Create Swift d1 directory if needed 2025-10-09 14:46:22.127316 | fa163e93-f302-d839-17ba-000000000bbd | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-09 14:46:22.128728 | fa163e93-f302-d839-17ba-000000000bbd | TIMING | Create Swift d1 directory if needed | standalone | 0:03:12.550889 | 0.23s 2025-10-09 14:46:22.154187 | fa163e93-f302-d839-17ba-000000000bbe | TASK | Set fact for SwiftRawDisks 2025-10-09 14:46:22.181539 | fa163e93-f302-d839-17ba-000000000bbe | OK | Set fact for SwiftRawDisks | standalone 2025-10-09 14:46:22.182869 | fa163e93-f302-d839-17ba-000000000bbe | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:12.605031 | 0.03s 2025-10-09 14:46:22.207746 | fa163e93-f302-d839-17ba-000000000bbf | TASK | Get hiera swift::storage::disks::args 2025-10-09 14:46:22.235871 | fa163e93-f302-d839-17ba-000000000bbf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-09 14:46:22.237126 | fa163e93-f302-d839-17ba-000000000bbf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:12.659290 | 0.03s 2025-10-09 14:46:22.261609 | fa163e93-f302-d839-17ba-000000000bc0 | TASK | Set fact for swift_raw_disks 2025-10-09 14:46:22.289501 | fa163e93-f302-d839-17ba-000000000bc0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-09 14:46:22.290769 | fa163e93-f302-d839-17ba-000000000bc0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:12.712929 | 0.03s 2025-10-09 14:46:22.315687 | fa163e93-f302-d839-17ba-000000000bc1 | TASK | Format SwiftRawDisks 2025-10-09 14:46:22.346710 | fa163e93-f302-d839-17ba-000000000bc1 | TIMING | Format SwiftRawDisks | standalone | 0:03:12.768861 | 0.03s 2025-10-09 14:46:22.371473 | fa163e93-f302-d839-17ba-000000000bc2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-09 14:46:22.419932 | fa163e93-f302-d839-17ba-000000000bc2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-09 14:46:22.421225 | fa163e93-f302-d839-17ba-000000000bc2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:12.843387 | 0.05s 2025-10-09 14:46:22.449810 | fa163e93-f302-d839-17ba-000000000bc3 | TASK | Mount devices defined in SwiftRawDisks 2025-10-09 14:46:22.478637 | fa163e93-f302-d839-17ba-000000000bc3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:12.900784 | 0.03s 2025-10-09 14:46:22.505366 | fa163e93-f302-d839-17ba-000000000bc4 | TASK | Check for NTP service 2025-10-09 14:46:22.719230 | fa163e93-f302-d839-17ba-000000000bc4 | CHANGED | Check for NTP service | standalone 2025-10-09 14:46:22.720689 | fa163e93-f302-d839-17ba-000000000bc4 | TIMING | Check for NTP service | standalone | 0:03:13.142853 | 0.21s 2025-10-09 14:46:22.745656 | fa163e93-f302-d839-17ba-000000000bc5 | TASK | Disable NTP before configuring Chrony 2025-10-09 14:46:22.778577 | fa163e93-f302-d839-17ba-000000000bc5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-09 14:46:22.780383 | fa163e93-f302-d839-17ba-000000000bc5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:13.202537 | 0.03s 2025-10-09 14:46:22.807692 | fa163e93-f302-d839-17ba-000000000bc6 | TASK | Install, Configure and Run Chrony 2025-10-09 14:46:22.836727 | fa163e93-f302-d839-17ba-000000000bc6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:13.258857 | 0.03s 2025-10-09 14:46:22.932263 | fa163e93-f302-d839-17ba-0000000016ef | TASK | Load distro-specific variables 2025-10-09 14:46:22.948299 | fa163e93-f302-d839-17ba-0000000016ef | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.370463 | 0.02s 2025-10-09 14:46:22.956726 | 892ab457-d85c-4e01-b9a1-b39aef766092 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-09 14:46:22.977624 | fa163e93-f302-d839-17ba-0000000017d4 | TASK | Load distro-specific variables 2025-10-09 14:46:23.027509 | fa163e93-f302-d839-17ba-0000000017d4 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 14:46:23.028799 | fa163e93-f302-d839-17ba-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.450961 | 0.05s 2025-10-09 14:46:23.034475 | fa163e93-f302-d839-17ba-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.456637 | 0.06s 2025-10-09 14:46:23.060295 | fa163e93-f302-d839-17ba-0000000016f0 | TASK | Install chronyd 2025-10-09 14:46:23.090890 | fa163e93-f302-d839-17ba-0000000016f0 | TIMING | chrony : Install chronyd | standalone | 0:03:13.513010 | 0.03s 2025-10-09 14:46:23.115028 | a6a5034d-0800-4faa-8f4f-603eb74517f6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-09 14:46:23.146580 | fa163e93-f302-d839-17ba-00000000180d | TASK | Load distro-specific variables 2025-10-09 14:46:23.172677 | fa163e93-f302-d839-17ba-00000000180d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.594842 | 0.03s 2025-10-09 14:46:23.183398 | b5cef008-4eff-4a4a-984a-1523b7e09bb0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-09 14:46:23.207781 | fa163e93-f302-d839-17ba-000000001854 | TASK | Load distro-specific variables 2025-10-09 14:46:23.262500 | fa163e93-f302-d839-17ba-000000001854 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 14:46:23.263717 | fa163e93-f302-d839-17ba-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.685879 | 0.06s 2025-10-09 14:46:23.269308 | fa163e93-f302-d839-17ba-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.691471 | 0.06s 2025-10-09 14:46:23.294669 | fa163e93-f302-d839-17ba-00000000180e | TASK | Check for NTP service 2025-10-09 14:46:23.548710 | fa163e93-f302-d839-17ba-00000000180e | CHANGED | Check for NTP service | standalone 2025-10-09 14:46:23.550065 | fa163e93-f302-d839-17ba-00000000180e | TIMING | chrony : Check for NTP service | standalone | 0:03:13.972228 | 0.25s 2025-10-09 14:46:23.575892 | fa163e93-f302-d839-17ba-00000000180f | TASK | Disable NTP before configuring Chrony 2025-10-09 14:46:23.624605 | fa163e93-f302-d839-17ba-00000000180f | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-09 14:46:23.625930 | fa163e93-f302-d839-17ba-00000000180f | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:14.048091 | 0.05s 2025-10-09 14:46:23.651654 | fa163e93-f302-d839-17ba-000000001810 | TASK | Install chronyd package 2025-10-09 14:46:26.515620 | fa163e93-f302-d839-17ba-000000001810 | OK | Install chronyd package | standalone 2025-10-09 14:46:26.517139 | fa163e93-f302-d839-17ba-000000001810 | TIMING | chrony : Install chronyd package | standalone | 0:03:16.939302 | 2.86s 2025-10-09 14:46:26.543501 | fa163e93-f302-d839-17ba-0000000016f1 | TASK | Upgrade chronyd 2025-10-09 14:46:26.576066 | fa163e93-f302-d839-17ba-0000000016f1 | SKIPPED | Upgrade chronyd | standalone 2025-10-09 14:46:26.577463 | fa163e93-f302-d839-17ba-0000000016f1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:16.999625 | 0.03s 2025-10-09 14:46:26.604788 | fa163e93-f302-d839-17ba-0000000016f2 | TASK | Configure chronyd 2025-10-09 14:46:26.638793 | fa163e93-f302-d839-17ba-0000000016f2 | TIMING | chrony : Configure chronyd | standalone | 0:03:17.060927 | 0.03s 2025-10-09 14:46:26.662337 | 03c5edf9-533b-485b-9ef9-b6243dfc88a9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-09 14:46:26.699191 | fa163e93-f302-d839-17ba-00000000188d | TASK | Load distro-specific variables 2025-10-09 14:46:26.727710 | fa163e93-f302-d839-17ba-00000000188d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.149876 | 0.03s 2025-10-09 14:46:26.738531 | 05cb0ff3-2449-49d1-af28-f6cfae904425 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-09 14:46:26.760956 | fa163e93-f302-d839-17ba-0000000018f9 | TASK | Load distro-specific variables 2025-10-09 14:46:26.819377 | fa163e93-f302-d839-17ba-0000000018f9 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 14:46:26.821562 | fa163e93-f302-d839-17ba-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.243722 | 0.06s 2025-10-09 14:46:26.833007 | fa163e93-f302-d839-17ba-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.255168 | 0.07s 2025-10-09 14:46:26.858517 | fa163e93-f302-d839-17ba-00000000188e | TASK | Install chrony configuration file 2025-10-09 14:46:27.490273 | fa163e93-f302-d839-17ba-00000000188e | CHANGED | Install chrony configuration file | standalone 2025-10-09 14:46:27.491766 | fa163e93-f302-d839-17ba-00000000188e | TIMING | chrony : Install chrony configuration file | standalone | 0:03:17.913927 | 0.63s 2025-10-09 14:46:27.519344 | fa163e93-f302-d839-17ba-0000000016f3 | TASK | Run chronyd 2025-10-09 14:46:27.549001 | fa163e93-f302-d839-17ba-0000000016f3 | TIMING | chrony : Run chronyd | standalone | 0:03:17.971156 | 0.03s 2025-10-09 14:46:27.571985 | cb59ab10-7757-4c87-ae51-275ef706bc49 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-09 14:46:27.611145 | fa163e93-f302-d839-17ba-00000000191c | TASK | Load distro-specific variables 2025-10-09 14:46:27.637595 | fa163e93-f302-d839-17ba-00000000191c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.059758 | 0.03s 2025-10-09 14:46:27.648896 | 41292358-01c7-4182-98e8-6940c11c0d63 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-09 14:46:27.673051 | fa163e93-f302-d839-17ba-0000000019a0 | TASK | Load distro-specific variables 2025-10-09 14:46:27.726584 | fa163e93-f302-d839-17ba-0000000019a0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-09 14:46:27.728008 | fa163e93-f302-d839-17ba-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.150167 | 0.05s 2025-10-09 14:46:27.734176 | fa163e93-f302-d839-17ba-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.156340 | 0.06s 2025-10-09 14:46:27.761570 | fa163e93-f302-d839-17ba-00000000191d | TASK | Ensure chronyd is running 2025-10-09 14:46:28.191344 | fa163e93-f302-d839-17ba-00000000191d | OK | Ensure chronyd is running | standalone 2025-10-09 14:46:28.193426 | fa163e93-f302-d839-17ba-00000000191d | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:18.615558 | 0.43s 2025-10-09 14:46:28.220653 | fa163e93-f302-d839-17ba-00000000191e | TASK | Force chronyd restart 2025-10-09 14:46:28.752368 | fa163e93-f302-d839-17ba-00000000191e | CHANGED | Force chronyd restart | standalone 2025-10-09 14:46:28.754208 | fa163e93-f302-d839-17ba-00000000191e | TIMING | chrony : Force chronyd restart | standalone | 0:03:19.176370 | 0.53s 2025-10-09 14:46:28.780953 | fa163e93-f302-d839-17ba-0000000016f4 | TASK | Enable online service 2025-10-09 14:46:28.809063 | fa163e93-f302-d839-17ba-0000000016f4 | TIMING | chrony : Enable online service | standalone | 0:03:19.231217 | 0.03s 2025-10-09 14:46:28.828589 | 6acd5077-0552-4f90-a630-29acb0e2a264 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-09 14:46:28.873164 | fa163e93-f302-d839-17ba-0000000019cd | TASK | Create chrony-online.service unit file 2025-10-09 14:46:29.325927 | fa163e93-f302-d839-17ba-0000000019cd | CHANGED | Create chrony-online.service unit file | standalone 2025-10-09 14:46:29.326965 | fa163e93-f302-d839-17ba-0000000019cd | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:19.749134 | 0.45s 2025-10-09 14:46:29.347344 | fa163e93-f302-d839-17ba-0000000019ce | TASK | Enable chrony-online.service 2025-10-09 14:46:31.259093 | fa163e93-f302-d839-17ba-0000000019ce | CHANGED | Enable chrony-online.service | standalone 2025-10-09 14:46:31.260927 | fa163e93-f302-d839-17ba-0000000019ce | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:21.683090 | 1.91s 2025-10-09 14:46:31.287840 | fa163e93-f302-d839-17ba-0000000016f5 | TASK | Sync chronyc 2025-10-09 14:46:31.329050 | fa163e93-f302-d839-17ba-0000000016f5 | TIMING | chrony : Sync chronyc | standalone | 0:03:21.751202 | 0.04s 2025-10-09 14:46:31.343631 | 984735b4-b884-4f6c-8a4f-ba11fbb7405c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-09 14:46:31.384596 | fa163e93-f302-d839-17ba-000000001a73 | TASK | Force NTP sync 2025-10-09 14:46:31.615807 | fa163e93-f302-d839-17ba-000000001a73 | CHANGED | Force NTP sync | standalone 2025-10-09 14:46:31.617591 | fa163e93-f302-d839-17ba-000000001a73 | TIMING | chrony : Force NTP sync | standalone | 0:03:22.039750 | 0.23s 2025-10-09 14:46:31.644991 | fa163e93-f302-d839-17ba-000000001a74 | TASK | Ensure system is NTP time synced 2025-10-09 14:46:41.896958 | fa163e93-f302-d839-17ba-000000001a74 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-09 14:46:41.898387 | fa163e93-f302-d839-17ba-000000001a74 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:32.320551 | 10.25s 2025-10-09 14:46:41.946840 | fa163e93-f302-d839-17ba-000000000bc7 | TASK | Force NTP sync 2025-10-09 14:46:42.198354 | fa163e93-f302-d839-17ba-000000000bc7 | CHANGED | Force NTP sync | standalone 2025-10-09 14:46:42.199542 | fa163e93-f302-d839-17ba-000000000bc7 | TIMING | Force NTP sync | standalone | 0:03:32.621706 | 0.25s 2025-10-09 14:46:42.223481 | fa163e93-f302-d839-17ba-000000000bc8 | TASK | Ensure system is NTP time synced 2025-10-09 14:46:42.452789 | fa163e93-f302-d839-17ba-000000000bc8 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-09 14:46:42.454154 | fa163e93-f302-d839-17ba-000000000bc8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:32.876317 | 0.23s 2025-10-09 14:46:42.479457 | fa163e93-f302-d839-17ba-000000000bc9 | TASK | Run timezone role 2025-10-09 14:46:42.507759 | fa163e93-f302-d839-17ba-000000000bc9 | TIMING | Run timezone role | standalone | 0:03:32.929918 | 0.03s 2025-10-09 14:46:42.606331 | fa163e93-f302-d839-17ba-000000001c34 | TASK | Set timezone 2025-10-09 14:46:43.212191 | fa163e93-f302-d839-17ba-000000001c34 | OK | Set timezone | standalone 2025-10-09 14:46:43.213140 | fa163e93-f302-d839-17ba-000000001c34 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:33.635310 | 0.61s 2025-10-09 14:46:43.232911 | fa163e93-f302-d839-17ba-000000001c35 | TASK | Restart time services 2025-10-09 14:46:43.269156 | fa163e93-f302-d839-17ba-000000001c35 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-09 14:46:43.278910 | fa163e93-f302-d839-17ba-000000001c35 | SKIPPED | Restart time services | standalone | item=crond 2025-10-09 14:46:43.287365 | fa163e93-f302-d839-17ba-000000001c35 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:33.709484 | 0.05s 2025-10-09 14:46:43.338767 | fa163e93-f302-d839-17ba-000000000bca | TASK | install tmpwatch on the host 2025-10-09 14:46:46.203468 | fa163e93-f302-d839-17ba-000000000bca | OK | install tmpwatch on the host | standalone 2025-10-09 14:46:46.204969 | fa163e93-f302-d839-17ba-000000000bca | TIMING | install tmpwatch on the host | standalone | 0:03:36.627132 | 2.86s 2025-10-09 14:46:46.229688 | fa163e93-f302-d839-17ba-000000000bcb | TASK | Notice - ctlplane subnet is set 2025-10-09 14:46:46.260270 | fa163e93-f302-d839-17ba-000000000bcb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-09 14:46:46.261565 | fa163e93-f302-d839-17ba-000000000bcb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:36.683729 | 0.03s 2025-10-09 14:46:46.316804 | fa163e93-f302-d839-17ba-000000000bcc | TIMING | include_role : tuned | standalone | 0:03:36.738959 | 0.03s 2025-10-09 14:46:46.419623 | fa163e93-f302-d839-17ba-000000001e68 | TASK | Gather variables for each operating system 2025-10-09 14:46:46.542834 | fa163e93-f302-d839-17ba-000000001e68 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-09 14:46:46.545545 | fa163e93-f302-d839-17ba-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:36.967703 | 0.12s 2025-10-09 14:46:46.555433 | fa163e93-f302-d839-17ba-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:36.977555 | 0.13s 2025-10-09 14:46:46.647064 | fa163e93-f302-d839-17ba-000000001e69 | TIMING | tuned : include_tasks | standalone | 0:03:37.069218 | 0.06s 2025-10-09 14:46:46.670190 | cd391fbc-7101-48a0-98e6-fc207560c19b | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-09 14:46:46.702880 | fa163e93-f302-d839-17ba-000000001f99 | TASK | Check tuned package is installed 2025-10-09 14:46:46.990315 | fa163e93-f302-d839-17ba-000000001f99 | CHANGED | Check tuned package is installed | standalone 2025-10-09 14:46:46.991263 | fa163e93-f302-d839-17ba-000000001f99 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:37.413435 | 0.29s 2025-10-09 14:46:47.018102 | fa163e93-f302-d839-17ba-000000001f9a | TASK | Install tuned 2025-10-09 14:46:47.053900 | fa163e93-f302-d839-17ba-000000001f9a | SKIPPED | Install tuned | standalone 2025-10-09 14:46:47.055103 | fa163e93-f302-d839-17ba-000000001f9a | TIMING | tuned : Install tuned | standalone | 0:03:37.477265 | 0.04s 2025-10-09 14:46:47.081296 | fa163e93-f302-d839-17ba-000000001f9b | TASK | Restart tuned 2025-10-09 14:46:47.115144 | fa163e93-f302-d839-17ba-000000001f9b | SKIPPED | Restart tuned | standalone 2025-10-09 14:46:47.116266 | fa163e93-f302-d839-17ba-000000001f9b | TIMING | tuned : Restart tuned | standalone | 0:03:37.538429 | 0.03s 2025-10-09 14:46:47.141594 | fa163e93-f302-d839-17ba-000000001e6a | TASK | Check for tuned-adm 2025-10-09 14:46:47.383433 | fa163e93-f302-d839-17ba-000000001e6a | OK | Check for tuned-adm | standalone 2025-10-09 14:46:47.385116 | fa163e93-f302-d839-17ba-000000001e6a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:37.807278 | 0.24s 2025-10-09 14:46:47.443001 | fa163e93-f302-d839-17ba-000000001e6b | TIMING | tuned : include_tasks | standalone | 0:03:37.865155 | 0.03s 2025-10-09 14:46:47.469898 | 92123774-5c84-426e-86a8-1d51421d0159 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-09 14:46:47.504091 | fa163e93-f302-d839-17ba-000000001fc6 | TASK | Ensure profile directory exists 2025-10-09 14:46:47.577217 | fa163e93-f302-d839-17ba-000000001fc6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-09 14:46:47.578729 | fa163e93-f302-d839-17ba-000000001fc6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:38.000888 | 0.07s 2025-10-09 14:46:47.604697 | fa163e93-f302-d839-17ba-000000001fc7 | TASK | Create custom tuned profile 2025-10-09 14:46:47.679967 | fa163e93-f302-d839-17ba-000000001fc7 | SKIPPED | Create custom tuned profile | standalone 2025-10-09 14:46:47.681248 | fa163e93-f302-d839-17ba-000000001fc7 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:38.103410 | 0.08s 2025-10-09 14:46:47.706804 | fa163e93-f302-d839-17ba-000000001fc8 | TASK | Check tuned active profile 2025-10-09 14:46:47.933389 | fa163e93-f302-d839-17ba-000000001fc8 | OK | Check tuned active profile | standalone 2025-10-09 14:46:47.934869 | fa163e93-f302-d839-17ba-000000001fc8 | TIMING | tuned : Check tuned active profile | standalone | 0:03:38.357031 | 0.23s 2025-10-09 14:46:47.960814 | fa163e93-f302-d839-17ba-000000001fc9 | TASK | Check Tuned Configuration file exists 2025-10-09 14:46:48.197059 | fa163e93-f302-d839-17ba-000000001fc9 | OK | Check Tuned Configuration file exists | standalone 2025-10-09 14:46:48.198526 | fa163e93-f302-d839-17ba-000000001fc9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:38.620687 | 0.24s 2025-10-09 14:46:48.224758 | fa163e93-f302-d839-17ba-000000001fca | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-09 14:46:48.297124 | fa163e93-f302-d839-17ba-000000001fca | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-09 14:46:48.298284 | fa163e93-f302-d839-17ba-000000001fca | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:38.720448 | 0.07s 2025-10-09 14:46:48.325916 | fa163e93-f302-d839-17ba-000000001fcb | TASK | Configure isolated cores for profile throughput-performance 2025-10-09 14:46:48.377672 | fa163e93-f302-d839-17ba-000000001fcb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-09 14:46:48.378799 | fa163e93-f302-d839-17ba-000000001fcb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:38.800960 | 0.05s 2025-10-09 14:46:48.404112 | fa163e93-f302-d839-17ba-000000001fcc | TASK | Enable tuned profile 2025-10-09 14:46:48.434922 | fa163e93-f302-d839-17ba-000000001fcc | SKIPPED | Enable tuned profile | standalone 2025-10-09 14:46:48.436125 | fa163e93-f302-d839-17ba-000000001fcc | TIMING | tuned : Enable tuned profile | standalone | 0:03:38.858287 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-09 14:46:48.616855 | fa163e93-f302-d839-17ba-0000000000ac | TASK | Overcloud container setup tasks 2025-10-09 14:46:48.644831 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000ac') missing from stats 2025-10-09 14:46:48.665457 | fa163e93-f302-d839-17ba-0000000000ad | TASK | Write config data 2025-10-09 14:46:48.735206 | fa163e93-f302-d839-17ba-0000000000ad | TIMING | Write config data | standalone | 0:03:39.157357 | 0.07s 2025-10-09 14:46:48.777991 | eaf0f2b7-20c3-4f58-bc26-01bc57fc7883 | INCLUDED | /root/standalone-ansible-k43ezndi/common_container_setup_tasks.yaml | standalone 2025-10-09 14:46:48.801974 | fa163e93-f302-d839-17ba-00000000202a | TASK | Create and ensure setype for /var/log/containers directory 2025-10-09 14:46:49.072481 | fa163e93-f302-d839-17ba-00000000202a | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-09 14:46:49.073980 | fa163e93-f302-d839-17ba-00000000202a | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:39.496142 | 0.27s 2025-10-09 14:46:49.099273 | fa163e93-f302-d839-17ba-00000000202b | TASK | Create ContainerLogStdoutPath directory 2025-10-09 14:46:49.362154 | fa163e93-f302-d839-17ba-00000000202b | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-09 14:46:49.363697 | fa163e93-f302-d839-17ba-00000000202b | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:39.785859 | 0.26s 2025-10-09 14:46:49.389635 | fa163e93-f302-d839-17ba-00000000202c | TASK | Create /var/lib/tripleo-config directory 2025-10-09 14:46:49.647495 | fa163e93-f302-d839-17ba-00000000202c | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-09 14:46:49.649104 | fa163e93-f302-d839-17ba-00000000202c | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:40.071266 | 0.26s 2025-10-09 14:46:49.674152 | fa163e93-f302-d839-17ba-00000000202d | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-09 14:46:49.927629 | fa163e93-f302-d839-17ba-00000000202d | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-09 14:46:49.929107 | fa163e93-f302-d839-17ba-00000000202d | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:40.351269 | 0.25s 2025-10-09 14:46:49.954914 | fa163e93-f302-d839-17ba-00000000202e | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-09 14:46:50.166577 | fa163e93-f302-d839-17ba-00000000202e | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-09 14:46:50.167520 | fa163e93-f302-d839-17ba-00000000202e | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:40.589692 | 0.21s 2025-10-09 14:46:50.185366 | fa163e93-f302-d839-17ba-000000002032 | TASK | Create fcontext entry for container-config-scripts 2025-10-09 14:46:51.449859 | fa163e93-f302-d839-17ba-000000002032 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-09 14:46:51.451745 | fa163e93-f302-d839-17ba-000000002032 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:41.873907 | 1.27s 2025-10-09 14:46:51.478018 | fa163e93-f302-d839-17ba-000000002033 | TASK | Create /var/lib/container-config-scripts 2025-10-09 14:46:51.746537 | fa163e93-f302-d839-17ba-000000002033 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-09 14:46:51.747855 | fa163e93-f302-d839-17ba-000000002033 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:42.170024 | 0.27s 2025-10-09 14:46:51.766889 | fa163e93-f302-d839-17ba-000000002034 | TASK | Write container config scripts 2025-10-09 14:46:52.155019 | fa163e93-f302-d839-17ba-000000002034 | CHANGED | Write container config scripts | standalone 2025-10-09 14:46:52.157064 | fa163e93-f302-d839-17ba-000000002034 | TIMING | Write container config scripts | standalone | 0:03:42.579220 | 0.39s 2025-10-09 14:46:52.184486 | fa163e93-f302-d839-17ba-000000002035 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-09 14:46:52.678274 | fa163e93-f302-d839-17ba-000000002035 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-09 14:46:52.679905 | fa163e93-f302-d839-17ba-000000002035 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:43.102069 | 0.49s 2025-10-09 14:46:52.699735 | fa163e93-f302-d839-17ba-000000002036 | TASK | Generate startup configs files per step and per container 2025-10-09 14:46:53.298892 | fa163e93-f302-d839-17ba-000000002036 | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-09 14:46:53.308570 | fa163e93-f302-d839-17ba-000000002036 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:43.730726 | 0.61s 2025-10-09 14:46:53.350659 | fa163e93-f302-d839-17ba-000000002037 | TASK | Create /var/lib/kolla/config_files directory 2025-10-09 14:46:53.607504 | fa163e93-f302-d839-17ba-000000002037 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-09 14:46:53.609526 | fa163e93-f302-d839-17ba-000000002037 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:44.031684 | 0.26s 2025-10-09 14:46:53.635924 | fa163e93-f302-d839-17ba-000000002038 | TASK | Create /var/lib/config-data directory 2025-10-09 14:46:53.870774 | fa163e93-f302-d839-17ba-000000002038 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-09 14:46:53.872546 | fa163e93-f302-d839-17ba-000000002038 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:44.294705 | 0.23s 2025-10-09 14:46:53.898739 | fa163e93-f302-d839-17ba-000000002039 | TASK | Write container config json files 2025-10-09 14:46:54.388949 | fa163e93-f302-d839-17ba-000000002039 | CHANGED | Write container config json files | standalone 2025-10-09 14:46:54.397709 | fa163e93-f302-d839-17ba-000000002039 | TIMING | Write container config json files | standalone | 0:03:44.819858 | 0.50s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-09 14:46:54.556888 | fa163e93-f302-d839-17ba-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-09 14:46:54.588178 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:46:54.651661 | fa163e93-f302-d839-17ba-0000000000b2 | TIMING | include_tasks | standalone | 0:03:45.073814 | 0.04s 2025-10-09 14:46:54.682235 | ddcccceb-980e-41cb-8b59-3a3ef7a0e2c7 | INCLUDED | /root/standalone-ansible-k43ezndi/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-10-09 14:46:54.718047 | fa163e93-f302-d839-17ba-00000000206d | TASK | Get undercloud FQDN 2025-10-09 14:46:54.782596 | fa163e93-f302-d839-17ba-00000000206d | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e93-f302-d839-17ba-00000000206d') missing from stats 2025-10-09 14:46:54.856763 | fa163e93-f302-d839-17ba-00000000206e | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:45.278913 | 0.05s 2025-10-09 14:46:54.931612 | fa163e93-f302-d839-17ba-000000002092 | TASK | set main facts 2025-10-09 14:46:55.001198 | fa163e93-f302-d839-17ba-000000002092 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e93-f302-d839-17ba-000000002092') missing from stats 2025-10-09 14:46:55.051491 | fa163e93-f302-d839-17ba-000000002093 | TASK | get the default.conf file 2025-10-09 14:46:55.294993 | fa163e93-f302-d839-17ba-000000002093 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e93-f302-d839-17ba-000000002093') missing from stats 2025-10-09 14:46:55.343132 | fa163e93-f302-d839-17ba-000000002094 | TASK | set the principal 2025-10-09 14:46:55.426286 | fa163e93-f302-d839-17ba-000000002094 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e93-f302-d839-17ba-000000002094') missing from stats 2025-10-09 14:46:55.475607 | fa163e93-f302-d839-17ba-000000002096 | TASK | add new host with one-time password 2025-10-09 14:46:56.646060 | fa163e93-f302-d839-17ba-000000002096 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e93-f302-d839-17ba-000000002096') missing from stats 2025-10-09 14:46:56.687763 | fa163e93-f302-d839-17ba-000000002097 | TASK | set otp as a host fact 2025-10-09 14:46:56.727325 | fa163e93-f302-d839-17ba-000000002097 | SKIPPED | set otp as a host fact | standalone 2025-10-09 14:46:56.728452 | fa163e93-f302-d839-17ba-000000002097 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:47.150574 | 0.04s 2025-10-09 14:46:56.774786 | fa163e93-f302-d839-17ba-000000002099 | TASK | add required services using custom module 2025-10-09 14:47:03.183647 | fa163e93-f302-d839-17ba-000000002099 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e93-f302-d839-17ba-000000002099') missing from stats 2025-10-09 14:47:03.254667 | fa163e93-f302-d839-17ba-000000002070 | TASK | check if default.conf exists 2025-10-09 14:47:03.499456 | fa163e93-f302-d839-17ba-000000002070 | OK | check if default.conf exists | standalone 2025-10-09 14:47:03.500846 | fa163e93-f302-d839-17ba-000000002070 | TIMING | check if default.conf exists | standalone | 0:03:53.923009 | 0.24s 2025-10-09 14:47:03.525553 | fa163e93-f302-d839-17ba-000000002071 | TASK | install openssl-perl 2025-10-09 14:47:03.564445 | fa163e93-f302-d839-17ba-000000002071 | SKIPPED | install openssl-perl | standalone 2025-10-09 14:47:03.565658 | fa163e93-f302-d839-17ba-000000002071 | TIMING | install openssl-perl | standalone | 0:03:53.987820 | 0.04s 2025-10-09 14:47:03.590822 | fa163e93-f302-d839-17ba-000000002072 | TASK | register as an ipa client 2025-10-09 14:47:03.630088 | fa163e93-f302-d839-17ba-000000002072 | SKIPPED | register as an ipa client | standalone 2025-10-09 14:47:03.631427 | fa163e93-f302-d839-17ba-000000002072 | TIMING | register as an ipa client | standalone | 0:03:54.053561 | 0.04s 2025-10-09 14:47:03.656203 | fa163e93-f302-d839-17ba-000000002073 | TASK | restart certmonger service 2025-10-09 14:47:03.695948 | fa163e93-f302-d839-17ba-000000002073 | SKIPPED | restart certmonger service | standalone 2025-10-09 14:47:03.697001 | fa163e93-f302-d839-17ba-000000002073 | TIMING | restart certmonger service | standalone | 0:03:54.119164 | 0.04s 2025-10-09 14:47:03.720684 | fa163e93-f302-d839-17ba-000000002074 | TASK | set discovered ipa realm 2025-10-09 14:47:03.751059 | fa163e93-f302-d839-17ba-000000002074 | OK | set discovered ipa realm | standalone 2025-10-09 14:47:03.752228 | fa163e93-f302-d839-17ba-000000002074 | TIMING | set discovered ipa realm | standalone | 0:03:54.174392 | 0.03s PLAY [External deployment step 1] ********************************************** 2025-10-09 14:47:03.898787 | fa163e93-f302-d839-17ba-0000000000b6 | TASK | External deployment step 1 2025-10-09 14:47:03.928922 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000b6') missing from stats 2025-10-09 14:47:03.987323 | fa163e93-f302-d839-17ba-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:54.409473 | 0.04s 2025-10-09 14:47:04.025786 | f2223d6a-d56c-4d36-ab01-e14f4251259b | INCLUDED | /root/standalone-ansible-k43ezndi/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-09 14:47:04.044943 | fa163e93-f302-d839-17ba-0000000020ef | TASK | Container image prepare 2025-10-09 14:47:05.099895 | fa163e93-f302-d839-17ba-0000000020ef | CHANGED | Container image prepare | undercloud 2025-10-09 14:47:05.102143 | fa163e93-f302-d839-17ba-0000000020ef | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:55.524305 | 1.06s 2025-10-09 14:47:05.187650 | fa163e93-f302-d839-17ba-0000000020f6 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:55.609806 | 0.05s 2025-10-09 14:47:05.229740 | fa163e93-f302-d839-17ba-000000002115 | TASK | get dns zones and entries to add 2025-10-09 14:47:05.291489 | fa163e93-f302-d839-17ba-000000002115 | OK | get dns zones and entries to add | undercloud 2025-10-09 14:47:05.293176 | fa163e93-f302-d839-17ba-000000002115 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:55.715338 | 0.06s 2025-10-09 14:47:05.363592 | fa163e93-f302-d839-17ba-000000002116 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "122.168.192.in-addr.arpa", "0.21.172.in-addr.arpa", "0.19.172.in-addr.arpa", "external.ooo.test", "0.18.172.in-addr.arpa", "storage.ooo.test", "internalapi.ooo.test", "ooo.test", "tenant.ooo.test", "0.17.172.in-addr.arpa", "0.20.172.in-addr.arpa", "ctlplane.ooo.test", "storagemgmt.ooo.test" ] } 2025-10-09 14:47:05.364746 | fa163e93-f302-d839-17ba-000000002116 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:55.786911 | 0.05s 2025-10-09 14:47:05.436575 | fa163e93-f302-d839-17ba-000000002117 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2025-10-09 14:47:05.438151 | fa163e93-f302-d839-17ba-000000002117 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:55.860317 | 0.06s 2025-10-09 14:47:05.456783 | fa163e93-f302-d839-17ba-000000002118 | TASK | add dns zones and records 2025-10-09 14:47:08.217082 | fa163e93-f302-d839-17ba-000000002118 | CHANGED | add dns zones and records | undercloud 2025-10-09 14:47:08.219966 | fa163e93-f302-d839-17ba-000000002118 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:58.642127 | 2.76s 2025-10-09 14:47:08.255945 | fa163e93-f302-d839-17ba-0000000020f8 | TASK | Create /etc/openstack directory if it does not exist 2025-10-09 14:47:08.511191 | fa163e93-f302-d839-17ba-0000000020f8 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-09 14:47:08.513617 | fa163e93-f302-d839-17ba-0000000020f8 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:58.935779 | 0.26s 2025-10-09 14:47:08.532688 | fa163e93-f302-d839-17ba-0000000020f9 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-09 14:47:08.585739 | fa163e93-f302-d839-17ba-0000000020f9 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:59.007897 | 0.05s 2025-10-09 14:47:08.632967 | fa163e93-f302-d839-17ba-00000000214a | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-09 14:47:08.886372 | fa163e93-f302-d839-17ba-00000000214a | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-09 14:47:08.887424 | fa163e93-f302-d839-17ba-00000000214a | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:59.309573 | 0.25s 2025-10-09 14:47:08.904451 | fa163e93-f302-d839-17ba-00000000214b | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-09 14:47:09.388979 | fa163e93-f302-d839-17ba-00000000214b | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-09 14:47:09.390321 | fa163e93-f302-d839-17ba-00000000214b | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:59.812481 | 0.48s 2025-10-09 14:47:09.411893 | fa163e93-f302-d839-17ba-00000000214c | TASK | Configure /etc/openstack/clouds.yaml 2025-10-09 14:47:09.463238 | fa163e93-f302-d839-17ba-00000000214c | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:59.885394 | 0.05s 2025-10-09 14:47:09.497908 | fa163e93-f302-d839-17ba-000000002186 | TASK | Check for a configured destination 2025-10-09 14:47:09.568875 | fa163e93-f302-d839-17ba-000000002186 | SKIPPED | Check for a configured destination | undercloud 2025-10-09 14:47:09.569755 | fa163e93-f302-d839-17ba-000000002186 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:59.991925 | 0.07s 2025-10-09 14:47:09.597186 | fa163e93-f302-d839-17ba-000000002187 | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-09 14:47:10.037466 | fa163e93-f302-d839-17ba-000000002187 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-09 14:47:10.038467 | fa163e93-f302-d839-17ba-000000002187 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:00.460636 | 0.44s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-09 14:47:10.198927 | fa163e93-f302-d839-17ba-0000000000ba | TASK | Deploy step tasks for 1 2025-10-09 14:47:10.226038 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000ba') missing from stats 2025-10-09 14:47:10.246970 | fa163e93-f302-d839-17ba-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-09 14:47:10.687654 | fa163e93-f302-d839-17ba-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-09 14:47:10.689311 | fa163e93-f302-d839-17ba-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:01.111463 | 0.44s 2025-10-09 14:47:10.715482 | fa163e93-f302-d839-17ba-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-09 14:47:10.948672 | fa163e93-f302-d839-17ba-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-09 14:47:10.951223 | fa163e93-f302-d839-17ba-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:01.373374 | 0.23s 2025-10-09 14:47:10.977192 | fa163e93-f302-d839-17ba-0000000000be | TASK | Write config data at the start of step 1 2025-10-09 14:47:11.052368 | fa163e93-f302-d839-17ba-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:01.474532 | 0.07s 2025-10-09 14:47:11.081012 | 607f6428-d325-4aad-ade8-57db54f872e3 | INCLUDED | /root/standalone-ansible-k43ezndi/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-09 14:47:11.106825 | fa163e93-f302-d839-17ba-0000000021c5 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-09 14:47:11.135655 | fa163e93-f302-d839-17ba-0000000021c5 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-09 14:47:11.136739 | fa163e93-f302-d839-17ba-0000000021c5 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:01.558904 | 0.03s 2025-10-09 14:47:11.157739 | fa163e93-f302-d839-17ba-0000000021c6 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-09 14:47:11.187879 | fa163e93-f302-d839-17ba-0000000021c6 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-09 14:47:11.188928 | fa163e93-f302-d839-17ba-0000000021c6 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:01.611095 | 0.03s 2025-10-09 14:47:11.209564 | fa163e93-f302-d839-17ba-0000000021c7 | TASK | Write the puppet step_config manifest 2025-10-09 14:47:11.634625 | fa163e93-f302-d839-17ba-0000000021c7 | CHANGED | Write the puppet step_config manifest | standalone 2025-10-09 14:47:11.635896 | fa163e93-f302-d839-17ba-0000000021c7 | TIMING | Write the puppet step_config manifest | standalone | 0:04:02.058058 | 0.43s 2025-10-09 14:47:11.661058 | fa163e93-f302-d839-17ba-0000000021c8 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-09 14:47:11.689854 | fa163e93-f302-d839-17ba-0000000021c8 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-09 14:47:11.691173 | fa163e93-f302-d839-17ba-0000000021c8 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:02.113335 | 0.03s 2025-10-09 14:47:11.716942 | fa163e93-f302-d839-17ba-0000000021c9 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-09 14:47:11.746720 | fa163e93-f302-d839-17ba-0000000021c9 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-09 14:47:11.748005 | fa163e93-f302-d839-17ba-0000000021c9 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:02.170167 | 0.03s 2025-10-09 14:47:11.773215 | fa163e93-f302-d839-17ba-0000000021ca | TASK | Create /var/lib/container-puppet 2025-10-09 14:47:12.006028 | fa163e93-f302-d839-17ba-0000000021ca | OK | Create /var/lib/container-puppet | standalone 2025-10-09 14:47:12.007463 | fa163e93-f302-d839-17ba-0000000021ca | TIMING | Create /var/lib/container-puppet | standalone | 0:04:02.429627 | 0.23s 2025-10-09 14:47:12.032525 | fa163e93-f302-d839-17ba-0000000021cb | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-09 14:47:12.061790 | fa163e93-f302-d839-17ba-0000000021cb | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-09 14:47:12.063105 | fa163e93-f302-d839-17ba-0000000021cb | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:02.485267 | 0.03s 2025-10-09 14:47:12.088655 | fa163e93-f302-d839-17ba-0000000021cc | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-09 14:47:12.117844 | fa163e93-f302-d839-17ba-0000000021cc | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-09 14:47:12.119117 | fa163e93-f302-d839-17ba-0000000021cc | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:02.541280 | 0.03s 2025-10-09 14:47:12.145935 | fa163e93-f302-d839-17ba-0000000021cd | TASK | Write container-puppet.json file 2025-10-09 14:47:12.729906 | fa163e93-f302-d839-17ba-0000000021cd | CHANGED | Write container-puppet.json file | standalone 2025-10-09 14:47:12.731203 | fa163e93-f302-d839-17ba-0000000021cd | TIMING | Write container-puppet.json file | standalone | 0:04:03.153367 | 0.58s 2025-10-09 14:47:12.757387 | fa163e93-f302-d839-17ba-0000000021ce | TASK | Diff container-puppet.json changes for check mode 2025-10-09 14:47:12.786682 | fa163e93-f302-d839-17ba-0000000021ce | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-09 14:47:12.787998 | fa163e93-f302-d839-17ba-0000000021ce | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:03.210160 | 0.03s 2025-10-09 14:47:12.813496 | fa163e93-f302-d839-17ba-0000000021cf | TASK | Diff container-puppet.json changes for check mode 2025-10-09 14:47:12.843338 | fa163e93-f302-d839-17ba-0000000021cf | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-09 14:47:12.844716 | fa163e93-f302-d839-17ba-0000000021cf | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:03.266878 | 0.03s 2025-10-09 14:47:12.870615 | fa163e93-f302-d839-17ba-0000000021d0 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-09 14:47:13.253975 | fa163e93-f302-d839-17ba-0000000021d0 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-09 14:47:13.255296 | fa163e93-f302-d839-17ba-0000000021d0 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:03.677459 | 0.38s 2025-10-09 14:47:13.280452 | fa163e93-f302-d839-17ba-0000000021d1 | TASK | Set host puppet debugging fact string 2025-10-09 14:47:13.311950 | fa163e93-f302-d839-17ba-0000000021d1 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-09 14:47:13.313255 | fa163e93-f302-d839-17ba-0000000021d1 | TIMING | Set host puppet debugging fact string | standalone | 0:04:03.735417 | 0.03s 2025-10-09 14:47:13.339270 | fa163e93-f302-d839-17ba-0000000021d2 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-09 14:47:13.367996 | fa163e93-f302-d839-17ba-0000000021d2 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-09 14:47:13.369017 | fa163e93-f302-d839-17ba-0000000021d2 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:03.791185 | 0.03s 2025-10-09 14:47:13.396935 | fa163e93-f302-d839-17ba-0000000021d3 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-09 14:47:13.427192 | fa163e93-f302-d839-17ba-0000000021d3 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-09 14:47:13.428595 | fa163e93-f302-d839-17ba-0000000021d3 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:03.850757 | 0.03s 2025-10-09 14:47:13.455010 | fa163e93-f302-d839-17ba-0000000021d4 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-09 14:47:13.486174 | fa163e93-f302-d839-17ba-0000000021d4 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-09 14:47:13.487155 | fa163e93-f302-d839-17ba-0000000021d4 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:03.909324 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:47:13.546873 | fa163e93-f302-d839-17ba-0000000000c0 | TIMING | include_tasks | standalone | 0:04:03.969033 | 0.04s 2025-10-09 14:47:13.704332 | 0cb17565-6fbe-4c2b-ada4-3ff886c98cb3 | INCLUDED | /root/standalone-ansible-k43ezndi/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-09 14:47:13.749050 | fa163e93-f302-d839-17ba-0000000021ff | TASK | Create dirs for certificates and keys 2025-10-09 14:47:14.021842 | fa163e93-f302-d839-17ba-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-09 14:47:14.024242 | fa163e93-f302-d839-17ba-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:04.446394 | 0.27s 2025-10-09 14:47:14.255646 | fa163e93-f302-d839-17ba-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-09 14:47:14.256841 | fa163e93-f302-d839-17ba-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:04.679008 | 0.51s 2025-10-09 14:47:14.263637 | fa163e93-f302-d839-17ba-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:04.685796 | 0.51s 2025-10-09 14:47:14.343389 | fa163e93-f302-d839-17ba-000000002200 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:04.765541 | 0.05s 2025-10-09 14:47:14.416508 | fa163e93-f302-d839-17ba-000000002316 | TASK | Set version specific variables 2025-10-09 14:47:14.463859 | fa163e93-f302-d839-17ba-000000002316 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:04.886014 | 0.05s 2025-10-09 14:47:14.483256 | 56b3dec8-c19c-4d62-95bf-b278666102f4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:47:14.513379 | fa163e93-f302-d839-17ba-000000002349 | TASK | Ensure ansible_facts used by role 2025-10-09 14:47:14.877723 | fa163e93-f302-d839-17ba-000000002349 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:47:14.879260 | fa163e93-f302-d839-17ba-000000002349 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:05.301421 | 0.36s 2025-10-09 14:47:14.905818 | fa163e93-f302-d839-17ba-00000000234a | TASK | Set platform/version specific variables 2025-10-09 14:47:14.989952 | fa163e93-f302-d839-17ba-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:47:15.021225 | fa163e93-f302-d839-17ba-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:47:15.048736 | fa163e93-f302-d839-17ba-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:47:15.068351 | fa163e93-f302-d839-17ba-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:47:15.080271 | fa163e93-f302-d839-17ba-00000000234a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:05.502425 | 0.17s 2025-10-09 14:47:15.107467 | fa163e93-f302-d839-17ba-000000002317 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:47:18.004123 | fa163e93-f302-d839-17ba-000000002317 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:47:18.005526 | fa163e93-f302-d839-17ba-000000002317 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:08.427690 | 2.90s 2025-10-09 14:47:18.030703 | fa163e93-f302-d839-17ba-000000002319 | TASK | Ensure provider packages are installed 2025-10-09 14:47:20.992723 | fa163e93-f302-d839-17ba-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:11.414869 | 2.96s 2025-10-09 14:47:20.999625 | fa163e93-f302-d839-17ba-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:11.421782 | 2.97s 2025-10-09 14:47:21.025953 | fa163e93-f302-d839-17ba-00000000231b | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:47:21.306601 | fa163e93-f302-d839-17ba-00000000231b | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:47:21.308039 | fa163e93-f302-d839-17ba-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:11.730201 | 0.28s 2025-10-09 14:47:21.314216 | fa163e93-f302-d839-17ba-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:11.736374 | 0.29s 2025-10-09 14:47:21.342381 | fa163e93-f302-d839-17ba-00000000231d | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:47:21.612780 | fa163e93-f302-d839-17ba-00000000231d | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:47:21.614342 | fa163e93-f302-d839-17ba-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:12.036502 | 0.27s 2025-10-09 14:47:21.620508 | fa163e93-f302-d839-17ba-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:12.042665 | 0.28s 2025-10-09 14:47:21.646840 | fa163e93-f302-d839-17ba-00000000231f | TASK | Ensure provider service is running 2025-10-09 14:47:22.392634 | fa163e93-f302-d839-17ba-00000000231f | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:47:22.394658 | fa163e93-f302-d839-17ba-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:12.816821 | 0.75s 2025-10-09 14:47:22.406744 | fa163e93-f302-d839-17ba-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:12.828919 | 0.76s 2025-10-09 14:47:22.427584 | fa163e93-f302-d839-17ba-000000002322 | TASK | Ensure certificate requests 2025-10-09 14:47:24.295728 | fa163e93-f302-d839-17ba-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2025-10-09 14:47:24.296847 | fa163e93-f302-d839-17ba-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:14.719015 | 1.87s 2025-10-09 14:47:26.092310 | fa163e93-f302-d839-17ba-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2025-10-09 14:47:26.093376 | fa163e93-f302-d839-17ba-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.515543 | 3.66s 2025-10-09 14:47:27.680388 | fa163e93-f302-d839-17ba-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2025-10-09 14:47:27.681629 | fa163e93-f302-d839-17ba-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.103795 | 5.25s 2025-10-09 14:47:28.941626 | fa163e93-f302-d839-17ba-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2025-10-09 14:47:28.942786 | fa163e93-f302-d839-17ba-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.364952 | 6.51s 2025-10-09 14:47:30.411185 | fa163e93-f302-d839-17ba-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2025-10-09 14:47:30.413459 | fa163e93-f302-d839-17ba-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.835622 | 7.98s 2025-10-09 14:47:30.425145 | fa163e93-f302-d839-17ba-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.847308 | 8.00s 2025-10-09 14:47:30.476824 | fa163e93-f302-d839-17ba-000000002207 | TASK | Fail if container image is undefined 2025-10-09 14:47:30.540703 | fa163e93-f302-d839-17ba-000000002207 | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:47:30.541942 | fa163e93-f302-d839-17ba-000000002207 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:20.964104 | 0.06s 2025-10-09 14:47:30.584198 | fa163e93-f302-d839-17ba-000000002208 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-09 14:47:47.755447 | fa163e93-f302-d839-17ba-000000002208 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-09 14:47:47.758254 | fa163e93-f302-d839-17ba-000000002208 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:38.180413 | 17.17s 2025-10-09 14:47:47.814262 | fa163e93-f302-d839-17ba-000000002209 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-09 14:47:48.174938 | fa163e93-f302-d839-17ba-000000002209 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-09 14:47:48.176253 | fa163e93-f302-d839-17ba-000000002209 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:38.598416 | 0.36s 2025-10-09 14:47:48.226452 | fa163e93-f302-d839-17ba-000000002218 | TASK | Fail if container image is undefined 2025-10-09 14:47:48.286667 | fa163e93-f302-d839-17ba-000000002218 | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:47:48.287758 | fa163e93-f302-d839-17ba-000000002218 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:38.709922 | 0.06s 2025-10-09 14:47:48.329107 | fa163e93-f302-d839-17ba-000000002219 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-09 14:47:55.304125 | fa163e93-f302-d839-17ba-000000002219 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-09 14:47:55.305770 | fa163e93-f302-d839-17ba-000000002219 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:45.727930 | 6.98s 2025-10-09 14:47:55.363137 | fa163e93-f302-d839-17ba-00000000221a | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-09 14:47:55.708345 | fa163e93-f302-d839-17ba-00000000221a | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-09 14:47:55.709887 | fa163e93-f302-d839-17ba-00000000221a | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:46.132049 | 0.35s 2025-10-09 14:47:55.760237 | fa163e93-f302-d839-17ba-000000002225 | TASK | Check if rsyslog exists 2025-10-09 14:47:56.012894 | fa163e93-f302-d839-17ba-000000002225 | CHANGED | Check if rsyslog exists | standalone 2025-10-09 14:47:56.014228 | fa163e93-f302-d839-17ba-000000002225 | TIMING | Check if rsyslog exists | standalone | 0:04:46.436392 | 0.25s 2025-10-09 14:47:56.039469 | fa163e93-f302-d839-17ba-000000002227 | TASK | Forward logging to haproxy.log file 2025-10-09 14:47:56.292139 | fa163e93-f302-d839-17ba-000000002227 | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-09 14:47:56.293596 | fa163e93-f302-d839-17ba-000000002227 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:46.715760 | 0.25s 2025-10-09 14:47:56.320867 | fa163e93-f302-d839-17ba-000000002228 | TASK | restart rsyslog service after logging conf change 2025-10-09 14:47:57.137090 | fa163e93-f302-d839-17ba-000000002228 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-09 14:47:57.139047 | fa163e93-f302-d839-17ba-000000002228 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:47.561209 | 0.82s 2025-10-09 14:47:57.166374 | fa163e93-f302-d839-17ba-00000000222f | TASK | Fail if container image is undefined 2025-10-09 14:47:57.228886 | fa163e93-f302-d839-17ba-00000000222f | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:47:57.229921 | fa163e93-f302-d839-17ba-00000000222f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:47.652085 | 0.06s 2025-10-09 14:47:57.271455 | fa163e93-f302-d839-17ba-000000002230 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-09 14:48:03.256100 | fa163e93-f302-d839-17ba-000000002230 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-09 14:48:03.257507 | fa163e93-f302-d839-17ba-000000002230 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:53.679668 | 5.98s 2025-10-09 14:48:03.313197 | fa163e93-f302-d839-17ba-000000002231 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-09 14:48:03.668664 | fa163e93-f302-d839-17ba-000000002231 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-09 14:48:03.669998 | fa163e93-f302-d839-17ba-000000002231 | 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:54.092162 | 0.36s 2025-10-09 14:48:03.719825 | fa163e93-f302-d839-17ba-00000000223c | TASK | make sure certmonger is installed 2025-10-09 14:48:06.630791 | fa163e93-f302-d839-17ba-00000000223c | OK | make sure certmonger is installed | standalone 2025-10-09 14:48:06.632484 | fa163e93-f302-d839-17ba-00000000223c | TIMING | make sure certmonger is installed | standalone | 0:04:57.054645 | 2.91s 2025-10-09 14:48:06.658298 | fa163e93-f302-d839-17ba-00000000223d | TASK | make sure certmonger service is started 2025-10-09 14:48:07.065143 | fa163e93-f302-d839-17ba-00000000223d | OK | make sure certmonger service is started | standalone 2025-10-09 14:48:07.067253 | fa163e93-f302-d839-17ba-00000000223d | TIMING | make sure certmonger service is started | standalone | 0:04:57.489414 | 0.41s 2025-10-09 14:48:07.095544 | fa163e93-f302-d839-17ba-00000000223e | TASK | Create dirs for certificates and keys 2025-10-09 14:48:07.336287 | fa163e93-f302-d839-17ba-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-09 14:48:07.337459 | fa163e93-f302-d839-17ba-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.759622 | 0.24s 2025-10-09 14:48:07.540435 | fa163e93-f302-d839-17ba-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-09 14:48:07.541921 | fa163e93-f302-d839-17ba-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.964092 | 0.44s 2025-10-09 14:48:07.552922 | fa163e93-f302-d839-17ba-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.975080 | 0.46s 2025-10-09 14:48:07.580269 | fa163e93-f302-d839-17ba-00000000223f | TASK | Extract and trust certmonger's local CA 2025-10-09 14:48:08.837013 | fa163e93-f302-d839-17ba-00000000223f | CHANGED | Extract and trust certmonger's local CA | standalone 2025-10-09 14:48:08.838390 | fa163e93-f302-d839-17ba-00000000223f | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:59.260553 | 1.26s 2025-10-09 14:48:08.913730 | fa163e93-f302-d839-17ba-000000002240 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.335881 | 0.05s 2025-10-09 14:48:08.982162 | fa163e93-f302-d839-17ba-0000000023ca | TASK | Set version specific variables 2025-10-09 14:48:09.029558 | fa163e93-f302-d839-17ba-0000000023ca | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:59.451715 | 0.05s 2025-10-09 14:48:09.048047 | 5688a0c9-30d3-4b2e-a3aa-4c205c141f87 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:48:09.077895 | fa163e93-f302-d839-17ba-000000002409 | TASK | Ensure ansible_facts used by role 2025-10-09 14:48:09.476893 | fa163e93-f302-d839-17ba-000000002409 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:48:09.478494 | fa163e93-f302-d839-17ba-000000002409 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:59.900658 | 0.40s 2025-10-09 14:48:09.506009 | fa163e93-f302-d839-17ba-00000000240a | TASK | Set platform/version specific variables 2025-10-09 14:48:09.581319 | fa163e93-f302-d839-17ba-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:48:09.601374 | fa163e93-f302-d839-17ba-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:48:09.621780 | fa163e93-f302-d839-17ba-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:48:09.637997 | fa163e93-f302-d839-17ba-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:48:09.649987 | fa163e93-f302-d839-17ba-00000000240a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:00.072138 | 0.14s 2025-10-09 14:48:09.677130 | fa163e93-f302-d839-17ba-0000000023cb | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:48:12.727506 | fa163e93-f302-d839-17ba-0000000023cb | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:48:12.728646 | fa163e93-f302-d839-17ba-0000000023cb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:03.150815 | 3.05s 2025-10-09 14:48:12.749613 | fa163e93-f302-d839-17ba-0000000023cd | TASK | Ensure provider packages are installed 2025-10-09 14:48:16.057685 | fa163e93-f302-d839-17ba-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:06.479844 | 3.31s 2025-10-09 14:48:16.069779 | fa163e93-f302-d839-17ba-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:06.491940 | 3.32s 2025-10-09 14:48:16.097425 | fa163e93-f302-d839-17ba-0000000023cf | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:48:17.902368 | fa163e93-f302-d839-17ba-0000000023cf | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:48:17.903537 | fa163e93-f302-d839-17ba-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:08.325705 | 1.80s 2025-10-09 14:48:17.915445 | fa163e93-f302-d839-17ba-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:08.337606 | 1.82s 2025-10-09 14:48:17.941605 | fa163e93-f302-d839-17ba-0000000023d1 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:48:18.250614 | fa163e93-f302-d839-17ba-0000000023d1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:48:18.251450 | fa163e93-f302-d839-17ba-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:08.673619 | 0.31s 2025-10-09 14:48:18.257582 | fa163e93-f302-d839-17ba-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:08.679750 | 0.31s 2025-10-09 14:48:18.283247 | fa163e93-f302-d839-17ba-0000000023d3 | TASK | Ensure provider service is running 2025-10-09 14:48:18.737091 | fa163e93-f302-d839-17ba-0000000023d3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:48:18.739466 | fa163e93-f302-d839-17ba-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:09.161628 | 0.45s 2025-10-09 14:48:18.750039 | fa163e93-f302-d839-17ba-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:09.172207 | 0.47s 2025-10-09 14:48:18.777350 | fa163e93-f302-d839-17ba-0000000023d6 | TASK | Ensure certificate requests 2025-10-09 14:48:20.460942 | fa163e93-f302-d839-17ba-0000000023d6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-09 14:48:20.463367 | fa163e93-f302-d839-17ba-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:10.885528 | 1.68s 2025-10-09 14:48:20.474117 | fa163e93-f302-d839-17ba-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:10.896276 | 1.70s 2025-10-09 14:48:20.523453 | fa163e93-f302-d839-17ba-000000002242 | TASK | Create dirs for certificates and keys 2025-10-09 14:48:20.805935 | fa163e93-f302-d839-17ba-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-09 14:48:20.808547 | fa163e93-f302-d839-17ba-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.230697 | 0.28s 2025-10-09 14:48:21.467983 | fa163e93-f302-d839-17ba-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-09 14:48:21.469328 | fa163e93-f302-d839-17ba-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.891494 | 0.94s 2025-10-09 14:48:21.482319 | fa163e93-f302-d839-17ba-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.904478 | 0.96s 2025-10-09 14:48:21.558774 | fa163e93-f302-d839-17ba-000000002243 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:11.980923 | 0.05s 2025-10-09 14:48:21.627164 | fa163e93-f302-d839-17ba-000000002458 | TASK | Set version specific variables 2025-10-09 14:48:21.675263 | fa163e93-f302-d839-17ba-000000002458 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:12.097416 | 0.05s 2025-10-09 14:48:21.694991 | 6a7ea26d-5e23-4a09-8b66-8d44da9da014 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:48:21.726818 | fa163e93-f302-d839-17ba-00000000248b | TASK | Ensure ansible_facts used by role 2025-10-09 14:48:22.132429 | fa163e93-f302-d839-17ba-00000000248b | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:48:22.134018 | fa163e93-f302-d839-17ba-00000000248b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:12.556181 | 0.41s 2025-10-09 14:48:22.160755 | fa163e93-f302-d839-17ba-00000000248c | TASK | Set platform/version specific variables 2025-10-09 14:48:22.232003 | fa163e93-f302-d839-17ba-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:48:22.249391 | fa163e93-f302-d839-17ba-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:48:22.267550 | fa163e93-f302-d839-17ba-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:48:22.281770 | fa163e93-f302-d839-17ba-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:48:22.293807 | fa163e93-f302-d839-17ba-00000000248c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:12.715955 | 0.13s 2025-10-09 14:48:22.320556 | fa163e93-f302-d839-17ba-000000002459 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:48:25.364220 | fa163e93-f302-d839-17ba-000000002459 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:48:25.365919 | fa163e93-f302-d839-17ba-000000002459 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:15.788082 | 3.04s 2025-10-09 14:48:25.392178 | fa163e93-f302-d839-17ba-00000000245b | TASK | Ensure provider packages are installed 2025-10-09 14:48:28.938753 | fa163e93-f302-d839-17ba-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.360903 | 3.55s 2025-10-09 14:48:28.949051 | fa163e93-f302-d839-17ba-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.371220 | 3.56s 2025-10-09 14:48:28.974943 | fa163e93-f302-d839-17ba-00000000245d | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:48:29.286898 | fa163e93-f302-d839-17ba-00000000245d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:48:29.288292 | fa163e93-f302-d839-17ba-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.710454 | 0.31s 2025-10-09 14:48:29.294267 | fa163e93-f302-d839-17ba-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.716435 | 0.32s 2025-10-09 14:48:29.320181 | fa163e93-f302-d839-17ba-00000000245f | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:48:29.621345 | fa163e93-f302-d839-17ba-00000000245f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:48:29.622740 | fa163e93-f302-d839-17ba-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:20.044903 | 0.30s 2025-10-09 14:48:29.628718 | fa163e93-f302-d839-17ba-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:20.050888 | 0.31s 2025-10-09 14:48:29.655738 | fa163e93-f302-d839-17ba-000000002461 | TASK | Ensure provider service is running 2025-10-09 14:48:30.087222 | fa163e93-f302-d839-17ba-000000002461 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:48:30.089219 | fa163e93-f302-d839-17ba-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.511379 | 0.43s 2025-10-09 14:48:30.097966 | fa163e93-f302-d839-17ba-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.520134 | 0.44s 2025-10-09 14:48:30.125511 | fa163e93-f302-d839-17ba-000000002464 | TASK | Ensure certificate requests 2025-10-09 14:48:32.219469 | fa163e93-f302-d839-17ba-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-09 14:48:32.222118 | fa163e93-f302-d839-17ba-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.644279 | 2.10s 2025-10-09 14:48:34.626859 | fa163e93-f302-d839-17ba-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-09 14:48:34.629116 | fa163e93-f302-d839-17ba-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:25.051282 | 4.50s 2025-10-09 14:48:36.665467 | fa163e93-f302-d839-17ba-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-09 14:48:36.666750 | fa163e93-f302-d839-17ba-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.088915 | 6.54s 2025-10-09 14:48:38.682734 | fa163e93-f302-d839-17ba-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-10-09 14:48:38.684706 | fa163e93-f302-d839-17ba-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.106872 | 8.56s 2025-10-09 14:48:38.696352 | fa163e93-f302-d839-17ba-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.118519 | 8.57s 2025-10-09 14:48:38.747075 | fa163e93-f302-d839-17ba-000000002245 | TASK | Run lvmfilter role 2025-10-09 14:48:38.796098 | fa163e93-f302-d839-17ba-000000002245 | TIMING | Run lvmfilter role | standalone | 0:05:29.218252 | 0.05s 2025-10-09 14:48:38.869648 | fa163e93-f302-d839-17ba-0000000024f8 | TASK | Check if lvm2 is installed 2025-10-09 14:48:39.117247 | fa163e93-f302-d839-17ba-0000000024f8 | CHANGED | Check if lvm2 is installed | standalone 2025-10-09 14:48:39.118637 | fa163e93-f302-d839-17ba-0000000024f8 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:29.540799 | 0.25s 2025-10-09 14:48:39.144771 | fa163e93-f302-d839-17ba-0000000024fa | TASK | collect ansible devices 2025-10-09 14:48:39.194946 | fa163e93-f302-d839-17ba-0000000024fa | SKIPPED | collect ansible devices | standalone 2025-10-09 14:48:39.196156 | fa163e93-f302-d839-17ba-0000000024fa | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:29.618320 | 0.05s 2025-10-09 14:48:39.221644 | fa163e93-f302-d839-17ba-0000000024fb | TASK | collect in-use lvm2 devices list 2025-10-09 14:48:39.271783 | fa163e93-f302-d839-17ba-0000000024fb | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-09 14:48:39.272933 | fa163e93-f302-d839-17ba-0000000024fb | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:29.695094 | 0.05s 2025-10-09 14:48:39.298192 | fa163e93-f302-d839-17ba-0000000024fc | TASK | set allowed_devices 2025-10-09 14:48:39.347714 | fa163e93-f302-d839-17ba-0000000024fc | SKIPPED | set allowed_devices | standalone 2025-10-09 14:48:39.348858 | fa163e93-f302-d839-17ba-0000000024fc | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:29.771020 | 0.05s 2025-10-09 14:48:39.374070 | fa163e93-f302-d839-17ba-0000000024fd | TASK | build lvm2 allow list 2025-10-09 14:48:39.424923 | fa163e93-f302-d839-17ba-0000000024fd | SKIPPED | build lvm2 allow list | standalone 2025-10-09 14:48:39.426185 | fa163e93-f302-d839-17ba-0000000024fd | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:29.848347 | 0.05s 2025-10-09 14:48:39.451059 | fa163e93-f302-d839-17ba-0000000024fe | TASK | build lvm2 deny list 2025-10-09 14:48:39.502734 | fa163e93-f302-d839-17ba-0000000024fe | SKIPPED | build lvm2 deny list | standalone 2025-10-09 14:48:39.504007 | fa163e93-f302-d839-17ba-0000000024fe | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:29.926170 | 0.05s 2025-10-09 14:48:39.529389 | fa163e93-f302-d839-17ba-0000000024ff | TASK | build lvm2 filter 2025-10-09 14:48:39.579038 | fa163e93-f302-d839-17ba-0000000024ff | SKIPPED | build lvm2 filter | standalone 2025-10-09 14:48:39.580196 | fa163e93-f302-d839-17ba-0000000024ff | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:30.002357 | 0.05s 2025-10-09 14:48:39.607815 | fa163e93-f302-d839-17ba-000000002500 | TASK | regenerate lvm config 2025-10-09 14:48:39.657969 | fa163e93-f302-d839-17ba-000000002500 | SKIPPED | regenerate lvm config | standalone 2025-10-09 14:48:39.659128 | fa163e93-f302-d839-17ba-000000002500 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:30.081291 | 0.05s 2025-10-09 14:48:39.684635 | fa163e93-f302-d839-17ba-000000002501 | TASK | copy new lvm.conf in place 2025-10-09 14:48:39.735367 | fa163e93-f302-d839-17ba-000000002501 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-09 14:48:39.736460 | fa163e93-f302-d839-17ba-000000002501 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:30.158622 | 0.05s 2025-10-09 14:48:39.787032 | fa163e93-f302-d839-17ba-00000000224b | TASK | Fail if container image is undefined 2025-10-09 14:48:39.848808 | fa163e93-f302-d839-17ba-00000000224b | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:48:39.850075 | fa163e93-f302-d839-17ba-00000000224b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:30.272237 | 0.06s 2025-10-09 14:48:39.892103 | fa163e93-f302-d839-17ba-00000000224c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-09 14:48:48.865101 | fa163e93-f302-d839-17ba-00000000224c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-09 14:48:48.866658 | fa163e93-f302-d839-17ba-00000000224c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:39.288821 | 8.97s 2025-10-09 14:48:48.920496 | fa163e93-f302-d839-17ba-00000000224d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-09 14:48:49.264580 | fa163e93-f302-d839-17ba-00000000224d | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-09 14:48:49.267327 | fa163e93-f302-d839-17ba-00000000224d | 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:05:39.689488 | 0.35s 2025-10-09 14:48:49.367362 | fa163e93-f302-d839-17ba-000000002258 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:39.789521 | 0.05s 2025-10-09 14:48:49.432554 | fa163e93-f302-d839-17ba-000000002570 | TASK | Set version specific variables 2025-10-09 14:48:49.481022 | fa163e93-f302-d839-17ba-000000002570 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:39.903177 | 0.05s 2025-10-09 14:48:49.500146 | 02d2f59d-252c-4184-b4fb-ac9a42e73625 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:48:49.529856 | fa163e93-f302-d839-17ba-00000000259f | TASK | Ensure ansible_facts used by role 2025-10-09 14:48:49.913731 | fa163e93-f302-d839-17ba-00000000259f | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:48:49.915228 | fa163e93-f302-d839-17ba-00000000259f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:40.337393 | 0.38s 2025-10-09 14:48:49.940889 | fa163e93-f302-d839-17ba-0000000025a0 | TASK | Set platform/version specific variables 2025-10-09 14:48:50.012447 | fa163e93-f302-d839-17ba-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:48:50.030284 | fa163e93-f302-d839-17ba-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:48:50.048870 | fa163e93-f302-d839-17ba-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:48:50.061770 | fa163e93-f302-d839-17ba-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:48:50.074024 | fa163e93-f302-d839-17ba-0000000025a0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:40.496177 | 0.13s 2025-10-09 14:48:50.104658 | fa163e93-f302-d839-17ba-000000002571 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:48:53.244352 | fa163e93-f302-d839-17ba-000000002571 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:48:53.245720 | fa163e93-f302-d839-17ba-000000002571 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:43.667884 | 3.14s 2025-10-09 14:48:53.273688 | fa163e93-f302-d839-17ba-000000002573 | TASK | Ensure provider packages are installed 2025-10-09 14:48:56.229519 | fa163e93-f302-d839-17ba-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:46.651672 | 2.95s 2025-10-09 14:48:56.241332 | fa163e93-f302-d839-17ba-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:46.663501 | 2.97s 2025-10-09 14:48:56.267307 | fa163e93-f302-d839-17ba-000000002575 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:48:56.559771 | fa163e93-f302-d839-17ba-000000002575 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:48:56.561160 | fa163e93-f302-d839-17ba-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.983323 | 0.29s 2025-10-09 14:48:56.572898 | fa163e93-f302-d839-17ba-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.995067 | 0.30s 2025-10-09 14:48:56.599084 | fa163e93-f302-d839-17ba-000000002577 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:48:56.891918 | fa163e93-f302-d839-17ba-000000002577 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:48:56.893838 | fa163e93-f302-d839-17ba-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.316001 | 0.29s 2025-10-09 14:48:56.903871 | fa163e93-f302-d839-17ba-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.326040 | 0.30s 2025-10-09 14:48:56.930107 | fa163e93-f302-d839-17ba-000000002579 | TASK | Ensure provider service is running 2025-10-09 14:48:57.357891 | fa163e93-f302-d839-17ba-000000002579 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:48:57.359690 | fa163e93-f302-d839-17ba-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.781853 | 0.43s 2025-10-09 14:48:57.368122 | fa163e93-f302-d839-17ba-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.790287 | 0.44s 2025-10-09 14:48:57.395571 | fa163e93-f302-d839-17ba-00000000257c | TASK | Ensure certificate requests 2025-10-09 14:48:59.505485 | fa163e93-f302-d839-17ba-00000000257c | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2025-10-09 14:48:59.507091 | fa163e93-f302-d839-17ba-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.929247 | 2.11s 2025-10-09 14:48:59.514665 | fa163e93-f302-d839-17ba-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.936823 | 2.12s 2025-10-09 14:48:59.615294 | fa163e93-f302-d839-17ba-00000000225a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:50.037442 | 0.05s 2025-10-09 14:48:59.679853 | fa163e93-f302-d839-17ba-0000000025e4 | TASK | Set version specific variables 2025-10-09 14:48:59.728918 | fa163e93-f302-d839-17ba-0000000025e4 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:50.151072 | 0.05s 2025-10-09 14:48:59.748799 | 2baafbad-fabc-4fd3-ad01-0ad0cbc29782 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:48:59.781463 | fa163e93-f302-d839-17ba-000000002613 | TASK | Ensure ansible_facts used by role 2025-10-09 14:49:00.165195 | fa163e93-f302-d839-17ba-000000002613 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:49:00.166942 | fa163e93-f302-d839-17ba-000000002613 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:50.589104 | 0.38s 2025-10-09 14:49:00.193960 | fa163e93-f302-d839-17ba-000000002614 | TASK | Set platform/version specific variables 2025-10-09 14:49:00.280974 | fa163e93-f302-d839-17ba-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:49:00.311169 | fa163e93-f302-d839-17ba-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:49:00.339101 | fa163e93-f302-d839-17ba-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:49:00.359510 | fa163e93-f302-d839-17ba-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:49:00.366735 | fa163e93-f302-d839-17ba-000000002614 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:50.788880 | 0.17s 2025-10-09 14:49:00.401027 | fa163e93-f302-d839-17ba-0000000025e5 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:49:03.368111 | fa163e93-f302-d839-17ba-0000000025e5 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:49:03.369533 | fa163e93-f302-d839-17ba-0000000025e5 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:53.791697 | 2.97s 2025-10-09 14:49:03.395060 | fa163e93-f302-d839-17ba-0000000025e7 | TASK | Ensure provider packages are installed 2025-10-09 14:49:06.412612 | fa163e93-f302-d839-17ba-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.834761 | 3.02s 2025-10-09 14:49:06.424936 | fa163e93-f302-d839-17ba-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.847092 | 3.03s 2025-10-09 14:49:06.451743 | fa163e93-f302-d839-17ba-0000000025e9 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:49:06.746315 | fa163e93-f302-d839-17ba-0000000025e9 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:49:06.748533 | fa163e93-f302-d839-17ba-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.170688 | 0.30s 2025-10-09 14:49:06.758552 | fa163e93-f302-d839-17ba-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.180710 | 0.31s 2025-10-09 14:49:06.785301 | fa163e93-f302-d839-17ba-0000000025eb | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:49:07.094683 | fa163e93-f302-d839-17ba-0000000025eb | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:49:07.096911 | fa163e93-f302-d839-17ba-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.519072 | 0.31s 2025-10-09 14:49:07.107026 | fa163e93-f302-d839-17ba-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.529184 | 0.32s 2025-10-09 14:49:07.133287 | fa163e93-f302-d839-17ba-0000000025ed | TASK | Ensure provider service is running 2025-10-09 14:49:07.578114 | fa163e93-f302-d839-17ba-0000000025ed | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:49:07.580873 | fa163e93-f302-d839-17ba-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:58.003032 | 0.45s 2025-10-09 14:49:07.590553 | fa163e93-f302-d839-17ba-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:58.012717 | 0.46s 2025-10-09 14:49:07.611781 | fa163e93-f302-d839-17ba-0000000025f0 | TASK | Ensure certificate requests 2025-10-09 14:49:08.980491 | fa163e93-f302-d839-17ba-0000000025f0 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-09 14:49:08.982006 | fa163e93-f302-d839-17ba-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:59.404168 | 1.37s 2025-10-09 14:49:08.988483 | fa163e93-f302-d839-17ba-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:59.410651 | 1.38s 2025-10-09 14:49:09.039617 | fa163e93-f302-d839-17ba-000000002261 | TASK | Fail if container image is undefined 2025-10-09 14:49:09.103536 | fa163e93-f302-d839-17ba-000000002261 | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:49:09.106092 | fa163e93-f302-d839-17ba-000000002261 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:59.528252 | 0.06s 2025-10-09 14:49:09.151385 | fa163e93-f302-d839-17ba-000000002262 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-09 14:49:17.291619 | fa163e93-f302-d839-17ba-000000002262 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-09 14:49:17.293089 | fa163e93-f302-d839-17ba-000000002262 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:07.715244 | 8.14s 2025-10-09 14:49:17.352772 | fa163e93-f302-d839-17ba-000000002263 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-09 14:49:17.709743 | fa163e93-f302-d839-17ba-000000002263 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-09 14:49:17.711119 | fa163e93-f302-d839-17ba-000000002263 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:08.133280 | 0.36s 2025-10-09 14:49:17.812727 | fa163e93-f302-d839-17ba-00000000226e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:08.234884 | 0.05s 2025-10-09 14:49:17.876591 | fa163e93-f302-d839-17ba-00000000265e | TASK | Set version specific variables 2025-10-09 14:49:17.924390 | fa163e93-f302-d839-17ba-00000000265e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:08.346549 | 0.05s 2025-10-09 14:49:17.943835 | ca2519b4-f4a9-47b6-b1d8-3ed8e886e6c5 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:49:17.974955 | fa163e93-f302-d839-17ba-00000000268d | TASK | Ensure ansible_facts used by role 2025-10-09 14:49:18.429108 | fa163e93-f302-d839-17ba-00000000268d | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:49:18.430628 | fa163e93-f302-d839-17ba-00000000268d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:08.852794 | 0.45s 2025-10-09 14:49:18.456534 | fa163e93-f302-d839-17ba-00000000268e | TASK | Set platform/version specific variables 2025-10-09 14:49:18.528956 | fa163e93-f302-d839-17ba-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:49:18.548611 | fa163e93-f302-d839-17ba-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:49:18.566202 | fa163e93-f302-d839-17ba-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:49:18.591529 | fa163e93-f302-d839-17ba-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:49:18.595472 | fa163e93-f302-d839-17ba-00000000268e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:09.017632 | 0.14s 2025-10-09 14:49:18.622153 | fa163e93-f302-d839-17ba-00000000265f | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:49:22.632046 | fa163e93-f302-d839-17ba-00000000265f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:49:22.633050 | fa163e93-f302-d839-17ba-00000000265f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:13.055222 | 4.01s 2025-10-09 14:49:22.650768 | fa163e93-f302-d839-17ba-000000002661 | TASK | Ensure provider packages are installed 2025-10-09 14:49:25.902320 | fa163e93-f302-d839-17ba-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:16.324472 | 3.25s 2025-10-09 14:49:25.913138 | fa163e93-f302-d839-17ba-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:16.335306 | 3.26s 2025-10-09 14:49:25.939865 | fa163e93-f302-d839-17ba-000000002663 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:49:26.190190 | fa163e93-f302-d839-17ba-000000002663 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:49:26.191631 | fa163e93-f302-d839-17ba-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:16.613793 | 0.25s 2025-10-09 14:49:26.203781 | fa163e93-f302-d839-17ba-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:16.625948 | 0.26s 2025-10-09 14:49:26.230280 | fa163e93-f302-d839-17ba-000000002665 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:49:26.520335 | fa163e93-f302-d839-17ba-000000002665 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:49:26.521692 | fa163e93-f302-d839-17ba-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:16.943854 | 0.29s 2025-10-09 14:49:26.527613 | fa163e93-f302-d839-17ba-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:16.949781 | 0.30s 2025-10-09 14:49:26.554499 | fa163e93-f302-d839-17ba-000000002667 | TASK | Ensure provider service is running 2025-10-09 14:49:26.994823 | fa163e93-f302-d839-17ba-000000002667 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:49:26.997842 | fa163e93-f302-d839-17ba-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:17.419997 | 0.44s 2025-10-09 14:49:27.007636 | fa163e93-f302-d839-17ba-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:17.429794 | 0.45s 2025-10-09 14:49:27.029867 | fa163e93-f302-d839-17ba-00000000266a | TASK | Ensure certificate requests 2025-10-09 14:49:28.383355 | fa163e93-f302-d839-17ba-00000000266a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-09 14:49:28.386068 | fa163e93-f302-d839-17ba-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.808229 | 1.36s 2025-10-09 14:49:28.396508 | fa163e93-f302-d839-17ba-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.818667 | 1.37s 2025-10-09 14:49:28.497055 | fa163e93-f302-d839-17ba-000000002270 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:18.919210 | 0.05s 2025-10-09 14:49:28.565968 | fa163e93-f302-d839-17ba-0000000026d2 | TASK | Set version specific variables 2025-10-09 14:49:28.616758 | fa163e93-f302-d839-17ba-0000000026d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:19.038908 | 0.05s 2025-10-09 14:49:28.636865 | b4e2d158-3d83-4b17-ac18-6ff4f1005960 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:49:28.668013 | fa163e93-f302-d839-17ba-000000002701 | TASK | Ensure ansible_facts used by role 2025-10-09 14:49:29.052953 | fa163e93-f302-d839-17ba-000000002701 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:49:29.054524 | fa163e93-f302-d839-17ba-000000002701 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:19.476687 | 0.38s 2025-10-09 14:49:29.080929 | fa163e93-f302-d839-17ba-000000002702 | TASK | Set platform/version specific variables 2025-10-09 14:49:29.166190 | fa163e93-f302-d839-17ba-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:49:29.198279 | fa163e93-f302-d839-17ba-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:49:29.226368 | fa163e93-f302-d839-17ba-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:49:29.247388 | fa163e93-f302-d839-17ba-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:49:29.253795 | fa163e93-f302-d839-17ba-000000002702 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:19.675949 | 0.17s 2025-10-09 14:49:29.279808 | fa163e93-f302-d839-17ba-0000000026d3 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:49:32.212534 | fa163e93-f302-d839-17ba-0000000026d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:49:32.213975 | fa163e93-f302-d839-17ba-0000000026d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:22.636138 | 2.93s 2025-10-09 14:49:32.240339 | fa163e93-f302-d839-17ba-0000000026d5 | TASK | Ensure provider packages are installed 2025-10-09 14:49:35.198007 | fa163e93-f302-d839-17ba-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:25.620153 | 2.96s 2025-10-09 14:49:35.204686 | fa163e93-f302-d839-17ba-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:25.626843 | 2.96s 2025-10-09 14:49:35.231705 | fa163e93-f302-d839-17ba-0000000026d7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:49:35.534620 | fa163e93-f302-d839-17ba-0000000026d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:49:35.536385 | fa163e93-f302-d839-17ba-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.958542 | 0.30s 2025-10-09 14:49:35.542789 | fa163e93-f302-d839-17ba-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.964942 | 0.31s 2025-10-09 14:49:35.570040 | fa163e93-f302-d839-17ba-0000000026d9 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:49:35.876064 | fa163e93-f302-d839-17ba-0000000026d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:49:35.878579 | fa163e93-f302-d839-17ba-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:26.300732 | 0.31s 2025-10-09 14:49:35.888876 | fa163e93-f302-d839-17ba-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:26.311027 | 0.32s 2025-10-09 14:49:35.916011 | fa163e93-f302-d839-17ba-0000000026db | TASK | Ensure provider service is running 2025-10-09 14:49:36.340475 | fa163e93-f302-d839-17ba-0000000026db | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:49:36.343865 | fa163e93-f302-d839-17ba-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:26.766019 | 0.43s 2025-10-09 14:49:36.357360 | fa163e93-f302-d839-17ba-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:26.779509 | 0.44s 2025-10-09 14:49:36.388744 | fa163e93-f302-d839-17ba-0000000026de | TASK | Ensure certificate requests 2025-10-09 14:49:37.863128 | fa163e93-f302-d839-17ba-0000000026de | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2025-10-09 14:49:37.864943 | fa163e93-f302-d839-17ba-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:28.287104 | 1.47s 2025-10-09 14:49:37.871454 | fa163e93-f302-d839-17ba-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:28.293610 | 1.48s 2025-10-09 14:49:37.920620 | fa163e93-f302-d839-17ba-000000002272 | TASK | install systemd-container for a greenfield 2025-10-09 14:49:55.750811 | fa163e93-f302-d839-17ba-000000002272 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-09 14:49:55.752066 | fa163e93-f302-d839-17ba-000000002272 | TIMING | install systemd-container for a greenfield | standalone | 0:06:46.174235 | 17.83s 2025-10-09 14:49:55.772297 | fa163e93-f302-d839-17ba-000000002273 | TASK | manage PMEM namespaces for vPMEM 2025-10-09 14:49:55.821812 | fa163e93-f302-d839-17ba-000000002273 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-09 14:49:55.823042 | fa163e93-f302-d839-17ba-000000002273 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:46.245205 | 0.05s 2025-10-09 14:49:55.848779 | fa163e93-f302-d839-17ba-000000002275 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-09 14:49:56.122608 | fa163e93-f302-d839-17ba-000000002275 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-09 14:49:56.123926 | fa163e93-f302-d839-17ba-000000002275 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:46.546091 | 0.27s 2025-10-09 14:49:56.149254 | fa163e93-f302-d839-17ba-000000002277 | TASK | is KSM enabled 2025-10-09 14:49:56.189366 | fa163e93-f302-d839-17ba-000000002277 | OK | is KSM enabled | standalone 2025-10-09 14:49:56.190743 | fa163e93-f302-d839-17ba-000000002277 | TIMING | is KSM enabled | standalone | 0:06:46.612906 | 0.04s 2025-10-09 14:49:56.216480 | fa163e93-f302-d839-17ba-000000002279 | TASK | Check for ksm 2025-10-09 14:49:56.482500 | fa163e93-f302-d839-17ba-000000002279 | CHANGED | Check for ksm | standalone 2025-10-09 14:49:56.483876 | fa163e93-f302-d839-17ba-000000002279 | TIMING | Check for ksm | standalone | 0:06:46.906037 | 0.27s 2025-10-09 14:49:56.509366 | fa163e93-f302-d839-17ba-00000000227a | TASK | disable KSM services 2025-10-09 14:49:56.600180 | fa163e93-f302-d839-17ba-00000000227a | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-09 14:49:56.630561 | fa163e93-f302-d839-17ba-00000000227a | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-09 14:49:56.637130 | fa163e93-f302-d839-17ba-00000000227a | TIMING | disable KSM services | standalone | 0:06:47.059285 | 0.13s 2025-10-09 14:49:56.663957 | fa163e93-f302-d839-17ba-00000000227b | TASK | delete PageKSM after disable ksm on compute 2025-10-09 14:49:56.713369 | fa163e93-f302-d839-17ba-00000000227b | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-09 14:49:56.714633 | fa163e93-f302-d839-17ba-00000000227b | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:47.136795 | 0.05s 2025-10-09 14:49:56.740955 | fa163e93-f302-d839-17ba-00000000227d | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-09 14:49:56.779900 | fa163e93-f302-d839-17ba-00000000227d | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-09 14:49:56.781089 | fa163e93-f302-d839-17ba-00000000227d | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:47.203251 | 0.04s 2025-10-09 14:49:56.807472 | fa163e93-f302-d839-17ba-00000000227e | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-09 14:49:56.858653 | fa163e93-f302-d839-17ba-00000000227e | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-09 14:49:56.859854 | fa163e93-f302-d839-17ba-00000000227e | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:47.282017 | 0.05s 2025-10-09 14:49:56.885018 | fa163e93-f302-d839-17ba-00000000227f | TASK | enable ksmtunded 2025-10-09 14:49:56.944439 | fa163e93-f302-d839-17ba-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-09 14:49:56.957043 | fa163e93-f302-d839-17ba-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-09 14:49:56.969038 | fa163e93-f302-d839-17ba-00000000227f | TIMING | enable ksmtunded | standalone | 0:06:47.391194 | 0.08s 2025-10-09 14:49:56.995498 | fa163e93-f302-d839-17ba-000000002281 | TASK | Create dirs for certificates and keys 2025-10-09 14:49:57.247420 | fa163e93-f302-d839-17ba-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-10-09 14:49:57.249908 | fa163e93-f302-d839-17ba-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:47.672064 | 0.25s 2025-10-09 14:49:57.446411 | fa163e93-f302-d839-17ba-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-10-09 14:49:57.448431 | fa163e93-f302-d839-17ba-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:47.870574 | 0.45s 2025-10-09 14:49:57.675286 | fa163e93-f302-d839-17ba-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-10-09 14:49:57.677303 | fa163e93-f302-d839-17ba-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:48.099469 | 0.68s 2025-10-09 14:49:57.688477 | fa163e93-f302-d839-17ba-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:48.110634 | 0.69s 2025-10-09 14:49:57.766586 | fa163e93-f302-d839-17ba-000000002282 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:48.188739 | 0.05s 2025-10-09 14:49:57.833957 | fa163e93-f302-d839-17ba-00000000276e | TASK | Set version specific variables 2025-10-09 14:49:57.882468 | fa163e93-f302-d839-17ba-00000000276e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:48.304622 | 0.05s 2025-10-09 14:49:57.902554 | 5ea949ba-3a6c-4157-b960-9499a77a68e8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:49:57.933663 | fa163e93-f302-d839-17ba-0000000027a1 | TASK | Ensure ansible_facts used by role 2025-10-09 14:49:58.326995 | fa163e93-f302-d839-17ba-0000000027a1 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:49:58.327842 | fa163e93-f302-d839-17ba-0000000027a1 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:48.750015 | 0.39s 2025-10-09 14:49:58.345363 | fa163e93-f302-d839-17ba-0000000027a2 | TASK | Set platform/version specific variables 2025-10-09 14:49:58.416466 | fa163e93-f302-d839-17ba-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:49:58.434279 | fa163e93-f302-d839-17ba-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:49:58.453962 | fa163e93-f302-d839-17ba-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:49:58.468118 | fa163e93-f302-d839-17ba-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:49:58.473817 | fa163e93-f302-d839-17ba-0000000027a2 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:48.895972 | 0.13s 2025-10-09 14:49:58.500737 | fa163e93-f302-d839-17ba-00000000276f | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:50:01.400743 | fa163e93-f302-d839-17ba-00000000276f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:50:01.402181 | fa163e93-f302-d839-17ba-00000000276f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:51.824345 | 2.90s 2025-10-09 14:50:01.428487 | fa163e93-f302-d839-17ba-000000002771 | TASK | Ensure provider packages are installed 2025-10-09 14:50:04.514331 | fa163e93-f302-d839-17ba-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:54.936488 | 3.08s 2025-10-09 14:50:04.526013 | fa163e93-f302-d839-17ba-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:54.948175 | 3.10s 2025-10-09 14:50:04.547286 | fa163e93-f302-d839-17ba-000000002773 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:50:04.834647 | fa163e93-f302-d839-17ba-000000002773 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:04.835724 | fa163e93-f302-d839-17ba-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:55.257893 | 0.29s 2025-10-09 14:50:04.839924 | fa163e93-f302-d839-17ba-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:55.262085 | 0.29s 2025-10-09 14:50:04.860980 | fa163e93-f302-d839-17ba-000000002775 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:50:05.174630 | fa163e93-f302-d839-17ba-000000002775 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:05.176460 | fa163e93-f302-d839-17ba-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:55.598628 | 0.31s 2025-10-09 14:50:05.186463 | fa163e93-f302-d839-17ba-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:55.608627 | 0.32s 2025-10-09 14:50:05.207438 | fa163e93-f302-d839-17ba-000000002777 | TASK | Ensure provider service is running 2025-10-09 14:50:05.625951 | fa163e93-f302-d839-17ba-000000002777 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:50:05.627415 | fa163e93-f302-d839-17ba-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:56.049564 | 0.42s 2025-10-09 14:50:05.633817 | fa163e93-f302-d839-17ba-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:56.055973 | 0.43s 2025-10-09 14:50:05.661222 | fa163e93-f302-d839-17ba-00000000277a | TASK | Ensure certificate requests 2025-10-09 14:50:07.184374 | fa163e93-f302-d839-17ba-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-10-09 14:50:07.187122 | fa163e93-f302-d839-17ba-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:57.609277 | 1.52s 2025-10-09 14:50:09.060200 | fa163e93-f302-d839-17ba-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-10-09 14:50:09.062386 | fa163e93-f302-d839-17ba-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:59.484552 | 3.40s 2025-10-09 14:50:11.067522 | fa163e93-f302-d839-17ba-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2025-10-09 14:50:11.069742 | fa163e93-f302-d839-17ba-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:01.491907 | 5.41s 2025-10-09 14:50:12.362659 | fa163e93-f302-d839-17ba-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2025-10-09 14:50:12.363810 | fa163e93-f302-d839-17ba-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.785975 | 6.70s 2025-10-09 14:50:12.371205 | fa163e93-f302-d839-17ba-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.793371 | 6.71s 2025-10-09 14:50:12.405959 | fa163e93-f302-d839-17ba-000000002284 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-10-09 14:50:12.485676 | fa163e93-f302-d839-17ba-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:02.907819 | 0.08s 2025-10-09 14:50:12.496856 | fa163e93-f302-d839-17ba-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:02.919023 | 0.09s 2025-10-09 14:50:12.514946 | fa163e93-f302-d839-17ba-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:02.937107 | 0.11s 2025-10-09 14:50:12.602538 | fa163e93-f302-d839-17ba-0000000027f8 | TASK | Set version specific variables 2025-10-09 14:50:12.651476 | fa163e93-f302-d839-17ba-0000000027f8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:03.073625 | 0.05s 2025-10-09 14:50:12.672326 | 27be07e6-6baa-4854-ac53-eeb475c5cf8a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:50:12.704982 | fa163e93-f302-d839-17ba-000000002850 | TASK | Ensure ansible_facts used by role 2025-10-09 14:50:13.097277 | fa163e93-f302-d839-17ba-000000002850 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:50:13.098853 | fa163e93-f302-d839-17ba-000000002850 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:03.521016 | 0.39s 2025-10-09 14:50:13.125329 | fa163e93-f302-d839-17ba-000000002851 | TASK | Set platform/version specific variables 2025-10-09 14:50:13.196460 | fa163e93-f302-d839-17ba-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:13.213794 | fa163e93-f302-d839-17ba-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:13.231797 | fa163e93-f302-d839-17ba-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:50:13.245886 | fa163e93-f302-d839-17ba-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:50:13.258091 | fa163e93-f302-d839-17ba-000000002851 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:03.680246 | 0.13s 2025-10-09 14:50:13.284228 | fa163e93-f302-d839-17ba-0000000027f9 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:50:16.244859 | fa163e93-f302-d839-17ba-0000000027f9 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:50:16.246284 | fa163e93-f302-d839-17ba-0000000027f9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:06.668447 | 2.96s 2025-10-09 14:50:16.272999 | fa163e93-f302-d839-17ba-0000000027fb | TASK | Ensure provider packages are installed 2025-10-09 14:50:19.266008 | fa163e93-f302-d839-17ba-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:09.688161 | 2.99s 2025-10-09 14:50:19.272467 | fa163e93-f302-d839-17ba-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:09.694626 | 3.00s 2025-10-09 14:50:19.298870 | fa163e93-f302-d839-17ba-0000000027fd | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:50:19.581815 | fa163e93-f302-d839-17ba-0000000027fd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:19.583584 | fa163e93-f302-d839-17ba-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:10.005742 | 0.28s 2025-10-09 14:50:19.589624 | fa163e93-f302-d839-17ba-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:10.011800 | 0.29s 2025-10-09 14:50:19.609623 | fa163e93-f302-d839-17ba-0000000027ff | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:50:19.893363 | fa163e93-f302-d839-17ba-0000000027ff | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:19.895436 | fa163e93-f302-d839-17ba-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:10.317596 | 0.28s 2025-10-09 14:50:19.904687 | fa163e93-f302-d839-17ba-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:10.326855 | 0.29s 2025-10-09 14:50:19.926183 | fa163e93-f302-d839-17ba-000000002801 | TASK | Ensure provider service is running 2025-10-09 14:50:20.289500 | fa163e93-f302-d839-17ba-000000002801 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:50:20.290557 | fa163e93-f302-d839-17ba-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:10.712729 | 0.36s 2025-10-09 14:50:20.296144 | fa163e93-f302-d839-17ba-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:10.718302 | 0.37s 2025-10-09 14:50:20.323726 | fa163e93-f302-d839-17ba-000000002804 | TASK | Ensure certificate requests 2025-10-09 14:50:22.064941 | fa163e93-f302-d839-17ba-000000002804 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-10-09 14:50:22.067867 | fa163e93-f302-d839-17ba-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:12.490021 | 1.74s 2025-10-09 14:50:22.077884 | fa163e93-f302-d839-17ba-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:12.500040 | 1.75s 2025-10-09 14:50:22.127615 | fa163e93-f302-d839-17ba-000000002821 | TASK | Set version specific variables 2025-10-09 14:50:22.178182 | fa163e93-f302-d839-17ba-000000002821 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:12.600328 | 0.05s 2025-10-09 14:50:22.199895 | aff22461-2f26-4ec3-834b-287bcdabdc8c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:50:22.230466 | fa163e93-f302-d839-17ba-00000000288a | TASK | Ensure ansible_facts used by role 2025-10-09 14:50:22.613451 | fa163e93-f302-d839-17ba-00000000288a | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:50:22.615014 | fa163e93-f302-d839-17ba-00000000288a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:13.037177 | 0.38s 2025-10-09 14:50:22.641604 | fa163e93-f302-d839-17ba-00000000288b | TASK | Set platform/version specific variables 2025-10-09 14:50:22.721798 | fa163e93-f302-d839-17ba-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:22.742464 | fa163e93-f302-d839-17ba-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:22.765049 | fa163e93-f302-d839-17ba-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:50:22.781731 | fa163e93-f302-d839-17ba-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:50:22.788631 | fa163e93-f302-d839-17ba-00000000288b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:13.210789 | 0.15s 2025-10-09 14:50:22.815679 | fa163e93-f302-d839-17ba-000000002822 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:50:25.715821 | fa163e93-f302-d839-17ba-000000002822 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:50:25.717277 | fa163e93-f302-d839-17ba-000000002822 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:16.139440 | 2.90s 2025-10-09 14:50:25.743157 | fa163e93-f302-d839-17ba-000000002824 | TASK | Ensure provider packages are installed 2025-10-09 14:50:28.654193 | fa163e93-f302-d839-17ba-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:19.076341 | 2.91s 2025-10-09 14:50:28.666654 | fa163e93-f302-d839-17ba-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:19.088814 | 2.92s 2025-10-09 14:50:28.693718 | fa163e93-f302-d839-17ba-000000002826 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:50:28.989970 | fa163e93-f302-d839-17ba-000000002826 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:28.992146 | fa163e93-f302-d839-17ba-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:19.414306 | 0.30s 2025-10-09 14:50:29.002317 | fa163e93-f302-d839-17ba-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:19.424475 | 0.31s 2025-10-09 14:50:29.029299 | fa163e93-f302-d839-17ba-000000002828 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:50:29.323414 | fa163e93-f302-d839-17ba-000000002828 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:29.324891 | fa163e93-f302-d839-17ba-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:19.747052 | 0.29s 2025-10-09 14:50:29.331166 | fa163e93-f302-d839-17ba-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:19.753325 | 0.30s 2025-10-09 14:50:29.357746 | fa163e93-f302-d839-17ba-00000000282a | TASK | Ensure provider service is running 2025-10-09 14:50:29.801282 | fa163e93-f302-d839-17ba-00000000282a | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:50:29.803306 | fa163e93-f302-d839-17ba-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:20.225466 | 0.44s 2025-10-09 14:50:29.816500 | fa163e93-f302-d839-17ba-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:20.238655 | 0.46s 2025-10-09 14:50:29.847138 | fa163e93-f302-d839-17ba-00000000282d | TASK | Ensure certificate requests 2025-10-09 14:50:31.869356 | fa163e93-f302-d839-17ba-00000000282d | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-10-09 14:50:31.871111 | fa163e93-f302-d839-17ba-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:22.293271 | 2.02s 2025-10-09 14:50:31.878391 | fa163e93-f302-d839-17ba-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:22.300549 | 2.03s 2025-10-09 14:50:31.979339 | fa163e93-f302-d839-17ba-000000002287 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:22.401493 | 0.05s 2025-10-09 14:50:32.044095 | fa163e93-f302-d839-17ba-0000000028cf | TASK | Set version specific variables 2025-10-09 14:50:32.092871 | fa163e93-f302-d839-17ba-0000000028cf | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:22.515028 | 0.05s 2025-10-09 14:50:32.112630 | 548761ed-a69f-4986-8130-c6d659db2f85 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:50:32.144667 | fa163e93-f302-d839-17ba-0000000028fe | TASK | Ensure ansible_facts used by role 2025-10-09 14:50:32.547372 | fa163e93-f302-d839-17ba-0000000028fe | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:50:32.549024 | fa163e93-f302-d839-17ba-0000000028fe | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:22.971186 | 0.40s 2025-10-09 14:50:32.575897 | fa163e93-f302-d839-17ba-0000000028ff | TASK | Set platform/version specific variables 2025-10-09 14:50:32.647569 | fa163e93-f302-d839-17ba-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:32.680382 | fa163e93-f302-d839-17ba-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:32.705778 | fa163e93-f302-d839-17ba-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:50:32.726283 | fa163e93-f302-d839-17ba-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:50:32.734254 | fa163e93-f302-d839-17ba-0000000028ff | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:23.156419 | 0.16s 2025-10-09 14:50:32.751898 | fa163e93-f302-d839-17ba-0000000028d0 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:50:35.660156 | fa163e93-f302-d839-17ba-0000000028d0 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:50:35.661545 | fa163e93-f302-d839-17ba-0000000028d0 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:26.083712 | 2.91s 2025-10-09 14:50:35.688203 | fa163e93-f302-d839-17ba-0000000028d2 | TASK | Ensure provider packages are installed 2025-10-09 14:50:38.593294 | fa163e93-f302-d839-17ba-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:29.015443 | 2.90s 2025-10-09 14:50:38.605645 | fa163e93-f302-d839-17ba-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:29.027804 | 2.92s 2025-10-09 14:50:38.632108 | fa163e93-f302-d839-17ba-0000000028d4 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:50:38.930271 | fa163e93-f302-d839-17ba-0000000028d4 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:38.932672 | fa163e93-f302-d839-17ba-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:29.354825 | 0.30s 2025-10-09 14:50:38.942482 | fa163e93-f302-d839-17ba-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:29.364641 | 0.31s 2025-10-09 14:50:38.970543 | fa163e93-f302-d839-17ba-0000000028d6 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:50:39.271090 | fa163e93-f302-d839-17ba-0000000028d6 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:39.273451 | fa163e93-f302-d839-17ba-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:29.695572 | 0.30s 2025-10-09 14:50:39.283274 | fa163e93-f302-d839-17ba-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:29.705434 | 0.31s 2025-10-09 14:50:39.310204 | fa163e93-f302-d839-17ba-0000000028d8 | TASK | Ensure provider service is running 2025-10-09 14:50:39.716323 | fa163e93-f302-d839-17ba-0000000028d8 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:50:39.719431 | fa163e93-f302-d839-17ba-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:30.141537 | 0.41s 2025-10-09 14:50:39.729760 | fa163e93-f302-d839-17ba-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:30.151918 | 0.42s 2025-10-09 14:50:39.758101 | fa163e93-f302-d839-17ba-0000000028db | TASK | Ensure certificate requests 2025-10-09 14:50:41.302677 | fa163e93-f302-d839-17ba-0000000028db | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-09 14:50:41.305872 | fa163e93-f302-d839-17ba-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:31.728028 | 1.55s 2025-10-09 14:50:41.316024 | fa163e93-f302-d839-17ba-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:31.738183 | 1.56s 2025-10-09 14:50:41.364977 | fa163e93-f302-d839-17ba-000000002289 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-09 14:50:41.447739 | fa163e93-f302-d839-17ba-000000002289 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-09 14:50:41.448957 | fa163e93-f302-d839-17ba-000000002289 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:31.871120 | 0.08s 2025-10-09 14:50:41.473760 | fa163e93-f302-d839-17ba-00000000228a | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-09 14:50:44.479469 | fa163e93-f302-d839-17ba-00000000228a | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-09 14:50:44.484368 | fa163e93-f302-d839-17ba-00000000228a | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:34.906531 | 3.01s 2025-10-09 14:50:44.519302 | fa163e93-f302-d839-17ba-00000000228c | TASK | Fetch ovn-dbs-bundle 2025-10-09 14:50:44.579216 | fa163e93-f302-d839-17ba-00000000228c | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-09 14:50:44.580625 | fa163e93-f302-d839-17ba-00000000228c | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:35.002787 | 0.06s 2025-10-09 14:50:44.609428 | fa163e93-f302-d839-17ba-00000000228d | TASK | Fetch ovn VIP 2025-10-09 14:50:44.669318 | fa163e93-f302-d839-17ba-00000000228d | SKIPPED | Fetch ovn VIP | standalone 2025-10-09 14:50:44.670358 | fa163e93-f302-d839-17ba-00000000228d | TIMING | Fetch ovn VIP | standalone | 0:07:35.092522 | 0.06s 2025-10-09 14:50:44.698391 | fa163e93-f302-d839-17ba-00000000228e | TASK | Remove OVNDBs from pacemaker 2025-10-09 14:50:44.759970 | fa163e93-f302-d839-17ba-00000000228e | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-09 14:50:44.761062 | fa163e93-f302-d839-17ba-00000000228e | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:35.183227 | 0.06s 2025-10-09 14:50:44.789260 | fa163e93-f302-d839-17ba-00000000228f | TASK | Remove OVNDBs VIP from pacemaker 2025-10-09 14:50:44.860102 | fa163e93-f302-d839-17ba-00000000228f | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-09 14:50:44.861328 | fa163e93-f302-d839-17ba-00000000228f | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:35.283490 | 0.07s 2025-10-09 14:50:44.889340 | fa163e93-f302-d839-17ba-000000002290 | TASK | Clean up pacemaker remote nodes cache 2025-10-09 14:50:44.959454 | fa163e93-f302-d839-17ba-000000002290 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-09 14:50:44.960472 | fa163e93-f302-d839-17ba-000000002290 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:35.382635 | 0.07s 2025-10-09 14:50:44.988319 | fa163e93-f302-d839-17ba-000000002291 | TASK | Remove pacemaker attributes 2025-10-09 14:50:45.060962 | fa163e93-f302-d839-17ba-000000002291 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-09 14:50:45.073114 | fa163e93-f302-d839-17ba-000000002291 | TIMING | Remove pacemaker attributes | standalone | 0:07:35.495276 | 0.08s 2025-10-09 14:50:45.153666 | fa163e93-f302-d839-17ba-000000002294 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:35.575826 | 0.05s 2025-10-09 14:50:45.220904 | fa163e93-f302-d839-17ba-000000002957 | TASK | Set version specific variables 2025-10-09 14:50:45.316789 | fa163e93-f302-d839-17ba-000000002957 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:35.738949 | 0.09s 2025-10-09 14:50:45.332232 | 87120c99-93cb-46ef-8493-6f8cfe516855 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:50:45.357566 | fa163e93-f302-d839-17ba-000000002988 | TASK | Ensure ansible_facts used by role 2025-10-09 14:50:45.765490 | fa163e93-f302-d839-17ba-000000002988 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:50:45.767034 | fa163e93-f302-d839-17ba-000000002988 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:36.189197 | 0.41s 2025-10-09 14:50:45.796650 | fa163e93-f302-d839-17ba-000000002989 | TASK | Set platform/version specific variables 2025-10-09 14:50:45.891285 | fa163e93-f302-d839-17ba-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:45.914533 | fa163e93-f302-d839-17ba-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:45.937978 | fa163e93-f302-d839-17ba-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:50:45.959005 | fa163e93-f302-d839-17ba-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:50:45.964778 | fa163e93-f302-d839-17ba-000000002989 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:36.386933 | 0.17s 2025-10-09 14:50:45.994943 | fa163e93-f302-d839-17ba-000000002958 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:50:48.928793 | fa163e93-f302-d839-17ba-000000002958 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:50:48.930272 | fa163e93-f302-d839-17ba-000000002958 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:39.352435 | 2.93s 2025-10-09 14:50:48.959569 | fa163e93-f302-d839-17ba-00000000295a | TASK | Ensure provider packages are installed 2025-10-09 14:50:52.094176 | fa163e93-f302-d839-17ba-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:42.516333 | 3.13s 2025-10-09 14:50:52.102750 | fa163e93-f302-d839-17ba-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:42.524890 | 3.14s 2025-10-09 14:50:52.136271 | fa163e93-f302-d839-17ba-00000000295c | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:50:52.438201 | fa163e93-f302-d839-17ba-00000000295c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:52.439702 | fa163e93-f302-d839-17ba-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:42.861862 | 0.30s 2025-10-09 14:50:52.451853 | fa163e93-f302-d839-17ba-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:42.873996 | 0.31s 2025-10-09 14:50:52.481647 | fa163e93-f302-d839-17ba-00000000295e | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:50:52.742627 | fa163e93-f302-d839-17ba-00000000295e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:50:52.743930 | fa163e93-f302-d839-17ba-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:43.166093 | 0.26s 2025-10-09 14:50:52.750114 | fa163e93-f302-d839-17ba-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:43.172284 | 0.27s 2025-10-09 14:50:52.779472 | fa163e93-f302-d839-17ba-000000002960 | TASK | Ensure provider service is running 2025-10-09 14:50:53.190470 | fa163e93-f302-d839-17ba-000000002960 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:50:53.192373 | fa163e93-f302-d839-17ba-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:43.614534 | 0.41s 2025-10-09 14:50:53.205349 | fa163e93-f302-d839-17ba-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:43.627516 | 0.42s 2025-10-09 14:50:53.236014 | fa163e93-f302-d839-17ba-000000002963 | TASK | Ensure certificate requests 2025-10-09 14:50:54.713409 | fa163e93-f302-d839-17ba-000000002963 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-09 14:50:54.716192 | fa163e93-f302-d839-17ba-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:45.138353 | 1.48s 2025-10-09 14:50:54.726706 | fa163e93-f302-d839-17ba-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:45.148873 | 1.49s 2025-10-09 14:50:54.781874 | fa163e93-f302-d839-17ba-000000002296 | TASK | Configure OVN DBs and northd 2025-10-09 14:50:54.832233 | fa163e93-f302-d839-17ba-000000002296 | TIMING | Configure OVN DBs and northd | standalone | 0:07:45.254389 | 0.05s 2025-10-09 14:50:54.897810 | fa163e93-f302-d839-17ba-0000000029d2 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-09 14:50:55.142209 | fa163e93-f302-d839-17ba-0000000029d2 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-09 14:50:55.143588 | fa163e93-f302-d839-17ba-0000000029d2 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:45.565748 | 0.24s 2025-10-09 14:50:55.172053 | fa163e93-f302-d839-17ba-0000000029d3 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-09 14:50:55.234034 | fa163e93-f302-d839-17ba-0000000029d3 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-09 14:50:55.234908 | fa163e93-f302-d839-17ba-0000000029d3 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:45.657078 | 0.06s 2025-10-09 14:50:55.262125 | fa163e93-f302-d839-17ba-0000000029d4 | TASK | check ovsdb-tool election-timer options 2025-10-09 14:50:55.517040 | fa163e93-f302-d839-17ba-0000000029d4 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-09 14:50:55.518269 | fa163e93-f302-d839-17ba-0000000029d4 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:45.940433 | 0.25s 2025-10-09 14:50:55.547046 | fa163e93-f302-d839-17ba-0000000029d5 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-09 14:50:55.620346 | fa163e93-f302-d839-17ba-0000000029d5 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-09 14:50:55.621226 | fa163e93-f302-d839-17ba-0000000029d5 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:46.043397 | 0.07s 2025-10-09 14:50:55.648898 | fa163e93-f302-d839-17ba-0000000029d6 | TASK | render OVN cluster configuration 2025-10-09 14:50:56.219952 | fa163e93-f302-d839-17ba-0000000029d6 | CHANGED | render OVN cluster configuration | standalone 2025-10-09 14:50:56.221286 | fa163e93-f302-d839-17ba-0000000029d6 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:46.643449 | 0.57s 2025-10-09 14:50:56.251199 | fa163e93-f302-d839-17ba-0000000029d7 | TASK | restart OVN northd and north and south databases 2025-10-09 14:50:56.313497 | fa163e93-f302-d839-17ba-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.735645 | 0.06s 2025-10-09 14:50:56.331693 | fa163e93-f302-d839-17ba-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.753859 | 0.08s 2025-10-09 14:50:56.346246 | fa163e93-f302-d839-17ba-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.768412 | 0.09s 2025-10-09 14:50:56.352328 | fa163e93-f302-d839-17ba-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.774502 | 0.10s 2025-10-09 14:50:56.368085 | 20fc70ff-8f65-42d9-8c98-bcf5ceac4339 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-09 14:50:56.373085 | 6e80f288-6be3-4692-ad6a-7953c076d286 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-09 14:50:56.380602 | e34b8fea-b05f-4ada-9fc2-79e686611013 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-09 14:50:56.409367 | fa163e93-f302-d839-17ba-000000002a06 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-09 14:50:56.669691 | fa163e93-f302-d839-17ba-000000002a06 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-09 14:50:56.671023 | fa163e93-f302-d839-17ba-000000002a06 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:47.093186 | 0.26s 2025-10-09 14:50:56.701854 | fa163e93-f302-d839-17ba-000000002a07 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-09 14:50:56.754357 | fa163e93-f302-d839-17ba-000000002a07 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-09 14:50:56.755619 | fa163e93-f302-d839-17ba-000000002a07 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:47.177782 | 0.05s 2025-10-09 14:50:56.786793 | fa163e93-f302-d839-17ba-000000002a0b | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-09 14:50:57.051947 | fa163e93-f302-d839-17ba-000000002a0b | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-09 14:50:57.053283 | fa163e93-f302-d839-17ba-000000002a0b | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:47.475442 | 0.26s 2025-10-09 14:50:57.084535 | fa163e93-f302-d839-17ba-000000002a0c | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-09 14:50:57.124540 | fa163e93-f302-d839-17ba-000000002a0c | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-09 14:50:57.125883 | fa163e93-f302-d839-17ba-000000002a0c | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:47.548042 | 0.04s 2025-10-09 14:50:57.157513 | fa163e93-f302-d839-17ba-000000002a10 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-09 14:50:57.403771 | fa163e93-f302-d839-17ba-000000002a10 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-09 14:50:57.405308 | fa163e93-f302-d839-17ba-000000002a10 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:47.827466 | 0.25s 2025-10-09 14:50:57.437372 | fa163e93-f302-d839-17ba-000000002a11 | TASK | restart tripleo_cluster_northd systemd service 2025-10-09 14:50:57.490945 | fa163e93-f302-d839-17ba-000000002a11 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-09 14:50:57.492456 | fa163e93-f302-d839-17ba-000000002a11 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:47.914614 | 0.05s 2025-10-09 14:50:57.602013 | fa163e93-f302-d839-17ba-000000002298 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:48.024165 | 0.05s 2025-10-09 14:50:57.668989 | fa163e93-f302-d839-17ba-000000002a5e | TASK | Set version specific variables 2025-10-09 14:50:57.718084 | fa163e93-f302-d839-17ba-000000002a5e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:48.140237 | 0.05s 2025-10-09 14:50:57.740803 | 7b4e1a24-77c9-48ee-8b45-29c340e38fca | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:50:57.773311 | fa163e93-f302-d839-17ba-000000002a8d | TASK | Ensure ansible_facts used by role 2025-10-09 14:50:58.168579 | fa163e93-f302-d839-17ba-000000002a8d | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:50:58.170266 | fa163e93-f302-d839-17ba-000000002a8d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:48.592427 | 0.40s 2025-10-09 14:50:58.199467 | fa163e93-f302-d839-17ba-000000002a8e | TASK | Set platform/version specific variables 2025-10-09 14:50:58.295742 | fa163e93-f302-d839-17ba-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:58.329922 | fa163e93-f302-d839-17ba-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:50:58.358786 | fa163e93-f302-d839-17ba-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:50:58.378851 | fa163e93-f302-d839-17ba-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:50:58.385766 | fa163e93-f302-d839-17ba-000000002a8e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:48.807917 | 0.18s 2025-10-09 14:50:58.417607 | fa163e93-f302-d839-17ba-000000002a5f | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:51:01.300463 | fa163e93-f302-d839-17ba-000000002a5f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:51:01.301654 | fa163e93-f302-d839-17ba-000000002a5f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:51.723815 | 2.88s 2025-10-09 14:51:01.320723 | fa163e93-f302-d839-17ba-000000002a61 | TASK | Ensure provider packages are installed 2025-10-09 14:51:04.193589 | fa163e93-f302-d839-17ba-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.615735 | 2.87s 2025-10-09 14:51:04.206211 | fa163e93-f302-d839-17ba-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.628367 | 2.88s 2025-10-09 14:51:04.235886 | fa163e93-f302-d839-17ba-000000002a63 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:51:04.531448 | fa163e93-f302-d839-17ba-000000002a63 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:51:04.534075 | fa163e93-f302-d839-17ba-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:54.956232 | 0.30s 2025-10-09 14:51:04.543841 | fa163e93-f302-d839-17ba-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:54.965998 | 0.31s 2025-10-09 14:51:04.579561 | fa163e93-f302-d839-17ba-000000002a65 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:51:04.900727 | fa163e93-f302-d839-17ba-000000002a65 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:51:04.902984 | fa163e93-f302-d839-17ba-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.325138 | 0.32s 2025-10-09 14:51:04.909663 | fa163e93-f302-d839-17ba-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.331815 | 0.33s 2025-10-09 14:51:04.940692 | fa163e93-f302-d839-17ba-000000002a67 | TASK | Ensure provider service is running 2025-10-09 14:51:05.358380 | fa163e93-f302-d839-17ba-000000002a67 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:51:05.361687 | fa163e93-f302-d839-17ba-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:55.783842 | 0.42s 2025-10-09 14:51:05.371890 | fa163e93-f302-d839-17ba-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:55.794045 | 0.43s 2025-10-09 14:51:05.403854 | fa163e93-f302-d839-17ba-000000002a6a | TASK | Ensure certificate requests 2025-10-09 14:51:06.907593 | fa163e93-f302-d839-17ba-000000002a6a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-09 14:51:06.908978 | fa163e93-f302-d839-17ba-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:57.331141 | 1.50s 2025-10-09 14:51:06.920995 | fa163e93-f302-d839-17ba-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:57.343157 | 1.52s 2025-10-09 14:51:07.013775 | fa163e93-f302-d839-17ba-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:57.435934 | 0.05s 2025-10-09 14:51:07.069358 | fa163e93-f302-d839-17ba-000000002ad2 | TASK | Set version specific variables 2025-10-09 14:51:07.117678 | fa163e93-f302-d839-17ba-000000002ad2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:57.539831 | 0.05s 2025-10-09 14:51:07.141859 | d8de2fde-04b3-4f3a-a81f-7380bfab6134 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:51:07.174603 | fa163e93-f302-d839-17ba-000000002b01 | TASK | Ensure ansible_facts used by role 2025-10-09 14:51:07.582258 | fa163e93-f302-d839-17ba-000000002b01 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:51:07.583909 | fa163e93-f302-d839-17ba-000000002b01 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:58.006070 | 0.41s 2025-10-09 14:51:07.615436 | fa163e93-f302-d839-17ba-000000002b02 | TASK | Set platform/version specific variables 2025-10-09 14:51:07.695536 | fa163e93-f302-d839-17ba-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:51:07.712185 | fa163e93-f302-d839-17ba-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:51:07.730202 | fa163e93-f302-d839-17ba-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:51:07.744521 | fa163e93-f302-d839-17ba-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:51:07.756389 | fa163e93-f302-d839-17ba-000000002b02 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:58.178545 | 0.14s 2025-10-09 14:51:07.787169 | fa163e93-f302-d839-17ba-000000002ad3 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:51:10.677333 | fa163e93-f302-d839-17ba-000000002ad3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:51:10.678802 | fa163e93-f302-d839-17ba-000000002ad3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:01.100965 | 2.89s 2025-10-09 14:51:10.708435 | fa163e93-f302-d839-17ba-000000002ad5 | TASK | Ensure provider packages are installed 2025-10-09 14:51:13.643511 | fa163e93-f302-d839-17ba-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:04.065650 | 2.93s 2025-10-09 14:51:13.656186 | fa163e93-f302-d839-17ba-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:04.078338 | 2.95s 2025-10-09 14:51:13.687057 | fa163e93-f302-d839-17ba-000000002ad7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:51:13.982056 | fa163e93-f302-d839-17ba-000000002ad7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:51:13.983536 | fa163e93-f302-d839-17ba-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:04.405697 | 0.29s 2025-10-09 14:51:13.989450 | fa163e93-f302-d839-17ba-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:04.411610 | 0.30s 2025-10-09 14:51:14.020474 | fa163e93-f302-d839-17ba-000000002ad9 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:51:14.304880 | fa163e93-f302-d839-17ba-000000002ad9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:51:14.307339 | fa163e93-f302-d839-17ba-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:04.729499 | 0.29s 2025-10-09 14:51:14.317081 | fa163e93-f302-d839-17ba-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:04.739239 | 0.30s 2025-10-09 14:51:14.347061 | fa163e93-f302-d839-17ba-000000002adb | TASK | Ensure provider service is running 2025-10-09 14:51:14.769298 | fa163e93-f302-d839-17ba-000000002adb | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:51:14.771180 | fa163e93-f302-d839-17ba-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:05.193341 | 0.42s 2025-10-09 14:51:14.784736 | fa163e93-f302-d839-17ba-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:05.206889 | 0.44s 2025-10-09 14:51:14.819041 | fa163e93-f302-d839-17ba-000000002ade | TASK | Ensure certificate requests 2025-10-09 14:51:16.265737 | fa163e93-f302-d839-17ba-000000002ade | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2025-10-09 14:51:16.267133 | fa163e93-f302-d839-17ba-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:06.689296 | 1.45s 2025-10-09 14:51:16.273415 | fa163e93-f302-d839-17ba-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:06.695537 | 1.45s 2025-10-09 14:51:16.378329 | fa163e93-f302-d839-17ba-00000000229c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:06.800482 | 0.05s 2025-10-09 14:51:16.443665 | fa163e93-f302-d839-17ba-000000002b46 | TASK | Set version specific variables 2025-10-09 14:51:16.490223 | fa163e93-f302-d839-17ba-000000002b46 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:06.912386 | 0.05s 2025-10-09 14:51:16.510751 | 1e786f19-b8d7-4be0-a000-e4009aec31db | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:51:16.537260 | fa163e93-f302-d839-17ba-000000002b75 | TASK | Ensure ansible_facts used by role 2025-10-09 14:51:16.934092 | fa163e93-f302-d839-17ba-000000002b75 | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:51:16.935708 | fa163e93-f302-d839-17ba-000000002b75 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:07.357870 | 0.40s 2025-10-09 14:51:16.964855 | fa163e93-f302-d839-17ba-000000002b76 | TASK | Set platform/version specific variables 2025-10-09 14:51:17.039791 | fa163e93-f302-d839-17ba-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:51:17.067548 | fa163e93-f302-d839-17ba-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:51:17.090544 | fa163e93-f302-d839-17ba-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:51:17.109724 | fa163e93-f302-d839-17ba-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:51:17.116130 | fa163e93-f302-d839-17ba-000000002b76 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:07.538284 | 0.15s 2025-10-09 14:51:17.146330 | fa163e93-f302-d839-17ba-000000002b47 | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:51:20.053752 | fa163e93-f302-d839-17ba-000000002b47 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:51:20.055297 | fa163e93-f302-d839-17ba-000000002b47 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:10.477459 | 2.91s 2025-10-09 14:51:20.087286 | fa163e93-f302-d839-17ba-000000002b49 | TASK | Ensure provider packages are installed 2025-10-09 14:51:22.984149 | fa163e93-f302-d839-17ba-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:13.406297 | 2.89s 2025-10-09 14:51:22.998064 | fa163e93-f302-d839-17ba-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:13.420199 | 2.91s 2025-10-09 14:51:23.034272 | fa163e93-f302-d839-17ba-000000002b4b | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:51:23.337581 | fa163e93-f302-d839-17ba-000000002b4b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:51:23.339849 | fa163e93-f302-d839-17ba-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:13.762008 | 0.30s 2025-10-09 14:51:23.349816 | fa163e93-f302-d839-17ba-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:13.771977 | 0.31s 2025-10-09 14:51:23.379148 | fa163e93-f302-d839-17ba-000000002b4d | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:51:23.682960 | fa163e93-f302-d839-17ba-000000002b4d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:51:23.685325 | fa163e93-f302-d839-17ba-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:14.107486 | 0.30s 2025-10-09 14:51:23.695477 | fa163e93-f302-d839-17ba-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:14.117638 | 0.31s 2025-10-09 14:51:23.724812 | fa163e93-f302-d839-17ba-000000002b4f | TASK | Ensure provider service is running 2025-10-09 14:51:24.162992 | fa163e93-f302-d839-17ba-000000002b4f | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:51:24.166438 | fa163e93-f302-d839-17ba-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:14.588565 | 0.44s 2025-10-09 14:51:24.176626 | fa163e93-f302-d839-17ba-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:14.598785 | 0.45s 2025-10-09 14:51:24.207809 | fa163e93-f302-d839-17ba-000000002b52 | TASK | Ensure certificate requests 2025-10-09 14:51:26.401283 | fa163e93-f302-d839-17ba-000000002b52 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2025-10-09 14:51:26.402811 | fa163e93-f302-d839-17ba-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:16.824976 | 2.19s 2025-10-09 14:51:26.408462 | fa163e93-f302-d839-17ba-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:16.830576 | 2.20s 2025-10-09 14:51:26.465928 | fa163e93-f302-d839-17ba-0000000022a3 | TASK | Fail if container image is undefined 2025-10-09 14:51:26.535027 | fa163e93-f302-d839-17ba-0000000022a3 | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:51:26.536482 | fa163e93-f302-d839-17ba-0000000022a3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:16.958643 | 0.07s 2025-10-09 14:51:26.586597 | fa163e93-f302-d839-17ba-0000000022a4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-09 14:51:33.615977 | fa163e93-f302-d839-17ba-0000000022a4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-09 14:51:33.617434 | fa163e93-f302-d839-17ba-0000000022a4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:24.039562 | 7.03s 2025-10-09 14:51:33.677667 | fa163e93-f302-d839-17ba-0000000022a5 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-09 14:51:34.022946 | fa163e93-f302-d839-17ba-0000000022a5 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-09 14:51:34.024320 | fa163e93-f302-d839-17ba-0000000022a5 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:24.446477 | 0.35s 2025-10-09 14:51:34.081176 | fa163e93-f302-d839-17ba-0000000022b0 | TASK | Pre-fetch all the containers 2025-10-09 14:51:39.165035 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-09 14:51:39.167938 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:29.590101 | 5.08s 2025-10-09 14:51:44.795713 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-09 14:51:44.798654 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:35.220818 | 10.72s 2025-10-09 14:51:51.548254 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-09 14:51:51.551809 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:41.973972 | 17.47s 2025-10-09 14:51:55.901536 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-09 14:51:55.904953 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.327117 | 21.82s 2025-10-09 14:51:58.898839 | fa163e93-f302-d839-17ba-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-09 14:51:58.902068 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:49.324229 | 24.82s 2025-10-09 14:52:01.447856 | fa163e93-f302-d839-17ba-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-09 14:52:01.451348 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.873512 | 27.37s 2025-10-09 14:52:07.726458 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-10-09 14:52:07.731177 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.153336 | 33.65s 2025-10-09 14:52:13.750864 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-09 14:52:13.753990 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.176154 | 39.67s 2025-10-09 14:52:18.906850 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-09 14:52:18.910984 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:09.333147 | 44.83s 2025-10-09 14:52:21.963523 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-09 14:52:21.966580 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:12.388743 | 47.88s 2025-10-09 14:52:31.188189 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-09 14:52:31.192253 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:21.614417 | 57.11s 2025-10-09 14:52:34.889637 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-09 14:52:34.893920 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:25.316085 | 60.81s 2025-10-09 14:52:53.370883 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-09 14:52:53.374728 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:43.796875 | 79.29s 2025-10-09 14:53:07.152703 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-09 14:53:07.155688 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:57.577850 | 93.07s 2025-10-09 14:53:16.262592 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-09 14:53:16.266516 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:06.688679 | 102.18s 2025-10-09 14:53:23.689737 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-09 14:53:23.694173 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:14.116303 | 109.61s 2025-10-09 14:53:47.383861 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-09 14:53:47.387448 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:37.809611 | 133.30s 2025-10-09 14:53:52.684498 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-09 14:53:52.688120 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:43.110285 | 138.61s 2025-10-09 14:53:56.765912 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-09 14:53:56.769871 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:47.192035 | 142.69s 2025-10-09 14:54:01.389698 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-09 14:54:01.393092 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:51.815260 | 147.31s 2025-10-09 14:54:07.015037 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-09 14:54:07.016698 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:57.438863 | 152.93s 2025-10-09 14:54:20.052653 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-09 14:54:20.057206 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:10.479366 | 165.97s 2025-10-09 14:54:23.741047 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-09 14:54:23.745328 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:14.167491 | 169.66s 2025-10-09 14:54:34.446828 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-09 14:54:34.450746 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:24.872910 | 180.37s 2025-10-09 14:54:37.978595 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-09 14:54:37.982585 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:28.404748 | 183.90s 2025-10-09 14:54:45.339624 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-09 14:54:45.342591 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:35.764756 | 191.26s 2025-10-09 14:54:48.730160 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-09 14:54:48.733384 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:39.155546 | 194.65s 2025-10-09 14:54:53.634926 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-09 14:54:53.637724 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.059887 | 199.55s 2025-10-09 14:54:58.697291 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-09 14:54:58.700356 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:49.122517 | 204.62s 2025-10-09 14:55:01.752616 | fa163e93-f302-d839-17ba-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-09 14:55:01.757507 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:52.179670 | 207.67s 2025-10-09 14:55:04.348626 | fa163e93-f302-d839-17ba-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-09 14:55:04.352477 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:54.774642 | 210.27s 2025-10-09 14:55:07.857422 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-09 14:55:07.860136 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:58.282301 | 213.78s 2025-10-09 14:55:10.407700 | fa163e93-f302-d839-17ba-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-09 14:55:10.411682 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:00.833842 | 216.33s 2025-10-09 14:55:15.690732 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-09 14:55:15.694511 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.116676 | 221.61s 2025-10-09 14:55:19.512469 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-09 14:55:19.516577 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.938741 | 225.43s 2025-10-09 14:55:23.098317 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-09 14:55:23.102464 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.524626 | 229.02s 2025-10-09 14:55:27.315179 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-09 14:55:27.319186 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:17.741349 | 233.24s 2025-10-09 14:55:31.310488 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-09 14:55:31.314053 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.736217 | 237.23s 2025-10-09 14:55:35.140365 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-09 14:55:35.144640 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:25.566802 | 241.06s 2025-10-09 14:55:38.285620 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-09 14:55:38.289521 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:28.711686 | 244.21s 2025-10-09 14:55:41.918818 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-09 14:55:41.921375 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:32.343540 | 247.84s 2025-10-09 14:55:45.517682 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-09 14:55:45.523800 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:35.945958 | 251.44s 2025-10-09 14:55:49.113910 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-09 14:55:49.117492 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:39.539657 | 255.03s 2025-10-09 14:55:52.766264 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-09 14:55:52.768631 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:43.190796 | 258.69s 2025-10-09 14:55:55.713308 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-09 14:55:55.717219 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:46.139380 | 261.63s 2025-10-09 14:55:59.484306 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-09 14:55:59.487340 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:49.909504 | 265.40s 2025-10-09 14:56:03.429158 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-09 14:56:03.432302 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:53.854462 | 269.35s 2025-10-09 14:56:08.404790 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-09 14:56:08.408999 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:58.831163 | 274.33s 2025-10-09 14:56:11.807996 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-09 14:56:11.811079 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:02.233244 | 277.73s 2025-10-09 14:56:15.221695 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-09 14:56:15.224039 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:05.646211 | 281.14s 2025-10-09 14:56:18.557548 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-09 14:56:18.561685 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:08.983849 | 284.48s 2025-10-09 14:56:22.198484 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-09 14:56:22.202021 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:12.624095 | 288.12s 2025-10-09 14:56:25.366322 | fa163e93-f302-d839-17ba-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-09 14:56:25.369677 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:15.791842 | 291.29s 2025-10-09 14:56:25.719115 | fa163e93-f302-d839-17ba-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:16.141275 | 291.64s 2025-10-09 14:56:25.997013 | fa163e93-f302-d839-17ba-0000000022b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:13:16.419173 | 0.06s 2025-10-09 14:56:26.052220 | fa163e93-f302-d839-17ba-000000002c2c | TASK | Set version specific variables 2025-10-09 14:56:26.101678 | fa163e93-f302-d839-17ba-000000002c2c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:13:16.523839 | 0.05s 2025-10-09 14:56:26.116011 | d10b50de-fa68-4002-9c10-da525ef22792 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-09 14:56:26.140037 | fa163e93-f302-d839-17ba-000000002c5b | TASK | Ensure ansible_facts used by role 2025-10-09 14:56:26.547145 | fa163e93-f302-d839-17ba-000000002c5b | OK | Ensure ansible_facts used by role | standalone 2025-10-09 14:56:26.549199 | fa163e93-f302-d839-17ba-000000002c5b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:13:16.971351 | 0.41s 2025-10-09 14:56:26.581088 | fa163e93-f302-d839-17ba-000000002c5c | TASK | Set platform/version specific variables 2025-10-09 14:56:26.686264 | fa163e93-f302-d839-17ba-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:56:26.720502 | fa163e93-f302-d839-17ba-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-09 14:56:26.750316 | fa163e93-f302-d839-17ba-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-09 14:56:26.771561 | fa163e93-f302-d839-17ba-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-09 14:56:26.777630 | fa163e93-f302-d839-17ba-000000002c5c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:13:17.199785 | 0.19s 2025-10-09 14:56:26.807196 | fa163e93-f302-d839-17ba-000000002c2d | TASK | Ensure certificate role dependencies are installed 2025-10-09 14:56:29.789014 | fa163e93-f302-d839-17ba-000000002c2d | OK | Ensure certificate role dependencies are installed | standalone 2025-10-09 14:56:29.790793 | fa163e93-f302-d839-17ba-000000002c2d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:20.212951 | 2.98s 2025-10-09 14:56:29.820246 | fa163e93-f302-d839-17ba-000000002c2f | TASK | Ensure provider packages are installed 2025-10-09 14:56:32.758188 | fa163e93-f302-d839-17ba-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:23.180338 | 2.94s 2025-10-09 14:56:32.770465 | fa163e93-f302-d839-17ba-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:23.192577 | 2.95s 2025-10-09 14:56:32.800396 | fa163e93-f302-d839-17ba-000000002c31 | TASK | Ensure pre-scripts hooks directory exists 2025-10-09 14:56:33.085652 | fa163e93-f302-d839-17ba-000000002c31 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:56:33.087883 | fa163e93-f302-d839-17ba-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:23.510036 | 0.29s 2025-10-09 14:56:33.098283 | fa163e93-f302-d839-17ba-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:23.520446 | 0.30s 2025-10-09 14:56:33.127994 | fa163e93-f302-d839-17ba-000000002c33 | TASK | Ensure post-scripts hooks directory exists 2025-10-09 14:56:33.430886 | fa163e93-f302-d839-17ba-000000002c33 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-09 14:56:33.432954 | fa163e93-f302-d839-17ba-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:23.855111 | 0.30s 2025-10-09 14:56:33.440275 | fa163e93-f302-d839-17ba-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:23.862444 | 0.31s 2025-10-09 14:56:33.470020 | fa163e93-f302-d839-17ba-000000002c35 | TASK | Ensure provider service is running 2025-10-09 14:56:33.909090 | fa163e93-f302-d839-17ba-000000002c35 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-09 14:56:33.910568 | fa163e93-f302-d839-17ba-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:24.332736 | 0.44s 2025-10-09 14:56:33.917206 | fa163e93-f302-d839-17ba-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:24.339362 | 0.45s 2025-10-09 14:56:33.949750 | fa163e93-f302-d839-17ba-000000002c38 | TASK | Ensure certificate requests 2025-10-09 14:56:36.178587 | fa163e93-f302-d839-17ba-000000002c38 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2025-10-09 14:56:36.181239 | fa163e93-f302-d839-17ba-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:26.603400 | 2.23s 2025-10-09 14:56:36.191794 | fa163e93-f302-d839-17ba-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:26.613954 | 2.24s 2025-10-09 14:56:36.248189 | fa163e93-f302-d839-17ba-0000000022ba | TASK | Fail if container image is undefined 2025-10-09 14:56:36.313048 | fa163e93-f302-d839-17ba-0000000022ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-09 14:56:36.314193 | fa163e93-f302-d839-17ba-0000000022ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:26.736356 | 0.06s 2025-10-09 14:56:36.359885 | fa163e93-f302-d839-17ba-0000000022bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-09 14:56:39.189582 | fa163e93-f302-d839-17ba-0000000022bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-09 14:56:39.191513 | fa163e93-f302-d839-17ba-0000000022bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:29.613673 | 2.83s 2025-10-09 14:56:39.251541 | fa163e93-f302-d839-17ba-0000000022bc | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-09 14:56:39.827675 | fa163e93-f302-d839-17ba-0000000022bc | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-09 14:56:39.828980 | fa163e93-f302-d839-17ba-0000000022bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:30.251143 | 0.58s 2025-10-09 14:56:39.884536 | fa163e93-f302-d839-17ba-0000000022c7 | TASK | Check if rsyslog exists 2025-10-09 14:56:40.138146 | fa163e93-f302-d839-17ba-0000000022c7 | CHANGED | Check if rsyslog exists | standalone 2025-10-09 14:56:40.139451 | fa163e93-f302-d839-17ba-0000000022c7 | TIMING | Check if rsyslog exists | standalone | 0:13:30.561615 | 0.25s 2025-10-09 14:56:40.167129 | fa163e93-f302-d839-17ba-0000000022c8 | TASK | Forward logging to swift.log file 2025-10-09 14:56:40.675093 | fa163e93-f302-d839-17ba-0000000022c8 | CHANGED | Forward logging to swift.log file | standalone 2025-10-09 14:56:40.676512 | fa163e93-f302-d839-17ba-0000000022c8 | TIMING | Forward logging to swift.log file | standalone | 0:13:31.098674 | 0.51s 2025-10-09 14:56:40.706770 | fa163e93-f302-d839-17ba-0000000022c9 | TASK | Restart rsyslogd service after logging conf change 2025-10-09 14:56:41.394548 | fa163e93-f302-d839-17ba-0000000022c9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-09 14:56:41.396652 | fa163e93-f302-d839-17ba-0000000022c9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:31.818812 | 0.69s 2025-10-09 14:56:41.427180 | fa163e93-f302-d839-17ba-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-09 14:56:41.664766 | fa163e93-f302-d839-17ba-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-09 14:56:41.666162 | fa163e93-f302-d839-17ba-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:32.088326 | 0.24s 2025-10-09 14:56:41.779340 | fa163e93-f302-d839-17ba-0000000000c3 | TIMING | include_tasks | standalone | 0:13:32.201498 | 0.08s 2025-10-09 14:56:41.821552 | d09f39dc-e33b-4125-b02f-42ec09eadf1e | INCLUDED | /root/standalone-ansible-k43ezndi/common_deploy_steps_tasks.yaml | standalone 2025-10-09 14:56:41.847266 | fa163e93-f302-d839-17ba-000000002ca3 | TASK | Write the config_step hieradata 2025-10-09 14:56:42.332321 | fa163e93-f302-d839-17ba-000000002ca3 | OK | Write the config_step hieradata | standalone 2025-10-09 14:56:42.333810 | fa163e93-f302-d839-17ba-000000002ca3 | TIMING | Write the config_step hieradata | standalone | 0:13:32.755970 | 0.49s 2025-10-09 14:56:42.363826 | fa163e93-f302-d839-17ba-000000002ca4 | TASK | Run puppet host configuration for step 1 2025-10-09 14:56:42.682313 | fa163e93-f302-d839-17ba-000000002ca4 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-09 14:56:42.683547 | fa163e93-f302-d839-17ba-000000002ca4 | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:33.105709 | 0.32s 2025-10-09 14:56:42.713662 | fa163e93-f302-d839-17ba-000000002ca5 | TASK | Wait for puppet host configuration to finish 2025-10-09 14:56:42.959768 | fa163e93-f302-d839-17ba-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 14:56:53.175322 | fa163e93-f302-d839-17ba-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 14:57:03.397086 | fa163e93-f302-d839-17ba-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-09 14:57:13.624444 | fa163e93-f302-d839-17ba-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-09 14:57:23.827966 | fa163e93-f302-d839-17ba-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-09 14:57:34.007327 | fa163e93-f302-d839-17ba-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-09 14:57:44.229319 | fa163e93-f302-d839-17ba-000000002ca5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 14:57:44.230728 | fa163e93-f302-d839-17ba-000000002ca5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:34.652889 | 61.52s 2025-10-09 14:57:44.261289 | fa163e93-f302-d839-17ba-000000002ca6 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-09 14:57:44.345742 | fa163e93-f302-d839-17ba-000000002ca6 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 14:56:42 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 14:56:48 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 14:56:48 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 14:56:48 puppet-user: (file & line not available)", "<13>Oct 9 14:56:48 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 14:56:48 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 14:56:48 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 14:56:48 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.37 seconds", "<13>Oct 9 14:56:48 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 9 14:56:48 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 9 14:56:48 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 9 14:56:55 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 9 14:57:03 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 9 14:57:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 9 14:57:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 9 14:57:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 9 14:57:06 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 9 14:57:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 9 14:57:08 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 9 14:57:12 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 9 14:57:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 9 14:57:14 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 9 14:57:15 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 9 14:57:37 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 9 14:57:39 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 14:57:41 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 9 14:57:41 puppet-user: Notice: Applied catalog in 52.80 seconds", "<13>Oct 9 14:57:41 puppet-user: Application:", "<13>Oct 9 14:57:41 puppet-user: Initial environment: production", "<13>Oct 9 14:57:41 puppet-user: Converged environment: production", "<13>Oct 9 14:57:41 puppet-user: Run mode: user", "<13>Oct 9 14:57:41 puppet-user: Changes:", "<13>Oct 9 14:57:41 puppet-user: Total: 17", "<13>Oct 9 14:57:41 puppet-user: Events:", "<13>Oct 9 14:57:41 puppet-user: Success: 17", "<13>Oct 9 14:57:41 puppet-user: Resources:", "<13>Oct 9 14:57:41 puppet-user: Restarted: 1", "<13>Oct 9 14:57:41 puppet-user: Changed: 16", "<13>Oct 9 14:57:41 puppet-user: Out of sync: 16", "<13>Oct 9 14:57:41 puppet-user: Total: 26", "<13>Oct 9 14:57:41 puppet-user: Time:", "<13>Oct 9 14:57:41 puppet-user: Filebucket: 0.00", "<13>Oct 9 14:57:41 puppet-user: Schedule: 0.00", "<13>Oct 9 14:57:41 puppet-user: File: 0.00", "<13>Oct 9 14:57:41 puppet-user: File line: 0.00", "<13>Oct 9 14:57:41 puppet-user: Augeas: 0.03", "<13>Oct 9 14:57:41 puppet-user: Config retrieval: 0.43", "<13>Oct 9 14:57:41 puppet-user: User: 0.59", "<13>Oct 9 14:57:41 puppet-user: Package: 14.74", "<13>Oct 9 14:57:41 puppet-user: Last run: 1760021861", "<13>Oct 9 14:57:41 puppet-user: Exec: 28.79", "<13>Oct 9 14:57:41 puppet-user: Pcmk property: 3.57", "<13>Oct 9 14:57:41 puppet-user: Service: 3.80", "<13>Oct 9 14:57:41 puppet-user: Transaction evaluation: 52.79", "<13>Oct 9 14:57:41 puppet-user: Catalog application: 52.80", "<13>Oct 9 14:57:41 puppet-user: Total: 52.80", "<13>Oct 9 14:57:41 puppet-user: Version:", "<13>Oct 9 14:57:41 puppet-user: Config: 1760021808", "<13>Oct 9 14:57:41 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 14:57:44.347112 | fa163e93-f302-d839-17ba-000000002ca6 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:34.769275 | 0.08s 2025-10-09 14:57:44.376807 | fa163e93-f302-d839-17ba-000000002ca7 | TASK | Pre-cache facts for puppet containers 2025-10-09 14:57:44.404555 | fa163e93-f302-d839-17ba-000000002ca7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:34.826714 | 0.03s 2025-10-09 14:57:44.475229 | fa163e93-f302-d839-17ba-000000002cee | TASK | Gather variables for each operating system 2025-10-09 14:57:44.575777 | fa163e93-f302-d839-17ba-000000002cee | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:34.997927 | 0.10s 2025-10-09 14:57:44.606022 | fa163e93-f302-d839-17ba-000000002cef | TASK | Create puppet caching structures 2025-10-09 14:57:44.837900 | fa163e93-f302-d839-17ba-000000002cef | CHANGED | Create puppet caching structures | standalone 2025-10-09 14:57:44.839294 | fa163e93-f302-d839-17ba-000000002cef | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:35.261456 | 0.23s 2025-10-09 14:57:44.868727 | fa163e93-f302-d839-17ba-000000002cf0 | TASK | Check for facter.conf 2025-10-09 14:57:45.091241 | fa163e93-f302-d839-17ba-000000002cf0 | OK | Check for facter.conf | standalone 2025-10-09 14:57:45.092539 | fa163e93-f302-d839-17ba-000000002cf0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:35.514702 | 0.22s 2025-10-09 14:57:45.121786 | fa163e93-f302-d839-17ba-000000002cf1 | TASK | Remove facter.conf if directory 2025-10-09 14:57:45.161147 | fa163e93-f302-d839-17ba-000000002cf1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 14:57:45.162303 | fa163e93-f302-d839-17ba-000000002cf1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:35.584464 | 0.04s 2025-10-09 14:57:45.192808 | fa163e93-f302-d839-17ba-000000002cf2 | TASK | Write facter cache config 2025-10-09 14:57:45.667986 | fa163e93-f302-d839-17ba-000000002cf2 | CHANGED | Write facter cache config | standalone 2025-10-09 14:57:45.669432 | fa163e93-f302-d839-17ba-000000002cf2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:36.091567 | 0.48s 2025-10-09 14:57:45.698485 | fa163e93-f302-d839-17ba-000000002cf3 | TASK | Cleanup facter cache if exists 2025-10-09 14:57:45.899683 | fa163e93-f302-d839-17ba-000000002cf3 | OK | Cleanup facter cache if exists | standalone 2025-10-09 14:57:45.901018 | fa163e93-f302-d839-17ba-000000002cf3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:36.323181 | 0.20s 2025-10-09 14:57:45.930032 | fa163e93-f302-d839-17ba-000000002cf4 | TASK | Pre-cache facts 2025-10-09 14:57:46.531271 | fa163e93-f302-d839-17ba-000000002cf4 | CHANGED | Pre-cache facts | standalone 2025-10-09 14:57:46.532632 | fa163e93-f302-d839-17ba-000000002cf4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:36.954795 | 0.60s 2025-10-09 14:57:46.563544 | fa163e93-f302-d839-17ba-000000002cf5 | TASK | Failed deployment if facter fails 2025-10-09 14:57:46.598019 | fa163e93-f302-d839-17ba-000000002cf5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 14:57:46.599100 | fa163e93-f302-d839-17ba-000000002cf5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:37.021263 | 0.03s 2025-10-09 14:57:46.649706 | fa163e93-f302-d839-17ba-000000002cf6 | TASK | Sync cached facts 2025-10-09 14:57:47.132049 | fa163e93-f302-d839-17ba-000000002cf6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e93-f302-d839-17ba-000000002cf6') missing from stats 2025-10-09 14:57:47.187994 | fa163e93-f302-d839-17ba-000000002ca8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 14:57:47.227384 | fa163e93-f302-d839-17ba-000000002ca8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:37.649541 | 0.04s 2025-10-09 14:57:47.257154 | e07bb5eb-a6fe-400e-8a43-d90fe169713f | INCLUDED | /root/standalone-ansible-k43ezndi/generate-config-tasks.yaml | standalone 2025-10-09 14:57:47.294348 | fa163e93-f302-d839-17ba-000000002d40 | TASK | Create base directory puppet configs 2025-10-09 14:57:47.490838 | fa163e93-f302-d839-17ba-000000002d40 | CHANGED | Create base directory puppet configs | standalone 2025-10-09 14:57:47.492286 | fa163e93-f302-d839-17ba-000000002d40 | TIMING | Create base directory puppet configs | standalone | 0:14:37.914445 | 0.20s 2025-10-09 14:57:47.523828 | fa163e93-f302-d839-17ba-000000002d41 | TASK | Generate container puppet configs for step 1 2025-10-09 14:57:47.779222 | fa163e93-f302-d839-17ba-000000002d41 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-09 14:57:47.780625 | fa163e93-f302-d839-17ba-000000002d41 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:38.202788 | 0.26s 2025-10-09 14:57:47.811090 | fa163e93-f302-d839-17ba-000000002d42 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-09 14:57:47.840740 | fa163e93-f302-d839-17ba-000000002d42 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:38.262897 | 0.03s 2025-10-09 14:57:47.916091 | fa163e93-f302-d839-17ba-000000002dcc | TASK | Gather variables for each operating system 2025-10-09 14:57:48.038162 | fa163e93-f302-d839-17ba-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:38.460319 | 0.12s 2025-10-09 14:57:48.067711 | fa163e93-f302-d839-17ba-000000002dcd | TASK | Create container logs path 2025-10-09 14:57:48.298634 | fa163e93-f302-d839-17ba-000000002dcd | OK | Create container logs path | standalone 2025-10-09 14:57:48.299853 | fa163e93-f302-d839-17ba-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:38.722016 | 0.23s 2025-10-09 14:57:48.331978 | fa163e93-f302-d839-17ba-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:57:48.764994 | fa163e93-f302-d839-17ba-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:57:48.766034 | fa163e93-f302-d839-17ba-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:39.188204 | 0.43s 2025-10-09 14:57:48.786904 | fa163e93-f302-d839-17ba-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-09 14:57:48.864453 | fa163e93-f302-d839-17ba-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:57:48.865561 | fa163e93-f302-d839-17ba-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:39.287724 | 0.08s 2025-10-09 14:57:48.896345 | fa163e93-f302-d839-17ba-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-09 14:57:48.938737 | fa163e93-f302-d839-17ba-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:57:48.939979 | fa163e93-f302-d839-17ba-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:39.362142 | 0.04s 2025-10-09 14:57:48.970329 | fa163e93-f302-d839-17ba-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-09 14:57:49.024066 | fa163e93-f302-d839-17ba-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:57:49.025160 | fa163e93-f302-d839-17ba-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:39.447324 | 0.05s 2025-10-09 14:57:49.057502 | fa163e93-f302-d839-17ba-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:57:49.118331 | fa163e93-f302-d839-17ba-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:39.540489 | 0.06s 2025-10-09 14:57:49.144518 | 67561f85-2cfb-4473-87b9-9333703ca5a1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:57:49.180754 | fa163e93-f302-d839-17ba-000000002e19 | TASK | Gather podman infos 2025-10-09 14:57:49.796764 | fa163e93-f302-d839-17ba-000000002e19 | OK | Gather podman infos | standalone 2025-10-09 14:57:49.798106 | fa163e93-f302-d839-17ba-000000002e19 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:40.220268 | 0.62s 2025-10-09 14:57:49.831570 | fa163e93-f302-d839-17ba-000000002e1a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:57:49.894147 | fa163e93-f302-d839-17ba-000000002e1a | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:57:49.895541 | fa163e93-f302-d839-17ba-000000002e1a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:40.317699 | 0.06s 2025-10-09 14:57:49.928419 | fa163e93-f302-d839-17ba-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:57:49.983202 | fa163e93-f302-d839-17ba-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:40.405360 | 0.05s 2025-10-09 14:57:50.007232 | cf8d269a-f82e-4ed3-bd66-eeb60679a837 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:57:50.051591 | fa163e93-f302-d839-17ba-000000002e43 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:58:21.399077 | fa163e93-f302-d839-17ba-000000002e43 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:58:21.401948 | fa163e93-f302-d839-17ba-000000002e43 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:11.824107 | 31.35s 2025-10-09 14:58:21.476902 | fa163e93-f302-d839-17ba-000000002e44 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:58:21.565031 | fa163e93-f302-d839-17ba-000000002e44 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:58:21.565852 | fa163e93-f302-d839-17ba-000000002e44 | 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:15:11.988025 | 0.09s 2025-10-09 14:58:21.602371 | fa163e93-f302-d839-17ba-000000002d44 | TASK | Diff puppet-generated changes for check mode 2025-10-09 14:58:21.632156 | fa163e93-f302-d839-17ba-000000002d44 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-09 14:58:21.633633 | fa163e93-f302-d839-17ba-000000002d44 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:12.055795 | 0.03s 2025-10-09 14:58:21.662787 | fa163e93-f302-d839-17ba-000000002d45 | TASK | Diff puppet-generated changes for check mode 2025-10-09 14:58:21.694942 | fa163e93-f302-d839-17ba-000000002d45 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-09 14:58:21.696420 | fa163e93-f302-d839-17ba-000000002d45 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:12.118550 | 0.03s 2025-10-09 14:58:21.730789 | fa163e93-f302-d839-17ba-000000002caa | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-09 14:58:21.759598 | fa163e93-f302-d839-17ba-000000002caa | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:15:12.181749 | 0.03s 2025-10-09 14:58:21.827212 | fa163e93-f302-d839-17ba-000000002e99 | TASK | Gather variables for each operating system 2025-10-09 14:58:21.948608 | fa163e93-f302-d839-17ba-000000002e99 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:12.370760 | 0.12s 2025-10-09 14:58:21.977956 | fa163e93-f302-d839-17ba-000000002e9a | TASK | Create container logs path 2025-10-09 14:58:22.224017 | fa163e93-f302-d839-17ba-000000002e9a | OK | Create container logs path | standalone 2025-10-09 14:58:22.225815 | fa163e93-f302-d839-17ba-000000002e9a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:12.647977 | 0.25s 2025-10-09 14:58:22.257577 | fa163e93-f302-d839-17ba-000000002e9c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:58:22.534546 | fa163e93-f302-d839-17ba-000000002e9c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-09 14:58:22.535868 | fa163e93-f302-d839-17ba-000000002e9c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:12.958028 | 0.28s 2025-10-09 14:58:22.565542 | fa163e93-f302-d839-17ba-000000002e9d | TASK | Finalise hashes for all containers 2025-10-09 14:58:22.616780 | fa163e93-f302-d839-17ba-000000002e9d | OK | Finalise hashes for all containers | standalone 2025-10-09 14:58:22.618110 | fa163e93-f302-d839-17ba-000000002e9d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:13.040272 | 0.05s 2025-10-09 14:58:22.649292 | fa163e93-f302-d839-17ba-000000002e9f | TASK | Manage systemd shutdown files 2025-10-09 14:58:22.682586 | fa163e93-f302-d839-17ba-000000002e9f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:13.104743 | 0.03s 2025-10-09 14:58:22.718324 | d9f84845-5bf1-4f9e-923c-940a4cdb9e17 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 14:58:22.746196 | fa163e93-f302-d839-17ba-000000002ed2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 14:58:23.006930 | fa163e93-f302-d839-17ba-000000002ed2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 14:58:23.008431 | fa163e93-f302-d839-17ba-000000002ed2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:13.430562 | 0.26s 2025-10-09 14:58:23.038310 | fa163e93-f302-d839-17ba-000000002ed3 | TASK | Set podman_drop_in fact 2025-10-09 14:58:23.091671 | fa163e93-f302-d839-17ba-000000002ed3 | OK | Set podman_drop_in fact | standalone 2025-10-09 14:58:23.093030 | fa163e93-f302-d839-17ba-000000002ed3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:13.515193 | 0.05s 2025-10-09 14:58:23.122422 | fa163e93-f302-d839-17ba-000000002ed5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 14:58:23.633625 | fa163e93-f302-d839-17ba-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 14:58:23.636028 | fa163e93-f302-d839-17ba-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:14.058178 | 0.51s 2025-10-09 14:58:24.090353 | fa163e93-f302-d839-17ba-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 14:58:24.091135 | fa163e93-f302-d839-17ba-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:14.513305 | 0.97s 2025-10-09 14:58:24.096105 | fa163e93-f302-d839-17ba-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:14.518265 | 0.97s 2025-10-09 14:58:24.127355 | fa163e93-f302-d839-17ba-000000002ed6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 14:58:24.635657 | fa163e93-f302-d839-17ba-000000002ed6 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 14:58:24.637043 | fa163e93-f302-d839-17ba-000000002ed6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:15.059206 | 0.51s 2025-10-09 14:58:24.666929 | fa163e93-f302-d839-17ba-000000002ed7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 14:58:25.134641 | fa163e93-f302-d839-17ba-000000002ed7 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 14:58:25.136036 | fa163e93-f302-d839-17ba-000000002ed7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:15.558199 | 0.47s 2025-10-09 14:58:25.165539 | fa163e93-f302-d839-17ba-000000002ed8 | TASK | Enable and start tripleo-container-shutdown 2025-10-09 14:58:26.019584 | fa163e93-f302-d839-17ba-000000002ed8 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-09 14:58:26.021373 | fa163e93-f302-d839-17ba-000000002ed8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:16.443537 | 0.85s 2025-10-09 14:58:26.051940 | fa163e93-f302-d839-17ba-000000002ed9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 14:58:26.518201 | fa163e93-f302-d839-17ba-000000002ed9 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 14:58:26.519572 | fa163e93-f302-d839-17ba-000000002ed9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:16.941735 | 0.47s 2025-10-09 14:58:26.549018 | fa163e93-f302-d839-17ba-000000002eda | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 14:58:27.014068 | fa163e93-f302-d839-17ba-000000002eda | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 14:58:27.015425 | fa163e93-f302-d839-17ba-000000002eda | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:17.437562 | 0.46s 2025-10-09 14:58:27.044836 | fa163e93-f302-d839-17ba-000000002edb | TASK | Enable and start netns-placeholder 2025-10-09 14:58:27.958995 | fa163e93-f302-d839-17ba-000000002edb | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 14:58:27.961091 | fa163e93-f302-d839-17ba-000000002edb | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:18.383252 | 0.91s 2025-10-09 14:58:27.992563 | fa163e93-f302-d839-17ba-000000002ea1 | TASK | Update container configs with new config hashes 2025-10-09 14:58:28.047313 | fa163e93-f302-d839-17ba-000000002ea1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:18.469463 | 0.05s 2025-10-09 14:58:28.068913 | 163ef4cc-db09-411e-a667-0413a8794d8c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 14:58:28.102747 | fa163e93-f302-d839-17ba-000000002f03 | TASK | Update config hashes for container startup configs 2025-10-09 14:58:28.407589 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-10-09 14:58:28.408866 | | WARNING | Config change detected for mysql_bootstrap, new hash: 1d698fd5bb9ee9614252522b4c0835ac 2025-10-09 14:58:28.409386 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 331e35ae21b60343d9fe3cb7238b881a 2025-10-09 14:58:28.409917 | | WARNING | Config change detected for redis_tls_proxy, new hash: b639818a04411273cad01165395e5d05 2025-10-09 14:58:28.410435 | | WARNING | Config change detected for clustercheck, new hash: f619087b195b39ad2a69ed70f3d2a726 2025-10-09 14:58:28.411049 | | WARNING | Config change detected for horizon_fix_perms, new hash: fc082269f8dcfa5c4be12e9254f07833 2025-10-09 14:58:28.411569 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 1d698fd5bb9ee9614252522b4c0835ac 2025-10-09 14:58:28.412062 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.412617 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.413192 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.413713 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.414192 | | WARNING | Config change detected for aodh_db_sync, new hash: e306ece3328206f7df0518bed9fc6126 2025-10-09 14:58:28.414727 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 3a2ad95403bf2c9ae45887fd149cb348 2025-10-09 14:58:28.415207 | | WARNING | Config change detected for glance_api_db_sync, new hash: 0ae7136fb556e808dedfb5929c8b047b-934c0ac559f45af2371fc64e99a2016c 2025-10-09 14:58:28.415724 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 9552357000887b64ee5c60f8b3742dbe 2025-10-09 14:58:28.416203 | | WARNING | Config change detected for horizon, new hash: fc082269f8dcfa5c4be12e9254f07833 2025-10-09 14:58:28.416723 | | WARNING | Config change detected for iscsid, new hash: 934c0ac559f45af2371fc64e99a2016c 2025-10-09 14:58:28.417197 | | WARNING | Config change detected for keystone, new hash: a004c22cba600a98bffbe71e955bec0f 2025-10-09 14:58:28.417714 | | WARNING | Config change detected for keystone_cron, new hash: a004c22cba600a98bffbe71e955bec0f 2025-10-09 14:58:28.418193 | | WARNING | Config change detected for keystone_db_sync, new hash: a004c22cba600a98bffbe71e955bec0f 2025-10-09 14:58:28.418716 | | WARNING | Config change detected for manila_api_db_sync, new hash: 5a98b7361b96d027dc22817113ad3868 2025-10-09 14:58:28.419188 | | WARNING | Config change detected for neutron_db_sync, new hash: 761cee4b2314f32b73e8c3b33d8e1626 2025-10-09 14:58:28.419694 | | WARNING | Config change detected for nova_api_db_sync, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.420164 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.420673 | | WARNING | Config change detected for nova_db_sync, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.421142 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.421658 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.422130 | | WARNING | Config change detected for nova_virtproxyd, new hash: 8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.422649 | | WARNING | Config change detected for nova_virtqemud, new hash: 8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.423125 | | WARNING | Config change detected for nova_virtsecretd, new hash: 8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.423636 | | WARNING | Config change detected for nova_virtstoraged, new hash: 8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.424115 | | WARNING | Config change detected for octavia_db_sync, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.424622 | | WARNING | Config change detected for placement_api_db_sync, new hash: 6a96f8c9c9fffdcadab642b84c858b21 2025-10-09 14:58:28.425148 | | WARNING | Config change detected for swift_copy_rings, new hash: 0de272f90933a4f26154e9352e109cfb-5a85adcc42ac6e5d12e3fb580624304c 2025-10-09 14:58:28.425667 | | WARNING | Config change detected for aodh_api, new hash: e306ece3328206f7df0518bed9fc6126 2025-10-09 14:58:28.426141 | | WARNING | Config change detected for aodh_api_cron, new hash: e306ece3328206f7df0518bed9fc6126 2025-10-09 14:58:28.426680 | | WARNING | Config change detected for aodh_evaluator, new hash: e306ece3328206f7df0518bed9fc6126 2025-10-09 14:58:28.427173 | | WARNING | Config change detected for aodh_listener, new hash: e306ece3328206f7df0518bed9fc6126 2025-10-09 14:58:28.427724 | | WARNING | Config change detected for aodh_notifier, new hash: e306ece3328206f7df0518bed9fc6126 2025-10-09 14:58:28.428192 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 771df489e3f8155f06c5e31ca06e3fe2 2025-10-09 14:58:28.428814 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 771df489e3f8155f06c5e31ca06e3fe2 2025-10-09 14:58:28.429307 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 771df489e3f8155f06c5e31ca06e3fe2 2025-10-09 14:58:28.429839 | | WARNING | Config change detected for cinder_api, new hash: 3a2ad95403bf2c9ae45887fd149cb348 2025-10-09 14:58:28.430308 | | WARNING | Config change detected for cinder_api_cron, new hash: 3a2ad95403bf2c9ae45887fd149cb348 2025-10-09 14:58:28.431060 | | WARNING | Config change detected for cinder_scheduler, new hash: 3a2ad95403bf2c9ae45887fd149cb348 2025-10-09 14:58:28.431587 | | WARNING | Config change detected for glance_api, new hash: 0ae7136fb556e808dedfb5929c8b047b-934c0ac559f45af2371fc64e99a2016c 2025-10-09 14:58:28.432054 | | WARNING | Config change detected for glance_api_cron, new hash: 0ae7136fb556e808dedfb5929c8b047b 2025-10-09 14:58:28.432563 | | WARNING | Config change detected for glance_api_internal, new hash: 20263d32d5ca0b7108d33e6e2893ef3e-934c0ac559f45af2371fc64e99a2016c 2025-10-09 14:58:28.433041 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 20263d32d5ca0b7108d33e6e2893ef3e 2025-10-09 14:58:28.433551 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 0ae7136fb556e808dedfb5929c8b047b 2025-10-09 14:58:28.434019 | | WARNING | Config change detected for heat_api, new hash: 50153789fc7531f9ca79e7b2cbbabc6a 2025-10-09 14:58:28.434555 | | WARNING | Config change detected for heat_api_cfn, new hash: c8175080f8e6d3bea73f86784a2bfff0 2025-10-09 14:58:28.435032 | | WARNING | Config change detected for heat_api_cron, new hash: 50153789fc7531f9ca79e7b2cbbabc6a 2025-10-09 14:58:28.435546 | | WARNING | Config change detected for heat_engine, new hash: 9552357000887b64ee5c60f8b3742dbe 2025-10-09 14:58:28.436013 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-09 14:58:28.436515 | | WARNING | Config change detected for manila_api, new hash: 5a98b7361b96d027dc22817113ad3868 2025-10-09 14:58:28.436984 | | WARNING | Config change detected for manila_api_cron, new hash: 5a98b7361b96d027dc22817113ad3868 2025-10-09 14:58:28.437514 | | WARNING | Config change detected for manila_scheduler, new hash: 5a98b7361b96d027dc22817113ad3868 2025-10-09 14:58:28.438003 | | WARNING | Config change detected for neutron_api, new hash: 761cee4b2314f32b73e8c3b33d8e1626 2025-10-09 14:58:28.438532 | | WARNING | Config change detected for neutron_dhcp, new hash: 761cee4b2314f32b73e8c3b33d8e1626 2025-10-09 14:58:28.439009 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 761cee4b2314f32b73e8c3b33d8e1626 2025-10-09 14:58:28.439521 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 761cee4b2314f32b73e8c3b33d8e1626 2025-10-09 14:58:28.440006 | | WARNING | Config change detected for nova_api, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.440504 | | WARNING | Config change detected for nova_api_cron, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.440974 | | WARNING | Config change detected for nova_conductor, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.441481 | | WARNING | Config change detected for nova_metadata, new hash: 32e502fff2e758c59f4dec7ed1094827 2025-10-09 14:58:28.441958 | | WARNING | Config change detected for nova_migration_target, new hash: 8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.442480 | | WARNING | Config change detected for nova_scheduler, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.442976 | | WARNING | Config change detected for nova_vnc_proxy, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.443482 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: aff1821c9f01b60e620b4ac510ecd629 2025-10-09 14:58:28.443959 | | WARNING | Config change detected for octavia_api, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.444460 | | WARNING | Config change detected for octavia_driver_agent, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.444968 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 761cee4b2314f32b73e8c3b33d8e1626 2025-10-09 14:58:28.445497 | | WARNING | Config change detected for placement_api, new hash: 6a96f8c9c9fffdcadab642b84c858b21 2025-10-09 14:58:28.446041 | | WARNING | Config change detected for placement_wait_for_service, new hash: 6a96f8c9c9fffdcadab642b84c858b21 2025-10-09 14:58:28.446610 | | WARNING | Config change detected for swift_account_reaper, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.447125 | | WARNING | Config change detected for swift_account_server, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.447640 | | WARNING | Config change detected for swift_container_server, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.448113 | | WARNING | Config change detected for swift_container_updater, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.448616 | | WARNING | Config change detected for swift_object_expirer, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.449081 | | WARNING | Config change detected for swift_object_server, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.449631 | | WARNING | Config change detected for swift_object_updater, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.450124 | | WARNING | Config change detected for swift_proxy, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.450672 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 0de272f90933a4f26154e9352e109cfb 2025-10-09 14:58:28.451180 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 771df489e3f8155f06c5e31ca06e3fe2 2025-10-09 14:58:28.451703 | | WARNING | Config change detected for gnocchi_api, new hash: d3b611607d9c74f14fd5230efea83d85 2025-10-09 14:58:28.452193 | | WARNING | Config change detected for gnocchi_db_sync, new hash: d3b611607d9c74f14fd5230efea83d85 2025-10-09 14:58:28.452708 | | WARNING | Config change detected for gnocchi_metricd, new hash: d3b611607d9c74f14fd5230efea83d85 2025-10-09 14:58:28.453190 | | WARNING | Config change detected for gnocchi_statsd, new hash: d3b611607d9c74f14fd5230efea83d85 2025-10-09 14:58:28.454012 | | WARNING | Config change detected for nova_compute, new hash: 934c0ac559f45af2371fc64e99a2016c-8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.454585 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 8b125bdf91b686f6017d5f04560a155b 2025-10-09 14:58:28.455090 | | WARNING | Config change detected for octavia_health_manager, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.455609 | | WARNING | Config change detected for octavia_housekeeping, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.456109 | | WARNING | Config change detected for octavia_rsyslog, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.456652 | | WARNING | Config change detected for octavia_worker, new hash: 376fba524488fc2ff4f020eba0605ca9 2025-10-09 14:58:28.457193 | fa163e93-f302-d839-17ba-000000002f03 | CHANGED | Update config hashes for container startup configs | standalone 2025-10-09 14:58:28.458134 | fa163e93-f302-d839-17ba-000000002f03 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:18.880296 | 0.35s 2025-10-09 14:58:28.490885 | fa163e93-f302-d839-17ba-000000002ea2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:58:28.549813 | fa163e93-f302-d839-17ba-000000002ea2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:18.971969 | 0.06s 2025-10-09 14:58:28.573204 | db75ae09-28fb-4a14-82f5-b42148a0c52a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 14:58:28.610332 | fa163e93-f302-d839-17ba-000000002f22 | TASK | Gather podman infos 2025-10-09 14:58:29.481994 | fa163e93-f302-d839-17ba-000000002f22 | OK | Gather podman infos | standalone 2025-10-09 14:58:29.484290 | fa163e93-f302-d839-17ba-000000002f22 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:19.906452 | 0.87s 2025-10-09 14:58:29.552559 | fa163e93-f302-d839-17ba-000000002f23 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:58:29.614643 | fa163e93-f302-d839-17ba-000000002f23 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:20.036798 | 0.06s 2025-10-09 14:58:29.751309 | fa163e93-f302-d839-17ba-000000002f6c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:20.173457 | 0.07s 2025-10-09 14:58:29.811698 | fa163e93-f302-d839-17ba-000000002ea3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:58:29.863069 | fa163e93-f302-d839-17ba-000000002ea3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:20.285224 | 0.05s 2025-10-09 14:58:29.887965 | 6d60f66d-ac87-43bd-8e02-831a2144d157 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 14:58:29.923324 | fa163e93-f302-d839-17ba-000000002f92 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:58:38.041300 | fa163e93-f302-d839-17ba-000000002f92 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-09 14:58:38.043104 | fa163e93-f302-d839-17ba-000000002f92 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:28.465266 | 8.12s 2025-10-09 14:58:38.075109 | fa163e93-f302-d839-17ba-000000002f93 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-09 14:58:44.021744 | fa163e93-f302-d839-17ba-000000002f93 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-09 14:58:44.023735 | fa163e93-f302-d839-17ba-000000002f93 | 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:15:34.445894 | 5.95s 2025-10-09 14:58:44.100105 | fa163e93-f302-d839-17ba-000000002cac | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-09 14:58:44.346523 | fa163e93-f302-d839-17ba-000000002cac | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-09 14:58:44.349073 | fa163e93-f302-d839-17ba-000000002cac | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:34.771219 | 0.25s 2025-10-09 14:58:44.388525 | fa163e93-f302-d839-17ba-000000002cad | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-09 14:58:44.454211 | fa163e93-f302-d839-17ba-000000002cad | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:34.876340 | 0.06s 2025-10-09 14:58:44.479188 | fa163e93-f302-d839-17ba-000000002cae | TASK | Include container-puppet tasks for step 1 2025-10-09 14:58:44.536720 | fa163e93-f302-d839-17ba-000000002cae | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:34.958862 | 0.06s 2025-10-09 14:58:44.553584 | 410a6db7-90d0-4e19-a2d3-12bd7ca5a4e2 | INCLUDED | /root/standalone-ansible-k43ezndi/host-container-puppet-tasks.yaml | standalone 2025-10-09 14:58:44.593897 | fa163e93-f302-d839-17ba-000000002fde | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-09 14:58:45.156196 | fa163e93-f302-d839-17ba-000000002fde | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-09 14:58:45.159183 | fa163e93-f302-d839-17ba-000000002fde | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:35.581338 | 0.56s 2025-10-09 14:58:45.193000 | fa163e93-f302-d839-17ba-000000002fe0 | TASK | Generate container puppet configs for step 1 2025-10-09 14:58:45.494891 | fa163e93-f302-d839-17ba-000000002fe0 | OK | Generate container puppet configs for step 1 | standalone 2025-10-09 14:58:45.497535 | fa163e93-f302-d839-17ba-000000002fe0 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:35.919699 | 0.30s 2025-10-09 14:58:45.523854 | fa163e93-f302-d839-17ba-000000002fe1 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-09 14:58:45.555454 | fa163e93-f302-d839-17ba-000000002fe1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:35.977571 | 0.03s 2025-10-09 14:58:45.615402 | fa163e93-f302-d839-17ba-000000002dcc | TASK | Gather variables for each operating system 2025-10-09 14:58:45.736241 | fa163e93-f302-d839-17ba-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:36.158387 | 0.12s 2025-10-09 14:58:45.770111 | fa163e93-f302-d839-17ba-000000002dcd | TASK | Create container logs path 2025-10-09 14:58:46.040650 | fa163e93-f302-d839-17ba-000000002dcd | OK | Create container logs path | standalone 2025-10-09 14:58:46.042851 | fa163e93-f302-d839-17ba-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:36.465010 | 0.27s 2025-10-09 14:58:46.077173 | fa163e93-f302-d839-17ba-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:58:46.401469 | fa163e93-f302-d839-17ba-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:58:46.402909 | fa163e93-f302-d839-17ba-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:36.825074 | 0.32s 2025-10-09 14:58:46.427493 | fa163e93-f302-d839-17ba-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-09 14:58:46.470197 | fa163e93-f302-d839-17ba-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-09 14:58:46.471134 | fa163e93-f302-d839-17ba-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:36.893303 | 0.04s 2025-10-09 14:58:46.494826 | fa163e93-f302-d839-17ba-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-09 14:58:46.540300 | fa163e93-f302-d839-17ba-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 14:58:46.541173 | fa163e93-f302-d839-17ba-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:36.963340 | 0.05s 2025-10-09 14:58:46.564714 | fa163e93-f302-d839-17ba-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-09 14:58:46.616447 | fa163e93-f302-d839-17ba-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 14:58:46.617342 | fa163e93-f302-d839-17ba-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:37.039508 | 0.05s 2025-10-09 14:58:46.643224 | fa163e93-f302-d839-17ba-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:58:46.699657 | fa163e93-f302-d839-17ba-000000002dd5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:58:46.701480 | fa163e93-f302-d839-17ba-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:37.123645 | 0.06s 2025-10-09 14:58:46.727767 | fa163e93-f302-d839-17ba-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-09 14:58:46.780256 | fa163e93-f302-d839-17ba-000000002dd6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-09 14:58:46.781366 | fa163e93-f302-d839-17ba-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:37.203528 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-09 14:58:46.925320 | fa163e93-f302-d839-17ba-0000000000c6 | TASK | External deployment step 2 2025-10-09 14:58:46.957599 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000c6') missing from stats 2025-10-09 14:58:47.014802 | fa163e93-f302-d839-17ba-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:37.436952 | 0.04s 2025-10-09 14:58:47.020037 | 2a67d427-9c3e-422d-b86c-1fac0275d034 | INCLUDED | /root/standalone-ansible-k43ezndi/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-10-09 14:58:47.136605 | fa163e93-f302-d839-17ba-0000000000ca | TASK | Deploy step tasks for 2 2025-10-09 14:58:47.169740 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000ca') missing from stats 2025-10-09 14:58:47.193609 | fa163e93-f302-d839-17ba-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-09 14:58:47.765490 | fa163e93-f302-d839-17ba-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-09 14:58:47.767386 | fa163e93-f302-d839-17ba-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:38.189545 | 0.57s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 14:58:47.851998 | fa163e93-f302-d839-17ba-0000000000cc | TIMING | include_tasks | standalone | 0:15:38.274148 | 0.05s 2025-10-09 14:58:47.950967 | 7c590a6a-a68a-446f-bebb-0743977beb50 | INCLUDED | /root/standalone-ansible-k43ezndi/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-09 14:58:47.990358 | fa163e93-f302-d839-17ba-00000000306f | TASK | Push script 2025-10-09 14:58:48.586992 | fa163e93-f302-d839-17ba-00000000306f | CHANGED | Push script | standalone 2025-10-09 14:58:48.588890 | fa163e93-f302-d839-17ba-00000000306f | TIMING | Push script | standalone | 0:15:39.011046 | 0.60s 2025-10-09 14:58:48.620182 | fa163e93-f302-d839-17ba-000000003070 | TASK | Insert cronjob in root crontab 2025-10-09 14:58:49.096772 | fa163e93-f302-d839-17ba-000000003070 | CHANGED | Insert cronjob in root crontab | standalone 2025-10-09 14:58:49.098755 | fa163e93-f302-d839-17ba-000000003070 | TIMING | Insert cronjob in root crontab | standalone | 0:15:39.520914 | 0.48s 2025-10-09 14:58:49.130577 | fa163e93-f302-d839-17ba-000000003077 | TASK | Gather variables for each operating system 2025-10-09 14:58:49.261714 | fa163e93-f302-d839-17ba-000000003077 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:39.683851 | 0.13s 2025-10-09 14:58:49.295918 | fa163e93-f302-d839-17ba-000000003078 | TASK | Detect if resource is being created or already exists 2025-10-09 14:58:50.160183 | fa163e93-f302-d839-17ba-000000003078 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 14:58:50.161796 | fa163e93-f302-d839-17ba-000000003078 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:40.583959 | 0.86s 2025-10-09 14:58:50.190838 | fa163e93-f302-d839-17ba-000000003079 | TASK | Run init bundle puppet on the host for haproxy 2025-10-09 15:00:36.679816 | fa163e93-f302-d839-17ba-000000003079 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-09 15:00:36.681650 | fa163e93-f302-d839-17ba-000000003079 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:27.103809 | 106.49s 2025-10-09 15:00:36.714334 | fa163e93-f302-d839-17ba-00000000307a | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-09 15:00:36.980247 | fa163e93-f302-d839-17ba-00000000307a | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-09 15:00:36.981659 | fa163e93-f302-d839-17ba-00000000307a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:27.403822 | 0.27s 2025-10-09 15:00:37.012082 | fa163e93-f302-d839-17ba-00000000307b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 15:00:37.647166 | fa163e93-f302-d839-17ba-00000000307b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 15:00:37.648740 | fa163e93-f302-d839-17ba-00000000307b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:28.070900 | 0.63s 2025-10-09 15:00:37.683234 | fa163e93-f302-d839-17ba-00000000307c | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-09 15:00:37.920624 | fa163e93-f302-d839-17ba-00000000307c | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-09 15:00:37.922252 | fa163e93-f302-d839-17ba-00000000307c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:28.344408 | 0.24s 2025-10-09 15:00:37.957060 | fa163e93-f302-d839-17ba-00000000307e | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-09 15:00:38.018543 | fa163e93-f302-d839-17ba-00000000307e | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-09 15:00:38.019757 | fa163e93-f302-d839-17ba-00000000307e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:28.441918 | 0.06s 2025-10-09 15:00:38.050691 | fa163e93-f302-d839-17ba-00000000307f | TASK | Get container image tag from bundle haproxy-bundle 2025-10-09 15:00:38.104812 | fa163e93-f302-d839-17ba-00000000307f | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-09 15:00:38.105947 | fa163e93-f302-d839-17ba-00000000307f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:28.528109 | 0.05s 2025-10-09 15:00:38.137194 | fa163e93-f302-d839-17ba-000000003080 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-09 15:00:38.192453 | fa163e93-f302-d839-17ba-000000003080 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-09 15:00:38.193739 | fa163e93-f302-d839-17ba-000000003080 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:28.615900 | 0.05s 2025-10-09 15:00:38.226211 | fa163e93-f302-d839-17ba-000000003081 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 15:00:38.279524 | fa163e93-f302-d839-17ba-000000003081 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 15:00:38.280600 | fa163e93-f302-d839-17ba-000000003081 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:28.702762 | 0.05s 2025-10-09 15:00:38.311670 | fa163e93-f302-d839-17ba-000000003082 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-09 15:00:38.365441 | fa163e93-f302-d839-17ba-000000003082 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-09 15:00:38.366562 | fa163e93-f302-d839-17ba-000000003082 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:28.788724 | 0.05s 2025-10-09 15:00:38.425124 | fa163e93-f302-d839-17ba-0000000030a3 | TASK | Gather variables for each operating system 2025-10-09 15:00:38.542774 | fa163e93-f302-d839-17ba-0000000030a3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:28.964935 | 0.12s 2025-10-09 15:00:38.566229 | fa163e93-f302-d839-17ba-0000000030a4 | TASK | Detect if resource is being created or already exists 2025-10-09 15:00:39.378169 | fa163e93-f302-d839-17ba-0000000030a4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 15:00:39.379646 | fa163e93-f302-d839-17ba-0000000030a4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:29.801810 | 0.81s 2025-10-09 15:00:39.410947 | fa163e93-f302-d839-17ba-0000000030a5 | TASK | Run init bundle puppet on the host for mysql 2025-10-09 15:01:09.193445 | fa163e93-f302-d839-17ba-0000000030a5 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-09 15:01:09.195129 | fa163e93-f302-d839-17ba-0000000030a5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:59.617290 | 29.78s 2025-10-09 15:01:09.230195 | fa163e93-f302-d839-17ba-0000000030a6 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-09 15:01:09.500506 | fa163e93-f302-d839-17ba-0000000030a6 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-09 15:01:09.501905 | fa163e93-f302-d839-17ba-0000000030a6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:59.924065 | 0.27s 2025-10-09 15:01:09.533537 | fa163e93-f302-d839-17ba-0000000030a7 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 15:01:09.993744 | fa163e93-f302-d839-17ba-0000000030a7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 15:01:09.995310 | fa163e93-f302-d839-17ba-0000000030a7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:00.417472 | 0.46s 2025-10-09 15:01:10.026477 | fa163e93-f302-d839-17ba-0000000030a8 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-09 15:01:10.252085 | fa163e93-f302-d839-17ba-0000000030a8 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-09 15:01:10.253509 | fa163e93-f302-d839-17ba-0000000030a8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:18:00.675669 | 0.23s 2025-10-09 15:01:10.285489 | fa163e93-f302-d839-17ba-0000000030aa | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-09 15:01:10.346735 | fa163e93-f302-d839-17ba-0000000030aa | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-09 15:01:10.348192 | fa163e93-f302-d839-17ba-0000000030aa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:18:00.770351 | 0.06s 2025-10-09 15:01:10.379827 | fa163e93-f302-d839-17ba-0000000030ab | TASK | Get container image tag from bundle galera-bundle 2025-10-09 15:01:10.428162 | fa163e93-f302-d839-17ba-0000000030ab | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-09 15:01:10.429432 | fa163e93-f302-d839-17ba-0000000030ab | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:18:00.851564 | 0.05s 2025-10-09 15:01:10.460967 | fa163e93-f302-d839-17ba-0000000030ac | TASK | Compare tags between marker and bundle galera-bundle 2025-10-09 15:01:10.522253 | fa163e93-f302-d839-17ba-0000000030ac | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-09 15:01:10.523595 | fa163e93-f302-d839-17ba-0000000030ac | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:18:00.945753 | 0.06s 2025-10-09 15:01:10.556286 | fa163e93-f302-d839-17ba-0000000030ad | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 15:01:10.600579 | fa163e93-f302-d839-17ba-0000000030ad | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 15:01:10.601976 | fa163e93-f302-d839-17ba-0000000030ad | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:01.024138 | 0.04s 2025-10-09 15:01:10.631339 | fa163e93-f302-d839-17ba-0000000030ae | TASK | Remove update marker for bundle galera-bundle 2025-10-09 15:01:10.686582 | fa163e93-f302-d839-17ba-0000000030ae | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-09 15:01:10.688454 | fa163e93-f302-d839-17ba-0000000030ae | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:18:01.110576 | 0.05s 2025-10-09 15:01:10.750011 | fa163e93-f302-d839-17ba-0000000030cf | TASK | Gather variables for each operating system 2025-10-09 15:01:10.901863 | fa163e93-f302-d839-17ba-0000000030cf | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:01.323996 | 0.15s 2025-10-09 15:01:10.934130 | fa163e93-f302-d839-17ba-0000000030d0 | TASK | Detect if resource is being created or already exists 2025-10-09 15:01:11.674596 | fa163e93-f302-d839-17ba-0000000030d0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 15:01:11.676474 | fa163e93-f302-d839-17ba-0000000030d0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:02.098633 | 0.74s 2025-10-09 15:01:11.708762 | fa163e93-f302-d839-17ba-0000000030d1 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-09 15:01:38.617266 | fa163e93-f302-d839-17ba-0000000030d1 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-09 15:01:38.618980 | fa163e93-f302-d839-17ba-0000000030d1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:29.041141 | 26.91s 2025-10-09 15:01:38.654612 | fa163e93-f302-d839-17ba-0000000030d2 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-09 15:01:38.898472 | fa163e93-f302-d839-17ba-0000000030d2 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-09 15:01:38.899254 | fa163e93-f302-d839-17ba-0000000030d2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:29.321426 | 0.24s 2025-10-09 15:01:38.918685 | fa163e93-f302-d839-17ba-0000000030d3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 15:01:39.352535 | fa163e93-f302-d839-17ba-0000000030d3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 15:01:39.354014 | fa163e93-f302-d839-17ba-0000000030d3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:29.776175 | 0.43s 2025-10-09 15:01:39.385991 | fa163e93-f302-d839-17ba-0000000030d4 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-09 15:01:39.707036 | fa163e93-f302-d839-17ba-0000000030d4 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-09 15:01:39.708615 | fa163e93-f302-d839-17ba-0000000030d4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:30.130773 | 0.32s 2025-10-09 15:01:39.742554 | fa163e93-f302-d839-17ba-0000000030d6 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-09 15:01:39.791745 | fa163e93-f302-d839-17ba-0000000030d6 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-09 15:01:39.792629 | fa163e93-f302-d839-17ba-0000000030d6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:30.214797 | 0.05s 2025-10-09 15:01:39.824238 | fa163e93-f302-d839-17ba-0000000030d7 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-09 15:01:39.876849 | fa163e93-f302-d839-17ba-0000000030d7 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-09 15:01:39.878275 | fa163e93-f302-d839-17ba-0000000030d7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:30.300433 | 0.05s 2025-10-09 15:01:39.909532 | fa163e93-f302-d839-17ba-0000000030d8 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-09 15:01:39.959092 | fa163e93-f302-d839-17ba-0000000030d8 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-09 15:01:39.959984 | fa163e93-f302-d839-17ba-0000000030d8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:30.382152 | 0.05s 2025-10-09 15:01:39.984440 | fa163e93-f302-d839-17ba-0000000030d9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 15:01:40.032103 | fa163e93-f302-d839-17ba-0000000030d9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 15:01:40.033378 | fa163e93-f302-d839-17ba-0000000030d9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:30.455537 | 0.05s 2025-10-09 15:01:40.066202 | fa163e93-f302-d839-17ba-0000000030da | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-09 15:01:40.118898 | fa163e93-f302-d839-17ba-0000000030da | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-09 15:01:40.120530 | fa163e93-f302-d839-17ba-0000000030da | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:30.542688 | 0.05s 2025-10-09 15:01:40.177884 | fa163e93-f302-d839-17ba-0000000030fb | TASK | Gather variables for each operating system 2025-10-09 15:01:40.303382 | fa163e93-f302-d839-17ba-0000000030fb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:30.725538 | 0.12s 2025-10-09 15:01:40.333715 | fa163e93-f302-d839-17ba-0000000030fc | TASK | Detect if resource is being created or already exists 2025-10-09 15:01:41.074607 | fa163e93-f302-d839-17ba-0000000030fc | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 15:01:41.075695 | fa163e93-f302-d839-17ba-0000000030fc | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:31.497865 | 0.74s 2025-10-09 15:01:41.099837 | fa163e93-f302-d839-17ba-0000000030fd | TASK | Run init bundle puppet on the host for redis 2025-10-09 15:02:09.536981 | fa163e93-f302-d839-17ba-0000000030fd | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-09 15:02:09.538104 | fa163e93-f302-d839-17ba-0000000030fd | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:59.960271 | 28.44s 2025-10-09 15:02:09.559752 | fa163e93-f302-d839-17ba-0000000030fe | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-09 15:02:09.798011 | fa163e93-f302-d839-17ba-0000000030fe | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-09 15:02:09.798978 | fa163e93-f302-d839-17ba-0000000030fe | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:19:00.221148 | 0.24s 2025-10-09 15:02:09.818700 | fa163e93-f302-d839-17ba-0000000030ff | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 15:02:10.252038 | fa163e93-f302-d839-17ba-0000000030ff | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 15:02:10.253951 | fa163e93-f302-d839-17ba-0000000030ff | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:19:00.676106 | 0.43s 2025-10-09 15:02:10.288235 | fa163e93-f302-d839-17ba-000000003100 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-09 15:02:10.510009 | fa163e93-f302-d839-17ba-000000003100 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-09 15:02:10.511657 | fa163e93-f302-d839-17ba-000000003100 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:19:00.933815 | 0.22s 2025-10-09 15:02:10.549314 | fa163e93-f302-d839-17ba-000000003102 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-09 15:02:10.592389 | fa163e93-f302-d839-17ba-000000003102 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-09 15:02:10.593638 | fa163e93-f302-d839-17ba-000000003102 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:19:01.015798 | 0.04s 2025-10-09 15:02:10.629577 | fa163e93-f302-d839-17ba-000000003103 | TASK | Get container image tag from bundle redis-bundle 2025-10-09 15:02:10.678704 | fa163e93-f302-d839-17ba-000000003103 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-09 15:02:10.679658 | fa163e93-f302-d839-17ba-000000003103 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:19:01.101825 | 0.05s 2025-10-09 15:02:10.705765 | fa163e93-f302-d839-17ba-000000003104 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-09 15:02:10.767186 | fa163e93-f302-d839-17ba-000000003104 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-09 15:02:10.768454 | fa163e93-f302-d839-17ba-000000003104 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:19:01.190610 | 0.06s 2025-10-09 15:02:10.795654 | fa163e93-f302-d839-17ba-000000003105 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 15:02:10.844526 | fa163e93-f302-d839-17ba-000000003105 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 15:02:10.845578 | fa163e93-f302-d839-17ba-000000003105 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:19:01.267745 | 0.05s 2025-10-09 15:02:10.869440 | fa163e93-f302-d839-17ba-000000003106 | TASK | Remove update marker for bundle redis-bundle 2025-10-09 15:02:10.908477 | fa163e93-f302-d839-17ba-000000003106 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-09 15:02:10.909185 | fa163e93-f302-d839-17ba-000000003106 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:19:01.331355 | 0.04s 2025-10-09 15:02:10.948501 | fa163e93-f302-d839-17ba-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-09 15:02:11.146006 | fa163e93-f302-d839-17ba-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-09 15:02:11.146867 | fa163e93-f302-d839-17ba-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:19:01.569038 | 0.20s 2025-10-09 15:02:11.244098 | fa163e93-f302-d839-17ba-0000000000cf | TIMING | include_tasks | standalone | 0:19:01.666245 | 0.08s 2025-10-09 15:02:11.279885 | 07e660ac-4a0f-4db6-90a7-5c947bf2339c | INCLUDED | /root/standalone-ansible-k43ezndi/common_deploy_steps_tasks.yaml | standalone 2025-10-09 15:02:11.304481 | fa163e93-f302-d839-17ba-00000000319b | TASK | Write the config_step hieradata 2025-10-09 15:02:11.776241 | fa163e93-f302-d839-17ba-00000000319b | OK | Write the config_step hieradata | standalone 2025-10-09 15:02:11.777523 | fa163e93-f302-d839-17ba-00000000319b | TIMING | Write the config_step hieradata | standalone | 0:19:02.199685 | 0.47s 2025-10-09 15:02:11.809905 | fa163e93-f302-d839-17ba-00000000319c | TASK | Run puppet host configuration for step 2 2025-10-09 15:02:12.160977 | fa163e93-f302-d839-17ba-00000000319c | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-09 15:02:12.161917 | fa163e93-f302-d839-17ba-00000000319c | TIMING | Run puppet host configuration for step 2 | standalone | 0:19:02.584085 | 0.35s 2025-10-09 15:02:12.184151 | fa163e93-f302-d839-17ba-00000000319d | TASK | Wait for puppet host configuration to finish 2025-10-09 15:02:12.440157 | fa163e93-f302-d839-17ba-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 15:02:22.659658 | fa163e93-f302-d839-17ba-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 15:02:32.906917 | fa163e93-f302-d839-17ba-00000000319d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 15:02:32.908304 | fa163e93-f302-d839-17ba-00000000319d | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:23.330467 | 20.72s 2025-10-09 15:02:32.938663 | fa163e93-f302-d839-17ba-00000000319e | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-09 15:02:33.031268 | fa163e93-f302-d839-17ba-00000000319e | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 15:02:12 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 15:02:18 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 15:02:18 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 15:02:18 puppet-user: (file & line not available)", "<13>Oct 9 15:02:18 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 15:02:18 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 15:02:18 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 15:02:18 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Oct 9 15:02:24 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 9 15:02:27 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 9 15:02:28 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 15:02:28 puppet-user: Notice: Applied catalog in 9.97 seconds", "<13>Oct 9 15:02:28 puppet-user: Application:", "<13>Oct 9 15:02:28 puppet-user: Initial environment: production", "<13>Oct 9 15:02:28 puppet-user: Converged environment: production", "<13>Oct 9 15:02:28 puppet-user: Run mode: user", "<13>Oct 9 15:02:28 puppet-user: Changes:", "<13>Oct 9 15:02:28 puppet-user: Total: 2", "<13>Oct 9 15:02:28 puppet-user: Events:", "<13>Oct 9 15:02:28 puppet-user: Success: 2", "<13>Oct 9 15:02:28 puppet-user: Resources:", "<13>Oct 9 15:02:28 puppet-user: Changed: 2", "<13>Oct 9 15:02:28 puppet-user: Out of sync: 2", "<13>Oct 9 15:02:28 puppet-user: Total: 28", "<13>Oct 9 15:02:28 puppet-user: Time:", "<13>Oct 9 15:02:28 puppet-user: Filebucket: 0.00", "<13>Oct 9 15:02:28 puppet-user: Schedule: 0.00", "<13>Oct 9 15:02:28 puppet-user: Package: 0.00", "<13>Oct 9 15:02:28 puppet-user: File line: 0.00", "<13>Oct 9 15:02:28 puppet-user: File: 0.00", "<13>Oct 9 15:02:28 puppet-user: Augeas: 0.01", "<13>Oct 9 15:02:28 puppet-user: User: 0.01", "<13>Oct 9 15:02:28 puppet-user: Service: 0.08", "<13>Oct 9 15:02:28 puppet-user: Config retrieval: 0.48", "<13>Oct 9 15:02:28 puppet-user: Pcmk property: 1.48", "<13>Oct 9 15:02:28 puppet-user: Exec: 1.94", "<13>Oct 9 15:02:28 puppet-user: Last run: 1760022148", "<13>Oct 9 15:02:28 puppet-user: Pcmk resource default: 3.10", "<13>Oct 9 15:02:28 puppet-user: Pcmk resource op default: 3.10", "<13>Oct 9 15:02:28 puppet-user: Transaction evaluation: 9.96", "<13>Oct 9 15:02:28 puppet-user: Catalog application: 9.97", "<13>Oct 9 15:02:28 puppet-user: Total: 9.98", "<13>Oct 9 15:02:28 puppet-user: Version:", "<13>Oct 9 15:02:28 puppet-user: Config: 1760022138", "<13>Oct 9 15:02:28 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 15:02:33.032678 | fa163e93-f302-d839-17ba-00000000319e | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:23.454839 | 0.09s 2025-10-09 15:02:33.062263 | fa163e93-f302-d839-17ba-00000000319f | TASK | Pre-cache facts for puppet containers 2025-10-09 15:02:33.091247 | fa163e93-f302-d839-17ba-00000000319f | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:23.513407 | 0.03s 2025-10-09 15:02:33.160554 | fa163e93-f302-d839-17ba-0000000031de | TASK | Gather variables for each operating system 2025-10-09 15:02:33.287268 | fa163e93-f302-d839-17ba-0000000031de | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:23.709421 | 0.13s 2025-10-09 15:02:33.318086 | fa163e93-f302-d839-17ba-0000000031df | TASK | Create puppet caching structures 2025-10-09 15:02:33.563482 | fa163e93-f302-d839-17ba-0000000031df | CHANGED | Create puppet caching structures | standalone 2025-10-09 15:02:33.564255 | fa163e93-f302-d839-17ba-0000000031df | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:23.986428 | 0.24s 2025-10-09 15:02:33.587575 | fa163e93-f302-d839-17ba-0000000031e0 | TASK | Check for facter.conf 2025-10-09 15:02:33.801331 | fa163e93-f302-d839-17ba-0000000031e0 | OK | Check for facter.conf | standalone 2025-10-09 15:02:33.802661 | fa163e93-f302-d839-17ba-0000000031e0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:24.224825 | 0.21s 2025-10-09 15:02:33.833332 | fa163e93-f302-d839-17ba-0000000031e1 | TASK | Remove facter.conf if directory 2025-10-09 15:02:33.883662 | fa163e93-f302-d839-17ba-0000000031e1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 15:02:33.884923 | fa163e93-f302-d839-17ba-0000000031e1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:24.307085 | 0.05s 2025-10-09 15:02:33.915361 | fa163e93-f302-d839-17ba-0000000031e2 | TASK | Write facter cache config 2025-10-09 15:02:34.350577 | fa163e93-f302-d839-17ba-0000000031e2 | CHANGED | Write facter cache config | standalone 2025-10-09 15:02:34.352261 | fa163e93-f302-d839-17ba-0000000031e2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:24.774423 | 0.44s 2025-10-09 15:02:34.382849 | fa163e93-f302-d839-17ba-0000000031e3 | TASK | Cleanup facter cache if exists 2025-10-09 15:02:34.615154 | fa163e93-f302-d839-17ba-0000000031e3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-09 15:02:34.616721 | fa163e93-f302-d839-17ba-0000000031e3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:25.038881 | 0.23s 2025-10-09 15:02:34.646477 | fa163e93-f302-d839-17ba-0000000031e4 | TASK | Pre-cache facts 2025-10-09 15:02:35.318181 | fa163e93-f302-d839-17ba-0000000031e4 | CHANGED | Pre-cache facts | standalone 2025-10-09 15:02:35.320657 | fa163e93-f302-d839-17ba-0000000031e4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:25.742816 | 0.67s 2025-10-09 15:02:35.353278 | fa163e93-f302-d839-17ba-0000000031e5 | TASK | Failed deployment if facter fails 2025-10-09 15:02:35.401863 | fa163e93-f302-d839-17ba-0000000031e5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 15:02:35.404158 | fa163e93-f302-d839-17ba-0000000031e5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:25.826206 | 0.05s 2025-10-09 15:02:35.457766 | fa163e93-f302-d839-17ba-0000000031e6 | TASK | Sync cached facts 2025-10-09 15:02:35.781734 | fa163e93-f302-d839-17ba-0000000031e6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e93-f302-d839-17ba-0000000031e6') missing from stats 2025-10-09 15:02:35.843524 | fa163e93-f302-d839-17ba-0000000031a0 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 15:02:35.894448 | fa163e93-f302-d839-17ba-0000000031a0 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-09 15:02:35.895678 | fa163e93-f302-d839-17ba-0000000031a0 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:26.317839 | 0.05s 2025-10-09 15:02:35.926290 | fa163e93-f302-d839-17ba-0000000031a2 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-09 15:02:35.955144 | fa163e93-f302-d839-17ba-0000000031a2 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:26.377299 | 0.03s 2025-10-09 15:02:36.022265 | fa163e93-f302-d839-17ba-00000000323d | TASK | Gather variables for each operating system 2025-10-09 15:02:36.144160 | fa163e93-f302-d839-17ba-00000000323d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:26.566314 | 0.12s 2025-10-09 15:02:36.174221 | fa163e93-f302-d839-17ba-00000000323e | TASK | Create container logs path 2025-10-09 15:02:36.429021 | fa163e93-f302-d839-17ba-00000000323e | OK | Create container logs path | standalone 2025-10-09 15:02:36.431674 | fa163e93-f302-d839-17ba-00000000323e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:26.853833 | 0.26s 2025-10-09 15:02:36.467267 | fa163e93-f302-d839-17ba-000000003240 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 15:02:36.767510 | fa163e93-f302-d839-17ba-000000003240 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-09 15:02:36.770041 | fa163e93-f302-d839-17ba-000000003240 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:27.192196 | 0.30s 2025-10-09 15:02:36.807333 | fa163e93-f302-d839-17ba-000000003241 | TASK | Finalise hashes for all containers 2025-10-09 15:02:36.884457 | fa163e93-f302-d839-17ba-000000003241 | OK | Finalise hashes for all containers | standalone 2025-10-09 15:02:36.885892 | fa163e93-f302-d839-17ba-000000003241 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:27.308054 | 0.08s 2025-10-09 15:02:36.916925 | fa163e93-f302-d839-17ba-000000003243 | TASK | Manage systemd shutdown files 2025-10-09 15:02:36.951165 | fa163e93-f302-d839-17ba-000000003243 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:27.373312 | 0.03s 2025-10-09 15:02:36.986573 | ef59bf25-648e-444c-a96d-950103b93af0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 15:02:37.021425 | fa163e93-f302-d839-17ba-000000003276 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 15:02:37.286228 | fa163e93-f302-d839-17ba-000000003276 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 15:02:37.287976 | fa163e93-f302-d839-17ba-000000003276 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:27.710132 | 0.27s 2025-10-09 15:02:37.319770 | fa163e93-f302-d839-17ba-000000003277 | TASK | Set podman_drop_in fact 2025-10-09 15:02:37.370936 | fa163e93-f302-d839-17ba-000000003277 | OK | Set podman_drop_in fact | standalone 2025-10-09 15:02:37.372360 | fa163e93-f302-d839-17ba-000000003277 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:27.794523 | 0.05s 2025-10-09 15:02:37.404207 | fa163e93-f302-d839-17ba-000000003279 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 15:02:37.941760 | fa163e93-f302-d839-17ba-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 15:02:37.944606 | fa163e93-f302-d839-17ba-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:28.366761 | 0.54s 2025-10-09 15:02:38.408683 | fa163e93-f302-d839-17ba-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 15:02:38.409929 | fa163e93-f302-d839-17ba-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:28.832094 | 1.00s 2025-10-09 15:02:38.416813 | fa163e93-f302-d839-17ba-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:28.838972 | 1.01s 2025-10-09 15:02:38.447382 | fa163e93-f302-d839-17ba-00000000327a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 15:02:38.976724 | fa163e93-f302-d839-17ba-00000000327a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 15:02:38.978080 | fa163e93-f302-d839-17ba-00000000327a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:29.400199 | 0.53s 2025-10-09 15:02:39.008265 | fa163e93-f302-d839-17ba-00000000327b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 15:02:39.508750 | fa163e93-f302-d839-17ba-00000000327b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 15:02:39.511308 | fa163e93-f302-d839-17ba-00000000327b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:29.933478 | 0.50s 2025-10-09 15:02:39.530921 | fa163e93-f302-d839-17ba-00000000327c | TASK | Enable and start tripleo-container-shutdown 2025-10-09 15:02:41.158082 | fa163e93-f302-d839-17ba-00000000327c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-09 15:02:41.160255 | fa163e93-f302-d839-17ba-00000000327c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:31.582413 | 1.63s 2025-10-09 15:02:41.193084 | fa163e93-f302-d839-17ba-00000000327d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 15:02:41.712466 | fa163e93-f302-d839-17ba-00000000327d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 15:02:41.714033 | fa163e93-f302-d839-17ba-00000000327d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:32.136195 | 0.52s 2025-10-09 15:02:41.744201 | fa163e93-f302-d839-17ba-00000000327e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 15:02:42.256000 | fa163e93-f302-d839-17ba-00000000327e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 15:02:42.257425 | fa163e93-f302-d839-17ba-00000000327e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:32.679558 | 0.51s 2025-10-09 15:02:42.288178 | fa163e93-f302-d839-17ba-00000000327f | TASK | Enable and start netns-placeholder 2025-10-09 15:02:43.004472 | fa163e93-f302-d839-17ba-00000000327f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 15:02:43.006712 | fa163e93-f302-d839-17ba-00000000327f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:33.428871 | 0.72s 2025-10-09 15:02:43.037836 | fa163e93-f302-d839-17ba-000000003245 | TASK | Update container configs with new config hashes 2025-10-09 15:02:43.099666 | fa163e93-f302-d839-17ba-000000003245 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:33.521827 | 0.06s 2025-10-09 15:02:43.115228 | 5cab00ce-1f5e-4cd5-994e-36e18967a167 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 15:02:43.149768 | fa163e93-f302-d839-17ba-0000000032a7 | TASK | Update config hashes for container startup configs 2025-10-09 15:02:43.436499 | fa163e93-f302-d839-17ba-0000000032a7 | OK | Update config hashes for container startup configs | standalone 2025-10-09 15:02:43.437884 | fa163e93-f302-d839-17ba-0000000032a7 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:33.860047 | 0.29s 2025-10-09 15:02:43.469662 | fa163e93-f302-d839-17ba-000000003246 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 15:02:43.511471 | fa163e93-f302-d839-17ba-000000003246 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:33.933575 | 0.04s 2025-10-09 15:02:43.535346 | 14f087a3-f170-48b6-b6d5-885bfaadef7a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 15:02:43.573132 | fa163e93-f302-d839-17ba-0000000032c6 | TASK | Gather podman infos 2025-10-09 15:02:44.485297 | fa163e93-f302-d839-17ba-0000000032c6 | OK | Gather podman infos | standalone 2025-10-09 15:02:44.486518 | fa163e93-f302-d839-17ba-0000000032c6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:34.908679 | 0.91s 2025-10-09 15:02:44.563546 | fa163e93-f302-d839-17ba-0000000032c7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 15:02:44.630289 | fa163e93-f302-d839-17ba-0000000032c7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:35.052441 | 0.06s 2025-10-09 15:02:44.760936 | fa163e93-f302-d839-17ba-000000003310 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:35.183094 | 0.07s 2025-10-09 15:02:44.807501 | fa163e93-f302-d839-17ba-000000003247 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 15:02:44.848496 | fa163e93-f302-d839-17ba-000000003247 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:35.270652 | 0.04s 2025-10-09 15:02:44.864144 | acbad228-80d3-4f76-8fe7-3e752bdd3da4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 15:02:44.894983 | fa163e93-f302-d839-17ba-000000003336 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 15:03:05.763194 | fa163e93-f302-d839-17ba-000000003336 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-09 15:03:05.764361 | fa163e93-f302-d839-17ba-000000003336 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:56.186519 | 20.87s 2025-10-09 15:03:05.789573 | fa163e93-f302-d839-17ba-000000003337 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-09 15:03:08.462124 | fa163e93-f302-d839-17ba-000000003337 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-09 15:03:08.463586 | fa163e93-f302-d839-17ba-000000003337 | 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:19:58.885748 | 2.67s 2025-10-09 15:03:08.542916 | fa163e93-f302-d839-17ba-0000000031a4 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-09 15:03:08.760743 | fa163e93-f302-d839-17ba-0000000031a4 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-09 15:03:08.761706 | fa163e93-f302-d839-17ba-0000000031a4 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:59.183874 | 0.22s 2025-10-09 15:03:08.798493 | fa163e93-f302-d839-17ba-0000000031a5 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-09 15:03:08.855703 | fa163e93-f302-d839-17ba-0000000031a5 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:59.277856 | 0.06s 2025-10-09 15:03:08.887012 | fa163e93-f302-d839-17ba-0000000031a6 | TASK | Include container-puppet tasks for step 2 2025-10-09 15:03:08.930381 | fa163e93-f302-d839-17ba-0000000031a6 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:59.352534 | 0.04s 2025-10-09 15:03:08.946085 | a4b1a9fe-43ee-44dc-a8e8-76927e42fc97 | INCLUDED | /root/standalone-ansible-k43ezndi/host-container-puppet-tasks.yaml | standalone 2025-10-09 15:03:08.978787 | fa163e93-f302-d839-17ba-000000003382 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-09 15:03:09.502593 | fa163e93-f302-d839-17ba-000000003382 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-09 15:03:09.503889 | fa163e93-f302-d839-17ba-000000003382 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:59.926048 | 0.52s 2025-10-09 15:03:09.535621 | fa163e93-f302-d839-17ba-000000003384 | TASK | Generate container puppet configs for step 2 2025-10-09 15:03:09.819186 | fa163e93-f302-d839-17ba-000000003384 | OK | Generate container puppet configs for step 2 | standalone 2025-10-09 15:03:09.820456 | fa163e93-f302-d839-17ba-000000003384 | TIMING | Generate container puppet configs for step 2 | standalone | 0:20:00.242616 | 0.28s 2025-10-09 15:03:09.850954 | fa163e93-f302-d839-17ba-000000003385 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-09 15:03:09.880295 | fa163e93-f302-d839-17ba-000000003385 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:20:00.302447 | 0.03s 2025-10-09 15:03:09.950995 | fa163e93-f302-d839-17ba-0000000033b4 | TASK | Gather variables for each operating system 2025-10-09 15:03:10.066358 | fa163e93-f302-d839-17ba-0000000033b4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:00.488511 | 0.11s 2025-10-09 15:03:10.096479 | fa163e93-f302-d839-17ba-0000000033b5 | TASK | Create container logs path 2025-10-09 15:03:10.318654 | fa163e93-f302-d839-17ba-0000000033b5 | OK | Create container logs path | standalone 2025-10-09 15:03:10.320030 | fa163e93-f302-d839-17ba-0000000033b5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:00.742193 | 0.22s 2025-10-09 15:03:10.351594 | fa163e93-f302-d839-17ba-0000000033b7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-09 15:03:10.617750 | fa163e93-f302-d839-17ba-0000000033b7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-09 15:03:10.619157 | fa163e93-f302-d839-17ba-0000000033b7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:01.041318 | 0.27s 2025-10-09 15:03:10.648648 | fa163e93-f302-d839-17ba-0000000033b8 | TASK | Finalise hashes for all containers 2025-10-09 15:03:10.678742 | fa163e93-f302-d839-17ba-0000000033b8 | OK | Finalise hashes for all containers | standalone 2025-10-09 15:03:10.680040 | fa163e93-f302-d839-17ba-0000000033b8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:01.102202 | 0.03s 2025-10-09 15:03:10.709254 | fa163e93-f302-d839-17ba-0000000033ba | TASK | Manage systemd shutdown files 2025-10-09 15:03:10.737495 | fa163e93-f302-d839-17ba-0000000033ba | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 15:03:10.738555 | fa163e93-f302-d839-17ba-0000000033ba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:01.160717 | 0.03s 2025-10-09 15:03:10.768435 | fa163e93-f302-d839-17ba-0000000033bc | TASK | Update container configs with new config hashes 2025-10-09 15:03:10.818386 | fa163e93-f302-d839-17ba-0000000033bc | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 15:03:10.819309 | fa163e93-f302-d839-17ba-0000000033bc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:01.241478 | 0.05s 2025-10-09 15:03:10.844139 | fa163e93-f302-d839-17ba-0000000033bd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-09 15:03:10.880765 | fa163e93-f302-d839-17ba-0000000033bd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-09 15:03:10.881653 | fa163e93-f302-d839-17ba-0000000033bd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:01.303820 | 0.04s 2025-10-09 15:03:10.906620 | fa163e93-f302-d839-17ba-0000000033be | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-09 15:03:10.944637 | fa163e93-f302-d839-17ba-0000000033be | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-09 15:03:10.945919 | fa163e93-f302-d839-17ba-0000000033be | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:20:01.368077 | 0.04s PLAY [External deployment step 3] ********************************************** 2025-10-09 15:03:11.115461 | fa163e93-f302-d839-17ba-0000000000d2 | TASK | External deployment step 3 2025-10-09 15:03:11.145284 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000d2') missing from stats 2025-10-09 15:03:11.199999 | fa163e93-f302-d839-17ba-0000000000d3 | TIMING | include_tasks | undercloud | 0:20:01.622158 | 0.04s 2025-10-09 15:03:11.205299 | 2bce7c5d-a13f-4ab0-ba5e-a9f90b1a88f5 | INCLUDED | /root/standalone-ansible-k43ezndi/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-10-09 15:03:11.336566 | fa163e93-f302-d839-17ba-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-09 15:03:11.364490 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000d6') missing from stats 2025-10-09 15:03:11.387892 | fa163e93-f302-d839-17ba-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-09 15:03:11.878930 | fa163e93-f302-d839-17ba-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-09 15:03:11.880541 | fa163e93-f302-d839-17ba-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:20:02.302701 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 15:03:11.954035 | fa163e93-f302-d839-17ba-0000000000d8 | TIMING | include_tasks | standalone | 0:20:02.376186 | 0.04s 2025-10-09 15:03:11.982021 | 8f474be3-2bff-44e0-a9ab-9a677c27dfc0 | INCLUDED | /root/standalone-ansible-k43ezndi/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-09 15:03:12.014456 | fa163e93-f302-d839-17ba-000000003422 | TASK | Start OVN container 2025-10-09 15:03:12.095822 | fa163e93-f302-d839-17ba-000000003422 | TIMING | Start OVN container | standalone | 0:20:02.517947 | 0.08s 2025-10-09 15:03:12.125570 | fa163e93-f302-d839-17ba-000000003422 | TIMING | Start OVN container | standalone | 0:20:02.547714 | 0.11s 2025-10-09 15:03:12.150254 | fa163e93-f302-d839-17ba-000000003422 | TIMING | Start OVN container | standalone | 0:20:02.572399 | 0.13s 2025-10-09 15:03:12.162533 | fa163e93-f302-d839-17ba-000000003422 | TIMING | Start OVN container | standalone | 0:20:02.584689 | 0.15s 2025-10-09 15:03:12.277858 | fa163e93-f302-d839-17ba-00000000345a | TASK | Gather variables for each operating system 2025-10-09 15:03:12.404762 | fa163e93-f302-d839-17ba-00000000345a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:02.826910 | 0.13s 2025-10-09 15:03:12.434844 | fa163e93-f302-d839-17ba-00000000345b | TASK | Create container logs path 2025-10-09 15:03:12.689895 | fa163e93-f302-d839-17ba-00000000345b | OK | Create container logs path | standalone 2025-10-09 15:03:12.691304 | fa163e93-f302-d839-17ba-00000000345b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:03.113466 | 0.25s 2025-10-09 15:03:12.725471 | fa163e93-f302-d839-17ba-00000000345d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:13.034972 | fa163e93-f302-d839-17ba-00000000345d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:13.036462 | fa163e93-f302-d839-17ba-00000000345d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:03.458623 | 0.31s 2025-10-09 15:03:13.066628 | fa163e93-f302-d839-17ba-00000000345e | TASK | Finalise hashes for all containers 2025-10-09 15:03:13.172870 | fa163e93-f302-d839-17ba-00000000345e | OK | Finalise hashes for all containers | standalone 2025-10-09 15:03:13.175216 | fa163e93-f302-d839-17ba-00000000345e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:03.597379 | 0.11s 2025-10-09 15:03:13.205688 | fa163e93-f302-d839-17ba-000000003460 | TASK | Manage systemd shutdown files 2025-10-09 15:03:13.266288 | fa163e93-f302-d839-17ba-000000003460 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 15:03:13.268691 | fa163e93-f302-d839-17ba-000000003460 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:03.690845 | 0.06s 2025-10-09 15:03:13.300244 | fa163e93-f302-d839-17ba-000000003462 | TASK | Update container configs with new config hashes 2025-10-09 15:03:13.371551 | fa163e93-f302-d839-17ba-000000003462 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 15:03:13.372815 | fa163e93-f302-d839-17ba-000000003462 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:03.794976 | 0.07s 2025-10-09 15:03:13.406845 | fa163e93-f302-d839-17ba-000000003463 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:13.479785 | fa163e93-f302-d839-17ba-000000003463 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:03.901937 | 0.07s 2025-10-09 15:03:13.503998 | 4a4123e1-25e8-4b9a-85a4-6f292ddb78f5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 15:03:13.538726 | fa163e93-f302-d839-17ba-0000000034ef | TASK | Gather podman infos 2025-10-09 15:03:14.680936 | fa163e93-f302-d839-17ba-0000000034ef | OK | Gather podman infos | standalone 2025-10-09 15:03:14.682391 | fa163e93-f302-d839-17ba-0000000034ef | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:05.104557 | 1.14s 2025-10-09 15:03:14.767577 | fa163e93-f302-d839-17ba-0000000034f0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:14.835883 | fa163e93-f302-d839-17ba-0000000034f0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:05.258040 | 0.06s 2025-10-09 15:03:14.969417 | fa163e93-f302-d839-17ba-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:05.391540 | 0.08s 2025-10-09 15:03:15.028090 | fa163e93-f302-d839-17ba-000000003464 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:15.095021 | fa163e93-f302-d839-17ba-000000003464 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:05.517169 | 0.07s 2025-10-09 15:03:15.119715 | ce1126b8-cc63-4b8f-89cf-7d086c09e236 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 15:03:15.164499 | fa163e93-f302-d839-17ba-00000000355a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:16.018599 | fa163e93-f302-d839-17ba-00000000355a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:16.019837 | fa163e93-f302-d839-17ba-00000000355a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:06.442004 | 0.85s 2025-10-09 15:03:16.044066 | fa163e93-f302-d839-17ba-00000000355b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:18.930327 | fa163e93-f302-d839-17ba-00000000355b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:18.931494 | fa163e93-f302-d839-17ba-00000000355b | 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:20:09.353662 | 2.89s 2025-10-09 15:03:18.976799 | fa163e93-f302-d839-17ba-000000003485 | TASK | Gather variables for each operating system 2025-10-09 15:03:19.101657 | fa163e93-f302-d839-17ba-000000003485 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:09.523818 | 0.12s 2025-10-09 15:03:19.132129 | fa163e93-f302-d839-17ba-000000003486 | TASK | Create container logs path 2025-10-09 15:03:19.412839 | fa163e93-f302-d839-17ba-000000003486 | OK | Create container logs path | standalone 2025-10-09 15:03:19.414209 | fa163e93-f302-d839-17ba-000000003486 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:09.836371 | 0.28s 2025-10-09 15:03:19.447061 | fa163e93-f302-d839-17ba-000000003488 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:19.756912 | fa163e93-f302-d839-17ba-000000003488 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:19.757908 | fa163e93-f302-d839-17ba-000000003488 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:10.180076 | 0.31s 2025-10-09 15:03:19.780435 | fa163e93-f302-d839-17ba-000000003489 | TASK | Finalise hashes for all containers 2025-10-09 15:03:19.883252 | fa163e93-f302-d839-17ba-000000003489 | OK | Finalise hashes for all containers | standalone 2025-10-09 15:03:19.884812 | fa163e93-f302-d839-17ba-000000003489 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:10.306972 | 0.10s 2025-10-09 15:03:19.915201 | fa163e93-f302-d839-17ba-00000000348b | TASK | Manage systemd shutdown files 2025-10-09 15:03:19.967227 | fa163e93-f302-d839-17ba-00000000348b | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 15:03:19.969144 | fa163e93-f302-d839-17ba-00000000348b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:10.391296 | 0.05s 2025-10-09 15:03:20.008598 | fa163e93-f302-d839-17ba-00000000348d | TASK | Update container configs with new config hashes 2025-10-09 15:03:20.081212 | fa163e93-f302-d839-17ba-00000000348d | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 15:03:20.082452 | fa163e93-f302-d839-17ba-00000000348d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:10.504616 | 0.07s 2025-10-09 15:03:20.108461 | fa163e93-f302-d839-17ba-00000000348e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:20.153196 | fa163e93-f302-d839-17ba-00000000348e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:10.575352 | 0.04s 2025-10-09 15:03:20.169336 | e944c65e-a7bc-443c-9d02-a91e9b8b05db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 15:03:20.197538 | fa163e93-f302-d839-17ba-0000000035a6 | TASK | Gather podman infos 2025-10-09 15:03:21.394812 | fa163e93-f302-d839-17ba-0000000035a6 | OK | Gather podman infos | standalone 2025-10-09 15:03:21.395844 | fa163e93-f302-d839-17ba-0000000035a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:11.818012 | 1.20s 2025-10-09 15:03:21.489838 | fa163e93-f302-d839-17ba-0000000035a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:21.584163 | fa163e93-f302-d839-17ba-0000000035a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:12.006325 | 0.09s 2025-10-09 15:03:21.710391 | fa163e93-f302-d839-17ba-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:12.132547 | 0.08s 2025-10-09 15:03:21.754933 | fa163e93-f302-d839-17ba-00000000348f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:21.827154 | fa163e93-f302-d839-17ba-00000000348f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:12.249309 | 0.07s 2025-10-09 15:03:21.842559 | 73beadbd-2895-4b21-8d53-c7abafd7c611 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 15:03:21.874188 | fa163e93-f302-d839-17ba-00000000360c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:22.830343 | fa163e93-f302-d839-17ba-00000000360c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:22.833751 | fa163e93-f302-d839-17ba-00000000360c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:13.255899 | 0.96s 2025-10-09 15:03:22.856660 | fa163e93-f302-d839-17ba-00000000360d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:25.812079 | fa163e93-f302-d839-17ba-00000000360d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:25.813805 | fa163e93-f302-d839-17ba-00000000360d | 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:20:16.235966 | 2.96s 2025-10-09 15:03:25.859024 | fa163e93-f302-d839-17ba-0000000034b0 | TASK | Gather variables for each operating system 2025-10-09 15:03:25.973118 | fa163e93-f302-d839-17ba-0000000034b0 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:16.395270 | 0.11s 2025-10-09 15:03:26.003449 | fa163e93-f302-d839-17ba-0000000034b1 | TASK | Create container logs path 2025-10-09 15:03:26.247091 | fa163e93-f302-d839-17ba-0000000034b1 | OK | Create container logs path | standalone 2025-10-09 15:03:26.248568 | fa163e93-f302-d839-17ba-0000000034b1 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:16.670730 | 0.24s 2025-10-09 15:03:26.281081 | fa163e93-f302-d839-17ba-0000000034b3 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:26.612751 | fa163e93-f302-d839-17ba-0000000034b3 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:26.614208 | fa163e93-f302-d839-17ba-0000000034b3 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:17.036363 | 0.33s 2025-10-09 15:03:26.646269 | fa163e93-f302-d839-17ba-0000000034b4 | TASK | Finalise hashes for all containers 2025-10-09 15:03:26.756835 | fa163e93-f302-d839-17ba-0000000034b4 | OK | Finalise hashes for all containers | standalone 2025-10-09 15:03:26.758193 | fa163e93-f302-d839-17ba-0000000034b4 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:17.180355 | 0.11s 2025-10-09 15:03:26.788670 | fa163e93-f302-d839-17ba-0000000034b6 | TASK | Manage systemd shutdown files 2025-10-09 15:03:26.840228 | fa163e93-f302-d839-17ba-0000000034b6 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 15:03:26.841647 | fa163e93-f302-d839-17ba-0000000034b6 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:17.263809 | 0.05s 2025-10-09 15:03:26.871937 | fa163e93-f302-d839-17ba-0000000034b8 | TASK | Update container configs with new config hashes 2025-10-09 15:03:26.944580 | fa163e93-f302-d839-17ba-0000000034b8 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 15:03:26.945870 | fa163e93-f302-d839-17ba-0000000034b8 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:17.368032 | 0.07s 2025-10-09 15:03:26.977190 | fa163e93-f302-d839-17ba-0000000034b9 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:27.042870 | fa163e93-f302-d839-17ba-0000000034b9 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:17.465016 | 0.06s 2025-10-09 15:03:27.068673 | 06b5572f-3a18-4df4-9f0e-6c5539efd4df | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 15:03:27.104305 | fa163e93-f302-d839-17ba-000000003658 | TASK | Gather podman infos 2025-10-09 15:03:28.330351 | fa163e93-f302-d839-17ba-000000003658 | OK | Gather podman infos | standalone 2025-10-09 15:03:28.331522 | fa163e93-f302-d839-17ba-000000003658 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:18.753688 | 1.23s 2025-10-09 15:03:28.417596 | fa163e93-f302-d839-17ba-000000003659 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:28.509276 | fa163e93-f302-d839-17ba-000000003659 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:18.931430 | 0.09s 2025-10-09 15:03:28.659327 | fa163e93-f302-d839-17ba-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:19.081476 | 0.09s 2025-10-09 15:03:28.719520 | fa163e93-f302-d839-17ba-0000000034ba | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:28.794089 | fa163e93-f302-d839-17ba-0000000034ba | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:19.216246 | 0.07s 2025-10-09 15:03:28.819318 | eb13adda-11f3-4ee4-988d-e471b4d0064a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 15:03:28.860055 | fa163e93-f302-d839-17ba-0000000036be | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:29.942788 | fa163e93-f302-d839-17ba-0000000036be | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:29.944388 | fa163e93-f302-d839-17ba-0000000036be | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:20.366549 | 1.08s 2025-10-09 15:03:29.975705 | fa163e93-f302-d839-17ba-0000000036bf | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-09 15:03:32.789789 | fa163e93-f302-d839-17ba-0000000036bf | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-09 15:03:32.791337 | fa163e93-f302-d839-17ba-0000000036bf | 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:20:23.213498 | 2.81s 2025-10-09 15:03:32.848673 | fa163e93-f302-d839-17ba-000000003424 | TASK | Set NB connection 2025-10-09 15:03:33.382781 | fa163e93-f302-d839-17ba-000000003424 | CHANGED | Set NB connection | standalone 2025-10-09 15:03:33.384339 | fa163e93-f302-d839-17ba-000000003424 | TIMING | Set NB connection | standalone | 0:20:23.806501 | 0.53s 2025-10-09 15:03:33.413621 | fa163e93-f302-d839-17ba-000000003425 | TASK | Set SB connection 2025-10-09 15:03:33.841159 | fa163e93-f302-d839-17ba-000000003425 | CHANGED | Set SB connection | standalone 2025-10-09 15:03:33.842550 | fa163e93-f302-d839-17ba-000000003425 | TIMING | Set SB connection | standalone | 0:20:24.264713 | 0.43s 2025-10-09 15:03:33.877547 | fa163e93-f302-d839-17ba-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-09 15:03:34.112423 | fa163e93-f302-d839-17ba-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-09 15:03:34.113828 | fa163e93-f302-d839-17ba-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:24.535990 | 0.23s 2025-10-09 15:03:34.185175 | fa163e93-f302-d839-17ba-0000000000db | TIMING | include_tasks | standalone | 0:20:24.607338 | 0.05s 2025-10-09 15:03:34.203227 | c94d1458-f6d3-4dde-adf8-9c79d8786ad9 | INCLUDED | /root/standalone-ansible-k43ezndi/common_deploy_steps_tasks.yaml | standalone 2025-10-09 15:03:34.226696 | fa163e93-f302-d839-17ba-000000003704 | TASK | Write the config_step hieradata 2025-10-09 15:03:34.803976 | fa163e93-f302-d839-17ba-000000003704 | OK | Write the config_step hieradata | standalone 2025-10-09 15:03:34.805342 | fa163e93-f302-d839-17ba-000000003704 | TIMING | Write the config_step hieradata | standalone | 0:20:25.227499 | 0.58s 2025-10-09 15:03:34.835501 | fa163e93-f302-d839-17ba-000000003705 | TASK | Run puppet host configuration for step 3 2025-10-09 15:03:35.172923 | fa163e93-f302-d839-17ba-000000003705 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-09 15:03:35.174106 | fa163e93-f302-d839-17ba-000000003705 | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:25.596267 | 0.34s 2025-10-09 15:03:35.203701 | fa163e93-f302-d839-17ba-000000003706 | TASK | Wait for puppet host configuration to finish 2025-10-09 15:03:35.443579 | fa163e93-f302-d839-17ba-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 15:03:45.660023 | fa163e93-f302-d839-17ba-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 15:03:55.880447 | fa163e93-f302-d839-17ba-000000003706 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 15:03:55.881266 | fa163e93-f302-d839-17ba-000000003706 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:46.303438 | 20.68s 2025-10-09 15:03:55.900894 | fa163e93-f302-d839-17ba-000000003707 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-09 15:03:55.950170 | fa163e93-f302-d839-17ba-000000003707 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 15:03:35 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 15:03:41 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 15:03:41 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 15:03:41 puppet-user: (file & line not available)", "<13>Oct 9 15:03:41 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 15:03:41 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 15:03:41 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 15:03:41 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.41 seconds", "<13>Oct 9 15:03:46 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 9 15:03:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 9 15:03:49 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 15:03:49 puppet-user: Notice: Applied catalog in 7.78 seconds", "<13>Oct 9 15:03:49 puppet-user: Application:", "<13>Oct 9 15:03:49 puppet-user: Initial environment: production", "<13>Oct 9 15:03:49 puppet-user: Converged environment: production", "<13>Oct 9 15:03:49 puppet-user: Run mode: user", "<13>Oct 9 15:03:49 puppet-user: Changes:", "<13>Oct 9 15:03:49 puppet-user: Total: 2", "<13>Oct 9 15:03:49 puppet-user: Events:", "<13>Oct 9 15:03:49 puppet-user: Success: 2", "<13>Oct 9 15:03:49 puppet-user: Resources:", "<13>Oct 9 15:03:49 puppet-user: Changed: 2", "<13>Oct 9 15:03:49 puppet-user: Out of sync: 2", "<13>Oct 9 15:03:49 puppet-user: Total: 28", "<13>Oct 9 15:03:49 puppet-user: Time:", "<13>Oct 9 15:03:49 puppet-user: Schedule: 0.00", "<13>Oct 9 15:03:49 puppet-user: Package: 0.00", "<13>Oct 9 15:03:49 puppet-user: File line: 0.00", "<13>Oct 9 15:03:49 puppet-user: File: 0.00", "<13>Oct 9 15:03:49 puppet-user: Augeas: 0.01", "<13>Oct 9 15:03:49 puppet-user: Service: 0.07", "<13>Oct 9 15:03:49 puppet-user: User: 0.08", "<13>Oct 9 15:03:49 puppet-user: Config retrieval: 0.46", "<13>Oct 9 15:03:49 puppet-user: Pcmk property: 1.46", "<13>Oct 9 15:03:49 puppet-user: Exec: 1.94", "<13>Oct 9 15:03:49 puppet-user: Pcmk resource op default: 1.97", "<13>Oct 9 15:03:49 puppet-user: Last run: 1760022229", "<13>Oct 9 15:03:49 puppet-user: Pcmk resource default: 2.04", "<13>Oct 9 15:03:49 puppet-user: Filebucket: 0.00", "<13>Oct 9 15:03:49 puppet-user: Transaction evaluation: 7.74", "<13>Oct 9 15:03:49 puppet-user: Catalog application: 7.78", "<13>Oct 9 15:03:49 puppet-user: Total: 7.79", "<13>Oct 9 15:03:49 puppet-user: Version:", "<13>Oct 9 15:03:49 puppet-user: Config: 1760022221", "<13>Oct 9 15:03:49 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 15:03:55.951876 | fa163e93-f302-d839-17ba-000000003707 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:46.374035 | 0.05s 2025-10-09 15:03:55.980729 | fa163e93-f302-d839-17ba-000000003708 | TASK | Pre-cache facts for puppet containers 2025-10-09 15:03:56.010039 | fa163e93-f302-d839-17ba-000000003708 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:46.432192 | 0.03s 2025-10-09 15:03:56.084667 | fa163e93-f302-d839-17ba-000000003747 | TASK | Gather variables for each operating system 2025-10-09 15:03:56.186480 | fa163e93-f302-d839-17ba-000000003747 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:46.608644 | 0.10s 2025-10-09 15:03:56.205507 | fa163e93-f302-d839-17ba-000000003748 | TASK | Create puppet caching structures 2025-10-09 15:03:56.448892 | fa163e93-f302-d839-17ba-000000003748 | CHANGED | Create puppet caching structures | standalone 2025-10-09 15:03:56.450239 | fa163e93-f302-d839-17ba-000000003748 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:46.872402 | 0.24s 2025-10-09 15:03:56.478937 | fa163e93-f302-d839-17ba-000000003749 | TASK | Check for facter.conf 2025-10-09 15:03:56.729247 | fa163e93-f302-d839-17ba-000000003749 | OK | Check for facter.conf | standalone 2025-10-09 15:03:56.730613 | fa163e93-f302-d839-17ba-000000003749 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:47.152776 | 0.25s 2025-10-09 15:03:56.760633 | fa163e93-f302-d839-17ba-00000000374a | TASK | Remove facter.conf if directory 2025-10-09 15:03:56.810723 | fa163e93-f302-d839-17ba-00000000374a | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 15:03:56.811902 | fa163e93-f302-d839-17ba-00000000374a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:47.234066 | 0.05s 2025-10-09 15:03:56.841856 | fa163e93-f302-d839-17ba-00000000374b | TASK | Write facter cache config 2025-10-09 15:03:57.340379 | fa163e93-f302-d839-17ba-00000000374b | CHANGED | Write facter cache config | standalone 2025-10-09 15:03:57.341726 | fa163e93-f302-d839-17ba-00000000374b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:47.763888 | 0.50s 2025-10-09 15:03:57.371769 | fa163e93-f302-d839-17ba-00000000374c | TASK | Cleanup facter cache if exists 2025-10-09 15:03:57.604459 | fa163e93-f302-d839-17ba-00000000374c | CHANGED | Cleanup facter cache if exists | standalone 2025-10-09 15:03:57.605720 | fa163e93-f302-d839-17ba-00000000374c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:48.027884 | 0.23s 2025-10-09 15:03:57.634499 | fa163e93-f302-d839-17ba-00000000374d | TASK | Pre-cache facts 2025-10-09 15:03:58.236848 | fa163e93-f302-d839-17ba-00000000374d | CHANGED | Pre-cache facts | standalone 2025-10-09 15:03:58.238008 | fa163e93-f302-d839-17ba-00000000374d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:48.660172 | 0.60s 2025-10-09 15:03:58.269824 | fa163e93-f302-d839-17ba-00000000374e | TASK | Failed deployment if facter fails 2025-10-09 15:03:58.301445 | fa163e93-f302-d839-17ba-00000000374e | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 15:03:58.302624 | fa163e93-f302-d839-17ba-00000000374e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:48.724787 | 0.03s 2025-10-09 15:03:58.347590 | fa163e93-f302-d839-17ba-00000000374f | TASK | Sync cached facts 2025-10-09 15:03:58.632221 | fa163e93-f302-d839-17ba-00000000374f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e93-f302-d839-17ba-00000000374f') missing from stats 2025-10-09 15:03:58.687904 | fa163e93-f302-d839-17ba-000000003709 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 15:03:58.737464 | fa163e93-f302-d839-17ba-000000003709 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-09 15:03:58.738631 | fa163e93-f302-d839-17ba-000000003709 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:49.160791 | 0.05s 2025-10-09 15:03:58.769373 | fa163e93-f302-d839-17ba-00000000370b | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-09 15:03:58.797776 | fa163e93-f302-d839-17ba-00000000370b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:49.219928 | 0.03s 2025-10-09 15:03:58.864452 | fa163e93-f302-d839-17ba-0000000037a6 | TASK | Gather variables for each operating system 2025-10-09 15:03:58.986269 | fa163e93-f302-d839-17ba-0000000037a6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:49.408425 | 0.12s 2025-10-09 15:03:59.015504 | fa163e93-f302-d839-17ba-0000000037a7 | TASK | Create container logs path 2025-10-09 15:03:59.260027 | fa163e93-f302-d839-17ba-0000000037a7 | OK | Create container logs path | standalone 2025-10-09 15:03:59.261265 | fa163e93-f302-d839-17ba-0000000037a7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:49.683430 | 0.24s 2025-10-09 15:03:59.293760 | fa163e93-f302-d839-17ba-0000000037a9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 15:03:59.581580 | fa163e93-f302-d839-17ba-0000000037a9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-09 15:03:59.582709 | fa163e93-f302-d839-17ba-0000000037a9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:50.004871 | 0.29s 2025-10-09 15:03:59.615210 | fa163e93-f302-d839-17ba-0000000037aa | TASK | Finalise hashes for all containers 2025-10-09 15:03:59.699182 | fa163e93-f302-d839-17ba-0000000037aa | OK | Finalise hashes for all containers | standalone 2025-10-09 15:03:59.700372 | fa163e93-f302-d839-17ba-0000000037aa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:50.122536 | 0.08s 2025-10-09 15:03:59.730430 | fa163e93-f302-d839-17ba-0000000037ac | TASK | Manage systemd shutdown files 2025-10-09 15:03:59.765744 | fa163e93-f302-d839-17ba-0000000037ac | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:50.187901 | 0.03s 2025-10-09 15:03:59.799045 | 0d5fd2ab-bde6-4696-89a8-fb6fba7c2408 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 15:03:59.828025 | fa163e93-f302-d839-17ba-0000000037df | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 15:04:00.095127 | fa163e93-f302-d839-17ba-0000000037df | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 15:04:00.096582 | fa163e93-f302-d839-17ba-0000000037df | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:50.518744 | 0.27s 2025-10-09 15:04:00.126985 | fa163e93-f302-d839-17ba-0000000037e0 | TASK | Set podman_drop_in fact 2025-10-09 15:04:00.183021 | fa163e93-f302-d839-17ba-0000000037e0 | OK | Set podman_drop_in fact | standalone 2025-10-09 15:04:00.184630 | fa163e93-f302-d839-17ba-0000000037e0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:50.606785 | 0.06s 2025-10-09 15:04:00.213931 | fa163e93-f302-d839-17ba-0000000037e2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 15:04:00.766452 | fa163e93-f302-d839-17ba-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 15:04:00.768847 | fa163e93-f302-d839-17ba-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:51.191002 | 0.55s 2025-10-09 15:04:01.177197 | fa163e93-f302-d839-17ba-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 15:04:01.177842 | fa163e93-f302-d839-17ba-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:51.600016 | 0.96s 2025-10-09 15:04:01.184634 | fa163e93-f302-d839-17ba-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:51.606795 | 0.97s 2025-10-09 15:04:01.208281 | fa163e93-f302-d839-17ba-0000000037e3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 15:04:01.739914 | fa163e93-f302-d839-17ba-0000000037e3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 15:04:01.741271 | fa163e93-f302-d839-17ba-0000000037e3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:52.163435 | 0.53s 2025-10-09 15:04:01.770560 | fa163e93-f302-d839-17ba-0000000037e4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 15:04:02.236867 | fa163e93-f302-d839-17ba-0000000037e4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 15:04:02.238232 | fa163e93-f302-d839-17ba-0000000037e4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:52.660395 | 0.47s 2025-10-09 15:04:02.267351 | fa163e93-f302-d839-17ba-0000000037e5 | TASK | Enable and start tripleo-container-shutdown 2025-10-09 15:04:03.029679 | fa163e93-f302-d839-17ba-0000000037e5 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-09 15:04:03.031706 | fa163e93-f302-d839-17ba-0000000037e5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:53.453868 | 0.76s 2025-10-09 15:04:03.062237 | fa163e93-f302-d839-17ba-0000000037e6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 15:04:03.573447 | fa163e93-f302-d839-17ba-0000000037e6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 15:04:03.575086 | fa163e93-f302-d839-17ba-0000000037e6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:53.997241 | 0.51s 2025-10-09 15:04:03.607165 | fa163e93-f302-d839-17ba-0000000037e7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 15:04:04.070927 | fa163e93-f302-d839-17ba-0000000037e7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 15:04:04.072555 | fa163e93-f302-d839-17ba-0000000037e7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:54.494710 | 0.46s 2025-10-09 15:04:04.103188 | fa163e93-f302-d839-17ba-0000000037e8 | TASK | Enable and start netns-placeholder 2025-10-09 15:04:04.867974 | fa163e93-f302-d839-17ba-0000000037e8 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 15:04:04.870283 | fa163e93-f302-d839-17ba-0000000037e8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:55.292438 | 0.77s 2025-10-09 15:04:04.900966 | fa163e93-f302-d839-17ba-0000000037ae | TASK | Update container configs with new config hashes 2025-10-09 15:04:04.968151 | fa163e93-f302-d839-17ba-0000000037ae | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:55.390307 | 0.07s 2025-10-09 15:04:04.991327 | 31d8742a-a0e1-41d8-9029-ef9c3e2c2338 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 15:04:05.036444 | fa163e93-f302-d839-17ba-000000003810 | TASK | Update config hashes for container startup configs 2025-10-09 15:04:05.303215 | fa163e93-f302-d839-17ba-000000003810 | OK | Update config hashes for container startup configs | standalone 2025-10-09 15:04:05.304750 | fa163e93-f302-d839-17ba-000000003810 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:55.726912 | 0.27s 2025-10-09 15:04:05.338001 | fa163e93-f302-d839-17ba-0000000037af | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 15:04:05.402295 | fa163e93-f302-d839-17ba-0000000037af | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:55.824438 | 0.06s 2025-10-09 15:04:05.427039 | 5a7f35af-fdb0-4ec2-87d3-ad1a0e1528cd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 15:04:05.465118 | fa163e93-f302-d839-17ba-00000000382f | TASK | Gather podman infos 2025-10-09 15:04:06.623710 | fa163e93-f302-d839-17ba-00000000382f | OK | Gather podman infos | standalone 2025-10-09 15:04:06.624877 | fa163e93-f302-d839-17ba-00000000382f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:57.047041 | 1.16s 2025-10-09 15:04:06.722238 | fa163e93-f302-d839-17ba-000000003830 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 15:04:06.805815 | fa163e93-f302-d839-17ba-000000003830 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:57.227969 | 0.08s 2025-10-09 15:04:06.966736 | fa163e93-f302-d839-17ba-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:57.388888 | 0.10s 2025-10-09 15:04:07.025054 | fa163e93-f302-d839-17ba-0000000037b0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 15:04:07.078193 | fa163e93-f302-d839-17ba-0000000037b0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:57.500347 | 0.05s 2025-10-09 15:04:07.101299 | be817e3a-f22f-44fd-bbbd-e2625a2696ad | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 15:04:07.139763 | fa163e93-f302-d839-17ba-00000000389a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 15:04:57.625099 | fa163e93-f302-d839-17ba-00000000389a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-09 15:04:57.626819 | fa163e93-f302-d839-17ba-00000000389a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:48.048970 | 50.49s 2025-10-09 15:04:57.658601 | fa163e93-f302-d839-17ba-00000000389b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-09 15:05:22.010567 | fa163e93-f302-d839-17ba-00000000389b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-09 15:05:22.012182 | fa163e93-f302-d839-17ba-00000000389b | 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:22:12.434345 | 24.35s 2025-10-09 15:05:22.086897 | fa163e93-f302-d839-17ba-00000000370d | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-09 15:05:22.287531 | fa163e93-f302-d839-17ba-00000000370d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-09 15:05:22.289008 | fa163e93-f302-d839-17ba-00000000370d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:12.711166 | 0.20s 2025-10-09 15:05:22.337885 | fa163e93-f302-d839-17ba-00000000370e | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-09 15:05:22.391554 | fa163e93-f302-d839-17ba-00000000370e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:12.813704 | 0.05s 2025-10-09 15:05:22.422939 | fa163e93-f302-d839-17ba-00000000370f | TASK | Include container-puppet tasks for step 3 2025-10-09 15:05:22.480310 | fa163e93-f302-d839-17ba-00000000370f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:12.902462 | 0.06s 2025-10-09 15:05:22.505429 | 09304682-5c51-477a-bbcb-235abc8a2cce | INCLUDED | /root/standalone-ansible-k43ezndi/host-container-puppet-tasks.yaml | standalone 2025-10-09 15:05:22.555291 | fa163e93-f302-d839-17ba-0000000038e6 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-09 15:05:23.105829 | fa163e93-f302-d839-17ba-0000000038e6 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-09 15:05:23.107329 | fa163e93-f302-d839-17ba-0000000038e6 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:13.529495 | 0.55s 2025-10-09 15:05:23.131934 | fa163e93-f302-d839-17ba-0000000038e8 | TASK | Generate container puppet configs for step 3 2025-10-09 15:05:23.423549 | fa163e93-f302-d839-17ba-0000000038e8 | OK | Generate container puppet configs for step 3 | standalone 2025-10-09 15:05:23.424900 | fa163e93-f302-d839-17ba-0000000038e8 | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:13.847060 | 0.29s 2025-10-09 15:05:23.455735 | fa163e93-f302-d839-17ba-0000000038e9 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-09 15:05:23.490881 | fa163e93-f302-d839-17ba-0000000038e9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:13.913038 | 0.03s 2025-10-09 15:05:23.559816 | fa163e93-f302-d839-17ba-000000003918 | TASK | Gather variables for each operating system 2025-10-09 15:05:23.682780 | fa163e93-f302-d839-17ba-000000003918 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:14.104936 | 0.12s 2025-10-09 15:05:23.722274 | fa163e93-f302-d839-17ba-000000003919 | TASK | Create container logs path 2025-10-09 15:05:23.965158 | fa163e93-f302-d839-17ba-000000003919 | OK | Create container logs path | standalone 2025-10-09 15:05:23.966328 | fa163e93-f302-d839-17ba-000000003919 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:14.388492 | 0.24s 2025-10-09 15:05:23.998711 | fa163e93-f302-d839-17ba-00000000391b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-09 15:05:24.262569 | fa163e93-f302-d839-17ba-00000000391b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-09 15:05:24.263916 | fa163e93-f302-d839-17ba-00000000391b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:14.686077 | 0.26s 2025-10-09 15:05:24.293782 | fa163e93-f302-d839-17ba-00000000391c | TASK | Finalise hashes for all containers 2025-10-09 15:05:24.337961 | fa163e93-f302-d839-17ba-00000000391c | OK | Finalise hashes for all containers | standalone 2025-10-09 15:05:24.339453 | fa163e93-f302-d839-17ba-00000000391c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:14.761613 | 0.04s 2025-10-09 15:05:24.370008 | fa163e93-f302-d839-17ba-00000000391e | TASK | Manage systemd shutdown files 2025-10-09 15:05:24.404911 | fa163e93-f302-d839-17ba-00000000391e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 15:05:24.406262 | fa163e93-f302-d839-17ba-00000000391e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:14.828425 | 0.03s 2025-10-09 15:05:24.435947 | fa163e93-f302-d839-17ba-000000003920 | TASK | Update container configs with new config hashes 2025-10-09 15:05:24.486842 | fa163e93-f302-d839-17ba-000000003920 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 15:05:24.488213 | fa163e93-f302-d839-17ba-000000003920 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:14.910376 | 0.05s 2025-10-09 15:05:24.519982 | fa163e93-f302-d839-17ba-000000003921 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-09 15:05:24.571226 | fa163e93-f302-d839-17ba-000000003921 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-09 15:05:24.572591 | fa163e93-f302-d839-17ba-000000003921 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:14.994750 | 0.05s 2025-10-09 15:05:24.604877 | fa163e93-f302-d839-17ba-000000003922 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-09 15:05:24.656343 | fa163e93-f302-d839-17ba-000000003922 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-09 15:05:24.657679 | fa163e93-f302-d839-17ba-000000003922 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:15.079840 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-09 15:05:24.849458 | fa163e93-f302-d839-17ba-0000000000de | TASK | External deployment step 4 2025-10-09 15:05:24.895870 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000de') missing from stats 2025-10-09 15:05:24.956744 | fa163e93-f302-d839-17ba-0000000000df | TIMING | include_tasks | undercloud | 0:22:15.378896 | 0.04s 2025-10-09 15:05:24.990053 | 9323503a-038f-4528-b5f0-6d52ed1367d8 | INCLUDED | /root/standalone-ansible-k43ezndi/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-09 15:05:25.011562 | fa163e93-f302-d839-17ba-000000003971 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-09 15:05:26.619491 | fa163e93-f302-d839-17ba-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-09 15:05:26.621803 | fa163e93-f302-d839-17ba-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:17.043956 | 1.61s 2025-10-09 15:05:27.792297 | fa163e93-f302-d839-17ba-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-09 15:05:27.794322 | fa163e93-f302-d839-17ba-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:18.216487 | 2.78s 2025-10-09 15:05:27.804885 | fa163e93-f302-d839-17ba-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:18.227044 | 2.79s 2025-10-09 15:05:27.823300 | fa163e93-f302-d839-17ba-000000003974 | TASK | Manage Keystone resources for OpenStack services 2025-10-09 15:05:27.875142 | fa163e93-f302-d839-17ba-000000003974 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:22:18.297301 | 0.05s 2025-10-09 15:05:27.937534 | fa163e93-f302-d839-17ba-0000000039a0 | TASK | Create Keystone Admin resources 2025-10-09 15:05:27.989606 | fa163e93-f302-d839-17ba-0000000039a0 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:18.411758 | 0.05s 2025-10-09 15:05:28.028907 | 1d134db5-e6b1-4fa7-8a41-87d01c51486f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-09 15:05:28.056325 | fa163e93-f302-d839-17ba-0000000039e1 | TASK | Create admin and service projects 2025-10-09 15:05:28.105308 | fa163e93-f302-d839-17ba-0000000039e1 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:18.527454 | 0.05s 2025-10-09 15:05:28.121435 | 70184d13-acf5-4c5c-890e-73e2e911f99e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-09 15:05:28.154173 | fa163e93-f302-d839-17ba-000000003a32 | TASK | Async creation of Keystone project 2025-10-09 15:05:28.590083 | fa163e93-f302-d839-17ba-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-09 15:05:28.591973 | fa163e93-f302-d839-17ba-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:19.014114 | 0.44s 2025-10-09 15:05:28.963670 | fa163e93-f302-d839-17ba-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-09 15:05:28.964989 | fa163e93-f302-d839-17ba-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:19.387150 | 0.81s 2025-10-09 15:05:28.970764 | fa163e93-f302-d839-17ba-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:19.392935 | 0.82s 2025-10-09 15:05:28.985145 | fa163e93-f302-d839-17ba-000000003a34 | TASK | Check Keystone project status 2025-10-09 15:05:29.278652 | fa163e93-f302-d839-17ba-000000003a34 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-09 15:05:34.499786 | fa163e93-f302-d839-17ba-000000003a34 | OK | Check Keystone project status | undercloud | item=admin 2025-10-09 15:05:34.501150 | fa163e93-f302-d839-17ba-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:24.923306 | 5.52s 2025-10-09 15:05:34.748278 | fa163e93-f302-d839-17ba-000000003a34 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-09 15:05:34.749517 | fa163e93-f302-d839-17ba-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:25.171682 | 5.76s 2025-10-09 15:05:34.756804 | fa163e93-f302-d839-17ba-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:25.178962 | 5.77s 2025-10-09 15:05:34.778123 | fa163e93-f302-d839-17ba-0000000039e2 | TASK | Create admin role 2025-10-09 15:05:36.010459 | fa163e93-f302-d839-17ba-0000000039e2 | OK | Create admin role | undercloud 2025-10-09 15:05:36.012113 | fa163e93-f302-d839-17ba-0000000039e2 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:26.434276 | 1.23s 2025-10-09 15:05:36.031281 | fa163e93-f302-d839-17ba-0000000039e3 | TASK | Create _member_ role 2025-10-09 15:05:36.102370 | fa163e93-f302-d839-17ba-0000000039e3 | SKIPPED | Create _member_ role | undercloud 2025-10-09 15:05:36.103537 | fa163e93-f302-d839-17ba-0000000039e3 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:26.525699 | 0.07s 2025-10-09 15:05:36.123189 | fa163e93-f302-d839-17ba-0000000039e4 | TASK | Check admin password 2025-10-09 15:05:37.414200 | fa163e93-f302-d839-17ba-0000000039e4 | OK | Check admin password | undercloud 2025-10-09 15:05:37.415600 | fa163e93-f302-d839-17ba-0000000039e4 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:27.837762 | 1.29s 2025-10-09 15:05:37.434972 | fa163e93-f302-d839-17ba-0000000039e5 | TASK | Create admin user 2025-10-09 15:05:39.144935 | fa163e93-f302-d839-17ba-0000000039e5 | CHANGED | Create admin user | undercloud 2025-10-09 15:05:39.145735 | fa163e93-f302-d839-17ba-0000000039e5 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:29.567907 | 1.71s 2025-10-09 15:05:39.160218 | fa163e93-f302-d839-17ba-0000000039e6 | TASK | Assign admin role to admin project for admin user 2025-10-09 15:05:40.731902 | fa163e93-f302-d839-17ba-0000000039e6 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-09 15:05:40.733302 | fa163e93-f302-d839-17ba-0000000039e6 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:31.155465 | 1.57s 2025-10-09 15:05:40.752834 | fa163e93-f302-d839-17ba-0000000039e7 | TASK | Assign _member_ role to admin project for admin user 2025-10-09 15:05:40.805132 | fa163e93-f302-d839-17ba-0000000039e7 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-09 15:05:40.806282 | fa163e93-f302-d839-17ba-0000000039e7 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:31.228449 | 0.05s 2025-10-09 15:05:40.823025 | fa163e93-f302-d839-17ba-0000000039e8 | TASK | Create identity service 2025-10-09 15:05:42.140533 | fa163e93-f302-d839-17ba-0000000039e8 | OK | Create identity service | undercloud 2025-10-09 15:05:42.141952 | fa163e93-f302-d839-17ba-0000000039e8 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:32.564114 | 1.32s 2025-10-09 15:05:42.157358 | fa163e93-f302-d839-17ba-0000000039e9 | TASK | Create identity public endpoint 2025-10-09 15:05:43.499293 | fa163e93-f302-d839-17ba-0000000039e9 | OK | Create identity public endpoint | undercloud 2025-10-09 15:05:43.500680 | fa163e93-f302-d839-17ba-0000000039e9 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:33.922843 | 1.34s 2025-10-09 15:05:43.520989 | fa163e93-f302-d839-17ba-0000000039ea | TASK | Create identity internal endpoint 2025-10-09 15:05:44.717262 | fa163e93-f302-d839-17ba-0000000039ea | OK | Create identity internal endpoint | undercloud 2025-10-09 15:05:44.719226 | fa163e93-f302-d839-17ba-0000000039ea | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:35.141394 | 1.20s 2025-10-09 15:05:44.735786 | fa163e93-f302-d839-17ba-0000000039eb | TASK | Create identity admin endpoint 2025-10-09 15:05:45.967798 | fa163e93-f302-d839-17ba-0000000039eb | OK | Create identity admin endpoint | undercloud 2025-10-09 15:05:45.969191 | fa163e93-f302-d839-17ba-0000000039eb | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:36.391356 | 1.23s 2025-10-09 15:05:45.988608 | fa163e93-f302-d839-17ba-0000000039a1 | TASK | Create Keystone Projects 2025-10-09 15:05:46.084965 | fa163e93-f302-d839-17ba-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:36.507125 | 0.09s 2025-10-09 15:05:46.091003 | fa163e93-f302-d839-17ba-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:36.513178 | 0.10s 2025-10-09 15:05:46.097246 | 35046548-3d7d-4210-a90f-1ae74b509655 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-09 15:05:46.125075 | fa163e93-f302-d839-17ba-000000003abe | TASK | Async creation of Keystone project 2025-10-09 15:05:46.408321 | fa163e93-f302-d839-17ba-000000003abe | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-09 15:05:46.410715 | fa163e93-f302-d839-17ba-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:36.832875 | 0.28s 2025-10-09 15:05:46.420640 | fa163e93-f302-d839-17ba-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:36.842807 | 0.29s 2025-10-09 15:05:46.439148 | fa163e93-f302-d839-17ba-000000003ac0 | TASK | Check Keystone project status 2025-10-09 15:05:46.741173 | fa163e93-f302-d839-17ba-000000003ac0 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-09 15:05:51.946712 | fa163e93-f302-d839-17ba-000000003ac0 | OK | Check Keystone project status | undercloud | item=service 2025-10-09 15:05:51.949045 | fa163e93-f302-d839-17ba-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:42.371197 | 5.51s 2025-10-09 15:05:51.959156 | fa163e93-f302-d839-17ba-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:42.381324 | 5.52s 2025-10-09 15:05:51.976283 | fa163e93-f302-d839-17ba-0000000039a3 | TASK | Create Keystone Domains 2025-10-09 15:05:52.074802 | fa163e93-f302-d839-17ba-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:42.496952 | 0.10s 2025-10-09 15:05:52.080893 | fa163e93-f302-d839-17ba-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:42.503057 | 0.10s 2025-10-09 15:05:52.094917 | b59320ad-cd17-495d-80ff-585ee96828be | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-09 15:05:52.142363 | fa163e93-f302-d839-17ba-000000003b73 | TASK | Async creation of Keystone domains 2025-10-09 15:05:52.577979 | fa163e93-f302-d839-17ba-000000003b73 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-09 15:05:52.579384 | fa163e93-f302-d839-17ba-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:43.001543 | 0.44s 2025-10-09 15:05:52.583727 | fa163e93-f302-d839-17ba-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:43.005890 | 0.44s 2025-10-09 15:05:52.602122 | fa163e93-f302-d839-17ba-000000003b75 | TASK | Check Keystone domain status 2025-10-09 15:05:52.896177 | fa163e93-f302-d839-17ba-000000003b75 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-09 15:05:58.106390 | fa163e93-f302-d839-17ba-000000003b75 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-09 15:05:58.107556 | fa163e93-f302-d839-17ba-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:48.529717 | 5.50s 2025-10-09 15:05:58.118961 | fa163e93-f302-d839-17ba-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:48.541128 | 5.52s 2025-10-09 15:05:58.133344 | fa163e93-f302-d839-17ba-0000000039a5 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-09 15:05:58.181214 | fa163e93-f302-d839-17ba-0000000039a5 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:48.603379 | 0.05s 2025-10-09 15:05:58.189718 | ffdb50a4-78cd-485b-bc4a-a7b925e29ed0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-09 15:05:58.228072 | fa163e93-f302-d839-17ba-000000003c3d | TASK | Collect OpenStack Keystone domains infos 2025-10-09 15:05:59.647267 | fa163e93-f302-d839-17ba-000000003c3d | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-09 15:05:59.650534 | fa163e93-f302-d839-17ba-000000003c3d | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:50.072678 | 1.42s 2025-10-09 15:05:59.670534 | fa163e93-f302-d839-17ba-000000003c3e | TASK | Set openstack_domains fact 2025-10-09 15:05:59.731631 | fa163e93-f302-d839-17ba-000000003c3e | OK | Set openstack_domains fact | undercloud 2025-10-09 15:05:59.733723 | fa163e93-f302-d839-17ba-000000003c3e | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:50.155881 | 0.06s 2025-10-09 15:05:59.752687 | fa163e93-f302-d839-17ba-0000000039a6 | TASK | Create Keystone Services 2025-10-09 15:05:59.852833 | fa163e93-f302-d839-17ba-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:50.274979 | 0.10s 2025-10-09 15:05:59.871081 | fa163e93-f302-d839-17ba-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:50.293242 | 0.12s 2025-10-09 15:05:59.884697 | fa163e93-f302-d839-17ba-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:50.306863 | 0.13s 2025-10-09 15:05:59.902143 | 78e90606-4eca-4f52-8923-aecc3495ef4a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-09 15:05:59.910580 | 67f58418-d966-4881-a808-eda589a1c7d3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-09 15:05:59.947701 | fa163e93-f302-d839-17ba-000000003d1a | TASK | Async creation of Keystone service 2025-10-09 15:06:00.299512 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-09 15:06:00.301039 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:50.723190 | 0.35s 2025-10-09 15:06:00.601480 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-09 15:06:00.603006 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:51.025172 | 0.65s 2025-10-09 15:06:00.943661 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-09 15:06:00.944750 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:51.366915 | 1.00s 2025-10-09 15:06:01.176105 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-09 15:06:01.176755 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:51.598929 | 1.23s 2025-10-09 15:06:01.463328 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-09 15:06:01.464643 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:51.886809 | 1.52s 2025-10-09 15:06:01.736896 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-09 15:06:01.739020 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:52.161181 | 1.79s 2025-10-09 15:06:01.997530 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-09 15:06:01.998544 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:52.420718 | 2.05s 2025-10-09 15:06:02.254027 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-09 15:06:02.254651 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:52.676814 | 2.31s 2025-10-09 15:06:02.568279 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-09 15:06:02.569104 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:52.991276 | 2.62s 2025-10-09 15:06:02.878037 | fa163e93-f302-d839-17ba-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-09 15:06:02.879256 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:53.301428 | 2.93s 2025-10-09 15:06:02.890087 | fa163e93-f302-d839-17ba-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:53.312257 | 2.94s 2025-10-09 15:06:02.905422 | fa163e93-f302-d839-17ba-000000003d1c | TASK | Check Keystone service status 2025-10-09 15:06:03.176701 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-09 15:06:03.179330 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:53.601484 | 0.27s 2025-10-09 15:06:03.410739 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-09 15:06:03.412329 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:53.834469 | 0.51s 2025-10-09 15:06:03.686365 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-09 15:06:03.687564 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:54.109730 | 0.78s 2025-10-09 15:06:03.912326 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-09 15:06:03.914085 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:54.336251 | 1.01s 2025-10-09 15:06:04.148364 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-09 15:06:04.151810 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:54.573965 | 1.25s 2025-10-09 15:06:04.365642 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-09 15:06:04.366293 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:54.788468 | 1.46s 2025-10-09 15:06:04.601014 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-09 15:06:04.602149 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:55.024315 | 1.70s 2025-10-09 15:06:04.857743 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-09 15:06:04.858862 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:55.281029 | 1.95s 2025-10-09 15:06:05.113489 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-09 15:06:05.114590 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:55.536756 | 2.21s 2025-10-09 15:06:05.364438 | fa163e93-f302-d839-17ba-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-09 15:06:05.366212 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:55.788378 | 2.46s 2025-10-09 15:06:05.380187 | fa163e93-f302-d839-17ba-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:55.802348 | 2.47s 2025-10-09 15:06:05.404936 | fa163e93-f302-d839-17ba-000000003d21 | TASK | Async creation of Keystone service 2025-10-09 15:06:05.732278 | fa163e93-f302-d839-17ba-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-09 15:06:05.734206 | fa163e93-f302-d839-17ba-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:56.156371 | 0.33s 2025-10-09 15:06:06.037915 | fa163e93-f302-d839-17ba-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-09 15:06:06.038522 | fa163e93-f302-d839-17ba-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:56.460696 | 0.63s 2025-10-09 15:06:06.345146 | fa163e93-f302-d839-17ba-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-09 15:06:06.345729 | fa163e93-f302-d839-17ba-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:56.767903 | 0.94s 2025-10-09 15:06:06.353553 | fa163e93-f302-d839-17ba-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:56.775716 | 0.95s 2025-10-09 15:06:06.372637 | fa163e93-f302-d839-17ba-000000003d23 | TASK | Check Keystone service status 2025-10-09 15:06:06.651044 | fa163e93-f302-d839-17ba-000000003d23 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-09 15:06:11.863909 | fa163e93-f302-d839-17ba-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-09 15:06:11.866033 | fa163e93-f302-d839-17ba-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:02.288189 | 5.49s 2025-10-09 15:06:12.100383 | fa163e93-f302-d839-17ba-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-09 15:06:12.101031 | fa163e93-f302-d839-17ba-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:02.523205 | 5.73s 2025-10-09 15:06:12.349564 | fa163e93-f302-d839-17ba-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-09 15:06:12.350667 | fa163e93-f302-d839-17ba-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:02.772833 | 5.98s 2025-10-09 15:06:12.363926 | fa163e93-f302-d839-17ba-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:02.786088 | 5.99s 2025-10-09 15:06:12.384258 | fa163e93-f302-d839-17ba-0000000039a8 | TASK | Create Keystone Endpoints 2025-10-09 15:06:12.464196 | fa163e93-f302-d839-17ba-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:02.886343 | 0.08s 2025-10-09 15:06:12.497342 | fa163e93-f302-d839-17ba-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:02.919504 | 0.11s 2025-10-09 15:06:12.526754 | fa163e93-f302-d839-17ba-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:02.948911 | 0.14s 2025-10-09 15:06:12.533027 | fa163e93-f302-d839-17ba-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:02.955193 | 0.15s 2025-10-09 15:06:12.539072 | 97838c05-e613-477b-a092-37877f06606b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-09 15:06:12.542108 | 66fade34-4ea5-4d8e-b578-e3a487d8b043 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-09 15:06:12.544579 | f2d09473-76d5-4a37-a3be-7dedc2cdbbc1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-09 15:06:12.580790 | fa163e93-f302-d839-17ba-000000003e53 | TASK | Create Keystone public endpoints 2025-10-09 15:06:12.660305 | fa163e93-f302-d839-17ba-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:03.082460 | 0.08s 2025-10-09 15:06:12.678359 | fa163e93-f302-d839-17ba-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:03.100535 | 0.10s 2025-10-09 15:06:12.684154 | fa163e93-f302-d839-17ba-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:03.106319 | 0.10s 2025-10-09 15:06:12.696664 | dfbd5847-3e65-4404-8360-20c701495905 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 15:06:12.703814 | 148dace5-dc49-4328-94c4-ec7b3f10eb91 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 15:06:12.723098 | fa163e93-f302-d839-17ba-000000003f7b | TASK | Async creation of Keystone public endpoint 2025-10-09 15:06:13.031858 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-09 15:06:13.033734 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:03.455874 | 0.31s 2025-10-09 15:06:13.292005 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-09 15:06:13.293078 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:03.715245 | 0.57s 2025-10-09 15:06:13.572262 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-09 15:06:13.573280 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:03.995446 | 0.85s 2025-10-09 15:06:13.831589 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-09 15:06:13.832198 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:04.254372 | 1.11s 2025-10-09 15:06:14.045783 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-09 15:06:14.046436 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:04.468589 | 1.32s 2025-10-09 15:06:14.303880 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-09 15:06:14.304627 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:04.726779 | 1.58s 2025-10-09 15:06:14.613579 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-09 15:06:14.614481 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:05.036649 | 1.89s 2025-10-09 15:06:14.867152 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-09 15:06:14.868046 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:05.290216 | 2.14s 2025-10-09 15:06:15.092613 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-09 15:06:15.093787 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:05.515959 | 2.37s 2025-10-09 15:06:15.313424 | fa163e93-f302-d839-17ba-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-09 15:06:15.314406 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:05.736581 | 2.59s 2025-10-09 15:06:15.325249 | fa163e93-f302-d839-17ba-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:05.747417 | 2.60s 2025-10-09 15:06:15.341435 | fa163e93-f302-d839-17ba-000000003f7d | TASK | Check Keystone public endpoint status 2025-10-09 15:06:15.575202 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-09 15:06:15.576739 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.998903 | 0.23s 2025-10-09 15:06:15.800635 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-09 15:06:15.802934 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:06.225023 | 0.46s 2025-10-09 15:06:15.990031 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-09 15:06:15.992128 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:06.414286 | 0.65s 2025-10-09 15:06:16.208792 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-09 15:06:16.210311 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:06.632468 | 0.87s 2025-10-09 15:06:16.420155 | fa163e93-f302-d839-17ba-000000003f7d | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-09 15:06:21.620477 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-09 15:06:21.622441 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:12.044579 | 6.28s 2025-10-09 15:06:21.821989 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-09 15:06:21.823124 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:12.245290 | 6.48s 2025-10-09 15:06:22.077719 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-09 15:06:22.079749 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:12.501915 | 6.74s 2025-10-09 15:06:22.307501 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-09 15:06:22.309500 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:12.731665 | 6.97s 2025-10-09 15:06:22.555356 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-09 15:06:22.557116 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:12.979276 | 7.21s 2025-10-09 15:06:22.803993 | fa163e93-f302-d839-17ba-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-09 15:06:22.805303 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:13.227468 | 7.46s 2025-10-09 15:06:22.815153 | fa163e93-f302-d839-17ba-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:13.237308 | 7.47s 2025-10-09 15:06:22.843917 | fa163e93-f302-d839-17ba-000000003f82 | TASK | Async creation of Keystone public endpoint 2025-10-09 15:06:23.167218 | fa163e93-f302-d839-17ba-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-09 15:06:23.169781 | fa163e93-f302-d839-17ba-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:13.591933 | 0.32s 2025-10-09 15:06:23.484760 | fa163e93-f302-d839-17ba-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-09 15:06:23.485964 | fa163e93-f302-d839-17ba-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:13.908127 | 0.64s 2025-10-09 15:06:23.746236 | fa163e93-f302-d839-17ba-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-09 15:06:23.747240 | fa163e93-f302-d839-17ba-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:14.169406 | 0.90s 2025-10-09 15:06:23.759890 | fa163e93-f302-d839-17ba-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:14.182050 | 0.91s 2025-10-09 15:06:23.777910 | fa163e93-f302-d839-17ba-000000003f84 | TASK | Check Keystone public endpoint status 2025-10-09 15:06:24.025991 | fa163e93-f302-d839-17ba-000000003f84 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-09 15:06:29.223125 | fa163e93-f302-d839-17ba-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-09 15:06:29.223946 | fa163e93-f302-d839-17ba-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:19.646110 | 5.44s 2025-10-09 15:06:29.430852 | fa163e93-f302-d839-17ba-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-09 15:06:29.432304 | fa163e93-f302-d839-17ba-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:19.854478 | 5.65s 2025-10-09 15:06:29.680279 | fa163e93-f302-d839-17ba-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-09 15:06:29.681704 | fa163e93-f302-d839-17ba-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:20.103878 | 5.90s 2025-10-09 15:06:29.693452 | fa163e93-f302-d839-17ba-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:20.115612 | 5.91s 2025-10-09 15:06:29.717310 | fa163e93-f302-d839-17ba-000000003e58 | TASK | Create Keystone admin endpoints 2025-10-09 15:06:29.831154 | fa163e93-f302-d839-17ba-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:20.253296 | 0.11s 2025-10-09 15:06:29.849223 | fa163e93-f302-d839-17ba-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:20.271391 | 0.13s 2025-10-09 15:06:29.863618 | fa163e93-f302-d839-17ba-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:20.285786 | 0.14s 2025-10-09 15:06:29.881102 | 9e948f32-812b-43e8-ad80-ae6fc1f5d517 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 15:06:29.890482 | 8eb8d2de-016c-487f-80be-480ff842cf74 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 15:06:29.915527 | fa163e93-f302-d839-17ba-000000003fde | TASK | Async creation of Keystone admin endpoint 2025-10-09 15:06:30.266193 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-09 15:06:30.268332 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:20.690484 | 0.35s 2025-10-09 15:06:30.569141 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-09 15:06:30.570827 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:20.992995 | 0.65s 2025-10-09 15:06:30.872158 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-09 15:06:30.873178 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:21.295344 | 0.96s 2025-10-09 15:06:31.167242 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-09 15:06:31.167810 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:21.589986 | 1.25s 2025-10-09 15:06:31.444297 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-09 15:06:31.444878 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:21.867052 | 1.53s 2025-10-09 15:06:31.741920 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-09 15:06:31.743207 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:22.165381 | 1.83s 2025-10-09 15:06:32.057724 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-09 15:06:32.058740 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:22.480905 | 2.14s 2025-10-09 15:06:32.396639 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-09 15:06:32.397720 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:22.819893 | 2.48s 2025-10-09 15:06:32.696787 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-09 15:06:32.698338 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:23.120505 | 2.78s 2025-10-09 15:06:33.031385 | fa163e93-f302-d839-17ba-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-09 15:06:33.032940 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:23.455111 | 3.12s 2025-10-09 15:06:33.044945 | fa163e93-f302-d839-17ba-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:23.467101 | 3.13s 2025-10-09 15:06:33.067795 | fa163e93-f302-d839-17ba-000000003fe0 | TASK | Check Keystone admin endpoint status 2025-10-09 15:06:33.366925 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-09 15:06:33.368079 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:23.790240 | 0.30s 2025-10-09 15:06:33.614207 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-09 15:06:33.614947 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:24.037120 | 0.55s 2025-10-09 15:06:33.914356 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-09 15:06:33.915111 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:24.337284 | 0.85s 2025-10-09 15:06:34.177747 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-09 15:06:34.180145 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:24.602309 | 1.11s 2025-10-09 15:06:34.463259 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-09 15:06:34.465328 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:24.887493 | 1.40s 2025-10-09 15:06:34.686373 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-09 15:06:34.687390 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:25.109556 | 1.62s 2025-10-09 15:06:34.920221 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-09 15:06:34.921753 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:25.343913 | 1.85s 2025-10-09 15:06:35.149717 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-09 15:06:35.151547 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:25.573704 | 2.08s 2025-10-09 15:06:35.414443 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-09 15:06:35.416860 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:25.839023 | 2.35s 2025-10-09 15:06:35.658293 | fa163e93-f302-d839-17ba-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-09 15:06:35.659625 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:26.081789 | 2.59s 2025-10-09 15:06:35.671362 | fa163e93-f302-d839-17ba-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:26.093519 | 2.60s 2025-10-09 15:06:35.698870 | fa163e93-f302-d839-17ba-000000003fe5 | TASK | Async creation of Keystone admin endpoint 2025-10-09 15:06:36.048508 | fa163e93-f302-d839-17ba-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-09 15:06:36.051043 | fa163e93-f302-d839-17ba-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:26.473193 | 0.35s 2025-10-09 15:06:36.292694 | fa163e93-f302-d839-17ba-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-09 15:06:36.293316 | fa163e93-f302-d839-17ba-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:26.715490 | 0.59s 2025-10-09 15:06:36.593850 | fa163e93-f302-d839-17ba-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-09 15:06:36.594517 | fa163e93-f302-d839-17ba-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:27.016690 | 0.89s 2025-10-09 15:06:36.598217 | fa163e93-f302-d839-17ba-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:27.020378 | 0.90s 2025-10-09 15:06:36.617439 | fa163e93-f302-d839-17ba-000000003fe7 | TASK | Check Keystone admin endpoint status 2025-10-09 15:06:36.906623 | fa163e93-f302-d839-17ba-000000003fe7 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-09 15:06:42.099142 | fa163e93-f302-d839-17ba-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-09 15:06:42.099977 | fa163e93-f302-d839-17ba-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:32.522143 | 5.48s 2025-10-09 15:06:42.408121 | fa163e93-f302-d839-17ba-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-09 15:06:42.409471 | fa163e93-f302-d839-17ba-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:32.831643 | 5.79s 2025-10-09 15:06:42.660631 | fa163e93-f302-d839-17ba-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-09 15:06:42.662500 | fa163e93-f302-d839-17ba-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:33.084664 | 6.04s 2025-10-09 15:06:42.673852 | fa163e93-f302-d839-17ba-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:33.096011 | 6.06s 2025-10-09 15:06:42.696006 | fa163e93-f302-d839-17ba-000000003e5d | TASK | Create Keystone internal endpoints 2025-10-09 15:06:42.805735 | fa163e93-f302-d839-17ba-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:33.227865 | 0.11s 2025-10-09 15:06:42.823501 | fa163e93-f302-d839-17ba-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:33.245663 | 0.13s 2025-10-09 15:06:42.833069 | fa163e93-f302-d839-17ba-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:33.255228 | 0.14s 2025-10-09 15:06:42.851532 | 0c5dee81-7b77-49aa-a126-d1157e71b600 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 15:06:42.860733 | 452e8bee-d2b0-4125-96ce-c2904d243412 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-09 15:06:42.885478 | fa163e93-f302-d839-17ba-00000000403f | TASK | Async creation of Keystone internal endpoint 2025-10-09 15:06:43.224871 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-09 15:06:43.227174 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:33.649324 | 0.34s 2025-10-09 15:06:43.507318 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-09 15:06:43.508936 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:33.931111 | 0.62s 2025-10-09 15:06:43.791588 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-09 15:06:43.793429 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:34.215566 | 0.91s 2025-10-09 15:06:44.098724 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-09 15:06:44.099804 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:34.521970 | 1.21s 2025-10-09 15:06:44.394005 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-09 15:06:44.395084 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:34.817250 | 1.51s 2025-10-09 15:06:44.699130 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-09 15:06:44.699736 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:35.121910 | 1.81s 2025-10-09 15:06:45.010787 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-09 15:06:45.011739 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:35.433906 | 2.12s 2025-10-09 15:06:45.362332 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-09 15:06:45.363176 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:35.785347 | 2.48s 2025-10-09 15:06:45.667169 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-09 15:06:45.668175 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:36.090342 | 2.78s 2025-10-09 15:06:45.963571 | fa163e93-f302-d839-17ba-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-09 15:06:45.964466 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:36.386636 | 3.08s 2025-10-09 15:06:45.969016 | fa163e93-f302-d839-17ba-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:36.391183 | 3.08s 2025-10-09 15:06:45.993065 | fa163e93-f302-d839-17ba-000000004041 | TASK | Check Keystone internal endpoint status 2025-10-09 15:06:46.273674 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-09 15:06:46.275103 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:36.697269 | 0.28s 2025-10-09 15:06:46.523885 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-09 15:06:46.525095 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:36.947260 | 0.53s 2025-10-09 15:06:46.734870 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-09 15:06:46.736475 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:37.158640 | 0.74s 2025-10-09 15:06:47.016535 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-09 15:06:47.017991 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:37.440157 | 1.02s 2025-10-09 15:06:47.285632 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-09 15:06:47.287247 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:37.709418 | 1.29s 2025-10-09 15:06:47.529952 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-09 15:06:47.531040 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:37.953207 | 1.53s 2025-10-09 15:06:47.777085 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-09 15:06:47.778231 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:38.200398 | 1.78s 2025-10-09 15:06:48.026901 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-09 15:06:48.028661 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:38.450828 | 2.03s 2025-10-09 15:06:48.280152 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-09 15:06:48.281163 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:38.703331 | 2.28s 2025-10-09 15:06:48.523296 | fa163e93-f302-d839-17ba-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-09 15:06:48.525194 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:38.947360 | 2.53s 2025-10-09 15:06:48.539679 | fa163e93-f302-d839-17ba-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:38.961836 | 2.54s 2025-10-09 15:06:48.569144 | fa163e93-f302-d839-17ba-000000004046 | TASK | Async creation of Keystone internal endpoint 2025-10-09 15:06:48.933520 | fa163e93-f302-d839-17ba-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-09 15:06:48.934636 | fa163e93-f302-d839-17ba-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.356798 | 0.36s 2025-10-09 15:06:49.229303 | fa163e93-f302-d839-17ba-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-09 15:06:49.230834 | fa163e93-f302-d839-17ba-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.653006 | 0.66s 2025-10-09 15:06:49.521656 | fa163e93-f302-d839-17ba-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-09 15:06:49.522259 | fa163e93-f302-d839-17ba-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.944434 | 0.95s 2025-10-09 15:06:49.528638 | fa163e93-f302-d839-17ba-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.950798 | 0.96s 2025-10-09 15:06:49.547234 | fa163e93-f302-d839-17ba-000000004048 | TASK | Check Keystone internal endpoint status 2025-10-09 15:06:49.787243 | fa163e93-f302-d839-17ba-000000004048 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-09 15:06:55.000699 | fa163e93-f302-d839-17ba-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-09 15:06:55.002922 | fa163e93-f302-d839-17ba-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.425072 | 5.45s 2025-10-09 15:06:55.252836 | fa163e93-f302-d839-17ba-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-09 15:06:55.254029 | fa163e93-f302-d839-17ba-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.676194 | 5.71s 2025-10-09 15:06:55.510115 | fa163e93-f302-d839-17ba-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-09 15:06:55.510848 | fa163e93-f302-d839-17ba-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.933020 | 5.96s 2025-10-09 15:06:55.515822 | fa163e93-f302-d839-17ba-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:45.937979 | 5.97s 2025-10-09 15:06:55.537548 | fa163e93-f302-d839-17ba-0000000039aa | TASK | Run cleanup tasks 2025-10-09 15:06:55.571653 | fa163e93-f302-d839-17ba-0000000039aa | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:45.993810 | 0.03s 2025-10-09 15:06:55.586769 | 1ce5629c-84a9-4670-9891-1195f68adb56 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-09 15:06:55.645236 | fa163e93-f302-d839-17ba-00000000409c | TASK | Get list of enabled services 2025-10-09 15:06:58.191671 | fa163e93-f302-d839-17ba-00000000409c | CHANGED | Get list of enabled services | undercloud 2025-10-09 15:06:58.193081 | fa163e93-f302-d839-17ba-00000000409c | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:48.615243 | 2.55s 2025-10-09 15:06:58.211630 | fa163e93-f302-d839-17ba-00000000409d | TASK | List services to be disabled 2025-10-09 15:06:58.294905 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-09 15:06:58.330051 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-09 15:06:58.357523 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-09 15:06:58.383461 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-09 15:06:58.408743 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-09 15:06:58.434303 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-09 15:06:58.467067 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-09 15:06:58.492798 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-09 15:06:58.519929 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-09 15:06:58.545198 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-09 15:06:58.570844 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-09 15:06:58.597111 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-09 15:06:58.622593 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-09 15:06:58.646054 | fa163e93-f302-d839-17ba-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-09 15:06:58.658958 | fa163e93-f302-d839-17ba-00000000409d | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:49.081113 | 0.45s 2025-10-09 15:06:58.679361 | fa163e93-f302-d839-17ba-00000000409e | TASK | Delete keystone services not enabled 2025-10-09 15:06:58.709684 | fa163e93-f302-d839-17ba-00000000409e | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:49.131836 | 0.03s 2025-10-09 15:06:58.728669 | fa163e93-f302-d839-17ba-0000000039ab | TASK | Create Keystone Roles 2025-10-09 15:06:58.819750 | fa163e93-f302-d839-17ba-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:49.241905 | 0.09s 2025-10-09 15:06:58.826246 | fa163e93-f302-d839-17ba-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:49.248406 | 0.10s 2025-10-09 15:06:58.839791 | 778bf17a-cf36-410c-98fb-b99a6282e159 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-09 15:06:58.907924 | fa163e93-f302-d839-17ba-000000004208 | TASK | Async creation of Keystone role 2025-10-09 15:06:59.260800 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-09 15:06:59.261930 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:49.684090 | 0.35s 2025-10-09 15:06:59.570376 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-09 15:06:59.572037 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:49.994203 | 0.66s 2025-10-09 15:06:59.872283 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-09 15:06:59.872882 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:50.295056 | 0.96s 2025-10-09 15:07:00.152599 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-09 15:07:00.153208 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:50.575381 | 1.24s 2025-10-09 15:07:00.462258 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-09 15:07:00.463449 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:50.885567 | 1.55s 2025-10-09 15:07:00.759656 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-09 15:07:00.760234 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:51.182409 | 1.85s 2025-10-09 15:07:01.048227 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-09 15:07:01.048794 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:51.470968 | 2.14s 2025-10-09 15:07:01.306615 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-09 15:07:01.307593 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:51.729769 | 2.40s 2025-10-09 15:07:01.531647 | fa163e93-f302-d839-17ba-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-09 15:07:01.532197 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:51.954372 | 2.62s 2025-10-09 15:07:01.540771 | fa163e93-f302-d839-17ba-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:51.962937 | 2.63s 2025-10-09 15:07:01.559782 | fa163e93-f302-d839-17ba-00000000420a | TASK | Check Keystone role status 2025-10-09 15:07:01.753543 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-09 15:07:01.754647 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:52.176817 | 0.19s 2025-10-09 15:07:01.969224 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-09 15:07:01.970867 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:52.393034 | 0.41s 2025-10-09 15:07:02.186461 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-09 15:07:02.187508 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:52.609675 | 0.63s 2025-10-09 15:07:02.370040 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-09 15:07:02.371611 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:52.793778 | 0.81s 2025-10-09 15:07:02.555129 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-09 15:07:02.556841 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:52.979006 | 1.00s 2025-10-09 15:07:02.744333 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-09 15:07:02.745530 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:53.167696 | 1.18s 2025-10-09 15:07:02.959455 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-09 15:07:02.960542 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:53.382707 | 1.40s 2025-10-09 15:07:03.192219 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-09 15:07:03.194192 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:53.616358 | 1.63s 2025-10-09 15:07:03.443595 | fa163e93-f302-d839-17ba-00000000420a | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-09 15:07:03.446098 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:53.868255 | 1.88s 2025-10-09 15:07:03.458811 | fa163e93-f302-d839-17ba-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:53.880961 | 1.90s 2025-10-09 15:07:03.483236 | fa163e93-f302-d839-17ba-0000000039ad | TASK | Create Keystone Users 2025-10-09 15:07:03.587463 | fa163e93-f302-d839-17ba-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:54.009615 | 0.10s 2025-10-09 15:07:03.608529 | fa163e93-f302-d839-17ba-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:54.030694 | 0.12s 2025-10-09 15:07:03.616725 | fa163e93-f302-d839-17ba-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:54.038877 | 0.13s 2025-10-09 15:07:03.639454 | 5ded02c4-0bcb-43e5-8fa1-e3e281e5289a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-09 15:07:03.653049 | ec161bed-5fbd-4ea1-9051-189f25e6b9db | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-09 15:07:03.714468 | fa163e93-f302-d839-17ba-00000000439c | TASK | Check password of Keystone user 2025-10-09 15:07:04.758529 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:04.759989 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:55.182141 | 1.04s 2025-10-09 15:07:05.686435 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:05.688091 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:56.110256 | 1.97s 2025-10-09 15:07:06.669719 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:06.671341 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:57.093505 | 2.96s 2025-10-09 15:07:07.713256 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:07.715049 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:58.137215 | 4.00s 2025-10-09 15:07:08.632873 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:08.634573 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:59.056736 | 4.92s 2025-10-09 15:07:09.586976 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:09.587970 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:00.010135 | 5.87s 2025-10-09 15:07:10.556261 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:10.557746 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:00.979916 | 6.84s 2025-10-09 15:07:11.485480 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:11.486003 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:01.908177 | 7.77s 2025-10-09 15:07:12.410089 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:12.410903 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:02.833074 | 8.70s 2025-10-09 15:07:13.353767 | fa163e93-f302-d839-17ba-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:13.355547 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:03.777712 | 9.64s 2025-10-09 15:07:13.365975 | fa163e93-f302-d839-17ba-00000000439c | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:13.366963 | fa163e93-f302-d839-17ba-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:03.789129 | 9.65s 2025-10-09 15:07:13.386745 | fa163e93-f302-d839-17ba-00000000439e | TASK | Async creation of Keystone user 2025-10-09 15:07:13.794043 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:13.796167 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:04.218321 | 0.41s 2025-10-09 15:07:14.149644 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:14.151146 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:04.573315 | 0.76s 2025-10-09 15:07:14.495261 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:14.495875 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:04.918047 | 1.11s 2025-10-09 15:07:14.857547 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:14.858107 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:05.280280 | 1.47s 2025-10-09 15:07:15.217768 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:15.218268 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:05.640442 | 1.83s 2025-10-09 15:07:15.570850 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:15.571492 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:05.993665 | 2.18s 2025-10-09 15:07:15.916941 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:15.918535 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:06.340702 | 2.53s 2025-10-09 15:07:16.205352 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:16.205891 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:06.628065 | 2.82s 2025-10-09 15:07:16.486818 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:16.487527 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:06.909698 | 3.10s 2025-10-09 15:07:16.778616 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:16.779141 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:07.201315 | 3.39s 2025-10-09 15:07:16.786718 | fa163e93-f302-d839-17ba-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:16.787963 | fa163e93-f302-d839-17ba-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:07.210129 | 3.40s 2025-10-09 15:07:16.805220 | fa163e93-f302-d839-17ba-0000000043a0 | TASK | Check Keystone user status 2025-10-09 15:07:17.090189 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:17.092534 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.514688 | 0.29s 2025-10-09 15:07:17.364845 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:17.365521 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.787691 | 0.56s 2025-10-09 15:07:17.636226 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:17.637762 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:08.059928 | 0.83s 2025-10-09 15:07:17.972110 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:17.973146 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:08.395311 | 1.17s 2025-10-09 15:07:18.244554 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:18.246343 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:08.668508 | 1.44s 2025-10-09 15:07:18.492754 | fa163e93-f302-d839-17ba-0000000043a0 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-09 15:07:23.710668 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:23.711552 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:14.133724 | 6.91s 2025-10-09 15:07:23.940880 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:23.941738 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:14.363914 | 7.14s 2025-10-09 15:07:24.192017 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:24.192601 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:14.614774 | 7.39s 2025-10-09 15:07:24.396003 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:24.396758 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:14.818888 | 7.59s 2025-10-09 15:07:24.590024 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:24.591232 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:15.013407 | 7.78s 2025-10-09 15:07:24.601687 | fa163e93-f302-d839-17ba-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:24.602358 | fa163e93-f302-d839-17ba-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:15.024527 | 7.80s 2025-10-09 15:07:24.623417 | fa163e93-f302-d839-17ba-0000000043a5 | TASK | Check password of Keystone user 2025-10-09 15:07:25.591693 | fa163e93-f302-d839-17ba-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:25.593050 | fa163e93-f302-d839-17ba-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:16.015206 | 0.97s 2025-10-09 15:07:26.538258 | fa163e93-f302-d839-17ba-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:26.539223 | fa163e93-f302-d839-17ba-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:16.961374 | 1.91s 2025-10-09 15:07:27.482225 | fa163e93-f302-d839-17ba-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:27.483380 | fa163e93-f302-d839-17ba-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:17.905552 | 2.86s 2025-10-09 15:07:28.401135 | fa163e93-f302-d839-17ba-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:28.402015 | fa163e93-f302-d839-17ba-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:18.824181 | 3.78s 2025-10-09 15:07:29.327873 | fa163e93-f302-d839-17ba-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:29.328863 | fa163e93-f302-d839-17ba-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:19.751030 | 4.70s 2025-10-09 15:07:30.287069 | fa163e93-f302-d839-17ba-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:30.287626 | fa163e93-f302-d839-17ba-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:20.709801 | 5.66s 2025-10-09 15:07:30.294333 | fa163e93-f302-d839-17ba-0000000043a5 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-09 15:07:30.294702 | fa163e93-f302-d839-17ba-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:20.716880 | 5.67s 2025-10-09 15:07:30.309061 | fa163e93-f302-d839-17ba-0000000043a7 | TASK | Async creation of Keystone user 2025-10-09 15:07:30.700250 | fa163e93-f302-d839-17ba-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:30.702149 | fa163e93-f302-d839-17ba-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:21.124307 | 0.39s 2025-10-09 15:07:31.008666 | fa163e93-f302-d839-17ba-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:31.009693 | fa163e93-f302-d839-17ba-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:21.431854 | 0.70s 2025-10-09 15:07:31.297203 | fa163e93-f302-d839-17ba-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:31.297771 | fa163e93-f302-d839-17ba-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:21.719945 | 0.99s 2025-10-09 15:07:31.579261 | fa163e93-f302-d839-17ba-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:31.580644 | fa163e93-f302-d839-17ba-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:22.002818 | 1.27s 2025-10-09 15:07:31.920476 | fa163e93-f302-d839-17ba-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:31.921928 | fa163e93-f302-d839-17ba-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:22.344090 | 1.61s 2025-10-09 15:07:32.237028 | fa163e93-f302-d839-17ba-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:32.237552 | fa163e93-f302-d839-17ba-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:22.659726 | 1.93s 2025-10-09 15:07:32.240985 | fa163e93-f302-d839-17ba-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-09 15:07:32.241884 | fa163e93-f302-d839-17ba-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:22.664051 | 1.93s 2025-10-09 15:07:32.258103 | fa163e93-f302-d839-17ba-0000000043a9 | TASK | Check Keystone user status 2025-10-09 15:07:32.521702 | fa163e93-f302-d839-17ba-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:32.526201 | fa163e93-f302-d839-17ba-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:22.948357 | 0.27s 2025-10-09 15:07:32.732458 | fa163e93-f302-d839-17ba-0000000043a9 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-09 15:07:37.948071 | fa163e93-f302-d839-17ba-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:37.949153 | fa163e93-f302-d839-17ba-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.371319 | 5.69s 2025-10-09 15:07:38.221257 | fa163e93-f302-d839-17ba-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:38.221933 | fa163e93-f302-d839-17ba-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.644104 | 5.96s 2025-10-09 15:07:38.448820 | fa163e93-f302-d839-17ba-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:38.450087 | fa163e93-f302-d839-17ba-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:28.872257 | 6.19s 2025-10-09 15:07:38.696662 | fa163e93-f302-d839-17ba-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:38.697762 | fa163e93-f302-d839-17ba-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:29.119936 | 6.44s 2025-10-09 15:07:38.971916 | fa163e93-f302-d839-17ba-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:38.972505 | fa163e93-f302-d839-17ba-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:29.394679 | 6.71s 2025-10-09 15:07:38.975957 | fa163e93-f302-d839-17ba-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-09 15:07:38.976958 | fa163e93-f302-d839-17ba-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:29.399125 | 6.72s 2025-10-09 15:07:38.998263 | fa163e93-f302-d839-17ba-0000000039af | TASK | Assign Keystone Users to Roles 2025-10-09 15:07:39.087844 | fa163e93-f302-d839-17ba-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:29.509993 | 0.09s 2025-10-09 15:07:39.122844 | fa163e93-f302-d839-17ba-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:29.545008 | 0.12s 2025-10-09 15:07:39.144213 | fa163e93-f302-d839-17ba-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:29.566386 | 0.14s 2025-10-09 15:07:39.151309 | fa163e93-f302-d839-17ba-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:29.573469 | 0.15s 2025-10-09 15:07:39.163587 | f55c44c5-3ff3-4be2-b7f8-71e3eaa4578d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-09 15:07:39.167283 | 7f172a2b-6963-4343-9601-cc15629a2586 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-09 15:07:39.169714 | de4add03-ba1d-4af3-9885-6e0933d76aa0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-09 15:07:39.216975 | fa163e93-f302-d839-17ba-00000000459c | TASK | Async assignment of Keystone user per role 2025-10-09 15:07:39.311031 | fa163e93-f302-d839-17ba-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:29.733179 | 0.09s 2025-10-09 15:07:39.329913 | fa163e93-f302-d839-17ba-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:29.752080 | 0.11s 2025-10-09 15:07:39.339642 | fa163e93-f302-d839-17ba-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:29.761802 | 0.12s 2025-10-09 15:07:39.357204 | d2c3a595-d78e-4983-b13a-c70c8373c4b8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-09 15:07:39.367487 | 310b4b4c-a4e8-4a49-acef-ed681f37a8b6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-09 15:07:39.391380 | fa163e93-f302-d839-17ba-000000004765 | TASK | Async assignment of Keystone user to roles 2025-10-09 15:07:39.743754 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-09 15:07:39.745377 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.167543 | 0.35s 2025-10-09 15:07:40.053000 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-09 15:07:40.053979 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.476145 | 0.66s 2025-10-09 15:07:40.416292 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-09 15:07:40.416895 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.839069 | 1.02s 2025-10-09 15:07:40.712852 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-09 15:07:40.713788 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:31.135954 | 1.32s 2025-10-09 15:07:41.023997 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-09 15:07:41.024966 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:31.447134 | 1.63s 2025-10-09 15:07:41.315308 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-09 15:07:41.316221 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:31.738389 | 1.92s 2025-10-09 15:07:41.605137 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-09 15:07:41.605680 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.027855 | 2.21s 2025-10-09 15:07:41.860352 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-09 15:07:41.860931 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.283106 | 2.47s 2025-10-09 15:07:42.172519 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-09 15:07:42.173061 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.595236 | 2.78s 2025-10-09 15:07:42.501103 | fa163e93-f302-d839-17ba-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-09 15:07:42.501981 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.924149 | 3.11s 2025-10-09 15:07:42.508473 | fa163e93-f302-d839-17ba-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.930643 | 3.11s 2025-10-09 15:07:42.533119 | fa163e93-f302-d839-17ba-000000004767 | TASK | Check Keystone user assignment to roles status 2025-10-09 15:07:42.776957 | fa163e93-f302-d839-17ba-000000004767 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-09 15:07:48.039315 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-09 15:07:48.040847 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:38.463013 | 5.51s 2025-10-09 15:07:48.306001 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-09 15:07:48.307085 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:38.729251 | 5.77s 2025-10-09 15:07:48.540986 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-09 15:07:48.542819 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:38.964984 | 6.01s 2025-10-09 15:07:48.800023 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-09 15:07:48.802126 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.224290 | 6.27s 2025-10-09 15:07:49.020614 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-09 15:07:49.022428 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.444576 | 6.49s 2025-10-09 15:07:49.278037 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-09 15:07:49.278988 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.701159 | 6.74s 2025-10-09 15:07:49.537657 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-09 15:07:49.538543 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.960713 | 7.00s 2025-10-09 15:07:49.722259 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-09 15:07:49.723191 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.145362 | 7.19s 2025-10-09 15:07:49.978083 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-09 15:07:49.979245 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.401412 | 7.44s 2025-10-09 15:07:50.224363 | fa163e93-f302-d839-17ba-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-09 15:07:50.226152 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.648306 | 7.69s 2025-10-09 15:07:50.247196 | fa163e93-f302-d839-17ba-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.669346 | 7.71s 2025-10-09 15:07:50.271300 | fa163e93-f302-d839-17ba-00000000476c | TASK | Async assignment of Keystone user to roles 2025-10-09 15:07:50.621042 | fa163e93-f302-d839-17ba-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-09 15:07:50.622555 | fa163e93-f302-d839-17ba-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:41.044718 | 0.35s 2025-10-09 15:07:50.904614 | fa163e93-f302-d839-17ba-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-09 15:07:50.905715 | fa163e93-f302-d839-17ba-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:41.327881 | 0.63s 2025-10-09 15:07:51.176353 | fa163e93-f302-d839-17ba-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-09 15:07:51.178067 | fa163e93-f302-d839-17ba-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:41.600234 | 0.91s 2025-10-09 15:07:51.515759 | fa163e93-f302-d839-17ba-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-09 15:07:51.516746 | fa163e93-f302-d839-17ba-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:41.938913 | 1.24s 2025-10-09 15:07:51.804917 | fa163e93-f302-d839-17ba-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-09 15:07:51.805528 | fa163e93-f302-d839-17ba-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:42.227702 | 1.53s 2025-10-09 15:07:52.049841 | fa163e93-f302-d839-17ba-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-09 15:07:52.050435 | fa163e93-f302-d839-17ba-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:42.472609 | 1.78s 2025-10-09 15:07:52.056173 | fa163e93-f302-d839-17ba-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:42.478350 | 1.78s 2025-10-09 15:07:52.072638 | fa163e93-f302-d839-17ba-00000000476e | TASK | Check Keystone user assignment to roles status 2025-10-09 15:07:52.355217 | fa163e93-f302-d839-17ba-00000000476e | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-09 15:07:57.574973 | fa163e93-f302-d839-17ba-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-09 15:07:57.576154 | fa163e93-f302-d839-17ba-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:47.998313 | 5.50s 2025-10-09 15:07:57.837154 | fa163e93-f302-d839-17ba-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-09 15:07:57.838908 | fa163e93-f302-d839-17ba-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.261075 | 5.77s 2025-10-09 15:07:58.108836 | fa163e93-f302-d839-17ba-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-09 15:07:58.110370 | fa163e93-f302-d839-17ba-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.532544 | 6.04s 2025-10-09 15:07:58.367754 | fa163e93-f302-d839-17ba-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-09 15:07:58.368958 | fa163e93-f302-d839-17ba-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.791122 | 6.30s 2025-10-09 15:07:58.614002 | fa163e93-f302-d839-17ba-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-09 15:07:58.615046 | fa163e93-f302-d839-17ba-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.037214 | 6.54s 2025-10-09 15:07:58.843019 | fa163e93-f302-d839-17ba-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-09 15:07:58.844106 | fa163e93-f302-d839-17ba-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.266271 | 6.77s 2025-10-09 15:07:58.852129 | fa163e93-f302-d839-17ba-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.274284 | 6.78s 2025-10-09 15:07:58.874121 | fa163e93-f302-d839-17ba-0000000045a1 | TASK | Async assignment of Keystone user per role 2025-10-09 15:07:58.967716 | fa163e93-f302-d839-17ba-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:49.389869 | 0.09s 2025-10-09 15:07:58.980002 | fa163e93-f302-d839-17ba-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:49.402160 | 0.10s 2025-10-09 15:07:58.993716 | ea3fc35a-4904-45cf-9f0b-1163789842ee | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-09 15:07:59.018956 | fa163e93-f302-d839-17ba-0000000047d2 | TASK | Async assignment of Keystone user to roles 2025-10-09 15:07:59.363076 | fa163e93-f302-d839-17ba-0000000047d2 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-09 15:07:59.365236 | fa163e93-f302-d839-17ba-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:49.787396 | 0.34s 2025-10-09 15:07:59.375606 | fa163e93-f302-d839-17ba-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:49.797771 | 0.36s 2025-10-09 15:07:59.402605 | fa163e93-f302-d839-17ba-0000000047d4 | TASK | Check Keystone user assignment to roles status 2025-10-09 15:07:59.680276 | fa163e93-f302-d839-17ba-0000000047d4 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-09 15:08:04.902566 | fa163e93-f302-d839-17ba-0000000047d4 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-09 15:08:04.903750 | fa163e93-f302-d839-17ba-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.325916 | 5.50s 2025-10-09 15:08:04.908483 | fa163e93-f302-d839-17ba-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.330641 | 5.50s 2025-10-09 15:08:04.927845 | fa163e93-f302-d839-17ba-0000000045a6 | TASK | Async assignment of Keystone user per role 2025-10-09 15:08:05.006309 | fa163e93-f302-d839-17ba-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:55.428464 | 0.08s 2025-10-09 15:08:05.015149 | fa163e93-f302-d839-17ba-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:55.437311 | 0.09s 2025-10-09 15:08:05.028568 | 678e93e7-01c2-4418-a9ac-73fa4d07821e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-09 15:08:05.052666 | fa163e93-f302-d839-17ba-0000000047f6 | TASK | Async assignment of Keystone user to roles 2025-10-09 15:08:05.438107 | fa163e93-f302-d839-17ba-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-09 15:08:05.440049 | fa163e93-f302-d839-17ba-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:55.862198 | 0.39s 2025-10-09 15:08:05.778484 | fa163e93-f302-d839-17ba-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-09 15:08:05.779931 | fa163e93-f302-d839-17ba-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.202103 | 0.73s 2025-10-09 15:08:06.101599 | fa163e93-f302-d839-17ba-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-09 15:08:06.102512 | fa163e93-f302-d839-17ba-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.524679 | 1.05s 2025-10-09 15:08:06.110575 | fa163e93-f302-d839-17ba-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:56.532742 | 1.06s 2025-10-09 15:08:06.127013 | fa163e93-f302-d839-17ba-0000000047f8 | TASK | Check Keystone user assignment to roles status 2025-10-09 15:08:06.395518 | fa163e93-f302-d839-17ba-0000000047f8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-09 15:08:11.617754 | fa163e93-f302-d839-17ba-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-09 15:08:11.619115 | fa163e93-f302-d839-17ba-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:02.041272 | 5.49s 2025-10-09 15:08:11.884578 | fa163e93-f302-d839-17ba-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-09 15:08:11.886717 | fa163e93-f302-d839-17ba-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:02.308882 | 5.76s 2025-10-09 15:08:12.128119 | fa163e93-f302-d839-17ba-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-09 15:08:12.130150 | fa163e93-f302-d839-17ba-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:02.552316 | 6.00s 2025-10-09 15:08:12.141303 | fa163e93-f302-d839-17ba-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:02.563467 | 6.01s 2025-10-09 15:08:12.176841 | fa163e93-f302-d839-17ba-000000003975 | TASK | is Keystone LDAP enabled 2025-10-09 15:08:12.216086 | fa163e93-f302-d839-17ba-000000003975 | OK | is Keystone LDAP enabled | undercloud 2025-10-09 15:08:12.217098 | fa163e93-f302-d839-17ba-000000003975 | TIMING | is Keystone LDAP enabled | undercloud | 0:25:02.639269 | 0.04s 2025-10-09 15:08:12.230986 | fa163e93-f302-d839-17ba-000000003976 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-09 15:08:12.278975 | fa163e93-f302-d839-17ba-000000003976 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-09 15:08:12.279760 | fa163e93-f302-d839-17ba-000000003976 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:25:02.701933 | 0.05s 2025-10-09 15:08:12.295800 | fa163e93-f302-d839-17ba-000000003977 | TASK | Manage Keystone domains from LDAP config 2025-10-09 15:08:12.336145 | fa163e93-f302-d839-17ba-000000003977 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-09 15:08:12.337484 | fa163e93-f302-d839-17ba-000000003977 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:25:02.759645 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-09 15:08:12.478628 | fa163e93-f302-d839-17ba-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-09 15:08:12.506819 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000e2') missing from stats 2025-10-09 15:08:12.527504 | fa163e93-f302-d839-17ba-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-09 15:08:13.019995 | fa163e93-f302-d839-17ba-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-09 15:08:13.021464 | fa163e93-f302-d839-17ba-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:25:03.443621 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 15:08:13.099103 | fa163e93-f302-d839-17ba-0000000000e4 | TIMING | include_tasks | standalone | 0:25:03.521265 | 0.05s 2025-10-09 15:08:13.145144 | be1bc555-ab9c-4805-be82-acf3cb3504fa | INCLUDED | /root/standalone-ansible-k43ezndi/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-09 15:08:13.177149 | fa163e93-f302-d839-17ba-00000000483a | TASK | Create virtqemud recovery script 2025-10-09 15:08:13.650374 | fa163e93-f302-d839-17ba-00000000483a | CHANGED | Create virtqemud recovery script | standalone 2025-10-09 15:08:13.651491 | fa163e93-f302-d839-17ba-00000000483a | TIMING | Create virtqemud recovery script | standalone | 0:25:04.073659 | 0.47s 2025-10-09 15:08:13.676896 | fa163e93-f302-d839-17ba-00000000483b | TASK | Create virtqemud recovery trigger service 2025-10-09 15:08:14.104212 | fa163e93-f302-d839-17ba-00000000483b | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-09 15:08:14.105643 | fa163e93-f302-d839-17ba-00000000483b | TIMING | Create virtqemud recovery trigger service | standalone | 0:25:04.527807 | 0.43s 2025-10-09 15:08:14.134006 | fa163e93-f302-d839-17ba-00000000483c | TASK | Create virtqemud recovery trigger timer 2025-10-09 15:08:14.578635 | fa163e93-f302-d839-17ba-00000000483c | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-09 15:08:14.580036 | fa163e93-f302-d839-17ba-00000000483c | TIMING | Create virtqemud recovery trigger timer | standalone | 0:25:05.002197 | 0.44s 2025-10-09 15:08:14.609705 | fa163e93-f302-d839-17ba-00000000483d | TASK | Enable virtqemud recovery trigger service 2025-10-09 15:08:15.643814 | fa163e93-f302-d839-17ba-00000000483d | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-09 15:08:15.645172 | fa163e93-f302-d839-17ba-00000000483d | TIMING | Enable virtqemud recovery trigger service | standalone | 0:25:06.067341 | 1.03s 2025-10-09 15:08:15.670733 | fa163e93-f302-d839-17ba-00000000483e | TASK | Enable virtqemud recovery trigger timer 2025-10-09 15:08:16.751168 | fa163e93-f302-d839-17ba-00000000483e | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-09 15:08:16.752574 | fa163e93-f302-d839-17ba-00000000483e | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:25:07.174736 | 1.08s 2025-10-09 15:08:16.781201 | fa163e93-f302-d839-17ba-00000000483f | TASK | Really enable virtqemud recovery trigger timer 2025-10-09 15:08:17.441012 | fa163e93-f302-d839-17ba-00000000483f | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-09 15:08:17.442645 | fa163e93-f302-d839-17ba-00000000483f | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:25:07.864807 | 0.66s 2025-10-09 15:08:17.472503 | fa163e93-f302-d839-17ba-000000004841 | TASK | Create systemd file 2025-10-09 15:08:17.961935 | fa163e93-f302-d839-17ba-000000004841 | CHANGED | Create systemd file | standalone 2025-10-09 15:08:17.962977 | fa163e93-f302-d839-17ba-000000004841 | TIMING | Create systemd file | standalone | 0:25:08.385144 | 0.49s 2025-10-09 15:08:17.985821 | fa163e93-f302-d839-17ba-000000004842 | TASK | Reload systemd 2025-10-09 15:08:19.677826 | fa163e93-f302-d839-17ba-000000004842 | CHANGED | Reload systemd | standalone 2025-10-09 15:08:19.679521 | fa163e93-f302-d839-17ba-000000004842 | TIMING | Reload systemd | standalone | 0:25:10.101684 | 1.69s 2025-10-09 15:08:19.708497 | fa163e93-f302-d839-17ba-000000004845 | TASK | Start OVN container 2025-10-09 15:08:19.752877 | fa163e93-f302-d839-17ba-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-09 15:08:19.779046 | fa163e93-f302-d839-17ba-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-09 15:08:19.791352 | fa163e93-f302-d839-17ba-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-09 15:08:19.809174 | fa163e93-f302-d839-17ba-000000004845 | TIMING | Start OVN container | standalone | 0:25:10.231333 | 0.10s 2025-10-09 15:08:19.830469 | fa163e93-f302-d839-17ba-000000004847 | TASK | Set NB connection 2025-10-09 15:08:19.888093 | fa163e93-f302-d839-17ba-000000004847 | SKIPPED | Set NB connection | standalone 2025-10-09 15:08:19.888859 | fa163e93-f302-d839-17ba-000000004847 | TIMING | Set NB connection | standalone | 0:25:10.311030 | 0.06s 2025-10-09 15:08:19.909850 | fa163e93-f302-d839-17ba-000000004848 | TASK | Set SB connection 2025-10-09 15:08:19.949341 | fa163e93-f302-d839-17ba-000000004848 | SKIPPED | Set SB connection | standalone 2025-10-09 15:08:19.949980 | fa163e93-f302-d839-17ba-000000004848 | TIMING | Set SB connection | standalone | 0:25:10.372149 | 0.04s 2025-10-09 15:08:19.969144 | fa163e93-f302-d839-17ba-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-09 15:08:20.213591 | fa163e93-f302-d839-17ba-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-09 15:08:20.215254 | fa163e93-f302-d839-17ba-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:25:10.637417 | 0.25s 2025-10-09 15:08:20.310115 | fa163e93-f302-d839-17ba-0000000000e7 | TIMING | include_tasks | standalone | 0:25:10.732265 | 0.06s 2025-10-09 15:08:20.351978 | 237a7941-44ae-4b55-869b-a3fb91953251 | INCLUDED | /root/standalone-ansible-k43ezndi/common_deploy_steps_tasks.yaml | standalone 2025-10-09 15:08:20.379536 | fa163e93-f302-d839-17ba-000000004877 | TASK | Write the config_step hieradata 2025-10-09 15:08:20.863225 | fa163e93-f302-d839-17ba-000000004877 | OK | Write the config_step hieradata | standalone 2025-10-09 15:08:20.865284 | fa163e93-f302-d839-17ba-000000004877 | TIMING | Write the config_step hieradata | standalone | 0:25:11.287438 | 0.48s 2025-10-09 15:08:20.897089 | fa163e93-f302-d839-17ba-000000004878 | TASK | Run puppet host configuration for step 4 2025-10-09 15:08:21.254345 | fa163e93-f302-d839-17ba-000000004878 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-09 15:08:21.255755 | fa163e93-f302-d839-17ba-000000004878 | TIMING | Run puppet host configuration for step 4 | standalone | 0:25:11.677915 | 0.36s 2025-10-09 15:08:21.284872 | fa163e93-f302-d839-17ba-000000004879 | TASK | Wait for puppet host configuration to finish 2025-10-09 15:08:21.535100 | fa163e93-f302-d839-17ba-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 15:08:31.784442 | fa163e93-f302-d839-17ba-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 15:08:42.004989 | fa163e93-f302-d839-17ba-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-09 15:08:52.227650 | fa163e93-f302-d839-17ba-000000004879 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 15:08:52.229079 | fa163e93-f302-d839-17ba-000000004879 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:42.651243 | 30.94s 2025-10-09 15:08:52.259353 | fa163e93-f302-d839-17ba-00000000487a | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-09 15:08:52.344912 | fa163e93-f302-d839-17ba-00000000487a | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 15:08:21 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 15:08:28 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 15:08:28 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 15:08:28 puppet-user: (file & line not available)", "<13>Oct 9 15:08:28 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 15:08:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 15:08:28 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\", 7]", "<13>Oct 9 15:08:28 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 9 15:08:28 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 9 15:08:28 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\", 7]", "<13>Oct 9 15:08:28 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\", 7]", "<13>Oct 9 15:08:28 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\", 7]", "<13>Oct 9 15:08:28 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\", 7]", "<13>Oct 9 15:08:28 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\", 7]", "<13>Oct 9 15:08:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 15:08:28 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.56 seconds", "<13>Oct 9 15:08:32 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 9 15:08:35 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 9 15:08:40 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 9 15:08:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}359db1f4592bf78a4d13dd4cc2a5c3b50a087ccdd7dcf08789a29476a56587ad'", "<13>Oct 9 15:08:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 9 15:08:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 9 15:08:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 9 15:08:40 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 9 15:08:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 15:08:47 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Oct 9 15:08:48 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 9 15:08:48 puppet-user: Notice: Applied catalog in 19.61 seconds", "<13>Oct 9 15:08:48 puppet-user: Application:", "<13>Oct 9 15:08:48 puppet-user: Initial environment: production", "<13>Oct 9 15:08:48 puppet-user: Converged environment: production", "<13>Oct 9 15:08:48 puppet-user: Run mode: user", "<13>Oct 9 15:08:48 puppet-user: Changes:", "<13>Oct 9 15:08:48 puppet-user: Total: 10", "<13>Oct 9 15:08:48 puppet-user: Events:", "<13>Oct 9 15:08:48 puppet-user: Success: 10", "<13>Oct 9 15:08:48 puppet-user: Resources:", "<13>Oct 9 15:08:48 puppet-user: Restarted: 1", "<13>Oct 9 15:08:48 puppet-user: Changed: 10", "<13>Oct 9 15:08:48 puppet-user: Out of sync: 10", "<13>Oct 9 15:08:48 puppet-user: Total: 37", "<13>Oct 9 15:08:48 puppet-user: Time:", "<13>Oct 9 15:08:48 puppet-user: File line: 0.00", "<13>Oct 9 15:08:48 puppet-user: Schedule: 0.00", "<13>Oct 9 15:08:48 puppet-user: Filebucket: 0.00", "<13>Oct 9 15:08:48 puppet-user: Augeas: 0.01", "<13>Oct 9 15:08:48 puppet-user: User: 0.01", "<13>Oct 9 15:08:48 puppet-user: File: 0.06", "<13>Oct 9 15:08:48 puppet-user: Config retrieval: 0.64", "<13>Oct 9 15:08:48 puppet-user: Service: 1.35", "<13>Oct 9 15:08:48 puppet-user: Pcmk property: 1.44", "<13>Oct 9 15:08:48 puppet-user: Pcmk resource default: 1.99", "<13>Oct 9 15:08:48 puppet-user: Last run: 1760022528", "<13>Oct 9 15:08:48 puppet-user: Transaction evaluation: 19.59", "<13>Oct 9 15:08:48 puppet-user: Catalog application: 19.61", "<13>Oct 9 15:08:48 puppet-user: Pcmk resource op default: 2.03", "<13>Oct 9 15:08:48 puppet-user: Package: 5.51", "<13>Oct 9 15:08:48 puppet-user: Exec: 6.98", "<13>Oct 9 15:08:48 puppet-user: Total: 19.62", "<13>Oct 9 15:08:48 puppet-user: Version:", "<13>Oct 9 15:08:48 puppet-user: Config: 1760022508", "<13>Oct 9 15:08:48 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 15:08:52.346742 | fa163e93-f302-d839-17ba-00000000487a | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:42.768903 | 0.09s 2025-10-09 15:08:52.376572 | fa163e93-f302-d839-17ba-00000000487b | TASK | Pre-cache facts for puppet containers 2025-10-09 15:08:52.405695 | fa163e93-f302-d839-17ba-00000000487b | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:42.827849 | 0.03s 2025-10-09 15:08:52.474532 | fa163e93-f302-d839-17ba-0000000048bc | TASK | Gather variables for each operating system 2025-10-09 15:08:52.599224 | fa163e93-f302-d839-17ba-0000000048bc | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:43.021380 | 0.12s 2025-10-09 15:08:52.628027 | fa163e93-f302-d839-17ba-0000000048bd | TASK | Create puppet caching structures 2025-10-09 15:08:52.859740 | fa163e93-f302-d839-17ba-0000000048bd | CHANGED | Create puppet caching structures | standalone 2025-10-09 15:08:52.861134 | fa163e93-f302-d839-17ba-0000000048bd | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:43.283297 | 0.23s 2025-10-09 15:08:52.892733 | fa163e93-f302-d839-17ba-0000000048be | TASK | Check for facter.conf 2025-10-09 15:08:53.147532 | fa163e93-f302-d839-17ba-0000000048be | OK | Check for facter.conf | standalone 2025-10-09 15:08:53.148981 | fa163e93-f302-d839-17ba-0000000048be | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:43.571145 | 0.25s 2025-10-09 15:08:53.179009 | fa163e93-f302-d839-17ba-0000000048bf | TASK | Remove facter.conf if directory 2025-10-09 15:08:53.231108 | fa163e93-f302-d839-17ba-0000000048bf | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 15:08:53.232541 | fa163e93-f302-d839-17ba-0000000048bf | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:43.654701 | 0.05s 2025-10-09 15:08:53.262814 | fa163e93-f302-d839-17ba-0000000048c0 | TASK | Write facter cache config 2025-10-09 15:08:53.723222 | fa163e93-f302-d839-17ba-0000000048c0 | CHANGED | Write facter cache config | standalone 2025-10-09 15:08:53.724014 | fa163e93-f302-d839-17ba-0000000048c0 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:44.146186 | 0.46s 2025-10-09 15:08:53.748748 | fa163e93-f302-d839-17ba-0000000048c1 | TASK | Cleanup facter cache if exists 2025-10-09 15:08:53.995361 | fa163e93-f302-d839-17ba-0000000048c1 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-09 15:08:53.996956 | fa163e93-f302-d839-17ba-0000000048c1 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:44.419118 | 0.25s 2025-10-09 15:08:54.026555 | fa163e93-f302-d839-17ba-0000000048c2 | TASK | Pre-cache facts 2025-10-09 15:08:54.649878 | fa163e93-f302-d839-17ba-0000000048c2 | CHANGED | Pre-cache facts | standalone 2025-10-09 15:08:54.651122 | fa163e93-f302-d839-17ba-0000000048c2 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:45.073286 | 0.62s 2025-10-09 15:08:54.686016 | fa163e93-f302-d839-17ba-0000000048c3 | TASK | Failed deployment if facter fails 2025-10-09 15:08:54.716219 | fa163e93-f302-d839-17ba-0000000048c3 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 15:08:54.717898 | fa163e93-f302-d839-17ba-0000000048c3 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:45.140060 | 0.03s 2025-10-09 15:08:54.767165 | fa163e93-f302-d839-17ba-0000000048c4 | TASK | Sync cached facts 2025-10-09 15:08:55.031338 | fa163e93-f302-d839-17ba-0000000048c4 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e93-f302-d839-17ba-0000000048c4') missing from stats 2025-10-09 15:08:55.090220 | fa163e93-f302-d839-17ba-00000000487c | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 15:08:55.140574 | fa163e93-f302-d839-17ba-00000000487c | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-09 15:08:55.141824 | fa163e93-f302-d839-17ba-00000000487c | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:45.563984 | 0.05s 2025-10-09 15:08:55.175308 | fa163e93-f302-d839-17ba-00000000487e | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-09 15:08:55.205173 | fa163e93-f302-d839-17ba-00000000487e | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:45.627326 | 0.03s 2025-10-09 15:08:55.275338 | fa163e93-f302-d839-17ba-00000000491b | TASK | Gather variables for each operating system 2025-10-09 15:08:55.400081 | fa163e93-f302-d839-17ba-00000000491b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:45.822233 | 0.12s 2025-10-09 15:08:55.429961 | fa163e93-f302-d839-17ba-00000000491c | TASK | Create container logs path 2025-10-09 15:08:55.695475 | fa163e93-f302-d839-17ba-00000000491c | OK | Create container logs path | standalone 2025-10-09 15:08:55.696807 | fa163e93-f302-d839-17ba-00000000491c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:46.118971 | 0.27s 2025-10-09 15:08:55.728500 | fa163e93-f302-d839-17ba-00000000491e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 15:08:56.034420 | fa163e93-f302-d839-17ba-00000000491e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-09 15:08:56.035662 | fa163e93-f302-d839-17ba-00000000491e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:46.457823 | 0.31s 2025-10-09 15:08:56.068220 | fa163e93-f302-d839-17ba-00000000491f | TASK | Finalise hashes for all containers 2025-10-09 15:08:56.257578 | fa163e93-f302-d839-17ba-00000000491f | OK | Finalise hashes for all containers | standalone 2025-10-09 15:08:56.258932 | fa163e93-f302-d839-17ba-00000000491f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:46.681094 | 0.19s 2025-10-09 15:08:56.290350 | fa163e93-f302-d839-17ba-000000004921 | TASK | Manage systemd shutdown files 2025-10-09 15:08:56.319828 | fa163e93-f302-d839-17ba-000000004921 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:46.741976 | 0.03s 2025-10-09 15:08:56.439276 | 5cbf7b5c-fbbf-47e3-bbbe-b21cc4f26010 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 15:08:56.462957 | fa163e93-f302-d839-17ba-000000004954 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 15:08:56.738736 | fa163e93-f302-d839-17ba-000000004954 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 15:08:56.740520 | fa163e93-f302-d839-17ba-000000004954 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:47.162678 | 0.28s 2025-10-09 15:08:56.772380 | fa163e93-f302-d839-17ba-000000004955 | TASK | Set podman_drop_in fact 2025-10-09 15:08:56.836859 | fa163e93-f302-d839-17ba-000000004955 | OK | Set podman_drop_in fact | standalone 2025-10-09 15:08:56.838198 | fa163e93-f302-d839-17ba-000000004955 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:47.260361 | 0.06s 2025-10-09 15:08:56.867305 | fa163e93-f302-d839-17ba-000000004957 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 15:08:57.390087 | fa163e93-f302-d839-17ba-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 15:08:57.392612 | fa163e93-f302-d839-17ba-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:47.814767 | 0.52s 2025-10-09 15:08:57.901463 | fa163e93-f302-d839-17ba-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 15:08:57.902859 | fa163e93-f302-d839-17ba-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:48.325033 | 1.03s 2025-10-09 15:08:57.913844 | fa163e93-f302-d839-17ba-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:48.336003 | 1.05s 2025-10-09 15:08:57.944888 | fa163e93-f302-d839-17ba-000000004958 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 15:08:58.461484 | fa163e93-f302-d839-17ba-000000004958 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 15:08:58.464109 | fa163e93-f302-d839-17ba-000000004958 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:48.886271 | 0.52s 2025-10-09 15:08:58.491184 | fa163e93-f302-d839-17ba-000000004959 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 15:08:59.041342 | fa163e93-f302-d839-17ba-000000004959 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 15:08:59.042251 | fa163e93-f302-d839-17ba-000000004959 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:49.464424 | 0.55s 2025-10-09 15:08:59.061972 | fa163e93-f302-d839-17ba-00000000495a | TASK | Enable and start tripleo-container-shutdown 2025-10-09 15:08:59.830198 | fa163e93-f302-d839-17ba-00000000495a | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-09 15:08:59.832236 | fa163e93-f302-d839-17ba-00000000495a | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:50.254399 | 0.77s 2025-10-09 15:08:59.862629 | fa163e93-f302-d839-17ba-00000000495b | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 15:09:00.383218 | fa163e93-f302-d839-17ba-00000000495b | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 15:09:00.384625 | fa163e93-f302-d839-17ba-00000000495b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:50.806788 | 0.52s 2025-10-09 15:09:00.413744 | fa163e93-f302-d839-17ba-00000000495c | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 15:09:00.943776 | fa163e93-f302-d839-17ba-00000000495c | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 15:09:00.945066 | fa163e93-f302-d839-17ba-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:51.367231 | 0.53s 2025-10-09 15:09:00.974635 | fa163e93-f302-d839-17ba-00000000495d | TASK | Enable and start netns-placeholder 2025-10-09 15:09:01.778987 | fa163e93-f302-d839-17ba-00000000495d | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 15:09:01.780946 | fa163e93-f302-d839-17ba-00000000495d | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:52.203109 | 0.80s 2025-10-09 15:09:01.811191 | fa163e93-f302-d839-17ba-000000004923 | TASK | Update container configs with new config hashes 2025-10-09 15:09:01.872746 | fa163e93-f302-d839-17ba-000000004923 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:52.294893 | 0.06s 2025-10-09 15:09:01.896132 | 81facec6-94a8-4a85-a5e0-16803c90b531 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 15:09:01.930551 | fa163e93-f302-d839-17ba-000000004985 | TASK | Update config hashes for container startup configs 2025-10-09 15:09:02.236494 | fa163e93-f302-d839-17ba-000000004985 | OK | Update config hashes for container startup configs | standalone 2025-10-09 15:09:02.237763 | fa163e93-f302-d839-17ba-000000004985 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:52.659928 | 0.31s 2025-10-09 15:09:02.268801 | fa163e93-f302-d839-17ba-000000004924 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 15:09:02.307772 | fa163e93-f302-d839-17ba-000000004924 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:52.729926 | 0.04s 2025-10-09 15:09:02.332766 | 2220c938-a20e-4202-bc7b-4315cfd81cae | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 15:09:02.370081 | fa163e93-f302-d839-17ba-0000000049a4 | TASK | Gather podman infos 2025-10-09 15:09:03.871846 | fa163e93-f302-d839-17ba-0000000049a4 | OK | Gather podman infos | standalone 2025-10-09 15:09:03.872894 | fa163e93-f302-d839-17ba-0000000049a4 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:54.295065 | 1.50s 2025-10-09 15:09:03.961771 | fa163e93-f302-d839-17ba-0000000049a5 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 15:09:04.006274 | fa163e93-f302-d839-17ba-0000000049a5 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:54.428432 | 0.04s 2025-10-09 15:09:04.128639 | fa163e93-f302-d839-17ba-0000000049ee | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:54.550788 | 0.08s 2025-10-09 15:09:04.196692 | fa163e93-f302-d839-17ba-000000004925 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 15:09:04.248741 | fa163e93-f302-d839-17ba-000000004925 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:54.670890 | 0.05s 2025-10-09 15:09:04.272472 | d1e8ba9e-0054-4b56-af48-d5436d08d221 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 15:09:04.308794 | fa163e93-f302-d839-17ba-000000004a14 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 15:09:34.546669 | fa163e93-f302-d839-17ba-000000004a14 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-09 15:09:34.547636 | fa163e93-f302-d839-17ba-000000004a14 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:24.969807 | 30.24s 2025-10-09 15:09:34.568587 | fa163e93-f302-d839-17ba-000000004a15 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-09 15:11:42.959434 | fa163e93-f302-d839-17ba-000000004a15 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-09 15:11:42.961151 | fa163e93-f302-d839-17ba-000000004a15 | 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:28:33.383311 | 128.39s 2025-10-09 15:11:43.039199 | fa163e93-f302-d839-17ba-000000004880 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-09 15:11:43.260485 | fa163e93-f302-d839-17ba-000000004880 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-09 15:11:43.261838 | fa163e93-f302-d839-17ba-000000004880 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:33.683997 | 0.22s 2025-10-09 15:11:43.309799 | fa163e93-f302-d839-17ba-000000004881 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-09 15:11:43.347095 | fa163e93-f302-d839-17ba-000000004881 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:33.769250 | 0.04s 2025-10-09 15:11:43.370959 | fa163e93-f302-d839-17ba-000000004882 | TASK | Include container-puppet tasks for step 4 2025-10-09 15:11:43.409649 | fa163e93-f302-d839-17ba-000000004882 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:33.831813 | 0.04s 2025-10-09 15:11:43.425875 | ba1961a6-b701-4ac9-81ff-bf936b93e947 | INCLUDED | /root/standalone-ansible-k43ezndi/host-container-puppet-tasks.yaml | standalone 2025-10-09 15:11:43.463911 | fa163e93-f302-d839-17ba-000000004a60 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-09 15:11:43.976129 | fa163e93-f302-d839-17ba-000000004a60 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-09 15:11:43.977661 | fa163e93-f302-d839-17ba-000000004a60 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:34.399815 | 0.51s 2025-10-09 15:11:43.999815 | fa163e93-f302-d839-17ba-000000004a62 | TASK | Generate container puppet configs for step 4 2025-10-09 15:11:44.281953 | fa163e93-f302-d839-17ba-000000004a62 | OK | Generate container puppet configs for step 4 | standalone 2025-10-09 15:11:44.286850 | fa163e93-f302-d839-17ba-000000004a62 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:34.709018 | 0.29s 2025-10-09 15:11:44.308416 | fa163e93-f302-d839-17ba-000000004a63 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-09 15:11:44.346712 | fa163e93-f302-d839-17ba-000000004a63 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:34.768872 | 0.04s 2025-10-09 15:11:44.422430 | fa163e93-f302-d839-17ba-000000004a92 | TASK | Gather variables for each operating system 2025-10-09 15:11:44.585764 | fa163e93-f302-d839-17ba-000000004a92 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:35.007886 | 0.16s 2025-10-09 15:11:44.618718 | fa163e93-f302-d839-17ba-000000004a93 | TASK | Create container logs path 2025-10-09 15:11:44.874463 | fa163e93-f302-d839-17ba-000000004a93 | OK | Create container logs path | standalone 2025-10-09 15:11:44.876046 | fa163e93-f302-d839-17ba-000000004a93 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:35.298209 | 0.26s 2025-10-09 15:11:44.903619 | fa163e93-f302-d839-17ba-000000004a95 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-09 15:11:45.159102 | fa163e93-f302-d839-17ba-000000004a95 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-09 15:11:45.160682 | fa163e93-f302-d839-17ba-000000004a95 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:35.582838 | 0.26s 2025-10-09 15:11:45.191722 | fa163e93-f302-d839-17ba-000000004a96 | TASK | Finalise hashes for all containers 2025-10-09 15:11:45.259044 | fa163e93-f302-d839-17ba-000000004a96 | OK | Finalise hashes for all containers | standalone 2025-10-09 15:11:45.260574 | fa163e93-f302-d839-17ba-000000004a96 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:35.682735 | 0.06s 2025-10-09 15:11:45.302247 | fa163e93-f302-d839-17ba-000000004a98 | TASK | Manage systemd shutdown files 2025-10-09 15:11:45.348864 | fa163e93-f302-d839-17ba-000000004a98 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 15:11:45.350827 | fa163e93-f302-d839-17ba-000000004a98 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:35.772981 | 0.04s 2025-10-09 15:11:45.381625 | fa163e93-f302-d839-17ba-000000004a9a | TASK | Update container configs with new config hashes 2025-10-09 15:11:45.438274 | fa163e93-f302-d839-17ba-000000004a9a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 15:11:45.440083 | fa163e93-f302-d839-17ba-000000004a9a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:35.862241 | 0.06s 2025-10-09 15:11:45.473915 | fa163e93-f302-d839-17ba-000000004a9b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-09 15:11:45.517877 | fa163e93-f302-d839-17ba-000000004a9b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-09 15:11:45.519752 | fa163e93-f302-d839-17ba-000000004a9b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:35.941889 | 0.04s 2025-10-09 15:11:45.552962 | fa163e93-f302-d839-17ba-000000004a9c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-09 15:11:45.610425 | fa163e93-f302-d839-17ba-000000004a9c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-09 15:11:45.612001 | fa163e93-f302-d839-17ba-000000004a9c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:36.034157 | 0.06s PLAY [External deployment step 5] ********************************************** 2025-10-09 15:11:45.779894 | fa163e93-f302-d839-17ba-0000000000ea | TASK | External deployment step 5 2025-10-09 15:11:45.820735 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000ea') missing from stats 2025-10-09 15:11:45.882850 | fa163e93-f302-d839-17ba-0000000000eb | TIMING | include_tasks | undercloud | 0:28:36.304996 | 0.04s 2025-10-09 15:11:45.892815 | 9f4321ee-d677-4d84-8b66-910db30d09b3 | INCLUDED | /root/standalone-ansible-k43ezndi/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-09 15:11:45.909637 | fa163e93-f302-d839-17ba-000000004aeb | TASK | Manage Cinder's default volume type 2025-10-09 15:11:59.515879 | fa163e93-f302-d839-17ba-000000004aeb | OK | Manage Cinder's default volume type | undercloud 2025-10-09 15:11:59.516944 | fa163e93-f302-d839-17ba-000000004aeb | TIMING | Manage Cinder's default volume type | undercloud | 0:28:49.939115 | 13.61s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-09 15:11:59.637668 | fa163e93-f302-d839-17ba-0000000000ee | TASK | Deploy step tasks for 5 2025-10-09 15:11:59.668580 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000ee') missing from stats 2025-10-09 15:11:59.691265 | fa163e93-f302-d839-17ba-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-09 15:12:00.283051 | fa163e93-f302-d839-17ba-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-09 15:12:00.284547 | fa163e93-f302-d839-17ba-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:50.706710 | 0.59s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-09 15:12:00.356640 | fa163e93-f302-d839-17ba-0000000000f0 | TIMING | include_tasks | standalone | 0:28:50.778797 | 0.04s 2025-10-09 15:12:00.450267 | 76bf7512-9c96-4e49-95fc-6cf621658189 | INCLUDED | /root/standalone-ansible-k43ezndi/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-09 15:12:00.482455 | fa163e93-f302-d839-17ba-000000004b0e | TASK | Gather variables for each operating system 2025-10-09 15:12:00.602785 | fa163e93-f302-d839-17ba-000000004b0e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:51.024901 | 0.12s 2025-10-09 15:12:00.633626 | fa163e93-f302-d839-17ba-000000004b0f | TASK | Detect if resource is being created or already exists 2025-10-09 15:12:01.453636 | fa163e93-f302-d839-17ba-000000004b0f | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 15:12:01.455050 | fa163e93-f302-d839-17ba-000000004b0f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:51.877213 | 0.82s 2025-10-09 15:12:01.486582 | fa163e93-f302-d839-17ba-000000004b10 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-09 15:12:25.862427 | fa163e93-f302-d839-17ba-000000004b10 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-09 15:12:25.863436 | fa163e93-f302-d839-17ba-000000004b10 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:29:16.285606 | 24.38s 2025-10-09 15:12:25.884206 | fa163e93-f302-d839-17ba-000000004b11 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-09 15:12:26.150932 | fa163e93-f302-d839-17ba-000000004b11 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-09 15:12:26.152101 | fa163e93-f302-d839-17ba-000000004b11 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:16.574273 | 0.27s 2025-10-09 15:12:26.171711 | fa163e93-f302-d839-17ba-000000004b12 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 15:12:26.565161 | fa163e93-f302-d839-17ba-000000004b12 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 15:12:26.566013 | fa163e93-f302-d839-17ba-000000004b12 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:16.988185 | 0.39s 2025-10-09 15:12:26.586902 | fa163e93-f302-d839-17ba-000000004b13 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-09 15:12:26.815212 | fa163e93-f302-d839-17ba-000000004b13 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-09 15:12:26.816552 | fa163e93-f302-d839-17ba-000000004b13 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:29:17.238715 | 0.23s 2025-10-09 15:12:26.852150 | fa163e93-f302-d839-17ba-000000004b15 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-09 15:12:26.903122 | fa163e93-f302-d839-17ba-000000004b15 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-09 15:12:26.904695 | fa163e93-f302-d839-17ba-000000004b15 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:29:17.326847 | 0.05s 2025-10-09 15:12:26.937856 | fa163e93-f302-d839-17ba-000000004b16 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-09 15:12:26.990039 | fa163e93-f302-d839-17ba-000000004b16 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-09 15:12:26.991263 | fa163e93-f302-d839-17ba-000000004b16 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:29:17.413425 | 0.05s 2025-10-09 15:12:27.023847 | fa163e93-f302-d839-17ba-000000004b17 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-09 15:12:27.066681 | fa163e93-f302-d839-17ba-000000004b17 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-09 15:12:27.067908 | fa163e93-f302-d839-17ba-000000004b17 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:29:17.490068 | 0.04s 2025-10-09 15:12:27.104704 | fa163e93-f302-d839-17ba-000000004b18 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 15:12:27.170757 | fa163e93-f302-d839-17ba-000000004b18 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 15:12:27.172268 | fa163e93-f302-d839-17ba-000000004b18 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:17.594428 | 0.07s 2025-10-09 15:12:27.205230 | fa163e93-f302-d839-17ba-000000004b19 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-09 15:12:27.263359 | fa163e93-f302-d839-17ba-000000004b19 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-09 15:12:27.264942 | fa163e93-f302-d839-17ba-000000004b19 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:29:17.687102 | 0.06s 2025-10-09 15:12:27.323553 | fa163e93-f302-d839-17ba-000000004b3a | TASK | Gather variables for each operating system 2025-10-09 15:12:27.447122 | fa163e93-f302-d839-17ba-000000004b3a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:17.869275 | 0.11s 2025-10-09 15:12:27.479338 | fa163e93-f302-d839-17ba-000000004b3b | TASK | Detect if resource is being created or already exists 2025-10-09 15:12:28.259612 | fa163e93-f302-d839-17ba-000000004b3b | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 15:12:28.261325 | fa163e93-f302-d839-17ba-000000004b3b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:18.683480 | 0.78s 2025-10-09 15:12:28.293314 | fa163e93-f302-d839-17ba-000000004b3c | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-09 15:12:54.007075 | fa163e93-f302-d839-17ba-000000004b3c | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-09 15:12:54.012663 | fa163e93-f302-d839-17ba-000000004b3c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:44.434830 | 25.72s 2025-10-09 15:12:54.037970 | fa163e93-f302-d839-17ba-000000004b3d | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-09 15:12:54.244067 | fa163e93-f302-d839-17ba-000000004b3d | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-09 15:12:54.245536 | fa163e93-f302-d839-17ba-000000004b3d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:44.667698 | 0.21s 2025-10-09 15:12:54.272960 | fa163e93-f302-d839-17ba-000000004b3e | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 15:12:54.683274 | fa163e93-f302-d839-17ba-000000004b3e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 15:12:54.684069 | fa163e93-f302-d839-17ba-000000004b3e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:45.106242 | 0.41s 2025-10-09 15:12:54.704666 | fa163e93-f302-d839-17ba-000000004b3f | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-09 15:12:54.903971 | fa163e93-f302-d839-17ba-000000004b3f | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-09 15:12:54.904766 | fa163e93-f302-d839-17ba-000000004b3f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:45.326938 | 0.20s 2025-10-09 15:12:54.925821 | fa163e93-f302-d839-17ba-000000004b41 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-09 15:12:54.961915 | fa163e93-f302-d839-17ba-000000004b41 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-09 15:12:54.962877 | fa163e93-f302-d839-17ba-000000004b41 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:45.385044 | 0.04s 2025-10-09 15:12:54.989863 | fa163e93-f302-d839-17ba-000000004b42 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-09 15:12:55.037822 | fa163e93-f302-d839-17ba-000000004b42 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-09 15:12:55.038669 | fa163e93-f302-d839-17ba-000000004b42 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:45.460840 | 0.05s 2025-10-09 15:12:55.059152 | fa163e93-f302-d839-17ba-000000004b43 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-09 15:12:55.116055 | fa163e93-f302-d839-17ba-000000004b43 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-09 15:12:55.116917 | fa163e93-f302-d839-17ba-000000004b43 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:45.539084 | 0.06s 2025-10-09 15:12:55.141202 | fa163e93-f302-d839-17ba-000000004b44 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 15:12:55.199489 | fa163e93-f302-d839-17ba-000000004b44 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 15:12:55.200235 | fa163e93-f302-d839-17ba-000000004b44 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:45.622403 | 0.06s 2025-10-09 15:12:55.231861 | fa163e93-f302-d839-17ba-000000004b45 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-09 15:12:55.294421 | fa163e93-f302-d839-17ba-000000004b45 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-09 15:12:55.295670 | fa163e93-f302-d839-17ba-000000004b45 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:45.717833 | 0.06s 2025-10-09 15:12:55.350850 | fa163e93-f302-d839-17ba-000000004b66 | TASK | Gather variables for each operating system 2025-10-09 15:12:55.486114 | fa163e93-f302-d839-17ba-000000004b66 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:45.908266 | 0.13s 2025-10-09 15:12:55.516040 | fa163e93-f302-d839-17ba-000000004b67 | TASK | Detect if resource is being created or already exists 2025-10-09 15:12:56.279389 | fa163e93-f302-d839-17ba-000000004b67 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-09 15:12:56.281092 | fa163e93-f302-d839-17ba-000000004b67 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:46.703254 | 0.76s 2025-10-09 15:12:56.312242 | fa163e93-f302-d839-17ba-000000004b68 | TASK | Run init bundle puppet on the host for manila_share 2025-10-09 15:13:20.395054 | fa163e93-f302-d839-17ba-000000004b68 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-09 15:13:20.397208 | fa163e93-f302-d839-17ba-000000004b68 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:30:10.819365 | 24.08s 2025-10-09 15:13:20.431721 | fa163e93-f302-d839-17ba-000000004b69 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-09 15:13:20.678860 | fa163e93-f302-d839-17ba-000000004b69 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-09 15:13:20.679752 | fa163e93-f302-d839-17ba-000000004b69 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:30:11.101919 | 0.25s 2025-10-09 15:13:20.701648 | fa163e93-f302-d839-17ba-000000004b6a | TASK | Run pacemaker restart if the config file for the service changed 2025-10-09 15:13:21.055743 | fa163e93-f302-d839-17ba-000000004b6a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-09 15:13:21.057538 | fa163e93-f302-d839-17ba-000000004b6a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:11.479696 | 0.35s 2025-10-09 15:13:21.088928 | fa163e93-f302-d839-17ba-000000004b6b | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-09 15:13:21.362521 | fa163e93-f302-d839-17ba-000000004b6b | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-09 15:13:21.363918 | fa163e93-f302-d839-17ba-000000004b6b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:30:11.786080 | 0.27s 2025-10-09 15:13:21.395554 | fa163e93-f302-d839-17ba-000000004b6d | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-09 15:13:21.436614 | fa163e93-f302-d839-17ba-000000004b6d | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-09 15:13:21.437518 | fa163e93-f302-d839-17ba-000000004b6d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:30:11.859687 | 0.04s 2025-10-09 15:13:21.463121 | fa163e93-f302-d839-17ba-000000004b6e | TASK | Get container image tag from bundle openstack-manila-share 2025-10-09 15:13:21.511149 | fa163e93-f302-d839-17ba-000000004b6e | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-09 15:13:21.512450 | fa163e93-f302-d839-17ba-000000004b6e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:30:11.934609 | 0.05s 2025-10-09 15:13:21.544156 | fa163e93-f302-d839-17ba-000000004b6f | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-09 15:13:21.584661 | fa163e93-f302-d839-17ba-000000004b6f | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-09 15:13:21.585870 | fa163e93-f302-d839-17ba-000000004b6f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:30:12.008031 | 0.04s 2025-10-09 15:13:21.622541 | fa163e93-f302-d839-17ba-000000004b70 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-09 15:13:21.673743 | fa163e93-f302-d839-17ba-000000004b70 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-09 15:13:21.674595 | fa163e93-f302-d839-17ba-000000004b70 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:12.096763 | 0.05s 2025-10-09 15:13:21.698417 | fa163e93-f302-d839-17ba-000000004b71 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-09 15:13:21.748797 | fa163e93-f302-d839-17ba-000000004b71 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-09 15:13:21.750203 | fa163e93-f302-d839-17ba-000000004b71 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:30:12.172364 | 0.05s 2025-10-09 15:13:21.808002 | fa163e93-f302-d839-17ba-000000004b92 | TASK | Run kolla_set_configs to copy ring files 2025-10-09 15:13:22.381816 | fa163e93-f302-d839-17ba-000000004b92 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-09 15:13:22.383073 | fa163e93-f302-d839-17ba-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:12.805245 | 0.57s 2025-10-09 15:13:22.386710 | fa163e93-f302-d839-17ba-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:12.808874 | 0.58s 2025-10-09 15:13:22.411102 | fa163e93-f302-d839-17ba-000000004b93 | TASK | Run kolla_set_configs to copy ring files 2025-10-09 15:13:22.818198 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-09 15:13:22.819352 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:13.241521 | 0.41s 2025-10-09 15:13:23.296112 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-09 15:13:23.298808 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:13.720966 | 0.89s 2025-10-09 15:13:23.612285 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-09 15:13:23.613387 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:14.035553 | 1.20s 2025-10-09 15:13:24.110092 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-09 15:13:24.111082 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:14.533237 | 1.70s 2025-10-09 15:13:24.379834 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-09 15:13:24.380900 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:14.803065 | 1.97s 2025-10-09 15:13:24.695166 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-09 15:13:24.696294 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:15.118459 | 2.28s 2025-10-09 15:13:25.264413 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-09 15:13:25.265472 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:15.687642 | 2.85s 2025-10-09 15:13:25.679506 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-09 15:13:25.681388 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:16.103552 | 3.27s 2025-10-09 15:13:26.039194 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-09 15:13:26.040386 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:16.462552 | 3.63s 2025-10-09 15:13:26.492525 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-09 15:13:26.494908 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:16.917067 | 4.08s 2025-10-09 15:13:26.802682 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-09 15:13:26.804938 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:17.227102 | 4.39s 2025-10-09 15:13:27.371602 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-09 15:13:27.373811 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:17.795980 | 4.96s 2025-10-09 15:13:27.895245 | fa163e93-f302-d839-17ba-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-09 15:13:27.896554 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.318720 | 5.48s 2025-10-09 15:13:27.913107 | fa163e93-f302-d839-17ba-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.335262 | 5.50s 2025-10-09 15:13:27.948339 | fa163e93-f302-d839-17ba-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-09 15:13:28.132534 | fa163e93-f302-d839-17ba-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-09 15:13:28.133935 | fa163e93-f302-d839-17ba-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:30:18.556098 | 0.18s 2025-10-09 15:13:28.241167 | fa163e93-f302-d839-17ba-0000000000f3 | TIMING | include_tasks | standalone | 0:30:18.663322 | 0.07s 2025-10-09 15:13:28.284848 | 211207ad-4c82-4b04-8d1e-6c6fdc11e4fc | INCLUDED | /root/standalone-ansible-k43ezndi/common_deploy_steps_tasks.yaml | standalone 2025-10-09 15:13:28.312622 | fa163e93-f302-d839-17ba-000000004c10 | TASK | Write the config_step hieradata 2025-10-09 15:13:28.843188 | fa163e93-f302-d839-17ba-000000004c10 | OK | Write the config_step hieradata | standalone 2025-10-09 15:13:28.844531 | fa163e93-f302-d839-17ba-000000004c10 | TIMING | Write the config_step hieradata | standalone | 0:30:19.266693 | 0.53s 2025-10-09 15:13:28.875071 | fa163e93-f302-d839-17ba-000000004c11 | TASK | Run puppet host configuration for step 5 2025-10-09 15:13:29.185501 | fa163e93-f302-d839-17ba-000000004c11 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-09 15:13:29.186807 | fa163e93-f302-d839-17ba-000000004c11 | TIMING | Run puppet host configuration for step 5 | standalone | 0:30:19.608966 | 0.31s 2025-10-09 15:13:29.215645 | fa163e93-f302-d839-17ba-000000004c12 | TASK | Wait for puppet host configuration to finish 2025-10-09 15:13:29.479300 | fa163e93-f302-d839-17ba-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-09 15:13:39.702470 | fa163e93-f302-d839-17ba-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-09 15:13:49.930625 | fa163e93-f302-d839-17ba-000000004c12 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-09 15:13:49.931996 | fa163e93-f302-d839-17ba-000000004c12 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:40.354158 | 20.71s 2025-10-09 15:13:49.963281 | fa163e93-f302-d839-17ba-000000004c13 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-09 15:13:50.027765 | fa163e93-f302-d839-17ba-000000004c13 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 9 15:13:29 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 9 15:13:36 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 9 15:13:36 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 9 15:13:36 puppet-user: (file & line not available)", "<13>Oct 9 15:13:36 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 9 15:13:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 9 15:13:36 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\", 7]", "<13>Oct 9 15:13:36 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 9 15:13:36 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 9 15:13:36 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\", 7]", "<13>Oct 9 15:13:36 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\", 7]", "<13>Oct 9 15:13:36 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\", 7]", "<13>Oct 9 15:13:36 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\", 7]", "<13>Oct 9 15:13:36 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\", 7]", "<13>Oct 9 15:13:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 9 15:13:36 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.51 seconds", "<13>Oct 9 15:13:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 9 15:13:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 9 15:13:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 9 15:13:45 puppet-user: Notice: Applied catalog in 8.57 seconds", "<13>Oct 9 15:13:45 puppet-user: Application:", "<13>Oct 9 15:13:45 puppet-user: Initial environment: production", "<13>Oct 9 15:13:45 puppet-user: Converged environment: production", "<13>Oct 9 15:13:45 puppet-user: Run mode: user", "<13>Oct 9 15:13:45 puppet-user: Changes:", "<13>Oct 9 15:13:45 puppet-user: Total: 2", "<13>Oct 9 15:13:45 puppet-user: Events:", "<13>Oct 9 15:13:45 puppet-user: Success: 2", "<13>Oct 9 15:13:45 puppet-user: Resources:", "<13>Oct 9 15:13:45 puppet-user: Changed: 2", "<13>Oct 9 15:13:45 puppet-user: Out of sync: 2", "<13>Oct 9 15:13:45 puppet-user: Total: 37", "<13>Oct 9 15:13:45 puppet-user: Time:", "<13>Oct 9 15:13:45 puppet-user: Filebucket: 0.00", "<13>Oct 9 15:13:45 puppet-user: Schedule: 0.00", "<13>Oct 9 15:13:45 puppet-user: File line: 0.00", "<13>Oct 9 15:13:45 puppet-user: Package: 0.00", "<13>Oct 9 15:13:45 puppet-user: User: 0.01", "<13>Oct 9 15:13:45 puppet-user: Augeas: 0.02", "<13>Oct 9 15:13:45 puppet-user: File: 0.10", "<13>Oct 9 15:13:45 puppet-user: Service: 0.21", "<13>Oct 9 15:13:45 puppet-user: Config retrieval: 0.63", "<13>Oct 9 15:13:45 puppet-user: Pcmk property: 1.53", "<13>Oct 9 15:13:45 puppet-user: Last run: 1760022825", "<13>Oct 9 15:13:45 puppet-user: Exec: 2.03", "<13>Oct 9 15:13:45 puppet-user: Pcmk resource default: 2.15", "<13>Oct 9 15:13:45 puppet-user: Pcmk resource op default: 2.25", "<13>Oct 9 15:13:45 puppet-user: Transaction evaluation: 8.55", "<13>Oct 9 15:13:45 puppet-user: Catalog application: 8.57", "<13>Oct 9 15:13:45 puppet-user: Total: 8.58", "<13>Oct 9 15:13:45 puppet-user: Version:", "<13>Oct 9 15:13:45 puppet-user: Config: 1760022816", "<13>Oct 9 15:13:45 puppet-user: Puppet: 7.10.0" ] } 2025-10-09 15:13:50.029759 | fa163e93-f302-d839-17ba-000000004c13 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:40.451914 | 0.06s 2025-10-09 15:13:50.061674 | fa163e93-f302-d839-17ba-000000004c14 | TASK | Pre-cache facts for puppet containers 2025-10-09 15:13:50.123378 | fa163e93-f302-d839-17ba-000000004c14 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:40.545533 | 0.06s 2025-10-09 15:13:50.193478 | fa163e93-f302-d839-17ba-000000004c53 | TASK | Gather variables for each operating system 2025-10-09 15:13:50.306606 | fa163e93-f302-d839-17ba-000000004c53 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:40.728741 | 0.11s 2025-10-09 15:13:50.336602 | fa163e93-f302-d839-17ba-000000004c54 | TASK | Create puppet caching structures 2025-10-09 15:13:50.604522 | fa163e93-f302-d839-17ba-000000004c54 | CHANGED | Create puppet caching structures | standalone 2025-10-09 15:13:50.606170 | fa163e93-f302-d839-17ba-000000004c54 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:41.028332 | 0.27s 2025-10-09 15:13:50.635884 | fa163e93-f302-d839-17ba-000000004c55 | TASK | Check for facter.conf 2025-10-09 15:13:50.872326 | fa163e93-f302-d839-17ba-000000004c55 | OK | Check for facter.conf | standalone 2025-10-09 15:13:50.873769 | fa163e93-f302-d839-17ba-000000004c55 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:41.295933 | 0.24s 2025-10-09 15:13:50.903813 | fa163e93-f302-d839-17ba-000000004c56 | TASK | Remove facter.conf if directory 2025-10-09 15:13:50.956427 | fa163e93-f302-d839-17ba-000000004c56 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-09 15:13:50.957770 | fa163e93-f302-d839-17ba-000000004c56 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:41.379930 | 0.05s 2025-10-09 15:13:50.991715 | fa163e93-f302-d839-17ba-000000004c57 | TASK | Write facter cache config 2025-10-09 15:13:51.477433 | fa163e93-f302-d839-17ba-000000004c57 | CHANGED | Write facter cache config | standalone 2025-10-09 15:13:51.478463 | fa163e93-f302-d839-17ba-000000004c57 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:41.900633 | 0.49s 2025-10-09 15:13:51.503821 | fa163e93-f302-d839-17ba-000000004c58 | TASK | Cleanup facter cache if exists 2025-10-09 15:13:51.725666 | fa163e93-f302-d839-17ba-000000004c58 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-09 15:13:51.727386 | fa163e93-f302-d839-17ba-000000004c58 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:42.149547 | 0.22s 2025-10-09 15:13:51.757823 | fa163e93-f302-d839-17ba-000000004c59 | TASK | Pre-cache facts 2025-10-09 15:13:52.265206 | fa163e93-f302-d839-17ba-000000004c59 | CHANGED | Pre-cache facts | standalone 2025-10-09 15:13:52.266388 | fa163e93-f302-d839-17ba-000000004c59 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:42.688552 | 0.51s 2025-10-09 15:13:52.302682 | fa163e93-f302-d839-17ba-000000004c5a | TASK | Failed deployment if facter fails 2025-10-09 15:13:52.333023 | fa163e93-f302-d839-17ba-000000004c5a | SKIPPED | Failed deployment if facter fails | standalone 2025-10-09 15:13:52.334304 | fa163e93-f302-d839-17ba-000000004c5a | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:42.756465 | 0.03s 2025-10-09 15:13:52.387336 | fa163e93-f302-d839-17ba-000000004c5b | TASK | Sync cached facts 2025-10-09 15:13:52.693373 | fa163e93-f302-d839-17ba-000000004c5b | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e93-f302-d839-17ba-000000004c5b') missing from stats 2025-10-09 15:13:52.731477 | fa163e93-f302-d839-17ba-000000004c15 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-09 15:13:52.777777 | fa163e93-f302-d839-17ba-000000004c15 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-09 15:13:52.778363 | fa163e93-f302-d839-17ba-000000004c15 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:43.200535 | 0.05s 2025-10-09 15:13:52.798846 | fa163e93-f302-d839-17ba-000000004c17 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-09 15:13:52.825638 | fa163e93-f302-d839-17ba-000000004c17 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:43.247797 | 0.03s 2025-10-09 15:13:52.878371 | fa163e93-f302-d839-17ba-000000004cb2 | TASK | Gather variables for each operating system 2025-10-09 15:13:52.996606 | fa163e93-f302-d839-17ba-000000004cb2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:43.418757 | 0.12s 2025-10-09 15:13:53.032159 | fa163e93-f302-d839-17ba-000000004cb3 | TASK | Create container logs path 2025-10-09 15:13:53.294831 | fa163e93-f302-d839-17ba-000000004cb3 | OK | Create container logs path | standalone 2025-10-09 15:13:53.296239 | fa163e93-f302-d839-17ba-000000004cb3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:43.718401 | 0.26s 2025-10-09 15:13:53.329702 | fa163e93-f302-d839-17ba-000000004cb5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 15:13:53.577000 | fa163e93-f302-d839-17ba-000000004cb5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-09 15:13:53.578717 | fa163e93-f302-d839-17ba-000000004cb5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:44.000884 | 0.25s 2025-10-09 15:13:53.602794 | fa163e93-f302-d839-17ba-000000004cb6 | TASK | Finalise hashes for all containers 2025-10-09 15:13:53.641966 | fa163e93-f302-d839-17ba-000000004cb6 | OK | Finalise hashes for all containers | standalone 2025-10-09 15:13:53.644099 | fa163e93-f302-d839-17ba-000000004cb6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:44.066259 | 0.04s 2025-10-09 15:13:53.678332 | fa163e93-f302-d839-17ba-000000004cb8 | TASK | Manage systemd shutdown files 2025-10-09 15:13:53.708066 | fa163e93-f302-d839-17ba-000000004cb8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:44.130223 | 0.03s 2025-10-09 15:13:53.732791 | 65f7112d-3380-4401-ac35-6ef90432c34f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-09 15:13:53.782042 | fa163e93-f302-d839-17ba-000000004ceb | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-09 15:13:54.040643 | fa163e93-f302-d839-17ba-000000004ceb | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-09 15:13:54.041697 | fa163e93-f302-d839-17ba-000000004ceb | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:44.463867 | 0.26s 2025-10-09 15:13:54.064568 | fa163e93-f302-d839-17ba-000000004cec | TASK | Set podman_drop_in fact 2025-10-09 15:13:54.123500 | fa163e93-f302-d839-17ba-000000004cec | OK | Set podman_drop_in fact | standalone 2025-10-09 15:13:54.124217 | fa163e93-f302-d839-17ba-000000004cec | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:44.546387 | 0.06s 2025-10-09 15:13:54.146694 | fa163e93-f302-d839-17ba-000000004cee | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-09 15:13:54.697755 | fa163e93-f302-d839-17ba-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-09 15:13:54.700353 | fa163e93-f302-d839-17ba-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:45.122511 | 0.55s 2025-10-09 15:13:55.217901 | fa163e93-f302-d839-17ba-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-09 15:13:55.219527 | fa163e93-f302-d839-17ba-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:45.641691 | 1.07s 2025-10-09 15:13:55.229674 | fa163e93-f302-d839-17ba-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:45.651840 | 1.08s 2025-10-09 15:13:55.253716 | fa163e93-f302-d839-17ba-000000004cef | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-09 15:13:55.811334 | fa163e93-f302-d839-17ba-000000004cef | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-09 15:13:55.812145 | fa163e93-f302-d839-17ba-000000004cef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:46.234318 | 0.56s 2025-10-09 15:13:55.831295 | fa163e93-f302-d839-17ba-000000004cf0 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-09 15:13:56.297789 | fa163e93-f302-d839-17ba-000000004cf0 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-09 15:13:56.299340 | fa163e93-f302-d839-17ba-000000004cf0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:46.721501 | 0.47s 2025-10-09 15:13:56.329628 | fa163e93-f302-d839-17ba-000000004cf1 | TASK | Enable and start tripleo-container-shutdown 2025-10-09 15:13:57.276366 | fa163e93-f302-d839-17ba-000000004cf1 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-09 15:13:57.278510 | fa163e93-f302-d839-17ba-000000004cf1 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:47.700671 | 0.95s 2025-10-09 15:13:57.311959 | fa163e93-f302-d839-17ba-000000004cf2 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-09 15:13:57.836635 | fa163e93-f302-d839-17ba-000000004cf2 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-09 15:13:57.838560 | fa163e93-f302-d839-17ba-000000004cf2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:48.260709 | 0.53s 2025-10-09 15:13:57.868597 | fa163e93-f302-d839-17ba-000000004cf3 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-09 15:13:58.382194 | fa163e93-f302-d839-17ba-000000004cf3 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-09 15:13:58.383865 | fa163e93-f302-d839-17ba-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:48.806027 | 0.51s 2025-10-09 15:13:58.415456 | fa163e93-f302-d839-17ba-000000004cf4 | TASK | Enable and start netns-placeholder 2025-10-09 15:13:59.560420 | fa163e93-f302-d839-17ba-000000004cf4 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-09 15:13:59.562512 | fa163e93-f302-d839-17ba-000000004cf4 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:49.984674 | 1.15s 2025-10-09 15:13:59.593905 | fa163e93-f302-d839-17ba-000000004cba | TASK | Update container configs with new config hashes 2025-10-09 15:13:59.651074 | fa163e93-f302-d839-17ba-000000004cba | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:50.073235 | 0.06s 2025-10-09 15:13:59.665815 | d05204f5-453c-4e19-8807-1905f2fb5ccb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-09 15:13:59.691708 | fa163e93-f302-d839-17ba-000000004d1c | TASK | Update config hashes for container startup configs 2025-10-09 15:14:00.009088 | fa163e93-f302-d839-17ba-000000004d1c | OK | Update config hashes for container startup configs | standalone 2025-10-09 15:14:00.009924 | fa163e93-f302-d839-17ba-000000004d1c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:50.432095 | 0.32s 2025-10-09 15:14:00.030792 | fa163e93-f302-d839-17ba-000000004cbb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 15:14:00.087230 | fa163e93-f302-d839-17ba-000000004cbb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:50.509395 | 0.06s 2025-10-09 15:14:00.110630 | d3a2a09f-e39f-436c-b705-8e5c588d5335 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-09 15:14:00.148887 | fa163e93-f302-d839-17ba-000000004d3b | TASK | Gather podman infos 2025-10-09 15:14:02.274516 | fa163e93-f302-d839-17ba-000000004d3b | OK | Gather podman infos | standalone 2025-10-09 15:14:02.275743 | fa163e93-f302-d839-17ba-000000004d3b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:52.697909 | 2.12s 2025-10-09 15:14:02.419449 | fa163e93-f302-d839-17ba-000000004d3c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 15:14:02.505534 | fa163e93-f302-d839-17ba-000000004d3c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:52.927685 | 0.08s 2025-10-09 15:14:02.749916 | fa163e93-f302-d839-17ba-000000004d85 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:53.172058 | 0.18s 2025-10-09 15:14:02.805943 | fa163e93-f302-d839-17ba-000000004cbc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 15:14:02.839554 | fa163e93-f302-d839-17ba-000000004cbc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:53.261705 | 0.03s 2025-10-09 15:14:02.862515 | a5eb1498-2375-40a6-960b-b9a2f34d8189 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-09 15:14:02.907321 | fa163e93-f302-d839-17ba-000000004dab | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 15:14:27.293376 | fa163e93-f302-d839-17ba-000000004dab | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-09 15:14:27.295900 | fa163e93-f302-d839-17ba-000000004dab | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:17.718061 | 24.39s 2025-10-09 15:14:27.329342 | fa163e93-f302-d839-17ba-000000004dac | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-09 15:14:52.190707 | fa163e93-f302-d839-17ba-000000004dac | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-09 15:14:52.193599 | fa163e93-f302-d839-17ba-000000004dac | 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:31:42.615758 | 24.86s 2025-10-09 15:14:52.270711 | fa163e93-f302-d839-17ba-000000004c19 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-09 15:14:52.490601 | fa163e93-f302-d839-17ba-000000004c19 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-09 15:14:52.491889 | fa163e93-f302-d839-17ba-000000004c19 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:42.914050 | 0.22s 2025-10-09 15:14:52.530713 | fa163e93-f302-d839-17ba-000000004c1a | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-09 15:14:52.579694 | fa163e93-f302-d839-17ba-000000004c1a | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:43.001850 | 0.05s 2025-10-09 15:14:52.604472 | fa163e93-f302-d839-17ba-000000004c1b | TASK | Include container-puppet tasks for step 5 2025-10-09 15:14:52.654531 | fa163e93-f302-d839-17ba-000000004c1b | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:43.076687 | 0.05s 2025-10-09 15:14:52.672091 | b5f77b57-cf75-46b1-b858-d97ba1e77471 | INCLUDED | /root/standalone-ansible-k43ezndi/host-container-puppet-tasks.yaml | standalone 2025-10-09 15:14:52.709963 | fa163e93-f302-d839-17ba-000000004df7 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-09 15:14:53.200924 | fa163e93-f302-d839-17ba-000000004df7 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-09 15:14:53.202472 | fa163e93-f302-d839-17ba-000000004df7 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:43.624626 | 0.49s 2025-10-09 15:14:53.232683 | fa163e93-f302-d839-17ba-000000004df9 | TASK | Generate container puppet configs for step 5 2025-10-09 15:14:53.506706 | fa163e93-f302-d839-17ba-000000004df9 | OK | Generate container puppet configs for step 5 | standalone 2025-10-09 15:14:53.507963 | fa163e93-f302-d839-17ba-000000004df9 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:43.930125 | 0.27s 2025-10-09 15:14:53.538810 | fa163e93-f302-d839-17ba-000000004dfa | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-09 15:14:53.574555 | fa163e93-f302-d839-17ba-000000004dfa | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:43.996709 | 0.03s 2025-10-09 15:14:53.645076 | fa163e93-f302-d839-17ba-000000004e29 | TASK | Gather variables for each operating system 2025-10-09 15:14:53.808383 | fa163e93-f302-d839-17ba-000000004e29 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:44.230535 | 0.16s 2025-10-09 15:14:53.845383 | fa163e93-f302-d839-17ba-000000004e2a | TASK | Create container logs path 2025-10-09 15:14:54.110424 | fa163e93-f302-d839-17ba-000000004e2a | OK | Create container logs path | standalone 2025-10-09 15:14:54.111534 | fa163e93-f302-d839-17ba-000000004e2a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:44.533703 | 0.26s 2025-10-09 15:14:54.144481 | fa163e93-f302-d839-17ba-000000004e2c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-09 15:14:54.386309 | fa163e93-f302-d839-17ba-000000004e2c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-09 15:14:54.387702 | fa163e93-f302-d839-17ba-000000004e2c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:44.809856 | 0.24s 2025-10-09 15:14:54.411074 | fa163e93-f302-d839-17ba-000000004e2d | TASK | Finalise hashes for all containers 2025-10-09 15:14:54.446109 | fa163e93-f302-d839-17ba-000000004e2d | OK | Finalise hashes for all containers | standalone 2025-10-09 15:14:54.447034 | fa163e93-f302-d839-17ba-000000004e2d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:44.869204 | 0.03s 2025-10-09 15:14:54.466411 | fa163e93-f302-d839-17ba-000000004e2f | TASK | Manage systemd shutdown files 2025-10-09 15:14:54.495094 | fa163e93-f302-d839-17ba-000000004e2f | SKIPPED | Manage systemd shutdown files | standalone 2025-10-09 15:14:54.495890 | fa163e93-f302-d839-17ba-000000004e2f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:44.918061 | 0.03s 2025-10-09 15:14:54.516858 | fa163e93-f302-d839-17ba-000000004e31 | TASK | Update container configs with new config hashes 2025-10-09 15:14:54.544057 | fa163e93-f302-d839-17ba-000000004e31 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-09 15:14:54.544873 | fa163e93-f302-d839-17ba-000000004e31 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:44.967043 | 0.03s 2025-10-09 15:14:54.565968 | fa163e93-f302-d839-17ba-000000004e32 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-09 15:14:54.602368 | fa163e93-f302-d839-17ba-000000004e32 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-09 15:14:54.603056 | fa163e93-f302-d839-17ba-000000004e32 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:45.025228 | 0.04s 2025-10-09 15:14:54.624047 | fa163e93-f302-d839-17ba-000000004e33 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-09 15:14:54.660906 | fa163e93-f302-d839-17ba-000000004e33 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-09 15:14:54.661708 | fa163e93-f302-d839-17ba-000000004e33 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:45.083879 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-09 15:14:54.796656 | fa163e93-f302-d839-17ba-0000000000f7 | TASK | Server Post Deployments 2025-10-09 15:14:54.825267 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000f7') missing from stats 2025-10-09 15:14:54.883956 | fa163e93-f302-d839-17ba-0000000000f8 | TIMING | include_tasks | standalone | 0:31:45.306113 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-09 15:14:54.992085 | fa163e93-f302-d839-17ba-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-09 15:14:55.020502 | fa163e93-f302-d839-17ba-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', 'fa163e93-f302-d839-17ba-0000000000fc') missing from stats 2025-10-09 15:14:55.034691 | fa163e93-f302-d839-17ba-000000000100 | TASK | is additonal Cell? 2025-10-09 15:14:55.070592 | fa163e93-f302-d839-17ba-000000000100 | OK | is additonal Cell? | undercloud 2025-10-09 15:14:55.071717 | fa163e93-f302-d839-17ba-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:45.493875 | 0.04s 2025-10-09 15:14:55.089258 | fa163e93-f302-d839-17ba-000000000102 | TASK | discover via nova_manager? 2025-10-09 15:14:55.158576 | fa163e93-f302-d839-17ba-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-09 15:14:55.159796 | fa163e93-f302-d839-17ba-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:45.581958 | 0.07s 2025-10-09 15:14:55.177937 | fa163e93-f302-d839-17ba-000000000103 | TASK | discover via nova_api? 2025-10-09 15:14:55.257695 | fa163e93-f302-d839-17ba-000000000103 | OK | discover via nova_api? | undercloud 2025-10-09 15:14:55.258816 | fa163e93-f302-d839-17ba-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:45.680979 | 0.08s 2025-10-09 15:14:55.276703 | fa163e93-f302-d839-17ba-000000000104 | TASK | Warn if no discovery host available 2025-10-09 15:14:55.318633 | fa163e93-f302-d839-17ba-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-09 15:14:55.319851 | fa163e93-f302-d839-17ba-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:45.742009 | 0.04s 2025-10-09 15:14:55.357002 | fa163e93-f302-d839-17ba-000000000105 | TASK | Discovering nova hosts 2025-10-09 15:14:57.916372 | fa163e93-f302-d839-17ba-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e93-f302-d839-17ba-000000000105') missing from stats 2025-10-09 15:14:57.998351 | fa163e93-f302-d839-17ba-000000000106 | OK | set_fact | undercloud 2025-10-09 15:14:57.999761 | fa163e93-f302-d839-17ba-000000000106 | TIMING | set_fact | undercloud | 0:31:48.421924 | 0.06s 2025-10-09 15:14:58.015330 | fa163e93-f302-d839-17ba-000000000108 | TASK | Set up group_vars 2025-10-09 15:14:58.054454 | fa163e93-f302-d839-17ba-000000000108 | OK | Set up group_vars | undercloud 2025-10-09 15:14:58.055692 | fa163e93-f302-d839-17ba-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:48.477854 | 0.04s 2025-10-09 15:14:58.071069 | fa163e93-f302-d839-17ba-000000000109 | TASK | Make needed directories on the undercloud 2025-10-09 15:14:58.322452 | fa163e93-f302-d839-17ba-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-k43ezndi/octavia-ansible 2025-10-09 15:14:58.324202 | fa163e93-f302-d839-17ba-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:48.746364 | 0.25s 2025-10-09 15:14:58.551027 | fa163e93-f302-d839-17ba-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-k43ezndi/octavia-ansible/local_dir 2025-10-09 15:14:58.551881 | fa163e93-f302-d839-17ba-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:48.974053 | 0.48s 2025-10-09 15:14:58.726094 | fa163e93-f302-d839-17ba-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-k43ezndi/octavia-ansible/group_vars 2025-10-09 15:14:58.726929 | fa163e93-f302-d839-17ba-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:49.149102 | 0.65s 2025-10-09 15:14:58.737887 | fa163e93-f302-d839-17ba-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:49.160008 | 0.67s 2025-10-09 15:14:58.756362 | fa163e93-f302-d839-17ba-00000000010a | TASK | Write group_vars file 2025-10-09 15:14:59.236502 | fa163e93-f302-d839-17ba-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-09 15:14:59.237226 | fa163e93-f302-d839-17ba-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:49.659397 | 0.48s 2025-10-09 15:14:59.260599 | fa163e93-f302-d839-17ba-00000000010b | TASK | Gather missing facts 2025-10-09 15:14:59.623965 | fa163e93-f302-d839-17ba-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e93-f302-d839-17ba-00000000010b') missing from stats 2025-10-09 15:14:59.642588 | fa163e93-f302-d839-17ba-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:50.064740 | 0.38s 2025-10-09 15:14:59.661050 | fa163e93-f302-d839-17ba-00000000010c | TASK | Write octavia inventory 2025-10-09 15:15:00.214989 | fa163e93-f302-d839-17ba-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-09 15:15:00.216787 | fa163e93-f302-d839-17ba-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:50.638939 | 0.55s 2025-10-09 15:15:00.233538 | fa163e93-f302-d839-17ba-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-09 15:15:00.426202 | fa163e93-f302-d839-17ba-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-09 15:15:00.427136 | fa163e93-f302-d839-17ba-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:50.849303 | 0.19s 2025-10-09 15:15:00.441128 | fa163e93-f302-d839-17ba-00000000010e | TASK | Set private key location 2025-10-09 15:15:00.477828 | fa163e93-f302-d839-17ba-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-09 15:15:00.478843 | fa163e93-f302-d839-17ba-00000000010e | TIMING | Set private key location | undercloud | 0:31:50.901012 | 0.04s 2025-10-09 15:15:00.493917 | fa163e93-f302-d839-17ba-00000000010f | TASK | Configure octavia command 2025-10-09 15:15:00.529321 | fa163e93-f302-d839-17ba-00000000010f | OK | Configure octavia command | undercloud 2025-10-09 15:15:00.530292 | fa163e93-f302-d839-17ba-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:50.952461 | 0.04s 2025-10-09 15:15:00.571297 | fa163e93-f302-d839-17ba-000000000110 | OK | set_fact | undercloud 2025-10-09 15:15:00.572588 | fa163e93-f302-d839-17ba-000000000110 | TIMING | set_fact | undercloud | 0:31:50.994749 | 0.03s 2025-10-09 15:15:00.629256 | fa163e93-f302-d839-17ba-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-k43ezndi/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-k43ezndi/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-k43ezndi/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-09 15:15:00.630638 | fa163e93-f302-d839-17ba-000000000111 | TIMING | debug | undercloud | 0:31:51.052798 | 0.04s 2025-10-09 15:15:00.647457 | fa163e93-f302-d839-17ba-000000000112 | TASK | Configure octavia on overcloud 2025-10-09 15:18:16.273068 | fa163e93-f302-d839-17ba-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-09 15:18:16.275918 | fa163e93-f302-d839-17ba-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:35:06.698076 | 195.63s 2025-10-09 15:18:16.295847 | fa163e93-f302-d839-17ba-000000000113 | TASK | Purge temp dirs 2025-10-09 15:18:16.519611 | fa163e93-f302-d839-17ba-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-k43ezndi/octavia-ansible/local_dir 2025-10-09 15:18:16.520539 | fa163e93-f302-d839-17ba-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:06.942703 | 0.22s 2025-10-09 15:18:16.531486 | fa163e93-f302-d839-17ba-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:06.953650 | 0.23s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=796 changed=346 unreachable=0 failed=0 skipped=317 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-10-09 15:18:16.602913 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 15:18:16.603924 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 15:18:16.604603 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:35:07.026771 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-09 15:18:16.605089 | UUID | Info | Host | Task Name | Run Time 2025-10-09 15:18:16.605598 | fa163e93-f302-d839-17ba-0000000022b0 | SUMMARY | standalone | Pre-fetch all the containers | 291.64s 2025-10-09 15:18:16.606161 | fa163e93-f302-d839-17ba-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 195.63s 2025-10-09 15:18:16.606679 | fa163e93-f302-d839-17ba-000000004a15 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 128.39s 2025-10-09 15:18:16.607257 | fa163e93-f302-d839-17ba-000000003079 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.49s 2025-10-09 15:18:16.608459 | fa163e93-f302-d839-17ba-000000002ca5 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.52s 2025-10-09 15:18:16.608955 | fa163e93-f302-d839-17ba-00000000389a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 50.49s 2025-10-09 15:18:16.609532 | fa163e93-f302-d839-17ba-000000002e43 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.35s 2025-10-09 15:18:16.610029 | fa163e93-f302-d839-17ba-000000004879 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.94s 2025-10-09 15:18:16.610555 | fa163e93-f302-d839-17ba-000000004a14 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 30.24s 2025-10-09 15:18:16.615381 | fa163e93-f302-d839-17ba-0000000030a5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.78s 2025-10-09 15:18:16.615927 | fa163e93-f302-d839-17ba-0000000030fd | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 28.44s 2025-10-09 15:18:16.616476 | fa163e93-f302-d839-17ba-0000000030d1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.91s 2025-10-09 15:18:16.617011 | fa163e93-f302-d839-17ba-000000004b3c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.72s 2025-10-09 15:18:16.617626 | fa163e93-f302-d839-17ba-000000004dac | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 24.86s 2025-10-09 15:18:16.618119 | fa163e93-f302-d839-17ba-000000004dab | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.39s 2025-10-09 15:18:16.618626 | fa163e93-f302-d839-17ba-000000004b10 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.38s 2025-10-09 15:18:16.619117 | fa163e93-f302-d839-17ba-00000000389b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 24.35s 2025-10-09 15:18:16.619665 | fa163e93-f302-d839-17ba-000000004b68 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.08s 2025-10-09 15:18:16.620214 | fa163e93-f302-d839-17ba-000000003336 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 20.87s 2025-10-09 15:18:16.620745 | fa163e93-f302-d839-17ba-00000000319d | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2025-10-09 15:18:16.621204 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-k43ezndi Install artifact is located at /root/standalone-install-20251009151817.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.36UUiPYQL1 + exit 0 ~/ci-framework-data/artifacts