~/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.34oCUb0uqN + 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.34oCUb0uqN/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 + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.34oCUb0uqN/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.34oCUb0uqN + J2_VARS_FILE=/tmp/tmp.34oCUb0uqN/tmp.IMxwzm0qD1.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.34oCUb0uqN/tmp.IMxwzm0qD1.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.34oCUb0uqN/tmp.IMxwzm0qD1.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.34oCUb0uqN/tmp.IMxwzm0qD1.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.34oCUb0uqN/tmp.IMxwzm0qD1.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.34oCUb0uqN/tmp.IMxwzm0qD1.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.34oCUb0uqN/tmp.IMxwzm0qD1.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.34oCUb0uqN/tmp.IMxwzm0qD1.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.34oCUb0uqN/tmp.IMxwzm0qD1.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.34oCUb0uqN/tmp.IMxwzm0qD1.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.34oCUb0uqN/tmp.IMxwzm0qD1.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.34oCUb0uqN/tmp.IMxwzm0qD1.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.34oCUb0uqN/tmp.IMxwzm0qD1.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.34oCUb0uqN/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.34oCUb0uqN/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.34oCUb0uqN/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.34oCUb0uqN/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.34oCUb0uqN/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 3.8 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.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.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.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): device-mapper-persistent-data-0.9.0-13 5.3 MB/s | 786 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 2.7 MB/s | 459 kB 00:00 (3/399): glibc-langpack-en-2.34-60.el9.x86_64.r 13 MB/s | 675 kB 00:00 (4/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.6 MB/s | 62 kB 00:00 (5/399): krb5-workstation-1.20.1-8.el9.x86_64.r 11 MB/s | 542 kB 00:00 (6/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.7 MB/s | 81 kB 00:00 (7/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 944 kB/s | 37 kB 00:00 (8/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.0 MB/s | 45 kB 00:00 (9/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 415 kB/s | 16 kB 00:00 (10/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 325 kB/s | 12 kB 00:00 (11/399): python3-dns-2.2.1-2.el9.noarch.rpm 9.5 MB/s | 418 kB 00:00 (12/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 971 kB/s | 36 kB 00:00 (13/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 771 kB/s | 30 kB 00:00 (14/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 470 kB/s | 19 kB 00:00 (15/399): device-mapper-event-libs-1.02.187-7.e 761 kB/s | 31 kB 00:00 (16/399): device-mapper-event-1.02.187-7.el9_2. 625 kB/s | 32 kB 00:00 (17/399): libaio-0.3.111-13.el9.x86_64.rpm 58 kB/s | 26 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 23 MB/s | 1.5 MB 00:00 (19/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 3.4 MB/s | 223 kB 00:00 (20/399): boost-system-1.75.0-8.el9.x86_64.rpm 429 kB/s | 15 kB 00:00 (21/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.7 MB/s | 64 kB 00:00 (22/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.6 MB/s | 98 kB 00:00 (23/399): python3-urllib-gssapi-1.0.2-4.el9.noa 172 kB/s | 24 kB 00:00 (24/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.8 MB/s | 216 kB 00:00 (25/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 454 kB/s | 17 kB 00:00 (26/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.4 MB/s | 57 kB 00:00 (27/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.5 MB/s | 59 kB 00:00 (28/399): perl-File-Temp-0.231.100-4.el9.noarch 1.3 MB/s | 63 kB 00:00 (29/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 593 kB/s | 25 kB 00:00 (30/399): perl-Exporter-5.74-461.el9.noarch.rpm 258 kB/s | 34 kB 00:00 (31/399): python3-pyasn1-modules-0.4.8-6.el9.no 7.2 MB/s | 283 kB 00:00 (32/399): perl-parent-0.238-460.el9.noarch.rpm 274 kB/s | 16 kB 00:00 (33/399): xorriso-1.5.4-4.el9.x86_64.rpm 7.6 MB/s | 321 kB 00:00 (34/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.9 MB/s | 224 kB 00:00 (35/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 8.3 MB/s | 392 kB 00:00 (36/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.3 MB/s | 92 kB 00:00 (37/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 375 kB/s | 45 kB 00:00 (38/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 5.6 MB/s | 229 kB 00:00 (39/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.1 MB/s | 51 kB 00:00 (40/399): perl-Text-ParseWords-3.30-460.el9.noa 506 kB/s | 18 kB 00:00 (41/399): perl-URI-5.09-3.el9.noarch.rpm 2.9 MB/s | 125 kB 00:00 (42/399): perl-libnet-3.13-4.el9.noarch.rpm 1.8 MB/s | 134 kB 00:00 (43/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 (44/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 734 kB/s | 26 kB 00:00 (45/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 1.2 MB/s | 1.0 MB 00:00 (46/399): iptables-nft-services-1.8.8-6.el9_1.n 698 kB/s | 28 kB 00:00 (47/399): perl-Carp-1.50-460.el9.noarch.rpm 783 kB/s | 31 kB 00:00 (48/399): perl-Pod-Escapes-1.07-460.el9.noarch. 540 kB/s | 22 kB 00:00 (49/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.7 MB/s | 218 kB 00:00 (50/399): libburn-1.5.4-4.el9.x86_64.rpm 4.3 MB/s | 175 kB 00:00 (51/399): perl-Mozilla-CA-20200520-6.el9.noarch 400 kB/s | 14 kB 00:00 (52/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 680 kB/s | 24 kB 00:00 (53/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.9 MB/s | 76 kB 00:00 (54/399): perl-Time-Local-1.300-7.el9.noarch.rp 464 kB/s | 37 kB 00:00 (55/399): sshpass-1.09-4.el9.x86_64.rpm 755 kB/s | 30 kB 00:00 (56/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.3 MB/s | 73 kB 00:00 (57/399): perl-Encode-3.08-462.el9.x86_64.rpm 7.1 MB/s | 1.7 MB 00:00 (58/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.5 MB/s | 59 kB 00:00 (59/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 549 kB/s | 39 kB 00:00 (60/399): boost-program-options-1.75.0-8.el9.x8 1.3 MB/s | 108 kB 00:00 (61/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 738 kB/s | 34 kB 00:00 (62/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 255 kB/s | 19 kB 00:00 (63/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.7 MB/s | 419 kB 00:00 (64/399): boost-log-1.75.0-8.el9.x86_64.rpm 1.9 MB/s | 410 kB 00:00 (65/399): perl-Digest-1.19-4.el9.noarch.rpm 697 kB/s | 29 kB 00:00 (66/399): perl-File-Path-2.18-4.el9.noarch.rpm 926 kB/s | 38 kB 00:00 (67/399): perl-Scalar-List-Utils-1.56-461.el9.x 2.0 MB/s | 77 kB 00:00 (68/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.1 MB/s | 58 kB 00:00 (69/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 345 kB/s | 43 kB 00:00 (70/399): perl-constant-1.33-461.el9.noarch.rpm 686 kB/s | 25 kB 00:00 (71/399): perl-podlators-4.14-460.el9.noarch.rp 2.8 MB/s | 118 kB 00:00 (72/399): python3-appdirs-1.4.4-4.el9.noarch.rp 659 kB/s | 27 kB 00:00 (73/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 396 kB/s | 92 kB 00:00 (74/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.4 MB/s | 96 kB 00:00 (75/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.0 MB/s | 163 kB 00:00 (76/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 668 kB/s | 112 kB 00:00 (77/399): python3-qrcode-core-6.1-12.el9.noarch 1.4 MB/s | 61 kB 00:00 (78/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.1 MB/s | 48 kB 00:00 (79/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.4 MB/s | 279 kB 00:00 (80/399): python3-alembic-1.7.5-3.el9.noarch.rp 17 MB/s | 900 kB 00:00 (81/399): python3-augeas-0.5.0-25.el9.noarch.rp 407 kB/s | 31 kB 00:00 (82/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 6.6 MB/s | 489 kB 00:00 (83/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 221 kB 00:00 (84/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 502 kB/s | 42 kB 00:00 (85/399): perl-AutoLoader-5.74-480.el9.noarch.r 379 kB/s | 23 kB 00:00 (86/399): perl-B-1.80-480.el9.x86_64.rpm 3.5 MB/s | 185 kB 00:00 (87/399): perl-Class-Struct-0.66-480.el9.noarch 533 kB/s | 24 kB 00:00 (88/399): perl-Errno-1.30-480.el9.x86_64.rpm 359 kB/s | 17 kB 00:00 (89/399): perl-File-Basename-2.85-480.el9.noarc 541 kB/s | 19 kB 00:00 (90/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 558 kB/s | 23 kB 00:00 (91/399): perl-File-stat-1.09-480.el9.noarch.rp 517 kB/s | 19 kB 00:00 (92/399): perl-Getopt-Std-1.12-480.el9.noarch.r 416 kB/s | 17 kB 00:00 (93/399): perl-IO-1.43-480.el9.x86_64.rpm 1.7 MB/s | 94 kB 00:00 (94/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 643 kB/s | 25 kB 00:00 (95/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 449 kB/s | 25 kB 00:00 (96/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.5 MB/s | 99 kB 00:00 (97/399): perl-SelectSaver-1.02-480.el9.noarch. 344 kB/s | 13 kB 00:00 (98/399): perl-base-2.27-480.el9.noarch.rpm 466 kB/s | 18 kB 00:00 (99/399): perl-Symbol-1.08-480.el9.noarch.rpm 344 kB/s | 16 kB 00:00 (100/399): perl-if-0.60.800-480.el9.noarch.rpm 444 kB/s | 16 kB 00:00 (101/399): perl-interpreter-5.32.1-480.el9.x86_ 1.8 MB/s | 75 kB 00:00 (102/399): perl-mro-1.23-480.el9.x86_64.rpm 719 kB/s | 31 kB 00:00 (103/399): perl-libs-5.32.1-480.el9.x86_64.rpm 30 MB/s | 2.2 MB 00:00 (104/399): perl-FileHandle-2.03-480.el9.noarch. 56 kB/s | 17 kB 00:00 (105/399): perl-overload-1.31-480.el9.noarch.rp 1.1 MB/s | 47 kB 00:00 (106/399): perl-subs-1.03-480.el9.noarch.rpm 326 kB/s | 13 kB 00:00 (107/399): perl-vars-1.05-480.el9.noarch.rpm 250 kB/s | 15 kB 00:00 (108/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 5.0 MB/s | 259 kB 00:00 (109/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.3 MB/s | 176 kB 00:00 (110/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 10 MB/s | 459 kB 00:00 (111/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 994 kB/s | 40 kB 00:00 (112/399): jq-1.6-14.el9.x86_64.rpm 4.6 MB/s | 190 kB 00:00 (113/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.3 MB/s | 59 kB 00:00 (114/399): ansible-freeipa-1.9.2-3.el9_2.noarch 10 MB/s | 452 kB 00:00 (115/399): rhel-system-roles-1.21.2-1.el9_2.noa 34 MB/s | 2.4 MB 00:00 (116/399): ansible-collection-community-general 19 MB/s | 1.3 MB 00:00 (117/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.5 MB/s | 68 kB 00:00 (118/399): perl-overloading-0.02-480.el9.noarch 42 kB/s | 15 kB 00:00 (119/399): ansible-collection-ansible-posix-1.2 2.2 MB/s | 124 kB 00:00 (120/399): cephadm-18.2.1-361.el9cp.noarch.rpm 7.4 MB/s | 354 kB 00:00 (121/399): ipa-client-common-4.10.1-12.el9_2.2. 922 kB/s | 44 kB 00:00 (122/399): ipa-common-4.10.1-12.el9_2.2.noarch. 10 MB/s | 656 kB 00:00 (123/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (124/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 54 MB/s | 7.9 MB 00:00 (125/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 318 kB/s | 57 kB 00:00 (126/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 187 kB/s | 41 kB 00:00 (127/399): python3-ipaclient-4.10.1-12.el9_2.2. 1.3 MB/s | 648 kB 00:00 (128/399): ruby-default-gems-3.0.4-161.el9_2.2. 184 kB/s | 46 kB 00:00 (129/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 39 MB/s | 3.3 MB 00:00 (130/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 828 kB/s | 55 kB 00:00 (131/399): rubygem-bundler-2.2.33-161.el9_2.2.n 6.8 MB/s | 456 kB 00:00 (132/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.5 MB/s | 59 kB 00:00 (133/399): rubygem-io-console-0.5.7-161.el9_2.2 389 kB/s | 26 kB 00:00 (134/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 8.9 MB/s | 441 kB 00:00 (135/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.8 MB/s | 110 kB 00:00 (136/399): rubygems-3.2.33-161.el9_2.2.noarch.r 5.5 MB/s | 306 kB 00:00 (137/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.9 MB/s | 245 kB 00:00 (138/399): buildah-1.29.5-1.el9_2.x86_64.rpm 61 MB/s | 8.6 MB 00:00 (139/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 25 MB/s | 2.2 MB 00:00 (140/399): python3-openvswitch3.3-3.3.6-141.el9 8.8 MB/s | 383 kB 00:00 (141/399): ansible-collection-ansible-netcommon 4.4 MB/s | 181 kB 00:00 (142/399): ansible-collection-ansible-utils-2.3 1.8 MB/s | 91 kB 00:00 (143/399): golang-github-vbatts-tar-split-0.11. 20 MB/s | 1.0 MB 00:00 (144/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 2.0 MB/s | 77 kB 00:00 (145/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 4.1 MB/s | 162 kB 00:00 (146/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 3.7 MB/s | 178 kB 00:00 (147/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 144 kB/s | 60 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 723 kB/s | 25 kB 00:00 (149/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.1 MB/s | 44 kB 00:00 (150/399): python3-beautifulsoup4-4.9.3-2.el9os 5.1 MB/s | 204 kB 00:00 (151/399): python3-croniter-0.3.35-2.el9ost.noa 1.0 MB/s | 49 kB 00:00 (152/399): python3-daemon-2.3.0-1.el9ost.noarch 1.0 MB/s | 39 kB 00:00 (153/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.1 MB/s | 44 kB 00:00 (154/399): python3-docutils-0.16-6.el9ost.noarc 19 MB/s | 1.5 MB 00:00 (155/399): python3-gevent-21.1.2-2.el9ost.x86_6 24 MB/s | 1.6 MB 00:00 (156/399): python3-ansible-runner-2.0.0a1-3.el9 535 kB/s | 122 kB 00:00 (157/399): python3-jeepney-0.6.0-2.el9ost.noarc 5.8 MB/s | 284 kB 00:00 (158/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.2 MB/s | 107 kB 00:00 (159/399): python3-lockfile-0.12.2-2.el9ost.noa 833 kB/s | 31 kB 00:00 (160/399): python3-logutils-0.3.5-15.el9ost.noa 911 kB/s | 47 kB 00:00 (161/399): python3-memcached-1.59-3.el9ost.noar 1.1 MB/s | 40 kB 00:00 (162/399): python3-migrate-0.13.0-1.el9ost.noar 5.5 MB/s | 224 kB 00:00 (163/399): python3-mimeparse-1.6.0-16.el9ost.no 372 kB/s | 16 kB 00:00 (164/399): python3-natsort-7.1.1-2.el9ost.noarc 1.0 MB/s | 59 kB 00:00 (165/399): python3-passlib-1.7.4-3.el9ost.noarc 14 MB/s | 712 kB 00:00 (166/399): python3-pecan-1.4.0-2.el9ost.noarch. 6.7 MB/s | 273 kB 00:00 (167/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.2 MB/s | 90 kB 00:00 (168/399): python3-pyperclip-1.8.0-3.el9ost.noa 653 kB/s | 25 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.0 MB/s | 111 kB 00:00 (170/399): python3-setproctitle-1.2.2-1.el9ost. 656 kB/s | 23 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.3 MB/s | 47 kB 00:00 (172/399): python3-soupsieve-2.2-1.el9ost.noarc 1.6 MB/s | 67 kB 00:00 (173/399): python3-jmespath-0.10.0-1.el9ost.noa 132 kB/s | 46 kB 00:00 (174/399): python3-sqlalchemy13-1.3.24-3.el9ost 27 MB/s | 1.7 MB 00:00 (175/399): python3-tenacity-6.3.1-1.el9ost.noar 1.3 MB/s | 51 kB 00:00 (176/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 9.3 MB/s | 396 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 5.1 MB/s | 205 kB 00:00 (178/399): python3-zope-interface-5.4.0-1.el9os 4.5 MB/s | 202 kB 00:00 (179/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.6 MB/s | 243 kB 00:00 (180/399): rubygem-deep_merge-1.2.1-7.el9ost.no 404 kB/s | 14 kB 00:00 (181/399): rubygem-fast_gettext-1.2.0-9.el9ost. 639 kB/s | 34 kB 00:00 (182/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.3 MB/s | 90 kB 00:00 (183/399): rubygem-multi_json-1.15.0-2.el9ost.n 606 kB/s | 22 kB 00:00 (184/399): python3-webtest-2.0.35-6.el9ost.noar 363 kB/s | 82 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 395 kB/s | 34 kB 00:00 (186/399): rubygem-semantic_puppet-1.0.4-2.el9o 442 kB/s | 21 kB 00:00 (187/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 8.8 MB/s | 433 kB 00:00 (188/399): ansible-config_template-2.0.1-17.1.2 617 kB/s | 29 kB 00:00 (189/399): ansible-role-atos-hsm-1.0.1-17.1.202 482 kB/s | 17 kB 00:00 (190/399): ansible-role-chrony-1.3.1-17.1.20230 626 kB/s | 22 kB 00:00 (191/399): ansible-role-collectd-config-0.0.3-1 1.3 MB/s | 53 kB 00:00 (192/399): ansible-role-container-registry-1.4. 622 kB/s | 24 kB 00:00 (193/399): ansible-role-qdr-config-0.0.2-17.1.2 578 kB/s | 21 kB 00:00 (194/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 65 kB/s | 16 kB 00:00 (195/399): ansible-role-openstack-operations-0. 457 kB/s | 30 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 760 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 574 kB/s | 21 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 694 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 825 kB/s | 36 kB 00:00 (200/399): ansible-tripleo-ipsec-11.0.1-17.1.20 1.0 MB/s | 38 kB 00:00 (201/399): openstack-heat-agents-2.2.1-17.1.202 189 kB/s | 9.6 kB 00:00 (202/399): os-collect-config-13.1.1-17.1.202310 1.3 MB/s | 50 kB 00:00 (203/399): os-apply-config-13.1.1-17.1.20231020 589 kB/s | 54 kB 00:00 (204/399): os-refresh-config-13.1.1-17.1.202310 594 kB/s | 21 kB 00:00 (205/399): puppet-aodh-18.4.2-17.1.202306201512 1.3 MB/s | 62 kB 00:00 (206/399): puppet-archive-4.6.1-17.1.2023062018 1.0 MB/s | 44 kB 00:00 (207/399): puppet-auditd-2.2.1-17.1.20230620192 773 kB/s | 28 kB 00:00 (208/399): dib-utils-0.0.11-17.1.20230620173328 58 kB/s | 12 kB 00:00 (209/399): puppet-ceilometer-18.4.3-17.1.202309 1.7 MB/s | 70 kB 00:00 (210/399): puppet-cinder-18.5.2-17.1.2023062105 3.1 MB/s | 120 kB 00:00 (211/399): puppet-collectd-13.0.1-17.1.20230620 2.6 MB/s | 135 kB 00:00 (212/399): puppet-corosync-8.0.1-17.1.202306211 1.8 MB/s | 68 kB 00:00 (213/399): puppet-dns-8.2.1-17.1.20230621002045 847 kB/s | 36 kB 00:00 (214/399): puppet-designate-18.6.1-17.1.2023062 1.1 MB/s | 69 kB 00:00 (215/399): puppet-etcd-1.12.3-17.1.202306201932 674 kB/s | 25 kB 00:00 (216/399): puppet-gnocchi-18.4.3-17.1.202306210 1.3 MB/s | 58 kB 00:00 (217/399): puppet-certmonger-2.7.1-17.1.2023062 127 kB/s | 26 kB 00:00 (218/399): puppet-heat-18.4.1-17.1.202306211116 1.6 MB/s | 70 kB 00:00 (219/399): puppet-kmod-2.5.0-17.1.2023062019064 441 kB/s | 21 kB 00:00 (220/399): puppet-memcached-6.0.0-17.1.20230620 606 kB/s | 23 kB 00:00 (221/399): puppet-mysql-10.6.1-17.1.20230621022 2.4 MB/s | 99 kB 00:00 (222/399): puppet-neutron-18.6.1-17.1.202306210 4.8 MB/s | 196 kB 00:00 (223/399): puppet-nova-18.6.1-17.1.202306210904 4.9 MB/s | 200 kB 00:00 (224/399): puppet-octavia-18.5.1-17.1.202306210 1.6 MB/s | 76 kB 00:00 (225/399): puppet-nssdb-1.0.2-17.1.202306201856 173 kB/s | 12 kB 00:00 (226/399): puppet-manila-18.5.2-17.1.2023110219 506 kB/s | 81 kB 00:00 (227/399): puppet-openstacklib-18.5.2-17.1.2023 1.4 MB/s | 62 kB 00:00 (228/399): puppet-oslo-18.5.1-17.1.202306210523 1.2 MB/s | 48 kB 00:00 (229/399): puppet-openstack_extras-18.5.1-17.1. 808 kB/s | 48 kB 00:00 (230/399): puppet-placement-5.4.3-17.1.20230621 1.0 MB/s | 41 kB 00:00 (231/399): puppet-qdr-7.4.1-17.1.20230620195605 780 kB/s | 31 kB 00:00 (232/399): puppet-redis-6.1.1-17.1.202306201917 1.1 MB/s | 51 kB 00:00 (233/399): puppet-rabbitmq-11.0.1-17.1.20230620 3.3 MB/s | 266 kB 00:00 (234/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.1 MB/s | 58 kB 00:00 (235/399): puppet-ssh-6.2.1-17.1.20230620190251 641 kB/s | 29 kB 00:00 (236/399): puppet-stdlib-6.3.1-17.1.20230621000 2.8 MB/s | 160 kB 00:00 (237/399): puppet-systemd-2.12.1-17.1.202306201 1.2 MB/s | 42 kB 00:00 (238/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (239/399): puppet-xinetd-3.3.1-17.1.20230620185 715 kB/s | 26 kB 00:00 (240/399): python-oslo-cache-lang-2.7.1-17.1.20 532 kB/s | 19 kB 00:00 (241/399): python-oslo-log-lang-4.4.0-17.1.2023 407 kB/s | 14 kB 00:00 (242/399): python-oslo-policy-lang-3.7.1-17.1.2 403 kB/s | 14 kB 00:00 (243/399): python-oslo-middleware-lang-4.2.1-17 182 kB/s | 13 kB 00:00 (244/399): python-oslo-versionedobjects-lang-2. 358 kB/s | 14 kB 00:00 (245/399): python-pycadf-common-3.1.1-17.1.2023 422 kB/s | 15 kB 00:00 (246/399): python3-GitPython-3.1.14-2.el9ost.no 5.4 MB/s | 238 kB 00:00 (247/399): python3-aodhclient-2.2.0-17.1.202306 1.5 MB/s | 56 kB 00:00 (248/399): python3-barbicanclient-5.3.0-17.1.20 2.9 MB/s | 127 kB 00:00 (249/399): python3-cinderclient-7.4.1-17.1.2023 5.2 MB/s | 218 kB 00:00 (250/399): puppet-swift-18.6.1-17.1.20230621052 358 kB/s | 115 kB 00:00 (251/399): python3-cliff-3.7.0-17.1.20230620172 2.5 MB/s | 95 kB 00:00 (252/399): python3-futurist-2.3.0-17.1.20230621 1.7 MB/s | 64 kB 00:00 (253/399): python3-heat-agent-2.2.1-17.1.202306 544 kB/s | 19 kB 00:00 (254/399): python3-heat-agent-ansible-2.2.1-17. 303 kB/s | 11 kB 00:00 (255/399): python3-heat-agent-apply-config-2.2. 236 kB/s | 9.9 kB 00:00 (256/399): python3-heat-agent-docker-cmd-2.2.1- 353 kB/s | 12 kB 00:00 (257/399): python3-heat-agent-hiera-2.2.1-17.1. 219 kB/s | 10 kB 00:00 (258/399): python3-heat-agent-json-file-2.2.1-1 263 kB/s | 9.8 kB 00:00 (259/399): python3-heat-agent-puppet-2.2.1-17.1 232 kB/s | 11 kB 00:00 (260/399): python3-ironic-inspector-client-4.5. 1.4 MB/s | 67 kB 00:00 (261/399): python3-heatclient-2.3.1-17.1.202306 1.6 MB/s | 158 kB 00:00 (262/399): python3-ironicclient-4.6.4-17.1.2023 8.1 MB/s | 342 kB 00:00 (263/399): python3-keystoneclient-4.3.0-17.1.20 5.3 MB/s | 239 kB 00:00 (264/399): python3-keystonemiddleware-9.2.0-17. 2.4 MB/s | 92 kB 00:00 (265/399): python3-designateclient-4.2.1-17.1.2 277 kB/s | 92 kB 00:00 (266/399): python3-magnumclient-3.4.1-17.1.2023 2.3 MB/s | 121 kB 00:00 (267/399): python3-mistralclient-4.2.0-17.1.202 3.3 MB/s | 166 kB 00:00 (268/399): python3-neutronclient-7.3.1-17.1.202 6.4 MB/s | 298 kB 00:00 (269/399): python3-novaclient-17.4.1-17.1.20230 4.2 MB/s | 201 kB 00:00 (270/399): python3-os-client-config-2.1.0-17.1. 1.4 MB/s | 55 kB 00:00 (271/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (272/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (273/399): python3-osc-lib-2.3.1-17.1.202306202 1.5 MB/s | 78 kB 00:00 (274/399): python3-oslo-context-3.2.1-17.1.2023 728 kB/s | 27 kB 00:00 (275/399): python3-oslo-cache-2.7.1-17.1.202306 937 kB/s | 56 kB 00:00 (276/399): python3-oslo-log-4.4.0-17.1.20230620 1.5 MB/s | 64 kB 00:00 (277/399): python3-oslo-policy-3.7.1-17.1.20230 1.9 MB/s | 76 kB 00:00 (278/399): python3-oslo-middleware-4.2.1-17.1.2 1.0 MB/s | 55 kB 00:00 (279/399): python3-oslo-reports-2.2.0-17.1.2023 1.6 MB/s | 59 kB 00:00 (280/399): python3-oslo-serialization-4.1.1-17. 872 kB/s | 34 kB 00:00 (281/399): python3-oslo-rootwrap-6.3.1-17.1.202 891 kB/s | 46 kB 00:00 (282/399): python3-oslo-upgradecheck-1.3.1-17.1 823 kB/s | 29 kB 00:00 (283/399): python3-oslo-versionedobjects-2.4.1- 1.9 MB/s | 79 kB 00:00 (284/399): python3-osprofiler-3.4.0-17.1.202306 3.1 MB/s | 130 kB 00:00 (285/399): python3-pycadf-3.1.1-17.1.2023062021 1.1 MB/s | 53 kB 00:00 (286/399): python3-requestsexceptions-1.4.0-17. 358 kB/s | 17 kB 00:00 (287/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (288/399): python3-saharaclient-3.3.0-17.1.2023 2.9 MB/s | 188 kB 00:00 (289/399): python3-statsd-3.2.1-20.1.el9ost.noa 904 kB/s | 35 kB 00:00 (290/399): python3-swiftclient-3.11.1-17.1.2023 3.4 MB/s | 136 kB 00:00 (291/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (292/399): python3-troveclient-7.0.0-17.1.20230 7.9 MB/s | 344 kB 00:00 (293/399): python3-validations-libs-1.9.1-17.1. 3.4 MB/s | 137 kB 00:00 (294/399): python3-zaqarclient-2.4.0-17.1.20230 3.0 MB/s | 129 kB 00:00 (295/399): validations-common-1.9.1-17.1.202310 2.2 MB/s | 111 kB 00:00 (296/399): python3-paramiko-2.11.0-2.el9ost.noa 7.0 MB/s | 299 kB 00:00 (297/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.1 MB/s | 427 kB 00:00 (298/399): ansible-pacemaker-1.0.4-17.1.2023121 532 kB/s | 21 kB 00:00 (299/399): python3-manilaclient-2.6.4-17.1.2024 11 MB/s | 528 kB 00:00 (300/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.6 MB/s | 83 kB 00:00 (301/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.6 MB/s | 230 kB 00:00 (302/399): ansible-role-metalsmith-deployment-1 587 kB/s | 21 kB 00:00 (303/399): puppet-ironic-18.7.1-17.1.2024030521 3.0 MB/s | 121 kB 00:00 (304/399): openstack-selinux-0.8.37-17.1.202311 3.7 MB/s | 221 kB 00:00 (305/399): python-oslo-db-lang-8.5.2-17.1.20240 343 kB/s | 14 kB 00:00 (306/399): python3-glanceclient-3.3.0-17.1.2024 3.7 MB/s | 143 kB 00:00 (307/399): python3-keystoneauth1-4.4.0-17.1.202 9.5 MB/s | 409 kB 00:00 (308/399): python3-metalsmith-1.4.4-17.1.202405 1.5 MB/s | 65 kB 00:00 (309/399): python3-neutron-lib-2.10.3-17.1.2023 8.0 MB/s | 375 kB 00:00 (310/399): python3-octaviaclient-2.3.1-17.1.202 2.1 MB/s | 91 kB 00:00 (311/399): python3-oslo-db-8.5.2-17.1.202408201 3.2 MB/s | 144 kB 00:00 (312/399): python3-oslo-service-2.5.1-17.1.2024 1.5 MB/s | 71 kB 00:00 (313/399): python3-rhosp-openvswitch-3.3-1.el9o 191 kB/s | 8.3 kB 00:00 (314/399): python3-oslo-messaging-12.7.3-17.1.2 2.7 MB/s | 216 kB 00:00 (315/399): python3-waitress-2.0.0-4.el9ost.noar 2.8 MB/s | 109 kB 00:00 (316/399): openstack-tripleo-validations-14.3.2 4.4 MB/s | 204 kB 00:00 (317/399): puppet-glance-18.6.1-17.1.2025022015 1.1 MB/s | 87 kB 00:00 (318/399): puppet-ovn-18.6.1-17.1.2024092509490 554 kB/s | 29 kB 00:00 (319/399): openstack-ansible-core-2.14.2-4.7.el 16 MB/s | 2.3 MB 00:00 (320/399): puppet-pacemaker-1.5.1-17.1.20250214 3.7 MB/s | 158 kB 00:00 (321/399): python3-os-ken-1.4.1-17.1.2024120509 28 MB/s | 2.1 MB 00:00 (322/399): puppet-tripleo-14.2.3-17.1.202503201 4.3 MB/s | 239 kB 00:00 (323/399): ansible-collection-containers-podman 4.5 MB/s | 243 kB 00:00 (324/399): ansible-collections-openstack-1.9.1- 1.5 MB/s | 146 kB 00:00 (325/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.5 MB/s | 351 kB 00:00 (326/399): facter-3.14.19-3.el9ost.x86_64.rpm 4.9 MB/s | 518 kB 00:00 (327/399): hiera-3.6.0-6.el9ost.noarch.rpm 912 kB/s | 33 kB 00:00 (328/399): puppet-7.10.0-4.el9ost.noarch.rpm 305 kB/s | 11 kB 00:00 (329/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.4 MB/s | 92 kB 00:00 (330/399): puppet-headless-7.10.0-4.el9ost.noar 21 MB/s | 1.4 MB 00:00 (331/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.4 MB/s | 405 kB 00:00 (332/399): python3-boto-2.45.0-8.1.el9ost.noarc 23 MB/s | 1.3 MB 00:00 (333/399): python3-cachetools-4.2.2-3.el9ost.no 665 kB/s | 33 kB 00:00 (334/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 5.8 MB/s | 284 kB 00:00 (335/399): python3-colorama-0.4.4-4.el9ost.noar 898 kB/s | 35 kB 00:00 (336/399): python3-dogpile-cache-1.1.5-5.el9ost 2.3 MB/s | 89 kB 00:00 (337/399): python3-extras-1.0.0-17.el9ost.noarc 529 kB/s | 21 kB 00:00 (338/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (339/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (340/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.0 MB/s | 313 kB 00:00 (341/399): python3-munch-2.5.0-6.el9ost.noarch. 657 kB/s | 25 kB 00:00 (342/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.8 MB/s | 87 kB 00:00 (343/399): python3-openstacksdk-0.55.1-17.1.202 17 MB/s | 735 kB 00:00 (344/399): python3-paste-3.5.0-5.el9ost.noarch. 17 MB/s | 776 kB 00:00 (345/399): python3-paste-deploy-2.1.1-4.el9ost. 779 kB/s | 41 kB 00:00 (346/399): python3-pystache-0.5.4-15.el9ost.noa 3.3 MB/s | 132 kB 00:00 (347/399): python3-repoze-lru-0.7-12.el9ost.noa 797 kB/s | 32 kB 00:00 (348/399): python3-routes-2.4.1-14.el9ost.noarc 3.9 MB/s | 188 kB 00:00 (349/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.4 MB/s | 57 kB 00:00 (350/399): python3-secretstorage-3.3.1-3.el9ost 1.0 MB/s | 36 kB 00:00 (351/399): python3-tempita-0.5.1-27.el9ost.noar 1.0 MB/s | 36 kB 00:00 (352/399): python3-testtools-2.4.0-10.el9ost.no 8.6 MB/s | 333 kB 00:00 (353/399): python3-simplejson-3.17.5-3.el9ost.x 4.3 MB/s | 266 kB 00:00 (354/399): python3-vine-5.0.0-5.el9ost.noarch.r 628 kB/s | 26 kB 00:00 (355/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (356/399): python3-warlock-1.3.3-7.el9ost.noarc 434 kB/s | 21 kB 00:00 (357/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.3 MB/s | 180 kB 00:00 (358/399): ruby-facter-3.14.19-3.el9ost.x86_64. 248 kB/s | 9.5 kB 00:00 (359/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.6 MB/s | 123 kB 00:00 (360/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 386 kB/s | 29 kB 00:00 (361/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 430 kB/s | 19 kB 00:00 (362/399): openstack-heat-api-16.1.1-17.1.20250 448 kB/s | 16 kB 00:00 (363/399): openstack-heat-engine-16.1.1-17.1.20 337 kB/s | 15 kB 00:00 (364/399): openstack-heat-monolith-16.1.1-17.1. 430 kB/s | 16 kB 00:00 (365/399): openstack-heat-common-16.1.1-17.1.20 16 MB/s | 1.6 MB 00:00 (366/399): puppet-barbican-18.4.2-17.1.20250625 1.2 MB/s | 57 kB 00:00 (367/399): python-openstackclient-lang-5.5.2-17 1.5 MB/s | 58 kB 00:00 (368/399): python3-openstackclient-5.5.2-17.1.2 21 MB/s | 1.1 MB 00:00 (369/399): openstack-tripleo-common-containers- 1.5 MB/s | 74 kB 00:00 (370/399): openstack-tripleo-common-15.4.1-17.1 688 kB/s | 48 kB 00:00 (371/399): puppet-concat-6.2.1-17.1.20250725131 1.2 MB/s | 44 kB 00:00 (372/399): puppet-apache-6.5.2-17.1.20250811150 4.2 MB/s | 253 kB 00:00 (373/399): puppet-firewall-3.4.1-17.1.202508041 1.7 MB/s | 73 kB 00:00 (374/399): puppet-git-0.5.0-17.1.20250725114148 750 kB/s | 26 kB 00:00 (375/399): puppet-haproxy-4.2.2-17.1.2025072511 1.2 MB/s | 55 kB 00:00 (376/399): puppet-inifile-4.2.1-17.1.2025080415 1.0 MB/s | 46 kB 00:00 (377/399): puppet-ipaclient-2.5.2-17.1.20250725 605 kB/s | 21 kB 00:00 (378/399): puppet-keepalived-0.0.2-17.1.2025072 418 kB/s | 17 kB 00:00 (379/399): puppet-remote-10.0.0-17.1.2025072511 541 kB/s | 19 kB 00:00 (380/399): puppet-module-data-0.5.1-17.1.202507 369 kB/s | 16 kB 00:00 (381/399): puppet-rsync-1.1.4-17.1.202508041515 696 kB/s | 28 kB 00:00 (382/399): puppet-sysctl-0.0.13-17.1.2025072511 533 kB/s | 19 kB 00:00 (383/399): puppet-snmp-3.9.1-17.1.2025072511575 551 kB/s | 38 kB 00:00 (384/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.1 MB/s | 53 kB 00:00 (385/399): python3-tripleo-common-15.4.1-17.1.2 3.6 MB/s | 198 kB 00:00 (386/399): python3-tripleoclient-16.5.1-17.1.20 9.9 MB/s | 552 kB 00:00 (387/399): tripleo-ansible-3.3.1-17.1.202508040 11 MB/s | 569 kB 00:00 (388/399): openstack-tripleo-heat-templates-14. 12 MB/s | 611 kB 00:00 (389/399): puppet-horizon-18.6.1-17.1.202510081 1.5 MB/s | 59 kB 00:00 (390/399): puppet-keystone-18.6.1-17.1.20251008 2.8 MB/s | 126 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.3 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.7 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.3 MB/s | 136 kB 00:00 (394/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 739 kB/s | 30 kB 00:00 (395/399): libsmartcols-2.37.4-11.el9_2.x86_64. 911 kB/s | 65 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.8 MB/s | 464 kB 00:00 (397/399): util-linux-2.37.4-11.el9_2.x86_64.rp 26 MB/s | 2.3 MB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 4.4 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 1.4 MB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 11 MB/s | 97 MB 00:08 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 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-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 168/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 169/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 170/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 171/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 172/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 173/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 174/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 175/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 176/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 177/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 178/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 226/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 227/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 228/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 229/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 230/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 231/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 232/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 233/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 234/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 235/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 236/408 warning: group neutron does not exist - using root Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 267/408 Installing : sshpass-1.09-4.el9.x86_64 268/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 269/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 270/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 271/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 273/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 276/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 277/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 278/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 279/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 280/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 281/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 283/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 284/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 285/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 286/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 287/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 288/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 289/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 290/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 291/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 292/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 293/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 294/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 295/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 296/408 Installing : libburn-1.5.4-4.el9.x86_64 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 329/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 330/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 331/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 354/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 355/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 356/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 357/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 358/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 362/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 363/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 364/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 365/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 366/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 367/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 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 : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 20/408 Verifying : boost-system-1.75.0-8.el9.x86_64 21/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 22/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 23/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 24/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 25/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 26/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 27/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 28/408 Verifying : perl-Exporter-5.74-461.el9.noarch 29/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 30/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 31/408 Verifying : perl-parent-1:0.238-460.el9.noarch 32/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 33/408 Verifying : xorriso-1.5.4-4.el9.x86_64 34/408 Verifying : libisofs-1.5.4-4.el9.x86_64 35/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 36/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 37/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 38/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 39/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 40/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 41/408 Verifying : perl-URI-5.09-3.el9.noarch 42/408 Verifying : perl-libnet-3.13-4.el9.noarch 43/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 44/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 45/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 46/408 Verifying : perl-Carp-1.50-460.el9.noarch 47/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 48/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 49/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 50/408 Verifying : libburn-1.5.4-4.el9.x86_64 51/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 52/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 53/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 54/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 55/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 56/408 Verifying : sshpass-1.09-4.el9.x86_64 57/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 58/408 Verifying : boost-log-1.75.0-8.el9.x86_64 59/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 60/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 61/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 62/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 63/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 64/408 Verifying : perl-Digest-1.19-4.el9.noarch 65/408 Verifying : perl-File-Path-2.18-4.el9.noarch 66/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 67/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 68/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 69/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 70/408 Verifying : perl-constant-1.33-461.el9.noarch 71/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 72/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 73/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 74/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 75/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 76/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 77/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 78/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 79/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 80/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 81/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 82/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 83/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 84/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 85/408 Verifying : perl-B-1.80-480.el9.x86_64 86/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 87/408 Verifying : perl-Errno-1.30-480.el9.x86_64 88/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 89/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 90/408 Verifying : perl-File-stat-1.09-480.el9.noarch 91/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 92/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 93/408 Verifying : perl-IO-1.43-480.el9.x86_64 94/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 95/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 96/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 97/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 98/408 Verifying : perl-Symbol-1.08-480.el9.noarch 99/408 Verifying : perl-base-2.27-480.el9.noarch 100/408 Verifying : perl-if-0.60.800-480.el9.noarch 101/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 102/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 103/408 Verifying : perl-mro-1.23-480.el9.x86_64 104/408 Verifying : perl-overload-1.31-480.el9.noarch 105/408 Verifying : perl-overloading-0.02-480.el9.noarch 106/408 Verifying : perl-subs-1.03-480.el9.noarch 107/408 Verifying : perl-vars-1.05-480.el9.noarch 108/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 109/408 Verifying : python3-mako-1.1.4-6.el9.noarch 110/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 111/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 112/408 Verifying : jq-1.6-14.el9.x86_64 113/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 114/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 115/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 116/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 117/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 118/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 119/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 120/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 121/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 122/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 123/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 124/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 125/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 126/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 127/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 128/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 129/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 130/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 131/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 132/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 133/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 134/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 135/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 136/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 137/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 138/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 139/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 140/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.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-archive-4.6.1-17.1.20230620181607.bc7e4ff 207/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 208/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 209/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 210/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 211/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 212/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 213/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 214/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 215/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 216/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 217/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 218/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 219/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 220/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 221/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 222/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 223/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 224/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 225/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 226/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 227/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 228/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 229/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 230/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 231/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 232/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 233/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 234/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 235/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 236/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 237/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 238/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 239/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 240/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 241/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 242/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 243/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 244/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 245/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 246/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 247/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 248/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 249/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 250/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 251/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 252/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 253/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 254/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 255/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 256/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 257/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 258/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 259/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 260/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 261/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 262/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 263/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 264/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 265/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 266/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 267/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 268/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 269/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 270/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 271/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 272/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 273/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 274/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 275/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 276/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 277/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 278/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 279/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 280/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 281/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 282/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 283/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 284/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 285/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 286/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 287/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 288/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 289/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 290/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 291/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 292/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 293/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 294/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 295/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 296/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 297/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 298/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 299/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 300/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 301/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 302/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 304/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 305/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 306/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 307/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 308/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 309/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 310/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 311/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 312/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 313/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 314/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 315/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 316/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 317/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 318/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 319/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 320/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 321/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 322/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 323/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 324/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 325/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 326/408 Verifying : hiera-3.6.0-6.el9ost.noarch 327/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 328/408 Verifying : puppet-7.10.0-4.el9ost.noarch 329/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 330/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 331/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 332/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 333/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 334/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 335/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 336/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 337/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 338/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 339/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 340/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 341/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 342/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 343/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 344/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 345/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 346/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 347/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 348/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 349/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 350/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 351/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 352/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 353/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 354/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 355/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 356/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 357/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 358/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 359/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 360/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 361/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 362/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 363/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 364/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 365/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 366/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 367/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 368/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 369/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 370/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 371/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 372/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 373/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 374/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 375/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 376/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 377/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 378/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 379/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 380/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 381/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 382/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 383/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 384/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 385/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 386/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 387/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 388/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 389/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.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.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250804050821.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 DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-11-25T09:52:43.458521 # # 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 + DESIGNATE_ENABLED=false + 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 DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' 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' + '[' false = true ']' + '[' 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=fc**********8f -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:707bfc4d30a0287c17f3a485f18589998913d4ebf564d3a6e4289dc553add366 Copying blob sha256:e06d30be0a26fdb981ca402d282899495e658c748fc946da8e0a3f318ada7d41 Copying blob sha256:345fbee7845e7bee77bfcee2743e9edb71244864eeb2d68489378d3606426bc7 Copying blob sha256:d5ffd7f88af464dc81d446104161b9b1d65c58aa03d841fc246b4468718d5676 Copying blob sha256:51d76eac0784f4fd48e27244eb04ffd6ab864e305ec7cfd7ce99084a9833cf05 Copying blob sha256:94f68bf5bf757e29df7645573954967026a3e99e1e337b326635f4be6c46f0bd Copying blob sha256:36b7a5fc1cf473950f16c2477c1f48ed82dc7852efc32029598d7b17985719d8 Copying blob sha256:c123008595a5b76a758ca30c61afc48012f807ee7ec639ba995e0cb743e8f984 Copying blob sha256:da3fd09093b8cb9c87cc9c7cb358d98c53deba49b36739401d2cec6d8727d891 Copying blob sha256:756af8215275e5cf7440ac835764076d2776f5e4a578b22d2a3aa7191c3839fb Copying blob sha256:068e92ccbce3e33c3296e0554c6858efe74b7d9f65b2ec5ecd121c8bbfba31ed Copying blob sha256:0c19df6ac29638a542e23b6bb3dfbb1c04c6d92e5f4bd3b0b4f2d4e980d242ea Copying blob sha256:3b3f0ff9ea66503ef1c5faf4035c0d5e112f24ceb5fbd085a72aa2eab4f3a226 Copying blob sha256:97bc40caffe8ed9ba9f30901d0adea1c25527f2d11631995b94bda51f0204882 Copying blob sha256:fb75fee72f684191fcfd92755c0fb6775e2739c0cd158aa9bf69879fc69ba510 Copying blob sha256:af40c92ad5860d9c67cfb45db34fe0a3d13689340182f9d8ab00ed638e599f2a Copying blob sha256:a6ca25bc4e92b5c6e714fbedb42d0555946cf96164247d792319ed6f6fb57ca8 Copying blob sha256:d176d18cffd1d1bd863b6fa1b6a2dd74dffebffe5cb487fe22c2ff7b21001420 Copying blob sha256:79dace9beb3b5de08b19a506019bc185c133590b64f78f233c102b6b5b9a75ce Copying blob sha256:5b073845f0ab18eb921ca6be580ea2d2066c65204c000ef2bb75e8662a3cf178 Copying blob sha256:8f2948ec3e7a94868617be0957e68468e38bc262a9b23d88178d21bd8e65c6e5 Copying blob sha256:e1df36b0838bb41909ccd337d5b401184efcb235c57d08d524b5047b8f448b8f Copying blob sha256:248a6b28ff9e386255b23b357cb25ec385f64b535c2885b69d6a1c0d89159ad6 Copying blob sha256:692fd9c4fe1b66136e94d321be4d878c40ae4844571beac88610974b382fcc13 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:26f2bdb6dd7f534aeddf3e3fabd67a6f67fde4f2f880bb67872a274f761b53fa Copying blob sha256:57919efbacdc46fd59a156b791da1a0e6a95d1055c7aba23f8ec2a3c0f44a31c Copying blob sha256:987d2e26dbe78165b32f5f98d418258b0ed6223c1fdc797df5f37b2df203debf Copying blob sha256:098348553b55697e2453801fe49d0332ca61aaacb51c4db7ec3df449a332bf38 Copying blob sha256:47af134e430ec5a337204b91215d9adb745e2fc74a00b892ccc81515146555a0 Copying blob sha256:d611746bd7f0728c84758bc698611e0e99dcfc2e60baefe7dd8b06277fc35fc6 Copying blob sha256:30a4aa8b4c837eaf2b65ba0723ab24d5fdcbd80f6f9988f44a1cafa6075f80d1 Copying blob sha256:79080987fca5b33b7a57e1c35bd21a34812992a39d869731a7512586ae24d8d2 Copying blob sha256:3eb7806d14e3f433c66e738ade7d5e3b1fae33949346988f35ec7678ee5461cd Copying blob sha256:9e211250d4876eb0c8372dca5886d2567d86858d793d58cec9d831387e6c4d40 Copying blob sha256:6a94ae86162a014c5bfbbc8fdf68a6342adc7a3a3e9c0b4eeaba88e66394c185 Copying blob sha256:07e067c9101f69a8006422d7dbea03e55034b24bfbf2f24c4b2b96b2773e1f23 Copying blob sha256:629337fba23e7b2d8268f808424fa48ee060aa28fd84fc565f6358f8445f5cc2 Copying blob sha256:fb9360f3f9026df407f0611d9277c72156a0fe789a1c5d1e77fdde4c7ddf4744 Copying blob sha256:fa50477db06c8433450d8275f49c182f1abdc62478eae3fbf1c95b2f84fcb208 Copying blob sha256:901617085c5373bbaf34af024fc54f60924b30a1de70e4cf3080f8e8b45a8f67 Copying blob sha256:9f385c62c9df67ba6a378e27c558b219076d2e0bbcf0317b1d5a0fffbd62a976 Copying blob sha256:1dd617ccebf222adc22438923edfdcec0d81f8573161dd2de9e62297b9ec1812 Copying blob sha256:55f176dc512399760511d2e2e5ff17facc4c77a9c4a6eb6bd0fec25e86dcd21a Copying blob sha256:ff63816004dbfcb5eed4724dd6915a8ea825a01037a9c430dece442b163c137f Copying blob sha256:1ba9b6b17410f67c1fa997e6e3ff42debdb936425d4164b87b68fdd3bcaa6030 Copying blob sha256:6f0d61bcface91a56d008bf5c3557cbb4a3d4c45f9de7d3088131436df120516 Copying config sha256:7ae8247dbc7e6e827155a9edd4129b9afc0d9e3aace235ca7e1d2bf92bb14a5b Writing manifest to image destination Storing signatures 100686623cc3ea5eb3b8dfacaa7ff7ee262ef9c69516a2600b4ce8ba49160a53 + 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-11-25 10:00:34.888 42437 INFO migrate.versioning.api [-] 72 -> 73...  2025-11-25 10:00:34.913 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.913 42437 INFO migrate.versioning.api [-] 73 -> 74...  2025-11-25 10:00:34.915 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.915 42437 INFO migrate.versioning.api [-] 74 -> 75...  2025-11-25 10:00:34.917 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.917 42437 INFO migrate.versioning.api [-] 75 -> 76...  2025-11-25 10:00:34.919 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.919 42437 INFO migrate.versioning.api [-] 76 -> 77...  2025-11-25 10:00:34.921 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.921 42437 INFO migrate.versioning.api [-] 77 -> 78...  2025-11-25 10:00:34.923 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.923 42437 INFO migrate.versioning.api [-] 78 -> 79...  2025-11-25 10:00:34.948 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.948 42437 INFO migrate.versioning.api [-] 79 -> 80...  2025-11-25 10:00:34.965 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.966 42437 INFO migrate.versioning.api [-] 80 -> 81...  2025-11-25 10:00:34.967 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.967 42437 INFO migrate.versioning.api [-] 81 -> 82...  2025-11-25 10:00:34.969 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.969 42437 INFO migrate.versioning.api [-] 82 -> 83...  2025-11-25 10:00:34.971 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.971 42437 INFO migrate.versioning.api [-] 83 -> 84...  2025-11-25 10:00:34.973 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.973 42437 INFO migrate.versioning.api [-] 84 -> 85...  2025-11-25 10:00:34.975 42437 INFO migrate.versioning.api [-] done 2025-11-25 10:00:34.975 42437 INFO migrate.versioning.api [-] 85 -> 86...  2025-11-25 10:00:34.998 42437 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-11-25 10:00:43Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:44Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:44Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-11-25 10:00:45Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:45Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:45Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:45Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-11-25 10:00:45Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:00:46Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:46Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-11-25 10:00:46Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:46Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:46Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-11-25 10:00:47Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:47Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:47Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:47Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:47Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-11-25 10:00:47Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:00:47Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-11-25 10:00:47Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:47Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-11-25 10:00:47Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:00:48Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:48Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:48Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:48Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-11-25 10:00:48Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-11-25 10:00:48Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-11-25 10:00:48Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:00:48Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:48Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:48Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-11-25 10:00:49Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:49Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-11-25 10:00:49Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-11-25 10:00:49Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-11-25 10:00:49Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:49Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:49Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:49Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-11-25 10:00:50Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:50Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:50Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:50Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-11-25 10:00:50Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:50Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-11-25 10:00:50Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:00:50Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:50Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-11-25 10:00:51Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-11-25 10:00:51Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:51Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-11-25 10:00:51Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:51Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-11-25 10:00:52Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:52Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-11-25 10:00:52Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:00:53Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-11-25 10:00:54Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:54Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:54Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:54Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:54Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:54Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:54Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:54Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-11-25 10:00:54Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-11-25 10:00:54Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-11-25 10:00:55Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-11-25 10:00:55Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-11-25 10:00:55Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-11-25 10:00:55Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-11-25 10:00:55Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:55Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:55Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:55Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-25 10:00:55Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:00:56Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-11-25 10:00:56Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:56Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:56Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-11-25 10:00:57Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-11-25 10:00:58Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:58Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-11-25 10:00:58Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-25 10:00:58Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:00:58Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:00Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:01Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:01Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:01Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:01Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:01:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:03Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:03Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:04Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:04Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:01:05Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:06Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:06Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:07Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-11-25 10:01:07Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:07Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:07Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:08Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:09Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:01:09Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:09Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:10Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:10Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:12Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:12Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:12Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-11-25 10:01:13Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:13Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:13Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:13Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:14Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:15Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:15Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:16Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:16Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:01:17Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:17Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:18Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-11-25 10:01:18Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:19Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:19Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:20Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:20Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:01:21Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:21Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:22Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:22Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:22Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:22Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:23Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-11-25 10:01:23Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:23Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:23Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:23Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:23Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:24Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-11-25 10:01:25Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:26Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-11-25 10:01:26Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:26Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:26Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:26Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:27Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:28Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:28Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:29Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:29Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:30Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-11-25 10:01:31Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:31Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:31Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:31Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:32Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:33Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:33Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:34Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:34Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:35Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-11-25 10:01:35Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:35Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:35Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:36Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:36Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:36Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:36Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:37Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:38Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:38Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:01:38Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:38Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:01:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:40Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:40Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:40Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:40Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:01:40Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:41Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:41Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:42Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-11-25 10:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:43Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:44Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:44Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:44Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:44Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:45Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:45Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:45Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:01:46Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:46Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:47Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:01:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:01:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:01:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-11-25 10:01:53Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:53Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:53Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:54Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:54Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:01:55Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:55Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:01:55Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:01:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:01:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:01:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-11-25 10:01:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:01:59Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-11-25 10:01:59Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:00Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-11-25 10:02:01Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:01Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:02Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:02Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:03Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:02:04Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:04Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:02:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:05Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:02:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:02:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:08Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:09Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-11-25 10:02:10Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:10Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:10Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:10Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:11Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:12Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:13Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:15Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:16Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:16Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:17Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:17Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:17Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-11-25 10:02:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:18Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:18Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:19Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:20Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:20Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:20Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:21Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-11-25 10:02:22Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:23Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-11-25 10:02:23Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:23Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:23Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:23Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:25Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:26Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-11-25 10:02:26Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:28Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-11-25 10:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:28Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:29Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:29Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-25 10:02:30Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:30Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:02:31Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:31Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:32Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:02:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:02:32Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:33Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:33Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:33Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:33Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:34Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-11-25 10:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:36Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-25 10:02:37Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:37Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:37Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:02:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-25 10:02:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:02:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:02:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-11-25 10:02:45Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:46Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-11-25 10:02:47Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:47Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:47Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:48Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:48Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:02:49Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:49Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:50Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:50Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:50Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:50Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:50Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:02:50Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:51Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:51Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:51Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:51Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-11-25 10:02:52Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:52Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:52Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:53Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:54Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:02:54Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:55Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:02:55Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:55Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:56Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:02:56Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:02:56Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-11-25 10:02:57Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:57Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:02:57Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:57Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:02:58Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:59Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:02:59Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:00Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:00Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:01Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:03:01Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:02Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-11-25 10:03:03Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:03Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:03Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:04Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:04Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-25 10:03:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:03:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-25 10:03:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:07Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:07Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-25 10:03:08Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:08Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:09Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:09Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-11-25 10:03:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:03:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-25 10:03:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:12Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:13Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-11-25 10:03:14Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:14Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:14Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:15Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:15Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:15Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:16Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:16Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:16Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:16Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:03:16Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:17Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:17Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:18Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:18Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-11-25 10:03:19Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:19Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:20Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-11-25 10:03:20Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:20Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:20Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:21Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:22Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:22Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-11-25 10:03:23Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:24Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:24Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:24Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:24Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:24Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:03:24Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:25Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:25Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:26Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:26Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:26Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-11-25 10:03:27Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:27Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:27Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:28Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:29Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:29Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-11-25 10:03:30Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:30Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:30Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:31Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:32Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:03:32Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:33Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-11-25 10:03:34Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:34Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:34Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:34Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:35Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:36Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:36Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:37Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-11-25 10:03:37Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:38Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-11-25 10:03:39Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:39Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:39Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:40Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:40Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:40Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:40Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:41Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-11-25 10:03:41Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:41Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:41Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:41Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:41Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:42Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-11-25 10:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:43Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:44Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:44Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-11-25 10:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:03:45Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:46Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:46Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:46Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:47Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:48Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:03:48Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:49Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-11-25 10:03:49Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:49Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:49Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:03:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:51Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:51Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:52Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:52Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:52Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:03:52Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:54Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:54Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:03:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-11-25 10:03:55Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:03:55Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-11-25 10:03:56Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:57Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-11-25 10:03:57Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:57Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:03:58Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:59Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:03:59Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:03:59Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:00Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:01Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:01Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:02Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:02Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:03Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-11-25 10:04:03Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:03Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:03Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:03Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:05Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:06Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:06Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:06Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:10Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:11Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-11-25 10:04:12Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:12Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:12Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:13Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:13Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:13Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:13Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-11-25 10:04:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:15Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:16Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:16Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:17Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:17Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:17Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:17Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:18Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-11-25 10:04:18Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:19Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-11-25 10:04:20Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:20Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:20Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:21Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:22Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-25 10:04:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:04:22Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:23Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:23Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:23Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:24Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:25Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:25Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:26Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:26Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:27Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-11-25 10:04:27Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:28Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:28Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:28Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:28Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:28Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:28Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:29Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:29Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:29Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:29Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:30Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-11-25 10:04:30Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:31Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:31Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:32Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-11-25 10:04:32Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:32Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:33Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:34Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-25 10:04:35Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:36Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:36Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:37Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-11-25 10:04:38Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:38Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:38Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:38Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:39Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:40Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:40Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:41Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:41Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:42Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-25 10:04:42Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:43Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-11-25 10:04:44Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:44Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:44Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:45Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:47Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:47Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:48Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:48Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:04:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:04:49Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:50Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:50Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-11-25 10:04:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:53Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-11-25 10:04:53Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:54Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:54Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:55Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:56Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:56Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-11-25 10:04:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:04:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:56Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-25 10:04:57Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:04:57Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:04:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:58Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:04:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-11-25 10:04:59Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:04:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:00Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:00Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:01Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-11-25 10:05:01Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:01Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:01Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:05:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:03Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:03Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:05:03Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:04Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:05Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:05Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:06Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:06Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:06Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-11-25 10:05:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-11-25 10:05:10Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:10Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:10Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-11-25 10:05:11Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:11Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:11Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:11Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:11Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-25 10:05:12Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:13Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:13Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-11-25 10:05:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:14Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:15Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-11-25 10:05:17Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:18Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-11-25 10:05:19Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:19Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:19Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:20Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-11-25 10:05:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-25 10:05:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:23Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-11-25 10:05:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:24Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-25 10:05:24Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-11-25 10:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-11-25 10:05:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:28Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:28Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:30Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-11-25 10:05:31Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:31Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:32Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-11-25 10:05:33Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:33Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:34Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:34Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-11-25 10:05:35Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-11-25 10:05:36Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:36Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:37Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:37Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-11-25 10:05:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:38Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-25 10:05:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:39Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:39Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-11-25 10:05:40Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:40Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:42Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:42Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:42Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-11-25 10:05:43Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:43Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:43Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:43Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:44Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:45Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:45Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:45Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:46Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-11-25 10:05:46Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:47Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:47Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:48Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:48Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:48Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:48Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:49Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-11-25 10:05:49Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:49Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:49Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:49Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-11-25 10:05:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:52Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-25 10:05:53Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:05:54Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-11-25 10:05:55Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:55Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:05:55Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:56Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:56Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:05:57Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:57Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-11-25 10:05:58Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:58Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:05:59Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:05:59Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:05:59Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:00Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:00Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:00Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:02Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:02Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:06:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-11-25 10:06:04Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:05Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-11-25 10:06:06Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:06Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:06Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:06Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-11-25 10:06:06Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-11-25 10:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:07Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:08Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:08Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:09Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:09Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:10Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:10Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:10Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:06:10Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-11-25 10:06:12Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:12Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:12Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:13Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:13Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:13Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:06:14Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:15Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:15Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:16Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:16Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:17Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-11-25 10:06:17Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:17Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:17Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:18Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:19Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:19Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:20Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:20Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:20Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:21Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:06:21Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:21Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-11-25 10:06:22Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-11-25 10:06:23Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:23Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:24Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:25Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:25Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:26Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-11-25 10:06:26Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:26Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:26Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:27Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:30Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:30Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:30Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:31Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:31Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:31Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:32Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:32Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:33Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-11-25 10:06:34Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:35Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-11-25 10:06:35Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:35Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:36Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:36Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:36Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:37Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:37Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:37Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:37Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:06:37Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:38Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:38Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:39Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:39Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-11-25 10:06:40Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-11-25 10:06:40Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:41Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-11-25 10:06:42Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:43Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-11-25 10:06:43Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:43Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:43Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:44Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:44Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:44Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:44Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:45Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:45Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:45Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:46Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:46Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:47Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:47Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:48Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-11-25 10:06:49Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:50Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-11-25 10:06:50Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:51Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-11-25 10:06:52Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:53Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-11-25 10:06:53Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:53Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:53Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:53Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:53Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:53Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-25 10:06:53Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:54Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:55Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:55Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:55Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:06:56Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:57Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-11-25 10:06:57Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:06:58Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-11-25 10:06:59Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:59Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:06:59Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:06:59Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:06:59Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:00Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-11-25 10:07:00Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:00Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:00Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:07:02Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-25 10:07:02Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:04Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-11-25 10:07:04Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:04Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-11-25 10:07:05Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:06Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-11-25 10:07:06Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:07Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-11-25 10:07:08Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:09Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-11-25 10:07:09Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:09Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:09Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:09Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:07:09Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:10Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-11-25 10:07:11Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:11Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:11Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:12Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:12Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:07:12Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-11-25 10:07:12Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:13Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-11-25 10:07:13Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:13Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:13Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:13Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-25 10:07:13Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:14Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-11-25 10:07:14Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:15Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-11-25 10:07:16Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:17Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:17Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:17Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:17Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:18Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:18Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:18Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:18Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:18Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-11-25 10:07:18Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:19Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:19Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:19Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:19Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-11-25 10:07:19Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:20Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:20Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:20Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:20Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:20Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:20Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:20Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:20Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:21Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:21Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-11-25 10:07:21Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:21Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:21Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:21Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:21Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:22Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:22Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:22Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:22Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:22Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-11-25 10:07:23Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:23Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:23Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:23Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:23Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:24Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:24Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:24Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:24Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:24Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:25Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:25Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:25Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:25Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:26Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-25 10:07:26Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:26Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:26Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:26Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-11-25 10:07:26Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-11-25 10:07:26Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-11-25 10:07:27Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:28Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-11-25 10:07:29Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:29Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-11-25 10:07:29Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:29Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:29Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-25 10:07:30Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:30Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:30Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:30Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-11-25 10:07:30Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-11-25 10:07:30Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:30Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:30Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-25 10:07:30Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:30Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-11-25 10:07:30Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:31Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-11-25 10:07:32Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:32Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:32Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-11-25 10:07:33Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:33Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:33Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:33Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-11-25 10:07:34Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:35Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-11-25 10:07:35Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:36Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-11-25 10:07:36Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:36Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:36Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:36Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:36Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:36Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-11-25 10:07:36Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:36Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:37Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:37Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:37Z [StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:37Z [TenantDeployedPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:37Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:37Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:37Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:37Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:37Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:38Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:38Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-25 10:07:38Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:39Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:39Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-11-25 10:07:39Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:40Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-11-25 10:07:40Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-11-25 10:07:41Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-11-25 10:07:41Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-11-25 10:07:41Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-25 10:07:41Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-11-25 10:07:41Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-11-25 10:07:41Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-11-25 10:07:41Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-11-25 10:07:41Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-11-25 10:07:41Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:41Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:42Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:42Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:42Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-25 10:07:42Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:42Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-11-25 10:07:42Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:42Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:43Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:43Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-25 10:07:43Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:43Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:43Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:44Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-11-25 10:07:44Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:45Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:45Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-11-25 10:07:45Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-11-25 10:07:45Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:45Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-11-25 10:07:46Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:46Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:47Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:47Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:48Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:48Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:49Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-25 10:07:49Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-25 10:07:49Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-25 10:07:50Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-11-25 10:07:50Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/06c6f3c8-cf73-4554-95b2-6fc9ea123be6 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-11-25 10:08:12.493066 | fa163e48-8288-2c28-7bf3-000000000006 | TASK | External deployment step 0 2025-11-25 10:08:12.517805 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-000000000006') missing from stats 2025-11-25 10:08:12.566916 | fa163e48-8288-2c28-7bf3-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.121563 | 0.03s 2025-11-25 10:08:12.578880 | 87666ab2-4a1a-4367-98ed-f689d7de1d58 | INCLUDED | /root/standalone-ansible-4jlq2qdr/external_deploy_steps_tasks_step0.yaml | undercloud 2025-11-25 10:08:12.598041 | fa163e48-8288-2c28-7bf3-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-11-25 10:08:13.495194 | fa163e48-8288-2c28-7bf3-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-11-25 10:08:13.496519 | fa163e48-8288-2c28-7bf3-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.051178 | 0.90s 2025-11-25 10:08:13.513902 | fa163e48-8288-2c28-7bf3-000000000129 | TASK | create redis virtual ip 2025-11-25 10:08:14.403423 | fa163e48-8288-2c28-7bf3-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-11-25 10:08:14.404897 | fa163e48-8288-2c28-7bf3-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.959558 | 0.89s PLAY [Check if required variables are defined] ********************************* 2025-11-25 10:08:14.482398 | fa163e48-8288-2c28-7bf3-000000000138 | TASK | Gathering Facts 2025-11-25 10:08:15.064982 | fa163e48-8288-2c28-7bf3-000000000138 | OK | Gathering Facts | localhost 2025-11-25 10:08:15.066554 | fa163e48-8288-2c28-7bf3-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.621212 | 0.58s 2025-11-25 10:08:15.124772 | fa163e48-8288-2c28-7bf3-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-11-25 10:08:15.126270 | fa163e48-8288-2c28-7bf3-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.680919 | 0.04s 2025-11-25 10:08:15.181477 | fa163e48-8288-2c28-7bf3-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-11-25 10:08:15.182976 | fa163e48-8288-2c28-7bf3-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.737635 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-11-25 10:08:15.301868 | fa163e48-8288-2c28-7bf3-000000000160 | TASK | Gathering Facts 2025-11-25 10:08:15.311846 | fa163e48-8288-2c28-7bf3-000000000160 | TASK | Gathering Facts 2025-11-25 10:08:15.651858 | fa163e48-8288-2c28-7bf3-000000000160 | OK | Gathering Facts | undercloud 2025-11-25 10:08:15.653634 | fa163e48-8288-2c28-7bf3-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.208293 | 0.35s 2025-11-25 10:08:15.677424 | fa163e48-8288-2c28-7bf3-000000000160 | OK | Gathering Facts | standalone 2025-11-25 10:08:15.678586 | fa163e48-8288-2c28-7bf3-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.233250 | 0.37s 2025-11-25 10:08:15.696679 | fa163e48-8288-2c28-7bf3-000000000012 | TASK | Set legacy facts 2025-11-25 10:08:15.733700 | fa163e48-8288-2c28-7bf3-000000000012 | OK | Set legacy facts | undercloud 2025-11-25 10:08:15.734560 | fa163e48-8288-2c28-7bf3-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.289225 | 0.04s 2025-11-25 10:08:15.758565 | fa163e48-8288-2c28-7bf3-000000000012 | TASK | Set legacy facts 2025-11-25 10:08:15.792500 | fa163e48-8288-2c28-7bf3-000000000012 | OK | Set legacy facts | standalone 2025-11-25 10:08:15.793211 | fa163e48-8288-2c28-7bf3-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.347878 | 0.03s PLAY [Load global variables] *************************************************** 2025-11-25 10:08:15.964171 | fa163e48-8288-2c28-7bf3-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-11-25 10:08:15.965105 | fa163e48-8288-2c28-7bf3-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.519768 | 0.06s 2025-11-25 10:08:15.965495 | fa163e48-8288-2c28-7bf3-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-11-25 10:08:15.965856 | fa163e48-8288-2c28-7bf3-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.520528 | 0.05s PLAY [Include extra variables from files] ************************************** 2025-11-25 10:08:16.039921 | fa163e48-8288-2c28-7bf3-000000000018 | TASK | Include Service VIP vars 2025-11-25 10:08:16.066006 | fa163e48-8288-2c28-7bf3-000000000018 | OK | Include Service VIP vars | undercloud 2025-11-25 10:08:16.070731 | fa163e48-8288-2c28-7bf3-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.625398 | 0.03s 2025-11-25 10:08:16.071106 | fa163e48-8288-2c28-7bf3-000000000018 | OK | Include Service VIP vars | standalone 2025-11-25 10:08:16.071401 | fa163e48-8288-2c28-7bf3-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.626075 | 0.02s 2025-11-25 10:08:16.074368 | fa163e48-8288-2c28-7bf3-000000000019 | TASK | Include OVN bridge MAC address variables 2025-11-25 10:08:16.103331 | fa163e48-8288-2c28-7bf3-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-11-25 10:08:16.104155 | fa163e48-8288-2c28-7bf3-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.658821 | 0.03s 2025-11-25 10:08:16.116877 | fa163e48-8288-2c28-7bf3-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-11-25 10:08:16.117374 | fa163e48-8288-2c28-7bf3-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.672044 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-11-25 10:08:16.203370 | fa163e48-8288-2c28-7bf3-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-11-25 10:08:16.958129 | fa163e48-8288-2c28-7bf3-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e48-8288-2c28-7bf3-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-11-25 10:08:17.054938 | fa163e48-8288-2c28-7bf3-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-11-25 10:08:17.091897 | fa163e48-8288-2c28-7bf3-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-11-25 10:08:17.093140 | fa163e48-8288-2c28-7bf3-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.647797 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-11-25 10:08:17.167928 | fa163e48-8288-2c28-7bf3-000000000023 | TASK | Set selinux state 2025-11-25 10:08:17.715915 | fa163e48-8288-2c28-7bf3-000000000023 | OK | Set selinux state | standalone 2025-11-25 10:08:17.716973 | fa163e48-8288-2c28-7bf3-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.271635 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2025-11-25 10:08:17.826464 | fa163e48-8288-2c28-7bf3-000000000026 | TASK | Configure Hosts Entries 2025-11-25 10:08:17.864685 | fa163e48-8288-2c28-7bf3-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.419340 | 0.04s 2025-11-25 10:08:17.865646 | fa163e48-8288-2c28-7bf3-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.420317 | 0.02s 2025-11-25 10:08:17.907125 | fa163e48-8288-2c28-7bf3-0000000001f1 | TASK | Create temporary file for hosts 2025-11-25 10:08:18.217671 | fa163e48-8288-2c28-7bf3-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-11-25 10:08:18.219103 | fa163e48-8288-2c28-7bf3-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.773757 | 0.30s 2025-11-25 10:08:18.240516 | fa163e48-8288-2c28-7bf3-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-11-25 10:08:18.241476 | fa163e48-8288-2c28-7bf3-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.796138 | 0.33s 2025-11-25 10:08:18.257675 | fa163e48-8288-2c28-7bf3-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-11-25 10:08:18.655750 | fa163e48-8288-2c28-7bf3-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-11-25 10:08:18.657737 | fa163e48-8288-2c28-7bf3-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.212389 | 0.40s 2025-11-25 10:08:18.660689 | fa163e48-8288-2c28-7bf3-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-11-25 10:08:18.661516 | fa163e48-8288-2c28-7bf3-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.216180 | 0.38s 2025-11-25 10:08:18.680176 | fa163e48-8288-2c28-7bf3-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-11-25 10:08:19.008029 | fa163e48-8288-2c28-7bf3-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-11-25 10:08:19.009467 | fa163e48-8288-2c28-7bf3-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.564122 | 0.31s 2025-11-25 10:08:19.031262 | fa163e48-8288-2c28-7bf3-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-11-25 10:08:19.032310 | fa163e48-8288-2c28-7bf3-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.586972 | 0.35s 2025-11-25 10:08:19.050461 | fa163e48-8288-2c28-7bf3-0000000001f4 | TASK | Render out the hosts entries 2025-11-25 10:08:19.192632 | fa163e48-8288-2c28-7bf3-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-11-25 10:08:19.194128 | fa163e48-8288-2c28-7bf3-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.748785 | 0.14s 2025-11-25 10:08:19.212422 | fa163e48-8288-2c28-7bf3-0000000001f5 | TASK | Prepare new /etc/hosts 2025-11-25 10:08:19.455595 | fa163e48-8288-2c28-7bf3-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-11-25 10:08:19.457238 | fa163e48-8288-2c28-7bf3-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.011891 | 0.24s 2025-11-25 10:08:19.560291 | fa163e48-8288-2c28-7bf3-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-11-25 10:08:19.560949 | fa163e48-8288-2c28-7bf3-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.115619 | 0.33s 2025-11-25 10:08:19.575095 | fa163e48-8288-2c28-7bf3-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-11-25 10:08:19.867607 | fa163e48-8288-2c28-7bf3-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-11-25 10:08:19.869155 | fa163e48-8288-2c28-7bf3-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.423808 | 0.28s 2025-11-25 10:08:19.911283 | fa163e48-8288-2c28-7bf3-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-11-25 10:08:19.912148 | fa163e48-8288-2c28-7bf3-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.466811 | 0.34s 2025-11-25 10:08:19.930687 | fa163e48-8288-2c28-7bf3-0000000001f7 | TASK | Clean up temporary hosts file 2025-11-25 10:08:20.267466 | fa163e48-8288-2c28-7bf3-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-11-25 10:08:20.269022 | fa163e48-8288-2c28-7bf3-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.823676 | 0.34s 2025-11-25 10:08:20.301216 | fa163e48-8288-2c28-7bf3-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-11-25 10:08:20.302187 | fa163e48-8288-2c28-7bf3-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.856850 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2025-11-25 10:08:20.427448 | fa163e48-8288-2c28-7bf3-00000000002a | TASK | Common roles for TripleO servers 2025-11-25 10:08:20.453507 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-00000000002a') missing from stats 2025-11-25 10:08:20.539535 | fa163e48-8288-2c28-7bf3-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.094182 | 0.02s 2025-11-25 10:08:20.620462 | fa163e48-8288-2c28-7bf3-000000000254 | TASK | Gather variables for each operating system 2025-11-25 10:08:20.723017 | fa163e48-8288-2c28-7bf3-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-25 10:08:20.724396 | fa163e48-8288-2c28-7bf3-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.279053 | 0.10s 2025-11-25 10:08:20.730069 | fa163e48-8288-2c28-7bf3-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.284720 | 0.11s 2025-11-25 10:08:20.755569 | fa163e48-8288-2c28-7bf3-000000000256 | TASK | Check release version package is installed 2025-11-25 10:08:21.021301 | fa163e48-8288-2c28-7bf3-000000000256 | CHANGED | Check release version package is installed | standalone 2025-11-25 10:08:21.022088 | fa163e48-8288-2c28-7bf3-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.576756 | 0.27s 2025-11-25 10:08:21.048138 | fa163e48-8288-2c28-7bf3-000000000257 | TASK | Deploy release version package 2025-11-25 10:08:25.500660 | fa163e48-8288-2c28-7bf3-000000000257 | CHANGED | Deploy release version package | standalone 2025-11-25 10:08:25.502307 | fa163e48-8288-2c28-7bf3-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.056958 | 4.45s 2025-11-25 10:08:25.528474 | fa163e48-8288-2c28-7bf3-000000000259 | TASK | Include packages tasks 2025-11-25 10:08:25.546637 | fa163e48-8288-2c28-7bf3-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.101287 | 0.02s 2025-11-25 10:08:25.571168 | f23ae85d-9f38-428e-85fa-53e1bf837765 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-11-25 10:08:25.598297 | fa163e48-8288-2c28-7bf3-0000000002ad | TASK | Gather facts if they don't exist 2025-11-25 10:08:25.633319 | fa163e48-8288-2c28-7bf3-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-11-25 10:08:25.634444 | fa163e48-8288-2c28-7bf3-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.189102 | 0.04s 2025-11-25 10:08:25.658316 | fa163e48-8288-2c28-7bf3-0000000002ae | TASK | Gather variables for each operating system 2025-11-25 10:08:25.807797 | fa163e48-8288-2c28-7bf3-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-25 10:08:25.814052 | fa163e48-8288-2c28-7bf3-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.368712 | 0.15s 2025-11-25 10:08:25.838100 | fa163e48-8288-2c28-7bf3-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-25 10:08:26.090970 | fa163e48-8288-2c28-7bf3-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-25 10:08:26.092434 | fa163e48-8288-2c28-7bf3-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.647092 | 0.25s 2025-11-25 10:08:26.117212 | fa163e48-8288-2c28-7bf3-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-11-25 10:08:31.453349 | fa163e48-8288-2c28-7bf3-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-11-25 10:08:31.454909 | fa163e48-8288-2c28-7bf3-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.009565 | 5.34s 2025-11-25 10:08:31.480332 | fa163e48-8288-2c28-7bf3-0000000002b2 | TASK | Ensure packages are actually well installed 2025-11-25 10:08:32.543468 | fa163e48-8288-2c28-7bf3-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-25 10:08:32.544985 | fa163e48-8288-2c28-7bf3-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.099642 | 1.06s 2025-11-25 10:08:32.571628 | fa163e48-8288-2c28-7bf3-00000000025a | TASK | Enable openvswitch service if installed 2025-11-25 10:08:33.458800 | fa163e48-8288-2c28-7bf3-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-11-25 10:08:33.461257 | fa163e48-8288-2c28-7bf3-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.015913 | 0.89s 2025-11-25 10:08:33.489327 | fa163e48-8288-2c28-7bf3-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-11-25 10:08:33.723069 | fa163e48-8288-2c28-7bf3-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-11-25 10:08:33.724585 | fa163e48-8288-2c28-7bf3-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.279242 | 0.23s 2025-11-25 10:08:33.749175 | fa163e48-8288-2c28-7bf3-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-11-25 10:08:34.011806 | fa163e48-8288-2c28-7bf3-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-11-25 10:08:34.013156 | fa163e48-8288-2c28-7bf3-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.567815 | 0.26s 2025-11-25 10:08:34.037920 | fa163e48-8288-2c28-7bf3-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-11-25 10:08:34.095502 | fa163e48-8288-2c28-7bf3-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-11-25 10:08:34.096861 | fa163e48-8288-2c28-7bf3-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.651481 | 0.06s 2025-11-25 10:08:34.122060 | fa163e48-8288-2c28-7bf3-00000000025f | TASK | Ensure network service is enabled 2025-11-25 10:08:34.524426 | fa163e48-8288-2c28-7bf3-00000000025f | OK | Ensure network service is enabled | standalone 2025-11-25 10:08:34.525949 | fa163e48-8288-2c28-7bf3-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.080609 | 0.40s 2025-11-25 10:08:34.547894 | fa163e48-8288-2c28-7bf3-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-11-25 10:08:34.896948 | fa163e48-8288-2c28-7bf3-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-25 10:08:34.898362 | fa163e48-8288-2c28-7bf3-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.453020 | 0.35s 2025-11-25 10:08:34.922881 | fa163e48-8288-2c28-7bf3-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-11-25 10:08:35.137233 | fa163e48-8288-2c28-7bf3-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-25 10:08:35.138685 | fa163e48-8288-2c28-7bf3-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.693344 | 0.21s 2025-11-25 10:08:35.166141 | fa163e48-8288-2c28-7bf3-000000000263 | TASK | Reload NetworkManager 2025-11-25 10:08:35.578289 | fa163e48-8288-2c28-7bf3-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-11-25 10:08:35.580307 | fa163e48-8288-2c28-7bf3-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.134964 | 0.41s 2025-11-25 10:08:35.606178 | fa163e48-8288-2c28-7bf3-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-11-25 10:08:35.839052 | fa163e48-8288-2c28-7bf3-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-11-25 10:08:35.840514 | fa163e48-8288-2c28-7bf3-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.395172 | 0.23s 2025-11-25 10:08:35.865263 | fa163e48-8288-2c28-7bf3-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-11-25 10:08:36.179966 | fa163e48-8288-2c28-7bf3-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-11-25 10:08:36.181423 | fa163e48-8288-2c28-7bf3-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.736081 | 0.31s 2025-11-25 10:08:36.207690 | fa163e48-8288-2c28-7bf3-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-11-25 10:08:36.419499 | fa163e48-8288-2c28-7bf3-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-11-25 10:08:36.420931 | fa163e48-8288-2c28-7bf3-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.975589 | 0.21s 2025-11-25 10:08:36.446154 | fa163e48-8288-2c28-7bf3-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-11-25 10:08:36.681249 | fa163e48-8288-2c28-7bf3-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-11-25 10:08:36.683017 | fa163e48-8288-2c28-7bf3-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.237669 | 0.24s 2025-11-25 10:08:36.767773 | fa163e48-8288-2c28-7bf3-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.322417 | 0.03s 2025-11-25 10:08:36.848153 | fa163e48-8288-2c28-7bf3-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-11-25 10:08:37.069933 | fa163e48-8288-2c28-7bf3-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-11-25 10:08:37.071176 | fa163e48-8288-2c28-7bf3-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.625832 | 0.22s 2025-11-25 10:08:37.094984 | fa163e48-8288-2c28-7bf3-000000000362 | TASK | Check for ssh_known_hosts file 2025-11-25 10:08:37.306884 | fa163e48-8288-2c28-7bf3-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-11-25 10:08:37.308085 | fa163e48-8288-2c28-7bf3-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.862744 | 0.21s 2025-11-25 10:08:37.332525 | fa163e48-8288-2c28-7bf3-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-11-25 10:08:37.359875 | fa163e48-8288-2c28-7bf3-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-11-25 10:08:37.361018 | fa163e48-8288-2c28-7bf3-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.915677 | 0.03s 2025-11-25 10:08:37.386883 | fa163e48-8288-2c28-7bf3-000000000364 | TASK | Write temporary file 2025-11-25 10:08:37.415683 | fa163e48-8288-2c28-7bf3-000000000364 | SKIPPED | Write temporary file | standalone 2025-11-25 10:08:37.416876 | fa163e48-8288-2c28-7bf3-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.971526 | 0.03s 2025-11-25 10:08:37.440486 | fa163e48-8288-2c28-7bf3-000000000365 | TASK | Set ssh_known_hosts fact 2025-11-25 10:08:37.518571 | fa163e48-8288-2c28-7bf3-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-11-25 10:08:37.519790 | fa163e48-8288-2c28-7bf3-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.074450 | 0.08s 2025-11-25 10:08:37.543456 | fa163e48-8288-2c28-7bf3-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-11-25 10:08:37.756501 | fa163e48-8288-2c28-7bf3-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-11-25 10:08:37.757800 | fa163e48-8288-2c28-7bf3-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.312458 | 0.21s 2025-11-25 10:08:37.782112 | fa163e48-8288-2c28-7bf3-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-11-25 10:08:37.975869 | fa163e48-8288-2c28-7bf3-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-11-25 10:08:37.976588 | fa163e48-8288-2c28-7bf3-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.531256 | 0.19s 2025-11-25 10:08:37.994509 | fa163e48-8288-2c28-7bf3-000000000368 | TASK | Remove temp file 2025-11-25 10:08:38.191608 | fa163e48-8288-2c28-7bf3-000000000368 | CHANGED | Remove temp file | standalone 2025-11-25 10:08:38.192341 | fa163e48-8288-2c28-7bf3-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.747009 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2025-11-25 10:08:38.339312 | fa163e48-8288-2c28-7bf3-000000000034 | TASK | Deploy step tasks for step 0 2025-11-25 10:08:38.400413 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-000000000034') missing from stats 2025-11-25 10:08:38.425974 | fa163e48-8288-2c28-7bf3-000000000035 | TASK | Ensure /var/log/journal exists 2025-11-25 10:08:38.656988 | fa163e48-8288-2c28-7bf3-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-11-25 10:08:38.657651 | fa163e48-8288-2c28-7bf3-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.212318 | 0.23s 2025-11-25 10:08:38.674302 | fa163e48-8288-2c28-7bf3-000000000036 | TASK | Check cloud-init status 2025-11-25 10:08:38.877345 | fa163e48-8288-2c28-7bf3-000000000036 | CHANGED | Check cloud-init status | standalone 2025-11-25 10:08:38.878191 | fa163e48-8288-2c28-7bf3-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.432860 | 0.20s 2025-11-25 10:08:38.895001 | fa163e48-8288-2c28-7bf3-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-11-25 10:08:39.123372 | fa163e48-8288-2c28-7bf3-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-11-25 10:08:39.124627 | fa163e48-8288-2c28-7bf3-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.679285 | 0.23s 2025-11-25 10:08:39.150463 | fa163e48-8288-2c28-7bf3-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-11-25 10:08:39.551623 | fa163e48-8288-2c28-7bf3-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-11-25 10:08:39.552288 | fa163e48-8288-2c28-7bf3-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.106959 | 0.40s 2025-11-25 10:08:39.571675 | fa163e48-8288-2c28-7bf3-000000000039 | TASK | Create /var/lib/container-puppet 2025-11-25 10:08:39.802026 | fa163e48-8288-2c28-7bf3-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-11-25 10:08:39.803219 | fa163e48-8288-2c28-7bf3-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.357879 | 0.23s 2025-11-25 10:08:39.827662 | fa163e48-8288-2c28-7bf3-00000000003a | TASK | Write container-puppet.sh 2025-11-25 10:08:40.237600 | fa163e48-8288-2c28-7bf3-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-11-25 10:08:40.238795 | fa163e48-8288-2c28-7bf3-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.793455 | 0.41s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-25 10:08:40.304732 | fa163e48-8288-2c28-7bf3-00000000003b | TIMING | include_tasks | standalone | 0:00:27.859390 | 0.04s 2025-11-25 10:08:40.319847 | dce67a26-5a6a-4d0a-acaa-af98df9e5bfa | INCLUDED | /root/standalone-ansible-4jlq2qdr/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-11-25 10:08:40.348306 | fa163e48-8288-2c28-7bf3-000000000416 | TASK | Configure tuned before reboot 2025-11-25 10:08:40.397518 | fa163e48-8288-2c28-7bf3-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.952171 | 0.05s 2025-11-25 10:08:40.442961 | fa163e48-8288-2c28-7bf3-000000000455 | TASK | Gather variables for each operating system 2025-11-25 10:08:40.559481 | fa163e48-8288-2c28-7bf3-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-25 10:08:40.562618 | fa163e48-8288-2c28-7bf3-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.117275 | 0.12s 2025-11-25 10:08:40.573004 | fa163e48-8288-2c28-7bf3-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.127659 | 0.13s 2025-11-25 10:08:40.643941 | fa163e48-8288-2c28-7bf3-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.198596 | 0.04s 2025-11-25 10:08:40.660376 | 427e4c6d-e925-4d75-a673-e8324b858b45 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-25 10:08:40.690327 | fa163e48-8288-2c28-7bf3-00000000047f | TASK | Check tuned package is installed 2025-11-25 10:08:40.941899 | fa163e48-8288-2c28-7bf3-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-11-25 10:08:40.943235 | fa163e48-8288-2c28-7bf3-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.497895 | 0.25s 2025-11-25 10:08:40.969213 | fa163e48-8288-2c28-7bf3-000000000480 | TASK | Install tuned 2025-11-25 10:08:47.396983 | fa163e48-8288-2c28-7bf3-000000000480 | CHANGED | Install tuned | standalone 2025-11-25 10:08:47.398366 | fa163e48-8288-2c28-7bf3-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:34.953026 | 6.43s 2025-11-25 10:08:47.425240 | fa163e48-8288-2c28-7bf3-000000000481 | TASK | Restart tuned 2025-11-25 10:08:49.259695 | fa163e48-8288-2c28-7bf3-000000000481 | CHANGED | Restart tuned | standalone 2025-11-25 10:08:49.261588 | fa163e48-8288-2c28-7bf3-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:36.816246 | 1.83s 2025-11-25 10:08:49.287913 | fa163e48-8288-2c28-7bf3-000000000457 | TASK | Check for tuned-adm 2025-11-25 10:08:49.524550 | fa163e48-8288-2c28-7bf3-000000000457 | OK | Check for tuned-adm | standalone 2025-11-25 10:08:49.525980 | fa163e48-8288-2c28-7bf3-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.080639 | 0.24s 2025-11-25 10:08:49.586223 | fa163e48-8288-2c28-7bf3-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.140872 | 0.03s 2025-11-25 10:08:49.615600 | 9fa4ee04-529b-45b2-b80c-20b9f88a6746 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-25 10:08:49.656931 | fa163e48-8288-2c28-7bf3-0000000004b6 | TASK | Ensure profile directory exists 2025-11-25 10:08:49.725088 | fa163e48-8288-2c28-7bf3-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-11-25 10:08:49.726258 | fa163e48-8288-2c28-7bf3-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.280917 | 0.07s 2025-11-25 10:08:49.751762 | fa163e48-8288-2c28-7bf3-0000000004b7 | TASK | Create custom tuned profile 2025-11-25 10:08:49.824326 | fa163e48-8288-2c28-7bf3-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-11-25 10:08:49.825626 | fa163e48-8288-2c28-7bf3-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.380286 | 0.07s 2025-11-25 10:08:49.851707 | fa163e48-8288-2c28-7bf3-0000000004b8 | TASK | Check tuned active profile 2025-11-25 10:08:50.194101 | fa163e48-8288-2c28-7bf3-0000000004b8 | OK | Check tuned active profile | standalone 2025-11-25 10:08:50.195193 | fa163e48-8288-2c28-7bf3-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.749855 | 0.34s 2025-11-25 10:08:50.217343 | fa163e48-8288-2c28-7bf3-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-11-25 10:08:50.444392 | fa163e48-8288-2c28-7bf3-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-11-25 10:08:50.445908 | fa163e48-8288-2c28-7bf3-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.000568 | 0.23s 2025-11-25 10:08:50.471880 | fa163e48-8288-2c28-7bf3-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-25 10:08:50.534799 | fa163e48-8288-2c28-7bf3-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-25 10:08:50.536328 | fa163e48-8288-2c28-7bf3-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.090994 | 0.06s 2025-11-25 10:08:50.558367 | fa163e48-8288-2c28-7bf3-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-11-25 10:08:50.618394 | fa163e48-8288-2c28-7bf3-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-25 10:08:50.619180 | fa163e48-8288-2c28-7bf3-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.173847 | 0.06s 2025-11-25 10:08:50.638868 | fa163e48-8288-2c28-7bf3-0000000004bc | TASK | Enable tuned profile 2025-11-25 10:08:52.035096 | fa163e48-8288-2c28-7bf3-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-11-25 10:08:52.036703 | fa163e48-8288-2c28-7bf3-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.591363 | 1.40s 2025-11-25 10:08:52.085926 | fa163e48-8288-2c28-7bf3-000000000417 | TASK | Configure kernel args and reboot 2025-11-25 10:08:52.126713 | fa163e48-8288-2c28-7bf3-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.681361 | 0.04s 2025-11-25 10:08:52.269209 | fa163e48-8288-2c28-7bf3-000000000569 | TASK | Get the command line args of the node 2025-11-25 10:08:52.477445 | fa163e48-8288-2c28-7bf3-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-11-25 10:08:52.478835 | fa163e48-8288-2c28-7bf3-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.033456 | 0.21s 2025-11-25 10:08:52.506117 | fa163e48-8288-2c28-7bf3-00000000056b | TASK | Check if node has a nova.conf 2025-11-25 10:08:52.716945 | fa163e48-8288-2c28-7bf3-00000000056b | OK | Check if node has a nova.conf | standalone 2025-11-25 10:08:52.718212 | fa163e48-8288-2c28-7bf3-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.272874 | 0.21s 2025-11-25 10:08:52.744367 | fa163e48-8288-2c28-7bf3-00000000056d | TASK | Warn operator about workload protection 2025-11-25 10:08:52.782761 | fa163e48-8288-2c28-7bf3-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-11-25 10:08:52.784014 | fa163e48-8288-2c28-7bf3-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.338676 | 0.04s 2025-11-25 10:08:52.809570 | fa163e48-8288-2c28-7bf3-00000000056e | TASK | Setting defer reboot fact 2025-11-25 10:08:52.847610 | fa163e48-8288-2c28-7bf3-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-11-25 10:08:52.848938 | fa163e48-8288-2c28-7bf3-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.403598 | 0.04s 2025-11-25 10:08:52.875207 | fa163e48-8288-2c28-7bf3-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-11-25 10:08:52.902674 | fa163e48-8288-2c28-7bf3-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.457325 | 0.03s 2025-11-25 10:08:52.928932 | fa163e48-8288-2c28-7bf3-000000000575 | TASK | Find hugepages in cmdline 2025-11-25 10:08:52.970498 | fa163e48-8288-2c28-7bf3-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-11-25 10:08:52.971859 | fa163e48-8288-2c28-7bf3-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.526490 | 0.04s 2025-11-25 10:08:52.998859 | fa163e48-8288-2c28-7bf3-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-11-25 10:08:53.043265 | fa163e48-8288-2c28-7bf3-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-11-25 10:08:53.044487 | fa163e48-8288-2c28-7bf3-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.599147 | 0.04s 2025-11-25 10:08:53.070630 | fa163e48-8288-2c28-7bf3-00000000057a | TASK | Find desired default hugepage size 2025-11-25 10:08:53.120085 | fa163e48-8288-2c28-7bf3-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-11-25 10:08:53.121338 | fa163e48-8288-2c28-7bf3-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.675998 | 0.05s 2025-11-25 10:08:53.147892 | fa163e48-8288-2c28-7bf3-00000000057c | TASK | Storing non-configured hugepages 2025-11-25 10:08:53.179670 | fa163e48-8288-2c28-7bf3-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.734321 | 0.03s 2025-11-25 10:08:53.206299 | fa163e48-8288-2c28-7bf3-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-11-25 10:08:53.251070 | fa163e48-8288-2c28-7bf3-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-11-25 10:08:53.252312 | fa163e48-8288-2c28-7bf3-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:40.806973 | 0.04s 2025-11-25 10:08:53.278449 | fa163e48-8288-2c28-7bf3-00000000057f | TASK | Determining the default hugepagesz 2025-11-25 10:08:53.327155 | fa163e48-8288-2c28-7bf3-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-11-25 10:08:53.328203 | fa163e48-8288-2c28-7bf3-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:40.882864 | 0.05s 2025-11-25 10:08:53.354623 | fa163e48-8288-2c28-7bf3-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-11-25 10:08:53.405762 | fa163e48-8288-2c28-7bf3-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-11-25 10:08:53.407602 | fa163e48-8288-2c28-7bf3-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:40.962256 | 0.05s 2025-11-25 10:08:53.441095 | fa163e48-8288-2c28-7bf3-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-11-25 10:08:53.490892 | fa163e48-8288-2c28-7bf3-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-11-25 10:08:53.492403 | fa163e48-8288-2c28-7bf3-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.047061 | 0.05s 2025-11-25 10:08:53.518555 | fa163e48-8288-2c28-7bf3-000000000583 | TASK | Warn about possible modifications 2025-11-25 10:08:53.561573 | fa163e48-8288-2c28-7bf3-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-11-25 10:08:53.562879 | fa163e48-8288-2c28-7bf3-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.117537 | 0.04s 2025-11-25 10:08:53.588297 | fa163e48-8288-2c28-7bf3-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-11-25 10:08:53.630896 | fa163e48-8288-2c28-7bf3-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-11-25 10:08:53.632180 | fa163e48-8288-2c28-7bf3-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.186841 | 0.04s 2025-11-25 10:08:53.660157 | fa163e48-8288-2c28-7bf3-000000000585 | TASK | Cleaning up whitespaces 2025-11-25 10:08:53.698955 | fa163e48-8288-2c28-7bf3-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-11-25 10:08:53.699753 | fa163e48-8288-2c28-7bf3-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.254422 | 0.04s 2025-11-25 10:08:53.720516 | fa163e48-8288-2c28-7bf3-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-11-25 10:08:54.071277 | fa163e48-8288-2c28-7bf3-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-11-25 10:08:54.072660 | fa163e48-8288-2c28-7bf3-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.627320 | 0.35s 2025-11-25 10:08:54.098609 | fa163e48-8288-2c28-7bf3-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-11-25 10:08:54.159067 | fa163e48-8288-2c28-7bf3-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-11-25 10:08:54.160207 | fa163e48-8288-2c28-7bf3-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.714868 | 0.06s 2025-11-25 10:08:54.187850 | fa163e48-8288-2c28-7bf3-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-11-25 10:08:54.247657 | fa163e48-8288-2c28-7bf3-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-11-25 10:08:54.248807 | fa163e48-8288-2c28-7bf3-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.803465 | 0.06s 2025-11-25 10:08:54.275566 | fa163e48-8288-2c28-7bf3-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-11-25 10:08:54.337148 | fa163e48-8288-2c28-7bf3-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-11-25 10:08:54.338375 | fa163e48-8288-2c28-7bf3-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:41.893017 | 0.06s 2025-11-25 10:08:54.363877 | fa163e48-8288-2c28-7bf3-00000000058c | TASK | Generate grub config 2025-11-25 10:08:54.428305 | fa163e48-8288-2c28-7bf3-00000000058c | SKIPPED | Generate grub config | standalone 2025-11-25 10:08:54.429888 | fa163e48-8288-2c28-7bf3-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:41.984544 | 0.06s 2025-11-25 10:08:54.458857 | fa163e48-8288-2c28-7bf3-000000000590 | TASK | Get the block device that /boot is on 2025-11-25 10:08:54.520246 | fa163e48-8288-2c28-7bf3-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-11-25 10:08:54.522532 | fa163e48-8288-2c28-7bf3-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.077192 | 0.06s 2025-11-25 10:08:54.548577 | fa163e48-8288-2c28-7bf3-000000000591 | TASK | Get the mount point that /boot is in 2025-11-25 10:08:54.598061 | fa163e48-8288-2c28-7bf3-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-11-25 10:08:54.599356 | fa163e48-8288-2c28-7bf3-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.154016 | 0.05s 2025-11-25 10:08:54.625203 | fa163e48-8288-2c28-7bf3-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-11-25 10:08:54.695918 | fa163e48-8288-2c28-7bf3-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-11-25 10:08:54.697050 | fa163e48-8288-2c28-7bf3-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.251709 | 0.07s 2025-11-25 10:08:54.723564 | fa163e48-8288-2c28-7bf3-000000000593 | TASK | Executed script to fix grub-menu 2025-11-25 10:08:54.784043 | fa163e48-8288-2c28-7bf3-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-11-25 10:08:54.785276 | fa163e48-8288-2c28-7bf3-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.339934 | 0.06s 2025-11-25 10:08:54.812424 | fa163e48-8288-2c28-7bf3-000000000594 | TASK | Check grub config paths 2025-11-25 10:08:54.885739 | fa163e48-8288-2c28-7bf3-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-11-25 10:08:54.902632 | fa163e48-8288-2c28-7bf3-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-11-25 10:08:54.908771 | fa163e48-8288-2c28-7bf3-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.463425 | 0.09s 2025-11-25 10:08:54.938441 | fa163e48-8288-2c28-7bf3-000000000595 | TASK | Write EFI grub.cfg 2025-11-25 10:08:54.994601 | fa163e48-8288-2c28-7bf3-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-11-25 10:08:55.010395 | fa163e48-8288-2c28-7bf3-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-11-25 10:08:55.022980 | fa163e48-8288-2c28-7bf3-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.577631 | 0.08s 2025-11-25 10:08:55.052509 | fa163e48-8288-2c28-7bf3-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-11-25 10:08:55.117212 | fa163e48-8288-2c28-7bf3-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-11-25 10:08:55.118606 | fa163e48-8288-2c28-7bf3-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.673263 | 0.06s 2025-11-25 10:08:55.146745 | fa163e48-8288-2c28-7bf3-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-11-25 10:08:55.217589 | fa163e48-8288-2c28-7bf3-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-11-25 10:08:55.218877 | fa163e48-8288-2c28-7bf3-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.773537 | 0.07s 2025-11-25 10:08:55.241446 | fa163e48-8288-2c28-7bf3-000000000598 | TASK | Execute grub2-mkconfig 2025-11-25 10:08:55.301206 | fa163e48-8288-2c28-7bf3-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-11-25 10:08:55.302558 | fa163e48-8288-2c28-7bf3-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.857211 | 0.06s 2025-11-25 10:08:55.329680 | fa163e48-8288-2c28-7bf3-000000000599 | TASK | Check for active tuned profile 2025-11-25 10:08:55.391565 | fa163e48-8288-2c28-7bf3-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-11-25 10:08:55.392853 | fa163e48-8288-2c28-7bf3-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.947477 | 0.06s 2025-11-25 10:08:55.418405 | fa163e48-8288-2c28-7bf3-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-11-25 10:08:55.489850 | fa163e48-8288-2c28-7bf3-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-11-25 10:08:55.491129 | fa163e48-8288-2c28-7bf3-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.045789 | 0.07s 2025-11-25 10:08:55.516613 | fa163e48-8288-2c28-7bf3-00000000059b | TASK | Set reboot required fact 2025-11-25 10:08:55.581056 | fa163e48-8288-2c28-7bf3-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-11-25 10:08:55.582409 | fa163e48-8288-2c28-7bf3-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.137064 | 0.06s 2025-11-25 10:08:55.608775 | fa163e48-8288-2c28-7bf3-00000000059d | TASK | Apply DPDK workarounds 2025-11-25 10:08:55.664346 | fa163e48-8288-2c28-7bf3-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-11-25 10:08:55.665708 | fa163e48-8288-2c28-7bf3-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.220361 | 0.06s 2025-11-25 10:08:55.691681 | fa163e48-8288-2c28-7bf3-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-11-25 10:08:55.730625 | fa163e48-8288-2c28-7bf3-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-11-25 10:08:55.731881 | fa163e48-8288-2c28-7bf3-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.286531 | 0.04s 2025-11-25 10:08:55.758258 | fa163e48-8288-2c28-7bf3-0000000005a0 | TASK | Load modules 2025-11-25 10:08:55.790106 | fa163e48-8288-2c28-7bf3-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-11-25 10:08:55.801551 | fa163e48-8288-2c28-7bf3-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.356213 | 0.04s 2025-11-25 10:08:55.820992 | fa163e48-8288-2c28-7bf3-0000000005a2 | TASK | Persist modules via modules-load.d 2025-11-25 10:08:55.858401 | fa163e48-8288-2c28-7bf3-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-11-25 10:08:55.870359 | fa163e48-8288-2c28-7bf3-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.425010 | 0.05s 2025-11-25 10:08:55.896693 | fa163e48-8288-2c28-7bf3-0000000005a4 | TASK | Drop module persistence 2025-11-25 10:08:55.941156 | fa163e48-8288-2c28-7bf3-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-11-25 10:08:55.947414 | fa163e48-8288-2c28-7bf3-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.502063 | 0.05s 2025-11-25 10:08:55.973761 | fa163e48-8288-2c28-7bf3-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-11-25 10:08:56.019415 | fa163e48-8288-2c28-7bf3-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-11-25 10:08:56.025427 | fa163e48-8288-2c28-7bf3-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.580078 | 0.05s 2025-11-25 10:08:56.051272 | fa163e48-8288-2c28-7bf3-0000000005a8 | TASK | Modules reload 2025-11-25 10:08:56.089924 | fa163e48-8288-2c28-7bf3-0000000005a8 | SKIPPED | Modules reload | standalone 2025-11-25 10:08:56.091148 | fa163e48-8288-2c28-7bf3-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.645808 | 0.04s 2025-11-25 10:08:56.116849 | fa163e48-8288-2c28-7bf3-0000000005aa | TASK | Reboot tasks 2025-11-25 10:08:56.166377 | fa163e48-8288-2c28-7bf3-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-11-25 10:08:56.167790 | fa163e48-8288-2c28-7bf3-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.722451 | 0.05s 2025-11-25 10:08:56.190998 | fa163e48-8288-2c28-7bf3-0000000005ab | TASK | Skipping reboot for deployed node 2025-11-25 10:08:56.220734 | fa163e48-8288-2c28-7bf3-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-11-25 10:08:56.222165 | fa163e48-8288-2c28-7bf3-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.776761 | 0.03s PLAY [Server pre network steps] ************************************************ 2025-11-25 10:08:56.394131 | fa163e48-8288-2c28-7bf3-00000000003f | TASK | Server pre-network deployments 2025-11-25 10:08:56.411203 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-00000000003f') missing from stats 2025-11-25 10:08:56.431606 | fa163e48-8288-2c28-7bf3-000000000043 | TASK | Hiera config 2025-11-25 10:08:56.450910 | fa163e48-8288-2c28-7bf3-000000000043 | TIMING | Hiera config | standalone | 0:00:44.005558 | 0.02s 2025-11-25 10:08:56.491147 | fa163e48-8288-2c28-7bf3-000000000721 | TASK | Create /etc/puppet/hieradata 2025-11-25 10:08:56.666361 | fa163e48-8288-2c28-7bf3-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-11-25 10:08:56.667759 | fa163e48-8288-2c28-7bf3-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.222417 | 0.18s 2025-11-25 10:08:56.694321 | fa163e48-8288-2c28-7bf3-000000000722 | TASK | Write hiera config 2025-11-25 10:08:57.209238 | fa163e48-8288-2c28-7bf3-000000000722 | CHANGED | Write hiera config | standalone 2025-11-25 10:08:57.210556 | fa163e48-8288-2c28-7bf3-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.765216 | 0.51s 2025-11-25 10:08:57.257996 | fa163e48-8288-2c28-7bf3-000000000044 | TASK | Hiera symlink 2025-11-25 10:08:57.498184 | fa163e48-8288-2c28-7bf3-000000000044 | CHANGED | Hiera symlink | standalone 2025-11-25 10:08:57.498987 | fa163e48-8288-2c28-7bf3-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.053657 | 0.24s 2025-11-25 10:08:57.516248 | fa163e48-8288-2c28-7bf3-000000000045 | TASK | Hieradata from vars 2025-11-25 10:08:57.541925 | fa163e48-8288-2c28-7bf3-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.096577 | 0.03s 2025-11-25 10:08:57.591484 | fa163e48-8288-2c28-7bf3-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-11-25 10:08:58.085095 | fa163e48-8288-2c28-7bf3-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-11-25 10:08:58.085865 | fa163e48-8288-2c28-7bf3-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.640535 | 0.49s 2025-11-25 10:08:58.103237 | fa163e48-8288-2c28-7bf3-00000000077d | TASK | Render hieradata from template 2025-11-25 10:08:58.549802 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-11-25 10:08:58.551974 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.106629 | 0.45s 2025-11-25 10:08:59.109076 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-11-25 10:08:59.109633 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.664304 | 1.01s 2025-11-25 10:08:59.738740 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-11-25 10:08:59.739784 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.294446 | 1.64s 2025-11-25 10:09:00.247564 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-11-25 10:09:00.248595 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.803256 | 2.14s 2025-11-25 10:09:00.741063 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-11-25 10:09:00.742098 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.296761 | 2.64s 2025-11-25 10:09:01.171611 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-11-25 10:09:01.173008 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.727677 | 3.07s 2025-11-25 10:09:01.636757 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-11-25 10:09:01.638000 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.192660 | 3.53s 2025-11-25 10:09:02.067651 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-11-25 10:09:02.068637 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.623299 | 3.96s 2025-11-25 10:09:02.495448 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-11-25 10:09:02.496105 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.050774 | 4.39s 2025-11-25 10:09:02.960529 | fa163e48-8288-2c28-7bf3-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-25 10:09:02.961538 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.516199 | 4.86s 2025-11-25 10:09:02.971078 | fa163e48-8288-2c28-7bf3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.525733 | 4.87s 2025-11-25 10:09:03.022699 | fa163e48-8288-2c28-7bf3-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-11-25 10:09:03.051309 | fa163e48-8288-2c28-7bf3-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.605962 | 0.03s 2025-11-25 10:09:03.123945 | fa163e48-8288-2c28-7bf3-000000000821 | TASK | Check for hieradata file 2025-11-25 10:09:03.355321 | fa163e48-8288-2c28-7bf3-000000000821 | OK | Check for hieradata file | standalone 2025-11-25 10:09:03.356354 | fa163e48-8288-2c28-7bf3-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:50.911017 | 0.23s 2025-11-25 10:09:03.377197 | fa163e48-8288-2c28-7bf3-000000000823 | TASK | Get existing data 2025-11-25 10:09:03.406802 | fa163e48-8288-2c28-7bf3-000000000823 | SKIPPED | Get existing data | standalone 2025-11-25 10:09:03.407727 | fa163e48-8288-2c28-7bf3-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:50.962392 | 0.03s 2025-11-25 10:09:03.428312 | fa163e48-8288-2c28-7bf3-000000000824 | TASK | Set data fact 2025-11-25 10:09:03.476803 | fa163e48-8288-2c28-7bf3-000000000824 | SKIPPED | Set data fact | standalone 2025-11-25 10:09:03.477751 | fa163e48-8288-2c28-7bf3-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.032418 | 0.05s 2025-11-25 10:09:03.497658 | fa163e48-8288-2c28-7bf3-000000000826 | TASK | Write ansible hieradata file 2025-11-25 10:09:04.038626 | fa163e48-8288-2c28-7bf3-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-11-25 10:09:04.039971 | fa163e48-8288-2c28-7bf3-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.594631 | 0.54s 2025-11-25 10:09:04.141292 | fa163e48-8288-2c28-7bf3-000000000047 | TIMING | include_tasks | standalone | 0:00:51.695944 | 0.05s PLAY [Server network deployments] ********************************************** 2025-11-25 10:09:04.298623 | fa163e48-8288-2c28-7bf3-00000000004b | TASK | Network Configuration 2025-11-25 10:09:04.324701 | fa163e48-8288-2c28-7bf3-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e48-8288-2c28-7bf3-00000000004b') missing from stats 2025-11-25 10:09:04.347100 | fa163e48-8288-2c28-7bf3-00000000004c | TASK | Check NetworkConfig script existence 2025-11-25 10:09:04.372274 | fa163e48-8288-2c28-7bf3-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-11-25 10:09:04.373184 | fa163e48-8288-2c28-7bf3-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:51.927845 | 0.03s 2025-11-25 10:09:04.393671 | fa163e48-8288-2c28-7bf3-000000000052 | TASK | Gather SELinux fact if needed 2025-11-25 10:09:04.429197 | fa163e48-8288-2c28-7bf3-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-11-25 10:09:04.430024 | fa163e48-8288-2c28-7bf3-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:51.984687 | 0.04s 2025-11-25 10:09:04.449761 | fa163e48-8288-2c28-7bf3-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-11-25 10:09:05.117607 | fa163e48-8288-2c28-7bf3-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-11-25 10:09:05.118995 | fa163e48-8288-2c28-7bf3-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.673655 | 0.67s 2025-11-25 10:09:05.145659 | fa163e48-8288-2c28-7bf3-000000000054 | TASK | Ensure requirements are satisfied 2025-11-25 10:09:05.176073 | fa163e48-8288-2c28-7bf3-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.730722 | 0.03s 2025-11-25 10:09:05.237936 | fa163e48-8288-2c28-7bf3-0000000008bf | TASK | Gather facts if they don't exist 2025-11-25 10:09:05.286511 | fa163e48-8288-2c28-7bf3-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-11-25 10:09:05.287710 | fa163e48-8288-2c28-7bf3-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:52.842367 | 0.05s 2025-11-25 10:09:05.313906 | fa163e48-8288-2c28-7bf3-0000000008c0 | TASK | Gather variables for each operating system 2025-11-25 10:09:05.440897 | fa163e48-8288-2c28-7bf3-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-25 10:09:05.453093 | fa163e48-8288-2c28-7bf3-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.007756 | 0.14s 2025-11-25 10:09:05.470038 | fa163e48-8288-2c28-7bf3-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-25 10:09:05.729279 | fa163e48-8288-2c28-7bf3-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-25 10:09:05.730785 | fa163e48-8288-2c28-7bf3-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.285434 | 0.26s 2025-11-25 10:09:05.756161 | fa163e48-8288-2c28-7bf3-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-11-25 10:09:05.795558 | fa163e48-8288-2c28-7bf3-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-11-25 10:09:05.797190 | fa163e48-8288-2c28-7bf3-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.351849 | 0.04s 2025-11-25 10:09:05.823008 | fa163e48-8288-2c28-7bf3-0000000008c4 | TASK | Ensure packages are actually well installed 2025-11-25 10:09:06.761669 | fa163e48-8288-2c28-7bf3-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-25 10:09:06.762725 | fa163e48-8288-2c28-7bf3-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.317391 | 0.94s 2025-11-25 10:09:06.801726 | fa163e48-8288-2c28-7bf3-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-11-25 10:09:07.057573 | fa163e48-8288-2c28-7bf3-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-25 10:09:07.058430 | fa163e48-8288-2c28-7bf3-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.613099 | 0.26s 2025-11-25 10:09:07.075862 | fa163e48-8288-2c28-7bf3-000000000057 | TASK | Reload NetworkManager 2025-11-25 10:09:07.485445 | fa163e48-8288-2c28-7bf3-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-11-25 10:09:07.487334 | fa163e48-8288-2c28-7bf3-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.041992 | 0.41s 2025-11-25 10:09:07.516413 | fa163e48-8288-2c28-7bf3-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-11-25 10:09:07.779250 | fa163e48-8288-2c28-7bf3-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-11-25 10:09:07.781048 | fa163e48-8288-2c28-7bf3-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.335705 | 0.26s 2025-11-25 10:09:07.808582 | fa163e48-8288-2c28-7bf3-00000000005a | TASK | Check for previous run of NetworkConfig 2025-11-25 10:09:08.029224 | fa163e48-8288-2c28-7bf3-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-11-25 10:09:08.030517 | fa163e48-8288-2c28-7bf3-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.585177 | 0.22s 2025-11-25 10:09:08.055765 | fa163e48-8288-2c28-7bf3-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-11-25 10:09:08.094183 | fa163e48-8288-2c28-7bf3-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-11-25 10:09:08.095447 | fa163e48-8288-2c28-7bf3-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.650106 | 0.04s 2025-11-25 10:09:08.121520 | fa163e48-8288-2c28-7bf3-00000000005c | TASK | Ensure we get cloud-init 2025-11-25 10:09:08.366676 | fa163e48-8288-2c28-7bf3-00000000005c | OK | Ensure we get cloud-init | standalone 2025-11-25 10:09:08.368165 | fa163e48-8288-2c28-7bf3-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:55.922825 | 0.25s 2025-11-25 10:09:08.394800 | fa163e48-8288-2c28-7bf3-00000000005e | TASK | Create /etc/os-net-config directory 2025-11-25 10:09:08.637482 | fa163e48-8288-2c28-7bf3-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-11-25 10:09:08.638784 | fa163e48-8288-2c28-7bf3-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.193445 | 0.24s 2025-11-25 10:09:08.663882 | fa163e48-8288-2c28-7bf3-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-11-25 10:09:09.041246 | fa163e48-8288-2c28-7bf3-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-11-25 10:09:09.042691 | fa163e48-8288-2c28-7bf3-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.597350 | 0.38s 2025-11-25 10:09:09.068772 | fa163e48-8288-2c28-7bf3-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-11-25 10:09:09.141515 | fa163e48-8288-2c28-7bf3-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-11-25 10:09:09.142919 | fa163e48-8288-2c28-7bf3-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.697576 | 0.07s 2025-11-25 10:09:09.168985 | fa163e48-8288-2c28-7bf3-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-11-25 10:09:09.400744 | fa163e48-8288-2c28-7bf3-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-11-25 10:09:09.402034 | fa163e48-8288-2c28-7bf3-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:56.956692 | 0.23s 2025-11-25 10:09:09.428616 | fa163e48-8288-2c28-7bf3-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-11-25 10:09:09.502669 | fa163e48-8288-2c28-7bf3-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.057321 | 0.07s 2025-11-25 10:09:09.520883 | 85106caa-a5a3-4877-81f4-a3def7df49bd | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-11-25 10:09:09.550316 | fa163e48-8288-2c28-7bf3-000000000909 | TASK | Set nic_config_file fact 2025-11-25 10:09:09.631290 | fa163e48-8288-2c28-7bf3-000000000909 | OK | Set nic_config_file fact | standalone 2025-11-25 10:09:09.632637 | fa163e48-8288-2c28-7bf3-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.187294 | 0.08s 2025-11-25 10:09:09.659093 | fa163e48-8288-2c28-7bf3-00000000090a | TASK | Render overidden network config 2025-11-25 10:09:09.750582 | fa163e48-8288-2c28-7bf3-00000000090a | SKIPPED | Render overidden network config | standalone 2025-11-25 10:09:09.751904 | fa163e48-8288-2c28-7bf3-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.306564 | 0.09s 2025-11-25 10:09:09.777477 | fa163e48-8288-2c28-7bf3-00000000090b | TASK | Render network_config 2025-11-25 10:09:09.837217 | fa163e48-8288-2c28-7bf3-00000000090b | SKIPPED | Render network_config | standalone 2025-11-25 10:09:09.838508 | fa163e48-8288-2c28-7bf3-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.393169 | 0.06s 2025-11-25 10:09:09.863877 | fa163e48-8288-2c28-7bf3-00000000090c | TASK | Render network_config from template 2025-11-25 10:09:10.377671 | fa163e48-8288-2c28-7bf3-00000000090c | CHANGED | Render network_config from template | standalone 2025-11-25 10:09:10.378463 | fa163e48-8288-2c28-7bf3-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:57.933133 | 0.51s 2025-11-25 10:09:10.396142 | fa163e48-8288-2c28-7bf3-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=825671560506.45119 2025-11-25 10:09:14.486080 | fa163e48-8288-2c28-7bf3-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-11-25 10:09:14.487513 | fa163e48-8288-2c28-7bf3-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.042179 | 4.09s 2025-11-25 10:09:14.509468 | fa163e48-8288-2c28-7bf3-000000000064 | TASK | Write rc of NetworkConfig script 2025-11-25 10:09:15.031603 | fa163e48-8288-2c28-7bf3-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-11-25 10:09:15.033034 | fa163e48-8288-2c28-7bf3-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.587693 | 0.52s 2025-11-25 10:09:15.058671 | fa163e48-8288-2c28-7bf3-000000000065 | TASK | Disable cloud-init network config 2025-11-25 10:09:15.591697 | fa163e48-8288-2c28-7bf3-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-11-25 10:09:15.593259 | fa163e48-8288-2c28-7bf3-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.147916 | 0.53s 2025-11-25 10:09:15.620745 | fa163e48-8288-2c28-7bf3-000000000066 | TASK | Ensure network service is enabled 2025-11-25 10:09:16.993564 | fa163e48-8288-2c28-7bf3-000000000066 | OK | Ensure network service is enabled | standalone 2025-11-25 10:09:16.995513 | fa163e48-8288-2c28-7bf3-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.550169 | 1.37s PLAY [Server network validation] *********************************************** 2025-11-25 10:09:17.168528 | fa163e48-8288-2c28-7bf3-000000000096 | TASK | Basic Network Validation 2025-11-25 10:09:17.194160 | fa163e48-8288-2c28-7bf3-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.748817 | 0.02s 2025-11-25 10:09:17.235222 | fa163e48-8288-2c28-7bf3-000000000945 | TASK | Collect default network fact 2025-11-25 10:09:17.781154 | fa163e48-8288-2c28-7bf3-000000000945 | OK | Collect default network fact | standalone 2025-11-25 10:09:17.782352 | fa163e48-8288-2c28-7bf3-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.337014 | 0.55s 2025-11-25 10:09:17.807370 | fa163e48-8288-2c28-7bf3-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-11-25 10:09:17.835419 | fa163e48-8288-2c28-7bf3-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-11-25 10:09:17.836494 | fa163e48-8288-2c28-7bf3-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.391155 | 0.03s 2025-11-25 10:09:17.860596 | fa163e48-8288-2c28-7bf3-000000000947 | TASK | Check all networks Gateway availability 2025-11-25 10:09:17.888801 | fa163e48-8288-2c28-7bf3-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.443455 | 0.03s 2025-11-25 10:09:17.913304 | fa163e48-8288-2c28-7bf3-000000000949 | TASK | Check Controllers availability 2025-11-25 10:09:17.974866 | fa163e48-8288-2c28-7bf3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-11-25 10:09:17.981267 | fa163e48-8288-2c28-7bf3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-11-25 10:09:17.987861 | fa163e48-8288-2c28-7bf3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-11-25 10:09:17.994639 | fa163e48-8288-2c28-7bf3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-11-25 10:09:18.001328 | fa163e48-8288-2c28-7bf3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-11-25 10:09:18.008601 | fa163e48-8288-2c28-7bf3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-11-25 10:09:18.014672 | fa163e48-8288-2c28-7bf3-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.569286 | 0.10s 2025-11-25 10:09:18.039614 | fa163e48-8288-2c28-7bf3-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-11-25 10:09:18.062260 | fa163e48-8288-2c28-7bf3-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-11-25 10:09:18.063767 | fa163e48-8288-2c28-7bf3-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.618425 | 0.02s PLAY [Server pre deployment steps] ********************************************* 2025-11-25 10:09:18.244135 | fa163e48-8288-2c28-7bf3-00000000009a | TASK | Server pre deployments 2025-11-25 10:09:18.273601 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-00000000009a') missing from stats 2025-11-25 10:09:18.300702 | fa163e48-8288-2c28-7bf3-00000000009e | TASK | Hiera config 2025-11-25 10:09:18.331074 | fa163e48-8288-2c28-7bf3-00000000009e | TIMING | Hiera config | standalone | 0:01:05.885726 | 0.03s 2025-11-25 10:09:18.381804 | fa163e48-8288-2c28-7bf3-00000000099e | TASK | Create /etc/puppet/hieradata 2025-11-25 10:09:18.613498 | fa163e48-8288-2c28-7bf3-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-11-25 10:09:18.614914 | fa163e48-8288-2c28-7bf3-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.169572 | 0.23s 2025-11-25 10:09:18.641134 | fa163e48-8288-2c28-7bf3-00000000099f | TASK | Write hiera config 2025-11-25 10:09:19.070355 | fa163e48-8288-2c28-7bf3-00000000099f | OK | Write hiera config | standalone 2025-11-25 10:09:19.071347 | fa163e48-8288-2c28-7bf3-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.626013 | 0.43s 2025-11-25 10:09:19.107970 | fa163e48-8288-2c28-7bf3-00000000009f | TASK | Hiera symlink 2025-11-25 10:09:19.325381 | fa163e48-8288-2c28-7bf3-00000000009f | OK | Hiera symlink | standalone 2025-11-25 10:09:19.326801 | fa163e48-8288-2c28-7bf3-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.881461 | 0.22s 2025-11-25 10:09:19.351702 | fa163e48-8288-2c28-7bf3-0000000000a0 | TASK | Hieradata from vars 2025-11-25 10:09:19.370761 | fa163e48-8288-2c28-7bf3-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.925410 | 0.02s 2025-11-25 10:09:19.429347 | fa163e48-8288-2c28-7bf3-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-11-25 10:09:19.902213 | fa163e48-8288-2c28-7bf3-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-11-25 10:09:19.903958 | fa163e48-8288-2c28-7bf3-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.458586 | 0.47s 2025-11-25 10:09:19.930064 | fa163e48-8288-2c28-7bf3-0000000009fa | TASK | Render hieradata from template 2025-11-25 10:09:20.452260 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-11-25 10:09:20.455624 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.010271 | 0.52s 2025-11-25 10:09:20.992732 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-11-25 10:09:20.994378 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.549044 | 1.06s 2025-11-25 10:09:21.617795 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-11-25 10:09:21.619577 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.174244 | 1.69s 2025-11-25 10:09:22.076681 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-11-25 10:09:22.077481 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.632148 | 2.15s 2025-11-25 10:09:22.577639 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-11-25 10:09:22.579684 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.134345 | 2.65s 2025-11-25 10:09:23.055311 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-11-25 10:09:23.056532 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.611190 | 3.12s 2025-11-25 10:09:23.529137 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-11-25 10:09:23.530616 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.085273 | 3.60s 2025-11-25 10:09:23.976609 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-11-25 10:09:23.977796 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.532456 | 4.05s 2025-11-25 10:09:24.376052 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-11-25 10:09:24.377109 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.931772 | 4.45s 2025-11-25 10:09:24.781743 | fa163e48-8288-2c28-7bf3-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-25 10:09:24.784260 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.338922 | 4.85s 2025-11-25 10:09:24.796523 | fa163e48-8288-2c28-7bf3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.351180 | 4.86s 2025-11-25 10:09:24.837881 | fa163e48-8288-2c28-7bf3-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-11-25 10:09:24.865431 | fa163e48-8288-2c28-7bf3-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.420087 | 0.03s 2025-11-25 10:09:24.916986 | fa163e48-8288-2c28-7bf3-000000000a9e | TASK | Check for hieradata file 2025-11-25 10:09:25.130267 | fa163e48-8288-2c28-7bf3-000000000a9e | OK | Check for hieradata file | standalone 2025-11-25 10:09:25.131677 | fa163e48-8288-2c28-7bf3-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.686336 | 0.21s 2025-11-25 10:09:25.158170 | fa163e48-8288-2c28-7bf3-000000000aa0 | TASK | Get existing data 2025-11-25 10:09:25.208431 | fa163e48-8288-2c28-7bf3-000000000aa0 | SKIPPED | Get existing data | standalone 2025-11-25 10:09:25.209589 | fa163e48-8288-2c28-7bf3-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.764248 | 0.05s 2025-11-25 10:09:25.235760 | fa163e48-8288-2c28-7bf3-000000000aa1 | TASK | Set data fact 2025-11-25 10:09:25.285783 | fa163e48-8288-2c28-7bf3-000000000aa1 | SKIPPED | Set data fact | standalone 2025-11-25 10:09:25.286994 | fa163e48-8288-2c28-7bf3-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.841655 | 0.05s 2025-11-25 10:09:25.312736 | fa163e48-8288-2c28-7bf3-000000000aa3 | TASK | Write ansible hieradata file 2025-11-25 10:09:25.775486 | fa163e48-8288-2c28-7bf3-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-11-25 10:09:25.776790 | fa163e48-8288-2c28-7bf3-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.331450 | 0.46s 2025-11-25 10:09:25.858290 | fa163e48-8288-2c28-7bf3-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.412946 | 0.04s PLAY [Host prep steps] ********************************************************* 2025-11-25 10:09:25.992623 | fa163e48-8288-2c28-7bf3-0000000000a6 | TASK | Host prep steps 2025-11-25 10:09:26.019149 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000a6') missing from stats 2025-11-25 10:09:26.094504 | fa163e48-8288-2c28-7bf3-0000000000a7 | TASK | Deploy Artifacts 2025-11-25 10:09:26.206238 | fa163e48-8288-2c28-7bf3-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-11-25 10:09:26.207501 | fa163e48-8288-2c28-7bf3-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.762159 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-25 10:09:26.262589 | fa163e48-8288-2c28-7bf3-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.817241 | 0.03s 2025-11-25 10:09:26.471704 | c28f9905-4bad-48b6-8678-f1cc7dd9ac16 | INCLUDED | /root/standalone-ansible-4jlq2qdr/Standalone/host_prep_tasks.yaml | standalone 2025-11-25 10:09:26.532150 | fa163e48-8288-2c28-7bf3-000000000b1e | TASK | Run firewall role 2025-11-25 10:09:26.558776 | fa163e48-8288-2c28-7bf3-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.113434 | 0.03s 2025-11-25 10:09:26.619543 | fa163e48-8288-2c28-7bf3-000000000c1d | TASK | Gather variables for each operating system 2025-11-25 10:09:26.722606 | fa163e48-8288-2c28-7bf3-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-11-25 10:09:26.724642 | fa163e48-8288-2c28-7bf3-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.279293 | 0.10s 2025-11-25 10:09:26.735149 | fa163e48-8288-2c28-7bf3-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.289803 | 0.11s 2025-11-25 10:09:26.762603 | fa163e48-8288-2c28-7bf3-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2025-11-25 10:09:29.724389 | fa163e48-8288-2c28-7bf3-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-11-25 10:09:29.725376 | fa163e48-8288-2c28-7bf3-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.280043 | 2.96s 2025-11-25 10:09:29.750528 | fa163e48-8288-2c28-7bf3-000000000c22 | TASK | Create empty var for masquerade rules 2025-11-25 10:09:29.778287 | fa163e48-8288-2c28-7bf3-000000000c22 | OK | Create empty var for masquerade rules | standalone 2025-11-25 10:09:29.779410 | fa163e48-8288-2c28-7bf3-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.334071 | 0.03s 2025-11-25 10:09:29.805637 | fa163e48-8288-2c28-7bf3-000000000c23 | TASK | Enable masquerade 2025-11-25 10:09:29.844509 | fa163e48-8288-2c28-7bf3-000000000c23 | SKIPPED | Enable masquerade | standalone 2025-11-25 10:09:29.845624 | fa163e48-8288-2c28-7bf3-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.400286 | 0.04s 2025-11-25 10:09:29.871253 | fa163e48-8288-2c28-7bf3-000000000c24 | TASK | Set the default frontend firewall rules 2025-11-25 10:09:29.898536 | fa163e48-8288-2c28-7bf3-000000000c24 | OK | Set the default frontend firewall rules | standalone 2025-11-25 10:09:29.899548 | fa163e48-8288-2c28-7bf3-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.454214 | 0.03s 2025-11-25 10:09:29.925203 | fa163e48-8288-2c28-7bf3-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-25 10:09:29.975627 | fa163e48-8288-2c28-7bf3-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-11-25 10:09:29.978553 | fa163e48-8288-2c28-7bf3-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.533212 | 0.05s 2025-11-25 10:09:30.004508 | fa163e48-8288-2c28-7bf3-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2025-11-25 10:09:30.057718 | fa163e48-8288-2c28-7bf3-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2025-11-25 10:09:30.059514 | fa163e48-8288-2c28-7bf3-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.614172 | 0.05s 2025-11-25 10:09:30.086073 | fa163e48-8288-2c28-7bf3-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2025-11-25 10:09:30.125886 | fa163e48-8288-2c28-7bf3-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-11-25 10:09:30.127209 | fa163e48-8288-2c28-7bf3-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.681869 | 0.04s 2025-11-25 10:09:30.152981 | fa163e48-8288-2c28-7bf3-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2025-11-25 10:09:30.186663 | fa163e48-8288-2c28-7bf3-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-25 10:09:30.187855 | fa163e48-8288-2c28-7bf3-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.742485 | 0.03s 2025-11-25 10:09:30.213132 | fa163e48-8288-2c28-7bf3-000000000c2d | TASK | Enable LOG rules 2025-11-25 10:09:30.241504 | fa163e48-8288-2c28-7bf3-000000000c2d | SKIPPED | Enable LOG rules | standalone 2025-11-25 10:09:30.242561 | fa163e48-8288-2c28-7bf3-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.797221 | 0.03s 2025-11-25 10:09:30.268180 | fa163e48-8288-2c28-7bf3-000000000c2e | TASK | Set rule fact 2025-11-25 10:09:30.367988 | fa163e48-8288-2c28-7bf3-000000000c2e | OK | Set rule fact | standalone 2025-11-25 10:09:30.371903 | fa163e48-8288-2c28-7bf3-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.926561 | 0.10s 2025-11-25 10:09:30.407134 | fa163e48-8288-2c28-7bf3-000000000c2f | TASK | Manage rules via nftables 2025-11-25 10:09:30.437074 | fa163e48-8288-2c28-7bf3-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:17.991721 | 0.03s 2025-11-25 10:09:30.524449 | fa163e48-8288-2c28-7bf3-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.079107 | 0.03s 2025-11-25 10:09:30.539326 | a8c98d2d-40c2-476e-972c-c803b9c8ace4 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-11-25 10:09:30.565670 | fa163e48-8288-2c28-7bf3-000000000cf2 | TASK | Ensure legacy iptables services are off 2025-11-25 10:09:30.969441 | fa163e48-8288-2c28-7bf3-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-11-25 10:09:30.971577 | fa163e48-8288-2c28-7bf3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.526231 | 0.40s 2025-11-25 10:09:31.327382 | fa163e48-8288-2c28-7bf3-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-11-25 10:09:31.330012 | fa163e48-8288-2c28-7bf3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.884671 | 0.76s 2025-11-25 10:09:31.341922 | fa163e48-8288-2c28-7bf3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.896581 | 0.77s 2025-11-25 10:09:31.370925 | fa163e48-8288-2c28-7bf3-000000000cf3 | TASK | Ensure nftables service is enabled and running 2025-11-25 10:09:32.099439 | fa163e48-8288-2c28-7bf3-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-11-25 10:09:32.101205 | fa163e48-8288-2c28-7bf3-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.655865 | 0.73s 2025-11-25 10:09:32.128204 | fa163e48-8288-2c28-7bf3-000000000cf4 | TASK | Empty nftables from anything that may lay around 2025-11-25 10:09:32.168884 | fa163e48-8288-2c28-7bf3-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-11-25 10:09:32.170070 | fa163e48-8288-2c28-7bf3-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.724731 | 0.04s 2025-11-25 10:09:32.223604 | fa163e48-8288-2c28-7bf3-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.778253 | 0.03s 2025-11-25 10:09:32.262313 | 1de304a2-cdcd-47d9-9408-00583b5e4dfb | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-11-25 10:09:32.304991 | fa163e48-8288-2c28-7bf3-000000000d23 | TASK | Push empty ruleset 2025-11-25 10:09:32.805757 | fa163e48-8288-2c28-7bf3-000000000d23 | CHANGED | Push empty ruleset | standalone 2025-11-25 10:09:32.807120 | fa163e48-8288-2c28-7bf3-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.361779 | 0.50s 2025-11-25 10:09:32.833674 | fa163e48-8288-2c28-7bf3-000000000d24 | TASK | Load empty ruleset 2025-11-25 10:09:33.071496 | fa163e48-8288-2c28-7bf3-000000000d24 | CHANGED | Load empty ruleset | standalone 2025-11-25 10:09:33.072798 | fa163e48-8288-2c28-7bf3-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.627460 | 0.24s 2025-11-25 10:09:33.098776 | fa163e48-8288-2c28-7bf3-000000000d26 | TASK | Use default rules 2025-11-25 10:09:33.173246 | fa163e48-8288-2c28-7bf3-000000000d26 | OK | Use default rules | standalone 2025-11-25 10:09:33.176459 | fa163e48-8288-2c28-7bf3-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.731116 | 0.08s 2025-11-25 10:09:33.205861 | fa163e48-8288-2c28-7bf3-000000000d27 | TASK | Enable LOG rules 2025-11-25 10:09:33.279913 | fa163e48-8288-2c28-7bf3-000000000d27 | OK | Enable LOG rules | standalone 2025-11-25 10:09:33.283115 | fa163e48-8288-2c28-7bf3-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.837776 | 0.08s 2025-11-25 10:09:33.313708 | fa163e48-8288-2c28-7bf3-000000000d29 | TASK | Get current nftables content 2025-11-25 10:09:33.548655 | fa163e48-8288-2c28-7bf3-000000000d29 | CHANGED | Get current nftables content | standalone 2025-11-25 10:09:33.550129 | fa163e48-8288-2c28-7bf3-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.104780 | 0.23s 2025-11-25 10:09:33.577236 | fa163e48-8288-2c28-7bf3-000000000d2b | TASK | Generate chain jumps 2025-11-25 10:09:34.162285 | fa163e48-8288-2c28-7bf3-000000000d2b | CHANGED | Generate chain jumps | standalone 2025-11-25 10:09:34.163708 | fa163e48-8288-2c28-7bf3-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.718365 | 0.58s 2025-11-25 10:09:34.191463 | fa163e48-8288-2c28-7bf3-000000000d2c | TASK | Generate chain jumps 2025-11-25 10:09:34.742535 | fa163e48-8288-2c28-7bf3-000000000d2c | CHANGED | Generate chain jumps | standalone 2025-11-25 10:09:34.743261 | fa163e48-8288-2c28-7bf3-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.297929 | 0.55s 2025-11-25 10:09:34.761241 | fa163e48-8288-2c28-7bf3-000000000d2d | TASK | Generate nft flushes 2025-11-25 10:09:35.163877 | fa163e48-8288-2c28-7bf3-000000000d2d | CHANGED | Generate nft flushes | standalone 2025-11-25 10:09:35.165248 | fa163e48-8288-2c28-7bf3-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.719907 | 0.40s 2025-11-25 10:09:35.191559 | fa163e48-8288-2c28-7bf3-000000000d2e | TASK | Generate nft tripleo chains 2025-11-25 10:09:35.677676 | fa163e48-8288-2c28-7bf3-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2025-11-25 10:09:35.679149 | fa163e48-8288-2c28-7bf3-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.233744 | 0.49s 2025-11-25 10:09:35.711420 | fa163e48-8288-2c28-7bf3-000000000d2f | TASK | Generate nft ruleset in static file 2025-11-25 10:09:37.442701 | fa163e48-8288-2c28-7bf3-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2025-11-25 10:09:37.444254 | fa163e48-8288-2c28-7bf3-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.998912 | 1.73s 2025-11-25 10:09:37.470756 | fa163e48-8288-2c28-7bf3-000000000d31 | TASK | Validate all of the generated content before loading 2025-11-25 10:09:37.975886 | fa163e48-8288-2c28-7bf3-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2025-11-25 10:09:37.977204 | fa163e48-8288-2c28-7bf3-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.531865 | 0.50s 2025-11-25 10:09:38.003183 | fa163e48-8288-2c28-7bf3-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2025-11-25 10:09:38.302721 | fa163e48-8288-2c28-7bf3-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-11-25 10:09:38.304051 | fa163e48-8288-2c28-7bf3-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.858711 | 0.30s 2025-11-25 10:09:38.357937 | fa163e48-8288-2c28-7bf3-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.912589 | 0.03s 2025-11-25 10:09:38.378754 | 76ccc48c-3a24-4529-84d5-0902bb9f43d6 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-11-25 10:09:38.434293 | fa163e48-8288-2c28-7bf3-000000000d9a | TASK | Inject our custom chains in nftables 2025-11-25 10:09:38.681122 | fa163e48-8288-2c28-7bf3-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2025-11-25 10:09:38.682622 | fa163e48-8288-2c28-7bf3-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.237280 | 0.25s 2025-11-25 10:09:38.709153 | fa163e48-8288-2c28-7bf3-000000000d9b | TASK | Reload custom nftables ruleset files 2025-11-25 10:09:38.996017 | fa163e48-8288-2c28-7bf3-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2025-11-25 10:09:38.997385 | fa163e48-8288-2c28-7bf3-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.552044 | 0.29s 2025-11-25 10:09:39.068046 | fa163e48-8288-2c28-7bf3-000000000b1f | TASK | create persistent logs directory 2025-11-25 10:09:39.333670 | fa163e48-8288-2c28-7bf3-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-25 10:09:39.337124 | fa163e48-8288-2c28-7bf3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.891766 | 0.27s 2025-11-25 10:09:39.619086 | fa163e48-8288-2c28-7bf3-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-11-25 10:09:39.619842 | fa163e48-8288-2c28-7bf3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.174509 | 0.55s 2025-11-25 10:09:39.623950 | fa163e48-8288-2c28-7bf3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.178600 | 0.55s 2025-11-25 10:09:39.649854 | fa163e48-8288-2c28-7bf3-000000000b20 | TASK | create persistent directories 2025-11-25 10:09:39.887998 | fa163e48-8288-2c28-7bf3-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-25 10:09:39.889542 | fa163e48-8288-2c28-7bf3-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.444197 | 0.24s 2025-11-25 10:09:39.898562 | fa163e48-8288-2c28-7bf3-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.453219 | 0.25s 2025-11-25 10:09:39.919560 | fa163e48-8288-2c28-7bf3-000000000b21 | TASK | create persistent directories 2025-11-25 10:09:40.153388 | fa163e48-8288-2c28-7bf3-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-25 10:09:40.155779 | fa163e48-8288-2c28-7bf3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.710431 | 0.24s 2025-11-25 10:09:40.397358 | fa163e48-8288-2c28-7bf3-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-11-25 10:09:40.398764 | fa163e48-8288-2c28-7bf3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.953425 | 0.48s 2025-11-25 10:09:40.410913 | fa163e48-8288-2c28-7bf3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.965566 | 0.49s 2025-11-25 10:09:40.436686 | fa163e48-8288-2c28-7bf3-000000000b22 | TASK | create persistent directories 2025-11-25 10:09:40.685497 | fa163e48-8288-2c28-7bf3-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-11-25 10:09:40.686981 | fa163e48-8288-2c28-7bf3-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.241639 | 0.25s 2025-11-25 10:09:40.696872 | fa163e48-8288-2c28-7bf3-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.251484 | 0.26s 2025-11-25 10:09:40.724765 | fa163e48-8288-2c28-7bf3-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-11-25 10:09:41.852372 | fa163e48-8288-2c28-7bf3-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-11-25 10:09:41.854137 | fa163e48-8288-2c28-7bf3-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.408793 | 1.13s 2025-11-25 10:09:41.878618 | fa163e48-8288-2c28-7bf3-000000000b24 | TASK | create persistent directories 2025-11-25 10:09:42.144611 | fa163e48-8288-2c28-7bf3-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-25 10:09:42.146590 | fa163e48-8288-2c28-7bf3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.701254 | 0.27s 2025-11-25 10:09:42.369927 | fa163e48-8288-2c28-7bf3-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-11-25 10:09:42.370994 | fa163e48-8288-2c28-7bf3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.925658 | 0.49s 2025-11-25 10:09:42.383270 | fa163e48-8288-2c28-7bf3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.937933 | 0.50s 2025-11-25 10:09:42.408777 | fa163e48-8288-2c28-7bf3-000000000b25 | TASK | create fcontext entry for cinder data 2025-11-25 10:09:43.635806 | fa163e48-8288-2c28-7bf3-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-11-25 10:09:43.637700 | fa163e48-8288-2c28-7bf3-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.192368 | 1.23s 2025-11-25 10:09:43.655288 | fa163e48-8288-2c28-7bf3-000000000b26 | TASK | create persistent directories 2025-11-25 10:09:44.667679 | fa163e48-8288-2c28-7bf3-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-25 10:09:44.669182 | fa163e48-8288-2c28-7bf3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.223837 | 1.01s 2025-11-25 10:09:44.848125 | fa163e48-8288-2c28-7bf3-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-11-25 10:09:44.849513 | fa163e48-8288-2c28-7bf3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.404174 | 1.19s 2025-11-25 10:09:44.855636 | fa163e48-8288-2c28-7bf3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.410300 | 1.20s 2025-11-25 10:09:44.874370 | fa163e48-8288-2c28-7bf3-000000000b27 | TASK | ensure ceph configurations exist 2025-11-25 10:09:45.103461 | fa163e48-8288-2c28-7bf3-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-11-25 10:09:45.105684 | fa163e48-8288-2c28-7bf3-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.660348 | 0.23s 2025-11-25 10:09:45.128479 | fa163e48-8288-2c28-7bf3-000000000b28 | TASK | create persistent directories 2025-11-25 10:09:45.356603 | fa163e48-8288-2c28-7bf3-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-25 10:09:45.358166 | fa163e48-8288-2c28-7bf3-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.912823 | 0.23s 2025-11-25 10:09:45.367316 | fa163e48-8288-2c28-7bf3-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.921970 | 0.24s 2025-11-25 10:09:45.393780 | fa163e48-8288-2c28-7bf3-000000000b2a | TASK | Create cinder image conversion directory 2025-11-25 10:09:45.475130 | fa163e48-8288-2c28-7bf3-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-11-25 10:09:45.475963 | fa163e48-8288-2c28-7bf3-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:33.030630 | 0.08s 2025-11-25 10:09:45.494589 | fa163e48-8288-2c28-7bf3-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-11-25 10:09:45.520189 | fa163e48-8288-2c28-7bf3-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-11-25 10:09:45.521070 | fa163e48-8288-2c28-7bf3-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.075737 | 0.03s 2025-11-25 10:09:45.540049 | fa163e48-8288-2c28-7bf3-000000000b2d | TASK | cinder_configure_lvm fact 2025-11-25 10:09:45.565288 | fa163e48-8288-2c28-7bf3-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-11-25 10:09:45.566793 | fa163e48-8288-2c28-7bf3-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.121460 | 0.03s 2025-11-25 10:09:45.585453 | fa163e48-8288-2c28-7bf3-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-11-25 10:09:48.604309 | fa163e48-8288-2c28-7bf3-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-11-25 10:09:48.605883 | fa163e48-8288-2c28-7bf3-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.160536 | 3.02s 2025-11-25 10:09:48.631776 | fa163e48-8288-2c28-7bf3-000000000b30 | TASK | cinder create LVM volume group dd 2025-11-25 10:09:48.835852 | fa163e48-8288-2c28-7bf3-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-11-25 10:09:48.837084 | fa163e48-8288-2c28-7bf3-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.391744 | 0.20s 2025-11-25 10:09:48.861363 | fa163e48-8288-2c28-7bf3-000000000b31 | TASK | Get or create LVM loopback device 2025-11-25 10:09:49.122913 | fa163e48-8288-2c28-7bf3-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-11-25 10:09:49.124134 | fa163e48-8288-2c28-7bf3-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.678796 | 0.26s 2025-11-25 10:09:49.148594 | fa163e48-8288-2c28-7bf3-000000000b32 | TASK | Create LVM volume group 2025-11-25 10:09:49.667417 | fa163e48-8288-2c28-7bf3-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-11-25 10:09:49.668668 | fa163e48-8288-2c28-7bf3-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:37.223328 | 0.52s 2025-11-25 10:09:49.693511 | fa163e48-8288-2c28-7bf3-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-11-25 10:09:50.094679 | fa163e48-8288-2c28-7bf3-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-11-25 10:09:50.095983 | fa163e48-8288-2c28-7bf3-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.650644 | 0.40s 2025-11-25 10:09:50.114370 | fa163e48-8288-2c28-7bf3-000000000b34 | TASK | cinder enable the LVM losetup service 2025-11-25 10:09:51.918001 | fa163e48-8288-2c28-7bf3-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-11-25 10:09:51.920210 | fa163e48-8288-2c28-7bf3-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:39.474868 | 1.81s 2025-11-25 10:09:51.952936 | fa163e48-8288-2c28-7bf3-000000000b36 | TASK | allow logrotate to read inside containers 2025-11-25 10:09:52.859140 | fa163e48-8288-2c28-7bf3-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-11-25 10:09:52.862137 | fa163e48-8288-2c28-7bf3-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:40.416677 | 0.91s 2025-11-25 10:09:52.889217 | fa163e48-8288-2c28-7bf3-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-11-25 10:09:54.954940 | fa163e48-8288-2c28-7bf3-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-11-25 10:09:54.958176 | fa163e48-8288-2c28-7bf3-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:42.512834 | 2.07s 2025-11-25 10:09:55.012276 | fa163e48-8288-2c28-7bf3-000000000b39 | OK | set_fact | standalone 2025-11-25 10:09:55.014612 | fa163e48-8288-2c28-7bf3-000000000b39 | TIMING | set_fact | standalone | 0:01:42.569269 | 0.03s 2025-11-25 10:09:55.069852 | fa163e48-8288-2c28-7bf3-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:42.624480 | 0.03s 2025-11-25 10:09:55.135438 | fa163e48-8288-2c28-7bf3-000000000ee1 | TASK | ensure apache is installed 2025-11-25 10:10:01.554438 | fa163e48-8288-2c28-7bf3-000000000ee1 | CHANGED | ensure apache is installed | standalone 2025-11-25 10:10:01.558378 | fa163e48-8288-2c28-7bf3-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:49.113027 | 6.42s 2025-11-25 10:10:01.579375 | fa163e48-8288-2c28-7bf3-000000000ee2 | TASK | create image data directory 2025-11-25 10:10:01.810100 | fa163e48-8288-2c28-7bf3-000000000ee2 | CHANGED | create image data directory | standalone 2025-11-25 10:10:01.812329 | fa163e48-8288-2c28-7bf3-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:49.366973 | 0.23s 2025-11-25 10:10:01.833005 | fa163e48-8288-2c28-7bf3-000000000ee3 | TASK | create /v2/ response file 2025-11-25 10:10:02.328201 | fa163e48-8288-2c28-7bf3-000000000ee3 | CHANGED | create /v2/ response file | standalone 2025-11-25 10:10:02.329319 | fa163e48-8288-2c28-7bf3-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:49.883984 | 0.50s 2025-11-25 10:10:02.351292 | fa163e48-8288-2c28-7bf3-000000000ee4 | TASK | Add listen line 2025-11-25 10:10:02.742043 | fa163e48-8288-2c28-7bf3-000000000ee4 | CHANGED | Add listen line | standalone 2025-11-25 10:10:02.743156 | fa163e48-8288-2c28-7bf3-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:50.297819 | 0.39s 2025-11-25 10:10:02.764659 | fa163e48-8288-2c28-7bf3-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-11-25 10:10:03.195092 | fa163e48-8288-2c28-7bf3-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-11-25 10:10:03.196062 | fa163e48-8288-2c28-7bf3-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:50.750726 | 0.43s 2025-11-25 10:10:03.217426 | fa163e48-8288-2c28-7bf3-000000000ee6 | TASK | Image-Serve | restart httpd 2025-11-25 10:10:04.127853 | fa163e48-8288-2c28-7bf3-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2025-11-25 10:10:04.130419 | fa163e48-8288-2c28-7bf3-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:51.685074 | 0.91s 2025-11-25 10:10:04.183570 | fa163e48-8288-2c28-7bf3-000000000b3c | TASK | create persistent logs directory 2025-11-25 10:10:04.415317 | fa163e48-8288-2c28-7bf3-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-11-25 10:10:04.417534 | fa163e48-8288-2c28-7bf3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.972191 | 0.23s 2025-11-25 10:10:04.592212 | fa163e48-8288-2c28-7bf3-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-11-25 10:10:04.593282 | fa163e48-8288-2c28-7bf3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:52.147945 | 0.41s 2025-11-25 10:10:04.600718 | fa163e48-8288-2c28-7bf3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:52.155378 | 0.42s 2025-11-25 10:10:04.625991 | fa163e48-8288-2c28-7bf3-000000000b3d | TASK | Mount NFS on host 2025-11-25 10:10:04.647727 | fa163e48-8288-2c28-7bf3-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-11-25 10:10:04.648675 | fa163e48-8288-2c28-7bf3-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:52.203336 | 0.02s 2025-11-25 10:10:04.670415 | fa163e48-8288-2c28-7bf3-000000000b3e | TASK | Mount Node Staging Location 2025-11-25 10:10:04.698350 | fa163e48-8288-2c28-7bf3-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-11-25 10:10:04.699315 | fa163e48-8288-2c28-7bf3-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:52.253979 | 0.03s 2025-11-25 10:10:04.720859 | fa163e48-8288-2c28-7bf3-000000000b3f | TASK | ensure /var/lib/glance exists 2025-11-25 10:10:04.969052 | fa163e48-8288-2c28-7bf3-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-11-25 10:10:04.970609 | fa163e48-8288-2c28-7bf3-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:52.525267 | 0.25s 2025-11-25 10:10:04.995687 | fa163e48-8288-2c28-7bf3-000000000b40 | TASK | create logs directory 2025-11-25 10:10:05.240981 | fa163e48-8288-2c28-7bf3-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-25 10:10:05.243108 | fa163e48-8288-2c28-7bf3-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.797762 | 0.25s 2025-11-25 10:10:05.433996 | fa163e48-8288-2c28-7bf3-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-11-25 10:10:05.435865 | fa163e48-8288-2c28-7bf3-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.990484 | 0.44s 2025-11-25 10:10:05.446624 | fa163e48-8288-2c28-7bf3-000000000b40 | TIMING | create logs directory | standalone | 0:01:53.001278 | 0.45s 2025-11-25 10:10:05.472239 | fa163e48-8288-2c28-7bf3-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-11-25 10:10:05.500364 | fa163e48-8288-2c28-7bf3-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-11-25 10:10:05.501661 | fa163e48-8288-2c28-7bf3-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:53.056320 | 0.03s 2025-11-25 10:10:05.527635 | fa163e48-8288-2c28-7bf3-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-11-25 10:10:05.730015 | fa163e48-8288-2c28-7bf3-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-11-25 10:10:05.731395 | fa163e48-8288-2c28-7bf3-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:53.286057 | 0.20s 2025-11-25 10:10:05.756251 | fa163e48-8288-2c28-7bf3-000000000b43 | TASK | create persistent directories 2025-11-25 10:10:05.982934 | fa163e48-8288-2c28-7bf3-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-25 10:10:05.983992 | fa163e48-8288-2c28-7bf3-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.538655 | 0.23s 2025-11-25 10:10:05.988456 | fa163e48-8288-2c28-7bf3-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.543108 | 0.23s 2025-11-25 10:10:06.013749 | fa163e48-8288-2c28-7bf3-000000000b44 | TASK | create persistent data directory 2025-11-25 10:10:06.213111 | fa163e48-8288-2c28-7bf3-000000000b44 | OK | create persistent data directory | standalone 2025-11-25 10:10:06.214153 | fa163e48-8288-2c28-7bf3-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:53.768818 | 0.20s 2025-11-25 10:10:06.235235 | fa163e48-8288-2c28-7bf3-000000000b45 | TASK | create persistent directories 2025-11-25 10:10:06.445334 | fa163e48-8288-2c28-7bf3-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-11-25 10:10:06.446531 | fa163e48-8288-2c28-7bf3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:54.001192 | 0.21s 2025-11-25 10:10:06.637664 | fa163e48-8288-2c28-7bf3-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-11-25 10:10:06.638860 | fa163e48-8288-2c28-7bf3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:54.193487 | 0.40s 2025-11-25 10:10:06.646299 | fa163e48-8288-2c28-7bf3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:54.200951 | 0.41s 2025-11-25 10:10:06.671950 | fa163e48-8288-2c28-7bf3-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-11-25 10:10:13.888941 | fa163e48-8288-2c28-7bf3-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-11-25 10:10:13.889959 | fa163e48-8288-2c28-7bf3-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:01.444623 | 7.22s 2025-11-25 10:10:13.910080 | fa163e48-8288-2c28-7bf3-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-11-25 10:10:13.958944 | fa163e48-8288-2c28-7bf3-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.69 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.76", " Last run: 1764065413", " Total: 0.26", "Version:", " Config: 1764065412", " 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-11-25 10:10:13.959977 | fa163e48-8288-2c28-7bf3-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:01.514642 | 0.05s 2025-11-25 10:10:13.980320 | fa163e48-8288-2c28-7bf3-000000000b48 | TASK | create persistent directories 2025-11-25 10:10:14.227264 | fa163e48-8288-2c28-7bf3-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-25 10:10:14.229369 | fa163e48-8288-2c28-7bf3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.784024 | 0.25s 2025-11-25 10:10:14.452421 | fa163e48-8288-2c28-7bf3-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-11-25 10:10:14.454282 | fa163e48-8288-2c28-7bf3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:02.008943 | 0.47s 2025-11-25 10:10:14.464637 | fa163e48-8288-2c28-7bf3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:02.019293 | 0.48s 2025-11-25 10:10:14.491910 | fa163e48-8288-2c28-7bf3-000000000b49 | TASK | create persistent directories 2025-11-25 10:10:14.746648 | fa163e48-8288-2c28-7bf3-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-25 10:10:14.748699 | fa163e48-8288-2c28-7bf3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.303355 | 0.25s 2025-11-25 10:10:14.927763 | fa163e48-8288-2c28-7bf3-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-11-25 10:10:14.929365 | fa163e48-8288-2c28-7bf3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.484029 | 0.44s 2025-11-25 10:10:14.940038 | fa163e48-8288-2c28-7bf3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.494701 | 0.45s 2025-11-25 10:10:14.966052 | fa163e48-8288-2c28-7bf3-000000000b4a | TASK | create persistent directories 2025-11-25 10:10:15.148128 | fa163e48-8288-2c28-7bf3-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-25 10:10:15.149877 | fa163e48-8288-2c28-7bf3-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.704529 | 0.18s 2025-11-25 10:10:15.155964 | fa163e48-8288-2c28-7bf3-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.710619 | 0.19s 2025-11-25 10:10:15.175960 | fa163e48-8288-2c28-7bf3-000000000b4b | TASK | create persistent directories 2025-11-25 10:10:15.421858 | fa163e48-8288-2c28-7bf3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-11-25 10:10:15.423594 | fa163e48-8288-2c28-7bf3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.978245 | 0.25s 2025-11-25 10:10:15.648346 | fa163e48-8288-2c28-7bf3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-11-25 10:10:15.650520 | fa163e48-8288-2c28-7bf3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.205180 | 0.47s 2025-11-25 10:10:15.856277 | fa163e48-8288-2c28-7bf3-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-11-25 10:10:15.858923 | fa163e48-8288-2c28-7bf3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.413578 | 0.68s 2025-11-25 10:10:16.044524 | fa163e48-8288-2c28-7bf3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-11-25 10:10:16.045694 | fa163e48-8288-2c28-7bf3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.600350 | 0.87s 2025-11-25 10:10:16.054083 | fa163e48-8288-2c28-7bf3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.608737 | 0.88s 2025-11-25 10:10:16.079547 | fa163e48-8288-2c28-7bf3-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-11-25 10:10:16.559098 | fa163e48-8288-2c28-7bf3-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-11-25 10:10:16.560169 | fa163e48-8288-2c28-7bf3-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:04.114834 | 0.48s 2025-11-25 10:10:16.580669 | fa163e48-8288-2c28-7bf3-000000000b4d | TASK | create fcontext entry for iscsi 2025-11-25 10:10:17.788843 | fa163e48-8288-2c28-7bf3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-25 10:10:17.791488 | fa163e48-8288-2c28-7bf3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.346133 | 1.21s 2025-11-25 10:10:19.106381 | fa163e48-8288-2c28-7bf3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-25 10:10:19.108473 | fa163e48-8288-2c28-7bf3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.663133 | 2.53s 2025-11-25 10:10:20.334153 | fa163e48-8288-2c28-7bf3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-25 10:10:20.335585 | fa163e48-8288-2c28-7bf3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.890245 | 3.75s 2025-11-25 10:10:20.344903 | fa163e48-8288-2c28-7bf3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.899552 | 3.76s 2025-11-25 10:10:20.371128 | fa163e48-8288-2c28-7bf3-000000000b4e | TASK | create persistent directories 2025-11-25 10:10:20.623823 | fa163e48-8288-2c28-7bf3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-25 10:10:20.625485 | fa163e48-8288-2c28-7bf3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.180150 | 0.25s 2025-11-25 10:10:20.821630 | fa163e48-8288-2c28-7bf3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-25 10:10:20.822327 | fa163e48-8288-2c28-7bf3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.376995 | 0.45s 2025-11-25 10:10:21.026299 | fa163e48-8288-2c28-7bf3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-25 10:10:21.027020 | fa163e48-8288-2c28-7bf3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.581690 | 0.65s 2025-11-25 10:10:21.031241 | fa163e48-8288-2c28-7bf3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.585903 | 0.66s 2025-11-25 10:10:21.049392 | fa163e48-8288-2c28-7bf3-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-11-25 10:10:21.223092 | fa163e48-8288-2c28-7bf3-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-11-25 10:10:21.224483 | fa163e48-8288-2c28-7bf3-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.779141 | 0.17s 2025-11-25 10:10:21.249434 | fa163e48-8288-2c28-7bf3-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-11-25 10:10:21.278750 | fa163e48-8288-2c28-7bf3-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-11-25 10:10:21.279811 | fa163e48-8288-2c28-7bf3-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.834471 | 0.03s 2025-11-25 10:10:21.304899 | fa163e48-8288-2c28-7bf3-000000000b51 | TASK | Check if iscsi.service is enabled 2025-11-25 10:10:21.555352 | fa163e48-8288-2c28-7bf3-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-11-25 10:10:21.556135 | fa163e48-8288-2c28-7bf3-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:09.110804 | 0.25s 2025-11-25 10:10:21.575907 | fa163e48-8288-2c28-7bf3-000000000b52 | TASK | Stop iscsi.service 2025-11-25 10:10:21.616204 | fa163e48-8288-2c28-7bf3-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-11-25 10:10:21.617548 | fa163e48-8288-2c28-7bf3-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:09.172207 | 0.04s 2025-11-25 10:10:21.672393 | fa163e48-8288-2c28-7bf3-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:09.227039 | 0.03s 2025-11-25 10:10:21.776560 | fa163e48-8288-2c28-7bf3-00000000104c | TASK | Install additional packages 2025-11-25 10:10:21.802394 | fa163e48-8288-2c28-7bf3-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:09.357052 | 0.02s 2025-11-25 10:10:21.820116 | fa163e48-8288-2c28-7bf3-00000000104d | TASK | Remove dracut-config-generic 2025-11-25 10:10:25.727110 | fa163e48-8288-2c28-7bf3-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2025-11-25 10:10:25.728683 | fa163e48-8288-2c28-7bf3-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:13.283340 | 3.91s 2025-11-25 10:10:25.754144 | fa163e48-8288-2c28-7bf3-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-11-25 10:10:25.949676 | fa163e48-8288-2c28-7bf3-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-11-25 10:10:25.951125 | fa163e48-8288-2c28-7bf3-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:13.505783 | 0.20s 2025-11-25 10:10:25.977134 | fa163e48-8288-2c28-7bf3-00000000104f | TASK | Write list of modules to load at boot 2025-11-25 10:10:26.447700 | fa163e48-8288-2c28-7bf3-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2025-11-25 10:10:26.449184 | fa163e48-8288-2c28-7bf3-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:14.003842 | 0.47s 2025-11-25 10:10:26.476968 | fa163e48-8288-2c28-7bf3-000000001050 | TASK | Modules reload 2025-11-25 10:10:26.872447 | fa163e48-8288-2c28-7bf3-000000001050 | CHANGED | Modules reload | standalone 2025-11-25 10:10:26.875282 | fa163e48-8288-2c28-7bf3-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:14.429941 | 0.40s 2025-11-25 10:10:26.901931 | fa163e48-8288-2c28-7bf3-000000001051 | TASK | Set default sysctl options 2025-11-25 10:10:27.377299 | fa163e48-8288-2c28-7bf3-000000001051 | CHANGED | Set default sysctl options | standalone 2025-11-25 10:10:27.378127 | fa163e48-8288-2c28-7bf3-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:14.932796 | 0.47s 2025-11-25 10:10:27.398414 | fa163e48-8288-2c28-7bf3-000000001052 | TASK | Set extra sysctl options 2025-11-25 10:10:27.757965 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-11-25 10:10:27.759344 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.314002 | 0.36s 2025-11-25 10:10:28.952114 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-11-25 10:10:28.953811 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.508473 | 1.55s 2025-11-25 10:10:29.157069 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-11-25 10:10:29.158064 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.712726 | 1.76s 2025-11-25 10:10:29.340649 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-11-25 10:10:29.341602 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.896265 | 1.94s 2025-11-25 10:10:29.575706 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-11-25 10:10:29.577400 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.132060 | 2.18s 2025-11-25 10:10:29.812117 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-11-25 10:10:29.813399 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.368056 | 2.41s 2025-11-25 10:10:30.036262 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-11-25 10:10:30.038256 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.592918 | 2.64s 2025-11-25 10:10:30.258447 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-11-25 10:10:30.259232 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.813899 | 2.86s 2025-11-25 10:10:30.454952 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-11-25 10:10:30.455928 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.010589 | 3.06s 2025-11-25 10:10:30.702590 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-11-25 10:10:30.704217 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.258882 | 3.30s 2025-11-25 10:10:30.971298 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-11-25 10:10:30.972080 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.526747 | 3.57s 2025-11-25 10:10:31.211245 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-11-25 10:10:31.212070 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.766738 | 3.81s 2025-11-25 10:10:31.454480 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-11-25 10:10:31.455116 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.009786 | 4.06s 2025-11-25 10:10:31.672476 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-11-25 10:10:31.673581 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.228239 | 4.27s 2025-11-25 10:10:31.888501 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-11-25 10:10:31.889446 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.444109 | 4.49s 2025-11-25 10:10:32.079977 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-11-25 10:10:32.080542 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.635212 | 4.68s 2025-11-25 10:10:32.332626 | fa163e48-8288-2c28-7bf3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-11-25 10:10:32.334253 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.888914 | 4.93s 2025-11-25 10:10:32.347133 | fa163e48-8288-2c28-7bf3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.901785 | 4.95s 2025-11-25 10:10:32.377116 | fa163e48-8288-2c28-7bf3-000000001054 | TASK | Sysctl reload 2025-11-25 10:10:32.801732 | fa163e48-8288-2c28-7bf3-000000001054 | CHANGED | Sysctl reload | standalone 2025-11-25 10:10:32.803509 | fa163e48-8288-2c28-7bf3-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:20.358167 | 0.42s 2025-11-25 10:10:32.856802 | fa163e48-8288-2c28-7bf3-000000000b54 | TASK | create persistent directories 2025-11-25 10:10:33.108379 | fa163e48-8288-2c28-7bf3-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-11-25 10:10:33.110048 | fa163e48-8288-2c28-7bf3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:20.664701 | 0.25s 2025-11-25 10:10:33.318027 | fa163e48-8288-2c28-7bf3-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-11-25 10:10:33.319955 | fa163e48-8288-2c28-7bf3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:20.874616 | 0.46s 2025-11-25 10:10:33.331335 | fa163e48-8288-2c28-7bf3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:20.885981 | 0.47s 2025-11-25 10:10:33.358746 | fa163e48-8288-2c28-7bf3-000000000b55 | TASK | Check if file certs_valid exist 2025-11-25 10:10:33.552877 | fa163e48-8288-2c28-7bf3-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-11-25 10:10:33.554153 | fa163e48-8288-2c28-7bf3-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:21.108813 | 0.19s 2025-11-25 10:10:33.579143 | fa163e48-8288-2c28-7bf3-000000000b56 | TASK | Check if file cert9.db exist 2025-11-25 10:10:33.807955 | fa163e48-8288-2c28-7bf3-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-11-25 10:10:33.808789 | fa163e48-8288-2c28-7bf3-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:21.363458 | 0.23s 2025-11-25 10:10:33.825968 | fa163e48-8288-2c28-7bf3-000000000b57 | TASK | Check if file key4.db exist 2025-11-25 10:10:34.039533 | fa163e48-8288-2c28-7bf3-000000000b57 | OK | Check if file key4.db exist | standalone 2025-11-25 10:10:34.040944 | fa163e48-8288-2c28-7bf3-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:21.595603 | 0.21s 2025-11-25 10:10:34.095496 | fa163e48-8288-2c28-7bf3-000000000b58 | SKIPPED | fail | standalone 2025-11-25 10:10:34.096783 | fa163e48-8288-2c28-7bf3-000000000b58 | TIMING | fail | standalone | 0:02:21.651442 | 0.03s 2025-11-25 10:10:34.121242 | fa163e48-8288-2c28-7bf3-000000000b59 | TASK | Create persistent directories 2025-11-25 10:10:34.401115 | fa163e48-8288-2c28-7bf3-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-25 10:10:34.403305 | fa163e48-8288-2c28-7bf3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:21.957961 | 0.28s 2025-11-25 10:10:34.583529 | fa163e48-8288-2c28-7bf3-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-11-25 10:10:34.584442 | fa163e48-8288-2c28-7bf3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.139108 | 0.46s 2025-11-25 10:10:34.596775 | fa163e48-8288-2c28-7bf3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.151432 | 0.47s 2025-11-25 10:10:34.622471 | fa163e48-8288-2c28-7bf3-000000000b5a | TASK | create persistent directories 2025-11-25 10:10:34.873410 | fa163e48-8288-2c28-7bf3-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-25 10:10:34.874874 | fa163e48-8288-2c28-7bf3-000000000b5a | TIMING | create persistent directories | standalone | 0:02:22.429484 | 0.25s 2025-11-25 10:10:34.884511 | fa163e48-8288-2c28-7bf3-000000000b5a | TIMING | create persistent directories | standalone | 0:02:22.439166 | 0.26s 2025-11-25 10:10:34.910667 | fa163e48-8288-2c28-7bf3-000000000b5b | TASK | create persistent directories 2025-11-25 10:10:35.178614 | fa163e48-8288-2c28-7bf3-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-25 10:10:35.180938 | fa163e48-8288-2c28-7bf3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:22.735590 | 0.27s 2025-11-25 10:10:35.400205 | fa163e48-8288-2c28-7bf3-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-11-25 10:10:35.401386 | fa163e48-8288-2c28-7bf3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:22.956047 | 0.49s 2025-11-25 10:10:35.408603 | fa163e48-8288-2c28-7bf3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:22.963259 | 0.50s 2025-11-25 10:10:35.434459 | fa163e48-8288-2c28-7bf3-000000000b5c | TASK | create persistent directories 2025-11-25 10:10:35.648601 | fa163e48-8288-2c28-7bf3-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-11-25 10:10:35.651021 | fa163e48-8288-2c28-7bf3-000000000b5c | TIMING | create persistent directories | standalone | 0:02:23.205675 | 0.22s 2025-11-25 10:10:35.661191 | fa163e48-8288-2c28-7bf3-000000000b5c | TIMING | create persistent directories | standalone | 0:02:23.215852 | 0.23s 2025-11-25 10:10:35.686395 | fa163e48-8288-2c28-7bf3-000000000b5d | TASK | create persistent directories 2025-11-25 10:10:35.872565 | fa163e48-8288-2c28-7bf3-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-11-25 10:10:35.874397 | fa163e48-8288-2c28-7bf3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:23.429051 | 0.19s 2025-11-25 10:10:36.078876 | fa163e48-8288-2c28-7bf3-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-11-25 10:10:36.080266 | fa163e48-8288-2c28-7bf3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:23.634933 | 0.39s 2025-11-25 10:10:36.279502 | fa163e48-8288-2c28-7bf3-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-11-25 10:10:36.280631 | fa163e48-8288-2c28-7bf3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:23.835292 | 0.59s 2025-11-25 10:10:36.287697 | fa163e48-8288-2c28-7bf3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:23.842355 | 0.60s 2025-11-25 10:10:36.310740 | fa163e48-8288-2c28-7bf3-000000000b5e | TASK | create persistent directories 2025-11-25 10:10:36.567392 | fa163e48-8288-2c28-7bf3-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-25 10:10:36.568619 | fa163e48-8288-2c28-7bf3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.123285 | 0.26s 2025-11-25 10:10:36.752350 | fa163e48-8288-2c28-7bf3-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-11-25 10:10:36.753411 | fa163e48-8288-2c28-7bf3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.308075 | 0.44s 2025-11-25 10:10:36.760373 | fa163e48-8288-2c28-7bf3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.315037 | 0.45s 2025-11-25 10:10:36.785772 | fa163e48-8288-2c28-7bf3-000000000b5f | TASK | create persistent directories 2025-11-25 10:10:37.030727 | fa163e48-8288-2c28-7bf3-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-25 10:10:37.032810 | fa163e48-8288-2c28-7bf3-000000000b5f | TIMING | create persistent directories | standalone | 0:02:24.587468 | 0.25s 2025-11-25 10:10:37.043075 | fa163e48-8288-2c28-7bf3-000000000b5f | TIMING | create persistent directories | standalone | 0:02:24.597739 | 0.26s 2025-11-25 10:10:37.068048 | fa163e48-8288-2c28-7bf3-000000000b60 | TASK | creating directory 2025-11-25 10:10:37.308181 | fa163e48-8288-2c28-7bf3-000000000b60 | CHANGED | creating directory | standalone 2025-11-25 10:10:37.309564 | fa163e48-8288-2c28-7bf3-000000000b60 | TIMING | creating directory | standalone | 0:02:24.864225 | 0.24s 2025-11-25 10:10:37.334751 | fa163e48-8288-2c28-7bf3-000000000b61 | TASK | derive pci passthrough whitelist 2025-11-25 10:10:37.748302 | fa163e48-8288-2c28-7bf3-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-11-25 10:10:37.749093 | fa163e48-8288-2c28-7bf3-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:25.303761 | 0.41s 2025-11-25 10:10:37.768479 | fa163e48-8288-2c28-7bf3-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-11-25 10:10:38.524779 | fa163e48-8288-2c28-7bf3-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-11-25 10:10:38.526505 | fa163e48-8288-2c28-7bf3-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:26.081159 | 0.76s 2025-11-25 10:10:38.557985 | fa163e48-8288-2c28-7bf3-000000000b63 | TASK | create /run/netns with temp namespace 2025-11-25 10:10:38.801674 | fa163e48-8288-2c28-7bf3-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-11-25 10:10:38.803046 | fa163e48-8288-2c28-7bf3-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:26.357701 | 0.24s 2025-11-25 10:10:38.835350 | fa163e48-8288-2c28-7bf3-000000000b64 | TASK | remove temp namespace 2025-11-25 10:10:39.084106 | fa163e48-8288-2c28-7bf3-000000000b64 | CHANGED | remove temp namespace | standalone 2025-11-25 10:10:39.085875 | fa163e48-8288-2c28-7bf3-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:26.640489 | 0.25s 2025-11-25 10:10:39.116853 | fa163e48-8288-2c28-7bf3-000000000b65 | TASK | create /var/lib/neutron 2025-11-25 10:10:39.354181 | fa163e48-8288-2c28-7bf3-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-11-25 10:10:39.355654 | fa163e48-8288-2c28-7bf3-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:26.910312 | 0.24s 2025-11-25 10:10:39.383082 | fa163e48-8288-2c28-7bf3-000000000b66 | TASK | set conditions 2025-11-25 10:10:39.415243 | fa163e48-8288-2c28-7bf3-000000000b66 | OK | set conditions | standalone 2025-11-25 10:10:39.416506 | fa163e48-8288-2c28-7bf3-000000000b66 | TIMING | set conditions | standalone | 0:02:26.971166 | 0.03s 2025-11-25 10:10:39.442544 | fa163e48-8288-2c28-7bf3-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-11-25 10:10:39.653084 | fa163e48-8288-2c28-7bf3-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-11-25 10:10:39.654015 | fa163e48-8288-2c28-7bf3-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:27.208682 | 0.21s 2025-11-25 10:10:39.673794 | fa163e48-8288-2c28-7bf3-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-11-25 10:10:40.112247 | fa163e48-8288-2c28-7bf3-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-11-25 10:10:40.113087 | fa163e48-8288-2c28-7bf3-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:27.667755 | 0.44s 2025-11-25 10:10:40.136496 | fa163e48-8288-2c28-7bf3-000000000b69 | TASK | create haproxy kill script 2025-11-25 10:10:40.617015 | fa163e48-8288-2c28-7bf3-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-11-25 10:10:40.618461 | fa163e48-8288-2c28-7bf3-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:28.173119 | 0.48s 2025-11-25 10:10:40.644790 | fa163e48-8288-2c28-7bf3-000000000b6a | TASK | create persistent directories 2025-11-25 10:10:40.869210 | fa163e48-8288-2c28-7bf3-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-25 10:10:40.871462 | fa163e48-8288-2c28-7bf3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:28.426112 | 0.22s 2025-11-25 10:10:41.037877 | fa163e48-8288-2c28-7bf3-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-11-25 10:10:41.039460 | fa163e48-8288-2c28-7bf3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:28.594123 | 0.39s 2025-11-25 10:10:41.050441 | fa163e48-8288-2c28-7bf3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:28.605098 | 0.40s 2025-11-25 10:10:41.075872 | fa163e48-8288-2c28-7bf3-000000000b6b | TASK | create persistent directories 2025-11-25 10:10:41.334513 | fa163e48-8288-2c28-7bf3-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-25 10:10:41.335994 | fa163e48-8288-2c28-7bf3-000000000b6b | TIMING | create persistent directories | standalone | 0:02:28.890651 | 0.26s 2025-11-25 10:10:41.344366 | fa163e48-8288-2c28-7bf3-000000000b6b | TIMING | create persistent directories | standalone | 0:02:28.899023 | 0.27s 2025-11-25 10:10:41.370336 | fa163e48-8288-2c28-7bf3-000000000b6c | TASK | create persistent directories 2025-11-25 10:10:41.610667 | fa163e48-8288-2c28-7bf3-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-25 10:10:41.612932 | fa163e48-8288-2c28-7bf3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:29.167585 | 0.24s 2025-11-25 10:10:41.824463 | fa163e48-8288-2c28-7bf3-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-11-25 10:10:41.826272 | fa163e48-8288-2c28-7bf3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:29.380933 | 0.45s 2025-11-25 10:10:41.836843 | fa163e48-8288-2c28-7bf3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:29.391474 | 0.47s 2025-11-25 10:10:41.863058 | fa163e48-8288-2c28-7bf3-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-11-25 10:10:42.072861 | fa163e48-8288-2c28-7bf3-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-11-25 10:10:42.074164 | fa163e48-8288-2c28-7bf3-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:29.628823 | 0.21s 2025-11-25 10:10:42.099447 | fa163e48-8288-2c28-7bf3-000000000b6e | TASK | create persistent directories 2025-11-25 10:10:42.335948 | fa163e48-8288-2c28-7bf3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-25 10:10:42.337666 | fa163e48-8288-2c28-7bf3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.892320 | 0.24s 2025-11-25 10:10:42.750722 | fa163e48-8288-2c28-7bf3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-11-25 10:10:42.751552 | fa163e48-8288-2c28-7bf3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.306222 | 0.65s 2025-11-25 10:10:42.919092 | fa163e48-8288-2c28-7bf3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-11-25 10:10:42.919914 | fa163e48-8288-2c28-7bf3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.474581 | 0.82s 2025-11-25 10:10:43.131572 | fa163e48-8288-2c28-7bf3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-25 10:10:43.132684 | fa163e48-8288-2c28-7bf3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.687347 | 1.03s 2025-11-25 10:10:43.351222 | fa163e48-8288-2c28-7bf3-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-11-25 10:10:43.351892 | fa163e48-8288-2c28-7bf3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.906561 | 1.25s 2025-11-25 10:10:43.357519 | fa163e48-8288-2c28-7bf3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.912180 | 1.26s 2025-11-25 10:10:43.379036 | fa163e48-8288-2c28-7bf3-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-11-25 10:10:43.790740 | fa163e48-8288-2c28-7bf3-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-11-25 10:10:43.792514 | fa163e48-8288-2c28-7bf3-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:31.347167 | 0.41s 2025-11-25 10:10:43.824700 | fa163e48-8288-2c28-7bf3-000000000b70 | TASK | create tempfiles 2025-11-25 10:10:44.103776 | fa163e48-8288-2c28-7bf3-000000000b70 | CHANGED | create tempfiles | standalone 2025-11-25 10:10:44.105125 | fa163e48-8288-2c28-7bf3-000000000b70 | TIMING | create tempfiles | standalone | 0:02:31.659790 | 0.28s 2025-11-25 10:10:44.122876 | fa163e48-8288-2c28-7bf3-000000000b71 | TASK | Mount Nova NFS Share 2025-11-25 10:10:44.149188 | fa163e48-8288-2c28-7bf3-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-11-25 10:10:44.150000 | fa163e48-8288-2c28-7bf3-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:31.704670 | 0.03s 2025-11-25 10:10:44.169384 | fa163e48-8288-2c28-7bf3-000000000b73 | TASK | check systemd-container package installed or not 2025-11-25 10:10:44.197620 | fa163e48-8288-2c28-7bf3-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-11-25 10:10:44.198589 | fa163e48-8288-2c28-7bf3-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:31.753256 | 0.03s 2025-11-25 10:10:44.217618 | fa163e48-8288-2c28-7bf3-000000000b74 | TASK | get latest package from downloaded package versions 2025-11-25 10:10:44.244291 | fa163e48-8288-2c28-7bf3-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-11-25 10:10:44.245385 | fa163e48-8288-2c28-7bf3-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:31.800050 | 0.03s 2025-11-25 10:10:44.265609 | fa163e48-8288-2c28-7bf3-000000000b75 | TASK | Install systemd-container package on boot 2025-11-25 10:10:44.292879 | fa163e48-8288-2c28-7bf3-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-11-25 10:10:44.293925 | fa163e48-8288-2c28-7bf3-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:31.848589 | 0.03s 2025-11-25 10:10:44.314209 | fa163e48-8288-2c28-7bf3-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-11-25 10:10:44.341282 | fa163e48-8288-2c28-7bf3-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-11-25 10:10:44.342164 | fa163e48-8288-2c28-7bf3-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:31.896831 | 0.03s 2025-11-25 10:10:44.362791 | fa163e48-8288-2c28-7bf3-000000000b77 | TASK | check if install-systemd-container service exists 2025-11-25 10:10:44.389972 | fa163e48-8288-2c28-7bf3-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-11-25 10:10:44.390917 | fa163e48-8288-2c28-7bf3-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:31.945579 | 0.03s 2025-11-25 10:10:44.411590 | fa163e48-8288-2c28-7bf3-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-11-25 10:10:44.438530 | fa163e48-8288-2c28-7bf3-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-11-25 10:10:44.439537 | fa163e48-8288-2c28-7bf3-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:31.994198 | 0.03s 2025-11-25 10:10:44.460717 | fa163e48-8288-2c28-7bf3-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-11-25 10:10:44.491241 | fa163e48-8288-2c28-7bf3-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-11-25 10:10:44.492122 | fa163e48-8288-2c28-7bf3-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:32.046789 | 0.03s 2025-11-25 10:10:44.511442 | fa163e48-8288-2c28-7bf3-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-11-25 10:10:44.540085 | fa163e48-8288-2c28-7bf3-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-11-25 10:10:44.541650 | fa163e48-8288-2c28-7bf3-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:32.096304 | 0.03s 2025-11-25 10:10:44.568034 | fa163e48-8288-2c28-7bf3-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-11-25 10:10:44.597933 | fa163e48-8288-2c28-7bf3-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-25 10:10:44.599119 | fa163e48-8288-2c28-7bf3-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:32.153779 | 0.03s 2025-11-25 10:10:44.625745 | fa163e48-8288-2c28-7bf3-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-11-25 10:10:44.655013 | fa163e48-8288-2c28-7bf3-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-25 10:10:44.655935 | fa163e48-8288-2c28-7bf3-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:32.210599 | 0.03s 2025-11-25 10:10:44.673175 | fa163e48-8288-2c28-7bf3-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-11-25 10:10:44.699982 | fa163e48-8288-2c28-7bf3-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-11-25 10:10:44.701391 | fa163e48-8288-2c28-7bf3-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:32.256061 | 0.03s 2025-11-25 10:10:44.719135 | fa163e48-8288-2c28-7bf3-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-11-25 10:10:44.745294 | fa163e48-8288-2c28-7bf3-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-11-25 10:10:44.746099 | fa163e48-8288-2c28-7bf3-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:32.300768 | 0.03s 2025-11-25 10:10:44.762893 | fa163e48-8288-2c28-7bf3-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-25 10:10:44.788572 | fa163e48-8288-2c28-7bf3-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-25 10:10:44.789720 | fa163e48-8288-2c28-7bf3-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:32.344382 | 0.03s 2025-11-25 10:10:44.814034 | fa163e48-8288-2c28-7bf3-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-11-25 10:10:44.842201 | fa163e48-8288-2c28-7bf3-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-25 10:10:44.843340 | fa163e48-8288-2c28-7bf3-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:32.398001 | 0.03s 2025-11-25 10:10:44.868955 | fa163e48-8288-2c28-7bf3-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-11-25 10:10:44.907640 | fa163e48-8288-2c28-7bf3-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-11-25 10:10:44.908898 | fa163e48-8288-2c28-7bf3-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:32.463557 | 0.04s 2025-11-25 10:10:44.933323 | fa163e48-8288-2c28-7bf3-000000000b86 | TASK | install nova-compute delay wrapper script 2025-11-25 10:10:44.984120 | fa163e48-8288-2c28-7bf3-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-11-25 10:10:44.985373 | fa163e48-8288-2c28-7bf3-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:32.540031 | 0.05s 2025-11-25 10:10:45.010050 | fa163e48-8288-2c28-7bf3-000000000b87 | TASK | Is irqbalance enabled 2025-11-25 10:10:45.038124 | fa163e48-8288-2c28-7bf3-000000000b87 | OK | Is irqbalance enabled | standalone 2025-11-25 10:10:45.039280 | fa163e48-8288-2c28-7bf3-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:32.593940 | 0.03s 2025-11-25 10:10:45.065205 | fa163e48-8288-2c28-7bf3-000000000b88 | TASK | disable irqbalance service on compute 2025-11-25 10:10:45.096937 | fa163e48-8288-2c28-7bf3-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-11-25 10:10:45.098214 | fa163e48-8288-2c28-7bf3-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:32.652874 | 0.03s 2025-11-25 10:10:45.123286 | fa163e48-8288-2c28-7bf3-000000000b89 | TASK | create persistent directories 2025-11-25 10:10:45.396868 | fa163e48-8288-2c28-7bf3-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-11-25 10:10:45.399065 | fa163e48-8288-2c28-7bf3-000000000b89 | TIMING | create persistent directories | standalone | 0:02:32.953723 | 0.27s 2025-11-25 10:10:45.408900 | fa163e48-8288-2c28-7bf3-000000000b89 | TIMING | create persistent directories | standalone | 0:02:32.963556 | 0.28s 2025-11-25 10:10:45.433716 | fa163e48-8288-2c28-7bf3-000000000b8a | TASK | create libvirt persistent data directories 2025-11-25 10:10:45.685881 | fa163e48-8288-2c28-7bf3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-11-25 10:10:45.688758 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.243412 | 0.25s 2025-11-25 10:10:45.895785 | fa163e48-8288-2c28-7bf3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-11-25 10:10:45.897166 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.451823 | 0.46s 2025-11-25 10:10:46.114450 | fa163e48-8288-2c28-7bf3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-11-25 10:10:46.116192 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.670857 | 0.68s 2025-11-25 10:10:46.344502 | fa163e48-8288-2c28-7bf3-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-25 10:10:46.345453 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.900120 | 0.91s 2025-11-25 10:10:46.548779 | fa163e48-8288-2c28-7bf3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-11-25 10:10:46.549727 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.104393 | 1.11s 2025-11-25 10:10:46.762121 | fa163e48-8288-2c28-7bf3-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-25 10:10:46.763219 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.317881 | 1.33s 2025-11-25 10:10:46.979728 | fa163e48-8288-2c28-7bf3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-11-25 10:10:46.981548 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.536206 | 1.55s 2025-11-25 10:10:47.197802 | fa163e48-8288-2c28-7bf3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-11-25 10:10:47.199391 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.754046 | 1.76s 2025-11-25 10:10:47.211594 | fa163e48-8288-2c28-7bf3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.766242 | 1.78s 2025-11-25 10:10:47.240411 | fa163e48-8288-2c28-7bf3-000000000b8b | TASK | ensure qemu group is present on the host 2025-11-25 10:10:47.840932 | fa163e48-8288-2c28-7bf3-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-11-25 10:10:47.841681 | fa163e48-8288-2c28-7bf3-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:35.396350 | 0.60s 2025-11-25 10:10:47.858435 | fa163e48-8288-2c28-7bf3-000000000b8c | TASK | ensure qemu user is present on the host 2025-11-25 10:10:48.562889 | fa163e48-8288-2c28-7bf3-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-11-25 10:10:48.564195 | fa163e48-8288-2c28-7bf3-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:36.118860 | 0.70s 2025-11-25 10:10:48.585241 | fa163e48-8288-2c28-7bf3-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-11-25 10:10:48.827987 | fa163e48-8288-2c28-7bf3-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-11-25 10:10:48.828987 | fa163e48-8288-2c28-7bf3-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:36.383653 | 0.24s 2025-11-25 10:10:48.850279 | fa163e48-8288-2c28-7bf3-000000000b8e | TASK | check if libvirt is installed 2025-11-25 10:10:50.111291 | fa163e48-8288-2c28-7bf3-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-11-25 10:10:50.112562 | fa163e48-8288-2c28-7bf3-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:37.667224 | 1.26s 2025-11-25 10:10:50.134028 | fa163e48-8288-2c28-7bf3-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-11-25 10:10:50.177774 | fa163e48-8288-2c28-7bf3-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-11-25 10:10:50.184144 | fa163e48-8288-2c28-7bf3-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-11-25 10:10:50.196332 | fa163e48-8288-2c28-7bf3-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:37.750978 | 0.06s 2025-11-25 10:10:50.219011 | fa163e48-8288-2c28-7bf3-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-11-25 10:10:50.678011 | fa163e48-8288-2c28-7bf3-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-11-25 10:10:50.679344 | fa163e48-8288-2c28-7bf3-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:38.234004 | 0.46s 2025-11-25 10:10:50.703961 | fa163e48-8288-2c28-7bf3-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-11-25 10:10:51.637078 | fa163e48-8288-2c28-7bf3-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-11-25 10:10:51.638793 | fa163e48-8288-2c28-7bf3-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:39.193452 | 0.93s 2025-11-25 10:10:51.664305 | fa163e48-8288-2c28-7bf3-000000000b92 | TASK | remove gnutls-qemu.config 2025-11-25 10:10:51.910500 | fa163e48-8288-2c28-7bf3-000000000b92 | OK | remove gnutls-qemu.config | standalone 2025-11-25 10:10:51.911486 | fa163e48-8288-2c28-7bf3-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:39.466154 | 0.25s 2025-11-25 10:10:51.938104 | fa163e48-8288-2c28-7bf3-000000000b93 | TASK | update crypto policies 2025-11-25 10:10:51.969959 | fa163e48-8288-2c28-7bf3-000000000b93 | SKIPPED | update crypto policies | standalone 2025-11-25 10:10:51.971334 | fa163e48-8288-2c28-7bf3-000000000b93 | TIMING | update crypto policies | standalone | 0:02:39.525989 | 0.03s 2025-11-25 10:10:51.999171 | fa163e48-8288-2c28-7bf3-000000000b94 | TASK | Create libvirt persistent data directories 2025-11-25 10:10:52.257187 | fa163e48-8288-2c28-7bf3-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-11-25 10:10:52.260065 | fa163e48-8288-2c28-7bf3-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.814714 | 0.26s 2025-11-25 10:10:52.269959 | fa163e48-8288-2c28-7bf3-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.824611 | 0.27s 2025-11-25 10:10:52.292318 | fa163e48-8288-2c28-7bf3-000000000b95 | TASK | create persistent directories 2025-11-25 10:10:52.564848 | fa163e48-8288-2c28-7bf3-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-25 10:10:52.567756 | fa163e48-8288-2c28-7bf3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.122404 | 0.27s 2025-11-25 10:10:52.739530 | fa163e48-8288-2c28-7bf3-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-25 10:10:52.741444 | fa163e48-8288-2c28-7bf3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.296100 | 0.45s 2025-11-25 10:10:52.751941 | fa163e48-8288-2c28-7bf3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.306592 | 0.46s 2025-11-25 10:10:52.773838 | fa163e48-8288-2c28-7bf3-000000000b96 | TASK | Copy in cleanup script 2025-11-25 10:10:53.265373 | fa163e48-8288-2c28-7bf3-000000000b96 | CHANGED | Copy in cleanup script | standalone 2025-11-25 10:10:53.266938 | fa163e48-8288-2c28-7bf3-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:40.821588 | 0.49s 2025-11-25 10:10:53.288708 | fa163e48-8288-2c28-7bf3-000000000b97 | TASK | Copy in cleanup service 2025-11-25 10:10:53.755950 | fa163e48-8288-2c28-7bf3-000000000b97 | CHANGED | Copy in cleanup service | standalone 2025-11-25 10:10:53.757197 | fa163e48-8288-2c28-7bf3-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:41.311858 | 0.47s 2025-11-25 10:10:53.781939 | fa163e48-8288-2c28-7bf3-000000000b98 | TASK | Enabling the cleanup service 2025-11-25 10:10:54.504718 | fa163e48-8288-2c28-7bf3-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2025-11-25 10:10:54.506501 | fa163e48-8288-2c28-7bf3-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:42.061160 | 0.72s 2025-11-25 10:10:54.532195 | fa163e48-8288-2c28-7bf3-000000000b99 | TASK | create persistent directories 2025-11-25 10:10:54.794927 | fa163e48-8288-2c28-7bf3-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-25 10:10:54.796735 | fa163e48-8288-2c28-7bf3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.351398 | 0.26s 2025-11-25 10:10:54.958649 | fa163e48-8288-2c28-7bf3-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-25 10:10:54.960449 | fa163e48-8288-2c28-7bf3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.515111 | 0.43s 2025-11-25 10:10:54.971324 | fa163e48-8288-2c28-7bf3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.525984 | 0.44s 2025-11-25 10:10:54.988926 | fa163e48-8288-2c28-7bf3-000000000b9a | TASK | set conditions 2025-11-25 10:10:55.024056 | fa163e48-8288-2c28-7bf3-000000000b9a | OK | set conditions | standalone 2025-11-25 10:10:55.025020 | fa163e48-8288-2c28-7bf3-000000000b9a | TIMING | set conditions | standalone | 0:02:42.579686 | 0.04s 2025-11-25 10:10:55.044373 | fa163e48-8288-2c28-7bf3-000000000b9b | TASK | create persistent directories 2025-11-25 10:10:55.294202 | fa163e48-8288-2c28-7bf3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-25 10:10:55.296976 | fa163e48-8288-2c28-7bf3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.851621 | 0.25s 2025-11-25 10:10:55.525042 | fa163e48-8288-2c28-7bf3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-11-25 10:10:55.526175 | fa163e48-8288-2c28-7bf3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.080836 | 0.48s 2025-11-25 10:10:55.710553 | fa163e48-8288-2c28-7bf3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-11-25 10:10:55.712304 | fa163e48-8288-2c28-7bf3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.266965 | 0.67s 2025-11-25 10:10:55.726697 | fa163e48-8288-2c28-7bf3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.281351 | 0.68s 2025-11-25 10:10:55.758511 | fa163e48-8288-2c28-7bf3-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2025-11-25 10:10:56.185901 | fa163e48-8288-2c28-7bf3-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-11-25 10:10:56.186944 | fa163e48-8288-2c28-7bf3-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:43.741609 | 0.43s 2025-11-25 10:10:56.206155 | fa163e48-8288-2c28-7bf3-000000000b9d | TASK | create persistent directories 2025-11-25 10:10:56.438433 | fa163e48-8288-2c28-7bf3-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-25 10:10:56.440767 | fa163e48-8288-2c28-7bf3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:43.995420 | 0.23s 2025-11-25 10:10:56.600783 | fa163e48-8288-2c28-7bf3-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-11-25 10:10:56.602617 | fa163e48-8288-2c28-7bf3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.157275 | 0.40s 2025-11-25 10:10:56.613428 | fa163e48-8288-2c28-7bf3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.168083 | 0.41s 2025-11-25 10:10:56.638627 | fa163e48-8288-2c28-7bf3-000000000b9e | TASK | create empty log files 2025-11-25 10:10:56.887589 | fa163e48-8288-2c28-7bf3-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-11-25 10:10:56.889267 | fa163e48-8288-2c28-7bf3-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.443920 | 0.25s 2025-11-25 10:10:57.082594 | fa163e48-8288-2c28-7bf3-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-11-25 10:10:57.084196 | fa163e48-8288-2c28-7bf3-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.638856 | 0.44s 2025-11-25 10:10:57.093968 | fa163e48-8288-2c28-7bf3-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.648630 | 0.45s 2025-11-25 10:10:57.120175 | fa163e48-8288-2c28-7bf3-000000000b9f | TASK | create persistent directories 2025-11-25 10:10:57.373171 | fa163e48-8288-2c28-7bf3-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-25 10:10:57.375159 | fa163e48-8288-2c28-7bf3-000000000b9f | TIMING | create persistent directories | standalone | 0:02:44.929817 | 0.25s 2025-11-25 10:10:57.386125 | fa163e48-8288-2c28-7bf3-000000000b9f | TIMING | create persistent directories | standalone | 0:02:44.940775 | 0.26s 2025-11-25 10:10:57.411383 | fa163e48-8288-2c28-7bf3-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2025-11-25 10:11:00.354933 | fa163e48-8288-2c28-7bf3-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2025-11-25 10:11:00.356520 | fa163e48-8288-2c28-7bf3-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:47.911175 | 2.94s 2025-11-25 10:11:00.402555 | fa163e48-8288-2c28-7bf3-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:47.957205 | 0.02s 2025-11-25 10:11:00.473520 | fa163e48-8288-2c28-7bf3-00000000129e | TASK | Gather variables for each operating system 2025-11-25 10:11:00.584673 | fa163e48-8288-2c28-7bf3-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:48.139320 | 0.11s 2025-11-25 10:11:00.610372 | fa163e48-8288-2c28-7bf3-00000000129f | TASK | Set packages facts 2025-11-25 10:11:00.653217 | fa163e48-8288-2c28-7bf3-00000000129f | OK | Set packages facts | standalone 2025-11-25 10:11:00.654864 | fa163e48-8288-2c28-7bf3-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:48.209522 | 0.04s 2025-11-25 10:11:00.680025 | fa163e48-8288-2c28-7bf3-0000000012a0 | TASK | Manage package 2025-11-25 10:11:00.738113 | fa163e48-8288-2c28-7bf3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2025-11-25 10:11:00.753413 | fa163e48-8288-2c28-7bf3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2025-11-25 10:11:00.769044 | fa163e48-8288-2c28-7bf3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2025-11-25 10:11:05.423301 | fa163e48-8288-2c28-7bf3-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.977958 | 4.74s 2025-11-25 10:11:05.446158 | fa163e48-8288-2c28-7bf3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2025-11-25 10:11:05.452244 | fa163e48-8288-2c28-7bf3-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:53.006904 | 4.77s 2025-11-25 10:11:05.491440 | fa163e48-8288-2c28-7bf3-000000000ba4 | TASK | create fcontext for rabbitmq data 2025-11-25 10:11:06.828325 | fa163e48-8288-2c28-7bf3-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2025-11-25 10:11:06.830188 | fa163e48-8288-2c28-7bf3-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:54.384844 | 1.34s 2025-11-25 10:11:06.856742 | fa163e48-8288-2c28-7bf3-000000000ba5 | TASK | create persistent directories 2025-11-25 10:11:07.139293 | fa163e48-8288-2c28-7bf3-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-11-25 10:11:07.141615 | fa163e48-8288-2c28-7bf3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.696270 | 0.28s 2025-11-25 10:11:07.374288 | fa163e48-8288-2c28-7bf3-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-11-25 10:11:07.375570 | fa163e48-8288-2c28-7bf3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.930239 | 0.52s 2025-11-25 10:11:07.386936 | fa163e48-8288-2c28-7bf3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.941589 | 0.53s 2025-11-25 10:11:07.411875 | fa163e48-8288-2c28-7bf3-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-11-25 10:11:07.710511 | fa163e48-8288-2c28-7bf3-000000000ba6 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-11-25 10:11:07.711777 | fa163e48-8288-2c28-7bf3-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:55.266436 | 0.30s 2025-11-25 10:11:07.736052 | fa163e48-8288-2c28-7bf3-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-11-25 10:11:07.754576 | fa163e48-8288-2c28-7bf3-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-11-25 10:11:07.755864 | fa163e48-8288-2c28-7bf3-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:55.310523 | 0.02s 2025-11-25 10:11:07.780588 | fa163e48-8288-2c28-7bf3-000000000ba8 | TASK | Remove existing entries from logind conf 2025-11-25 10:11:08.011675 | fa163e48-8288-2c28-7bf3-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2025-11-25 10:11:08.013086 | fa163e48-8288-2c28-7bf3-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:55.567747 | 0.23s 2025-11-25 10:11:08.037432 | fa163e48-8288-2c28-7bf3-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2025-11-25 10:11:08.257730 | fa163e48-8288-2c28-7bf3-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-11-25 10:11:08.258800 | fa163e48-8288-2c28-7bf3-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:55.813461 | 0.22s 2025-11-25 10:11:08.276499 | fa163e48-8288-2c28-7bf3-000000000baa | TASK | Restart systemd-logind 2025-11-25 10:11:08.766171 | fa163e48-8288-2c28-7bf3-000000000baa | CHANGED | Restart systemd-logind | standalone 2025-11-25 10:11:08.767512 | fa163e48-8288-2c28-7bf3-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:56.322175 | 0.49s 2025-11-25 10:11:08.795570 | fa163e48-8288-2c28-7bf3-000000000bab | 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-11-25 10:11:08.845032 | fa163e48-8288-2c28-7bf3-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-11-25 10:11:08.845744 | fa163e48-8288-2c28-7bf3-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:56.400409 | 0.05s 2025-11-25 10:11:08.865348 | fa163e48-8288-2c28-7bf3-000000000bac | 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-11-25 10:11:08.901381 | fa163e48-8288-2c28-7bf3-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-11-25 10:11:08.902065 | fa163e48-8288-2c28-7bf3-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:56.456729 | 0.04s 2025-11-25 10:11:08.921612 | fa163e48-8288-2c28-7bf3-000000000bad | TASK | create persistent logs directory 2025-11-25 10:11:09.179065 | fa163e48-8288-2c28-7bf3-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-11-25 10:11:09.181500 | fa163e48-8288-2c28-7bf3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.736120 | 0.26s 2025-11-25 10:11:09.351104 | fa163e48-8288-2c28-7bf3-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-11-25 10:11:09.352944 | fa163e48-8288-2c28-7bf3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.907611 | 0.43s 2025-11-25 10:11:09.363272 | fa163e48-8288-2c28-7bf3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.917942 | 0.44s 2025-11-25 10:11:09.383160 | fa163e48-8288-2c28-7bf3-000000000baf | TASK | Set login facts 2025-11-25 10:11:09.413665 | fa163e48-8288-2c28-7bf3-000000000baf | OK | Set login facts | standalone 2025-11-25 10:11:09.414888 | fa163e48-8288-2c28-7bf3-000000000baf | TIMING | Set login facts | standalone | 0:02:56.969547 | 0.03s 2025-11-25 10:11:09.440537 | fa163e48-8288-2c28-7bf3-000000000bb0 | TASK | Convert logins json to dict 2025-11-25 10:11:09.495059 | fa163e48-8288-2c28-7bf3-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2025-11-25 10:11:09.496308 | fa163e48-8288-2c28-7bf3-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:57.050968 | 0.05s 2025-11-25 10:11:09.520806 | fa163e48-8288-2c28-7bf3-000000000bb1 | TASK | Set registry logins 2025-11-25 10:11:09.568931 | fa163e48-8288-2c28-7bf3-000000000bb1 | SKIPPED | Set registry logins | standalone 2025-11-25 10:11:09.570101 | fa163e48-8288-2c28-7bf3-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:57.124763 | 0.05s 2025-11-25 10:11:09.595238 | fa163e48-8288-2c28-7bf3-000000000bb2 | TASK | Run podman install 2025-11-25 10:11:09.623391 | fa163e48-8288-2c28-7bf3-000000000bb2 | TIMING | Run podman install | standalone | 0:02:57.178046 | 0.03s 2025-11-25 10:11:09.706158 | fa163e48-8288-2c28-7bf3-000000001330 | TASK | Gather variables for each operating system 2025-11-25 10:11:09.854396 | fa163e48-8288-2c28-7bf3-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-11-25 10:11:09.856325 | fa163e48-8288-2c28-7bf3-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.410983 | 0.15s 2025-11-25 10:11:09.866122 | fa163e48-8288-2c28-7bf3-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.420793 | 0.16s 2025-11-25 10:11:09.883164 | fa163e48-8288-2c28-7bf3-000000001332 | TASK | ensure podman and deps are installed 2025-11-25 10:11:12.772158 | fa163e48-8288-2c28-7bf3-000000001332 | OK | ensure podman and deps are installed | standalone 2025-11-25 10:11:12.773653 | fa163e48-8288-2c28-7bf3-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:00.328309 | 2.89s 2025-11-25 10:11:12.801078 | fa163e48-8288-2c28-7bf3-000000001333 | TASK | Ensure we get the ansible interfaces facts 2025-11-25 10:11:14.374420 | fa163e48-8288-2c28-7bf3-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2025-11-25 10:11:14.375248 | fa163e48-8288-2c28-7bf3-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:01.929916 | 1.57s 2025-11-25 10:11:14.395255 | fa163e48-8288-2c28-7bf3-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-11-25 10:11:14.424354 | fa163e48-8288-2c28-7bf3-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-11-25 10:11:14.425270 | fa163e48-8288-2c28-7bf3-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:01.979936 | 0.03s 2025-11-25 10:11:14.445296 | fa163e48-8288-2c28-7bf3-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2025-11-25 10:11:14.483590 | fa163e48-8288-2c28-7bf3-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-11-25 10:11:14.484805 | fa163e48-8288-2c28-7bf3-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:02.039465 | 0.04s 2025-11-25 10:11:14.511079 | fa163e48-8288-2c28-7bf3-000000001337 | TASK | Update default network configuration if possible 2025-11-25 10:11:14.550720 | fa163e48-8288-2c28-7bf3-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2025-11-25 10:11:14.552210 | fa163e48-8288-2c28-7bf3-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:02.106867 | 0.04s 2025-11-25 10:11:14.574226 | fa163e48-8288-2c28-7bf3-000000001339 | TASK | Make sure /etc/containers/networks exists 2025-11-25 10:11:14.803109 | fa163e48-8288-2c28-7bf3-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2025-11-25 10:11:14.803915 | fa163e48-8288-2c28-7bf3-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:02.358584 | 0.23s 2025-11-25 10:11:14.821269 | fa163e48-8288-2c28-7bf3-00000000133a | TASK | Get current podman network 2025-11-25 10:11:15.091505 | fa163e48-8288-2c28-7bf3-00000000133a | CHANGED | Get current podman network | standalone 2025-11-25 10:11:15.092849 | fa163e48-8288-2c28-7bf3-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:02.647476 | 0.27s 2025-11-25 10:11:15.118361 | fa163e48-8288-2c28-7bf3-00000000133b | TASK | Update the default network configuration 2025-11-25 10:11:15.671995 | fa163e48-8288-2c28-7bf3-00000000133b | CHANGED | Update the default network configuration | standalone 2025-11-25 10:11:15.673307 | fa163e48-8288-2c28-7bf3-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:03.227968 | 0.55s 2025-11-25 10:11:15.698009 | fa163e48-8288-2c28-7bf3-00000000133c | TASK | Write containers registries.conf 2025-11-25 10:11:16.238361 | fa163e48-8288-2c28-7bf3-00000000133c | CHANGED | Write containers registries.conf | standalone 2025-11-25 10:11:16.239778 | fa163e48-8288-2c28-7bf3-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:03.794437 | 0.54s 2025-11-25 10:11:16.265980 | fa163e48-8288-2c28-7bf3-00000000133d | TASK | Write containers.conf 2025-11-25 10:11:16.459387 | fa163e48-8288-2c28-7bf3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-11-25 10:11:16.460300 | fa163e48-8288-2c28-7bf3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.014966 | 0.19s 2025-11-25 10:11:16.664675 | fa163e48-8288-2c28-7bf3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-11-25 10:11:16.666395 | fa163e48-8288-2c28-7bf3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.221050 | 0.40s 2025-11-25 10:11:16.888870 | fa163e48-8288-2c28-7bf3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-11-25 10:11:16.890017 | fa163e48-8288-2c28-7bf3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.444677 | 0.62s 2025-11-25 10:11:17.067864 | fa163e48-8288-2c28-7bf3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-11-25 10:11:17.069012 | fa163e48-8288-2c28-7bf3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.623674 | 0.80s 2025-11-25 10:11:17.076223 | fa163e48-8288-2c28-7bf3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.630879 | 0.81s 2025-11-25 10:11:17.098136 | fa163e48-8288-2c28-7bf3-00000000133e | TASK | Enable podman.socket service 2025-11-25 10:11:17.127997 | fa163e48-8288-2c28-7bf3-00000000133e | SKIPPED | Enable podman.socket service | standalone 2025-11-25 10:11:17.129217 | fa163e48-8288-2c28-7bf3-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:04.683877 | 0.03s 2025-11-25 10:11:17.178733 | fa163e48-8288-2c28-7bf3-000000000bb3 | TASK | Run podman login 2025-11-25 10:11:17.197214 | fa163e48-8288-2c28-7bf3-000000000bb3 | TIMING | Run podman login | standalone | 0:03:04.751863 | 0.02s 2025-11-25 10:11:17.276573 | fa163e48-8288-2c28-7bf3-00000000143e | TASK | Perform container registry login(s) with podman 2025-11-25 10:11:17.303617 | fa163e48-8288-2c28-7bf3-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:04.858263 | 0.03s 2025-11-25 10:11:17.353082 | fa163e48-8288-2c28-7bf3-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-11-25 10:11:17.807347 | fa163e48-8288-2c28-7bf3-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-11-25 10:11:17.808735 | fa163e48-8288-2c28-7bf3-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:05.363394 | 0.45s 2025-11-25 10:11:17.833187 | fa163e48-8288-2c28-7bf3-000000000bb6 | TASK | create persistent directories 2025-11-25 10:11:18.086067 | fa163e48-8288-2c28-7bf3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-11-25 10:11:18.087895 | fa163e48-8288-2c28-7bf3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:05.642561 | 0.25s 2025-11-25 10:11:18.321626 | fa163e48-8288-2c28-7bf3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-11-25 10:11:18.323577 | fa163e48-8288-2c28-7bf3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:05.878236 | 0.49s 2025-11-25 10:11:18.513555 | fa163e48-8288-2c28-7bf3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-11-25 10:11:18.514285 | fa163e48-8288-2c28-7bf3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:06.068955 | 0.68s 2025-11-25 10:11:18.527078 | fa163e48-8288-2c28-7bf3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:06.081731 | 0.69s 2025-11-25 10:11:18.555709 | fa163e48-8288-2c28-7bf3-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2025-11-25 10:11:19.003207 | fa163e48-8288-2c28-7bf3-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-11-25 10:11:19.004719 | fa163e48-8288-2c28-7bf3-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:06.559377 | 0.45s 2025-11-25 10:11:19.030883 | fa163e48-8288-2c28-7bf3-000000000bb8 | TASK | Ensure rsyslog is installed 2025-11-25 10:11:21.960919 | fa163e48-8288-2c28-7bf3-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2025-11-25 10:11:21.962573 | fa163e48-8288-2c28-7bf3-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:09.517226 | 2.93s 2025-11-25 10:11:21.987911 | fa163e48-8288-2c28-7bf3-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2025-11-25 10:11:22.329425 | fa163e48-8288-2c28-7bf3-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2025-11-25 10:11:22.331017 | fa163e48-8288-2c28-7bf3-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:09.885683 | 0.34s 2025-11-25 10:11:22.377029 | fa163e48-8288-2c28-7bf3-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:09.931688 | 0.02s 2025-11-25 10:11:22.460263 | fa163e48-8288-2c28-7bf3-000000001559 | TASK | Gather variables for each operating system 2025-11-25 10:11:22.580232 | fa163e48-8288-2c28-7bf3-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-11-25 10:11:22.581941 | fa163e48-8288-2c28-7bf3-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:10.136604 | 0.12s 2025-11-25 10:11:22.592387 | fa163e48-8288-2c28-7bf3-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:10.147042 | 0.13s 2025-11-25 10:11:22.619878 | fa163e48-8288-2c28-7bf3-00000000155b | TASK | Install the OpenSSH server 2025-11-25 10:11:25.531895 | fa163e48-8288-2c28-7bf3-00000000155b | OK | Install the OpenSSH server | standalone 2025-11-25 10:11:25.533264 | fa163e48-8288-2c28-7bf3-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:13.087924 | 2.91s 2025-11-25 10:11:25.565739 | fa163e48-8288-2c28-7bf3-00000000155c | TASK | Start sshd 2025-11-25 10:11:25.598699 | fa163e48-8288-2c28-7bf3-00000000155c | SKIPPED | Start sshd | standalone 2025-11-25 10:11:25.600075 | fa163e48-8288-2c28-7bf3-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:13.154733 | 0.03s 2025-11-25 10:11:25.625460 | fa163e48-8288-2c28-7bf3-00000000155d | TASK | PasswordAuthentication notice 2025-11-25 10:11:25.666798 | fa163e48-8288-2c28-7bf3-00000000155d | 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-11-25 10:11:25.668136 | fa163e48-8288-2c28-7bf3-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:13.222794 | 0.04s 2025-11-25 10:11:25.693222 | fa163e48-8288-2c28-7bf3-00000000155e | TASK | PasswordAuthentication duplication notice 2025-11-25 10:11:25.721551 | fa163e48-8288-2c28-7bf3-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-11-25 10:11:25.722738 | fa163e48-8288-2c28-7bf3-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:13.277399 | 0.03s 2025-11-25 10:11:25.748252 | fa163e48-8288-2c28-7bf3-00000000155f | TASK | Motd duplication notice 2025-11-25 10:11:25.788709 | fa163e48-8288-2c28-7bf3-00000000155f | 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-11-25 10:11:25.789955 | fa163e48-8288-2c28-7bf3-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:13.344612 | 0.04s 2025-11-25 10:11:25.814773 | fa163e48-8288-2c28-7bf3-000000001560 | TASK | Configure the banner text 2025-11-25 10:11:25.846332 | fa163e48-8288-2c28-7bf3-000000001560 | SKIPPED | Configure the banner text | standalone 2025-11-25 10:11:25.847528 | fa163e48-8288-2c28-7bf3-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:13.402188 | 0.03s 2025-11-25 10:11:25.872425 | fa163e48-8288-2c28-7bf3-000000001561 | TASK | Configure the motd banner 2025-11-25 10:11:25.902243 | fa163e48-8288-2c28-7bf3-000000001561 | SKIPPED | Configure the motd banner | standalone 2025-11-25 10:11:25.903521 | fa163e48-8288-2c28-7bf3-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:13.458178 | 0.03s 2025-11-25 10:11:25.928391 | fa163e48-8288-2c28-7bf3-000000001562 | TASK | Update sshd configuration options from vars 2025-11-25 10:11:25.969966 | fa163e48-8288-2c28-7bf3-000000001562 | OK | Update sshd configuration options from vars | standalone 2025-11-25 10:11:25.971322 | fa163e48-8288-2c28-7bf3-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:13.525980 | 0.04s 2025-11-25 10:11:25.997112 | fa163e48-8288-2c28-7bf3-000000001563 | TASK | Adjust ssh server configuration 2025-11-25 10:11:26.567664 | fa163e48-8288-2c28-7bf3-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2025-11-25 10:11:26.569027 | fa163e48-8288-2c28-7bf3-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:14.123686 | 0.57s 2025-11-25 10:11:26.594067 | fa163e48-8288-2c28-7bf3-000000001564 | TASK | Restart sshd 2025-11-25 10:11:27.031281 | fa163e48-8288-2c28-7bf3-000000001564 | CHANGED | Restart sshd | standalone 2025-11-25 10:11:27.033144 | fa163e48-8288-2c28-7bf3-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:14.587766 | 0.44s 2025-11-25 10:11:27.084989 | fa163e48-8288-2c28-7bf3-000000000bbb | TASK | create persistent directories 2025-11-25 10:11:27.345444 | fa163e48-8288-2c28-7bf3-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-25 10:11:27.346445 | fa163e48-8288-2c28-7bf3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:14.901111 | 0.26s 2025-11-25 10:11:27.533436 | fa163e48-8288-2c28-7bf3-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-11-25 10:11:27.534536 | fa163e48-8288-2c28-7bf3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:15.089195 | 0.45s 2025-11-25 10:11:27.758103 | fa163e48-8288-2c28-7bf3-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-25 10:11:27.759164 | fa163e48-8288-2c28-7bf3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:15.313828 | 0.67s 2025-11-25 10:11:27.765517 | fa163e48-8288-2c28-7bf3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:15.320189 | 0.68s 2025-11-25 10:11:27.792913 | fa163e48-8288-2c28-7bf3-000000000bbc | TASK | create persistent directories 2025-11-25 10:11:28.059924 | fa163e48-8288-2c28-7bf3-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-25 10:11:28.061640 | fa163e48-8288-2c28-7bf3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:15.616303 | 0.27s 2025-11-25 10:11:28.300424 | fa163e48-8288-2c28-7bf3-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-11-25 10:11:28.301533 | fa163e48-8288-2c28-7bf3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:15.856196 | 0.51s 2025-11-25 10:11:28.529567 | fa163e48-8288-2c28-7bf3-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-25 10:11:28.531448 | fa163e48-8288-2c28-7bf3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:16.086110 | 0.74s 2025-11-25 10:11:28.542425 | fa163e48-8288-2c28-7bf3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:16.097081 | 0.75s 2025-11-25 10:11:28.573287 | fa163e48-8288-2c28-7bf3-000000000bbd | TASK | Set swift_use_local_disks fact 2025-11-25 10:11:28.602551 | fa163e48-8288-2c28-7bf3-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2025-11-25 10:11:28.603847 | fa163e48-8288-2c28-7bf3-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:16.158481 | 0.03s 2025-11-25 10:11:28.629015 | fa163e48-8288-2c28-7bf3-000000000bbe | TASK | Set use_node_data_lookup fact 2025-11-25 10:11:28.657927 | fa163e48-8288-2c28-7bf3-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2025-11-25 10:11:28.659271 | fa163e48-8288-2c28-7bf3-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:16.213930 | 0.03s 2025-11-25 10:11:28.686456 | fa163e48-8288-2c28-7bf3-000000000bbf | TASK | Create Swift d1 directory if needed 2025-11-25 10:11:28.935747 | fa163e48-8288-2c28-7bf3-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2025-11-25 10:11:28.937208 | fa163e48-8288-2c28-7bf3-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:16.491868 | 0.25s 2025-11-25 10:11:28.962167 | fa163e48-8288-2c28-7bf3-000000000bc0 | TASK | Set fact for SwiftRawDisks 2025-11-25 10:11:29.002146 | fa163e48-8288-2c28-7bf3-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2025-11-25 10:11:29.003937 | fa163e48-8288-2c28-7bf3-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:16.558589 | 0.04s 2025-11-25 10:11:29.033329 | fa163e48-8288-2c28-7bf3-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2025-11-25 10:11:29.063805 | fa163e48-8288-2c28-7bf3-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-11-25 10:11:29.064721 | fa163e48-8288-2c28-7bf3-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:16.619387 | 0.03s 2025-11-25 10:11:29.086101 | fa163e48-8288-2c28-7bf3-000000000bc2 | TASK | Set fact for swift_raw_disks 2025-11-25 10:11:29.117792 | fa163e48-8288-2c28-7bf3-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-11-25 10:11:29.118727 | fa163e48-8288-2c28-7bf3-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:16.673391 | 0.03s 2025-11-25 10:11:29.141006 | fa163e48-8288-2c28-7bf3-000000000bc3 | TASK | Format SwiftRawDisks 2025-11-25 10:11:29.168647 | fa163e48-8288-2c28-7bf3-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:16.723306 | 0.03s 2025-11-25 10:11:29.187524 | fa163e48-8288-2c28-7bf3-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-11-25 10:11:29.234450 | fa163e48-8288-2c28-7bf3-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-11-25 10:11:29.235557 | fa163e48-8288-2c28-7bf3-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:16.790220 | 0.05s 2025-11-25 10:11:29.255725 | fa163e48-8288-2c28-7bf3-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2025-11-25 10:11:29.282976 | fa163e48-8288-2c28-7bf3-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:16.837626 | 0.03s 2025-11-25 10:11:29.310261 | fa163e48-8288-2c28-7bf3-000000000bc6 | TASK | Check for NTP service 2025-11-25 10:11:29.541146 | fa163e48-8288-2c28-7bf3-000000000bc6 | CHANGED | Check for NTP service | standalone 2025-11-25 10:11:29.542170 | fa163e48-8288-2c28-7bf3-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:17.096833 | 0.23s 2025-11-25 10:11:29.567493 | fa163e48-8288-2c28-7bf3-000000000bc7 | TASK | Disable NTP before configuring Chrony 2025-11-25 10:11:29.617857 | fa163e48-8288-2c28-7bf3-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-25 10:11:29.619095 | fa163e48-8288-2c28-7bf3-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:17.173755 | 0.05s 2025-11-25 10:11:29.644740 | fa163e48-8288-2c28-7bf3-000000000bc8 | TASK | Install, Configure and Run Chrony 2025-11-25 10:11:29.663405 | fa163e48-8288-2c28-7bf3-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:17.218048 | 0.02s 2025-11-25 10:11:29.762083 | fa163e48-8288-2c28-7bf3-0000000016f5 | TASK | Load distro-specific variables 2025-11-25 10:11:29.787493 | fa163e48-8288-2c28-7bf3-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.342150 | 0.02s 2025-11-25 10:11:29.796181 | 2f2ede0c-fc76-4345-975f-570d7d5a58f6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-25 10:11:29.817695 | fa163e48-8288-2c28-7bf3-0000000017da | TASK | Load distro-specific variables 2025-11-25 10:11:29.847664 | fa163e48-8288-2c28-7bf3-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-25 10:11:29.849069 | fa163e48-8288-2c28-7bf3-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.403718 | 0.03s 2025-11-25 10:11:29.854716 | fa163e48-8288-2c28-7bf3-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.409379 | 0.04s 2025-11-25 10:11:29.873043 | fa163e48-8288-2c28-7bf3-0000000016f6 | TASK | Install chronyd 2025-11-25 10:11:29.900689 | fa163e48-8288-2c28-7bf3-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:17.455337 | 0.03s 2025-11-25 10:11:29.924855 | f2757149-c929-43d7-9d35-7e39f53de0d5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-11-25 10:11:29.956475 | fa163e48-8288-2c28-7bf3-000000001813 | TASK | Load distro-specific variables 2025-11-25 10:11:29.982896 | fa163e48-8288-2c28-7bf3-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.537557 | 0.03s 2025-11-25 10:11:29.990986 | 2b339c74-a717-42cd-9d42-6080396e80de | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-25 10:11:30.011752 | fa163e48-8288-2c28-7bf3-00000000185a | TASK | Load distro-specific variables 2025-11-25 10:11:30.052996 | fa163e48-8288-2c28-7bf3-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-25 10:11:30.054013 | fa163e48-8288-2c28-7bf3-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.608677 | 0.04s 2025-11-25 10:11:30.058777 | fa163e48-8288-2c28-7bf3-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.613436 | 0.05s 2025-11-25 10:11:30.079538 | fa163e48-8288-2c28-7bf3-000000001814 | TASK | Check for NTP service 2025-11-25 10:11:30.308240 | fa163e48-8288-2c28-7bf3-000000001814 | CHANGED | Check for NTP service | standalone 2025-11-25 10:11:30.309622 | fa163e48-8288-2c28-7bf3-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:17.864282 | 0.23s 2025-11-25 10:11:30.336027 | fa163e48-8288-2c28-7bf3-000000001815 | TASK | Disable NTP before configuring Chrony 2025-11-25 10:11:30.386216 | fa163e48-8288-2c28-7bf3-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-25 10:11:30.387583 | fa163e48-8288-2c28-7bf3-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:17.942242 | 0.05s 2025-11-25 10:11:30.414927 | fa163e48-8288-2c28-7bf3-000000001816 | TASK | Install chronyd package 2025-11-25 10:11:33.374254 | fa163e48-8288-2c28-7bf3-000000001816 | OK | Install chronyd package | standalone 2025-11-25 10:11:33.375624 | fa163e48-8288-2c28-7bf3-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:20.930284 | 2.96s 2025-11-25 10:11:33.401490 | fa163e48-8288-2c28-7bf3-0000000016f7 | TASK | Upgrade chronyd 2025-11-25 10:11:33.422450 | fa163e48-8288-2c28-7bf3-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2025-11-25 10:11:33.423642 | fa163e48-8288-2c28-7bf3-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:20.978302 | 0.02s 2025-11-25 10:11:33.450133 | fa163e48-8288-2c28-7bf3-0000000016f8 | TASK | Configure chronyd 2025-11-25 10:11:33.477664 | fa163e48-8288-2c28-7bf3-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:21.032312 | 0.03s 2025-11-25 10:11:33.498759 | 76675b2b-199a-4d65-a68e-8760515f9dcf | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-11-25 10:11:33.544261 | fa163e48-8288-2c28-7bf3-000000001893 | TASK | Load distro-specific variables 2025-11-25 10:11:33.570759 | fa163e48-8288-2c28-7bf3-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.125405 | 0.03s 2025-11-25 10:11:33.588069 | 0ae1cc7a-14bb-481d-b94d-a306a6e1d216 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-25 10:11:33.610957 | fa163e48-8288-2c28-7bf3-0000000018ff | TASK | Load distro-specific variables 2025-11-25 10:11:33.670688 | fa163e48-8288-2c28-7bf3-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-25 10:11:33.672551 | fa163e48-8288-2c28-7bf3-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.227205 | 0.06s 2025-11-25 10:11:33.682319 | fa163e48-8288-2c28-7bf3-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.236989 | 0.07s 2025-11-25 10:11:33.705950 | fa163e48-8288-2c28-7bf3-000000001894 | TASK | Install chrony configuration file 2025-11-25 10:11:34.314797 | fa163e48-8288-2c28-7bf3-000000001894 | CHANGED | Install chrony configuration file | standalone 2025-11-25 10:11:34.315494 | fa163e48-8288-2c28-7bf3-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:21.870163 | 0.61s 2025-11-25 10:11:34.333046 | fa163e48-8288-2c28-7bf3-0000000016f9 | TASK | Run chronyd 2025-11-25 10:11:34.359314 | fa163e48-8288-2c28-7bf3-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:21.913974 | 0.03s 2025-11-25 10:11:34.373061 | 4ed850ae-c523-421e-8c0d-973dee44bdee | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-11-25 10:11:34.409666 | fa163e48-8288-2c28-7bf3-000000001922 | TASK | Load distro-specific variables 2025-11-25 10:11:34.427059 | fa163e48-8288-2c28-7bf3-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.981715 | 0.02s 2025-11-25 10:11:34.437651 | 85d1c42b-2019-4d64-aa77-c6e953fbbf4d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-25 10:11:34.462093 | fa163e48-8288-2c28-7bf3-0000000019a6 | TASK | Load distro-specific variables 2025-11-25 10:11:34.516731 | fa163e48-8288-2c28-7bf3-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-25 10:11:34.518230 | fa163e48-8288-2c28-7bf3-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.072885 | 0.06s 2025-11-25 10:11:34.524965 | fa163e48-8288-2c28-7bf3-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.079626 | 0.06s 2025-11-25 10:11:34.551628 | fa163e48-8288-2c28-7bf3-000000001923 | TASK | Ensure chronyd is running 2025-11-25 10:11:34.996254 | fa163e48-8288-2c28-7bf3-000000001923 | OK | Ensure chronyd is running | standalone 2025-11-25 10:11:34.998087 | fa163e48-8288-2c28-7bf3-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:22.552747 | 0.44s 2025-11-25 10:11:35.026927 | fa163e48-8288-2c28-7bf3-000000001924 | TASK | Force chronyd restart 2025-11-25 10:11:35.507073 | fa163e48-8288-2c28-7bf3-000000001924 | CHANGED | Force chronyd restart | standalone 2025-11-25 10:11:35.509032 | fa163e48-8288-2c28-7bf3-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:23.063690 | 0.48s 2025-11-25 10:11:35.536547 | fa163e48-8288-2c28-7bf3-0000000016fa | TASK | Enable online service 2025-11-25 10:11:35.565114 | fa163e48-8288-2c28-7bf3-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:23.119769 | 0.03s 2025-11-25 10:11:35.584799 | a8d01150-0fdd-4e0d-85aa-1099ca48c10b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-11-25 10:11:35.630389 | fa163e48-8288-2c28-7bf3-0000000019d3 | TASK | Create chrony-online.service unit file 2025-11-25 10:11:36.084460 | fa163e48-8288-2c28-7bf3-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2025-11-25 10:11:36.085906 | fa163e48-8288-2c28-7bf3-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:23.640565 | 0.45s 2025-11-25 10:11:36.114059 | fa163e48-8288-2c28-7bf3-0000000019d4 | TASK | Enable chrony-online.service 2025-11-25 10:11:36.954198 | fa163e48-8288-2c28-7bf3-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2025-11-25 10:11:36.956022 | fa163e48-8288-2c28-7bf3-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:24.510680 | 0.84s 2025-11-25 10:11:36.985352 | fa163e48-8288-2c28-7bf3-0000000016fb | TASK | Sync chronyc 2025-11-25 10:11:37.015466 | fa163e48-8288-2c28-7bf3-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:24.570107 | 0.03s 2025-11-25 10:11:37.035401 | 23c1d076-44ca-4b30-8402-b66ddf2e7017 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-11-25 10:11:37.082695 | fa163e48-8288-2c28-7bf3-000000001a79 | TASK | Force NTP sync 2025-11-25 10:11:37.327989 | fa163e48-8288-2c28-7bf3-000000001a79 | CHANGED | Force NTP sync | standalone 2025-11-25 10:11:37.329679 | fa163e48-8288-2c28-7bf3-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:24.884330 | 0.25s 2025-11-25 10:11:37.355509 | fa163e48-8288-2c28-7bf3-000000001a7a | TASK | Ensure system is NTP time synced 2025-11-25 10:11:47.592315 | fa163e48-8288-2c28-7bf3-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2025-11-25 10:11:47.593473 | fa163e48-8288-2c28-7bf3-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:35.148137 | 10.24s 2025-11-25 10:11:47.633278 | fa163e48-8288-2c28-7bf3-000000000bc9 | TASK | Force NTP sync 2025-11-25 10:11:47.852537 | fa163e48-8288-2c28-7bf3-000000000bc9 | CHANGED | Force NTP sync | standalone 2025-11-25 10:11:47.853406 | fa163e48-8288-2c28-7bf3-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:35.408073 | 0.22s 2025-11-25 10:11:47.873900 | fa163e48-8288-2c28-7bf3-000000000bca | TASK | Ensure system is NTP time synced 2025-11-25 10:11:48.106071 | fa163e48-8288-2c28-7bf3-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2025-11-25 10:11:48.107347 | fa163e48-8288-2c28-7bf3-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:35.662005 | 0.23s 2025-11-25 10:11:48.132541 | fa163e48-8288-2c28-7bf3-000000000bcb | TASK | Run timezone role 2025-11-25 10:11:48.160624 | fa163e48-8288-2c28-7bf3-000000000bcb | TIMING | Run timezone role | standalone | 0:03:35.715278 | 0.03s 2025-11-25 10:11:48.251849 | fa163e48-8288-2c28-7bf3-000000001c3a | TASK | Set timezone 2025-11-25 10:11:48.733965 | fa163e48-8288-2c28-7bf3-000000001c3a | OK | Set timezone | standalone 2025-11-25 10:11:48.735342 | fa163e48-8288-2c28-7bf3-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:36.289999 | 0.48s 2025-11-25 10:11:48.762754 | fa163e48-8288-2c28-7bf3-000000001c3b | TASK | Restart time services 2025-11-25 10:11:48.803644 | fa163e48-8288-2c28-7bf3-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2025-11-25 10:11:48.810574 | fa163e48-8288-2c28-7bf3-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2025-11-25 10:11:48.816053 | fa163e48-8288-2c28-7bf3-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:36.370713 | 0.05s 2025-11-25 10:11:48.849604 | fa163e48-8288-2c28-7bf3-000000000bcc | TASK | install tmpwatch on the host 2025-11-25 10:11:51.818931 | fa163e48-8288-2c28-7bf3-000000000bcc | OK | install tmpwatch on the host | standalone 2025-11-25 10:11:51.819977 | fa163e48-8288-2c28-7bf3-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:39.374640 | 2.97s 2025-11-25 10:11:51.844085 | fa163e48-8288-2c28-7bf3-000000000bcd | TASK | Notice - ctlplane subnet is set 2025-11-25 10:11:51.874448 | fa163e48-8288-2c28-7bf3-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-11-25 10:11:51.875317 | fa163e48-8288-2c28-7bf3-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:39.429983 | 0.03s 2025-11-25 10:11:51.921980 | fa163e48-8288-2c28-7bf3-000000000bce | TIMING | include_role : tuned | standalone | 0:03:39.476633 | 0.03s 2025-11-25 10:11:52.012130 | fa163e48-8288-2c28-7bf3-000000001e6e | TASK | Gather variables for each operating system 2025-11-25 10:11:52.102999 | fa163e48-8288-2c28-7bf3-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-25 10:11:52.105280 | fa163e48-8288-2c28-7bf3-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:39.659935 | 0.09s 2025-11-25 10:11:52.115859 | fa163e48-8288-2c28-7bf3-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:39.670487 | 0.10s 2025-11-25 10:11:52.180528 | fa163e48-8288-2c28-7bf3-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:39.735175 | 0.04s 2025-11-25 10:11:52.200393 | a9502a27-d3fc-4215-bcc5-0e0279e22309 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-25 10:11:52.236997 | fa163e48-8288-2c28-7bf3-000000001f9f | TASK | Check tuned package is installed 2025-11-25 10:11:52.459196 | fa163e48-8288-2c28-7bf3-000000001f9f | CHANGED | Check tuned package is installed | standalone 2025-11-25 10:11:52.460642 | fa163e48-8288-2c28-7bf3-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:40.015300 | 0.22s 2025-11-25 10:11:52.496255 | fa163e48-8288-2c28-7bf3-000000001fa0 | TASK | Install tuned 2025-11-25 10:11:52.528765 | fa163e48-8288-2c28-7bf3-000000001fa0 | SKIPPED | Install tuned | standalone 2025-11-25 10:11:52.529998 | fa163e48-8288-2c28-7bf3-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:40.084657 | 0.03s 2025-11-25 10:11:52.557150 | fa163e48-8288-2c28-7bf3-000000001fa1 | TASK | Restart tuned 2025-11-25 10:11:52.578704 | fa163e48-8288-2c28-7bf3-000000001fa1 | SKIPPED | Restart tuned | standalone 2025-11-25 10:11:52.580060 | fa163e48-8288-2c28-7bf3-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:40.134715 | 0.02s 2025-11-25 10:11:52.605907 | fa163e48-8288-2c28-7bf3-000000001e70 | TASK | Check for tuned-adm 2025-11-25 10:11:52.849055 | fa163e48-8288-2c28-7bf3-000000001e70 | OK | Check for tuned-adm | standalone 2025-11-25 10:11:52.850919 | fa163e48-8288-2c28-7bf3-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:40.405573 | 0.24s 2025-11-25 10:11:52.902704 | fa163e48-8288-2c28-7bf3-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:40.457356 | 0.03s 2025-11-25 10:11:52.922870 | 8247103b-d649-4dca-a57c-759c3dc63415 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-25 10:11:52.951833 | fa163e48-8288-2c28-7bf3-000000001fcc | TASK | Ensure profile directory exists 2025-11-25 10:11:52.998440 | fa163e48-8288-2c28-7bf3-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2025-11-25 10:11:52.999184 | fa163e48-8288-2c28-7bf3-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:40.553851 | 0.05s 2025-11-25 10:11:53.017344 | fa163e48-8288-2c28-7bf3-000000001fcd | TASK | Create custom tuned profile 2025-11-25 10:11:53.084033 | fa163e48-8288-2c28-7bf3-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2025-11-25 10:11:53.084795 | fa163e48-8288-2c28-7bf3-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:40.639462 | 0.07s 2025-11-25 10:11:53.102995 | fa163e48-8288-2c28-7bf3-000000001fce | TASK | Check tuned active profile 2025-11-25 10:11:53.300459 | fa163e48-8288-2c28-7bf3-000000001fce | OK | Check tuned active profile | standalone 2025-11-25 10:11:53.301849 | fa163e48-8288-2c28-7bf3-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:40.856472 | 0.20s 2025-11-25 10:11:53.327276 | fa163e48-8288-2c28-7bf3-000000001fcf | TASK | Check Tuned Configuration file exists 2025-11-25 10:11:53.568946 | fa163e48-8288-2c28-7bf3-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2025-11-25 10:11:53.570199 | fa163e48-8288-2c28-7bf3-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:41.124859 | 0.24s 2025-11-25 10:11:53.595777 | fa163e48-8288-2c28-7bf3-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-25 10:11:53.658356 | fa163e48-8288-2c28-7bf3-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-25 10:11:53.659673 | fa163e48-8288-2c28-7bf3-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:41.214332 | 0.06s 2025-11-25 10:11:53.688419 | fa163e48-8288-2c28-7bf3-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2025-11-25 10:11:53.751099 | fa163e48-8288-2c28-7bf3-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-25 10:11:53.752396 | fa163e48-8288-2c28-7bf3-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:41.307053 | 0.06s 2025-11-25 10:11:53.777940 | fa163e48-8288-2c28-7bf3-000000001fd2 | TASK | Enable tuned profile 2025-11-25 10:11:53.817951 | fa163e48-8288-2c28-7bf3-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2025-11-25 10:11:53.819233 | fa163e48-8288-2c28-7bf3-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:41.373895 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-11-25 10:11:53.963210 | fa163e48-8288-2c28-7bf3-0000000000ac | TASK | Overcloud container setup tasks 2025-11-25 10:11:53.988751 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000ac') missing from stats 2025-11-25 10:11:54.009387 | fa163e48-8288-2c28-7bf3-0000000000ad | TASK | Write config data 2025-11-25 10:11:54.057283 | fa163e48-8288-2c28-7bf3-0000000000ad | TIMING | Write config data | standalone | 0:03:41.611932 | 0.05s 2025-11-25 10:11:54.097929 | 01abb9e7-195d-4c96-9909-765665a63137 | INCLUDED | /root/standalone-ansible-4jlq2qdr/common_container_setup_tasks.yaml | standalone 2025-11-25 10:11:54.121949 | fa163e48-8288-2c28-7bf3-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2025-11-25 10:11:54.342911 | fa163e48-8288-2c28-7bf3-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-11-25 10:11:54.343759 | fa163e48-8288-2c28-7bf3-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:41.898426 | 0.22s 2025-11-25 10:11:54.361013 | fa163e48-8288-2c28-7bf3-000000002031 | TASK | Create ContainerLogStdoutPath directory 2025-11-25 10:11:54.602738 | fa163e48-8288-2c28-7bf3-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-11-25 10:11:54.604158 | fa163e48-8288-2c28-7bf3-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:42.158817 | 0.24s 2025-11-25 10:11:54.630093 | fa163e48-8288-2c28-7bf3-000000002032 | TASK | Create /var/lib/tripleo-config directory 2025-11-25 10:11:54.881976 | fa163e48-8288-2c28-7bf3-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2025-11-25 10:11:54.883419 | fa163e48-8288-2c28-7bf3-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:42.438078 | 0.25s 2025-11-25 10:11:54.909171 | fa163e48-8288-2c28-7bf3-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-11-25 10:11:55.108659 | fa163e48-8288-2c28-7bf3-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-11-25 10:11:55.110014 | fa163e48-8288-2c28-7bf3-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:42.664672 | 0.20s 2025-11-25 10:11:55.134759 | fa163e48-8288-2c28-7bf3-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-11-25 10:11:55.345530 | fa163e48-8288-2c28-7bf3-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-11-25 10:11:55.346956 | fa163e48-8288-2c28-7bf3-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:42.901578 | 0.21s 2025-11-25 10:11:55.374320 | fa163e48-8288-2c28-7bf3-000000002038 | TASK | Create fcontext entry for container-config-scripts 2025-11-25 10:11:56.641043 | fa163e48-8288-2c28-7bf3-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-11-25 10:11:56.643893 | fa163e48-8288-2c28-7bf3-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:44.198552 | 1.27s 2025-11-25 10:11:56.665273 | fa163e48-8288-2c28-7bf3-000000002039 | TASK | Create /var/lib/container-config-scripts 2025-11-25 10:11:56.905966 | fa163e48-8288-2c28-7bf3-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-11-25 10:11:56.907410 | fa163e48-8288-2c28-7bf3-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:44.462069 | 0.24s 2025-11-25 10:11:56.934765 | fa163e48-8288-2c28-7bf3-00000000203a | TASK | Write container config scripts 2025-11-25 10:11:57.359706 | fa163e48-8288-2c28-7bf3-00000000203a | CHANGED | Write container config scripts | standalone 2025-11-25 10:11:57.361034 | fa163e48-8288-2c28-7bf3-00000000203a | TIMING | Write container config scripts | standalone | 0:03:44.915694 | 0.42s 2025-11-25 10:11:57.386466 | fa163e48-8288-2c28-7bf3-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-11-25 10:11:57.823939 | fa163e48-8288-2c28-7bf3-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-11-25 10:11:57.825230 | fa163e48-8288-2c28-7bf3-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:45.379889 | 0.44s 2025-11-25 10:11:57.850977 | fa163e48-8288-2c28-7bf3-00000000203c | TASK | Generate startup configs files per step and per container 2025-11-25 10:11:58.455605 | fa163e48-8288-2c28-7bf3-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2025-11-25 10:11:58.461761 | fa163e48-8288-2c28-7bf3-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:46.016417 | 0.61s 2025-11-25 10:11:58.496012 | fa163e48-8288-2c28-7bf3-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2025-11-25 10:11:58.724024 | fa163e48-8288-2c28-7bf3-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-11-25 10:11:58.725554 | fa163e48-8288-2c28-7bf3-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:46.280207 | 0.23s 2025-11-25 10:11:58.752121 | fa163e48-8288-2c28-7bf3-00000000203e | TASK | Create /var/lib/config-data directory 2025-11-25 10:11:58.982916 | fa163e48-8288-2c28-7bf3-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2025-11-25 10:11:58.984306 | fa163e48-8288-2c28-7bf3-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:46.538965 | 0.23s 2025-11-25 10:11:59.010064 | fa163e48-8288-2c28-7bf3-00000000203f | TASK | Write container config json files 2025-11-25 10:11:59.523995 | fa163e48-8288-2c28-7bf3-00000000203f | CHANGED | Write container config json files | standalone 2025-11-25 10:11:59.531644 | fa163e48-8288-2c28-7bf3-00000000203f | TIMING | Write container config json files | standalone | 0:03:47.086304 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-11-25 10:11:59.700739 | fa163e48-8288-2c28-7bf3-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-11-25 10:11:59.727379 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-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-11-25 10:11:59.786381 | fa163e48-8288-2c28-7bf3-0000000000b2 | TIMING | include_tasks | standalone | 0:03:47.341035 | 0.04s 2025-11-25 10:11:59.815194 | afc407ab-dc2c-4dec-be19-b6297d57785a | INCLUDED | /root/standalone-ansible-4jlq2qdr/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-11-25 10:11:59.857385 | fa163e48-8288-2c28-7bf3-000000002073 | TASK | Get undercloud FQDN 2025-11-25 10:11:59.917888 | fa163e48-8288-2c28-7bf3-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e48-8288-2c28-7bf3-000000002073') missing from stats 2025-11-25 10:11:59.982570 | fa163e48-8288-2c28-7bf3-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:47.537220 | 0.04s 2025-11-25 10:12:00.057185 | fa163e48-8288-2c28-7bf3-000000002098 | TASK | set main facts 2025-11-25 10:12:00.136549 | fa163e48-8288-2c28-7bf3-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e48-8288-2c28-7bf3-000000002098') missing from stats 2025-11-25 10:12:00.184326 | fa163e48-8288-2c28-7bf3-000000002099 | TASK | get the default.conf file 2025-11-25 10:12:00.447469 | fa163e48-8288-2c28-7bf3-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e48-8288-2c28-7bf3-000000002099') missing from stats 2025-11-25 10:12:00.493127 | fa163e48-8288-2c28-7bf3-00000000209a | TASK | set the principal 2025-11-25 10:12:00.542316 | fa163e48-8288-2c28-7bf3-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e48-8288-2c28-7bf3-00000000209a') missing from stats 2025-11-25 10:12:00.589578 | fa163e48-8288-2c28-7bf3-00000000209c | TASK | add new host with one-time password 2025-11-25 10:12:01.713567 | fa163e48-8288-2c28-7bf3-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e48-8288-2c28-7bf3-00000000209c') missing from stats 2025-11-25 10:12:01.743739 | fa163e48-8288-2c28-7bf3-00000000209d | TASK | set otp as a host fact 2025-11-25 10:12:01.783434 | fa163e48-8288-2c28-7bf3-00000000209d | SKIPPED | set otp as a host fact | standalone 2025-11-25 10:12:01.784719 | fa163e48-8288-2c28-7bf3-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:49.339377 | 0.04s 2025-11-25 10:12:01.830041 | fa163e48-8288-2c28-7bf3-00000000209f | TASK | add required services using custom module 2025-11-25 10:12:08.753351 | fa163e48-8288-2c28-7bf3-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e48-8288-2c28-7bf3-00000000209f') missing from stats 2025-11-25 10:12:08.820718 | fa163e48-8288-2c28-7bf3-000000002076 | TASK | check if default.conf exists 2025-11-25 10:12:09.048633 | fa163e48-8288-2c28-7bf3-000000002076 | OK | check if default.conf exists | standalone 2025-11-25 10:12:09.050056 | fa163e48-8288-2c28-7bf3-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:56.604714 | 0.23s 2025-11-25 10:12:09.077294 | fa163e48-8288-2c28-7bf3-000000002077 | TASK | install openssl-perl 2025-11-25 10:12:09.119547 | fa163e48-8288-2c28-7bf3-000000002077 | SKIPPED | install openssl-perl | standalone 2025-11-25 10:12:09.120779 | fa163e48-8288-2c28-7bf3-000000002077 | TIMING | install openssl-perl | standalone | 0:03:56.675434 | 0.04s 2025-11-25 10:12:09.146436 | fa163e48-8288-2c28-7bf3-000000002078 | TASK | register as an ipa client 2025-11-25 10:12:09.187156 | fa163e48-8288-2c28-7bf3-000000002078 | SKIPPED | register as an ipa client | standalone 2025-11-25 10:12:09.188487 | fa163e48-8288-2c28-7bf3-000000002078 | TIMING | register as an ipa client | standalone | 0:03:56.743087 | 0.04s 2025-11-25 10:12:09.212885 | fa163e48-8288-2c28-7bf3-000000002079 | TASK | restart certmonger service 2025-11-25 10:12:09.252461 | fa163e48-8288-2c28-7bf3-000000002079 | SKIPPED | restart certmonger service | standalone 2025-11-25 10:12:09.253701 | fa163e48-8288-2c28-7bf3-000000002079 | TIMING | restart certmonger service | standalone | 0:03:56.808362 | 0.04s 2025-11-25 10:12:09.278593 | fa163e48-8288-2c28-7bf3-00000000207a | TASK | set discovered ipa realm 2025-11-25 10:12:09.322256 | fa163e48-8288-2c28-7bf3-00000000207a | OK | set discovered ipa realm | standalone 2025-11-25 10:12:09.323550 | fa163e48-8288-2c28-7bf3-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:56.878205 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-11-25 10:12:09.467381 | fa163e48-8288-2c28-7bf3-0000000000b6 | TASK | External deployment step 1 2025-11-25 10:12:09.496639 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000b6') missing from stats 2025-11-25 10:12:09.554696 | fa163e48-8288-2c28-7bf3-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:57.109344 | 0.04s 2025-11-25 10:12:09.595729 | 3bb2c928-3dcd-44c0-83dc-d0dbff3cee1b | INCLUDED | /root/standalone-ansible-4jlq2qdr/external_deploy_steps_tasks_step1.yaml | undercloud 2025-11-25 10:12:09.614613 | fa163e48-8288-2c28-7bf3-0000000020f5 | TASK | Container image prepare 2025-11-25 10:12:10.689648 | fa163e48-8288-2c28-7bf3-0000000020f5 | CHANGED | Container image prepare | undercloud 2025-11-25 10:12:10.691255 | fa163e48-8288-2c28-7bf3-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:58.245921 | 1.08s 2025-11-25 10:12:10.776054 | fa163e48-8288-2c28-7bf3-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:58.330700 | 0.05s 2025-11-25 10:12:10.823039 | fa163e48-8288-2c28-7bf3-00000000211b | TASK | get dns zones and entries to add 2025-11-25 10:12:10.885049 | fa163e48-8288-2c28-7bf3-00000000211b | OK | get dns zones and entries to add | undercloud 2025-11-25 10:12:10.886663 | fa163e48-8288-2c28-7bf3-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:58.441323 | 0.06s 2025-11-25 10:12:10.960979 | fa163e48-8288-2c28-7bf3-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "external.ooo.test", "storage.ooo.test", "storagemgmt.ooo.test", "0.21.172.in-addr.arpa", "internalapi.ooo.test", "0.18.172.in-addr.arpa", "tenant.ooo.test", "0.17.172.in-addr.arpa", "0.20.172.in-addr.arpa", "ooo.test", "0.19.172.in-addr.arpa", "122.168.192.in-addr.arpa", "ctlplane.ooo.test" ] } 2025-11-25 10:12:10.962335 | fa163e48-8288-2c28-7bf3-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:58.516992 | 0.06s 2025-11-25 10:12:11.043462 | fa163e48-8288-2c28-7bf3-00000000211d | 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-11-25 10:12:11.045811 | fa163e48-8288-2c28-7bf3-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:58.600470 | 0.06s 2025-11-25 10:12:11.065005 | fa163e48-8288-2c28-7bf3-00000000211e | TASK | add dns zones and records 2025-11-25 10:12:14.136067 | fa163e48-8288-2c28-7bf3-00000000211e | CHANGED | add dns zones and records | undercloud 2025-11-25 10:12:14.137174 | fa163e48-8288-2c28-7bf3-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:01.691838 | 3.07s 2025-11-25 10:12:14.164323 | fa163e48-8288-2c28-7bf3-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2025-11-25 10:12:14.420969 | fa163e48-8288-2c28-7bf3-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-11-25 10:12:14.422447 | fa163e48-8288-2c28-7bf3-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:01.977105 | 0.26s 2025-11-25 10:12:14.440913 | fa163e48-8288-2c28-7bf3-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2025-11-25 10:12:14.482032 | fa163e48-8288-2c28-7bf3-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:02.036684 | 0.04s 2025-11-25 10:12:14.529071 | fa163e48-8288-2c28-7bf3-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-11-25 10:12:14.763643 | fa163e48-8288-2c28-7bf3-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-11-25 10:12:14.765018 | fa163e48-8288-2c28-7bf3-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:02.319669 | 0.23s 2025-11-25 10:12:14.785170 | fa163e48-8288-2c28-7bf3-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-11-25 10:12:15.296334 | fa163e48-8288-2c28-7bf3-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-11-25 10:12:15.297689 | fa163e48-8288-2c28-7bf3-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:02.852346 | 0.51s 2025-11-25 10:12:15.317523 | fa163e48-8288-2c28-7bf3-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-25 10:12:15.370537 | fa163e48-8288-2c28-7bf3-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:02.925181 | 0.05s 2025-11-25 10:12:15.419163 | fa163e48-8288-2c28-7bf3-00000000218c | TASK | Check for a configured destination 2025-11-25 10:12:15.482427 | fa163e48-8288-2c28-7bf3-00000000218c | SKIPPED | Check for a configured destination | undercloud 2025-11-25 10:12:15.483703 | fa163e48-8288-2c28-7bf3-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:03.038362 | 0.06s 2025-11-25 10:12:15.522097 | fa163e48-8288-2c28-7bf3-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2025-11-25 10:12:15.966921 | fa163e48-8288-2c28-7bf3-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-11-25 10:12:15.967970 | fa163e48-8288-2c28-7bf3-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:03.522633 | 0.44s PLAY [Deploy step tasks for 1] ************************************************* 2025-11-25 10:12:16.114259 | fa163e48-8288-2c28-7bf3-0000000000ba | TASK | Deploy step tasks for 1 2025-11-25 10:12:16.141196 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000ba') missing from stats 2025-11-25 10:12:16.162339 | fa163e48-8288-2c28-7bf3-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-11-25 10:12:16.613933 | fa163e48-8288-2c28-7bf3-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-11-25 10:12:16.615245 | fa163e48-8288-2c28-7bf3-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:04.169898 | 0.45s 2025-11-25 10:12:16.639354 | fa163e48-8288-2c28-7bf3-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-25 10:12:16.862172 | fa163e48-8288-2c28-7bf3-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-25 10:12:16.863563 | fa163e48-8288-2c28-7bf3-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:04.418221 | 0.22s 2025-11-25 10:12:16.890289 | fa163e48-8288-2c28-7bf3-0000000000be | TASK | Write config data at the start of step 1 2025-11-25 10:12:16.965449 | fa163e48-8288-2c28-7bf3-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:04.520097 | 0.07s 2025-11-25 10:12:17.011465 | 1316a73f-86f8-4624-9191-85268a4a5648 | INCLUDED | /root/standalone-ansible-4jlq2qdr/common_deploy_steps_tasks_step_1.yaml | standalone 2025-11-25 10:12:17.037963 | fa163e48-8288-2c28-7bf3-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-11-25 10:12:17.063886 | fa163e48-8288-2c28-7bf3-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-25 10:12:17.064770 | fa163e48-8288-2c28-7bf3-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:04.619435 | 0.03s 2025-11-25 10:12:17.084985 | fa163e48-8288-2c28-7bf3-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-11-25 10:12:17.110906 | fa163e48-8288-2c28-7bf3-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-25 10:12:17.111914 | fa163e48-8288-2c28-7bf3-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:04.666577 | 0.03s 2025-11-25 10:12:17.140254 | fa163e48-8288-2c28-7bf3-0000000021cd | TASK | Write the puppet step_config manifest 2025-11-25 10:12:17.671447 | fa163e48-8288-2c28-7bf3-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2025-11-25 10:12:17.672773 | fa163e48-8288-2c28-7bf3-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:05.227431 | 0.53s 2025-11-25 10:12:17.697366 | fa163e48-8288-2c28-7bf3-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2025-11-25 10:12:17.726641 | fa163e48-8288-2c28-7bf3-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-25 10:12:17.727884 | fa163e48-8288-2c28-7bf3-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:05.282538 | 0.03s 2025-11-25 10:12:17.752535 | fa163e48-8288-2c28-7bf3-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2025-11-25 10:12:17.782697 | fa163e48-8288-2c28-7bf3-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-25 10:12:17.784139 | fa163e48-8288-2c28-7bf3-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:05.338795 | 0.03s 2025-11-25 10:12:17.810484 | fa163e48-8288-2c28-7bf3-0000000021d0 | TASK | Create /var/lib/container-puppet 2025-11-25 10:12:18.045156 | fa163e48-8288-2c28-7bf3-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2025-11-25 10:12:18.046039 | fa163e48-8288-2c28-7bf3-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:05.600706 | 0.23s 2025-11-25 10:12:18.063535 | fa163e48-8288-2c28-7bf3-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-11-25 10:12:18.089933 | fa163e48-8288-2c28-7bf3-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-25 10:12:18.090500 | fa163e48-8288-2c28-7bf3-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:05.645170 | 0.03s 2025-11-25 10:12:18.115463 | fa163e48-8288-2c28-7bf3-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-11-25 10:12:18.143159 | fa163e48-8288-2c28-7bf3-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-25 10:12:18.144359 | fa163e48-8288-2c28-7bf3-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:05.699018 | 0.03s 2025-11-25 10:12:18.169613 | fa163e48-8288-2c28-7bf3-0000000021d3 | TASK | Write container-puppet.json file 2025-11-25 10:12:18.772174 | fa163e48-8288-2c28-7bf3-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2025-11-25 10:12:18.773577 | fa163e48-8288-2c28-7bf3-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:06.328236 | 0.60s 2025-11-25 10:12:18.797632 | fa163e48-8288-2c28-7bf3-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2025-11-25 10:12:18.827301 | fa163e48-8288-2c28-7bf3-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-25 10:12:18.828519 | fa163e48-8288-2c28-7bf3-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:06.383178 | 0.03s 2025-11-25 10:12:18.853663 | fa163e48-8288-2c28-7bf3-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2025-11-25 10:12:18.881646 | fa163e48-8288-2c28-7bf3-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-25 10:12:18.882759 | fa163e48-8288-2c28-7bf3-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:06.437418 | 0.03s 2025-11-25 10:12:18.908987 | fa163e48-8288-2c28-7bf3-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-11-25 10:12:19.323474 | fa163e48-8288-2c28-7bf3-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-11-25 10:12:19.324656 | fa163e48-8288-2c28-7bf3-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:06.879321 | 0.41s 2025-11-25 10:12:19.348219 | fa163e48-8288-2c28-7bf3-0000000021d7 | TASK | Set host puppet debugging fact string 2025-11-25 10:12:19.376710 | fa163e48-8288-2c28-7bf3-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2025-11-25 10:12:19.377712 | fa163e48-8288-2c28-7bf3-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:06.932379 | 0.03s 2025-11-25 10:12:19.402718 | fa163e48-8288-2c28-7bf3-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-11-25 10:12:19.431116 | fa163e48-8288-2c28-7bf3-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-11-25 10:12:19.431721 | fa163e48-8288-2c28-7bf3-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:06.986391 | 0.03s 2025-11-25 10:12:19.456314 | fa163e48-8288-2c28-7bf3-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-11-25 10:12:19.486659 | fa163e48-8288-2c28-7bf3-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-11-25 10:12:19.488074 | fa163e48-8288-2c28-7bf3-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:07.042731 | 0.03s 2025-11-25 10:12:19.513687 | fa163e48-8288-2c28-7bf3-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2025-11-25 10:12:19.543716 | fa163e48-8288-2c28-7bf3-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-11-25 10:12:19.545096 | fa163e48-8288-2c28-7bf3-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:07.099749 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-25 10:12:19.619628 | fa163e48-8288-2c28-7bf3-0000000000c0 | TIMING | include_tasks | standalone | 0:04:07.174279 | 0.05s 2025-11-25 10:12:19.789379 | 7d0ecf03-4d67-4033-b1f3-784bc096a297 | INCLUDED | /root/standalone-ansible-4jlq2qdr/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-11-25 10:12:19.835026 | fa163e48-8288-2c28-7bf3-000000002205 | TASK | Create dirs for certificates and keys 2025-11-25 10:12:20.122856 | fa163e48-8288-2c28-7bf3-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-11-25 10:12:20.125059 | fa163e48-8288-2c28-7bf3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.679709 | 0.29s 2025-11-25 10:12:20.340570 | fa163e48-8288-2c28-7bf3-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-11-25 10:12:20.342311 | fa163e48-8288-2c28-7bf3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.896977 | 0.51s 2025-11-25 10:12:20.353292 | fa163e48-8288-2c28-7bf3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.907947 | 0.52s 2025-11-25 10:12:20.429452 | fa163e48-8288-2c28-7bf3-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:07.984100 | 0.05s 2025-11-25 10:12:20.502726 | fa163e48-8288-2c28-7bf3-00000000231c | TASK | Set version specific variables 2025-11-25 10:12:20.551296 | fa163e48-8288-2c28-7bf3-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:08.105945 | 0.05s 2025-11-25 10:12:20.571549 | ea6a7ce7-323c-48b6-93f4-22a61b73a188 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:12:20.595714 | fa163e48-8288-2c28-7bf3-00000000234f | TASK | Ensure ansible_facts used by role 2025-11-25 10:12:20.980468 | fa163e48-8288-2c28-7bf3-00000000234f | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:12:20.982434 | fa163e48-8288-2c28-7bf3-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:08.537092 | 0.39s 2025-11-25 10:12:21.009688 | fa163e48-8288-2c28-7bf3-000000002350 | TASK | Set platform/version specific variables 2025-11-25 10:12:21.098092 | fa163e48-8288-2c28-7bf3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:12:21.129562 | fa163e48-8288-2c28-7bf3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:12:21.158923 | fa163e48-8288-2c28-7bf3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:12:21.180061 | fa163e48-8288-2c28-7bf3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:12:21.186492 | fa163e48-8288-2c28-7bf3-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:08.741153 | 0.18s 2025-11-25 10:12:21.204302 | fa163e48-8288-2c28-7bf3-00000000231d | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:12:24.182662 | fa163e48-8288-2c28-7bf3-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:12:24.184136 | fa163e48-8288-2c28-7bf3-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:11.738794 | 2.98s 2025-11-25 10:12:24.209637 | fa163e48-8288-2c28-7bf3-00000000231f | TASK | Ensure provider packages are installed 2025-11-25 10:12:28.267576 | fa163e48-8288-2c28-7bf3-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:15.822222 | 4.06s 2025-11-25 10:12:28.279452 | fa163e48-8288-2c28-7bf3-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:15.834107 | 4.07s 2025-11-25 10:12:28.305607 | fa163e48-8288-2c28-7bf3-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:12:28.606783 | fa163e48-8288-2c28-7bf3-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:12:28.608522 | fa163e48-8288-2c28-7bf3-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:16.163178 | 0.30s 2025-11-25 10:12:28.617739 | fa163e48-8288-2c28-7bf3-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:16.172393 | 0.31s 2025-11-25 10:12:28.644987 | fa163e48-8288-2c28-7bf3-000000002323 | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:12:28.961300 | fa163e48-8288-2c28-7bf3-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:12:28.962582 | fa163e48-8288-2c28-7bf3-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:16.517240 | 0.32s 2025-11-25 10:12:28.968572 | fa163e48-8288-2c28-7bf3-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:16.523235 | 0.32s 2025-11-25 10:12:28.994353 | fa163e48-8288-2c28-7bf3-000000002325 | TASK | Ensure provider service is running 2025-11-25 10:12:29.712371 | fa163e48-8288-2c28-7bf3-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:12:29.714298 | fa163e48-8288-2c28-7bf3-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:17.268965 | 0.72s 2025-11-25 10:12:29.725716 | fa163e48-8288-2c28-7bf3-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:17.280368 | 0.73s 2025-11-25 10:12:29.754614 | fa163e48-8288-2c28-7bf3-000000002328 | TASK | Ensure certificate requests 2025-11-25 10:12:31.681348 | fa163e48-8288-2c28-7bf3-000000002328 | 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-11-25 10:12:31.683473 | fa163e48-8288-2c28-7bf3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.238140 | 1.93s 2025-11-25 10:12:33.136552 | fa163e48-8288-2c28-7bf3-000000002328 | 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-11-25 10:12:33.137861 | fa163e48-8288-2c28-7bf3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.692520 | 3.38s 2025-11-25 10:12:35.100478 | fa163e48-8288-2c28-7bf3-000000002328 | 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-11-25 10:12:35.102111 | fa163e48-8288-2c28-7bf3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.656763 | 5.35s 2025-11-25 10:12:36.501954 | fa163e48-8288-2c28-7bf3-000000002328 | 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-11-25 10:12:36.502691 | fa163e48-8288-2c28-7bf3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:24.057361 | 6.75s 2025-11-25 10:12:37.883155 | fa163e48-8288-2c28-7bf3-000000002328 | 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-11-25 10:12:37.883893 | fa163e48-8288-2c28-7bf3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.438561 | 8.13s 2025-11-25 10:12:37.891671 | fa163e48-8288-2c28-7bf3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.446308 | 8.13s 2025-11-25 10:12:37.956614 | fa163e48-8288-2c28-7bf3-00000000220d | TASK | Fail if container image is undefined 2025-11-25 10:12:38.022580 | fa163e48-8288-2c28-7bf3-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2025-11-25 10:12:38.024099 | fa163e48-8288-2c28-7bf3-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:25.578758 | 0.07s 2025-11-25 10:12:38.063854 | fa163e48-8288-2c28-7bf3-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-25 10:12:54.004746 | fa163e48-8288-2c28-7bf3-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-25 10:12:54.006078 | fa163e48-8288-2c28-7bf3-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:41.560743 | 15.94s 2025-11-25 10:12:54.059920 | fa163e48-8288-2c28-7bf3-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-25 10:12:54.362993 | fa163e48-8288-2c28-7bf3-00000000220f | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-25 10:12:54.364190 | fa163e48-8288-2c28-7bf3-00000000220f | 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:41.918849 | 0.30s 2025-11-25 10:12:54.417637 | fa163e48-8288-2c28-7bf3-00000000221e | TASK | Fail if container image is undefined 2025-11-25 10:12:54.466216 | fa163e48-8288-2c28-7bf3-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2025-11-25 10:12:54.467359 | fa163e48-8288-2c28-7bf3-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:42.022016 | 0.05s 2025-11-25 10:12:54.508314 | fa163e48-8288-2c28-7bf3-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-25 10:12:59.016346 | fa163e48-8288-2c28-7bf3-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-25 10:12:59.017785 | fa163e48-8288-2c28-7bf3-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:46.572442 | 4.51s 2025-11-25 10:12:59.072110 | fa163e48-8288-2c28-7bf3-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-25 10:12:59.413865 | fa163e48-8288-2c28-7bf3-000000002220 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-25 10:12:59.414595 | fa163e48-8288-2c28-7bf3-000000002220 | 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.969264 | 0.34s 2025-11-25 10:12:59.448166 | fa163e48-8288-2c28-7bf3-00000000222b | TASK | Check if rsyslog exists 2025-11-25 10:12:59.686002 | fa163e48-8288-2c28-7bf3-00000000222b | CHANGED | Check if rsyslog exists | standalone 2025-11-25 10:12:59.687314 | fa163e48-8288-2c28-7bf3-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:47.241975 | 0.24s 2025-11-25 10:12:59.712803 | fa163e48-8288-2c28-7bf3-00000000222d | TASK | Forward logging to haproxy.log file 2025-11-25 10:12:59.947971 | fa163e48-8288-2c28-7bf3-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2025-11-25 10:12:59.949189 | fa163e48-8288-2c28-7bf3-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:47.503849 | 0.23s 2025-11-25 10:12:59.974316 | fa163e48-8288-2c28-7bf3-00000000222e | TASK | restart rsyslog service after logging conf change 2025-11-25 10:13:00.871482 | fa163e48-8288-2c28-7bf3-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2025-11-25 10:13:00.873253 | fa163e48-8288-2c28-7bf3-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:48.427911 | 0.90s 2025-11-25 10:13:00.899962 | fa163e48-8288-2c28-7bf3-000000002235 | TASK | Fail if container image is undefined 2025-11-25 10:13:00.948436 | fa163e48-8288-2c28-7bf3-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2025-11-25 10:13:00.949376 | fa163e48-8288-2c28-7bf3-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:48.504041 | 0.05s 2025-11-25 10:13:00.982452 | fa163e48-8288-2c28-7bf3-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-25 10:13:05.512356 | fa163e48-8288-2c28-7bf3-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-25 10:13:05.513797 | fa163e48-8288-2c28-7bf3-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:53.068455 | 4.53s 2025-11-25 10:13:05.569185 | fa163e48-8288-2c28-7bf3-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-25 10:13:05.895145 | fa163e48-8288-2c28-7bf3-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-25 10:13:05.896519 | fa163e48-8288-2c28-7bf3-000000002237 | 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:53.451177 | 0.33s 2025-11-25 10:13:05.947951 | fa163e48-8288-2c28-7bf3-000000002242 | TASK | make sure certmonger is installed 2025-11-25 10:13:08.883475 | fa163e48-8288-2c28-7bf3-000000002242 | OK | make sure certmonger is installed | standalone 2025-11-25 10:13:08.884943 | fa163e48-8288-2c28-7bf3-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:04:56.439600 | 2.94s 2025-11-25 10:13:08.911730 | fa163e48-8288-2c28-7bf3-000000002243 | TASK | make sure certmonger service is started 2025-11-25 10:13:09.313741 | fa163e48-8288-2c28-7bf3-000000002243 | OK | make sure certmonger service is started | standalone 2025-11-25 10:13:09.315662 | fa163e48-8288-2c28-7bf3-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:04:56.870320 | 0.40s 2025-11-25 10:13:09.338646 | fa163e48-8288-2c28-7bf3-000000002244 | TASK | Create dirs for certificates and keys 2025-11-25 10:13:09.605889 | fa163e48-8288-2c28-7bf3-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-11-25 10:13:09.607464 | fa163e48-8288-2c28-7bf3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.162118 | 0.27s 2025-11-25 10:13:09.822302 | fa163e48-8288-2c28-7bf3-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-11-25 10:13:09.823875 | fa163e48-8288-2c28-7bf3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.378539 | 0.48s 2025-11-25 10:13:09.834708 | fa163e48-8288-2c28-7bf3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.389364 | 0.49s 2025-11-25 10:13:09.860380 | fa163e48-8288-2c28-7bf3-000000002245 | TASK | Extract and trust certmonger's local CA 2025-11-25 10:13:11.130947 | fa163e48-8288-2c28-7bf3-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2025-11-25 10:13:11.132386 | fa163e48-8288-2c28-7bf3-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:58.687046 | 1.27s 2025-11-25 10:13:11.198634 | fa163e48-8288-2c28-7bf3-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:58.753284 | 0.05s 2025-11-25 10:13:11.246962 | fa163e48-8288-2c28-7bf3-0000000023d0 | TASK | Set version specific variables 2025-11-25 10:13:11.294715 | fa163e48-8288-2c28-7bf3-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:58.849369 | 0.05s 2025-11-25 10:13:11.308496 | 911396d8-167a-4328-a32a-bdb831a96ea2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:13:11.331694 | fa163e48-8288-2c28-7bf3-00000000240f | TASK | Ensure ansible_facts used by role 2025-11-25 10:13:11.732029 | fa163e48-8288-2c28-7bf3-00000000240f | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:13:11.733137 | fa163e48-8288-2c28-7bf3-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:59.287804 | 0.40s 2025-11-25 10:13:11.753496 | fa163e48-8288-2c28-7bf3-000000002410 | TASK | Set platform/version specific variables 2025-11-25 10:13:11.823733 | fa163e48-8288-2c28-7bf3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:13:11.841375 | fa163e48-8288-2c28-7bf3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:13:11.859131 | fa163e48-8288-2c28-7bf3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:13:11.870886 | fa163e48-8288-2c28-7bf3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:13:11.882193 | fa163e48-8288-2c28-7bf3-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:59.436849 | 0.13s 2025-11-25 10:13:11.904016 | fa163e48-8288-2c28-7bf3-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:13:14.883345 | fa163e48-8288-2c28-7bf3-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:13:14.884763 | fa163e48-8288-2c28-7bf3-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:02.439421 | 2.98s 2025-11-25 10:13:14.910868 | fa163e48-8288-2c28-7bf3-0000000023d3 | TASK | Ensure provider packages are installed 2025-11-25 10:13:17.993394 | fa163e48-8288-2c28-7bf3-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:05.548041 | 3.08s 2025-11-25 10:13:17.999941 | fa163e48-8288-2c28-7bf3-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:05.554595 | 3.09s 2025-11-25 10:13:18.026104 | fa163e48-8288-2c28-7bf3-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:13:18.312646 | fa163e48-8288-2c28-7bf3-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:13:18.315341 | fa163e48-8288-2c28-7bf3-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:05.869996 | 0.29s 2025-11-25 10:13:18.325020 | fa163e48-8288-2c28-7bf3-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:05.879675 | 0.30s 2025-11-25 10:13:18.347221 | fa163e48-8288-2c28-7bf3-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:13:18.614565 | fa163e48-8288-2c28-7bf3-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:13:18.617264 | fa163e48-8288-2c28-7bf3-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:06.171914 | 0.27s 2025-11-25 10:13:18.627328 | fa163e48-8288-2c28-7bf3-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:06.181980 | 0.28s 2025-11-25 10:13:18.654269 | fa163e48-8288-2c28-7bf3-0000000023d9 | TASK | Ensure provider service is running 2025-11-25 10:13:20.077402 | fa163e48-8288-2c28-7bf3-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:13:20.080030 | fa163e48-8288-2c28-7bf3-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:07.634684 | 1.42s 2025-11-25 10:13:20.089484 | fa163e48-8288-2c28-7bf3-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:07.644148 | 1.43s 2025-11-25 10:13:20.108457 | fa163e48-8288-2c28-7bf3-0000000023dc | TASK | Ensure certificate requests 2025-11-25 10:13:22.078137 | fa163e48-8288-2c28-7bf3-0000000023dc | 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-11-25 10:13:22.080992 | fa163e48-8288-2c28-7bf3-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:09.635651 | 1.97s 2025-11-25 10:13:22.091253 | fa163e48-8288-2c28-7bf3-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:09.645914 | 1.98s 2025-11-25 10:13:22.141892 | fa163e48-8288-2c28-7bf3-000000002248 | TASK | Create dirs for certificates and keys 2025-11-25 10:13:23.756099 | fa163e48-8288-2c28-7bf3-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-11-25 10:13:23.759675 | fa163e48-8288-2c28-7bf3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.314327 | 1.62s 2025-11-25 10:13:23.959417 | fa163e48-8288-2c28-7bf3-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-11-25 10:13:23.960587 | fa163e48-8288-2c28-7bf3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.515249 | 1.82s 2025-11-25 10:13:23.967962 | fa163e48-8288-2c28-7bf3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.522617 | 1.82s 2025-11-25 10:13:24.049674 | fa163e48-8288-2c28-7bf3-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:11.604318 | 0.05s 2025-11-25 10:13:24.115178 | fa163e48-8288-2c28-7bf3-00000000245e | TASK | Set version specific variables 2025-11-25 10:13:24.164030 | fa163e48-8288-2c28-7bf3-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:11.718681 | 0.05s 2025-11-25 10:13:24.183350 | 11bda3cd-7ed7-4dda-aced-c0acbefea026 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:13:24.215679 | fa163e48-8288-2c28-7bf3-000000002491 | TASK | Ensure ansible_facts used by role 2025-11-25 10:13:24.614751 | fa163e48-8288-2c28-7bf3-000000002491 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:13:24.616395 | fa163e48-8288-2c28-7bf3-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:12.171055 | 0.40s 2025-11-25 10:13:24.642928 | fa163e48-8288-2c28-7bf3-000000002492 | TASK | Set platform/version specific variables 2025-11-25 10:13:24.715186 | fa163e48-8288-2c28-7bf3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:13:24.733066 | fa163e48-8288-2c28-7bf3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:13:24.751908 | fa163e48-8288-2c28-7bf3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:13:24.765202 | fa163e48-8288-2c28-7bf3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:13:24.777174 | fa163e48-8288-2c28-7bf3-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:12.331835 | 0.13s 2025-11-25 10:13:24.802352 | fa163e48-8288-2c28-7bf3-00000000245f | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:13:27.826368 | fa163e48-8288-2c28-7bf3-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:13:27.827494 | fa163e48-8288-2c28-7bf3-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:15.382159 | 3.02s 2025-11-25 10:13:27.849213 | fa163e48-8288-2c28-7bf3-000000002461 | TASK | Ensure provider packages are installed 2025-11-25 10:13:30.858345 | fa163e48-8288-2c28-7bf3-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:18.412991 | 3.01s 2025-11-25 10:13:30.865378 | fa163e48-8288-2c28-7bf3-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:18.420030 | 3.02s 2025-11-25 10:13:30.892049 | fa163e48-8288-2c28-7bf3-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:13:31.140016 | fa163e48-8288-2c28-7bf3-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:13:31.141395 | fa163e48-8288-2c28-7bf3-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:18.696053 | 0.25s 2025-11-25 10:13:31.147512 | fa163e48-8288-2c28-7bf3-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:18.702167 | 0.25s 2025-11-25 10:13:31.181132 | fa163e48-8288-2c28-7bf3-000000002465 | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:13:31.481637 | fa163e48-8288-2c28-7bf3-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:13:31.484046 | fa163e48-8288-2c28-7bf3-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.038701 | 0.30s 2025-11-25 10:13:31.494422 | fa163e48-8288-2c28-7bf3-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.049075 | 0.31s 2025-11-25 10:13:31.519981 | fa163e48-8288-2c28-7bf3-000000002467 | TASK | Ensure provider service is running 2025-11-25 10:13:33.195356 | fa163e48-8288-2c28-7bf3-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:13:33.197243 | fa163e48-8288-2c28-7bf3-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.751898 | 1.68s 2025-11-25 10:13:33.206066 | fa163e48-8288-2c28-7bf3-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.760723 | 1.68s 2025-11-25 10:13:33.228789 | fa163e48-8288-2c28-7bf3-00000000246a | TASK | Ensure certificate requests 2025-11-25 10:13:35.416207 | fa163e48-8288-2c28-7bf3-00000000246a | 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-11-25 10:13:35.417667 | fa163e48-8288-2c28-7bf3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.972325 | 2.19s 2025-11-25 10:13:37.651773 | fa163e48-8288-2c28-7bf3-00000000246a | 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-11-25 10:13:37.652524 | fa163e48-8288-2c28-7bf3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:25.207192 | 4.42s 2025-11-25 10:13:39.938898 | fa163e48-8288-2c28-7bf3-00000000246a | 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-11-25 10:13:39.940701 | fa163e48-8288-2c28-7bf3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.495362 | 6.71s 2025-11-25 10:13:41.949520 | fa163e48-8288-2c28-7bf3-00000000246a | 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-11-25 10:13:41.950929 | fa163e48-8288-2c28-7bf3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.505584 | 8.72s 2025-11-25 10:13:41.959961 | fa163e48-8288-2c28-7bf3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.514617 | 8.73s 2025-11-25 10:13:42.010774 | fa163e48-8288-2c28-7bf3-00000000224b | TASK | Run lvmfilter role 2025-11-25 10:13:42.061386 | fa163e48-8288-2c28-7bf3-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:29.616030 | 0.05s 2025-11-25 10:13:42.137208 | fa163e48-8288-2c28-7bf3-0000000024fe | TASK | Check if lvm2 is installed 2025-11-25 10:13:42.711088 | fa163e48-8288-2c28-7bf3-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2025-11-25 10:13:42.712025 | fa163e48-8288-2c28-7bf3-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:30.266692 | 0.57s 2025-11-25 10:13:42.730405 | fa163e48-8288-2c28-7bf3-000000002500 | TASK | collect ansible devices 2025-11-25 10:13:42.780447 | fa163e48-8288-2c28-7bf3-000000002500 | SKIPPED | collect ansible devices | standalone 2025-11-25 10:13:42.782018 | fa163e48-8288-2c28-7bf3-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:30.336670 | 0.05s 2025-11-25 10:13:42.816682 | fa163e48-8288-2c28-7bf3-000000002501 | TASK | collect in-use lvm2 devices list 2025-11-25 10:13:42.861751 | fa163e48-8288-2c28-7bf3-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-11-25 10:13:42.863032 | fa163e48-8288-2c28-7bf3-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:30.417692 | 0.04s 2025-11-25 10:13:42.889535 | fa163e48-8288-2c28-7bf3-000000002502 | TASK | set allowed_devices 2025-11-25 10:13:42.956987 | fa163e48-8288-2c28-7bf3-000000002502 | SKIPPED | set allowed_devices | standalone 2025-11-25 10:13:42.958249 | fa163e48-8288-2c28-7bf3-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:30.512909 | 0.07s 2025-11-25 10:13:42.983973 | fa163e48-8288-2c28-7bf3-000000002503 | TASK | build lvm2 allow list 2025-11-25 10:13:43.033127 | fa163e48-8288-2c28-7bf3-000000002503 | SKIPPED | build lvm2 allow list | standalone 2025-11-25 10:13:43.034317 | fa163e48-8288-2c28-7bf3-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:30.588976 | 0.05s 2025-11-25 10:13:43.061064 | fa163e48-8288-2c28-7bf3-000000002504 | TASK | build lvm2 deny list 2025-11-25 10:13:43.116732 | fa163e48-8288-2c28-7bf3-000000002504 | SKIPPED | build lvm2 deny list | standalone 2025-11-25 10:13:43.118050 | fa163e48-8288-2c28-7bf3-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:30.672711 | 0.06s 2025-11-25 10:13:43.139715 | fa163e48-8288-2c28-7bf3-000000002505 | TASK | build lvm2 filter 2025-11-25 10:13:43.189163 | fa163e48-8288-2c28-7bf3-000000002505 | SKIPPED | build lvm2 filter | standalone 2025-11-25 10:13:43.190179 | fa163e48-8288-2c28-7bf3-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:30.744843 | 0.05s 2025-11-25 10:13:43.211374 | fa163e48-8288-2c28-7bf3-000000002506 | TASK | regenerate lvm config 2025-11-25 10:13:43.260357 | fa163e48-8288-2c28-7bf3-000000002506 | SKIPPED | regenerate lvm config | standalone 2025-11-25 10:13:43.261406 | fa163e48-8288-2c28-7bf3-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:30.816070 | 0.05s 2025-11-25 10:13:43.282678 | fa163e48-8288-2c28-7bf3-000000002507 | TASK | copy new lvm.conf in place 2025-11-25 10:13:43.334100 | fa163e48-8288-2c28-7bf3-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2025-11-25 10:13:43.335440 | fa163e48-8288-2c28-7bf3-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:30.890100 | 0.05s 2025-11-25 10:13:43.378184 | fa163e48-8288-2c28-7bf3-000000002251 | TASK | Fail if container image is undefined 2025-11-25 10:13:43.415494 | fa163e48-8288-2c28-7bf3-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2025-11-25 10:13:43.416464 | fa163e48-8288-2c28-7bf3-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:30.971130 | 0.04s 2025-11-25 10:13:43.449542 | fa163e48-8288-2c28-7bf3-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-25 10:13:51.578456 | fa163e48-8288-2c28-7bf3-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-25 10:13:51.579878 | fa163e48-8288-2c28-7bf3-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:39.134537 | 8.13s 2025-11-25 10:13:51.634714 | fa163e48-8288-2c28-7bf3-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-25 10:13:51.978035 | fa163e48-8288-2c28-7bf3-000000002253 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-25 10:13:51.979412 | fa163e48-8288-2c28-7bf3-000000002253 | 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.534069 | 0.34s 2025-11-25 10:13:52.081256 | fa163e48-8288-2c28-7bf3-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:39.635907 | 0.05s 2025-11-25 10:13:52.145006 | fa163e48-8288-2c28-7bf3-000000002576 | TASK | Set version specific variables 2025-11-25 10:13:52.193757 | fa163e48-8288-2c28-7bf3-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:39.748407 | 0.05s 2025-11-25 10:13:52.213900 | ebc11f88-597f-449e-a0fd-1c6fc01bd497 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:13:52.245629 | fa163e48-8288-2c28-7bf3-0000000025a5 | TASK | Ensure ansible_facts used by role 2025-11-25 10:13:52.652743 | fa163e48-8288-2c28-7bf3-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:13:52.654343 | fa163e48-8288-2c28-7bf3-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:40.209004 | 0.41s 2025-11-25 10:13:52.680932 | fa163e48-8288-2c28-7bf3-0000000025a6 | TASK | Set platform/version specific variables 2025-11-25 10:13:52.753479 | fa163e48-8288-2c28-7bf3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:13:52.774414 | fa163e48-8288-2c28-7bf3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:13:52.801778 | fa163e48-8288-2c28-7bf3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:13:52.815337 | fa163e48-8288-2c28-7bf3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:13:52.821256 | fa163e48-8288-2c28-7bf3-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:40.375907 | 0.14s 2025-11-25 10:13:52.847433 | fa163e48-8288-2c28-7bf3-000000002577 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:13:55.856691 | fa163e48-8288-2c28-7bf3-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:13:55.858130 | fa163e48-8288-2c28-7bf3-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:43.412789 | 3.01s 2025-11-25 10:13:55.884808 | fa163e48-8288-2c28-7bf3-000000002579 | TASK | Ensure provider packages are installed 2025-11-25 10:13:58.853437 | fa163e48-8288-2c28-7bf3-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:46.408086 | 2.97s 2025-11-25 10:13:58.864690 | fa163e48-8288-2c28-7bf3-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:46.419363 | 2.98s 2025-11-25 10:13:58.882299 | fa163e48-8288-2c28-7bf3-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:13:59.145971 | fa163e48-8288-2c28-7bf3-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:13:59.147569 | fa163e48-8288-2c28-7bf3-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.702221 | 0.26s 2025-11-25 10:13:59.154407 | fa163e48-8288-2c28-7bf3-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.709071 | 0.27s 2025-11-25 10:13:59.180508 | fa163e48-8288-2c28-7bf3-00000000257d | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:13:59.418982 | fa163e48-8288-2c28-7bf3-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:13:59.421084 | fa163e48-8288-2c28-7bf3-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.975750 | 0.24s 2025-11-25 10:13:59.431719 | fa163e48-8288-2c28-7bf3-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.986377 | 0.25s 2025-11-25 10:13:59.452494 | fa163e48-8288-2c28-7bf3-00000000257f | TASK | Ensure provider service is running 2025-11-25 10:13:59.902666 | fa163e48-8288-2c28-7bf3-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:13:59.905802 | fa163e48-8288-2c28-7bf3-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.460451 | 0.45s 2025-11-25 10:13:59.915303 | fa163e48-8288-2c28-7bf3-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.469960 | 0.46s 2025-11-25 10:13:59.937715 | fa163e48-8288-2c28-7bf3-000000002582 | TASK | Ensure certificate requests 2025-11-25 10:14:01.946636 | fa163e48-8288-2c28-7bf3-000000002582 | 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-11-25 10:14:01.948034 | fa163e48-8288-2c28-7bf3-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.502692 | 2.01s 2025-11-25 10:14:01.960151 | fa163e48-8288-2c28-7bf3-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.514809 | 2.02s 2025-11-25 10:14:02.061673 | fa163e48-8288-2c28-7bf3-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:49.616324 | 0.05s 2025-11-25 10:14:02.131569 | fa163e48-8288-2c28-7bf3-0000000025ea | TASK | Set version specific variables 2025-11-25 10:14:02.169775 | fa163e48-8288-2c28-7bf3-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:49.724433 | 0.04s 2025-11-25 10:14:02.182588 | 8aa6aa33-d541-436e-9cad-a7277478333f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:14:02.214779 | fa163e48-8288-2c28-7bf3-000000002619 | TASK | Ensure ansible_facts used by role 2025-11-25 10:14:02.615339 | fa163e48-8288-2c28-7bf3-000000002619 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:14:02.616762 | fa163e48-8288-2c28-7bf3-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:50.171425 | 0.40s 2025-11-25 10:14:02.642641 | fa163e48-8288-2c28-7bf3-00000000261a | TASK | Set platform/version specific variables 2025-11-25 10:14:02.716246 | fa163e48-8288-2c28-7bf3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:14:02.737859 | fa163e48-8288-2c28-7bf3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:14:02.760359 | fa163e48-8288-2c28-7bf3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:14:02.780374 | fa163e48-8288-2c28-7bf3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:14:02.787392 | fa163e48-8288-2c28-7bf3-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:50.342047 | 0.14s 2025-11-25 10:14:02.813132 | fa163e48-8288-2c28-7bf3-0000000025eb | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:14:05.708974 | fa163e48-8288-2c28-7bf3-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:14:05.710371 | fa163e48-8288-2c28-7bf3-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:53.265030 | 2.90s 2025-11-25 10:14:05.736134 | fa163e48-8288-2c28-7bf3-0000000025ed | TASK | Ensure provider packages are installed 2025-11-25 10:14:08.825757 | fa163e48-8288-2c28-7bf3-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.380407 | 3.09s 2025-11-25 10:14:08.832397 | fa163e48-8288-2c28-7bf3-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.387059 | 3.09s 2025-11-25 10:14:08.858544 | fa163e48-8288-2c28-7bf3-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:14:09.144182 | fa163e48-8288-2c28-7bf3-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:14:09.146193 | fa163e48-8288-2c28-7bf3-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:56.700850 | 0.29s 2025-11-25 10:14:09.156602 | fa163e48-8288-2c28-7bf3-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:56.711258 | 0.30s 2025-11-25 10:14:09.183317 | fa163e48-8288-2c28-7bf3-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:14:09.496534 | fa163e48-8288-2c28-7bf3-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:14:09.497997 | fa163e48-8288-2c28-7bf3-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.052655 | 0.31s 2025-11-25 10:14:09.507680 | fa163e48-8288-2c28-7bf3-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.062336 | 0.32s 2025-11-25 10:14:09.534261 | fa163e48-8288-2c28-7bf3-0000000025f3 | TASK | Ensure provider service is running 2025-11-25 10:14:09.942902 | fa163e48-8288-2c28-7bf3-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:14:09.944370 | fa163e48-8288-2c28-7bf3-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.499034 | 0.41s 2025-11-25 10:14:09.950848 | fa163e48-8288-2c28-7bf3-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.505506 | 0.42s 2025-11-25 10:14:09.972695 | fa163e48-8288-2c28-7bf3-0000000025f6 | TASK | Ensure certificate requests 2025-11-25 10:14:11.580928 | fa163e48-8288-2c28-7bf3-0000000025f6 | 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-11-25 10:14:11.582158 | fa163e48-8288-2c28-7bf3-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:59.136818 | 1.61s 2025-11-25 10:14:11.588731 | fa163e48-8288-2c28-7bf3-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:59.143394 | 1.62s 2025-11-25 10:14:11.635025 | fa163e48-8288-2c28-7bf3-000000002267 | TASK | Fail if container image is undefined 2025-11-25 10:14:11.673539 | fa163e48-8288-2c28-7bf3-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2025-11-25 10:14:11.674410 | fa163e48-8288-2c28-7bf3-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:59.229077 | 0.04s 2025-11-25 10:14:11.706948 | fa163e48-8288-2c28-7bf3-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-25 10:14:19.608067 | fa163e48-8288-2c28-7bf3-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-25 10:14:19.609599 | fa163e48-8288-2c28-7bf3-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:07.164255 | 7.90s 2025-11-25 10:14:19.666895 | fa163e48-8288-2c28-7bf3-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-25 10:14:20.017279 | fa163e48-8288-2c28-7bf3-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-25 10:14:20.018296 | fa163e48-8288-2c28-7bf3-000000002269 | 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:07.572961 | 0.35s 2025-11-25 10:14:20.119016 | fa163e48-8288-2c28-7bf3-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:07.673664 | 0.05s 2025-11-25 10:14:20.187520 | fa163e48-8288-2c28-7bf3-000000002664 | TASK | Set version specific variables 2025-11-25 10:14:20.235882 | fa163e48-8288-2c28-7bf3-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:07.790480 | 0.05s 2025-11-25 10:14:20.256881 | db8fba5f-9713-445e-aeab-9c8cd44ab982 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:14:20.290142 | fa163e48-8288-2c28-7bf3-000000002693 | TASK | Ensure ansible_facts used by role 2025-11-25 10:14:20.692091 | fa163e48-8288-2c28-7bf3-000000002693 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:14:20.693665 | fa163e48-8288-2c28-7bf3-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:08.248326 | 0.40s 2025-11-25 10:14:20.720561 | fa163e48-8288-2c28-7bf3-000000002694 | TASK | Set platform/version specific variables 2025-11-25 10:14:20.796595 | fa163e48-8288-2c28-7bf3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:14:20.814222 | fa163e48-8288-2c28-7bf3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:14:20.835028 | fa163e48-8288-2c28-7bf3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:14:20.849821 | fa163e48-8288-2c28-7bf3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:14:20.862354 | fa163e48-8288-2c28-7bf3-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:08.416997 | 0.14s 2025-11-25 10:14:20.889222 | fa163e48-8288-2c28-7bf3-000000002665 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:14:23.782696 | fa163e48-8288-2c28-7bf3-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:14:23.784162 | fa163e48-8288-2c28-7bf3-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:11.338820 | 2.89s 2025-11-25 10:14:23.812561 | fa163e48-8288-2c28-7bf3-000000002667 | TASK | Ensure provider packages are installed 2025-11-25 10:14:26.742298 | fa163e48-8288-2c28-7bf3-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:14.296949 | 2.93s 2025-11-25 10:14:26.748163 | fa163e48-8288-2c28-7bf3-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:14.302836 | 2.93s 2025-11-25 10:14:26.765960 | fa163e48-8288-2c28-7bf3-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:14:26.966987 | fa163e48-8288-2c28-7bf3-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:14:26.968504 | fa163e48-8288-2c28-7bf3-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:14.523159 | 0.20s 2025-11-25 10:14:26.975003 | fa163e48-8288-2c28-7bf3-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:14.529665 | 0.21s 2025-11-25 10:14:26.994419 | fa163e48-8288-2c28-7bf3-00000000266b | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:14:27.235145 | fa163e48-8288-2c28-7bf3-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:14:27.236687 | fa163e48-8288-2c28-7bf3-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:14.791354 | 0.24s 2025-11-25 10:14:27.247257 | fa163e48-8288-2c28-7bf3-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:14.801913 | 0.25s 2025-11-25 10:14:27.273462 | fa163e48-8288-2c28-7bf3-00000000266d | TASK | Ensure provider service is running 2025-11-25 10:14:27.621723 | fa163e48-8288-2c28-7bf3-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:14:27.624300 | fa163e48-8288-2c28-7bf3-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:15.178957 | 0.35s 2025-11-25 10:14:27.634160 | fa163e48-8288-2c28-7bf3-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:15.188818 | 0.36s 2025-11-25 10:14:27.656053 | fa163e48-8288-2c28-7bf3-000000002670 | TASK | Ensure certificate requests 2025-11-25 10:14:29.164560 | fa163e48-8288-2c28-7bf3-000000002670 | 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-11-25 10:14:29.167425 | fa163e48-8288-2c28-7bf3-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.722083 | 1.51s 2025-11-25 10:14:29.177992 | fa163e48-8288-2c28-7bf3-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.732646 | 1.52s 2025-11-25 10:14:29.291223 | fa163e48-8288-2c28-7bf3-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:16.845869 | 0.06s 2025-11-25 10:14:29.358766 | fa163e48-8288-2c28-7bf3-0000000026d8 | TASK | Set version specific variables 2025-11-25 10:14:29.411721 | fa163e48-8288-2c28-7bf3-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:16.966363 | 0.05s 2025-11-25 10:14:29.432556 | d92b894c-a679-47f8-9b41-3a1cf156fcda | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:14:29.462981 | fa163e48-8288-2c28-7bf3-000000002707 | TASK | Ensure ansible_facts used by role 2025-11-25 10:14:29.858169 | fa163e48-8288-2c28-7bf3-000000002707 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:14:29.860210 | fa163e48-8288-2c28-7bf3-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:17.414862 | 0.40s 2025-11-25 10:14:29.887098 | fa163e48-8288-2c28-7bf3-000000002708 | TASK | Set platform/version specific variables 2025-11-25 10:14:29.953871 | fa163e48-8288-2c28-7bf3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:14:29.977528 | fa163e48-8288-2c28-7bf3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:14:30.001920 | fa163e48-8288-2c28-7bf3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:14:30.029859 | fa163e48-8288-2c28-7bf3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:14:30.039273 | fa163e48-8288-2c28-7bf3-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:17.593923 | 0.15s 2025-11-25 10:14:30.067875 | fa163e48-8288-2c28-7bf3-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:14:32.949514 | fa163e48-8288-2c28-7bf3-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:14:32.950952 | fa163e48-8288-2c28-7bf3-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:20.505610 | 2.88s 2025-11-25 10:14:32.976405 | fa163e48-8288-2c28-7bf3-0000000026db | TASK | Ensure provider packages are installed 2025-11-25 10:14:35.938654 | fa163e48-8288-2c28-7bf3-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:23.493297 | 2.96s 2025-11-25 10:14:35.951432 | fa163e48-8288-2c28-7bf3-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:23.506086 | 2.97s 2025-11-25 10:14:35.979325 | fa163e48-8288-2c28-7bf3-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:14:36.284800 | fa163e48-8288-2c28-7bf3-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:14:36.286285 | fa163e48-8288-2c28-7bf3-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:23.840942 | 0.31s 2025-11-25 10:14:36.292040 | fa163e48-8288-2c28-7bf3-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:23.846700 | 0.31s 2025-11-25 10:14:36.309959 | fa163e48-8288-2c28-7bf3-0000000026df | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:14:36.626716 | fa163e48-8288-2c28-7bf3-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:14:36.628315 | fa163e48-8288-2c28-7bf3-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:24.182982 | 0.32s 2025-11-25 10:14:36.638856 | fa163e48-8288-2c28-7bf3-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:24.193473 | 0.33s 2025-11-25 10:14:36.666664 | fa163e48-8288-2c28-7bf3-0000000026e1 | TASK | Ensure provider service is running 2025-11-25 10:14:37.114120 | fa163e48-8288-2c28-7bf3-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:14:37.116865 | fa163e48-8288-2c28-7bf3-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:24.671519 | 0.45s 2025-11-25 10:14:37.127611 | fa163e48-8288-2c28-7bf3-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:24.682261 | 0.46s 2025-11-25 10:14:37.156097 | fa163e48-8288-2c28-7bf3-0000000026e4 | TASK | Ensure certificate requests 2025-11-25 10:14:38.656460 | fa163e48-8288-2c28-7bf3-0000000026e4 | 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-11-25 10:14:38.657648 | fa163e48-8288-2c28-7bf3-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:26.212314 | 1.50s 2025-11-25 10:14:38.670233 | fa163e48-8288-2c28-7bf3-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:26.224887 | 1.51s 2025-11-25 10:14:38.720272 | fa163e48-8288-2c28-7bf3-000000002278 | TASK | install systemd-container for a greenfield 2025-11-25 10:14:54.765195 | fa163e48-8288-2c28-7bf3-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2025-11-25 10:14:54.766532 | fa163e48-8288-2c28-7bf3-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:42.321198 | 16.04s 2025-11-25 10:14:54.788301 | fa163e48-8288-2c28-7bf3-000000002279 | TASK | manage PMEM namespaces for vPMEM 2025-11-25 10:14:54.838465 | fa163e48-8288-2c28-7bf3-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-11-25 10:14:54.839472 | fa163e48-8288-2c28-7bf3-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:42.394137 | 0.05s 2025-11-25 10:14:54.860262 | fa163e48-8288-2c28-7bf3-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-11-25 10:14:55.081750 | fa163e48-8288-2c28-7bf3-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-11-25 10:14:55.083079 | fa163e48-8288-2c28-7bf3-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:42.637737 | 0.22s 2025-11-25 10:14:55.109068 | fa163e48-8288-2c28-7bf3-00000000227d | TASK | is KSM enabled 2025-11-25 10:14:55.160095 | fa163e48-8288-2c28-7bf3-00000000227d | OK | is KSM enabled | standalone 2025-11-25 10:14:55.161522 | fa163e48-8288-2c28-7bf3-00000000227d | TIMING | is KSM enabled | standalone | 0:06:42.716182 | 0.05s 2025-11-25 10:14:55.187131 | fa163e48-8288-2c28-7bf3-00000000227f | TASK | Check for ksm 2025-11-25 10:14:55.456702 | fa163e48-8288-2c28-7bf3-00000000227f | CHANGED | Check for ksm | standalone 2025-11-25 10:14:55.458062 | fa163e48-8288-2c28-7bf3-00000000227f | TIMING | Check for ksm | standalone | 0:06:43.012721 | 0.27s 2025-11-25 10:14:55.485530 | fa163e48-8288-2c28-7bf3-000000002280 | TASK | disable KSM services 2025-11-25 10:14:55.571853 | fa163e48-8288-2c28-7bf3-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-11-25 10:14:55.605416 | fa163e48-8288-2c28-7bf3-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-11-25 10:14:55.617368 | fa163e48-8288-2c28-7bf3-000000002280 | TIMING | disable KSM services | standalone | 0:06:43.172009 | 0.13s 2025-11-25 10:14:55.644321 | fa163e48-8288-2c28-7bf3-000000002281 | TASK | delete PageKSM after disable ksm on compute 2025-11-25 10:14:55.695367 | fa163e48-8288-2c28-7bf3-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-11-25 10:14:55.696693 | fa163e48-8288-2c28-7bf3-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:43.251351 | 0.05s 2025-11-25 10:14:55.722598 | fa163e48-8288-2c28-7bf3-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-11-25 10:14:55.776145 | fa163e48-8288-2c28-7bf3-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-11-25 10:14:55.777749 | fa163e48-8288-2c28-7bf3-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:43.332404 | 0.05s 2025-11-25 10:14:55.803743 | fa163e48-8288-2c28-7bf3-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-11-25 10:14:55.853479 | fa163e48-8288-2c28-7bf3-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-11-25 10:14:55.854734 | fa163e48-8288-2c28-7bf3-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:43.409393 | 0.05s 2025-11-25 10:14:55.881329 | fa163e48-8288-2c28-7bf3-000000002285 | TASK | enable ksmtunded 2025-11-25 10:14:55.941419 | fa163e48-8288-2c28-7bf3-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-11-25 10:14:55.955382 | fa163e48-8288-2c28-7bf3-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-11-25 10:14:55.967323 | fa163e48-8288-2c28-7bf3-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:43.521979 | 0.08s 2025-11-25 10:14:55.996087 | fa163e48-8288-2c28-7bf3-000000002287 | TASK | Create dirs for certificates and keys 2025-11-25 10:14:56.267385 | fa163e48-8288-2c28-7bf3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-11-25 10:14:56.271017 | fa163e48-8288-2c28-7bf3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:43.825663 | 0.27s 2025-11-25 10:14:56.505331 | fa163e48-8288-2c28-7bf3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-11-25 10:14:56.506984 | fa163e48-8288-2c28-7bf3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.061639 | 0.51s 2025-11-25 10:14:56.737774 | fa163e48-8288-2c28-7bf3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-11-25 10:14:56.739725 | fa163e48-8288-2c28-7bf3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.294386 | 0.74s 2025-11-25 10:14:56.751044 | fa163e48-8288-2c28-7bf3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.305697 | 0.75s 2025-11-25 10:14:56.828399 | fa163e48-8288-2c28-7bf3-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:44.383035 | 0.05s 2025-11-25 10:14:56.897117 | fa163e48-8288-2c28-7bf3-000000002774 | TASK | Set version specific variables 2025-11-25 10:14:56.946634 | fa163e48-8288-2c28-7bf3-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:44.501284 | 0.05s 2025-11-25 10:14:56.960915 | 6616fc83-a0f9-4260-96ba-390f5279f717 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:14:56.985475 | fa163e48-8288-2c28-7bf3-0000000027a7 | TASK | Ensure ansible_facts used by role 2025-11-25 10:14:57.361246 | fa163e48-8288-2c28-7bf3-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:14:57.362901 | fa163e48-8288-2c28-7bf3-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:44.917561 | 0.37s 2025-11-25 10:14:57.392014 | fa163e48-8288-2c28-7bf3-0000000027a8 | TASK | Set platform/version specific variables 2025-11-25 10:14:57.466669 | fa163e48-8288-2c28-7bf3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:14:57.482950 | fa163e48-8288-2c28-7bf3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:14:57.502015 | fa163e48-8288-2c28-7bf3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:14:57.517037 | fa163e48-8288-2c28-7bf3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:14:57.529873 | fa163e48-8288-2c28-7bf3-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:45.084520 | 0.14s 2025-11-25 10:14:57.552303 | fa163e48-8288-2c28-7bf3-000000002775 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:15:00.600361 | fa163e48-8288-2c28-7bf3-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:15:00.601784 | fa163e48-8288-2c28-7bf3-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:48.156440 | 3.05s 2025-11-25 10:15:00.628905 | fa163e48-8288-2c28-7bf3-000000002777 | TASK | Ensure provider packages are installed 2025-11-25 10:15:03.673259 | fa163e48-8288-2c28-7bf3-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:51.227905 | 3.04s 2025-11-25 10:15:03.679731 | fa163e48-8288-2c28-7bf3-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:51.234388 | 3.05s 2025-11-25 10:15:03.701635 | fa163e48-8288-2c28-7bf3-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:15:04.011436 | fa163e48-8288-2c28-7bf3-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:04.013792 | fa163e48-8288-2c28-7bf3-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.568442 | 0.31s 2025-11-25 10:15:04.023841 | fa163e48-8288-2c28-7bf3-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.578476 | 0.32s 2025-11-25 10:15:04.050503 | fa163e48-8288-2c28-7bf3-00000000277b | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:15:04.350649 | fa163e48-8288-2c28-7bf3-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:04.351535 | fa163e48-8288-2c28-7bf3-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.906201 | 0.30s 2025-11-25 10:15:04.358187 | fa163e48-8288-2c28-7bf3-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.912839 | 0.31s 2025-11-25 10:15:04.385293 | fa163e48-8288-2c28-7bf3-00000000277d | TASK | Ensure provider service is running 2025-11-25 10:15:04.778723 | fa163e48-8288-2c28-7bf3-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:15:04.781406 | fa163e48-8288-2c28-7bf3-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.336061 | 0.39s 2025-11-25 10:15:04.792366 | fa163e48-8288-2c28-7bf3-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.347018 | 0.41s 2025-11-25 10:15:04.821650 | fa163e48-8288-2c28-7bf3-000000002780 | TASK | Ensure certificate requests 2025-11-25 10:15:06.493975 | fa163e48-8288-2c28-7bf3-000000002780 | 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-11-25 10:15:06.496084 | fa163e48-8288-2c28-7bf3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:54.050749 | 1.67s 2025-11-25 10:15:08.076059 | fa163e48-8288-2c28-7bf3-000000002780 | 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-11-25 10:15:08.078198 | fa163e48-8288-2c28-7bf3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:55.632858 | 3.25s 2025-11-25 10:15:09.582456 | fa163e48-8288-2c28-7bf3-000000002780 | 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-11-25 10:15:09.583350 | fa163e48-8288-2c28-7bf3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:57.138017 | 4.76s 2025-11-25 10:15:11.294028 | fa163e48-8288-2c28-7bf3-000000002780 | 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-11-25 10:15:11.295216 | fa163e48-8288-2c28-7bf3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.849879 | 6.47s 2025-11-25 10:15:11.303743 | fa163e48-8288-2c28-7bf3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.858395 | 6.48s 2025-11-25 10:15:11.355778 | fa163e48-8288-2c28-7bf3-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2025-11-25 10:15:11.441939 | fa163e48-8288-2c28-7bf3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:58.996581 | 0.08s 2025-11-25 10:15:11.452809 | fa163e48-8288-2c28-7bf3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:59.007470 | 0.10s 2025-11-25 10:15:11.470792 | fa163e48-8288-2c28-7bf3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:59.025447 | 0.11s 2025-11-25 10:15:11.554789 | fa163e48-8288-2c28-7bf3-0000000027fe | TASK | Set version specific variables 2025-11-25 10:15:11.592435 | fa163e48-8288-2c28-7bf3-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:59.147091 | 0.04s 2025-11-25 10:15:11.604834 | 9646a0fd-7876-4768-b034-0bbfb8eb2286 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:15:11.627534 | fa163e48-8288-2c28-7bf3-000000002856 | TASK | Ensure ansible_facts used by role 2025-11-25 10:15:11.997028 | fa163e48-8288-2c28-7bf3-000000002856 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:15:11.998567 | fa163e48-8288-2c28-7bf3-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:59.553229 | 0.37s 2025-11-25 10:15:12.024556 | fa163e48-8288-2c28-7bf3-000000002857 | TASK | Set platform/version specific variables 2025-11-25 10:15:12.095380 | fa163e48-8288-2c28-7bf3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:15:12.119357 | fa163e48-8288-2c28-7bf3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:15:12.137431 | fa163e48-8288-2c28-7bf3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:15:12.152222 | fa163e48-8288-2c28-7bf3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:15:12.164336 | fa163e48-8288-2c28-7bf3-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:59.718988 | 0.14s 2025-11-25 10:15:12.190544 | fa163e48-8288-2c28-7bf3-0000000027ff | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:15:15.264291 | fa163e48-8288-2c28-7bf3-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:15:15.265381 | fa163e48-8288-2c28-7bf3-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:02.820046 | 3.07s 2025-11-25 10:15:15.285852 | fa163e48-8288-2c28-7bf3-000000002801 | TASK | Ensure provider packages are installed 2025-11-25 10:15:18.330060 | fa163e48-8288-2c28-7bf3-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.884718 | 3.04s 2025-11-25 10:15:18.334230 | fa163e48-8288-2c28-7bf3-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.888881 | 3.05s 2025-11-25 10:15:18.362247 | fa163e48-8288-2c28-7bf3-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:15:18.591667 | fa163e48-8288-2c28-7bf3-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:18.594129 | fa163e48-8288-2c28-7bf3-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:06.148786 | 0.23s 2025-11-25 10:15:18.605257 | fa163e48-8288-2c28-7bf3-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:06.159902 | 0.24s 2025-11-25 10:15:18.637999 | fa163e48-8288-2c28-7bf3-000000002805 | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:15:18.930547 | fa163e48-8288-2c28-7bf3-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:18.932011 | fa163e48-8288-2c28-7bf3-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:06.486670 | 0.29s 2025-11-25 10:15:18.944189 | fa163e48-8288-2c28-7bf3-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:06.498849 | 0.30s 2025-11-25 10:15:18.970029 | fa163e48-8288-2c28-7bf3-000000002807 | TASK | Ensure provider service is running 2025-11-25 10:15:19.405417 | fa163e48-8288-2c28-7bf3-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:15:19.407802 | fa163e48-8288-2c28-7bf3-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.962460 | 0.44s 2025-11-25 10:15:19.418613 | fa163e48-8288-2c28-7bf3-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.973277 | 0.45s 2025-11-25 10:15:19.446741 | fa163e48-8288-2c28-7bf3-00000000280a | TASK | Ensure certificate requests 2025-11-25 10:15:21.204582 | fa163e48-8288-2c28-7bf3-00000000280a | 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-11-25 10:15:21.205825 | fa163e48-8288-2c28-7bf3-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.760483 | 1.76s 2025-11-25 10:15:21.211723 | fa163e48-8288-2c28-7bf3-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.766387 | 1.76s 2025-11-25 10:15:21.269669 | fa163e48-8288-2c28-7bf3-000000002827 | TASK | Set version specific variables 2025-11-25 10:15:21.320197 | fa163e48-8288-2c28-7bf3-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:08.874841 | 0.05s 2025-11-25 10:15:21.340701 | 6e47e586-9809-4873-b0ff-b32f532ce7fb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:15:21.372896 | fa163e48-8288-2c28-7bf3-000000002890 | TASK | Ensure ansible_facts used by role 2025-11-25 10:15:21.785797 | fa163e48-8288-2c28-7bf3-000000002890 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:15:21.787615 | fa163e48-8288-2c28-7bf3-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:09.342271 | 0.41s 2025-11-25 10:15:21.814691 | fa163e48-8288-2c28-7bf3-000000002891 | TASK | Set platform/version specific variables 2025-11-25 10:15:21.879339 | fa163e48-8288-2c28-7bf3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:15:21.897408 | fa163e48-8288-2c28-7bf3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:15:21.916355 | fa163e48-8288-2c28-7bf3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:15:21.926499 | fa163e48-8288-2c28-7bf3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:15:21.932654 | fa163e48-8288-2c28-7bf3-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:09.487295 | 0.12s 2025-11-25 10:15:21.959630 | fa163e48-8288-2c28-7bf3-000000002828 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:15:24.898460 | fa163e48-8288-2c28-7bf3-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:15:24.899706 | fa163e48-8288-2c28-7bf3-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:12.454368 | 2.94s 2025-11-25 10:15:24.926302 | fa163e48-8288-2c28-7bf3-00000000282a | TASK | Ensure provider packages are installed 2025-11-25 10:15:27.951338 | fa163e48-8288-2c28-7bf3-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:15.505995 | 3.02s 2025-11-25 10:15:27.963668 | fa163e48-8288-2c28-7bf3-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:15.518324 | 3.04s 2025-11-25 10:15:27.990501 | fa163e48-8288-2c28-7bf3-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:15:28.289503 | fa163e48-8288-2c28-7bf3-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:28.292010 | fa163e48-8288-2c28-7bf3-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:15.846657 | 0.30s 2025-11-25 10:15:28.301952 | fa163e48-8288-2c28-7bf3-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:15.856605 | 0.31s 2025-11-25 10:15:28.328618 | fa163e48-8288-2c28-7bf3-00000000282e | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:15:28.602570 | fa163e48-8288-2c28-7bf3-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:28.603693 | fa163e48-8288-2c28-7bf3-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:16.158359 | 0.27s 2025-11-25 10:15:28.608868 | fa163e48-8288-2c28-7bf3-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:16.163523 | 0.28s 2025-11-25 10:15:28.644933 | fa163e48-8288-2c28-7bf3-000000002830 | TASK | Ensure provider service is running 2025-11-25 10:15:29.087649 | fa163e48-8288-2c28-7bf3-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:15:29.090267 | fa163e48-8288-2c28-7bf3-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:16.644921 | 0.44s 2025-11-25 10:15:29.100904 | fa163e48-8288-2c28-7bf3-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:16.655557 | 0.45s 2025-11-25 10:15:29.128701 | fa163e48-8288-2c28-7bf3-000000002833 | TASK | Ensure certificate requests 2025-11-25 10:15:31.289023 | fa163e48-8288-2c28-7bf3-000000002833 | 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-11-25 10:15:31.291938 | fa163e48-8288-2c28-7bf3-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:18.846596 | 2.16s 2025-11-25 10:15:31.302259 | fa163e48-8288-2c28-7bf3-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:18.856910 | 2.17s 2025-11-25 10:15:31.421003 | fa163e48-8288-2c28-7bf3-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:18.975640 | 0.07s 2025-11-25 10:15:31.481975 | fa163e48-8288-2c28-7bf3-0000000028d5 | TASK | Set version specific variables 2025-11-25 10:15:31.535005 | fa163e48-8288-2c28-7bf3-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:19.089648 | 0.05s 2025-11-25 10:15:31.551189 | c2d043d8-fcd4-4ec4-80ca-e635e8aac8c9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:15:31.578211 | fa163e48-8288-2c28-7bf3-000000002904 | TASK | Ensure ansible_facts used by role 2025-11-25 10:15:31.968980 | fa163e48-8288-2c28-7bf3-000000002904 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:15:31.970529 | fa163e48-8288-2c28-7bf3-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:19.525191 | 0.39s 2025-11-25 10:15:31.994365 | fa163e48-8288-2c28-7bf3-000000002905 | TASK | Set platform/version specific variables 2025-11-25 10:15:32.048855 | fa163e48-8288-2c28-7bf3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:15:32.070500 | fa163e48-8288-2c28-7bf3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:15:32.094530 | fa163e48-8288-2c28-7bf3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:15:32.117439 | fa163e48-8288-2c28-7bf3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:15:32.129690 | fa163e48-8288-2c28-7bf3-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:19.684338 | 0.13s 2025-11-25 10:15:32.155701 | fa163e48-8288-2c28-7bf3-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:15:35.172362 | fa163e48-8288-2c28-7bf3-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:15:35.173926 | fa163e48-8288-2c28-7bf3-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:22.728586 | 3.02s 2025-11-25 10:15:35.199868 | fa163e48-8288-2c28-7bf3-0000000028d8 | TASK | Ensure provider packages are installed 2025-11-25 10:15:38.608643 | fa163e48-8288-2c28-7bf3-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:26.163277 | 3.41s 2025-11-25 10:15:38.621705 | fa163e48-8288-2c28-7bf3-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:26.176356 | 3.42s 2025-11-25 10:15:38.648221 | fa163e48-8288-2c28-7bf3-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:15:38.948269 | fa163e48-8288-2c28-7bf3-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:38.949720 | fa163e48-8288-2c28-7bf3-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:26.504377 | 0.30s 2025-11-25 10:15:38.955996 | fa163e48-8288-2c28-7bf3-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:26.510645 | 0.31s 2025-11-25 10:15:38.974948 | fa163e48-8288-2c28-7bf3-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:15:39.291639 | fa163e48-8288-2c28-7bf3-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:39.294021 | fa163e48-8288-2c28-7bf3-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:26.848678 | 0.32s 2025-11-25 10:15:39.304071 | fa163e48-8288-2c28-7bf3-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:26.858722 | 0.33s 2025-11-25 10:15:39.330173 | fa163e48-8288-2c28-7bf3-0000000028de | TASK | Ensure provider service is running 2025-11-25 10:15:39.703812 | fa163e48-8288-2c28-7bf3-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:15:39.706463 | fa163e48-8288-2c28-7bf3-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:27.261116 | 0.37s 2025-11-25 10:15:39.717504 | fa163e48-8288-2c28-7bf3-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:27.272159 | 0.39s 2025-11-25 10:15:39.745107 | fa163e48-8288-2c28-7bf3-0000000028e1 | TASK | Ensure certificate requests 2025-11-25 10:15:42.319923 | fa163e48-8288-2c28-7bf3-0000000028e1 | 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-11-25 10:15:42.321331 | fa163e48-8288-2c28-7bf3-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:29.875990 | 2.57s 2025-11-25 10:15:42.327176 | fa163e48-8288-2c28-7bf3-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:29.881849 | 2.58s 2025-11-25 10:15:42.360464 | fa163e48-8288-2c28-7bf3-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-25 10:15:42.406782 | fa163e48-8288-2c28-7bf3-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-25 10:15:42.407476 | fa163e48-8288-2c28-7bf3-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:29.962146 | 0.05s 2025-11-25 10:15:42.424340 | fa163e48-8288-2c28-7bf3-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-11-25 10:15:45.369613 | fa163e48-8288-2c28-7bf3-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-11-25 10:15:45.374747 | fa163e48-8288-2c28-7bf3-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:32.929407 | 2.95s 2025-11-25 10:15:45.410680 | fa163e48-8288-2c28-7bf3-000000002292 | TASK | Fetch ovn-dbs-bundle 2025-11-25 10:15:45.482279 | fa163e48-8288-2c28-7bf3-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-11-25 10:15:45.483614 | fa163e48-8288-2c28-7bf3-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:33.038270 | 0.07s 2025-11-25 10:15:45.514005 | fa163e48-8288-2c28-7bf3-000000002293 | TASK | Fetch ovn VIP 2025-11-25 10:15:45.563788 | fa163e48-8288-2c28-7bf3-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2025-11-25 10:15:45.564538 | fa163e48-8288-2c28-7bf3-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:33.119206 | 0.05s 2025-11-25 10:15:45.583214 | fa163e48-8288-2c28-7bf3-000000002294 | TASK | Remove OVNDBs from pacemaker 2025-11-25 10:15:45.638791 | fa163e48-8288-2c28-7bf3-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-11-25 10:15:45.639840 | fa163e48-8288-2c28-7bf3-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:33.194471 | 0.06s 2025-11-25 10:15:45.669912 | fa163e48-8288-2c28-7bf3-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2025-11-25 10:15:45.740935 | fa163e48-8288-2c28-7bf3-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-11-25 10:15:45.742224 | fa163e48-8288-2c28-7bf3-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:33.296882 | 0.07s 2025-11-25 10:15:45.772549 | fa163e48-8288-2c28-7bf3-000000002296 | TASK | Clean up pacemaker remote nodes cache 2025-11-25 10:15:45.845785 | fa163e48-8288-2c28-7bf3-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-11-25 10:15:45.847115 | fa163e48-8288-2c28-7bf3-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:33.401773 | 0.07s 2025-11-25 10:15:45.869366 | fa163e48-8288-2c28-7bf3-000000002297 | TASK | Remove pacemaker attributes 2025-11-25 10:15:45.931153 | fa163e48-8288-2c28-7bf3-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-11-25 10:15:45.940519 | fa163e48-8288-2c28-7bf3-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:33.495165 | 0.07s 2025-11-25 10:15:46.037248 | fa163e48-8288-2c28-7bf3-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:33.591899 | 0.06s 2025-11-25 10:15:46.094457 | fa163e48-8288-2c28-7bf3-00000000295d | TASK | Set version specific variables 2025-11-25 10:15:46.144678 | fa163e48-8288-2c28-7bf3-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:33.699319 | 0.05s 2025-11-25 10:15:46.168633 | e1179358-edb6-4586-9114-012b3ee872cf | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:15:46.195280 | fa163e48-8288-2c28-7bf3-00000000298e | TASK | Ensure ansible_facts used by role 2025-11-25 10:15:46.598268 | fa163e48-8288-2c28-7bf3-00000000298e | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:15:46.599590 | fa163e48-8288-2c28-7bf3-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:34.154253 | 0.40s 2025-11-25 10:15:46.627972 | fa163e48-8288-2c28-7bf3-00000000298f | TASK | Set platform/version specific variables 2025-11-25 10:15:46.727616 | fa163e48-8288-2c28-7bf3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:15:46.761666 | fa163e48-8288-2c28-7bf3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:15:46.791094 | fa163e48-8288-2c28-7bf3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:15:46.813660 | fa163e48-8288-2c28-7bf3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:15:46.819961 | fa163e48-8288-2c28-7bf3-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:34.374613 | 0.19s 2025-11-25 10:15:46.849250 | fa163e48-8288-2c28-7bf3-00000000295e | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:15:49.842146 | fa163e48-8288-2c28-7bf3-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:15:49.843568 | fa163e48-8288-2c28-7bf3-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:37.398227 | 2.99s 2025-11-25 10:15:49.872954 | fa163e48-8288-2c28-7bf3-000000002960 | TASK | Ensure provider packages are installed 2025-11-25 10:15:52.958752 | fa163e48-8288-2c28-7bf3-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:40.513404 | 3.08s 2025-11-25 10:15:52.964948 | fa163e48-8288-2c28-7bf3-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:40.519601 | 3.09s 2025-11-25 10:15:52.995519 | fa163e48-8288-2c28-7bf3-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:15:53.284933 | fa163e48-8288-2c28-7bf3-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:53.286490 | fa163e48-8288-2c28-7bf3-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:40.841152 | 0.29s 2025-11-25 10:15:53.296776 | fa163e48-8288-2c28-7bf3-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:40.851435 | 0.30s 2025-11-25 10:15:53.320660 | fa163e48-8288-2c28-7bf3-000000002964 | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:15:53.611368 | fa163e48-8288-2c28-7bf3-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:15:53.612476 | fa163e48-8288-2c28-7bf3-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:41.167138 | 0.29s 2025-11-25 10:15:53.619024 | fa163e48-8288-2c28-7bf3-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:41.173675 | 0.30s 2025-11-25 10:15:53.650382 | fa163e48-8288-2c28-7bf3-000000002966 | TASK | Ensure provider service is running 2025-11-25 10:15:55.074351 | fa163e48-8288-2c28-7bf3-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:15:55.076277 | fa163e48-8288-2c28-7bf3-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:42.630933 | 1.42s 2025-11-25 10:15:55.084953 | fa163e48-8288-2c28-7bf3-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:42.639615 | 1.43s 2025-11-25 10:15:55.105725 | fa163e48-8288-2c28-7bf3-000000002969 | TASK | Ensure certificate requests 2025-11-25 10:15:56.783552 | fa163e48-8288-2c28-7bf3-000000002969 | 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-11-25 10:15:56.784723 | fa163e48-8288-2c28-7bf3-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:44.339385 | 1.68s 2025-11-25 10:15:56.791601 | fa163e48-8288-2c28-7bf3-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:44.346255 | 1.68s 2025-11-25 10:15:56.847447 | fa163e48-8288-2c28-7bf3-00000000229c | TASK | Configure OVN DBs and northd 2025-11-25 10:15:56.888822 | fa163e48-8288-2c28-7bf3-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:44.443468 | 0.04s 2025-11-25 10:15:56.953451 | fa163e48-8288-2c28-7bf3-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-11-25 10:15:57.197540 | fa163e48-8288-2c28-7bf3-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-11-25 10:15:57.199968 | fa163e48-8288-2c28-7bf3-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:44.754625 | 0.24s 2025-11-25 10:15:57.229388 | fa163e48-8288-2c28-7bf3-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-25 10:15:57.291624 | fa163e48-8288-2c28-7bf3-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-25 10:15:57.293786 | fa163e48-8288-2c28-7bf3-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:44.848444 | 0.06s 2025-11-25 10:15:57.325767 | fa163e48-8288-2c28-7bf3-0000000029da | TASK | check ovsdb-tool election-timer options 2025-11-25 10:15:57.584455 | fa163e48-8288-2c28-7bf3-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2025-11-25 10:15:57.586774 | fa163e48-8288-2c28-7bf3-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:45.141431 | 0.26s 2025-11-25 10:15:57.616620 | fa163e48-8288-2c28-7bf3-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2025-11-25 10:15:57.692137 | fa163e48-8288-2c28-7bf3-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-11-25 10:15:57.694472 | fa163e48-8288-2c28-7bf3-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:45.249127 | 0.08s 2025-11-25 10:15:57.724858 | fa163e48-8288-2c28-7bf3-0000000029dc | TASK | render OVN cluster configuration 2025-11-25 10:15:58.338483 | fa163e48-8288-2c28-7bf3-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2025-11-25 10:15:58.341026 | fa163e48-8288-2c28-7bf3-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:45.895683 | 0.61s 2025-11-25 10:15:58.371248 | fa163e48-8288-2c28-7bf3-0000000029dd | TASK | restart OVN northd and north and south databases 2025-11-25 10:15:58.437977 | fa163e48-8288-2c28-7bf3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:45.992616 | 0.06s 2025-11-25 10:15:58.454055 | fa163e48-8288-2c28-7bf3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.008727 | 0.08s 2025-11-25 10:15:58.470379 | fa163e48-8288-2c28-7bf3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.025038 | 0.10s 2025-11-25 10:15:58.474218 | fa163e48-8288-2c28-7bf3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.028882 | 0.10s 2025-11-25 10:15:58.487904 | b18e5aa9-12da-4a26-8c3b-8e2a29521d21 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-25 10:15:58.493456 | 3be9bc09-ab61-4d56-ab6d-ad2d628682dc | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-25 10:15:58.497375 | 048347be-712e-4f8e-bbaa-2bd81b2a7ac8 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-25 10:15:58.522350 | fa163e48-8288-2c28-7bf3-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-11-25 10:15:58.765798 | fa163e48-8288-2c28-7bf3-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-11-25 10:15:58.767260 | fa163e48-8288-2c28-7bf3-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:46.321914 | 0.24s 2025-11-25 10:15:58.799393 | fa163e48-8288-2c28-7bf3-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2025-11-25 10:15:58.852169 | fa163e48-8288-2c28-7bf3-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-11-25 10:15:58.853602 | fa163e48-8288-2c28-7bf3-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:46.408260 | 0.05s 2025-11-25 10:15:58.885686 | fa163e48-8288-2c28-7bf3-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-11-25 10:15:59.158470 | fa163e48-8288-2c28-7bf3-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-11-25 10:15:59.159986 | fa163e48-8288-2c28-7bf3-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:46.714641 | 0.27s 2025-11-25 10:15:59.193297 | fa163e48-8288-2c28-7bf3-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-11-25 10:15:59.247048 | fa163e48-8288-2c28-7bf3-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-11-25 10:15:59.248321 | fa163e48-8288-2c28-7bf3-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:46.802977 | 0.05s 2025-11-25 10:15:59.280928 | fa163e48-8288-2c28-7bf3-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2025-11-25 10:15:59.550331 | fa163e48-8288-2c28-7bf3-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-11-25 10:15:59.551638 | fa163e48-8288-2c28-7bf3-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:47.106297 | 0.27s 2025-11-25 10:15:59.583350 | fa163e48-8288-2c28-7bf3-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2025-11-25 10:15:59.623464 | fa163e48-8288-2c28-7bf3-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-11-25 10:15:59.624564 | fa163e48-8288-2c28-7bf3-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:47.179223 | 0.04s 2025-11-25 10:15:59.728754 | fa163e48-8288-2c28-7bf3-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:47.283400 | 0.06s 2025-11-25 10:15:59.796286 | fa163e48-8288-2c28-7bf3-000000002a64 | TASK | Set version specific variables 2025-11-25 10:15:59.824092 | fa163e48-8288-2c28-7bf3-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:47.378737 | 0.03s 2025-11-25 10:15:59.841053 | e2c3af8c-7f42-463d-b686-b221b72454f2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:15:59.868004 | fa163e48-8288-2c28-7bf3-000000002a93 | TASK | Ensure ansible_facts used by role 2025-11-25 10:16:00.232001 | fa163e48-8288-2c28-7bf3-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:16:00.233170 | fa163e48-8288-2c28-7bf3-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:47.787835 | 0.36s 2025-11-25 10:16:00.257144 | fa163e48-8288-2c28-7bf3-000000002a94 | TASK | Set platform/version specific variables 2025-11-25 10:16:00.314060 | fa163e48-8288-2c28-7bf3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:16:00.340139 | fa163e48-8288-2c28-7bf3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:16:00.363988 | fa163e48-8288-2c28-7bf3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:16:00.383935 | fa163e48-8288-2c28-7bf3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:16:00.389862 | fa163e48-8288-2c28-7bf3-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:47.944517 | 0.13s 2025-11-25 10:16:00.409730 | fa163e48-8288-2c28-7bf3-000000002a65 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:16:03.400864 | fa163e48-8288-2c28-7bf3-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:16:03.402384 | fa163e48-8288-2c28-7bf3-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:50.957044 | 2.99s 2025-11-25 10:16:03.432731 | fa163e48-8288-2c28-7bf3-000000002a67 | TASK | Ensure provider packages are installed 2025-11-25 10:16:06.507476 | fa163e48-8288-2c28-7bf3-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.062125 | 3.07s 2025-11-25 10:16:06.512585 | fa163e48-8288-2c28-7bf3-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.067239 | 3.08s 2025-11-25 10:16:06.542206 | fa163e48-8288-2c28-7bf3-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:16:06.847967 | fa163e48-8288-2c28-7bf3-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:16:06.848928 | fa163e48-8288-2c28-7bf3-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:54.403593 | 0.31s 2025-11-25 10:16:06.852533 | fa163e48-8288-2c28-7bf3-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:54.407188 | 0.31s 2025-11-25 10:16:06.882172 | fa163e48-8288-2c28-7bf3-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:16:07.157183 | fa163e48-8288-2c28-7bf3-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:16:07.158337 | fa163e48-8288-2c28-7bf3-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:54.712999 | 0.27s 2025-11-25 10:16:07.170280 | fa163e48-8288-2c28-7bf3-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:54.724933 | 0.29s 2025-11-25 10:16:07.193312 | fa163e48-8288-2c28-7bf3-000000002a6d | TASK | Ensure provider service is running 2025-11-25 10:16:07.632424 | fa163e48-8288-2c28-7bf3-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:16:07.634654 | fa163e48-8288-2c28-7bf3-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:55.189307 | 0.44s 2025-11-25 10:16:07.646757 | fa163e48-8288-2c28-7bf3-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:55.201425 | 0.45s 2025-11-25 10:16:07.669316 | fa163e48-8288-2c28-7bf3-000000002a70 | TASK | Ensure certificate requests 2025-11-25 10:16:09.323376 | fa163e48-8288-2c28-7bf3-000000002a70 | 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-11-25 10:16:09.324803 | fa163e48-8288-2c28-7bf3-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:56.879463 | 1.65s 2025-11-25 10:16:09.331173 | fa163e48-8288-2c28-7bf3-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:56.885835 | 1.66s 2025-11-25 10:16:09.439720 | fa163e48-8288-2c28-7bf3-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:56.994370 | 0.05s 2025-11-25 10:16:09.503853 | fa163e48-8288-2c28-7bf3-000000002ad8 | TASK | Set version specific variables 2025-11-25 10:16:09.551193 | fa163e48-8288-2c28-7bf3-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:57.105843 | 0.05s 2025-11-25 10:16:09.575169 | 9c8276c1-f476-4bd6-be7c-5a20c8bdd3d7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:16:09.609406 | fa163e48-8288-2c28-7bf3-000000002b07 | TASK | Ensure ansible_facts used by role 2025-11-25 10:16:09.968083 | fa163e48-8288-2c28-7bf3-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:16:09.969641 | fa163e48-8288-2c28-7bf3-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:57.524300 | 0.36s 2025-11-25 10:16:10.000398 | fa163e48-8288-2c28-7bf3-000000002b08 | TASK | Set platform/version specific variables 2025-11-25 10:16:10.064737 | fa163e48-8288-2c28-7bf3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:16:10.084189 | fa163e48-8288-2c28-7bf3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:16:10.099538 | fa163e48-8288-2c28-7bf3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:16:10.109726 | fa163e48-8288-2c28-7bf3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:16:10.115976 | fa163e48-8288-2c28-7bf3-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:57.670630 | 0.11s 2025-11-25 10:16:10.145854 | fa163e48-8288-2c28-7bf3-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:16:13.167190 | fa163e48-8288-2c28-7bf3-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:16:13.168558 | fa163e48-8288-2c28-7bf3-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:00.723217 | 3.02s 2025-11-25 10:16:13.198125 | fa163e48-8288-2c28-7bf3-000000002adb | TASK | Ensure provider packages are installed 2025-11-25 10:16:16.206222 | fa163e48-8288-2c28-7bf3-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:03.760864 | 3.01s 2025-11-25 10:16:16.218382 | fa163e48-8288-2c28-7bf3-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:03.773036 | 3.02s 2025-11-25 10:16:16.251001 | fa163e48-8288-2c28-7bf3-000000002add | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:16:16.492030 | fa163e48-8288-2c28-7bf3-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:16:16.493925 | fa163e48-8288-2c28-7bf3-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:04.048584 | 0.24s 2025-11-25 10:16:16.504332 | fa163e48-8288-2c28-7bf3-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:04.058993 | 0.25s 2025-11-25 10:16:16.533781 | fa163e48-8288-2c28-7bf3-000000002adf | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:16:16.754209 | fa163e48-8288-2c28-7bf3-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:16:16.755570 | fa163e48-8288-2c28-7bf3-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:04.310227 | 0.22s 2025-11-25 10:16:16.768073 | fa163e48-8288-2c28-7bf3-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:04.322721 | 0.23s 2025-11-25 10:16:16.798013 | fa163e48-8288-2c28-7bf3-000000002ae1 | TASK | Ensure provider service is running 2025-11-25 10:16:18.241857 | fa163e48-8288-2c28-7bf3-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:16:18.243715 | fa163e48-8288-2c28-7bf3-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:05.798374 | 1.44s 2025-11-25 10:16:18.258164 | fa163e48-8288-2c28-7bf3-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:05.812820 | 1.46s 2025-11-25 10:16:18.287565 | fa163e48-8288-2c28-7bf3-000000002ae4 | TASK | Ensure certificate requests 2025-11-25 10:16:19.799105 | fa163e48-8288-2c28-7bf3-000000002ae4 | 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-11-25 10:16:19.800590 | fa163e48-8288-2c28-7bf3-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:07.355250 | 1.51s 2025-11-25 10:16:19.808341 | fa163e48-8288-2c28-7bf3-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:07.362988 | 1.52s 2025-11-25 10:16:19.916694 | fa163e48-8288-2c28-7bf3-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:07.471350 | 0.05s 2025-11-25 10:16:19.977473 | fa163e48-8288-2c28-7bf3-000000002b4c | TASK | Set version specific variables 2025-11-25 10:16:20.014495 | fa163e48-8288-2c28-7bf3-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:07.569146 | 0.04s 2025-11-25 10:16:20.029879 | 92ff5d47-22c6-4450-a593-193ce37e54e2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:16:20.062671 | fa163e48-8288-2c28-7bf3-000000002b7b | TASK | Ensure ansible_facts used by role 2025-11-25 10:16:20.443385 | fa163e48-8288-2c28-7bf3-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:16:20.444261 | fa163e48-8288-2c28-7bf3-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:07.998931 | 0.38s 2025-11-25 10:16:20.474795 | fa163e48-8288-2c28-7bf3-000000002b7c | TASK | Set platform/version specific variables 2025-11-25 10:16:20.548338 | fa163e48-8288-2c28-7bf3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:16:20.574190 | fa163e48-8288-2c28-7bf3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:16:20.598890 | fa163e48-8288-2c28-7bf3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:16:20.616515 | fa163e48-8288-2c28-7bf3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:16:20.623164 | fa163e48-8288-2c28-7bf3-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:08.177833 | 0.15s 2025-11-25 10:16:20.642337 | fa163e48-8288-2c28-7bf3-000000002b4d | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:16:23.619157 | fa163e48-8288-2c28-7bf3-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:16:23.620290 | fa163e48-8288-2c28-7bf3-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:11.174957 | 2.98s 2025-11-25 10:16:23.642048 | fa163e48-8288-2c28-7bf3-000000002b4f | TASK | Ensure provider packages are installed 2025-11-25 10:16:26.568027 | fa163e48-8288-2c28-7bf3-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:14.122667 | 2.93s 2025-11-25 10:16:26.580628 | fa163e48-8288-2c28-7bf3-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:14.135291 | 2.94s 2025-11-25 10:16:26.610277 | fa163e48-8288-2c28-7bf3-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:16:26.894222 | fa163e48-8288-2c28-7bf3-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:16:26.895656 | fa163e48-8288-2c28-7bf3-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:14.450314 | 0.28s 2025-11-25 10:16:26.901916 | fa163e48-8288-2c28-7bf3-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:14.456580 | 0.29s 2025-11-25 10:16:26.932201 | fa163e48-8288-2c28-7bf3-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:16:27.233633 | fa163e48-8288-2c28-7bf3-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:16:27.235698 | fa163e48-8288-2c28-7bf3-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:14.790356 | 0.30s 2025-11-25 10:16:27.245617 | fa163e48-8288-2c28-7bf3-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:14.800281 | 0.31s 2025-11-25 10:16:27.279549 | fa163e48-8288-2c28-7bf3-000000002b55 | TASK | Ensure provider service is running 2025-11-25 10:16:27.701234 | fa163e48-8288-2c28-7bf3-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:16:27.703298 | fa163e48-8288-2c28-7bf3-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:15.257949 | 0.42s 2025-11-25 10:16:27.712399 | fa163e48-8288-2c28-7bf3-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:15.267060 | 0.43s 2025-11-25 10:16:27.743750 | fa163e48-8288-2c28-7bf3-000000002b58 | TASK | Ensure certificate requests 2025-11-25 10:16:29.614880 | fa163e48-8288-2c28-7bf3-000000002b58 | 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-11-25 10:16:29.617360 | fa163e48-8288-2c28-7bf3-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:17.172019 | 1.87s 2025-11-25 10:16:29.627428 | fa163e48-8288-2c28-7bf3-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:17.182089 | 1.88s 2025-11-25 10:16:29.669538 | fa163e48-8288-2c28-7bf3-0000000022a9 | TASK | Fail if container image is undefined 2025-11-25 10:16:29.716750 | fa163e48-8288-2c28-7bf3-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2025-11-25 10:16:29.718103 | fa163e48-8288-2c28-7bf3-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:17.272763 | 0.05s 2025-11-25 10:16:29.764012 | fa163e48-8288-2c28-7bf3-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-25 10:16:35.983755 | fa163e48-8288-2c28-7bf3-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-25 10:16:35.984738 | fa163e48-8288-2c28-7bf3-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:23.539405 | 6.22s 2025-11-25 10:16:36.019223 | fa163e48-8288-2c28-7bf3-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-25 10:16:36.359956 | fa163e48-8288-2c28-7bf3-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-25 10:16:36.361422 | fa163e48-8288-2c28-7bf3-0000000022ab | 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:23.916079 | 0.34s 2025-11-25 10:16:36.418162 | fa163e48-8288-2c28-7bf3-0000000022b6 | TASK | Pre-fetch all the containers 2025-11-25 10:16:40.764570 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-11-25 10:16:40.770127 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:28.324778 | 4.35s 2025-11-25 10:16:46.641635 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-11-25 10:16:46.645943 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.200597 | 10.23s 2025-11-25 10:16:49.358459 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-11-25 10:16:49.361983 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.916644 | 12.94s 2025-11-25 10:16:52.489200 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-11-25 10:16:52.491887 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.046545 | 16.07s 2025-11-25 10:16:54.644934 | fa163e48-8288-2c28-7bf3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-11-25 10:16:54.648946 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.203601 | 18.23s 2025-11-25 10:16:56.646114 | fa163e48-8288-2c28-7bf3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-11-25 10:16:56.648744 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:44.203404 | 20.23s 2025-11-25 10:17:01.509219 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-11-25 10:17:01.512107 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:49.066767 | 25.09s 2025-11-25 10:17:06.410142 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-11-25 10:17:06.413267 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.967926 | 29.99s 2025-11-25 10:17:10.966802 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-11-25 10:17:10.969372 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.524000 | 34.55s 2025-11-25 10:17:13.376376 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-11-25 10:17:13.378911 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:00.933579 | 36.96s 2025-11-25 10:17:22.045468 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-11-25 10:17:22.048297 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:09.602958 | 45.63s 2025-11-25 10:17:24.995515 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-11-25 10:17:24.999154 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:12.553818 | 48.58s 2025-11-25 10:17:41.837682 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-11-25 10:17:41.841231 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:29.395859 | 65.42s 2025-11-25 10:17:51.867230 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-11-25 10:17:51.871458 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:39.426114 | 75.45s 2025-11-25 10:18:00.367585 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-11-25 10:18:00.371758 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:47.926417 | 83.95s 2025-11-25 10:18:10.220923 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-11-25 10:18:10.224909 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:57.779568 | 93.80s 2025-11-25 10:18:18.612049 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-11-25 10:18:18.615859 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:06.170519 | 102.20s 2025-11-25 10:18:23.857941 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-11-25 10:18:23.861224 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:11.415811 | 107.44s 2025-11-25 10:18:27.346963 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-11-25 10:18:27.350136 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:14.904796 | 110.93s 2025-11-25 10:18:30.933616 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-11-25 10:18:30.936668 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:18.491327 | 114.52s 2025-11-25 10:18:36.193217 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-11-25 10:18:36.196414 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:23.751073 | 119.78s 2025-11-25 10:18:48.845289 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-11-25 10:18:48.848061 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:36.402725 | 132.43s 2025-11-25 10:18:51.643296 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-11-25 10:18:51.647255 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:39.201914 | 135.23s 2025-11-25 10:19:04.089901 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-11-25 10:19:04.093735 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:51.648396 | 147.67s 2025-11-25 10:19:06.758750 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-11-25 10:19:06.762649 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:54.317305 | 150.34s 2025-11-25 10:19:09.725001 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-11-25 10:19:09.728280 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:57.282938 | 153.31s 2025-11-25 10:19:13.546313 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-11-25 10:19:13.550266 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:01.104926 | 157.13s 2025-11-25 10:19:16.850720 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-11-25 10:19:16.854762 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:04.409421 | 160.43s 2025-11-25 10:19:22.080126 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-11-25 10:19:22.085106 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:09.639759 | 165.66s 2025-11-25 10:19:24.175681 | fa163e48-8288-2c28-7bf3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-11-25 10:19:24.178946 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:11.733604 | 167.76s 2025-11-25 10:19:26.211214 | fa163e48-8288-2c28-7bf3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-11-25 10:19:26.215976 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:13.770630 | 169.80s 2025-11-25 10:19:28.919224 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-11-25 10:19:28.921884 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.476547 | 172.50s 2025-11-25 10:19:31.548195 | fa163e48-8288-2c28-7bf3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-11-25 10:19:31.550804 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.105472 | 175.13s 2025-11-25 10:19:35.556593 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-11-25 10:19:35.560690 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:23.115350 | 179.14s 2025-11-25 10:19:38.416075 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-11-25 10:19:38.420038 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:25.974698 | 182.00s 2025-11-25 10:19:41.054978 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-11-25 10:19:41.058023 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:28.612680 | 184.64s 2025-11-25 10:19:43.881538 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-11-25 10:19:43.884357 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:31.439020 | 187.46s 2025-11-25 10:19:46.290394 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-11-25 10:19:46.291831 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:33.846488 | 189.87s 2025-11-25 10:19:50.035358 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-11-25 10:19:50.038878 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:37.593539 | 193.62s 2025-11-25 10:19:52.996956 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-11-25 10:19:52.999936 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:40.554596 | 196.58s 2025-11-25 10:19:55.500173 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-11-25 10:19:55.503567 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:43.058220 | 199.08s 2025-11-25 10:19:58.752333 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-11-25 10:19:58.755194 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:46.309863 | 202.33s 2025-11-25 10:20:01.706152 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-11-25 10:20:01.710048 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:49.264707 | 205.29s 2025-11-25 10:20:05.259422 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-11-25 10:20:05.262661 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:52.817322 | 208.84s 2025-11-25 10:20:07.761390 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-11-25 10:20:07.762890 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:55.317560 | 211.34s 2025-11-25 10:20:10.422264 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-11-25 10:20:10.426550 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.981207 | 214.01s 2025-11-25 10:20:13.009618 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-11-25 10:20:13.015663 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:00.570316 | 216.60s 2025-11-25 10:20:16.466781 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-11-25 10:20:16.470877 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:04.025532 | 220.05s 2025-11-25 10:20:19.644706 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-11-25 10:20:19.646114 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:07.200784 | 223.23s 2025-11-25 10:20:22.074596 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-11-25 10:20:22.077413 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.632076 | 225.66s 2025-11-25 10:20:24.876936 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-11-25 10:20:24.881768 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:12.436426 | 228.46s 2025-11-25 10:20:29.203136 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-11-25 10:20:29.205537 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:16.760206 | 232.78s 2025-11-25 10:20:32.160957 | fa163e48-8288-2c28-7bf3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-11-25 10:20:32.162161 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:19.716832 | 235.74s 2025-11-25 10:20:32.474260 | fa163e48-8288-2c28-7bf3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:20.028917 | 236.05s 2025-11-25 10:20:32.717189 | fa163e48-8288-2c28-7bf3-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:20.271851 | 0.04s 2025-11-25 10:20:32.769966 | fa163e48-8288-2c28-7bf3-000000002c32 | TASK | Set version specific variables 2025-11-25 10:20:32.828421 | fa163e48-8288-2c28-7bf3-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:20.383071 | 0.06s 2025-11-25 10:20:32.851557 | 92ed09da-545e-4edc-aee4-7b14bf5dc7fc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-25 10:20:32.884796 | fa163e48-8288-2c28-7bf3-000000002c61 | TASK | Ensure ansible_facts used by role 2025-11-25 10:20:33.306759 | fa163e48-8288-2c28-7bf3-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2025-11-25 10:20:33.308583 | fa163e48-8288-2c28-7bf3-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:20.863241 | 0.42s 2025-11-25 10:20:33.339997 | fa163e48-8288-2c28-7bf3-000000002c62 | TASK | Set platform/version specific variables 2025-11-25 10:20:33.436812 | fa163e48-8288-2c28-7bf3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:20:33.467340 | fa163e48-8288-2c28-7bf3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-25 10:20:33.495969 | fa163e48-8288-2c28-7bf3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-25 10:20:33.517075 | fa163e48-8288-2c28-7bf3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-25 10:20:33.529053 | fa163e48-8288-2c28-7bf3-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:21.083705 | 0.19s 2025-11-25 10:20:33.559282 | fa163e48-8288-2c28-7bf3-000000002c33 | TASK | Ensure certificate role dependencies are installed 2025-11-25 10:20:36.584656 | fa163e48-8288-2c28-7bf3-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-25 10:20:36.586231 | fa163e48-8288-2c28-7bf3-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:24.140890 | 3.03s 2025-11-25 10:20:36.617060 | fa163e48-8288-2c28-7bf3-000000002c35 | TASK | Ensure provider packages are installed 2025-11-25 10:20:39.712256 | fa163e48-8288-2c28-7bf3-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:27.266905 | 3.09s 2025-11-25 10:20:39.718922 | fa163e48-8288-2c28-7bf3-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:27.273572 | 3.10s 2025-11-25 10:20:39.742939 | fa163e48-8288-2c28-7bf3-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2025-11-25 10:20:40.036028 | fa163e48-8288-2c28-7bf3-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:20:40.036879 | fa163e48-8288-2c28-7bf3-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:27.591545 | 0.29s 2025-11-25 10:20:40.048140 | fa163e48-8288-2c28-7bf3-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:27.602803 | 0.30s 2025-11-25 10:20:40.067644 | fa163e48-8288-2c28-7bf3-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2025-11-25 10:20:40.360432 | fa163e48-8288-2c28-7bf3-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-25 10:20:40.362440 | fa163e48-8288-2c28-7bf3-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:27.917098 | 0.29s 2025-11-25 10:20:40.371947 | fa163e48-8288-2c28-7bf3-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:27.926608 | 0.30s 2025-11-25 10:20:40.400606 | fa163e48-8288-2c28-7bf3-000000002c3b | TASK | Ensure provider service is running 2025-11-25 10:20:40.835846 | fa163e48-8288-2c28-7bf3-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-25 10:20:40.837764 | fa163e48-8288-2c28-7bf3-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:28.392421 | 0.44s 2025-11-25 10:20:40.857712 | fa163e48-8288-2c28-7bf3-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:28.412367 | 0.46s 2025-11-25 10:20:40.888018 | fa163e48-8288-2c28-7bf3-000000002c3e | TASK | Ensure certificate requests 2025-11-25 10:20:44.312574 | fa163e48-8288-2c28-7bf3-000000002c3e | 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-11-25 10:20:44.315218 | fa163e48-8288-2c28-7bf3-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:31.869876 | 3.43s 2025-11-25 10:20:44.325728 | fa163e48-8288-2c28-7bf3-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:31.880384 | 3.44s 2025-11-25 10:20:44.382026 | fa163e48-8288-2c28-7bf3-0000000022c0 | TASK | Fail if container image is undefined 2025-11-25 10:20:44.445354 | fa163e48-8288-2c28-7bf3-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2025-11-25 10:20:44.446336 | fa163e48-8288-2c28-7bf3-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:32.001002 | 0.06s 2025-11-25 10:20:44.481533 | fa163e48-8288-2c28-7bf3-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-25 10:20:46.642219 | fa163e48-8288-2c28-7bf3-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-25 10:20:46.643749 | fa163e48-8288-2c28-7bf3-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:34.198400 | 2.16s 2025-11-25 10:20:46.691930 | fa163e48-8288-2c28-7bf3-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-25 10:20:47.008274 | fa163e48-8288-2c28-7bf3-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-25 10:20:47.009293 | fa163e48-8288-2c28-7bf3-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:34.563958 | 0.32s 2025-11-25 10:20:47.051490 | fa163e48-8288-2c28-7bf3-0000000022cd | TASK | Check if rsyslog exists 2025-11-25 10:20:47.272388 | fa163e48-8288-2c28-7bf3-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2025-11-25 10:20:47.273876 | fa163e48-8288-2c28-7bf3-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:34.828534 | 0.22s 2025-11-25 10:20:47.301461 | fa163e48-8288-2c28-7bf3-0000000022ce | TASK | Forward logging to swift.log file 2025-11-25 10:20:47.758076 | fa163e48-8288-2c28-7bf3-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2025-11-25 10:20:47.759872 | fa163e48-8288-2c28-7bf3-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:35.314524 | 0.46s 2025-11-25 10:20:47.790873 | fa163e48-8288-2c28-7bf3-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2025-11-25 10:20:48.621256 | fa163e48-8288-2c28-7bf3-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-11-25 10:20:48.623202 | fa163e48-8288-2c28-7bf3-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:36.177861 | 0.83s 2025-11-25 10:20:48.652428 | fa163e48-8288-2c28-7bf3-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-25 10:20:48.897926 | fa163e48-8288-2c28-7bf3-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-25 10:20:48.899317 | fa163e48-8288-2c28-7bf3-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:36.453977 | 0.25s 2025-11-25 10:20:49.011876 | fa163e48-8288-2c28-7bf3-0000000000c3 | TIMING | include_tasks | standalone | 0:12:36.566530 | 0.08s 2025-11-25 10:20:49.042199 | 323ef128-672b-478d-804b-cf7c37f5923b | INCLUDED | /root/standalone-ansible-4jlq2qdr/common_deploy_steps_tasks.yaml | standalone 2025-11-25 10:20:49.070503 | fa163e48-8288-2c28-7bf3-000000002ca9 | TASK | Write the config_step hieradata 2025-11-25 10:20:49.524031 | fa163e48-8288-2c28-7bf3-000000002ca9 | OK | Write the config_step hieradata | standalone 2025-11-25 10:20:49.525276 | fa163e48-8288-2c28-7bf3-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:37.079934 | 0.45s 2025-11-25 10:20:49.545463 | fa163e48-8288-2c28-7bf3-000000002caa | TASK | Run puppet host configuration for step 1 2025-11-25 10:20:49.914964 | fa163e48-8288-2c28-7bf3-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2025-11-25 10:20:49.916199 | fa163e48-8288-2c28-7bf3-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:37.470857 | 0.37s 2025-11-25 10:20:49.945963 | fa163e48-8288-2c28-7bf3-000000002cab | TASK | Wait for puppet host configuration to finish 2025-11-25 10:20:50.201686 | fa163e48-8288-2c28-7bf3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-25 10:21:00.416354 | fa163e48-8288-2c28-7bf3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-25 10:21:10.615985 | fa163e48-8288-2c28-7bf3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-25 10:21:20.820538 | fa163e48-8288-2c28-7bf3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-11-25 10:21:31.045636 | fa163e48-8288-2c28-7bf3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-11-25 10:21:41.270457 | fa163e48-8288-2c28-7bf3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-11-25 10:21:51.470201 | fa163e48-8288-2c28-7bf3-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-25 10:21:51.471444 | fa163e48-8288-2c28-7bf3-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:39.026106 | 61.52s 2025-11-25 10:21:51.495659 | fa163e48-8288-2c28-7bf3-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2025-11-25 10:21:51.555041 | fa163e48-8288-2c28-7bf3-000000002cac | 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>Nov 25 10:20:50 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 25 10:20:55 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 25 10:20:55 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 25 10:20:55 puppet-user: (file & line not available)", "<13>Nov 25 10:20:55 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>Nov 25 10:20:55 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 25 10:20:56 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 25 10:20:56 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Nov 25 10:20:56 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Nov 25 10:20:56 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Nov 25 10:20:56 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Nov 25 10:21:03 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Nov 25 10:21:10 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Nov 25 10:21:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Nov 25 10:21:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Nov 25 10:21:11 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Nov 25 10:21:14 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 25 10:21:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Nov 25 10:21:15 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Nov 25 10:21:18 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 25 10:21:20 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 25 10:21:21 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Nov 25 10:21:21 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Nov 25 10:21:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Nov 25 10:21:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 25 10:21:47 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Nov 25 10:21:47 puppet-user: Notice: Applied catalog in 51.61 seconds", "<13>Nov 25 10:21:47 puppet-user: Application:", "<13>Nov 25 10:21:47 puppet-user: Initial environment: production", "<13>Nov 25 10:21:47 puppet-user: Converged environment: production", "<13>Nov 25 10:21:47 puppet-user: Run mode: user", "<13>Nov 25 10:21:47 puppet-user: Changes:", "<13>Nov 25 10:21:47 puppet-user: Total: 17", "<13>Nov 25 10:21:47 puppet-user: Events:", "<13>Nov 25 10:21:47 puppet-user: Success: 17", "<13>Nov 25 10:21:47 puppet-user: Resources:", "<13>Nov 25 10:21:47 puppet-user: Restarted: 1", "<13>Nov 25 10:21:47 puppet-user: Changed: 16", "<13>Nov 25 10:21:47 puppet-user: Out of sync: 16", "<13>Nov 25 10:21:47 puppet-user: Total: 26", "<13>Nov 25 10:21:47 puppet-user: Time:", "<13>Nov 25 10:21:47 puppet-user: Filebucket: 0.00", "<13>Nov 25 10:21:47 puppet-user: Schedule: 0.00", "<13>Nov 25 10:21:47 puppet-user: File line: 0.00", "<13>Nov 25 10:21:47 puppet-user: File: 0.00", "<13>Nov 25 10:21:47 puppet-user: Augeas: 0.02", "<13>Nov 25 10:21:47 puppet-user: Config retrieval: 0.42", "<13>Nov 25 10:21:47 puppet-user: User: 0.54", "<13>Nov 25 10:21:47 puppet-user: Package: 14.06", "<13>Nov 25 10:21:47 puppet-user: Last run: 1764066107", "<13>Nov 25 10:21:47 puppet-user: Exec: 28.37", "<13>Nov 25 10:21:47 puppet-user: Pcmk property: 3.43", "<13>Nov 25 10:21:47 puppet-user: Service: 3.93", "<13>Nov 25 10:21:47 puppet-user: Transaction evaluation: 51.60", "<13>Nov 25 10:21:47 puppet-user: Catalog application: 51.61", "<13>Nov 25 10:21:47 puppet-user: Total: 51.61", "<13>Nov 25 10:21:47 puppet-user: Version:", "<13>Nov 25 10:21:47 puppet-user: Config: 1764066055", "<13>Nov 25 10:21:47 puppet-user: Puppet: 7.10.0" ] } 2025-11-25 10:21:51.556156 | fa163e48-8288-2c28-7bf3-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:39.110821 | 0.06s 2025-11-25 10:21:51.579781 | fa163e48-8288-2c28-7bf3-000000002cad | TASK | Pre-cache facts for puppet containers 2025-11-25 10:21:51.610620 | fa163e48-8288-2c28-7bf3-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:39.165280 | 0.03s 2025-11-25 10:21:51.691675 | fa163e48-8288-2c28-7bf3-000000002cf4 | TASK | Gather variables for each operating system 2025-11-25 10:21:51.816473 | fa163e48-8288-2c28-7bf3-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:39.371120 | 0.12s 2025-11-25 10:21:51.846134 | fa163e48-8288-2c28-7bf3-000000002cf5 | TASK | Create puppet caching structures 2025-11-25 10:21:52.114310 | fa163e48-8288-2c28-7bf3-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2025-11-25 10:21:52.115716 | fa163e48-8288-2c28-7bf3-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:39.670375 | 0.27s 2025-11-25 10:21:52.145465 | fa163e48-8288-2c28-7bf3-000000002cf6 | TASK | Check for facter.conf 2025-11-25 10:21:52.366805 | fa163e48-8288-2c28-7bf3-000000002cf6 | OK | Check for facter.conf | standalone 2025-11-25 10:21:52.368698 | fa163e48-8288-2c28-7bf3-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:39.923350 | 0.22s 2025-11-25 10:21:52.400972 | fa163e48-8288-2c28-7bf3-000000002cf7 | TASK | Remove facter.conf if directory 2025-11-25 10:21:52.431983 | fa163e48-8288-2c28-7bf3-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-25 10:21:52.433094 | fa163e48-8288-2c28-7bf3-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:39.987756 | 0.03s 2025-11-25 10:21:52.457249 | fa163e48-8288-2c28-7bf3-000000002cf8 | TASK | Write facter cache config 2025-11-25 10:21:52.925567 | fa163e48-8288-2c28-7bf3-000000002cf8 | CHANGED | Write facter cache config | standalone 2025-11-25 10:21:52.926979 | fa163e48-8288-2c28-7bf3-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:13:40.481638 | 0.47s 2025-11-25 10:21:52.958191 | fa163e48-8288-2c28-7bf3-000000002cf9 | TASK | Cleanup facter cache if exists 2025-11-25 10:21:53.169947 | fa163e48-8288-2c28-7bf3-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2025-11-25 10:21:53.170767 | fa163e48-8288-2c28-7bf3-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:13:40.725435 | 0.21s 2025-11-25 10:21:53.191947 | fa163e48-8288-2c28-7bf3-000000002cfa | TASK | Pre-cache facts 2025-11-25 10:21:53.751288 | fa163e48-8288-2c28-7bf3-000000002cfa | CHANGED | Pre-cache facts | standalone 2025-11-25 10:21:53.752640 | fa163e48-8288-2c28-7bf3-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:13:41.307292 | 0.56s 2025-11-25 10:21:53.793694 | fa163e48-8288-2c28-7bf3-000000002cfb | TASK | Failed deployment if facter fails 2025-11-25 10:21:53.829934 | fa163e48-8288-2c28-7bf3-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2025-11-25 10:21:53.831233 | fa163e48-8288-2c28-7bf3-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:13:41.385893 | 0.03s 2025-11-25 10:21:53.881069 | fa163e48-8288-2c28-7bf3-000000002cfc | TASK | Sync cached facts 2025-11-25 10:21:54.358260 | fa163e48-8288-2c28-7bf3-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e48-8288-2c28-7bf3-000000002cfc') missing from stats 2025-11-25 10:21:54.419359 | fa163e48-8288-2c28-7bf3-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-25 10:21:54.453231 | fa163e48-8288-2c28-7bf3-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:13:42.007878 | 0.03s 2025-11-25 10:21:54.481440 | ff04bfe7-b56e-495a-a1ae-a3d6149c721c | INCLUDED | /root/standalone-ansible-4jlq2qdr/generate-config-tasks.yaml | standalone 2025-11-25 10:21:54.520200 | fa163e48-8288-2c28-7bf3-000000002d46 | TASK | Create base directory puppet configs 2025-11-25 10:21:54.749440 | fa163e48-8288-2c28-7bf3-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2025-11-25 10:21:54.750175 | fa163e48-8288-2c28-7bf3-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:13:42.304843 | 0.23s 2025-11-25 10:21:54.772545 | fa163e48-8288-2c28-7bf3-000000002d47 | TASK | Generate container puppet configs for step 1 2025-11-25 10:21:55.055120 | fa163e48-8288-2c28-7bf3-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-11-25 10:21:55.055945 | fa163e48-8288-2c28-7bf3-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:42.610611 | 0.28s 2025-11-25 10:21:55.076300 | fa163e48-8288-2c28-7bf3-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-11-25 10:21:55.091483 | fa163e48-8288-2c28-7bf3-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:13:42.646143 | 0.01s 2025-11-25 10:21:55.143307 | fa163e48-8288-2c28-7bf3-000000002dd2 | TASK | Gather variables for each operating system 2025-11-25 10:21:55.258121 | fa163e48-8288-2c28-7bf3-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:42.812771 | 0.11s 2025-11-25 10:21:55.283454 | fa163e48-8288-2c28-7bf3-000000002dd3 | TASK | Create container logs path 2025-11-25 10:21:55.539141 | fa163e48-8288-2c28-7bf3-000000002dd3 | OK | Create container logs path | standalone 2025-11-25 10:21:55.540522 | fa163e48-8288-2c28-7bf3-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:43.095180 | 0.26s 2025-11-25 10:21:55.574034 | fa163e48-8288-2c28-7bf3-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:21:56.009093 | fa163e48-8288-2c28-7bf3-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-25 10:21:56.010036 | fa163e48-8288-2c28-7bf3-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:43.564702 | 0.43s 2025-11-25 10:21:56.036431 | fa163e48-8288-2c28-7bf3-000000002dd6 | TASK | Finalise hashes for all containers 2025-11-25 10:21:56.117113 | fa163e48-8288-2c28-7bf3-000000002dd6 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:21:56.118116 | fa163e48-8288-2c28-7bf3-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:43.672780 | 0.08s 2025-11-25 10:21:56.147578 | fa163e48-8288-2c28-7bf3-000000002dd8 | TASK | Manage systemd shutdown files 2025-11-25 10:21:56.178457 | fa163e48-8288-2c28-7bf3-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:21:56.179503 | fa163e48-8288-2c28-7bf3-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:43.734166 | 0.03s 2025-11-25 10:21:56.203712 | fa163e48-8288-2c28-7bf3-000000002dda | TASK | Update container configs with new config hashes 2025-11-25 10:21:56.263432 | fa163e48-8288-2c28-7bf3-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:21:56.264624 | fa163e48-8288-2c28-7bf3-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:43.819284 | 0.06s 2025-11-25 10:21:56.296730 | fa163e48-8288-2c28-7bf3-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:21:56.359180 | fa163e48-8288-2c28-7bf3-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:43.913833 | 0.06s 2025-11-25 10:21:56.379906 | 0577d679-f1fe-4198-9c15-8e8d708bf857 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:21:56.413112 | fa163e48-8288-2c28-7bf3-000000002e1f | TASK | Gather podman infos 2025-11-25 10:21:56.930281 | fa163e48-8288-2c28-7bf3-000000002e1f | OK | Gather podman infos | standalone 2025-11-25 10:21:56.931613 | fa163e48-8288-2c28-7bf3-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:13:44.486272 | 0.52s 2025-11-25 10:21:56.966625 | fa163e48-8288-2c28-7bf3-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:21:57.028491 | fa163e48-8288-2c28-7bf3-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-25 10:21:57.029869 | fa163e48-8288-2c28-7bf3-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:44.584480 | 0.06s 2025-11-25 10:21:57.063063 | fa163e48-8288-2c28-7bf3-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:21:57.117702 | fa163e48-8288-2c28-7bf3-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:44.672348 | 0.05s 2025-11-25 10:21:57.145868 | b350b922-bb53-4984-b9ac-518a9cbadb98 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:21:57.183652 | fa163e48-8288-2c28-7bf3-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:22:28.961737 | fa163e48-8288-2c28-7bf3-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-25 10:22:28.963656 | fa163e48-8288-2c28-7bf3-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:16.518313 | 31.78s 2025-11-25 10:22:29.040222 | fa163e48-8288-2c28-7bf3-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:22:29.130297 | fa163e48-8288-2c28-7bf3-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-25 10:22:29.130976 | fa163e48-8288-2c28-7bf3-000000002e4a | 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:14:16.685645 | 0.09s 2025-11-25 10:22:29.167803 | fa163e48-8288-2c28-7bf3-000000002d4a | TASK | Diff puppet-generated changes for check mode 2025-11-25 10:22:29.204252 | fa163e48-8288-2c28-7bf3-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-25 10:22:29.205735 | fa163e48-8288-2c28-7bf3-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:16.760390 | 0.04s 2025-11-25 10:22:29.239038 | fa163e48-8288-2c28-7bf3-000000002d4b | TASK | Diff puppet-generated changes for check mode 2025-11-25 10:22:29.269862 | fa163e48-8288-2c28-7bf3-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-25 10:22:29.271020 | fa163e48-8288-2c28-7bf3-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:16.825682 | 0.03s 2025-11-25 10:22:29.298101 | fa163e48-8288-2c28-7bf3-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2025-11-25 10:22:29.326753 | fa163e48-8288-2c28-7bf3-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:16.881411 | 0.03s 2025-11-25 10:22:29.396059 | fa163e48-8288-2c28-7bf3-000000002e9f | TASK | Gather variables for each operating system 2025-11-25 10:22:29.510415 | fa163e48-8288-2c28-7bf3-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:17.065073 | 0.11s 2025-11-25 10:22:29.536894 | fa163e48-8288-2c28-7bf3-000000002ea0 | TASK | Create container logs path 2025-11-25 10:22:29.756969 | fa163e48-8288-2c28-7bf3-000000002ea0 | OK | Create container logs path | standalone 2025-11-25 10:22:29.757743 | fa163e48-8288-2c28-7bf3-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:17.312412 | 0.22s 2025-11-25 10:22:29.778751 | fa163e48-8288-2c28-7bf3-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-11-25 10:22:30.039622 | fa163e48-8288-2c28-7bf3-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-25 10:22:30.041003 | fa163e48-8288-2c28-7bf3-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:17.595661 | 0.26s 2025-11-25 10:22:30.069990 | fa163e48-8288-2c28-7bf3-000000002ea3 | TASK | Finalise hashes for all containers 2025-11-25 10:22:30.140655 | fa163e48-8288-2c28-7bf3-000000002ea3 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:22:30.142017 | fa163e48-8288-2c28-7bf3-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:17.696678 | 0.07s 2025-11-25 10:22:30.170460 | fa163e48-8288-2c28-7bf3-000000002ea5 | TASK | Manage systemd shutdown files 2025-11-25 10:22:30.201483 | fa163e48-8288-2c28-7bf3-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:17.756135 | 0.03s 2025-11-25 10:22:30.240384 | 00d23234-9839-4c1d-b219-a8957c70f8b2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-25 10:22:30.275611 | fa163e48-8288-2c28-7bf3-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-25 10:22:30.545699 | fa163e48-8288-2c28-7bf3-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-25 10:22:30.547116 | fa163e48-8288-2c28-7bf3-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:18.101777 | 0.27s 2025-11-25 10:22:30.577410 | fa163e48-8288-2c28-7bf3-000000002ed9 | TASK | Set podman_drop_in fact 2025-11-25 10:22:30.639176 | fa163e48-8288-2c28-7bf3-000000002ed9 | OK | Set podman_drop_in fact | standalone 2025-11-25 10:22:30.640500 | fa163e48-8288-2c28-7bf3-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:18.195158 | 0.06s 2025-11-25 10:22:30.671063 | fa163e48-8288-2c28-7bf3-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-25 10:22:31.168474 | fa163e48-8288-2c28-7bf3-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-25 10:22:31.169910 | fa163e48-8288-2c28-7bf3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:18.724568 | 0.50s 2025-11-25 10:22:31.602153 | fa163e48-8288-2c28-7bf3-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-25 10:22:31.603106 | fa163e48-8288-2c28-7bf3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:19.157770 | 0.93s 2025-11-25 10:22:31.609779 | fa163e48-8288-2c28-7bf3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:19.164444 | 0.94s 2025-11-25 10:22:31.635353 | fa163e48-8288-2c28-7bf3-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-25 10:22:32.079676 | fa163e48-8288-2c28-7bf3-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-25 10:22:32.080700 | fa163e48-8288-2c28-7bf3-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:19.635364 | 0.44s 2025-11-25 10:22:32.104851 | fa163e48-8288-2c28-7bf3-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-25 10:22:32.576790 | fa163e48-8288-2c28-7bf3-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-25 10:22:32.578222 | fa163e48-8288-2c28-7bf3-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:20.132882 | 0.47s 2025-11-25 10:22:32.608110 | fa163e48-8288-2c28-7bf3-000000002ede | TASK | Enable and start tripleo-container-shutdown 2025-11-25 10:22:33.516714 | fa163e48-8288-2c28-7bf3-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-11-25 10:22:33.518551 | fa163e48-8288-2c28-7bf3-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:21.073209 | 0.91s 2025-11-25 10:22:33.549874 | fa163e48-8288-2c28-7bf3-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-25 10:22:33.973521 | fa163e48-8288-2c28-7bf3-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-25 10:22:33.974486 | fa163e48-8288-2c28-7bf3-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:21.529153 | 0.42s 2025-11-25 10:22:33.994719 | fa163e48-8288-2c28-7bf3-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-25 10:22:34.447541 | fa163e48-8288-2c28-7bf3-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-25 10:22:34.449172 | fa163e48-8288-2c28-7bf3-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:22.003829 | 0.45s 2025-11-25 10:22:34.479225 | fa163e48-8288-2c28-7bf3-000000002ee1 | TASK | Enable and start netns-placeholder 2025-11-25 10:22:35.421369 | fa163e48-8288-2c28-7bf3-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-25 10:22:35.423552 | fa163e48-8288-2c28-7bf3-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:22.978211 | 0.94s 2025-11-25 10:22:35.454690 | fa163e48-8288-2c28-7bf3-000000002ea7 | TASK | Update container configs with new config hashes 2025-11-25 10:22:35.496684 | fa163e48-8288-2c28-7bf3-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:23.051331 | 0.04s 2025-11-25 10:22:35.517548 | 6a2d53b8-3090-47f9-9717-4097127eddd4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-25 10:22:35.552806 | fa163e48-8288-2c28-7bf3-000000002f09 | TASK | Update config hashes for container startup configs 2025-11-25 10:22:35.861798 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-11-25 10:22:35.862647 | | WARNING | Config change detected for mysql_bootstrap, new hash: 7e907e1b4fdcd34e2bffb2aa309d66b6 2025-11-25 10:22:35.862922 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 4c45f09d219816844f6306ba62692624 2025-11-25 10:22:35.863196 | | WARNING | Config change detected for redis_tls_proxy, new hash: 57404a31adccca094711725465a36a9d 2025-11-25 10:22:35.863501 | | WARNING | Config change detected for clustercheck, new hash: 4dfc3440bc149f5a144867c549a756d2 2025-11-25 10:22:35.863929 | | WARNING | Config change detected for horizon_fix_perms, new hash: 3e25e95835bbf785dfd2128bad96d573 2025-11-25 10:22:35.864212 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 7e907e1b4fdcd34e2bffb2aa309d66b6 2025-11-25 10:22:35.864443 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.864698 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.865031 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.865264 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.865497 | | WARNING | Config change detected for aodh_db_sync, new hash: 8f9a441228ba846111a052fc3fb6d6cc 2025-11-25 10:22:35.865724 | | WARNING | Config change detected for cinder_api_db_sync, new hash: dcd40925fe21ff34128b6e36ce4e8b1a 2025-11-25 10:22:35.866034 | | WARNING | Config change detected for glance_api_db_sync, new hash: 9d062e0cdaee193e2df92e018875dc8f-9e97b7e28e2679c31aad5131909bc57c 2025-11-25 10:22:35.866295 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 387b8e3ad184fc66b2719dcb62edba95 2025-11-25 10:22:35.866553 | | WARNING | Config change detected for horizon, new hash: 3e25e95835bbf785dfd2128bad96d573 2025-11-25 10:22:35.867124 | | WARNING | Config change detected for iscsid, new hash: 9e97b7e28e2679c31aad5131909bc57c 2025-11-25 10:22:35.867432 | | WARNING | Config change detected for keystone, new hash: 1f580d659774ead9bef8704c21f1c5f9 2025-11-25 10:22:35.867790 | | WARNING | Config change detected for keystone_cron, new hash: 1f580d659774ead9bef8704c21f1c5f9 2025-11-25 10:22:35.868123 | | WARNING | Config change detected for keystone_db_sync, new hash: 1f580d659774ead9bef8704c21f1c5f9 2025-11-25 10:22:35.868439 | | WARNING | Config change detected for manila_api_db_sync, new hash: 8c20e1ab66deb565734cb2abc1cd620b 2025-11-25 10:22:35.868741 | | WARNING | Config change detected for neutron_db_sync, new hash: 112cad275388060c65b1254cbf721da5 2025-11-25 10:22:35.869136 | | WARNING | Config change detected for nova_api_db_sync, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.869512 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.869837 | | WARNING | Config change detected for nova_db_sync, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.870132 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.870427 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.870738 | | WARNING | Config change detected for nova_virtproxyd, new hash: 945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.871081 | | WARNING | Config change detected for nova_virtqemud, new hash: 945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.871373 | | WARNING | Config change detected for nova_virtsecretd, new hash: 945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.871662 | | WARNING | Config change detected for nova_virtstoraged, new hash: 945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.871965 | | WARNING | Config change detected for octavia_db_sync, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.872275 | | WARNING | Config change detected for placement_api_db_sync, new hash: d158a35a92abe872ba3bbadc7e2a3acc 2025-11-25 10:22:35.872609 | | WARNING | Config change detected for swift_copy_rings, new hash: 0ec30aaa2b952f43b1914dacd9dacce0-48a7b745431a30e17871e03c1bb1648d 2025-11-25 10:22:35.872989 | | WARNING | Config change detected for aodh_api, new hash: 8f9a441228ba846111a052fc3fb6d6cc 2025-11-25 10:22:35.873337 | | WARNING | Config change detected for aodh_api_cron, new hash: 8f9a441228ba846111a052fc3fb6d6cc 2025-11-25 10:22:35.873601 | | WARNING | Config change detected for aodh_evaluator, new hash: 8f9a441228ba846111a052fc3fb6d6cc 2025-11-25 10:22:35.873871 | | WARNING | Config change detected for aodh_listener, new hash: 8f9a441228ba846111a052fc3fb6d6cc 2025-11-25 10:22:35.874128 | | WARNING | Config change detected for aodh_notifier, new hash: 8f9a441228ba846111a052fc3fb6d6cc 2025-11-25 10:22:35.874375 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 2067d04eecdd902c327518d7f2af956c 2025-11-25 10:22:35.874614 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 2067d04eecdd902c327518d7f2af956c 2025-11-25 10:22:35.874874 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 2067d04eecdd902c327518d7f2af956c 2025-11-25 10:22:35.875207 | | WARNING | Config change detected for cinder_api, new hash: dcd40925fe21ff34128b6e36ce4e8b1a 2025-11-25 10:22:35.875449 | | WARNING | Config change detected for cinder_api_cron, new hash: dcd40925fe21ff34128b6e36ce4e8b1a 2025-11-25 10:22:35.875721 | | WARNING | Config change detected for cinder_scheduler, new hash: dcd40925fe21ff34128b6e36ce4e8b1a 2025-11-25 10:22:35.875980 | | WARNING | Config change detected for glance_api, new hash: 9d062e0cdaee193e2df92e018875dc8f-9e97b7e28e2679c31aad5131909bc57c 2025-11-25 10:22:35.876248 | | WARNING | Config change detected for glance_api_cron, new hash: 9d062e0cdaee193e2df92e018875dc8f 2025-11-25 10:22:35.876508 | | WARNING | Config change detected for glance_api_internal, new hash: 6fb9feb62722847c1202be5f632400f9-9e97b7e28e2679c31aad5131909bc57c 2025-11-25 10:22:35.876748 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 6fb9feb62722847c1202be5f632400f9 2025-11-25 10:22:35.877010 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 9d062e0cdaee193e2df92e018875dc8f 2025-11-25 10:22:35.877222 | | WARNING | Config change detected for heat_api, new hash: c5e5540788dd771cf3a75540b678183c 2025-11-25 10:22:35.877437 | | WARNING | Config change detected for heat_api_cfn, new hash: 7fefe6446045576640bd39a2181978eb 2025-11-25 10:22:35.877668 | | WARNING | Config change detected for heat_api_cron, new hash: c5e5540788dd771cf3a75540b678183c 2025-11-25 10:22:35.877959 | | WARNING | Config change detected for heat_engine, new hash: 387b8e3ad184fc66b2719dcb62edba95 2025-11-25 10:22:35.878184 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-11-25 10:22:35.878443 | | WARNING | Config change detected for manila_api, new hash: 8c20e1ab66deb565734cb2abc1cd620b 2025-11-25 10:22:35.878675 | | WARNING | Config change detected for manila_api_cron, new hash: 8c20e1ab66deb565734cb2abc1cd620b 2025-11-25 10:22:35.878965 | | WARNING | Config change detected for manila_scheduler, new hash: 8c20e1ab66deb565734cb2abc1cd620b 2025-11-25 10:22:35.879298 | | WARNING | Config change detected for neutron_api, new hash: 112cad275388060c65b1254cbf721da5 2025-11-25 10:22:35.879549 | | WARNING | Config change detected for neutron_dhcp, new hash: 112cad275388060c65b1254cbf721da5 2025-11-25 10:22:35.879851 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 112cad275388060c65b1254cbf721da5 2025-11-25 10:22:35.880163 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 112cad275388060c65b1254cbf721da5 2025-11-25 10:22:35.880485 | | WARNING | Config change detected for nova_api, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.880865 | | WARNING | Config change detected for nova_api_cron, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.881186 | | WARNING | Config change detected for nova_conductor, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.881505 | | WARNING | Config change detected for nova_metadata, new hash: e3a4e5963cdc00ae03611d0b1e6df129 2025-11-25 10:22:35.881810 | | WARNING | Config change detected for nova_migration_target, new hash: 945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.882147 | | WARNING | Config change detected for nova_scheduler, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.882446 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.882750 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 74161ff6c91ed25e2d960a55254cb075 2025-11-25 10:22:35.883132 | | WARNING | Config change detected for octavia_api, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.883445 | | WARNING | Config change detected for octavia_driver_agent, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.883745 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 112cad275388060c65b1254cbf721da5 2025-11-25 10:22:35.884078 | | WARNING | Config change detected for placement_api, new hash: d158a35a92abe872ba3bbadc7e2a3acc 2025-11-25 10:22:35.884379 | | WARNING | Config change detected for placement_wait_for_service, new hash: d158a35a92abe872ba3bbadc7e2a3acc 2025-11-25 10:22:35.884691 | | WARNING | Config change detected for swift_account_reaper, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.885039 | | WARNING | Config change detected for swift_account_server, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.885331 | | WARNING | Config change detected for swift_container_server, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.885556 | | WARNING | Config change detected for swift_container_updater, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.885801 | | WARNING | Config change detected for swift_object_expirer, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.886051 | | WARNING | Config change detected for swift_object_server, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.886273 | | WARNING | Config change detected for swift_object_updater, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.886554 | | WARNING | Config change detected for swift_proxy, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.886812 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 0ec30aaa2b952f43b1914dacd9dacce0 2025-11-25 10:22:35.887104 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 2067d04eecdd902c327518d7f2af956c 2025-11-25 10:22:35.887360 | | WARNING | Config change detected for gnocchi_api, new hash: 333da3af583d94ed6a6774b4c22dbc7a 2025-11-25 10:22:35.887648 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 333da3af583d94ed6a6774b4c22dbc7a 2025-11-25 10:22:35.887955 | | WARNING | Config change detected for gnocchi_metricd, new hash: 333da3af583d94ed6a6774b4c22dbc7a 2025-11-25 10:22:35.888292 | | WARNING | Config change detected for gnocchi_statsd, new hash: 333da3af583d94ed6a6774b4c22dbc7a 2025-11-25 10:22:35.888592 | | WARNING | Config change detected for nova_compute, new hash: 9e97b7e28e2679c31aad5131909bc57c-945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.888925 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 945aead21b16d607a34af7ef43e407c0 2025-11-25 10:22:35.889215 | | WARNING | Config change detected for octavia_health_manager, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.889502 | | WARNING | Config change detected for octavia_housekeeping, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.889786 | | WARNING | Config change detected for octavia_rsyslog, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.890124 | | WARNING | Config change detected for octavia_worker, new hash: d27c10b4d9f064ab04abb98fb9667fb9 2025-11-25 10:22:35.890419 | fa163e48-8288-2c28-7bf3-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2025-11-25 10:22:35.890912 | fa163e48-8288-2c28-7bf3-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:23.445579 | 0.34s 2025-11-25 10:22:35.912529 | fa163e48-8288-2c28-7bf3-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-25 10:22:35.970974 | fa163e48-8288-2c28-7bf3-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:23.525632 | 0.06s 2025-11-25 10:22:35.982709 | 0af9bc9b-fcd3-418a-a781-caaf6126646c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:22:36.006869 | fa163e48-8288-2c28-7bf3-000000002f28 | TASK | Gather podman infos 2025-11-25 10:22:36.771730 | fa163e48-8288-2c28-7bf3-000000002f28 | OK | Gather podman infos | standalone 2025-11-25 10:22:36.772882 | fa163e48-8288-2c28-7bf3-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:24.327543 | 0.76s 2025-11-25 10:22:36.843668 | fa163e48-8288-2c28-7bf3-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-25 10:22:36.898900 | fa163e48-8288-2c28-7bf3-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:24.453528 | 0.05s 2025-11-25 10:22:37.008849 | fa163e48-8288-2c28-7bf3-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:24.563474 | 0.05s 2025-11-25 10:22:37.068687 | fa163e48-8288-2c28-7bf3-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-25 10:22:37.112642 | fa163e48-8288-2c28-7bf3-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:24.667298 | 0.04s 2025-11-25 10:22:37.124212 | 63f79777-ecd1-42d4-a6dc-0950ac558d44 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:22:37.151697 | fa163e48-8288-2c28-7bf3-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-25 10:22:45.507805 | fa163e48-8288-2c28-7bf3-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-25 10:22:45.509420 | fa163e48-8288-2c28-7bf3-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:33.064076 | 8.36s 2025-11-25 10:22:45.540449 | fa163e48-8288-2c28-7bf3-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-25 10:22:49.974318 | fa163e48-8288-2c28-7bf3-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-25 10:22:49.976198 | fa163e48-8288-2c28-7bf3-000000002f99 | 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:14:37.530857 | 4.43s 2025-11-25 10:22:50.050687 | fa163e48-8288-2c28-7bf3-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2025-11-25 10:22:50.314361 | fa163e48-8288-2c28-7bf3-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-11-25 10:22:50.316377 | fa163e48-8288-2c28-7bf3-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:37.871023 | 0.26s 2025-11-25 10:22:50.378441 | fa163e48-8288-2c28-7bf3-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-11-25 10:22:50.410297 | fa163e48-8288-2c28-7bf3-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:37.964951 | 0.03s 2025-11-25 10:22:50.433922 | fa163e48-8288-2c28-7bf3-000000002cb4 | TASK | Include container-puppet tasks for step 1 2025-11-25 10:22:50.471931 | fa163e48-8288-2c28-7bf3-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:38.026585 | 0.04s 2025-11-25 10:22:50.489928 | 884fe1fb-e0fb-4426-9468-e9372d26da7a | INCLUDED | /root/standalone-ansible-4jlq2qdr/host-container-puppet-tasks.yaml | standalone 2025-11-25 10:22:50.526147 | fa163e48-8288-2c28-7bf3-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-11-25 10:22:51.031990 | fa163e48-8288-2c28-7bf3-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-11-25 10:22:51.033374 | fa163e48-8288-2c28-7bf3-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:38.588031 | 0.51s 2025-11-25 10:22:51.063704 | fa163e48-8288-2c28-7bf3-000000002fe6 | TASK | Generate container puppet configs for step 1 2025-11-25 10:22:51.354458 | fa163e48-8288-2c28-7bf3-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2025-11-25 10:22:51.356115 | fa163e48-8288-2c28-7bf3-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:38.910770 | 0.29s 2025-11-25 10:22:51.388222 | fa163e48-8288-2c28-7bf3-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-11-25 10:22:51.409316 | fa163e48-8288-2c28-7bf3-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:38.963963 | 0.02s 2025-11-25 10:22:51.467719 | fa163e48-8288-2c28-7bf3-000000002dd2 | TASK | Gather variables for each operating system 2025-11-25 10:22:51.601785 | fa163e48-8288-2c28-7bf3-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:39.156439 | 0.13s 2025-11-25 10:22:51.633601 | fa163e48-8288-2c28-7bf3-000000002dd3 | TASK | Create container logs path 2025-11-25 10:22:51.938705 | fa163e48-8288-2c28-7bf3-000000002dd3 | OK | Create container logs path | standalone 2025-11-25 10:22:51.940325 | fa163e48-8288-2c28-7bf3-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:39.494982 | 0.30s 2025-11-25 10:22:51.972909 | fa163e48-8288-2c28-7bf3-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:22:52.195903 | fa163e48-8288-2c28-7bf3-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-25 10:22:52.197365 | fa163e48-8288-2c28-7bf3-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:39.752013 | 0.22s 2025-11-25 10:22:52.229236 | fa163e48-8288-2c28-7bf3-000000002dd6 | TASK | Finalise hashes for all containers 2025-11-25 10:22:52.281797 | fa163e48-8288-2c28-7bf3-000000002dd6 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:22:52.283160 | fa163e48-8288-2c28-7bf3-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:39.837818 | 0.05s 2025-11-25 10:22:52.315970 | fa163e48-8288-2c28-7bf3-000000002dd8 | TASK | Manage systemd shutdown files 2025-11-25 10:22:52.347496 | fa163e48-8288-2c28-7bf3-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:22:52.349136 | fa163e48-8288-2c28-7bf3-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:39.903791 | 0.03s 2025-11-25 10:22:52.379714 | fa163e48-8288-2c28-7bf3-000000002dda | TASK | Update container configs with new config hashes 2025-11-25 10:22:52.420992 | fa163e48-8288-2c28-7bf3-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:22:52.422610 | fa163e48-8288-2c28-7bf3-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:39.977264 | 0.04s 2025-11-25 10:22:52.456082 | fa163e48-8288-2c28-7bf3-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:22:52.507869 | fa163e48-8288-2c28-7bf3-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-25 10:22:52.509343 | fa163e48-8288-2c28-7bf3-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:40.063993 | 0.05s 2025-11-25 10:22:52.543027 | fa163e48-8288-2c28-7bf3-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-25 10:22:52.596218 | fa163e48-8288-2c28-7bf3-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-25 10:22:52.597543 | fa163e48-8288-2c28-7bf3-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:40.152202 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-11-25 10:22:52.777773 | fa163e48-8288-2c28-7bf3-0000000000c6 | TASK | External deployment step 2 2025-11-25 10:22:52.807495 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000c6') missing from stats 2025-11-25 10:22:52.864183 | fa163e48-8288-2c28-7bf3-0000000000c7 | TIMING | include_tasks | undercloud | 0:14:40.418840 | 0.04s 2025-11-25 10:22:52.867832 | 86951dcc-b7c3-4511-bcd2-dcac9564cca5 | INCLUDED | /root/standalone-ansible-4jlq2qdr/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-11-25 10:22:52.971776 | fa163e48-8288-2c28-7bf3-0000000000ca | TASK | Deploy step tasks for 2 2025-11-25 10:22:52.996780 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000ca') missing from stats 2025-11-25 10:22:53.015833 | fa163e48-8288-2c28-7bf3-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-11-25 10:22:53.525752 | fa163e48-8288-2c28-7bf3-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-11-25 10:22:53.527105 | fa163e48-8288-2c28-7bf3-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:41.081765 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-25 10:22:53.604549 | fa163e48-8288-2c28-7bf3-0000000000cc | TIMING | include_tasks | standalone | 0:14:41.159202 | 0.05s 2025-11-25 10:22:53.702861 | 63e98984-8b81-40c2-90b6-841661576bc3 | INCLUDED | /root/standalone-ansible-4jlq2qdr/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-11-25 10:22:53.740184 | fa163e48-8288-2c28-7bf3-000000003075 | TASK | Push script 2025-11-25 10:22:54.256130 | fa163e48-8288-2c28-7bf3-000000003075 | CHANGED | Push script | standalone 2025-11-25 10:22:54.257088 | fa163e48-8288-2c28-7bf3-000000003075 | TIMING | Push script | standalone | 0:14:41.811753 | 0.52s 2025-11-25 10:22:54.279466 | fa163e48-8288-2c28-7bf3-000000003076 | TASK | Insert cronjob in root crontab 2025-11-25 10:22:54.728208 | fa163e48-8288-2c28-7bf3-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2025-11-25 10:22:54.729624 | fa163e48-8288-2c28-7bf3-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:14:42.284285 | 0.45s 2025-11-25 10:22:54.758757 | fa163e48-8288-2c28-7bf3-00000000307d | TASK | Gather variables for each operating system 2025-11-25 10:22:54.884958 | fa163e48-8288-2c28-7bf3-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:42.439603 | 0.12s 2025-11-25 10:22:54.917984 | fa163e48-8288-2c28-7bf3-00000000307e | TASK | Detect if resource is being created or already exists 2025-11-25 10:22:55.715251 | fa163e48-8288-2c28-7bf3-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-25 10:22:55.717158 | fa163e48-8288-2c28-7bf3-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:43.271815 | 0.80s 2025-11-25 10:22:55.748356 | fa163e48-8288-2c28-7bf3-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2025-11-25 10:24:45.777845 | fa163e48-8288-2c28-7bf3-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-11-25 10:24:45.779347 | fa163e48-8288-2c28-7bf3-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:33.334010 | 110.03s 2025-11-25 10:24:45.802933 | fa163e48-8288-2c28-7bf3-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-11-25 10:24:46.095173 | fa163e48-8288-2c28-7bf3-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-11-25 10:24:46.096056 | fa163e48-8288-2c28-7bf3-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:33.650722 | 0.29s 2025-11-25 10:24:46.116282 | fa163e48-8288-2c28-7bf3-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-25 10:24:46.644049 | fa163e48-8288-2c28-7bf3-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-25 10:24:46.645589 | fa163e48-8288-2c28-7bf3-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:34.200242 | 0.53s 2025-11-25 10:24:46.678835 | fa163e48-8288-2c28-7bf3-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-11-25 10:24:46.919732 | fa163e48-8288-2c28-7bf3-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-11-25 10:24:46.921040 | fa163e48-8288-2c28-7bf3-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:34.475653 | 0.24s 2025-11-25 10:24:46.948408 | fa163e48-8288-2c28-7bf3-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-11-25 10:24:46.987523 | fa163e48-8288-2c28-7bf3-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-11-25 10:24:46.988387 | fa163e48-8288-2c28-7bf3-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:34.543054 | 0.04s 2025-11-25 10:24:47.013977 | fa163e48-8288-2c28-7bf3-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2025-11-25 10:24:47.063451 | fa163e48-8288-2c28-7bf3-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-11-25 10:24:47.064516 | fa163e48-8288-2c28-7bf3-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:34.619181 | 0.05s 2025-11-25 10:24:47.089411 | fa163e48-8288-2c28-7bf3-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-11-25 10:24:47.128016 | fa163e48-8288-2c28-7bf3-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-11-25 10:24:47.128937 | fa163e48-8288-2c28-7bf3-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:34.683603 | 0.04s 2025-11-25 10:24:47.151518 | fa163e48-8288-2c28-7bf3-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-25 10:24:47.189995 | fa163e48-8288-2c28-7bf3-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-25 10:24:47.190869 | fa163e48-8288-2c28-7bf3-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:34.745537 | 0.04s 2025-11-25 10:24:47.212956 | fa163e48-8288-2c28-7bf3-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2025-11-25 10:24:47.267295 | fa163e48-8288-2c28-7bf3-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-11-25 10:24:47.268335 | fa163e48-8288-2c28-7bf3-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:34.822994 | 0.05s 2025-11-25 10:24:47.306226 | fa163e48-8288-2c28-7bf3-0000000030a9 | TASK | Gather variables for each operating system 2025-11-25 10:24:47.438941 | fa163e48-8288-2c28-7bf3-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:34.993596 | 0.13s 2025-11-25 10:24:47.464171 | fa163e48-8288-2c28-7bf3-0000000030aa | TASK | Detect if resource is being created or already exists 2025-11-25 10:24:48.209071 | fa163e48-8288-2c28-7bf3-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-25 10:24:48.210778 | fa163e48-8288-2c28-7bf3-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:35.765438 | 0.74s 2025-11-25 10:24:48.233511 | fa163e48-8288-2c28-7bf3-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2025-11-25 10:25:17.412960 | fa163e48-8288-2c28-7bf3-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-11-25 10:25:17.414114 | fa163e48-8288-2c28-7bf3-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:04.968780 | 29.18s 2025-11-25 10:25:17.435389 | fa163e48-8288-2c28-7bf3-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-11-25 10:25:17.754591 | fa163e48-8288-2c28-7bf3-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-11-25 10:25:17.755865 | fa163e48-8288-2c28-7bf3-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:05.310525 | 0.32s 2025-11-25 10:25:17.779854 | fa163e48-8288-2c28-7bf3-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2025-11-25 10:25:18.236633 | fa163e48-8288-2c28-7bf3-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-25 10:25:18.237657 | fa163e48-8288-2c28-7bf3-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:05.792325 | 0.46s 2025-11-25 10:25:18.259422 | fa163e48-8288-2c28-7bf3-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2025-11-25 10:25:18.478139 | fa163e48-8288-2c28-7bf3-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-11-25 10:25:18.479404 | fa163e48-8288-2c28-7bf3-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:06.034061 | 0.22s 2025-11-25 10:25:18.511461 | fa163e48-8288-2c28-7bf3-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2025-11-25 10:25:18.550955 | fa163e48-8288-2c28-7bf3-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-11-25 10:25:18.552270 | fa163e48-8288-2c28-7bf3-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:06.106925 | 0.04s 2025-11-25 10:25:18.581574 | fa163e48-8288-2c28-7bf3-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2025-11-25 10:25:18.632728 | fa163e48-8288-2c28-7bf3-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-11-25 10:25:18.634264 | fa163e48-8288-2c28-7bf3-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:06.188921 | 0.05s 2025-11-25 10:25:18.665510 | fa163e48-8288-2c28-7bf3-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2025-11-25 10:25:18.726440 | fa163e48-8288-2c28-7bf3-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-11-25 10:25:18.727305 | fa163e48-8288-2c28-7bf3-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:06.281968 | 0.06s 2025-11-25 10:25:18.762704 | fa163e48-8288-2c28-7bf3-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-25 10:25:18.817502 | fa163e48-8288-2c28-7bf3-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-25 10:25:18.819088 | fa163e48-8288-2c28-7bf3-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:06.373738 | 0.05s 2025-11-25 10:25:18.853527 | fa163e48-8288-2c28-7bf3-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2025-11-25 10:25:18.907173 | fa163e48-8288-2c28-7bf3-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-11-25 10:25:18.908488 | fa163e48-8288-2c28-7bf3-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:06.463141 | 0.05s 2025-11-25 10:25:18.967806 | fa163e48-8288-2c28-7bf3-0000000030d5 | TASK | Gather variables for each operating system 2025-11-25 10:25:19.087949 | fa163e48-8288-2c28-7bf3-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:06.642599 | 0.12s 2025-11-25 10:25:19.118299 | fa163e48-8288-2c28-7bf3-0000000030d6 | TASK | Detect if resource is being created or already exists 2025-11-25 10:25:19.860711 | fa163e48-8288-2c28-7bf3-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-25 10:25:19.863149 | fa163e48-8288-2c28-7bf3-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:07.417805 | 0.74s 2025-11-25 10:25:19.894109 | fa163e48-8288-2c28-7bf3-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-11-25 10:25:47.657525 | fa163e48-8288-2c28-7bf3-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-11-25 10:25:47.658871 | fa163e48-8288-2c28-7bf3-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:35.213534 | 27.76s 2025-11-25 10:25:47.684773 | fa163e48-8288-2c28-7bf3-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-11-25 10:25:47.988681 | fa163e48-8288-2c28-7bf3-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-11-25 10:25:47.989953 | fa163e48-8288-2c28-7bf3-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:35.544616 | 0.30s 2025-11-25 10:25:48.014679 | fa163e48-8288-2c28-7bf3-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-25 10:25:48.434897 | fa163e48-8288-2c28-7bf3-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-25 10:25:48.436413 | fa163e48-8288-2c28-7bf3-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:35.991068 | 0.42s 2025-11-25 10:25:48.464726 | fa163e48-8288-2c28-7bf3-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-11-25 10:25:48.700608 | fa163e48-8288-2c28-7bf3-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-11-25 10:25:48.702445 | fa163e48-8288-2c28-7bf3-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:36.257098 | 0.24s 2025-11-25 10:25:48.735867 | fa163e48-8288-2c28-7bf3-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-11-25 10:25:48.788130 | fa163e48-8288-2c28-7bf3-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-11-25 10:25:48.789182 | fa163e48-8288-2c28-7bf3-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:36.343846 | 0.05s 2025-11-25 10:25:48.810628 | fa163e48-8288-2c28-7bf3-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2025-11-25 10:25:48.871000 | fa163e48-8288-2c28-7bf3-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-11-25 10:25:48.872009 | fa163e48-8288-2c28-7bf3-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:36.426674 | 0.06s 2025-11-25 10:25:48.894717 | fa163e48-8288-2c28-7bf3-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-11-25 10:25:48.954390 | fa163e48-8288-2c28-7bf3-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-11-25 10:25:48.955296 | fa163e48-8288-2c28-7bf3-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:36.509962 | 0.06s 2025-11-25 10:25:48.978324 | fa163e48-8288-2c28-7bf3-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-25 10:25:49.028241 | fa163e48-8288-2c28-7bf3-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-25 10:25:49.029027 | fa163e48-8288-2c28-7bf3-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:36.583695 | 0.05s 2025-11-25 10:25:49.051384 | fa163e48-8288-2c28-7bf3-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-11-25 10:25:49.110797 | fa163e48-8288-2c28-7bf3-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-11-25 10:25:49.111921 | fa163e48-8288-2c28-7bf3-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:36.666586 | 0.06s 2025-11-25 10:25:49.156937 | fa163e48-8288-2c28-7bf3-000000003101 | TASK | Gather variables for each operating system 2025-11-25 10:25:49.260110 | fa163e48-8288-2c28-7bf3-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:36.814766 | 0.10s 2025-11-25 10:25:49.280845 | fa163e48-8288-2c28-7bf3-000000003102 | TASK | Detect if resource is being created or already exists 2025-11-25 10:25:50.057895 | fa163e48-8288-2c28-7bf3-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-25 10:25:50.058835 | fa163e48-8288-2c28-7bf3-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:37.613489 | 0.78s 2025-11-25 10:25:50.080127 | fa163e48-8288-2c28-7bf3-000000003103 | TASK | Run init bundle puppet on the host for redis 2025-11-25 10:26:18.164785 | fa163e48-8288-2c28-7bf3-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-11-25 10:26:18.166579 | fa163e48-8288-2c28-7bf3-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:05.721235 | 28.09s 2025-11-25 10:26:18.208562 | fa163e48-8288-2c28-7bf3-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-11-25 10:26:18.441570 | fa163e48-8288-2c28-7bf3-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-11-25 10:26:18.442368 | fa163e48-8288-2c28-7bf3-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:05.997035 | 0.23s 2025-11-25 10:26:18.465392 | fa163e48-8288-2c28-7bf3-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-25 10:26:18.871266 | fa163e48-8288-2c28-7bf3-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-25 10:26:18.872283 | fa163e48-8288-2c28-7bf3-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:06.426950 | 0.41s 2025-11-25 10:26:18.894188 | fa163e48-8288-2c28-7bf3-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-11-25 10:26:19.092155 | fa163e48-8288-2c28-7bf3-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-11-25 10:26:19.092920 | fa163e48-8288-2c28-7bf3-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:06.647586 | 0.20s 2025-11-25 10:26:19.113650 | fa163e48-8288-2c28-7bf3-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2025-11-25 10:26:19.142289 | fa163e48-8288-2c28-7bf3-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-11-25 10:26:19.143080 | fa163e48-8288-2c28-7bf3-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:06.697725 | 0.03s 2025-11-25 10:26:19.163956 | fa163e48-8288-2c28-7bf3-000000003109 | TASK | Get container image tag from bundle redis-bundle 2025-11-25 10:26:19.211762 | fa163e48-8288-2c28-7bf3-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-11-25 10:26:19.212650 | fa163e48-8288-2c28-7bf3-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:06.767317 | 0.05s 2025-11-25 10:26:19.234844 | fa163e48-8288-2c28-7bf3-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2025-11-25 10:26:19.283157 | fa163e48-8288-2c28-7bf3-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-11-25 10:26:19.284465 | fa163e48-8288-2c28-7bf3-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:06.839121 | 0.05s 2025-11-25 10:26:19.309968 | fa163e48-8288-2c28-7bf3-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-25 10:26:19.353882 | fa163e48-8288-2c28-7bf3-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-25 10:26:19.354792 | fa163e48-8288-2c28-7bf3-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:06.909456 | 0.04s 2025-11-25 10:26:19.381110 | fa163e48-8288-2c28-7bf3-00000000310c | TASK | Remove update marker for bundle redis-bundle 2025-11-25 10:26:19.420328 | fa163e48-8288-2c28-7bf3-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-11-25 10:26:19.421212 | fa163e48-8288-2c28-7bf3-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:06.975878 | 0.04s 2025-11-25 10:26:19.463970 | fa163e48-8288-2c28-7bf3-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-11-25 10:26:19.681342 | fa163e48-8288-2c28-7bf3-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-11-25 10:26:19.683015 | fa163e48-8288-2c28-7bf3-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:07.237673 | 0.22s 2025-11-25 10:26:19.776054 | fa163e48-8288-2c28-7bf3-0000000000cf | TIMING | include_tasks | standalone | 0:18:07.330709 | 0.06s 2025-11-25 10:26:19.803776 | 07f2d251-f3ec-4d9c-99c0-2ad282f4bf35 | INCLUDED | /root/standalone-ansible-4jlq2qdr/common_deploy_steps_tasks.yaml | standalone 2025-11-25 10:26:19.829035 | fa163e48-8288-2c28-7bf3-0000000031a1 | TASK | Write the config_step hieradata 2025-11-25 10:26:20.302128 | fa163e48-8288-2c28-7bf3-0000000031a1 | OK | Write the config_step hieradata | standalone 2025-11-25 10:26:20.303179 | fa163e48-8288-2c28-7bf3-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:07.857840 | 0.47s 2025-11-25 10:26:20.326958 | fa163e48-8288-2c28-7bf3-0000000031a2 | TASK | Run puppet host configuration for step 2 2025-11-25 10:26:20.590664 | fa163e48-8288-2c28-7bf3-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-11-25 10:26:20.591648 | fa163e48-8288-2c28-7bf3-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:08.146310 | 0.26s 2025-11-25 10:26:20.620023 | fa163e48-8288-2c28-7bf3-0000000031a3 | TASK | Wait for puppet host configuration to finish 2025-11-25 10:26:20.823241 | fa163e48-8288-2c28-7bf3-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-25 10:26:31.021475 | fa163e48-8288-2c28-7bf3-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-25 10:26:41.216418 | fa163e48-8288-2c28-7bf3-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-25 10:26:41.217481 | fa163e48-8288-2c28-7bf3-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:28.772143 | 20.60s 2025-11-25 10:26:41.238373 | fa163e48-8288-2c28-7bf3-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-11-25 10:26:41.327050 | fa163e48-8288-2c28-7bf3-0000000031a4 | 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>Nov 25 10:26:20 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 25 10:26:27 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 25 10:26:27 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 25 10:26:27 puppet-user: (file & line not available)", "<13>Nov 25 10:26:27 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>Nov 25 10:26:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 25 10:26:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 25 10:26:27 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.54 seconds", "<13>Nov 25 10:26:33 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 25 10:26:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 25 10:26:38 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 25 10:26:38 puppet-user: Notice: Applied catalog in 10.17 seconds", "<13>Nov 25 10:26:38 puppet-user: Application:", "<13>Nov 25 10:26:38 puppet-user: Initial environment: production", "<13>Nov 25 10:26:38 puppet-user: Converged environment: production", "<13>Nov 25 10:26:38 puppet-user: Run mode: user", "<13>Nov 25 10:26:38 puppet-user: Changes:", "<13>Nov 25 10:26:38 puppet-user: Total: 2", "<13>Nov 25 10:26:38 puppet-user: Events:", "<13>Nov 25 10:26:38 puppet-user: Success: 2", "<13>Nov 25 10:26:38 puppet-user: Resources:", "<13>Nov 25 10:26:38 puppet-user: Changed: 2", "<13>Nov 25 10:26:38 puppet-user: Out of sync: 2", "<13>Nov 25 10:26:38 puppet-user: Total: 28", "<13>Nov 25 10:26:38 puppet-user: Time:", "<13>Nov 25 10:26:38 puppet-user: Schedule: 0.00", "<13>Nov 25 10:26:38 puppet-user: File line: 0.00", "<13>Nov 25 10:26:38 puppet-user: Package: 0.00", "<13>Nov 25 10:26:38 puppet-user: File: 0.00", "<13>Nov 25 10:26:38 puppet-user: User: 0.01", "<13>Nov 25 10:26:38 puppet-user: Augeas: 0.01", "<13>Nov 25 10:26:38 puppet-user: Service: 0.08", "<13>Nov 25 10:26:38 puppet-user: Config retrieval: 0.59", "<13>Nov 25 10:26:38 puppet-user: Pcmk property: 1.49", "<13>Nov 25 10:26:38 puppet-user: Exec: 1.93", "<13>Nov 25 10:26:38 puppet-user: Transaction evaluation: 10.16", "<13>Nov 25 10:26:38 puppet-user: Catalog application: 10.17", "<13>Nov 25 10:26:38 puppet-user: Last run: 1764066398", "<13>Nov 25 10:26:38 puppet-user: Pcmk resource op default: 3.18", "<13>Nov 25 10:26:38 puppet-user: Pcmk resource default: 3.26", "<13>Nov 25 10:26:38 puppet-user: Filebucket: 0.00", "<13>Nov 25 10:26:38 puppet-user: Total: 10.18", "<13>Nov 25 10:26:38 puppet-user: Version:", "<13>Nov 25 10:26:38 puppet-user: Config: 1764066387", "<13>Nov 25 10:26:38 puppet-user: Puppet: 7.10.0" ] } 2025-11-25 10:26:41.328720 | fa163e48-8288-2c28-7bf3-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:28.883376 | 0.09s 2025-11-25 10:26:41.358870 | fa163e48-8288-2c28-7bf3-0000000031a5 | TASK | Pre-cache facts for puppet containers 2025-11-25 10:26:41.388312 | fa163e48-8288-2c28-7bf3-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:28.942642 | 0.03s 2025-11-25 10:26:41.461124 | fa163e48-8288-2c28-7bf3-0000000031e4 | TASK | Gather variables for each operating system 2025-11-25 10:26:41.561926 | fa163e48-8288-2c28-7bf3-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:29.116579 | 0.10s 2025-11-25 10:26:41.588444 | fa163e48-8288-2c28-7bf3-0000000031e5 | TASK | Create puppet caching structures 2025-11-25 10:26:41.838770 | fa163e48-8288-2c28-7bf3-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2025-11-25 10:26:41.840133 | fa163e48-8288-2c28-7bf3-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:29.394792 | 0.25s 2025-11-25 10:26:41.864532 | fa163e48-8288-2c28-7bf3-0000000031e6 | TASK | Check for facter.conf 2025-11-25 10:26:42.079887 | fa163e48-8288-2c28-7bf3-0000000031e6 | OK | Check for facter.conf | standalone 2025-11-25 10:26:42.081310 | fa163e48-8288-2c28-7bf3-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:29.635967 | 0.22s 2025-11-25 10:26:42.112121 | fa163e48-8288-2c28-7bf3-0000000031e7 | TASK | Remove facter.conf if directory 2025-11-25 10:26:42.163021 | fa163e48-8288-2c28-7bf3-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-25 10:26:42.164385 | fa163e48-8288-2c28-7bf3-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:29.719037 | 0.05s 2025-11-25 10:26:42.196057 | fa163e48-8288-2c28-7bf3-0000000031e8 | TASK | Write facter cache config 2025-11-25 10:26:42.833726 | fa163e48-8288-2c28-7bf3-0000000031e8 | CHANGED | Write facter cache config | standalone 2025-11-25 10:26:42.835307 | fa163e48-8288-2c28-7bf3-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:30.389965 | 0.64s 2025-11-25 10:26:42.865325 | fa163e48-8288-2c28-7bf3-0000000031e9 | TASK | Cleanup facter cache if exists 2025-11-25 10:26:43.098227 | fa163e48-8288-2c28-7bf3-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-25 10:26:43.099641 | fa163e48-8288-2c28-7bf3-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:30.654299 | 0.23s 2025-11-25 10:26:43.129937 | fa163e48-8288-2c28-7bf3-0000000031ea | TASK | Pre-cache facts 2025-11-25 10:26:43.722804 | fa163e48-8288-2c28-7bf3-0000000031ea | CHANGED | Pre-cache facts | standalone 2025-11-25 10:26:43.724316 | fa163e48-8288-2c28-7bf3-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:31.278970 | 0.59s 2025-11-25 10:26:43.764326 | fa163e48-8288-2c28-7bf3-0000000031eb | TASK | Failed deployment if facter fails 2025-11-25 10:26:43.795401 | fa163e48-8288-2c28-7bf3-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2025-11-25 10:26:43.796365 | fa163e48-8288-2c28-7bf3-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:31.351030 | 0.03s 2025-11-25 10:26:43.831452 | fa163e48-8288-2c28-7bf3-0000000031ec | TASK | Sync cached facts 2025-11-25 10:26:44.152772 | fa163e48-8288-2c28-7bf3-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e48-8288-2c28-7bf3-0000000031ec') missing from stats 2025-11-25 10:26:44.220398 | fa163e48-8288-2c28-7bf3-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-25 10:26:44.263649 | fa163e48-8288-2c28-7bf3-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-25 10:26:44.264929 | fa163e48-8288-2c28-7bf3-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:31.819587 | 0.04s 2025-11-25 10:26:44.290660 | fa163e48-8288-2c28-7bf3-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2025-11-25 10:26:44.312998 | fa163e48-8288-2c28-7bf3-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:31.867646 | 0.02s 2025-11-25 10:26:44.363947 | fa163e48-8288-2c28-7bf3-000000003243 | TASK | Gather variables for each operating system 2025-11-25 10:26:44.484489 | fa163e48-8288-2c28-7bf3-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:32.039131 | 0.12s 2025-11-25 10:26:44.515564 | fa163e48-8288-2c28-7bf3-000000003244 | TASK | Create container logs path 2025-11-25 10:26:44.740198 | fa163e48-8288-2c28-7bf3-000000003244 | OK | Create container logs path | standalone 2025-11-25 10:26:44.741075 | fa163e48-8288-2c28-7bf3-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:32.295743 | 0.22s 2025-11-25 10:26:44.764426 | fa163e48-8288-2c28-7bf3-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-11-25 10:26:44.996805 | fa163e48-8288-2c28-7bf3-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-25 10:26:44.998226 | fa163e48-8288-2c28-7bf3-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:32.552877 | 0.23s 2025-11-25 10:26:45.031172 | fa163e48-8288-2c28-7bf3-000000003247 | TASK | Finalise hashes for all containers 2025-11-25 10:26:45.107903 | fa163e48-8288-2c28-7bf3-000000003247 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:26:45.109145 | fa163e48-8288-2c28-7bf3-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:32.663803 | 0.08s 2025-11-25 10:26:45.139179 | fa163e48-8288-2c28-7bf3-000000003249 | TASK | Manage systemd shutdown files 2025-11-25 10:26:45.181625 | fa163e48-8288-2c28-7bf3-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:32.736282 | 0.04s 2025-11-25 10:26:45.204245 | beae513d-0ed4-4c9c-9147-f3f3a902d28a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-25 10:26:45.231959 | fa163e48-8288-2c28-7bf3-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-25 10:26:45.495708 | fa163e48-8288-2c28-7bf3-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-25 10:26:45.497453 | fa163e48-8288-2c28-7bf3-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:33.052103 | 0.26s 2025-11-25 10:26:45.528652 | fa163e48-8288-2c28-7bf3-00000000327d | TASK | Set podman_drop_in fact 2025-11-25 10:26:45.601933 | fa163e48-8288-2c28-7bf3-00000000327d | OK | Set podman_drop_in fact | standalone 2025-11-25 10:26:45.603325 | fa163e48-8288-2c28-7bf3-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:33.157975 | 0.07s 2025-11-25 10:26:45.635483 | fa163e48-8288-2c28-7bf3-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-25 10:26:46.175187 | fa163e48-8288-2c28-7bf3-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-25 10:26:46.176475 | fa163e48-8288-2c28-7bf3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:33.731129 | 0.54s 2025-11-25 10:26:46.560076 | fa163e48-8288-2c28-7bf3-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-25 10:26:46.561104 | fa163e48-8288-2c28-7bf3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:34.115767 | 0.92s 2025-11-25 10:26:46.567346 | fa163e48-8288-2c28-7bf3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:34.122011 | 0.93s 2025-11-25 10:26:46.591004 | fa163e48-8288-2c28-7bf3-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-25 10:26:47.082086 | fa163e48-8288-2c28-7bf3-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-25 10:26:47.083358 | fa163e48-8288-2c28-7bf3-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:34.638018 | 0.49s 2025-11-25 10:26:47.117058 | fa163e48-8288-2c28-7bf3-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-25 10:26:47.581292 | fa163e48-8288-2c28-7bf3-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-25 10:26:47.582090 | fa163e48-8288-2c28-7bf3-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:35.136759 | 0.46s 2025-11-25 10:26:47.605502 | fa163e48-8288-2c28-7bf3-000000003282 | TASK | Enable and start tripleo-container-shutdown 2025-11-25 10:26:48.190108 | fa163e48-8288-2c28-7bf3-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-25 10:26:48.191377 | fa163e48-8288-2c28-7bf3-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:35.746045 | 0.58s 2025-11-25 10:26:48.212257 | fa163e48-8288-2c28-7bf3-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-25 10:26:48.618974 | fa163e48-8288-2c28-7bf3-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-25 10:26:48.621363 | fa163e48-8288-2c28-7bf3-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:36.176021 | 0.41s 2025-11-25 10:26:48.651226 | fa163e48-8288-2c28-7bf3-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-25 10:26:49.100310 | fa163e48-8288-2c28-7bf3-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-25 10:26:49.101321 | fa163e48-8288-2c28-7bf3-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:36.655990 | 0.45s 2025-11-25 10:26:49.122070 | fa163e48-8288-2c28-7bf3-000000003285 | TASK | Enable and start netns-placeholder 2025-11-25 10:26:49.753590 | fa163e48-8288-2c28-7bf3-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-25 10:26:49.755501 | fa163e48-8288-2c28-7bf3-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:37.310161 | 0.63s 2025-11-25 10:26:49.791658 | fa163e48-8288-2c28-7bf3-00000000324b | TASK | Update container configs with new config hashes 2025-11-25 10:26:49.830770 | fa163e48-8288-2c28-7bf3-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:37.385421 | 0.04s 2025-11-25 10:26:49.851359 | e6437a61-4588-4c07-ad8a-34203dcf9148 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-25 10:26:49.886838 | fa163e48-8288-2c28-7bf3-0000000032ad | TASK | Update config hashes for container startup configs 2025-11-25 10:26:50.175595 | fa163e48-8288-2c28-7bf3-0000000032ad | OK | Update config hashes for container startup configs | standalone 2025-11-25 10:26:50.177175 | fa163e48-8288-2c28-7bf3-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:37.731841 | 0.29s 2025-11-25 10:26:50.198738 | fa163e48-8288-2c28-7bf3-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-25 10:26:50.247295 | fa163e48-8288-2c28-7bf3-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:37.801947 | 0.05s 2025-11-25 10:26:50.264849 | 35339f16-4baf-425e-967d-2564ff167f80 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:26:50.296244 | fa163e48-8288-2c28-7bf3-0000000032cc | TASK | Gather podman infos 2025-11-25 10:26:51.188469 | fa163e48-8288-2c28-7bf3-0000000032cc | OK | Gather podman infos | standalone 2025-11-25 10:26:51.190218 | fa163e48-8288-2c28-7bf3-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:38.744883 | 0.89s 2025-11-25 10:26:51.246188 | fa163e48-8288-2c28-7bf3-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-25 10:26:51.308123 | fa163e48-8288-2c28-7bf3-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:38.862774 | 0.06s 2025-11-25 10:26:51.429401 | fa163e48-8288-2c28-7bf3-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:38.984054 | 0.07s 2025-11-25 10:26:51.473483 | fa163e48-8288-2c28-7bf3-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-25 10:26:51.524271 | fa163e48-8288-2c28-7bf3-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:39.078923 | 0.05s 2025-11-25 10:26:51.540410 | 57e4e02a-b997-4b1d-8f50-98c668d05bf2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:26:51.574336 | fa163e48-8288-2c28-7bf3-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-25 10:27:11.964141 | fa163e48-8288-2c28-7bf3-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-25 10:27:11.966108 | fa163e48-8288-2c28-7bf3-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:59.520758 | 20.39s 2025-11-25 10:27:12.000661 | fa163e48-8288-2c28-7bf3-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-25 10:27:14.692885 | fa163e48-8288-2c28-7bf3-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-25 10:27:14.694273 | fa163e48-8288-2c28-7bf3-00000000333d | 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:02.248937 | 2.69s 2025-11-25 10:27:14.754782 | fa163e48-8288-2c28-7bf3-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2025-11-25 10:27:14.977471 | fa163e48-8288-2c28-7bf3-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-11-25 10:27:14.979286 | fa163e48-8288-2c28-7bf3-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:02.533929 | 0.22s 2025-11-25 10:27:15.030137 | fa163e48-8288-2c28-7bf3-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2025-11-25 10:27:15.079515 | fa163e48-8288-2c28-7bf3-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:02.634160 | 0.05s 2025-11-25 10:27:15.106058 | fa163e48-8288-2c28-7bf3-0000000031ac | TASK | Include container-puppet tasks for step 2 2025-11-25 10:27:15.134913 | fa163e48-8288-2c28-7bf3-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:02.689568 | 0.03s 2025-11-25 10:27:15.153107 | 3d967280-ecb3-44b0-a3d0-c6ef6ccdc81c | INCLUDED | /root/standalone-ansible-4jlq2qdr/host-container-puppet-tasks.yaml | standalone 2025-11-25 10:27:15.194266 | fa163e48-8288-2c28-7bf3-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-11-25 10:27:15.692533 | fa163e48-8288-2c28-7bf3-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-11-25 10:27:15.693268 | fa163e48-8288-2c28-7bf3-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:03.247935 | 0.50s 2025-11-25 10:27:15.713058 | fa163e48-8288-2c28-7bf3-00000000338a | TASK | Generate container puppet configs for step 2 2025-11-25 10:27:15.965634 | fa163e48-8288-2c28-7bf3-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2025-11-25 10:27:15.966460 | fa163e48-8288-2c28-7bf3-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:03.521128 | 0.25s 2025-11-25 10:27:15.998029 | fa163e48-8288-2c28-7bf3-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-11-25 10:27:16.016455 | fa163e48-8288-2c28-7bf3-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:03.571101 | 0.02s 2025-11-25 10:27:16.092062 | fa163e48-8288-2c28-7bf3-0000000033ba | TASK | Gather variables for each operating system 2025-11-25 10:27:16.184699 | fa163e48-8288-2c28-7bf3-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:03.739354 | 0.09s 2025-11-25 10:27:16.205371 | fa163e48-8288-2c28-7bf3-0000000033bb | TASK | Create container logs path 2025-11-25 10:27:16.414694 | fa163e48-8288-2c28-7bf3-0000000033bb | OK | Create container logs path | standalone 2025-11-25 10:27:16.415765 | fa163e48-8288-2c28-7bf3-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:03.970428 | 0.21s 2025-11-25 10:27:16.441720 | fa163e48-8288-2c28-7bf3-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-25 10:27:16.641265 | fa163e48-8288-2c28-7bf3-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-25 10:27:16.642307 | fa163e48-8288-2c28-7bf3-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:04.196968 | 0.20s 2025-11-25 10:27:16.666541 | fa163e48-8288-2c28-7bf3-0000000033be | TASK | Finalise hashes for all containers 2025-11-25 10:27:16.693533 | fa163e48-8288-2c28-7bf3-0000000033be | OK | Finalise hashes for all containers | standalone 2025-11-25 10:27:16.694507 | fa163e48-8288-2c28-7bf3-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:04.249169 | 0.03s 2025-11-25 10:27:16.717836 | fa163e48-8288-2c28-7bf3-0000000033c0 | TASK | Manage systemd shutdown files 2025-11-25 10:27:16.744302 | fa163e48-8288-2c28-7bf3-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:27:16.745181 | fa163e48-8288-2c28-7bf3-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:04.299847 | 0.03s 2025-11-25 10:27:16.769269 | fa163e48-8288-2c28-7bf3-0000000033c2 | TASK | Update container configs with new config hashes 2025-11-25 10:27:16.816737 | fa163e48-8288-2c28-7bf3-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:27:16.817991 | fa163e48-8288-2c28-7bf3-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:04.372653 | 0.05s 2025-11-25 10:27:16.843289 | fa163e48-8288-2c28-7bf3-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-25 10:27:16.906882 | fa163e48-8288-2c28-7bf3-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-25 10:27:16.907757 | fa163e48-8288-2c28-7bf3-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:04.462423 | 0.06s 2025-11-25 10:27:16.941447 | fa163e48-8288-2c28-7bf3-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-25 10:27:16.995317 | fa163e48-8288-2c28-7bf3-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-25 10:27:16.996703 | fa163e48-8288-2c28-7bf3-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:04.551362 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-11-25 10:27:17.141623 | fa163e48-8288-2c28-7bf3-0000000000d2 | TASK | External deployment step 3 2025-11-25 10:27:17.185089 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000d2') missing from stats 2025-11-25 10:27:17.245780 | fa163e48-8288-2c28-7bf3-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:04.800425 | 0.04s 2025-11-25 10:27:17.252864 | 65136daa-f110-429f-82ee-cebd4ca67ab6 | INCLUDED | /root/standalone-ansible-4jlq2qdr/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-11-25 10:27:17.367756 | fa163e48-8288-2c28-7bf3-0000000000d6 | TASK | Deploy step tasks for 3 2025-11-25 10:27:17.395085 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000d6') missing from stats 2025-11-25 10:27:17.417418 | fa163e48-8288-2c28-7bf3-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-11-25 10:27:17.910899 | fa163e48-8288-2c28-7bf3-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-11-25 10:27:17.912188 | fa163e48-8288-2c28-7bf3-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:05.466846 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-25 10:27:17.982894 | fa163e48-8288-2c28-7bf3-0000000000d8 | TIMING | include_tasks | standalone | 0:19:05.537460 | 0.04s 2025-11-25 10:27:18.016492 | 9bb18d61-a912-4b41-b9c7-b40af53cafd9 | INCLUDED | /root/standalone-ansible-4jlq2qdr/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-11-25 10:27:18.038327 | fa163e48-8288-2c28-7bf3-000000003428 | TASK | Start OVN container 2025-11-25 10:27:18.084591 | fa163e48-8288-2c28-7bf3-000000003428 | TIMING | Start OVN container | standalone | 0:19:05.639228 | 0.05s 2025-11-25 10:27:18.108358 | fa163e48-8288-2c28-7bf3-000000003428 | TIMING | Start OVN container | standalone | 0:19:05.663020 | 0.07s 2025-11-25 10:27:18.129544 | fa163e48-8288-2c28-7bf3-000000003428 | TIMING | Start OVN container | standalone | 0:19:05.684200 | 0.09s 2025-11-25 10:27:18.140873 | fa163e48-8288-2c28-7bf3-000000003428 | TIMING | Start OVN container | standalone | 0:19:05.695535 | 0.10s 2025-11-25 10:27:18.221580 | fa163e48-8288-2c28-7bf3-000000003460 | TASK | Gather variables for each operating system 2025-11-25 10:27:18.312119 | fa163e48-8288-2c28-7bf3-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:05.866770 | 0.09s 2025-11-25 10:27:18.333198 | fa163e48-8288-2c28-7bf3-000000003461 | TASK | Create container logs path 2025-11-25 10:27:18.522114 | fa163e48-8288-2c28-7bf3-000000003461 | OK | Create container logs path | standalone 2025-11-25 10:27:18.523477 | fa163e48-8288-2c28-7bf3-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:06.078134 | 0.19s 2025-11-25 10:27:18.555942 | fa163e48-8288-2c28-7bf3-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:18.813114 | fa163e48-8288-2c28-7bf3-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:18.814332 | fa163e48-8288-2c28-7bf3-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:06.368990 | 0.26s 2025-11-25 10:27:18.839077 | fa163e48-8288-2c28-7bf3-000000003464 | TASK | Finalise hashes for all containers 2025-11-25 10:27:18.931280 | fa163e48-8288-2c28-7bf3-000000003464 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:27:18.932458 | fa163e48-8288-2c28-7bf3-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:06.487119 | 0.09s 2025-11-25 10:27:18.965196 | fa163e48-8288-2c28-7bf3-000000003466 | TASK | Manage systemd shutdown files 2025-11-25 10:27:18.999631 | fa163e48-8288-2c28-7bf3-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:27:19.002228 | fa163e48-8288-2c28-7bf3-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:06.556870 | 0.03s 2025-11-25 10:27:19.036592 | fa163e48-8288-2c28-7bf3-000000003468 | TASK | Update container configs with new config hashes 2025-11-25 10:27:19.101617 | fa163e48-8288-2c28-7bf3-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:27:19.102646 | fa163e48-8288-2c28-7bf3-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:06.657309 | 0.06s 2025-11-25 10:27:19.132925 | fa163e48-8288-2c28-7bf3-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:19.182956 | fa163e48-8288-2c28-7bf3-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:06.737610 | 0.05s 2025-11-25 10:27:19.194734 | c8cc5398-4566-4d41-b77e-aac85b2a2068 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:27:19.226918 | fa163e48-8288-2c28-7bf3-0000000034f5 | TASK | Gather podman infos 2025-11-25 10:27:20.295671 | fa163e48-8288-2c28-7bf3-0000000034f5 | OK | Gather podman infos | standalone 2025-11-25 10:27:20.296328 | fa163e48-8288-2c28-7bf3-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:07.850998 | 1.07s 2025-11-25 10:27:20.348324 | fa163e48-8288-2c28-7bf3-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:20.411461 | fa163e48-8288-2c28-7bf3-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:07.966121 | 0.06s 2025-11-25 10:27:20.528645 | fa163e48-8288-2c28-7bf3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:08.083303 | 0.08s 2025-11-25 10:27:20.566274 | fa163e48-8288-2c28-7bf3-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:20.636175 | fa163e48-8288-2c28-7bf3-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:08.190821 | 0.07s 2025-11-25 10:27:20.653297 | 86b1b932-e1ac-4243-a4d6-9367fa7aa00f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:27:20.691222 | fa163e48-8288-2c28-7bf3-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:21.452714 | fa163e48-8288-2c28-7bf3-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:21.454242 | fa163e48-8288-2c28-7bf3-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:09.008900 | 0.76s 2025-11-25 10:27:21.475807 | fa163e48-8288-2c28-7bf3-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:24.235454 | fa163e48-8288-2c28-7bf3-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:24.237068 | fa163e48-8288-2c28-7bf3-000000003561 | 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:19:11.791723 | 2.76s 2025-11-25 10:27:24.295242 | fa163e48-8288-2c28-7bf3-00000000348b | TASK | Gather variables for each operating system 2025-11-25 10:27:24.414415 | fa163e48-8288-2c28-7bf3-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:11.969074 | 0.12s 2025-11-25 10:27:24.434522 | fa163e48-8288-2c28-7bf3-00000000348c | TASK | Create container logs path 2025-11-25 10:27:24.688441 | fa163e48-8288-2c28-7bf3-00000000348c | OK | Create container logs path | standalone 2025-11-25 10:27:24.690954 | fa163e48-8288-2c28-7bf3-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:12.245612 | 0.26s 2025-11-25 10:27:24.728078 | fa163e48-8288-2c28-7bf3-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:25.055085 | fa163e48-8288-2c28-7bf3-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:25.056372 | fa163e48-8288-2c28-7bf3-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:12.611028 | 0.33s 2025-11-25 10:27:25.091091 | fa163e48-8288-2c28-7bf3-00000000348f | TASK | Finalise hashes for all containers 2025-11-25 10:27:25.155271 | fa163e48-8288-2c28-7bf3-00000000348f | OK | Finalise hashes for all containers | standalone 2025-11-25 10:27:25.156539 | fa163e48-8288-2c28-7bf3-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:12.711198 | 0.06s 2025-11-25 10:27:25.186272 | fa163e48-8288-2c28-7bf3-000000003491 | TASK | Manage systemd shutdown files 2025-11-25 10:27:25.244793 | fa163e48-8288-2c28-7bf3-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:27:25.246110 | fa163e48-8288-2c28-7bf3-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:12.800768 | 0.06s 2025-11-25 10:27:25.282420 | fa163e48-8288-2c28-7bf3-000000003493 | TASK | Update container configs with new config hashes 2025-11-25 10:27:25.331706 | fa163e48-8288-2c28-7bf3-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:27:25.332738 | fa163e48-8288-2c28-7bf3-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:12.887402 | 0.05s 2025-11-25 10:27:25.364234 | fa163e48-8288-2c28-7bf3-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:25.415939 | fa163e48-8288-2c28-7bf3-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:12.970585 | 0.05s 2025-11-25 10:27:25.444294 | 920e6ef2-714b-4108-bfcc-570f25666bcd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:27:25.476061 | fa163e48-8288-2c28-7bf3-0000000035ac | TASK | Gather podman infos 2025-11-25 10:27:26.700447 | fa163e48-8288-2c28-7bf3-0000000035ac | OK | Gather podman infos | standalone 2025-11-25 10:27:26.701046 | fa163e48-8288-2c28-7bf3-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:14.255715 | 1.22s 2025-11-25 10:27:26.772428 | fa163e48-8288-2c28-7bf3-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:26.862047 | fa163e48-8288-2c28-7bf3-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:14.416699 | 0.08s 2025-11-25 10:27:27.001241 | fa163e48-8288-2c28-7bf3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:14.555899 | 0.09s 2025-11-25 10:27:27.038795 | fa163e48-8288-2c28-7bf3-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:27.111792 | fa163e48-8288-2c28-7bf3-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:14.666437 | 0.07s 2025-11-25 10:27:27.139796 | 135f6663-25c7-4446-adc6-8a0cd2f1a34a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:27:27.178995 | fa163e48-8288-2c28-7bf3-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:27.942560 | fa163e48-8288-2c28-7bf3-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:27.944267 | fa163e48-8288-2c28-7bf3-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:15.498928 | 0.76s 2025-11-25 10:27:27.966743 | fa163e48-8288-2c28-7bf3-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:31.605649 | fa163e48-8288-2c28-7bf3-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:31.607042 | fa163e48-8288-2c28-7bf3-000000003613 | 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:19:19.161701 | 3.64s 2025-11-25 10:27:31.677669 | fa163e48-8288-2c28-7bf3-0000000034b6 | TASK | Gather variables for each operating system 2025-11-25 10:27:31.808086 | fa163e48-8288-2c28-7bf3-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:19.362735 | 0.13s 2025-11-25 10:27:31.845725 | fa163e48-8288-2c28-7bf3-0000000034b7 | TASK | Create container logs path 2025-11-25 10:27:32.117025 | fa163e48-8288-2c28-7bf3-0000000034b7 | OK | Create container logs path | standalone 2025-11-25 10:27:32.117926 | fa163e48-8288-2c28-7bf3-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:19.672593 | 0.27s 2025-11-25 10:27:32.143702 | fa163e48-8288-2c28-7bf3-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:32.398309 | fa163e48-8288-2c28-7bf3-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:32.399911 | fa163e48-8288-2c28-7bf3-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:19.954561 | 0.25s 2025-11-25 10:27:32.419560 | fa163e48-8288-2c28-7bf3-0000000034ba | TASK | Finalise hashes for all containers 2025-11-25 10:27:32.489135 | fa163e48-8288-2c28-7bf3-0000000034ba | OK | Finalise hashes for all containers | standalone 2025-11-25 10:27:32.489858 | fa163e48-8288-2c28-7bf3-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:20.044525 | 0.07s 2025-11-25 10:27:32.509625 | fa163e48-8288-2c28-7bf3-0000000034bc | TASK | Manage systemd shutdown files 2025-11-25 10:27:32.568383 | fa163e48-8288-2c28-7bf3-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:27:32.569694 | fa163e48-8288-2c28-7bf3-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:20.124354 | 0.06s 2025-11-25 10:27:32.598885 | fa163e48-8288-2c28-7bf3-0000000034be | TASK | Update container configs with new config hashes 2025-11-25 10:27:32.672223 | fa163e48-8288-2c28-7bf3-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:27:32.673551 | fa163e48-8288-2c28-7bf3-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:20.228210 | 0.07s 2025-11-25 10:27:32.704969 | fa163e48-8288-2c28-7bf3-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:32.756631 | fa163e48-8288-2c28-7bf3-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:20.311277 | 0.05s 2025-11-25 10:27:32.778029 | dc4c3857-5e83-44f4-8554-c2d09b9c72e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:27:32.806031 | fa163e48-8288-2c28-7bf3-00000000365e | TASK | Gather podman infos 2025-11-25 10:27:33.987130 | fa163e48-8288-2c28-7bf3-00000000365e | OK | Gather podman infos | standalone 2025-11-25 10:27:33.987804 | fa163e48-8288-2c28-7bf3-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:21.542474 | 1.18s 2025-11-25 10:27:34.053887 | fa163e48-8288-2c28-7bf3-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:34.123054 | fa163e48-8288-2c28-7bf3-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:21.677702 | 0.06s 2025-11-25 10:27:34.250198 | fa163e48-8288-2c28-7bf3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:21.804846 | 0.08s 2025-11-25 10:27:34.308161 | fa163e48-8288-2c28-7bf3-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:34.382610 | fa163e48-8288-2c28-7bf3-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:21.937256 | 0.07s 2025-11-25 10:27:34.407380 | cf33923d-32d5-4abc-aaba-346e701c187b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:27:34.446475 | fa163e48-8288-2c28-7bf3-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:35.369323 | fa163e48-8288-2c28-7bf3-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:35.370919 | fa163e48-8288-2c28-7bf3-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:22.925575 | 0.92s 2025-11-25 10:27:35.402700 | fa163e48-8288-2c28-7bf3-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-25 10:27:38.275439 | fa163e48-8288-2c28-7bf3-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-25 10:27:38.277785 | fa163e48-8288-2c28-7bf3-0000000036c5 | 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:19:25.832443 | 2.87s 2025-11-25 10:27:38.334438 | fa163e48-8288-2c28-7bf3-00000000342a | TASK | Set NB connection 2025-11-25 10:27:38.763513 | fa163e48-8288-2c28-7bf3-00000000342a | CHANGED | Set NB connection | standalone 2025-11-25 10:27:38.765018 | fa163e48-8288-2c28-7bf3-00000000342a | TIMING | Set NB connection | standalone | 0:19:26.319679 | 0.43s 2025-11-25 10:27:38.795658 | fa163e48-8288-2c28-7bf3-00000000342b | TASK | Set SB connection 2025-11-25 10:27:39.160542 | fa163e48-8288-2c28-7bf3-00000000342b | CHANGED | Set SB connection | standalone 2025-11-25 10:27:39.161976 | fa163e48-8288-2c28-7bf3-00000000342b | TIMING | Set SB connection | standalone | 0:19:26.716635 | 0.36s 2025-11-25 10:27:39.191237 | fa163e48-8288-2c28-7bf3-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-11-25 10:27:39.428246 | fa163e48-8288-2c28-7bf3-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-11-25 10:27:39.429700 | fa163e48-8288-2c28-7bf3-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:26.984360 | 0.24s 2025-11-25 10:27:39.539751 | fa163e48-8288-2c28-7bf3-0000000000db | TIMING | include_tasks | standalone | 0:19:27.094407 | 0.08s 2025-11-25 10:27:39.576485 | 962bdf06-0ffb-4801-875b-1b3553fe968f | INCLUDED | /root/standalone-ansible-4jlq2qdr/common_deploy_steps_tasks.yaml | standalone 2025-11-25 10:27:39.604409 | fa163e48-8288-2c28-7bf3-00000000370a | TASK | Write the config_step hieradata 2025-11-25 10:27:40.087336 | fa163e48-8288-2c28-7bf3-00000000370a | OK | Write the config_step hieradata | standalone 2025-11-25 10:27:40.088540 | fa163e48-8288-2c28-7bf3-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:27.643199 | 0.48s 2025-11-25 10:27:40.118180 | fa163e48-8288-2c28-7bf3-00000000370b | TASK | Run puppet host configuration for step 3 2025-11-25 10:27:40.457913 | fa163e48-8288-2c28-7bf3-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2025-11-25 10:27:40.459094 | fa163e48-8288-2c28-7bf3-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:28.013752 | 0.34s 2025-11-25 10:27:40.486517 | fa163e48-8288-2c28-7bf3-00000000370c | TASK | Wait for puppet host configuration to finish 2025-11-25 10:27:40.719190 | fa163e48-8288-2c28-7bf3-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-25 10:27:50.933457 | fa163e48-8288-2c28-7bf3-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-25 10:28:01.160784 | fa163e48-8288-2c28-7bf3-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-25 10:28:01.162073 | fa163e48-8288-2c28-7bf3-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:48.716733 | 20.67s 2025-11-25 10:28:01.192105 | fa163e48-8288-2c28-7bf3-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2025-11-25 10:28:01.275580 | fa163e48-8288-2c28-7bf3-00000000370d | 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>Nov 25 10:27:40 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 25 10:27:46 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 25 10:27:46 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 25 10:27:46 puppet-user: (file & line not available)", "<13>Nov 25 10:27:46 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>Nov 25 10:27:46 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 25 10:27:47 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 25 10:27:47 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.44 seconds", "<13>Nov 25 10:27:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 25 10:27:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 25 10:27:55 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 25 10:27:55 puppet-user: Notice: Applied catalog in 8.14 seconds", "<13>Nov 25 10:27:55 puppet-user: Application:", "<13>Nov 25 10:27:55 puppet-user: Initial environment: production", "<13>Nov 25 10:27:55 puppet-user: Converged environment: production", "<13>Nov 25 10:27:55 puppet-user: Run mode: user", "<13>Nov 25 10:27:55 puppet-user: Changes:", "<13>Nov 25 10:27:55 puppet-user: Total: 2", "<13>Nov 25 10:27:55 puppet-user: Events:", "<13>Nov 25 10:27:55 puppet-user: Success: 2", "<13>Nov 25 10:27:55 puppet-user: Resources:", "<13>Nov 25 10:27:55 puppet-user: Changed: 2", "<13>Nov 25 10:27:55 puppet-user: Out of sync: 2", "<13>Nov 25 10:27:55 puppet-user: Total: 28", "<13>Nov 25 10:27:55 puppet-user: Time:", "<13>Nov 25 10:27:55 puppet-user: Filebucket: 0.00", "<13>Nov 25 10:27:55 puppet-user: Schedule: 0.00", "<13>Nov 25 10:27:55 puppet-user: File line: 0.00", "<13>Nov 25 10:27:55 puppet-user: Package: 0.00", "<13>Nov 25 10:27:55 puppet-user: File: 0.00", "<13>Nov 25 10:27:55 puppet-user: Augeas: 0.01", "<13>Nov 25 10:27:55 puppet-user: User: 0.06", "<13>Nov 25 10:27:55 puppet-user: Service: 0.08", "<13>Nov 25 10:27:55 puppet-user: Config retrieval: 0.50", "<13>Nov 25 10:27:55 puppet-user: Pcmk property: 1.63", "<13>Nov 25 10:27:55 puppet-user: Exec: 1.99", "<13>Nov 25 10:27:55 puppet-user: Last run: 1764066475", "<13>Nov 25 10:27:55 puppet-user: Pcmk resource op default: 2.08", "<13>Nov 25 10:27:55 puppet-user: Pcmk resource default: 2.13", "<13>Nov 25 10:27:55 puppet-user: Transaction evaluation: 8.12", "<13>Nov 25 10:27:55 puppet-user: Catalog application: 8.14", "<13>Nov 25 10:27:55 puppet-user: Total: 8.14", "<13>Nov 25 10:27:55 puppet-user: Version:", "<13>Nov 25 10:27:55 puppet-user: Config: 1764066466", "<13>Nov 25 10:27:55 puppet-user: Puppet: 7.10.0" ] } 2025-11-25 10:28:01.277322 | fa163e48-8288-2c28-7bf3-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:19:48.831981 | 0.08s 2025-11-25 10:28:01.306228 | fa163e48-8288-2c28-7bf3-00000000370e | TASK | Pre-cache facts for puppet containers 2025-11-25 10:28:01.327363 | fa163e48-8288-2c28-7bf3-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:48.882014 | 0.02s 2025-11-25 10:28:01.399161 | fa163e48-8288-2c28-7bf3-00000000374d | TASK | Gather variables for each operating system 2025-11-25 10:28:01.516873 | fa163e48-8288-2c28-7bf3-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:49.071523 | 0.12s 2025-11-25 10:28:01.547569 | fa163e48-8288-2c28-7bf3-00000000374e | TASK | Create puppet caching structures 2025-11-25 10:28:01.772034 | fa163e48-8288-2c28-7bf3-00000000374e | CHANGED | Create puppet caching structures | standalone 2025-11-25 10:28:01.773605 | fa163e48-8288-2c28-7bf3-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:49.328256 | 0.22s 2025-11-25 10:28:01.805138 | fa163e48-8288-2c28-7bf3-00000000374f | TASK | Check for facter.conf 2025-11-25 10:28:02.045164 | fa163e48-8288-2c28-7bf3-00000000374f | OK | Check for facter.conf | standalone 2025-11-25 10:28:02.046024 | fa163e48-8288-2c28-7bf3-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:49.600692 | 0.24s 2025-11-25 10:28:02.065525 | fa163e48-8288-2c28-7bf3-000000003750 | TASK | Remove facter.conf if directory 2025-11-25 10:28:02.102832 | fa163e48-8288-2c28-7bf3-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-25 10:28:02.103801 | fa163e48-8288-2c28-7bf3-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:49.658467 | 0.04s 2025-11-25 10:28:02.123414 | fa163e48-8288-2c28-7bf3-000000003751 | TASK | Write facter cache config 2025-11-25 10:28:02.628870 | fa163e48-8288-2c28-7bf3-000000003751 | CHANGED | Write facter cache config | standalone 2025-11-25 10:28:02.629929 | fa163e48-8288-2c28-7bf3-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:50.184595 | 0.51s 2025-11-25 10:28:02.649280 | fa163e48-8288-2c28-7bf3-000000003752 | TASK | Cleanup facter cache if exists 2025-11-25 10:28:02.888509 | fa163e48-8288-2c28-7bf3-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-25 10:28:02.891673 | fa163e48-8288-2c28-7bf3-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:50.446325 | 0.24s 2025-11-25 10:28:02.922007 | fa163e48-8288-2c28-7bf3-000000003753 | TASK | Pre-cache facts 2025-11-25 10:28:03.457300 | fa163e48-8288-2c28-7bf3-000000003753 | CHANGED | Pre-cache facts | standalone 2025-11-25 10:28:03.458604 | fa163e48-8288-2c28-7bf3-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:51.013264 | 0.53s 2025-11-25 10:28:03.489757 | fa163e48-8288-2c28-7bf3-000000003754 | TASK | Failed deployment if facter fails 2025-11-25 10:28:03.535848 | fa163e48-8288-2c28-7bf3-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-25 10:28:03.536775 | fa163e48-8288-2c28-7bf3-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:51.091441 | 0.05s 2025-11-25 10:28:03.567405 | fa163e48-8288-2c28-7bf3-000000003755 | TASK | Sync cached facts 2025-11-25 10:28:03.867042 | fa163e48-8288-2c28-7bf3-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e48-8288-2c28-7bf3-000000003755') missing from stats 2025-11-25 10:28:03.912329 | fa163e48-8288-2c28-7bf3-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-25 10:28:03.963342 | fa163e48-8288-2c28-7bf3-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-25 10:28:03.965283 | fa163e48-8288-2c28-7bf3-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:51.519942 | 0.05s 2025-11-25 10:28:03.989121 | fa163e48-8288-2c28-7bf3-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2025-11-25 10:28:04.018998 | fa163e48-8288-2c28-7bf3-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:19:51.573652 | 0.03s 2025-11-25 10:28:04.078783 | fa163e48-8288-2c28-7bf3-0000000037ac | TASK | Gather variables for each operating system 2025-11-25 10:28:04.202541 | fa163e48-8288-2c28-7bf3-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:51.757189 | 0.12s 2025-11-25 10:28:04.235907 | fa163e48-8288-2c28-7bf3-0000000037ad | TASK | Create container logs path 2025-11-25 10:28:04.463437 | fa163e48-8288-2c28-7bf3-0000000037ad | OK | Create container logs path | standalone 2025-11-25 10:28:04.464706 | fa163e48-8288-2c28-7bf3-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:52.019366 | 0.23s 2025-11-25 10:28:04.501961 | fa163e48-8288-2c28-7bf3-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-11-25 10:28:04.803215 | fa163e48-8288-2c28-7bf3-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-25 10:28:04.804531 | fa163e48-8288-2c28-7bf3-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:52.359186 | 0.30s 2025-11-25 10:28:04.836389 | fa163e48-8288-2c28-7bf3-0000000037b0 | TASK | Finalise hashes for all containers 2025-11-25 10:28:04.919673 | fa163e48-8288-2c28-7bf3-0000000037b0 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:28:04.920743 | fa163e48-8288-2c28-7bf3-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:52.475411 | 0.08s 2025-11-25 10:28:04.950219 | fa163e48-8288-2c28-7bf3-0000000037b2 | TASK | Manage systemd shutdown files 2025-11-25 10:28:04.997523 | fa163e48-8288-2c28-7bf3-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:52.552172 | 0.04s 2025-11-25 10:28:05.031771 | 9a667f16-76c4-45fb-88fe-c39bc369bb94 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-25 10:28:05.066369 | fa163e48-8288-2c28-7bf3-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-25 10:28:05.331217 | fa163e48-8288-2c28-7bf3-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-25 10:28:05.332808 | fa163e48-8288-2c28-7bf3-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:52.887459 | 0.26s 2025-11-25 10:28:05.363542 | fa163e48-8288-2c28-7bf3-0000000037e6 | TASK | Set podman_drop_in fact 2025-11-25 10:28:05.426410 | fa163e48-8288-2c28-7bf3-0000000037e6 | OK | Set podman_drop_in fact | standalone 2025-11-25 10:28:05.427714 | fa163e48-8288-2c28-7bf3-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:52.982373 | 0.06s 2025-11-25 10:28:05.460650 | fa163e48-8288-2c28-7bf3-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-25 10:28:05.924811 | fa163e48-8288-2c28-7bf3-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-25 10:28:05.927638 | fa163e48-8288-2c28-7bf3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:53.482292 | 0.47s 2025-11-25 10:28:06.357833 | fa163e48-8288-2c28-7bf3-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-25 10:28:06.358528 | fa163e48-8288-2c28-7bf3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:53.913198 | 0.90s 2025-11-25 10:28:06.365845 | fa163e48-8288-2c28-7bf3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:53.920477 | 0.90s 2025-11-25 10:28:06.386293 | fa163e48-8288-2c28-7bf3-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-25 10:28:06.837618 | fa163e48-8288-2c28-7bf3-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-25 10:28:06.839206 | fa163e48-8288-2c28-7bf3-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:54.393863 | 0.45s 2025-11-25 10:28:06.865850 | fa163e48-8288-2c28-7bf3-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-25 10:28:07.287359 | fa163e48-8288-2c28-7bf3-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-25 10:28:07.288895 | fa163e48-8288-2c28-7bf3-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:54.843551 | 0.42s 2025-11-25 10:28:07.318319 | fa163e48-8288-2c28-7bf3-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2025-11-25 10:28:07.936949 | fa163e48-8288-2c28-7bf3-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-25 10:28:07.938193 | fa163e48-8288-2c28-7bf3-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:55.492860 | 0.62s 2025-11-25 10:28:07.959127 | fa163e48-8288-2c28-7bf3-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-25 10:28:08.541974 | fa163e48-8288-2c28-7bf3-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-25 10:28:08.543585 | fa163e48-8288-2c28-7bf3-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:56.098242 | 0.58s 2025-11-25 10:28:08.574698 | fa163e48-8288-2c28-7bf3-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-25 10:28:09.105642 | fa163e48-8288-2c28-7bf3-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-25 10:28:09.107176 | fa163e48-8288-2c28-7bf3-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:56.661834 | 0.53s 2025-11-25 10:28:09.139454 | fa163e48-8288-2c28-7bf3-0000000037ee | TASK | Enable and start netns-placeholder 2025-11-25 10:28:09.803610 | fa163e48-8288-2c28-7bf3-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2025-11-25 10:28:09.805152 | fa163e48-8288-2c28-7bf3-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:57.359809 | 0.66s 2025-11-25 10:28:09.837589 | fa163e48-8288-2c28-7bf3-0000000037b4 | TASK | Update container configs with new config hashes 2025-11-25 10:28:09.881248 | fa163e48-8288-2c28-7bf3-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:57.435889 | 0.04s 2025-11-25 10:28:09.905062 | ba0fcd67-6050-4aa5-85db-62e69de9fded | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-25 10:28:09.940488 | fa163e48-8288-2c28-7bf3-000000003816 | TASK | Update config hashes for container startup configs 2025-11-25 10:28:10.220108 | fa163e48-8288-2c28-7bf3-000000003816 | OK | Update config hashes for container startup configs | standalone 2025-11-25 10:28:10.221694 | fa163e48-8288-2c28-7bf3-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:57.776351 | 0.28s 2025-11-25 10:28:10.243407 | fa163e48-8288-2c28-7bf3-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-25 10:28:10.294958 | fa163e48-8288-2c28-7bf3-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:57.849614 | 0.05s 2025-11-25 10:28:10.307082 | 5394b01a-ef64-4ad4-a267-937aa47bfe7e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:28:10.329919 | fa163e48-8288-2c28-7bf3-000000003835 | TASK | Gather podman infos 2025-11-25 10:28:11.515035 | fa163e48-8288-2c28-7bf3-000000003835 | OK | Gather podman infos | standalone 2025-11-25 10:28:11.515904 | fa163e48-8288-2c28-7bf3-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:59.070575 | 1.19s 2025-11-25 10:28:11.569386 | fa163e48-8288-2c28-7bf3-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-25 10:28:11.648314 | fa163e48-8288-2c28-7bf3-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:59.202964 | 0.07s 2025-11-25 10:28:11.779032 | fa163e48-8288-2c28-7bf3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:59.333674 | 0.09s 2025-11-25 10:28:11.829011 | fa163e48-8288-2c28-7bf3-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-25 10:28:11.874485 | fa163e48-8288-2c28-7bf3-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:59.429137 | 0.04s 2025-11-25 10:28:11.890846 | 9f4ac4d7-2e6e-43a9-9317-2d8b3fcded10 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:28:11.927411 | fa163e48-8288-2c28-7bf3-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-25 10:29:05.182187 | fa163e48-8288-2c28-7bf3-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-25 10:29:05.184004 | fa163e48-8288-2c28-7bf3-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:52.738661 | 53.26s 2025-11-25 10:29:05.216582 | fa163e48-8288-2c28-7bf3-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-25 10:29:30.278453 | fa163e48-8288-2c28-7bf3-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-25 10:29:30.280109 | fa163e48-8288-2c28-7bf3-0000000038a1 | 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:21:17.834768 | 25.06s 2025-11-25 10:29:30.353976 | fa163e48-8288-2c28-7bf3-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2025-11-25 10:29:30.635731 | fa163e48-8288-2c28-7bf3-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-11-25 10:29:30.637171 | fa163e48-8288-2c28-7bf3-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:18.191828 | 0.28s 2025-11-25 10:29:30.683083 | fa163e48-8288-2c28-7bf3-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-11-25 10:29:30.739372 | fa163e48-8288-2c28-7bf3-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:18.294018 | 0.05s 2025-11-25 10:29:30.770354 | fa163e48-8288-2c28-7bf3-000000003715 | TASK | Include container-puppet tasks for step 3 2025-11-25 10:29:30.826175 | fa163e48-8288-2c28-7bf3-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:18.380819 | 0.05s 2025-11-25 10:29:30.850725 | c2294afd-1843-450e-a15b-7a1daa306c03 | INCLUDED | /root/standalone-ansible-4jlq2qdr/host-container-puppet-tasks.yaml | standalone 2025-11-25 10:29:30.898401 | fa163e48-8288-2c28-7bf3-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2025-11-25 10:29:31.438564 | fa163e48-8288-2c28-7bf3-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-11-25 10:29:31.439971 | fa163e48-8288-2c28-7bf3-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:18.994624 | 0.54s 2025-11-25 10:29:31.472303 | fa163e48-8288-2c28-7bf3-0000000038ee | TASK | Generate container puppet configs for step 3 2025-11-25 10:29:31.748433 | fa163e48-8288-2c28-7bf3-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2025-11-25 10:29:31.749183 | fa163e48-8288-2c28-7bf3-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:19.303851 | 0.28s 2025-11-25 10:29:31.768607 | fa163e48-8288-2c28-7bf3-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-11-25 10:29:31.797790 | fa163e48-8288-2c28-7bf3-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:19.352449 | 0.03s 2025-11-25 10:29:31.851342 | fa163e48-8288-2c28-7bf3-00000000391e | TASK | Gather variables for each operating system 2025-11-25 10:29:31.942653 | fa163e48-8288-2c28-7bf3-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:19.497301 | 0.09s 2025-11-25 10:29:31.974780 | fa163e48-8288-2c28-7bf3-00000000391f | TASK | Create container logs path 2025-11-25 10:29:32.206512 | fa163e48-8288-2c28-7bf3-00000000391f | OK | Create container logs path | standalone 2025-11-25 10:29:32.208444 | fa163e48-8288-2c28-7bf3-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:19.763093 | 0.23s 2025-11-25 10:29:32.245440 | fa163e48-8288-2c28-7bf3-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-25 10:29:32.508886 | fa163e48-8288-2c28-7bf3-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-25 10:29:32.510181 | fa163e48-8288-2c28-7bf3-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:20.064837 | 0.26s 2025-11-25 10:29:32.545775 | fa163e48-8288-2c28-7bf3-000000003922 | TASK | Finalise hashes for all containers 2025-11-25 10:29:32.608376 | fa163e48-8288-2c28-7bf3-000000003922 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:29:32.610503 | fa163e48-8288-2c28-7bf3-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:20.165161 | 0.06s 2025-11-25 10:29:32.640794 | fa163e48-8288-2c28-7bf3-000000003924 | TASK | Manage systemd shutdown files 2025-11-25 10:29:32.683048 | fa163e48-8288-2c28-7bf3-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:29:32.684553 | fa163e48-8288-2c28-7bf3-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:20.239209 | 0.04s 2025-11-25 10:29:32.716843 | fa163e48-8288-2c28-7bf3-000000003926 | TASK | Update container configs with new config hashes 2025-11-25 10:29:32.771260 | fa163e48-8288-2c28-7bf3-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:29:32.772550 | fa163e48-8288-2c28-7bf3-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:20.327209 | 0.05s 2025-11-25 10:29:32.805129 | fa163e48-8288-2c28-7bf3-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-25 10:29:32.857494 | fa163e48-8288-2c28-7bf3-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-25 10:29:32.858433 | fa163e48-8288-2c28-7bf3-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:20.413097 | 0.05s 2025-11-25 10:29:32.882884 | fa163e48-8288-2c28-7bf3-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-25 10:29:32.922157 | fa163e48-8288-2c28-7bf3-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-25 10:29:32.923136 | fa163e48-8288-2c28-7bf3-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:20.477802 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-11-25 10:29:33.064744 | fa163e48-8288-2c28-7bf3-0000000000de | TASK | External deployment step 4 2025-11-25 10:29:33.103456 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000de') missing from stats 2025-11-25 10:29:33.157261 | fa163e48-8288-2c28-7bf3-0000000000df | TIMING | include_tasks | undercloud | 0:21:20.711911 | 0.04s 2025-11-25 10:29:33.179404 | edee3594-9f30-42eb-a3eb-89711df021de | INCLUDED | /root/standalone-ansible-4jlq2qdr/external_deploy_steps_tasks_step4.yaml | undercloud 2025-11-25 10:29:33.199352 | fa163e48-8288-2c28-7bf3-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2025-11-25 10:29:34.911035 | fa163e48-8288-2c28-7bf3-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-11-25 10:29:34.911924 | fa163e48-8288-2c28-7bf3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:22.466590 | 1.71s 2025-11-25 10:29:36.145773 | fa163e48-8288-2c28-7bf3-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-11-25 10:29:36.147180 | fa163e48-8288-2c28-7bf3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:23.701838 | 2.95s 2025-11-25 10:29:36.165963 | fa163e48-8288-2c28-7bf3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:23.720621 | 2.97s 2025-11-25 10:29:36.184056 | fa163e48-8288-2c28-7bf3-00000000397a | TASK | Manage Keystone resources for OpenStack services 2025-11-25 10:29:36.238110 | fa163e48-8288-2c28-7bf3-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:23.792756 | 0.05s 2025-11-25 10:29:36.299524 | fa163e48-8288-2c28-7bf3-0000000039a6 | TASK | Create Keystone Admin resources 2025-11-25 10:29:36.348625 | fa163e48-8288-2c28-7bf3-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:23.903272 | 0.05s 2025-11-25 10:29:36.385362 | 1259a531-7c1d-4d51-a76a-105cd2e5937a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-11-25 10:29:36.414584 | fa163e48-8288-2c28-7bf3-0000000039e7 | TASK | Create admin and service projects 2025-11-25 10:29:36.474325 | fa163e48-8288-2c28-7bf3-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:24.028981 | 0.06s 2025-11-25 10:29:36.484357 | fc9b70a1-2442-4915-b773-a3000b3b8b22 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-25 10:29:36.513518 | fa163e48-8288-2c28-7bf3-000000003a38 | TASK | Async creation of Keystone project 2025-11-25 10:29:37.003519 | fa163e48-8288-2c28-7bf3-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-11-25 10:29:37.004522 | fa163e48-8288-2c28-7bf3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:24.559190 | 0.49s 2025-11-25 10:29:37.312027 | fa163e48-8288-2c28-7bf3-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-25 10:29:37.312721 | fa163e48-8288-2c28-7bf3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:24.867388 | 0.80s 2025-11-25 10:29:37.315931 | fa163e48-8288-2c28-7bf3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:24.870595 | 0.80s 2025-11-25 10:29:37.330338 | fa163e48-8288-2c28-7bf3-000000003a3a | TASK | Check Keystone project status 2025-11-25 10:29:37.544656 | fa163e48-8288-2c28-7bf3-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-25 10:29:42.790734 | fa163e48-8288-2c28-7bf3-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2025-11-25 10:29:42.791711 | fa163e48-8288-2c28-7bf3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:30.346374 | 5.46s 2025-11-25 10:29:43.021242 | fa163e48-8288-2c28-7bf3-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2025-11-25 10:29:43.022432 | fa163e48-8288-2c28-7bf3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:30.577092 | 5.69s 2025-11-25 10:29:43.029604 | fa163e48-8288-2c28-7bf3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:30.584260 | 5.70s 2025-11-25 10:29:43.051364 | fa163e48-8288-2c28-7bf3-0000000039e8 | TASK | Create admin role 2025-11-25 10:29:44.484452 | fa163e48-8288-2c28-7bf3-0000000039e8 | OK | Create admin role | undercloud 2025-11-25 10:29:44.485270 | fa163e48-8288-2c28-7bf3-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:32.039939 | 1.43s 2025-11-25 10:29:44.499702 | fa163e48-8288-2c28-7bf3-0000000039e9 | TASK | Create _member_ role 2025-11-25 10:29:44.536616 | fa163e48-8288-2c28-7bf3-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2025-11-25 10:29:44.537595 | fa163e48-8288-2c28-7bf3-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:32.092263 | 0.04s 2025-11-25 10:29:44.553036 | fa163e48-8288-2c28-7bf3-0000000039ea | TASK | Check admin password 2025-11-25 10:29:45.968656 | fa163e48-8288-2c28-7bf3-0000000039ea | OK | Check admin password | undercloud 2025-11-25 10:29:45.970291 | fa163e48-8288-2c28-7bf3-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:33.524948 | 1.42s 2025-11-25 10:29:45.990768 | fa163e48-8288-2c28-7bf3-0000000039eb | TASK | Create admin user 2025-11-25 10:29:47.807506 | fa163e48-8288-2c28-7bf3-0000000039eb | CHANGED | Create admin user | undercloud 2025-11-25 10:29:47.808964 | fa163e48-8288-2c28-7bf3-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:35.363622 | 1.82s 2025-11-25 10:29:47.830041 | fa163e48-8288-2c28-7bf3-0000000039ec | TASK | Assign admin role to admin project for admin user 2025-11-25 10:29:49.499420 | fa163e48-8288-2c28-7bf3-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2025-11-25 10:29:49.500211 | fa163e48-8288-2c28-7bf3-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:37.054875 | 1.67s 2025-11-25 10:29:49.514680 | fa163e48-8288-2c28-7bf3-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2025-11-25 10:29:49.583108 | fa163e48-8288-2c28-7bf3-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-11-25 10:29:49.583898 | fa163e48-8288-2c28-7bf3-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:37.138563 | 0.07s 2025-11-25 10:29:49.598341 | fa163e48-8288-2c28-7bf3-0000000039ee | TASK | Create identity service 2025-11-25 10:29:50.848215 | fa163e48-8288-2c28-7bf3-0000000039ee | OK | Create identity service | undercloud 2025-11-25 10:29:50.849997 | fa163e48-8288-2c28-7bf3-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:38.404645 | 1.25s 2025-11-25 10:29:50.871535 | fa163e48-8288-2c28-7bf3-0000000039ef | TASK | Create identity public endpoint 2025-11-25 10:29:52.274298 | fa163e48-8288-2c28-7bf3-0000000039ef | OK | Create identity public endpoint | undercloud 2025-11-25 10:29:52.276235 | fa163e48-8288-2c28-7bf3-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:39.830886 | 1.40s 2025-11-25 10:29:52.301098 | fa163e48-8288-2c28-7bf3-0000000039f0 | TASK | Create identity internal endpoint 2025-11-25 10:29:53.572104 | fa163e48-8288-2c28-7bf3-0000000039f0 | OK | Create identity internal endpoint | undercloud 2025-11-25 10:29:53.573198 | fa163e48-8288-2c28-7bf3-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:41.127865 | 1.27s 2025-11-25 10:29:53.588130 | fa163e48-8288-2c28-7bf3-0000000039f1 | TASK | Create identity admin endpoint 2025-11-25 10:29:54.776732 | fa163e48-8288-2c28-7bf3-0000000039f1 | OK | Create identity admin endpoint | undercloud 2025-11-25 10:29:54.778108 | fa163e48-8288-2c28-7bf3-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:42.332767 | 1.19s 2025-11-25 10:29:54.796584 | fa163e48-8288-2c28-7bf3-0000000039a7 | TASK | Create Keystone Projects 2025-11-25 10:29:54.868475 | fa163e48-8288-2c28-7bf3-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:42.423131 | 0.07s 2025-11-25 10:29:54.880456 | fa163e48-8288-2c28-7bf3-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:42.435113 | 0.08s 2025-11-25 10:29:54.893504 | 5f239a97-07d0-4ef5-89f3-06e75ab761da | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-25 10:29:54.940729 | fa163e48-8288-2c28-7bf3-000000003ac4 | TASK | Async creation of Keystone project 2025-11-25 10:29:55.289670 | fa163e48-8288-2c28-7bf3-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-25 10:29:55.291343 | fa163e48-8288-2c28-7bf3-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:42.846007 | 0.35s 2025-11-25 10:29:55.302797 | fa163e48-8288-2c28-7bf3-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:42.857455 | 0.36s 2025-11-25 10:29:55.322403 | fa163e48-8288-2c28-7bf3-000000003ac6 | TASK | Check Keystone project status 2025-11-25 10:29:55.585989 | fa163e48-8288-2c28-7bf3-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-25 10:30:00.775336 | fa163e48-8288-2c28-7bf3-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2025-11-25 10:30:00.777049 | fa163e48-8288-2c28-7bf3-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:48.331701 | 5.45s 2025-11-25 10:30:00.784028 | fa163e48-8288-2c28-7bf3-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:48.338685 | 5.46s 2025-11-25 10:30:00.804202 | fa163e48-8288-2c28-7bf3-0000000039a9 | TASK | Create Keystone Domains 2025-11-25 10:30:00.906735 | fa163e48-8288-2c28-7bf3-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:48.461379 | 0.10s 2025-11-25 10:30:00.913262 | fa163e48-8288-2c28-7bf3-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:48.467923 | 0.11s 2025-11-25 10:30:00.927373 | b41194ba-2f19-40c1-9683-0f860397a75e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-11-25 10:30:00.978123 | fa163e48-8288-2c28-7bf3-000000003b79 | TASK | Async creation of Keystone domains 2025-11-25 10:30:01.465675 | fa163e48-8288-2c28-7bf3-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-11-25 10:30:01.468497 | fa163e48-8288-2c28-7bf3-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:49.023150 | 0.49s 2025-11-25 10:30:01.478380 | fa163e48-8288-2c28-7bf3-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:49.033036 | 0.50s 2025-11-25 10:30:01.498345 | fa163e48-8288-2c28-7bf3-000000003b7b | TASK | Check Keystone domain status 2025-11-25 10:30:01.789053 | fa163e48-8288-2c28-7bf3-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-11-25 10:30:07.005464 | fa163e48-8288-2c28-7bf3-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-11-25 10:30:07.006279 | fa163e48-8288-2c28-7bf3-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:54.560945 | 5.51s 2025-11-25 10:30:07.009845 | fa163e48-8288-2c28-7bf3-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:54.564473 | 5.51s 2025-11-25 10:30:07.029203 | fa163e48-8288-2c28-7bf3-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-11-25 10:30:07.070336 | fa163e48-8288-2c28-7bf3-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:21:54.624987 | 0.04s 2025-11-25 10:30:07.084263 | 2d277ee2-8a70-4d87-9c3d-3dd21da2ee94 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-11-25 10:30:07.147801 | fa163e48-8288-2c28-7bf3-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2025-11-25 10:30:08.588078 | fa163e48-8288-2c28-7bf3-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-11-25 10:30:08.589246 | fa163e48-8288-2c28-7bf3-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:21:56.143910 | 1.44s 2025-11-25 10:30:08.607512 | fa163e48-8288-2c28-7bf3-000000003c44 | TASK | Set openstack_domains fact 2025-11-25 10:30:08.673867 | fa163e48-8288-2c28-7bf3-000000003c44 | OK | Set openstack_domains fact | undercloud 2025-11-25 10:30:08.675311 | fa163e48-8288-2c28-7bf3-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:21:56.229969 | 0.06s 2025-11-25 10:30:08.694746 | fa163e48-8288-2c28-7bf3-0000000039ac | TASK | Create Keystone Services 2025-11-25 10:30:08.803285 | fa163e48-8288-2c28-7bf3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:56.357929 | 0.11s 2025-11-25 10:30:08.820883 | fa163e48-8288-2c28-7bf3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:56.375543 | 0.12s 2025-11-25 10:30:08.830471 | fa163e48-8288-2c28-7bf3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:56.385127 | 0.13s 2025-11-25 10:30:08.848887 | 3b827fd1-f3ae-46cf-8202-a159c05c920e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-25 10:30:08.858566 | 8408d907-cd02-4135-81f1-8a759b91ed96 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-25 10:30:08.914534 | fa163e48-8288-2c28-7bf3-000000003d20 | TASK | Async creation of Keystone service 2025-11-25 10:30:09.263839 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-11-25 10:30:09.265310 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:56.819966 | 0.35s 2025-11-25 10:30:09.593877 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-11-25 10:30:09.595367 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:57.149999 | 0.68s 2025-11-25 10:30:09.904609 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-11-25 10:30:09.906079 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:57.460734 | 0.99s 2025-11-25 10:30:10.162852 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-11-25 10:30:10.163469 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:57.718139 | 1.25s 2025-11-25 10:30:10.420257 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-11-25 10:30:10.420986 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:57.975630 | 1.50s 2025-11-25 10:30:10.767715 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-11-25 10:30:10.768395 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:58.323065 | 1.85s 2025-11-25 10:30:11.107925 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-11-25 10:30:11.108988 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:58.663658 | 2.19s 2025-11-25 10:30:11.388926 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-11-25 10:30:11.389703 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:58.944370 | 2.47s 2025-11-25 10:30:11.622420 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-11-25 10:30:11.623724 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.178389 | 2.71s 2025-11-25 10:30:11.914615 | fa163e48-8288-2c28-7bf3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-11-25 10:30:11.916236 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.470901 | 3.00s 2025-11-25 10:30:11.927842 | fa163e48-8288-2c28-7bf3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.482476 | 3.01s 2025-11-25 10:30:11.945762 | fa163e48-8288-2c28-7bf3-000000003d22 | TASK | Check Keystone service status 2025-11-25 10:30:12.218189 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-11-25 10:30:12.219117 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:59.773782 | 0.27s 2025-11-25 10:30:12.469583 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-11-25 10:30:12.470288 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:00.024957 | 0.52s 2025-11-25 10:30:12.736347 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-11-25 10:30:12.738137 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:00.292798 | 0.79s 2025-11-25 10:30:12.961084 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-11-25 10:30:12.962715 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:00.517377 | 1.02s 2025-11-25 10:30:13.211938 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-11-25 10:30:13.214573 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:00.769232 | 1.27s 2025-11-25 10:30:13.424533 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-11-25 10:30:13.425636 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:00.980298 | 1.48s 2025-11-25 10:30:13.659244 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-11-25 10:30:13.660484 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:01.215143 | 1.71s 2025-11-25 10:30:13.836726 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-11-25 10:30:13.838778 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:01.393440 | 1.89s 2025-11-25 10:30:14.081495 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-11-25 10:30:14.082575 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:01.637237 | 2.14s 2025-11-25 10:30:14.267901 | fa163e48-8288-2c28-7bf3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-11-25 10:30:14.269488 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:01.824154 | 2.32s 2025-11-25 10:30:14.284805 | fa163e48-8288-2c28-7bf3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:01.839458 | 2.34s 2025-11-25 10:30:14.311545 | fa163e48-8288-2c28-7bf3-000000003d27 | TASK | Async creation of Keystone service 2025-11-25 10:30:14.624778 | fa163e48-8288-2c28-7bf3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-11-25 10:30:14.627042 | fa163e48-8288-2c28-7bf3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.181695 | 0.31s 2025-11-25 10:30:14.937626 | fa163e48-8288-2c28-7bf3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-11-25 10:30:14.938381 | fa163e48-8288-2c28-7bf3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.493048 | 0.62s 2025-11-25 10:30:15.212389 | fa163e48-8288-2c28-7bf3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-11-25 10:30:15.214250 | fa163e48-8288-2c28-7bf3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.768895 | 0.90s 2025-11-25 10:30:15.224998 | fa163e48-8288-2c28-7bf3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.779654 | 0.91s 2025-11-25 10:30:15.244420 | fa163e48-8288-2c28-7bf3-000000003d29 | TASK | Check Keystone service status 2025-11-25 10:30:15.488695 | fa163e48-8288-2c28-7bf3-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-11-25 10:30:20.732921 | fa163e48-8288-2c28-7bf3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-11-25 10:30:20.734468 | fa163e48-8288-2c28-7bf3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:08.289125 | 5.49s 2025-11-25 10:30:20.918084 | fa163e48-8288-2c28-7bf3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-11-25 10:30:20.919186 | fa163e48-8288-2c28-7bf3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:08.473848 | 5.67s 2025-11-25 10:30:21.160108 | fa163e48-8288-2c28-7bf3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-11-25 10:30:21.161670 | fa163e48-8288-2c28-7bf3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:08.716326 | 5.91s 2025-11-25 10:30:21.174776 | fa163e48-8288-2c28-7bf3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:08.729432 | 5.93s 2025-11-25 10:30:21.194464 | fa163e48-8288-2c28-7bf3-0000000039ae | TASK | Create Keystone Endpoints 2025-11-25 10:30:21.239426 | fa163e48-8288-2c28-7bf3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:08.794086 | 0.04s 2025-11-25 10:30:21.262610 | fa163e48-8288-2c28-7bf3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:08.817272 | 0.07s 2025-11-25 10:30:21.282405 | fa163e48-8288-2c28-7bf3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:08.837068 | 0.09s 2025-11-25 10:30:21.287843 | fa163e48-8288-2c28-7bf3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:08.842481 | 0.09s 2025-11-25 10:30:21.296349 | 4c8ff752-4b28-43d0-a2b0-9ed262c3e3bc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-25 10:30:21.300720 | 05faa661-5c3a-4d85-b788-331d24d18c96 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-25 10:30:21.304202 | aa2785ae-0a06-43ea-9811-6f210567241e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-25 10:30:21.351985 | fa163e48-8288-2c28-7bf3-000000003e59 | TASK | Create Keystone public endpoints 2025-11-25 10:30:21.446433 | fa163e48-8288-2c28-7bf3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:09.001072 | 0.09s 2025-11-25 10:30:21.457532 | fa163e48-8288-2c28-7bf3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:09.012189 | 0.10s 2025-11-25 10:30:21.472125 | fa163e48-8288-2c28-7bf3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:09.026780 | 0.12s 2025-11-25 10:30:21.491324 | f22d7415-3b14-4030-a70f-dc04cd3e1d5c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-25 10:30:21.501373 | 2028d93b-1343-4eff-be91-a25720edc77c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-25 10:30:21.527705 | fa163e48-8288-2c28-7bf3-000000003f81 | TASK | Async creation of Keystone public endpoint 2025-11-25 10:30:21.864602 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-11-25 10:30:21.865646 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:09.420311 | 0.34s 2025-11-25 10:30:22.118882 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-11-25 10:30:22.119974 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:09.674636 | 0.59s 2025-11-25 10:30:22.448241 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-11-25 10:30:22.448795 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:10.003466 | 0.92s 2025-11-25 10:30:22.745404 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-11-25 10:30:22.747035 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:10.301698 | 1.22s 2025-11-25 10:30:23.084328 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-11-25 10:30:23.085910 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:10.640573 | 1.56s 2025-11-25 10:30:23.379906 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-11-25 10:30:23.381109 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:10.935779 | 1.85s 2025-11-25 10:30:23.684276 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-11-25 10:30:23.684892 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:11.239560 | 2.16s 2025-11-25 10:30:23.964008 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-11-25 10:30:23.965060 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:11.519722 | 2.44s 2025-11-25 10:30:24.196597 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-11-25 10:30:24.197252 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:11.751921 | 2.67s 2025-11-25 10:30:24.427546 | fa163e48-8288-2c28-7bf3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-11-25 10:30:24.428508 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:11.983167 | 2.90s 2025-11-25 10:30:24.437715 | fa163e48-8288-2c28-7bf3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:11.992370 | 2.91s 2025-11-25 10:30:24.457968 | fa163e48-8288-2c28-7bf3-000000003f83 | TASK | Check Keystone public endpoint status 2025-11-25 10:30:24.718688 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-11-25 10:30:24.719880 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:12.274543 | 0.26s 2025-11-25 10:30:24.954682 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-11-25 10:30:24.955359 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:12.510029 | 0.50s 2025-11-25 10:30:25.222574 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-11-25 10:30:25.224710 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:12.779364 | 0.77s 2025-11-25 10:30:25.436871 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-11-25 10:30:25.438746 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:12.993410 | 0.98s 2025-11-25 10:30:25.700118 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-11-25 10:30:25.700956 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:13.255622 | 1.24s 2025-11-25 10:30:25.991690 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-11-25 10:30:25.992469 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:13.547119 | 1.53s 2025-11-25 10:30:26.211702 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-11-25 10:30:26.213671 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:13.768332 | 1.75s 2025-11-25 10:30:26.464942 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-11-25 10:30:26.465812 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:14.020478 | 2.01s 2025-11-25 10:30:26.726118 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-11-25 10:30:26.728170 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:14.282830 | 2.27s 2025-11-25 10:30:26.941433 | fa163e48-8288-2c28-7bf3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-11-25 10:30:26.943580 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:14.498239 | 2.48s 2025-11-25 10:30:26.958027 | fa163e48-8288-2c28-7bf3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:14.512679 | 2.50s 2025-11-25 10:30:26.987169 | fa163e48-8288-2c28-7bf3-000000003f88 | TASK | Async creation of Keystone public endpoint 2025-11-25 10:30:27.341296 | fa163e48-8288-2c28-7bf3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-11-25 10:30:27.344322 | fa163e48-8288-2c28-7bf3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:14.898973 | 0.36s 2025-11-25 10:30:27.646026 | fa163e48-8288-2c28-7bf3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-11-25 10:30:27.647042 | fa163e48-8288-2c28-7bf3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:15.201704 | 0.66s 2025-11-25 10:30:27.897797 | fa163e48-8288-2c28-7bf3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-11-25 10:30:27.898474 | fa163e48-8288-2c28-7bf3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:15.453144 | 0.91s 2025-11-25 10:30:27.906890 | fa163e48-8288-2c28-7bf3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:15.461550 | 0.92s 2025-11-25 10:30:27.923485 | fa163e48-8288-2c28-7bf3-000000003f8a | TASK | Check Keystone public endpoint status 2025-11-25 10:30:28.214023 | fa163e48-8288-2c28-7bf3-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-25 10:30:33.424591 | fa163e48-8288-2c28-7bf3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-11-25 10:30:33.425450 | fa163e48-8288-2c28-7bf3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:20.980114 | 5.50s 2025-11-25 10:30:33.702375 | fa163e48-8288-2c28-7bf3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-11-25 10:30:33.704350 | fa163e48-8288-2c28-7bf3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:21.259013 | 5.78s 2025-11-25 10:30:33.912731 | fa163e48-8288-2c28-7bf3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-11-25 10:30:33.913470 | fa163e48-8288-2c28-7bf3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:21.468139 | 5.99s 2025-11-25 10:30:33.918800 | fa163e48-8288-2c28-7bf3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:21.473456 | 5.99s 2025-11-25 10:30:33.941975 | fa163e48-8288-2c28-7bf3-000000003e5e | TASK | Create Keystone admin endpoints 2025-11-25 10:30:34.051721 | fa163e48-8288-2c28-7bf3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:21.606377 | 0.11s 2025-11-25 10:30:34.074187 | fa163e48-8288-2c28-7bf3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:21.628848 | 0.13s 2025-11-25 10:30:34.082207 | fa163e48-8288-2c28-7bf3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:21.636857 | 0.14s 2025-11-25 10:30:34.101011 | 717cdfea-089f-4cf3-af79-fcd1a676cca5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-25 10:30:34.110704 | 5c22f313-6b4c-47b5-92c1-e810105d525f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-25 10:30:34.136184 | fa163e48-8288-2c28-7bf3-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2025-11-25 10:30:34.386006 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-11-25 10:30:34.387618 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:21.942269 | 0.25s 2025-11-25 10:30:34.651724 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-11-25 10:30:34.652464 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:22.207131 | 0.51s 2025-11-25 10:30:34.970206 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-11-25 10:30:34.970866 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:22.525536 | 0.83s 2025-11-25 10:30:35.234186 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-11-25 10:30:35.234970 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:22.789636 | 1.10s 2025-11-25 10:30:35.483852 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-11-25 10:30:35.484506 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:23.039176 | 1.35s 2025-11-25 10:30:35.801737 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-11-25 10:30:35.802334 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:23.357004 | 1.66s 2025-11-25 10:30:36.065252 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-11-25 10:30:36.066076 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:23.620742 | 1.93s 2025-11-25 10:30:36.347487 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-11-25 10:30:36.348689 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:23.903350 | 2.21s 2025-11-25 10:30:36.694567 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-11-25 10:30:36.695369 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:24.250038 | 2.56s 2025-11-25 10:30:37.036686 | fa163e48-8288-2c28-7bf3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-11-25 10:30:37.037336 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:24.592005 | 2.90s 2025-11-25 10:30:37.042801 | fa163e48-8288-2c28-7bf3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:24.597461 | 2.91s 2025-11-25 10:30:37.067673 | fa163e48-8288-2c28-7bf3-000000003fe4 | TASK | Check Keystone admin endpoint status 2025-11-25 10:30:37.329487 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-11-25 10:30:37.331758 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:24.886383 | 0.26s 2025-11-25 10:30:37.583958 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-11-25 10:30:37.585062 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:25.139726 | 0.52s 2025-11-25 10:30:37.807142 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-11-25 10:30:37.808055 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:25.362721 | 0.74s 2025-11-25 10:30:37.992095 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-11-25 10:30:37.993192 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:25.547855 | 0.92s 2025-11-25 10:30:38.192441 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-11-25 10:30:38.194446 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:25.749106 | 1.13s 2025-11-25 10:30:38.458299 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-11-25 10:30:38.459813 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:26.014469 | 1.39s 2025-11-25 10:30:38.679376 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-11-25 10:30:38.681231 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:26.235893 | 1.61s 2025-11-25 10:30:38.882263 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-11-25 10:30:38.884207 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:26.438868 | 1.82s 2025-11-25 10:30:39.133438 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-11-25 10:30:39.135716 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:26.690370 | 2.07s 2025-11-25 10:30:39.369081 | fa163e48-8288-2c28-7bf3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-11-25 10:30:39.369849 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:26.924517 | 2.30s 2025-11-25 10:30:39.378996 | fa163e48-8288-2c28-7bf3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:26.933650 | 2.31s 2025-11-25 10:30:39.406326 | fa163e48-8288-2c28-7bf3-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2025-11-25 10:30:39.717609 | fa163e48-8288-2c28-7bf3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-11-25 10:30:39.719929 | fa163e48-8288-2c28-7bf3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:27.274580 | 0.31s 2025-11-25 10:30:40.006977 | fa163e48-8288-2c28-7bf3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-11-25 10:30:40.009004 | fa163e48-8288-2c28-7bf3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:27.563663 | 0.60s 2025-11-25 10:30:40.300452 | fa163e48-8288-2c28-7bf3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-11-25 10:30:40.301061 | fa163e48-8288-2c28-7bf3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:27.855730 | 0.89s 2025-11-25 10:30:40.305288 | fa163e48-8288-2c28-7bf3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:27.859932 | 0.90s 2025-11-25 10:30:40.327536 | fa163e48-8288-2c28-7bf3-000000003feb | TASK | Check Keystone admin endpoint status 2025-11-25 10:30:40.643227 | fa163e48-8288-2c28-7bf3-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-25 10:30:45.860696 | fa163e48-8288-2c28-7bf3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-11-25 10:30:45.862460 | fa163e48-8288-2c28-7bf3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.417110 | 5.53s 2025-11-25 10:30:46.111864 | fa163e48-8288-2c28-7bf3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-11-25 10:30:46.113160 | fa163e48-8288-2c28-7bf3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.667822 | 5.78s 2025-11-25 10:30:46.338341 | fa163e48-8288-2c28-7bf3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-11-25 10:30:46.340483 | fa163e48-8288-2c28-7bf3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.895145 | 6.01s 2025-11-25 10:30:46.352184 | fa163e48-8288-2c28-7bf3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.906836 | 6.02s 2025-11-25 10:30:46.376987 | fa163e48-8288-2c28-7bf3-000000003e63 | TASK | Create Keystone internal endpoints 2025-11-25 10:30:46.446775 | fa163e48-8288-2c28-7bf3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:34.001426 | 0.07s 2025-11-25 10:30:46.499761 | fa163e48-8288-2c28-7bf3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:34.054424 | 0.12s 2025-11-25 10:30:46.508049 | fa163e48-8288-2c28-7bf3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:34.062701 | 0.13s 2025-11-25 10:30:46.527275 | af72b690-bdbe-488e-941c-387cd4a33b32 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-25 10:30:46.537196 | d6f2f077-398c-4966-a896-171261e2148c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-25 10:30:46.563080 | fa163e48-8288-2c28-7bf3-000000004043 | TASK | Async creation of Keystone internal endpoint 2025-11-25 10:30:46.874937 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-11-25 10:30:46.876065 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:34.430725 | 0.31s 2025-11-25 10:30:47.146133 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-11-25 10:30:47.147404 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:34.702072 | 0.58s 2025-11-25 10:30:47.420704 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-11-25 10:30:47.421887 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:34.976555 | 0.86s 2025-11-25 10:30:47.713479 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-11-25 10:30:47.714524 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:35.269193 | 1.15s 2025-11-25 10:30:47.960118 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-11-25 10:30:47.966692 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:35.521333 | 1.40s 2025-11-25 10:30:48.178661 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-11-25 10:30:48.181213 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:35.735820 | 1.62s 2025-11-25 10:30:48.418431 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-11-25 10:30:48.419305 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:35.973974 | 1.85s 2025-11-25 10:30:48.696409 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-11-25 10:30:48.697063 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:36.251733 | 2.13s 2025-11-25 10:30:48.970936 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-11-25 10:30:48.971540 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:36.526209 | 2.41s 2025-11-25 10:30:49.237018 | fa163e48-8288-2c28-7bf3-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-11-25 10:30:49.237656 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:36.792326 | 2.67s 2025-11-25 10:30:49.247157 | fa163e48-8288-2c28-7bf3-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:36.801806 | 2.68s 2025-11-25 10:30:49.271506 | fa163e48-8288-2c28-7bf3-000000004045 | TASK | Check Keystone internal endpoint status 2025-11-25 10:30:49.544384 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-11-25 10:30:49.545398 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:37.100066 | 0.27s 2025-11-25 10:30:49.819272 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-11-25 10:30:49.820084 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:37.374752 | 0.55s 2025-11-25 10:30:50.066600 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-11-25 10:30:50.067781 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:37.622444 | 0.79s 2025-11-25 10:30:50.295960 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-11-25 10:30:50.297300 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:37.851962 | 1.02s 2025-11-25 10:30:50.535850 | fa163e48-8288-2c28-7bf3-000000004045 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-25 10:30:55.759194 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-11-25 10:30:55.761009 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:43.315679 | 6.49s 2025-11-25 10:30:56.012859 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-11-25 10:30:56.014485 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:43.569151 | 6.74s 2025-11-25 10:30:56.249590 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-11-25 10:30:56.250965 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:43.805623 | 6.98s 2025-11-25 10:30:56.465115 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-11-25 10:30:56.467404 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:44.022059 | 7.19s 2025-11-25 10:30:56.710397 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-11-25 10:30:56.712585 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:44.267241 | 7.44s 2025-11-25 10:30:56.966357 | fa163e48-8288-2c28-7bf3-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-11-25 10:30:56.967637 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:44.522296 | 7.69s 2025-11-25 10:30:56.987962 | fa163e48-8288-2c28-7bf3-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:44.542623 | 7.71s 2025-11-25 10:30:57.009565 | fa163e48-8288-2c28-7bf3-00000000404a | TASK | Async creation of Keystone internal endpoint 2025-11-25 10:30:57.336848 | fa163e48-8288-2c28-7bf3-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-11-25 10:30:57.339250 | fa163e48-8288-2c28-7bf3-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:44.893904 | 0.33s 2025-11-25 10:30:57.614978 | fa163e48-8288-2c28-7bf3-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-11-25 10:30:57.616171 | fa163e48-8288-2c28-7bf3-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:45.170834 | 0.60s 2025-11-25 10:30:57.837334 | fa163e48-8288-2c28-7bf3-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-11-25 10:30:57.838517 | fa163e48-8288-2c28-7bf3-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:45.393178 | 0.83s 2025-11-25 10:30:57.850353 | fa163e48-8288-2c28-7bf3-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:45.405017 | 0.84s 2025-11-25 10:30:57.866426 | fa163e48-8288-2c28-7bf3-00000000404c | TASK | Check Keystone internal endpoint status 2025-11-25 10:30:58.072033 | fa163e48-8288-2c28-7bf3-00000000404c | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-25 10:31:03.306314 | fa163e48-8288-2c28-7bf3-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-11-25 10:31:03.308181 | fa163e48-8288-2c28-7bf3-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:50.862830 | 5.44s 2025-11-25 10:31:03.612903 | fa163e48-8288-2c28-7bf3-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-11-25 10:31:03.614733 | fa163e48-8288-2c28-7bf3-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:51.169397 | 5.75s 2025-11-25 10:31:03.889532 | fa163e48-8288-2c28-7bf3-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-11-25 10:31:03.890292 | fa163e48-8288-2c28-7bf3-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:51.444961 | 6.02s 2025-11-25 10:31:03.898237 | fa163e48-8288-2c28-7bf3-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:51.452905 | 6.03s 2025-11-25 10:31:03.916897 | fa163e48-8288-2c28-7bf3-0000000039b0 | TASK | Run cleanup tasks 2025-11-25 10:31:03.946000 | fa163e48-8288-2c28-7bf3-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:22:51.500652 | 0.03s 2025-11-25 10:31:03.964792 | f7732eec-aa8c-4382-99b4-58f672248c23 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-11-25 10:31:04.048758 | fa163e48-8288-2c28-7bf3-0000000040a2 | TASK | Get list of enabled services 2025-11-25 10:31:06.582477 | fa163e48-8288-2c28-7bf3-0000000040a2 | CHANGED | Get list of enabled services | undercloud 2025-11-25 10:31:06.583286 | fa163e48-8288-2c28-7bf3-0000000040a2 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:22:54.137954 | 2.53s 2025-11-25 10:31:06.597917 | fa163e48-8288-2c28-7bf3-0000000040a3 | TASK | List services to be disabled 2025-11-25 10:31:06.667283 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-11-25 10:31:06.694670 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-11-25 10:31:06.723022 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-11-25 10:31:06.754271 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-11-25 10:31:06.781213 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-11-25 10:31:06.808278 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-11-25 10:31:06.835319 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-11-25 10:31:06.862003 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-11-25 10:31:06.887803 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-11-25 10:31:06.914872 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-11-25 10:31:06.944856 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-11-25 10:31:06.971391 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-11-25 10:31:07.000619 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-11-25 10:31:07.031217 | fa163e48-8288-2c28-7bf3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-11-25 10:31:07.038948 | fa163e48-8288-2c28-7bf3-0000000040a3 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:22:54.593600 | 0.44s 2025-11-25 10:31:07.059149 | fa163e48-8288-2c28-7bf3-0000000040a4 | TASK | Delete keystone services not enabled 2025-11-25 10:31:07.088876 | fa163e48-8288-2c28-7bf3-0000000040a4 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:22:54.643530 | 0.03s 2025-11-25 10:31:07.107586 | fa163e48-8288-2c28-7bf3-0000000039b1 | TASK | Create Keystone Roles 2025-11-25 10:31:07.193228 | fa163e48-8288-2c28-7bf3-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:54.747875 | 0.08s 2025-11-25 10:31:07.204925 | fa163e48-8288-2c28-7bf3-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:54.759585 | 0.10s 2025-11-25 10:31:07.214432 | 20848aac-f5c1-40bc-b9ba-eee216ed602d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-25 10:31:07.271147 | fa163e48-8288-2c28-7bf3-00000000420e | TASK | Async creation of Keystone role 2025-11-25 10:31:07.588468 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-11-25 10:31:07.589636 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:55.144298 | 0.32s 2025-11-25 10:31:07.877633 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-11-25 10:31:07.878421 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:55.433088 | 0.61s 2025-11-25 10:31:08.169664 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-11-25 10:31:08.170300 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:55.724971 | 0.90s 2025-11-25 10:31:08.454999 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-11-25 10:31:08.456519 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:56.011189 | 1.18s 2025-11-25 10:31:08.751332 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-11-25 10:31:08.752755 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:56.307417 | 1.48s 2025-11-25 10:31:09.013170 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-11-25 10:31:09.014335 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:56.568997 | 1.74s 2025-11-25 10:31:09.243649 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-11-25 10:31:09.244508 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:56.799178 | 1.97s 2025-11-25 10:31:09.505549 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-11-25 10:31:09.506187 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:57.060857 | 2.23s 2025-11-25 10:31:09.727419 | fa163e48-8288-2c28-7bf3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-11-25 10:31:09.728038 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:57.282708 | 2.46s 2025-11-25 10:31:09.731114 | fa163e48-8288-2c28-7bf3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:57.285779 | 2.46s 2025-11-25 10:31:09.746461 | fa163e48-8288-2c28-7bf3-000000004210 | TASK | Check Keystone role status 2025-11-25 10:31:10.008638 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=service 2025-11-25 10:31:10.009554 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:57.564220 | 0.26s 2025-11-25 10:31:10.258394 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-11-25 10:31:10.259105 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:57.813775 | 0.51s 2025-11-25 10:31:10.469422 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-11-25 10:31:10.470135 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:58.024804 | 0.72s 2025-11-25 10:31:10.706487 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-11-25 10:31:10.707715 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:58.262377 | 0.96s 2025-11-25 10:31:10.948025 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-11-25 10:31:10.950052 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:58.504712 | 1.20s 2025-11-25 10:31:11.189261 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-11-25 10:31:11.191111 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:58.745770 | 1.44s 2025-11-25 10:31:11.455781 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-11-25 10:31:11.457887 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:59.012548 | 1.71s 2025-11-25 10:31:11.712255 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-11-25 10:31:11.715287 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:59.269943 | 1.97s 2025-11-25 10:31:11.992056 | fa163e48-8288-2c28-7bf3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-11-25 10:31:11.993782 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:59.548441 | 2.25s 2025-11-25 10:31:12.005684 | fa163e48-8288-2c28-7bf3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:59.560338 | 2.26s 2025-11-25 10:31:12.028794 | fa163e48-8288-2c28-7bf3-0000000039b3 | TASK | Create Keystone Users 2025-11-25 10:31:12.139452 | fa163e48-8288-2c28-7bf3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:59.694098 | 0.11s 2025-11-25 10:31:12.157097 | fa163e48-8288-2c28-7bf3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:59.711756 | 0.13s 2025-11-25 10:31:12.163841 | fa163e48-8288-2c28-7bf3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:59.718493 | 0.13s 2025-11-25 10:31:12.173628 | 03d44716-91c6-4edc-b77f-88fb565a19d1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-25 10:31:12.179531 | c9c753d5-e732-41f2-adbd-6b8891fc97f3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-25 10:31:12.224109 | fa163e48-8288-2c28-7bf3-0000000043a2 | TASK | Check password of Keystone user 2025-11-25 10:31:13.192989 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:13.194392 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:00.749047 | 0.97s 2025-11-25 10:31:14.189668 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:14.190377 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:01.745044 | 1.97s 2025-11-25 10:31:15.168542 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:15.170416 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:02.725073 | 2.95s 2025-11-25 10:31:16.098376 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:16.098995 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:03.653664 | 3.87s 2025-11-25 10:31:17.015958 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:17.017178 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:04.571845 | 4.79s 2025-11-25 10:31:17.955149 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:17.955869 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:05.510539 | 5.73s 2025-11-25 10:31:18.936689 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:18.937897 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:06.492553 | 6.71s 2025-11-25 10:31:19.876359 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:19.878148 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:07.432810 | 7.65s 2025-11-25 10:31:20.829317 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:20.830929 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:08.385590 | 8.61s 2025-11-25 10:31:21.787994 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:21.789799 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:09.344460 | 9.56s 2025-11-25 10:31:21.799844 | fa163e48-8288-2c28-7bf3-0000000043a2 | 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-11-25 10:31:21.801675 | fa163e48-8288-2c28-7bf3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:09.356334 | 9.58s 2025-11-25 10:31:21.822955 | fa163e48-8288-2c28-7bf3-0000000043a4 | TASK | Async creation of Keystone user 2025-11-25 10:31:22.237887 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:22.240684 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:09.795340 | 0.42s 2025-11-25 10:31:22.614290 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:22.615027 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:10.169696 | 0.79s 2025-11-25 10:31:22.912603 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:22.913657 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:10.468325 | 1.09s 2025-11-25 10:31:23.216257 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:23.217784 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:10.772454 | 1.39s 2025-11-25 10:31:23.514962 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:23.515537 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:11.070208 | 1.69s 2025-11-25 10:31:23.863310 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:23.863972 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:11.418642 | 2.04s 2025-11-25 10:31:24.210783 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:24.211609 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:11.766273 | 2.39s 2025-11-25 10:31:24.540027 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:24.540809 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:12.095474 | 2.72s 2025-11-25 10:31:24.899608 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:24.900440 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:12.455108 | 3.08s 2025-11-25 10:31:25.174293 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:25.174836 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:12.729508 | 3.35s 2025-11-25 10:31:25.178355 | fa163e48-8288-2c28-7bf3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:25.179368 | fa163e48-8288-2c28-7bf3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:12.734030 | 3.35s 2025-11-25 10:31:25.198475 | fa163e48-8288-2c28-7bf3-0000000043a6 | TASK | Check Keystone user status 2025-11-25 10:31:25.464002 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:25.464929 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:13.019594 | 0.26s 2025-11-25 10:31:25.685770 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:25.686733 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:13.241399 | 0.49s 2025-11-25 10:31:25.942835 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:25.943469 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:13.498138 | 0.74s 2025-11-25 10:31:26.228770 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:26.229410 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:13.784081 | 1.03s 2025-11-25 10:31:26.450698 | fa163e48-8288-2c28-7bf3-0000000043a6 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-25 10:31:31.651148 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:31.652164 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:19.206826 | 6.45s 2025-11-25 10:31:31.850131 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:31.850902 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:19.405569 | 6.65s 2025-11-25 10:31:32.105898 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:32.106885 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:19.661547 | 6.91s 2025-11-25 10:31:32.361657 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:32.363098 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:19.917760 | 7.16s 2025-11-25 10:31:32.594983 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:32.596349 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:20.151012 | 7.40s 2025-11-25 10:31:32.812904 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:32.813764 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:20.368427 | 7.61s 2025-11-25 10:31:32.822015 | fa163e48-8288-2c28-7bf3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:32.823120 | fa163e48-8288-2c28-7bf3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:20.377777 | 7.62s 2025-11-25 10:31:32.845286 | fa163e48-8288-2c28-7bf3-0000000043ab | TASK | Check password of Keystone user 2025-11-25 10:31:33.814641 | fa163e48-8288-2c28-7bf3-0000000043ab | 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-11-25 10:31:33.816855 | fa163e48-8288-2c28-7bf3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:21.371469 | 0.97s 2025-11-25 10:31:34.725171 | fa163e48-8288-2c28-7bf3-0000000043ab | 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-11-25 10:31:34.726614 | fa163e48-8288-2c28-7bf3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:22.281276 | 1.88s 2025-11-25 10:31:35.685468 | fa163e48-8288-2c28-7bf3-0000000043ab | 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-11-25 10:31:35.686388 | fa163e48-8288-2c28-7bf3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:23.241050 | 2.84s 2025-11-25 10:31:36.628795 | fa163e48-8288-2c28-7bf3-0000000043ab | 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-11-25 10:31:36.629800 | fa163e48-8288-2c28-7bf3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:24.184461 | 3.78s 2025-11-25 10:31:37.579588 | fa163e48-8288-2c28-7bf3-0000000043ab | 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-11-25 10:31:37.580342 | fa163e48-8288-2c28-7bf3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:25.135008 | 4.73s 2025-11-25 10:31:38.460165 | fa163e48-8288-2c28-7bf3-0000000043ab | 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-11-25 10:31:38.461312 | fa163e48-8288-2c28-7bf3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:26.015970 | 5.61s 2025-11-25 10:31:38.468073 | fa163e48-8288-2c28-7bf3-0000000043ab | 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-11-25 10:31:38.469141 | fa163e48-8288-2c28-7bf3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:26.023802 | 5.62s 2025-11-25 10:31:38.489101 | fa163e48-8288-2c28-7bf3-0000000043ad | TASK | Async creation of Keystone user 2025-11-25 10:31:38.837601 | fa163e48-8288-2c28-7bf3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:38.838990 | fa163e48-8288-2c28-7bf3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:26.393657 | 0.35s 2025-11-25 10:31:39.123193 | fa163e48-8288-2c28-7bf3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:39.124632 | fa163e48-8288-2c28-7bf3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:26.679295 | 0.63s 2025-11-25 10:31:39.455202 | fa163e48-8288-2c28-7bf3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:39.456436 | fa163e48-8288-2c28-7bf3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:27.011106 | 0.97s 2025-11-25 10:31:39.734863 | fa163e48-8288-2c28-7bf3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:39.735400 | fa163e48-8288-2c28-7bf3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:27.290071 | 1.24s 2025-11-25 10:31:40.117586 | fa163e48-8288-2c28-7bf3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:40.118501 | fa163e48-8288-2c28-7bf3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:27.673164 | 1.63s 2025-11-25 10:31:40.407622 | fa163e48-8288-2c28-7bf3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:40.408190 | fa163e48-8288-2c28-7bf3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:27.962860 | 1.92s 2025-11-25 10:31:40.415066 | fa163e48-8288-2c28-7bf3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2025-11-25 10:31:40.416442 | fa163e48-8288-2c28-7bf3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:27.971102 | 1.93s 2025-11-25 10:31:40.439096 | fa163e48-8288-2c28-7bf3-0000000043af | TASK | Check Keystone user status 2025-11-25 10:31:40.715222 | fa163e48-8288-2c28-7bf3-0000000043af | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:40.716050 | fa163e48-8288-2c28-7bf3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:28.270716 | 0.28s 2025-11-25 10:31:40.936110 | fa163e48-8288-2c28-7bf3-0000000043af | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-25 10:31:46.155958 | fa163e48-8288-2c28-7bf3-0000000043af | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:46.156848 | fa163e48-8288-2c28-7bf3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:33.711491 | 5.72s 2025-11-25 10:31:46.423252 | fa163e48-8288-2c28-7bf3-0000000043af | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:46.423847 | fa163e48-8288-2c28-7bf3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:33.978516 | 5.98s 2025-11-25 10:31:46.699993 | fa163e48-8288-2c28-7bf3-0000000043af | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:46.701952 | fa163e48-8288-2c28-7bf3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:34.256617 | 6.26s 2025-11-25 10:31:46.974430 | fa163e48-8288-2c28-7bf3-0000000043af | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:46.975367 | fa163e48-8288-2c28-7bf3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:34.530031 | 6.53s 2025-11-25 10:31:47.211239 | fa163e48-8288-2c28-7bf3-0000000043af | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:47.212638 | fa163e48-8288-2c28-7bf3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:34.767306 | 6.77s 2025-11-25 10:31:47.216543 | fa163e48-8288-2c28-7bf3-0000000043af | CHANGED | Check Keystone user status | undercloud 2025-11-25 10:31:47.217184 | fa163e48-8288-2c28-7bf3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:34.771854 | 6.78s 2025-11-25 10:31:47.232015 | fa163e48-8288-2c28-7bf3-0000000039b5 | TASK | Assign Keystone Users to Roles 2025-11-25 10:31:47.282656 | fa163e48-8288-2c28-7bf3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:34.837304 | 0.05s 2025-11-25 10:31:47.306080 | fa163e48-8288-2c28-7bf3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:34.860745 | 0.07s 2025-11-25 10:31:47.325616 | fa163e48-8288-2c28-7bf3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:34.880286 | 0.09s 2025-11-25 10:31:47.330917 | fa163e48-8288-2c28-7bf3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:34.885580 | 0.10s 2025-11-25 10:31:47.337509 | 878310a3-8c02-45ec-8578-38dfcb3b7553 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-25 10:31:47.340383 | 5c3704c0-96ec-4d30-b2eb-f6a487c6b414 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-25 10:31:47.342898 | 666972e5-8d44-4f20-a01d-c0e596ae4ef6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-25 10:31:47.390963 | fa163e48-8288-2c28-7bf3-0000000045a2 | TASK | Async assignment of Keystone user per role 2025-11-25 10:31:47.489941 | fa163e48-8288-2c28-7bf3-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:35.044582 | 0.10s 2025-11-25 10:31:47.509177 | fa163e48-8288-2c28-7bf3-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:35.063839 | 0.12s 2025-11-25 10:31:47.517642 | fa163e48-8288-2c28-7bf3-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:35.072294 | 0.13s 2025-11-25 10:31:47.534679 | 5864f00b-3af2-4f8b-af30-c76592df11a8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-25 10:31:47.544294 | bcc79a68-4119-43ac-8f9c-af1fb6286472 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-25 10:31:47.567679 | fa163e48-8288-2c28-7bf3-00000000476b | TASK | Async assignment of Keystone user to roles 2025-11-25 10:31:47.936281 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-11-25 10:31:47.939035 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:35.493689 | 0.37s 2025-11-25 10:31:48.245690 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-25 10:31:48.248722 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:35.803381 | 0.68s 2025-11-25 10:31:48.546963 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-25 10:31:48.549699 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:36.104360 | 0.98s 2025-11-25 10:31:48.872586 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-25 10:31:48.873938 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:36.428607 | 1.30s 2025-11-25 10:31:49.164443 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-11-25 10:31:49.165989 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:36.720656 | 1.60s 2025-11-25 10:31:49.489976 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-11-25 10:31:49.490585 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:37.045254 | 1.92s 2025-11-25 10:31:49.841255 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-11-25 10:31:49.842273 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:37.396943 | 2.27s 2025-11-25 10:31:50.167639 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-11-25 10:31:50.168402 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:37.723070 | 2.60s 2025-11-25 10:31:50.482940 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-11-25 10:31:50.485126 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:38.039787 | 2.92s 2025-11-25 10:31:50.794057 | fa163e48-8288-2c28-7bf3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-11-25 10:31:50.795781 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:38.350447 | 3.23s 2025-11-25 10:31:50.807623 | fa163e48-8288-2c28-7bf3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:38.362279 | 3.24s 2025-11-25 10:31:50.828549 | fa163e48-8288-2c28-7bf3-00000000476d | TASK | Check Keystone user assignment to roles status 2025-11-25 10:31:51.104257 | fa163e48-8288-2c28-7bf3-00000000476d | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-25 10:31:56.291638 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-11-25 10:31:56.294227 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:43.848886 | 5.46s 2025-11-25 10:31:56.527421 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-25 10:31:56.529777 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:44.084437 | 5.70s 2025-11-25 10:31:56.796860 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-25 10:31:56.797998 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:44.352659 | 5.97s 2025-11-25 10:31:56.978015 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-25 10:31:56.978888 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:44.533555 | 6.15s 2025-11-25 10:31:57.197837 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-11-25 10:31:57.199638 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:44.754300 | 6.37s 2025-11-25 10:31:57.392366 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-11-25 10:31:57.394509 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:44.949171 | 6.56s 2025-11-25 10:31:57.628362 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-11-25 10:31:57.630280 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:45.184941 | 6.80s 2025-11-25 10:31:57.845113 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-11-25 10:31:57.847063 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:45.401725 | 7.02s 2025-11-25 10:31:58.043392 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-11-25 10:31:58.044177 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:45.598845 | 7.21s 2025-11-25 10:31:58.274217 | fa163e48-8288-2c28-7bf3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-11-25 10:31:58.275470 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:45.830131 | 7.45s 2025-11-25 10:31:58.296460 | fa163e48-8288-2c28-7bf3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:45.851116 | 7.47s 2025-11-25 10:31:58.319890 | fa163e48-8288-2c28-7bf3-000000004772 | TASK | Async assignment of Keystone user to roles 2025-11-25 10:31:58.614281 | fa163e48-8288-2c28-7bf3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-11-25 10:31:58.616586 | fa163e48-8288-2c28-7bf3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:46.171240 | 0.30s 2025-11-25 10:31:58.911090 | fa163e48-8288-2c28-7bf3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-11-25 10:31:58.911694 | fa163e48-8288-2c28-7bf3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:46.466363 | 0.59s 2025-11-25 10:31:59.257778 | fa163e48-8288-2c28-7bf3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-25 10:31:59.258993 | fa163e48-8288-2c28-7bf3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:46.813663 | 0.94s 2025-11-25 10:31:59.536404 | fa163e48-8288-2c28-7bf3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-11-25 10:31:59.537061 | fa163e48-8288-2c28-7bf3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:47.091731 | 1.22s 2025-11-25 10:31:59.839864 | fa163e48-8288-2c28-7bf3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-11-25 10:31:59.840482 | fa163e48-8288-2c28-7bf3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:47.395150 | 1.52s 2025-11-25 10:32:00.132607 | fa163e48-8288-2c28-7bf3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-11-25 10:32:00.133807 | fa163e48-8288-2c28-7bf3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:47.688476 | 1.81s 2025-11-25 10:32:00.144507 | fa163e48-8288-2c28-7bf3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:47.699168 | 1.82s 2025-11-25 10:32:00.163913 | fa163e48-8288-2c28-7bf3-000000004774 | TASK | Check Keystone user assignment to roles status 2025-11-25 10:32:00.405420 | fa163e48-8288-2c28-7bf3-000000004774 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-25 10:32:05.595301 | fa163e48-8288-2c28-7bf3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-11-25 10:32:05.597522 | fa163e48-8288-2c28-7bf3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:53.152184 | 5.43s 2025-11-25 10:32:05.870397 | fa163e48-8288-2c28-7bf3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-11-25 10:32:05.871427 | fa163e48-8288-2c28-7bf3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:53.426090 | 5.70s 2025-11-25 10:32:06.097044 | fa163e48-8288-2c28-7bf3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-25 10:32:06.098977 | fa163e48-8288-2c28-7bf3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:53.653634 | 5.93s 2025-11-25 10:32:06.316169 | fa163e48-8288-2c28-7bf3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-11-25 10:32:06.318426 | fa163e48-8288-2c28-7bf3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:53.873080 | 6.15s 2025-11-25 10:32:06.546180 | fa163e48-8288-2c28-7bf3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-11-25 10:32:06.548169 | fa163e48-8288-2c28-7bf3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:54.102827 | 6.38s 2025-11-25 10:32:06.769643 | fa163e48-8288-2c28-7bf3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-11-25 10:32:06.770714 | fa163e48-8288-2c28-7bf3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:54.325345 | 6.60s 2025-11-25 10:32:06.779783 | fa163e48-8288-2c28-7bf3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:54.334444 | 6.61s 2025-11-25 10:32:06.801139 | fa163e48-8288-2c28-7bf3-0000000045a7 | TASK | Async assignment of Keystone user per role 2025-11-25 10:32:06.862336 | fa163e48-8288-2c28-7bf3-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:54.416988 | 0.06s 2025-11-25 10:32:06.874387 | fa163e48-8288-2c28-7bf3-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:54.429047 | 0.07s 2025-11-25 10:32:06.887879 | c2367f6c-6165-4fa8-bb73-1b6a2d986343 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-25 10:32:06.912988 | fa163e48-8288-2c28-7bf3-0000000047d8 | TASK | Async assignment of Keystone user to roles 2025-11-25 10:32:07.270841 | fa163e48-8288-2c28-7bf3-0000000047d8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-25 10:32:07.271742 | fa163e48-8288-2c28-7bf3-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.826407 | 0.36s 2025-11-25 10:32:07.278786 | fa163e48-8288-2c28-7bf3-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.833436 | 0.36s 2025-11-25 10:32:07.296383 | fa163e48-8288-2c28-7bf3-0000000047da | TASK | Check Keystone user assignment to roles status 2025-11-25 10:32:07.573702 | fa163e48-8288-2c28-7bf3-0000000047da | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-25 10:32:12.797375 | fa163e48-8288-2c28-7bf3-0000000047da | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-25 10:32:12.798511 | fa163e48-8288-2c28-7bf3-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.353172 | 5.50s 2025-11-25 10:32:12.810721 | fa163e48-8288-2c28-7bf3-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.365375 | 5.51s 2025-11-25 10:32:12.831162 | fa163e48-8288-2c28-7bf3-0000000045ac | TASK | Async assignment of Keystone user per role 2025-11-25 10:32:12.919115 | fa163e48-8288-2c28-7bf3-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:00.473761 | 0.09s 2025-11-25 10:32:12.932358 | fa163e48-8288-2c28-7bf3-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:00.487007 | 0.10s 2025-11-25 10:32:12.947799 | 5e4f4a3e-6641-475d-bd1e-f5ece588873e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-25 10:32:12.974619 | fa163e48-8288-2c28-7bf3-0000000047fc | TASK | Async assignment of Keystone user to roles 2025-11-25 10:32:13.343374 | fa163e48-8288-2c28-7bf3-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-25 10:32:13.345379 | fa163e48-8288-2c28-7bf3-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:00.900040 | 0.37s 2025-11-25 10:32:13.617464 | fa163e48-8288-2c28-7bf3-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-25 10:32:13.619125 | fa163e48-8288-2c28-7bf3-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.173790 | 0.64s 2025-11-25 10:32:13.925457 | fa163e48-8288-2c28-7bf3-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-25 10:32:13.926217 | fa163e48-8288-2c28-7bf3-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.480882 | 0.95s 2025-11-25 10:32:13.931329 | fa163e48-8288-2c28-7bf3-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.485995 | 0.95s 2025-11-25 10:32:13.946270 | fa163e48-8288-2c28-7bf3-0000000047fe | TASK | Check Keystone user assignment to roles status 2025-11-25 10:32:14.199666 | fa163e48-8288-2c28-7bf3-0000000047fe | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-25 10:32:19.438429 | fa163e48-8288-2c28-7bf3-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-25 10:32:19.442364 | fa163e48-8288-2c28-7bf3-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:06.997011 | 5.50s 2025-11-25 10:32:19.689442 | fa163e48-8288-2c28-7bf3-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-25 10:32:19.690600 | fa163e48-8288-2c28-7bf3-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.245261 | 5.74s 2025-11-25 10:32:19.899186 | fa163e48-8288-2c28-7bf3-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-25 10:32:19.901381 | fa163e48-8288-2c28-7bf3-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.456042 | 5.95s 2025-11-25 10:32:19.912956 | fa163e48-8288-2c28-7bf3-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.467605 | 5.97s 2025-11-25 10:32:19.949493 | fa163e48-8288-2c28-7bf3-00000000397b | TASK | is Keystone LDAP enabled 2025-11-25 10:32:19.990494 | fa163e48-8288-2c28-7bf3-00000000397b | OK | is Keystone LDAP enabled | undercloud 2025-11-25 10:32:19.991959 | fa163e48-8288-2c28-7bf3-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:07.546616 | 0.04s 2025-11-25 10:32:20.010108 | fa163e48-8288-2c28-7bf3-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2025-11-25 10:32:20.064650 | fa163e48-8288-2c28-7bf3-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-11-25 10:32:20.066297 | fa163e48-8288-2c28-7bf3-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:07.620950 | 0.05s 2025-11-25 10:32:20.085380 | fa163e48-8288-2c28-7bf3-00000000397d | TASK | Manage Keystone domains from LDAP config 2025-11-25 10:32:20.140021 | fa163e48-8288-2c28-7bf3-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-11-25 10:32:20.141762 | fa163e48-8288-2c28-7bf3-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:07.696420 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-11-25 10:32:20.282956 | fa163e48-8288-2c28-7bf3-0000000000e2 | TASK | Deploy step tasks for 4 2025-11-25 10:32:20.313266 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000e2') missing from stats 2025-11-25 10:32:20.335890 | fa163e48-8288-2c28-7bf3-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-11-25 10:32:20.800682 | fa163e48-8288-2c28-7bf3-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-11-25 10:32:20.802117 | fa163e48-8288-2c28-7bf3-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:08.356776 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-25 10:32:20.866945 | fa163e48-8288-2c28-7bf3-0000000000e4 | TIMING | include_tasks | standalone | 0:24:08.421596 | 0.03s 2025-11-25 10:32:20.914532 | 43033401-281d-4d77-90f1-598af5d8d272 | INCLUDED | /root/standalone-ansible-4jlq2qdr/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-11-25 10:32:20.943049 | fa163e48-8288-2c28-7bf3-000000004840 | TASK | Create virtqemud recovery script 2025-11-25 10:32:21.470768 | fa163e48-8288-2c28-7bf3-000000004840 | CHANGED | Create virtqemud recovery script | standalone 2025-11-25 10:32:21.472124 | fa163e48-8288-2c28-7bf3-000000004840 | TIMING | Create virtqemud recovery script | standalone | 0:24:09.026782 | 0.53s 2025-11-25 10:32:21.500599 | fa163e48-8288-2c28-7bf3-000000004841 | TASK | Create virtqemud recovery trigger service 2025-11-25 10:32:22.081022 | fa163e48-8288-2c28-7bf3-000000004841 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-11-25 10:32:22.082489 | fa163e48-8288-2c28-7bf3-000000004841 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:09.637148 | 0.58s 2025-11-25 10:32:22.110868 | fa163e48-8288-2c28-7bf3-000000004842 | TASK | Create virtqemud recovery trigger timer 2025-11-25 10:32:22.633266 | fa163e48-8288-2c28-7bf3-000000004842 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-11-25 10:32:22.634695 | fa163e48-8288-2c28-7bf3-000000004842 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:10.189353 | 0.52s 2025-11-25 10:32:22.663951 | fa163e48-8288-2c28-7bf3-000000004843 | TASK | Enable virtqemud recovery trigger service 2025-11-25 10:32:23.719220 | fa163e48-8288-2c28-7bf3-000000004843 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-11-25 10:32:23.720463 | fa163e48-8288-2c28-7bf3-000000004843 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:11.275131 | 1.05s 2025-11-25 10:32:23.739868 | fa163e48-8288-2c28-7bf3-000000004844 | TASK | Enable virtqemud recovery trigger timer 2025-11-25 10:32:24.797294 | fa163e48-8288-2c28-7bf3-000000004844 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-11-25 10:32:24.798426 | fa163e48-8288-2c28-7bf3-000000004844 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:12.353095 | 1.06s 2025-11-25 10:32:24.821020 | fa163e48-8288-2c28-7bf3-000000004845 | TASK | Really enable virtqemud recovery trigger timer 2025-11-25 10:32:25.466648 | fa163e48-8288-2c28-7bf3-000000004845 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-11-25 10:32:25.468028 | fa163e48-8288-2c28-7bf3-000000004845 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:13.022686 | 0.65s 2025-11-25 10:32:25.499367 | fa163e48-8288-2c28-7bf3-000000004847 | TASK | Create systemd file 2025-11-25 10:32:26.057391 | fa163e48-8288-2c28-7bf3-000000004847 | CHANGED | Create systemd file | standalone 2025-11-25 10:32:26.059404 | fa163e48-8288-2c28-7bf3-000000004847 | TIMING | Create systemd file | standalone | 0:24:13.614056 | 0.56s 2025-11-25 10:32:26.088653 | fa163e48-8288-2c28-7bf3-000000004848 | TASK | Reload systemd 2025-11-25 10:32:27.834587 | fa163e48-8288-2c28-7bf3-000000004848 | CHANGED | Reload systemd | standalone 2025-11-25 10:32:27.836418 | fa163e48-8288-2c28-7bf3-000000004848 | TIMING | Reload systemd | standalone | 0:24:15.391075 | 1.75s 2025-11-25 10:32:27.865618 | fa163e48-8288-2c28-7bf3-00000000484b | TASK | Start OVN container 2025-11-25 10:32:27.930769 | fa163e48-8288-2c28-7bf3-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-11-25 10:32:27.949091 | fa163e48-8288-2c28-7bf3-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-11-25 10:32:27.963285 | fa163e48-8288-2c28-7bf3-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-11-25 10:32:27.975523 | fa163e48-8288-2c28-7bf3-00000000484b | TIMING | Start OVN container | standalone | 0:24:15.530171 | 0.11s 2025-11-25 10:32:28.005005 | fa163e48-8288-2c28-7bf3-00000000484d | TASK | Set NB connection 2025-11-25 10:32:28.055620 | fa163e48-8288-2c28-7bf3-00000000484d | SKIPPED | Set NB connection | standalone 2025-11-25 10:32:28.056978 | fa163e48-8288-2c28-7bf3-00000000484d | TIMING | Set NB connection | standalone | 0:24:15.611637 | 0.05s 2025-11-25 10:32:28.085276 | fa163e48-8288-2c28-7bf3-00000000484e | TASK | Set SB connection 2025-11-25 10:32:28.138614 | fa163e48-8288-2c28-7bf3-00000000484e | SKIPPED | Set SB connection | standalone 2025-11-25 10:32:28.139864 | fa163e48-8288-2c28-7bf3-00000000484e | TIMING | Set SB connection | standalone | 0:24:15.694522 | 0.05s 2025-11-25 10:32:28.162801 | fa163e48-8288-2c28-7bf3-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-11-25 10:32:28.404029 | fa163e48-8288-2c28-7bf3-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-11-25 10:32:28.405120 | fa163e48-8288-2c28-7bf3-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:15.959784 | 0.24s 2025-11-25 10:32:28.483885 | fa163e48-8288-2c28-7bf3-0000000000e7 | TIMING | include_tasks | standalone | 0:24:16.038493 | 0.06s 2025-11-25 10:32:28.516628 | b0dbffbe-32be-48de-a3aa-6df73ced915d | INCLUDED | /root/standalone-ansible-4jlq2qdr/common_deploy_steps_tasks.yaml | standalone 2025-11-25 10:32:28.542751 | fa163e48-8288-2c28-7bf3-00000000487d | TASK | Write the config_step hieradata 2025-11-25 10:32:29.054102 | fa163e48-8288-2c28-7bf3-00000000487d | OK | Write the config_step hieradata | standalone 2025-11-25 10:32:29.055439 | fa163e48-8288-2c28-7bf3-00000000487d | TIMING | Write the config_step hieradata | standalone | 0:24:16.610097 | 0.51s 2025-11-25 10:32:29.086115 | fa163e48-8288-2c28-7bf3-00000000487e | TASK | Run puppet host configuration for step 4 2025-11-25 10:32:29.384098 | fa163e48-8288-2c28-7bf3-00000000487e | CHANGED | Run puppet host configuration for step 4 | standalone 2025-11-25 10:32:29.385684 | fa163e48-8288-2c28-7bf3-00000000487e | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:16.940337 | 0.30s 2025-11-25 10:32:29.424048 | fa163e48-8288-2c28-7bf3-00000000487f | TASK | Wait for puppet host configuration to finish 2025-11-25 10:32:29.656493 | fa163e48-8288-2c28-7bf3-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-25 10:32:39.889379 | fa163e48-8288-2c28-7bf3-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-25 10:32:50.116081 | fa163e48-8288-2c28-7bf3-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-25 10:33:00.345280 | fa163e48-8288-2c28-7bf3-00000000487f | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-25 10:33:00.346741 | fa163e48-8288-2c28-7bf3-00000000487f | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:47.901402 | 30.92s 2025-11-25 10:33:00.376664 | fa163e48-8288-2c28-7bf3-000000004880 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-11-25 10:33:00.462633 | fa163e48-8288-2c28-7bf3-000000004880 | 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>Nov 25 10:32:29 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 25 10:32:36 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 25 10:32:36 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 25 10:32:36 puppet-user: (file & line not available)", "<13>Nov 25 10:32: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>Nov 25 10:32: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>Nov 25 10:32: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>Nov 25 10:32:36 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 25 10:32:36 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 25 10:32: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>Nov 25 10:32: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>Nov 25 10:32: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>Nov 25 10:32: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>Nov 25 10:32: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>Nov 25 10:32:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 25 10:32:36 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.53 seconds", "<13>Nov 25 10:32:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 25 10:32:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 25 10:32:48 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Nov 25 10:32:48 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}e05e0b9dd41ad13fa280ebfb2a826f63cedc62cf4641cce1bbd640bf08b9b9df'", "<13>Nov 25 10:32:48 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Nov 25 10:32:48 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Nov 25 10:32:48 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Nov 25 10:32:48 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Nov 25 10:32:50 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 25 10:32:55 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>Nov 25 10:32:56 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 25 10:32:56 puppet-user: Notice: Applied catalog in 19.89 seconds", "<13>Nov 25 10:32:56 puppet-user: Application:", "<13>Nov 25 10:32:56 puppet-user: Initial environment: production", "<13>Nov 25 10:32:56 puppet-user: Converged environment: production", "<13>Nov 25 10:32:56 puppet-user: Run mode: user", "<13>Nov 25 10:32:56 puppet-user: Changes:", "<13>Nov 25 10:32:56 puppet-user: Total: 10", "<13>Nov 25 10:32:56 puppet-user: Events:", "<13>Nov 25 10:32:56 puppet-user: Success: 10", "<13>Nov 25 10:32:56 puppet-user: Resources:", "<13>Nov 25 10:32:56 puppet-user: Restarted: 1", "<13>Nov 25 10:32:56 puppet-user: Changed: 10", "<13>Nov 25 10:32:56 puppet-user: Out of sync: 10", "<13>Nov 25 10:32:56 puppet-user: Total: 37", "<13>Nov 25 10:32:56 puppet-user: Time:", "<13>Nov 25 10:32:56 puppet-user: Filebucket: 0.00", "<13>Nov 25 10:32:56 puppet-user: Schedule: 0.00", "<13>Nov 25 10:32:56 puppet-user: File line: 0.00", "<13>Nov 25 10:32:56 puppet-user: Augeas: 0.01", "<13>Nov 25 10:32:56 puppet-user: User: 0.01", "<13>Nov 25 10:32:56 puppet-user: File: 0.09", "<13>Nov 25 10:32:56 puppet-user: Config retrieval: 0.62", "<13>Nov 25 10:32:56 puppet-user: Service: 1.46", "<13>Nov 25 10:32:56 puppet-user: Pcmk property: 1.53", "<13>Nov 25 10:32:56 puppet-user: Last run: 1764066776", "<13>Nov 25 10:32:56 puppet-user: Transaction evaluation: 19.87", "<13>Nov 25 10:32:56 puppet-user: Catalog application: 19.89", "<13>Nov 25 10:32:56 puppet-user: Pcmk resource op default: 2.07", "<13>Nov 25 10:32:56 puppet-user: Pcmk resource default: 2.19", "<13>Nov 25 10:32:56 puppet-user: Package: 5.28", "<13>Nov 25 10:32:56 puppet-user: Exec: 6.98", "<13>Nov 25 10:32:56 puppet-user: Total: 19.89", "<13>Nov 25 10:32:56 puppet-user: Version:", "<13>Nov 25 10:32:56 puppet-user: Config: 1764066756", "<13>Nov 25 10:32:56 puppet-user: Puppet: 7.10.0" ] } 2025-11-25 10:33:00.464094 | fa163e48-8288-2c28-7bf3-000000004880 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:48.018752 | 0.09s 2025-11-25 10:33:00.493422 | fa163e48-8288-2c28-7bf3-000000004881 | TASK | Pre-cache facts for puppet containers 2025-11-25 10:33:00.516398 | fa163e48-8288-2c28-7bf3-000000004881 | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:48.071049 | 0.02s 2025-11-25 10:33:00.585544 | fa163e48-8288-2c28-7bf3-0000000048c2 | TASK | Gather variables for each operating system 2025-11-25 10:33:00.710465 | fa163e48-8288-2c28-7bf3-0000000048c2 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:48.265119 | 0.12s 2025-11-25 10:33:00.730729 | fa163e48-8288-2c28-7bf3-0000000048c3 | TASK | Create puppet caching structures 2025-11-25 10:33:00.992339 | fa163e48-8288-2c28-7bf3-0000000048c3 | CHANGED | Create puppet caching structures | standalone 2025-11-25 10:33:00.995265 | fa163e48-8288-2c28-7bf3-0000000048c3 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:48.549923 | 0.26s 2025-11-25 10:33:01.024535 | fa163e48-8288-2c28-7bf3-0000000048c4 | TASK | Check for facter.conf 2025-11-25 10:33:01.260799 | fa163e48-8288-2c28-7bf3-0000000048c4 | OK | Check for facter.conf | standalone 2025-11-25 10:33:01.262259 | fa163e48-8288-2c28-7bf3-0000000048c4 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:48.816918 | 0.24s 2025-11-25 10:33:01.292346 | fa163e48-8288-2c28-7bf3-0000000048c5 | TASK | Remove facter.conf if directory 2025-11-25 10:33:01.333535 | fa163e48-8288-2c28-7bf3-0000000048c5 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-25 10:33:01.334944 | fa163e48-8288-2c28-7bf3-0000000048c5 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:48.889602 | 0.04s 2025-11-25 10:33:01.364221 | fa163e48-8288-2c28-7bf3-0000000048c6 | TASK | Write facter cache config 2025-11-25 10:33:01.911234 | fa163e48-8288-2c28-7bf3-0000000048c6 | CHANGED | Write facter cache config | standalone 2025-11-25 10:33:01.912787 | fa163e48-8288-2c28-7bf3-0000000048c6 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:49.467444 | 0.55s 2025-11-25 10:33:01.943365 | fa163e48-8288-2c28-7bf3-0000000048c7 | TASK | Cleanup facter cache if exists 2025-11-25 10:33:02.194374 | fa163e48-8288-2c28-7bf3-0000000048c7 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-25 10:33:02.196153 | fa163e48-8288-2c28-7bf3-0000000048c7 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:49.750808 | 0.25s 2025-11-25 10:33:02.229593 | fa163e48-8288-2c28-7bf3-0000000048c8 | TASK | Pre-cache facts 2025-11-25 10:33:02.890968 | fa163e48-8288-2c28-7bf3-0000000048c8 | CHANGED | Pre-cache facts | standalone 2025-11-25 10:33:02.892213 | fa163e48-8288-2c28-7bf3-0000000048c8 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:50.446873 | 0.66s 2025-11-25 10:33:02.923391 | fa163e48-8288-2c28-7bf3-0000000048c9 | TASK | Failed deployment if facter fails 2025-11-25 10:33:02.969090 | fa163e48-8288-2c28-7bf3-0000000048c9 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-25 10:33:02.970568 | fa163e48-8288-2c28-7bf3-0000000048c9 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:50.525226 | 0.05s 2025-11-25 10:33:03.017076 | fa163e48-8288-2c28-7bf3-0000000048ca | TASK | Sync cached facts 2025-11-25 10:33:03.327576 | fa163e48-8288-2c28-7bf3-0000000048ca | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e48-8288-2c28-7bf3-0000000048ca') missing from stats 2025-11-25 10:33:03.369481 | fa163e48-8288-2c28-7bf3-000000004882 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-25 10:33:03.419186 | fa163e48-8288-2c28-7bf3-000000004882 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-25 10:33:03.420199 | fa163e48-8288-2c28-7bf3-000000004882 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:50.974863 | 0.05s 2025-11-25 10:33:03.444778 | fa163e48-8288-2c28-7bf3-000000004884 | TASK | Manage containers for step 4 with tripleo-ansible 2025-11-25 10:33:03.472670 | fa163e48-8288-2c28-7bf3-000000004884 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:24:51.027323 | 0.03s 2025-11-25 10:33:03.530098 | fa163e48-8288-2c28-7bf3-000000004921 | TASK | Gather variables for each operating system 2025-11-25 10:33:03.645644 | fa163e48-8288-2c28-7bf3-000000004921 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:51.200289 | 0.11s 2025-11-25 10:33:03.677781 | fa163e48-8288-2c28-7bf3-000000004922 | TASK | Create container logs path 2025-11-25 10:33:03.938063 | fa163e48-8288-2c28-7bf3-000000004922 | OK | Create container logs path | standalone 2025-11-25 10:33:03.939116 | fa163e48-8288-2c28-7bf3-000000004922 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:51.493782 | 0.26s 2025-11-25 10:33:03.964282 | fa163e48-8288-2c28-7bf3-000000004924 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-11-25 10:33:04.234265 | fa163e48-8288-2c28-7bf3-000000004924 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-25 10:33:04.235515 | fa163e48-8288-2c28-7bf3-000000004924 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:51.790171 | 0.27s 2025-11-25 10:33:04.267573 | fa163e48-8288-2c28-7bf3-000000004925 | TASK | Finalise hashes for all containers 2025-11-25 10:33:04.364708 | fa163e48-8288-2c28-7bf3-000000004925 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:33:04.365952 | fa163e48-8288-2c28-7bf3-000000004925 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:51.920611 | 0.10s 2025-11-25 10:33:04.395472 | fa163e48-8288-2c28-7bf3-000000004927 | TASK | Manage systemd shutdown files 2025-11-25 10:33:04.436103 | fa163e48-8288-2c28-7bf3-000000004927 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:51.990751 | 0.04s 2025-11-25 10:33:04.469474 | e5050000-5889-4c1e-a8ec-127c99b08524 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-25 10:33:04.504758 | fa163e48-8288-2c28-7bf3-00000000495a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-25 10:33:04.769485 | fa163e48-8288-2c28-7bf3-00000000495a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-25 10:33:04.771268 | fa163e48-8288-2c28-7bf3-00000000495a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:52.325926 | 0.27s 2025-11-25 10:33:04.804403 | fa163e48-8288-2c28-7bf3-00000000495b | TASK | Set podman_drop_in fact 2025-11-25 10:33:04.862232 | fa163e48-8288-2c28-7bf3-00000000495b | OK | Set podman_drop_in fact | standalone 2025-11-25 10:33:04.863534 | fa163e48-8288-2c28-7bf3-00000000495b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:52.418186 | 0.06s 2025-11-25 10:33:04.896534 | fa163e48-8288-2c28-7bf3-00000000495d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-25 10:33:05.425867 | fa163e48-8288-2c28-7bf3-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-25 10:33:05.428311 | fa163e48-8288-2c28-7bf3-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:52.982965 | 0.53s 2025-11-25 10:33:05.906028 | fa163e48-8288-2c28-7bf3-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-25 10:33:05.906883 | fa163e48-8288-2c28-7bf3-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:53.461552 | 1.01s 2025-11-25 10:33:05.912898 | fa163e48-8288-2c28-7bf3-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:53.467483 | 1.01s 2025-11-25 10:33:05.945744 | fa163e48-8288-2c28-7bf3-00000000495e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-25 10:33:06.468894 | fa163e48-8288-2c28-7bf3-00000000495e | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-25 10:33:06.469653 | fa163e48-8288-2c28-7bf3-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:54.024321 | 0.52s 2025-11-25 10:33:06.489386 | fa163e48-8288-2c28-7bf3-00000000495f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-25 10:33:06.929356 | fa163e48-8288-2c28-7bf3-00000000495f | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-25 10:33:06.930811 | fa163e48-8288-2c28-7bf3-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:54.485470 | 0.44s 2025-11-25 10:33:06.959754 | fa163e48-8288-2c28-7bf3-000000004960 | TASK | Enable and start tripleo-container-shutdown 2025-11-25 10:33:07.793326 | fa163e48-8288-2c28-7bf3-000000004960 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-25 10:33:07.796626 | fa163e48-8288-2c28-7bf3-000000004960 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:55.351273 | 0.83s 2025-11-25 10:33:07.835781 | fa163e48-8288-2c28-7bf3-000000004961 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-25 10:33:08.358589 | fa163e48-8288-2c28-7bf3-000000004961 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-25 10:33:08.359712 | fa163e48-8288-2c28-7bf3-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:55.914377 | 0.52s 2025-11-25 10:33:08.383004 | fa163e48-8288-2c28-7bf3-000000004962 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-25 10:33:08.881129 | fa163e48-8288-2c28-7bf3-000000004962 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-25 10:33:08.882519 | fa163e48-8288-2c28-7bf3-000000004962 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:56.437158 | 0.50s 2025-11-25 10:33:08.906488 | fa163e48-8288-2c28-7bf3-000000004963 | TASK | Enable and start netns-placeholder 2025-11-25 10:33:09.784712 | fa163e48-8288-2c28-7bf3-000000004963 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-25 10:33:09.787238 | fa163e48-8288-2c28-7bf3-000000004963 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:57.341889 | 0.88s 2025-11-25 10:33:09.818045 | fa163e48-8288-2c28-7bf3-000000004929 | TASK | Update container configs with new config hashes 2025-11-25 10:33:09.879885 | fa163e48-8288-2c28-7bf3-000000004929 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:57.434536 | 0.06s 2025-11-25 10:33:09.903082 | 45ab9c57-9987-4454-af72-0da42146f4a1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-25 10:33:09.938888 | fa163e48-8288-2c28-7bf3-00000000498b | TASK | Update config hashes for container startup configs 2025-11-25 10:33:10.251655 | fa163e48-8288-2c28-7bf3-00000000498b | OK | Update config hashes for container startup configs | standalone 2025-11-25 10:33:10.253916 | fa163e48-8288-2c28-7bf3-00000000498b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:57.808572 | 0.31s 2025-11-25 10:33:10.287086 | fa163e48-8288-2c28-7bf3-00000000492a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-25 10:33:10.339451 | fa163e48-8288-2c28-7bf3-00000000492a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:57.894099 | 0.05s 2025-11-25 10:33:10.363180 | dfb9ee26-50e9-43b8-811f-a4733bac76bd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:33:10.400893 | fa163e48-8288-2c28-7bf3-0000000049aa | TASK | Gather podman infos 2025-11-25 10:33:11.843403 | fa163e48-8288-2c28-7bf3-0000000049aa | OK | Gather podman infos | standalone 2025-11-25 10:33:11.844594 | fa163e48-8288-2c28-7bf3-0000000049aa | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:59.399255 | 1.44s 2025-11-25 10:33:11.955306 | fa163e48-8288-2c28-7bf3-0000000049ab | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-25 10:33:12.032953 | fa163e48-8288-2c28-7bf3-0000000049ab | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:59.587601 | 0.07s 2025-11-25 10:33:12.209720 | fa163e48-8288-2c28-7bf3-0000000049f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:59.764363 | 0.11s 2025-11-25 10:33:12.273181 | fa163e48-8288-2c28-7bf3-00000000492b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-25 10:33:12.330577 | fa163e48-8288-2c28-7bf3-00000000492b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:59.885220 | 0.06s 2025-11-25 10:33:12.354662 | 03771fc8-b59a-4ac4-aeb2-af0aa507d324 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:33:12.392275 | fa163e48-8288-2c28-7bf3-000000004a1a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-25 10:33:43.011189 | fa163e48-8288-2c28-7bf3-000000004a1a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-25 10:33:43.012157 | fa163e48-8288-2c28-7bf3-000000004a1a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:30.566825 | 30.62s 2025-11-25 10:33:43.032472 | fa163e48-8288-2c28-7bf3-000000004a1b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-25 10:35:49.492720 | fa163e48-8288-2c28-7bf3-000000004a1b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-25 10:35:49.495150 | fa163e48-8288-2c28-7bf3-000000004a1b | 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:27:37.049768 | 126.46s 2025-11-25 10:35:49.547973 | fa163e48-8288-2c28-7bf3-000000004886 | TASK | Clean container_puppet_tasks for standalone step 4 2025-11-25 10:35:49.778067 | fa163e48-8288-2c28-7bf3-000000004886 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-11-25 10:35:49.780756 | fa163e48-8288-2c28-7bf3-000000004886 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:37.335412 | 0.23s 2025-11-25 10:35:49.834463 | fa163e48-8288-2c28-7bf3-000000004887 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-11-25 10:35:49.867494 | fa163e48-8288-2c28-7bf3-000000004887 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:37.422142 | 0.03s 2025-11-25 10:35:49.897429 | fa163e48-8288-2c28-7bf3-000000004888 | TASK | Include container-puppet tasks for step 4 2025-11-25 10:35:49.948498 | fa163e48-8288-2c28-7bf3-000000004888 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:37.503140 | 0.05s 2025-11-25 10:35:49.975167 | 0e9fb962-f977-4493-b530-5d607bb5bcc2 | INCLUDED | /root/standalone-ansible-4jlq2qdr/host-container-puppet-tasks.yaml | standalone 2025-11-25 10:35:50.028105 | fa163e48-8288-2c28-7bf3-000000004a66 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-11-25 10:35:50.610977 | fa163e48-8288-2c28-7bf3-000000004a66 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-11-25 10:35:50.612479 | fa163e48-8288-2c28-7bf3-000000004a66 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:38.167140 | 0.58s 2025-11-25 10:35:50.642517 | fa163e48-8288-2c28-7bf3-000000004a68 | TASK | Generate container puppet configs for step 4 2025-11-25 10:35:50.897688 | fa163e48-8288-2c28-7bf3-000000004a68 | OK | Generate container puppet configs for step 4 | standalone 2025-11-25 10:35:50.898494 | fa163e48-8288-2c28-7bf3-000000004a68 | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:38.453161 | 0.25s 2025-11-25 10:35:50.922297 | fa163e48-8288-2c28-7bf3-000000004a69 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-11-25 10:35:50.942646 | fa163e48-8288-2c28-7bf3-000000004a69 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:38.497294 | 0.02s 2025-11-25 10:35:50.996288 | fa163e48-8288-2c28-7bf3-000000004a98 | TASK | Gather variables for each operating system 2025-11-25 10:35:51.122045 | fa163e48-8288-2c28-7bf3-000000004a98 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:38.676695 | 0.12s 2025-11-25 10:35:51.143048 | fa163e48-8288-2c28-7bf3-000000004a99 | TASK | Create container logs path 2025-11-25 10:35:51.436607 | fa163e48-8288-2c28-7bf3-000000004a99 | OK | Create container logs path | standalone 2025-11-25 10:35:51.438217 | fa163e48-8288-2c28-7bf3-000000004a99 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:38.992875 | 0.29s 2025-11-25 10:35:51.471320 | fa163e48-8288-2c28-7bf3-000000004a9b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-25 10:35:51.725951 | fa163e48-8288-2c28-7bf3-000000004a9b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-25 10:35:51.727349 | fa163e48-8288-2c28-7bf3-000000004a9b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:39.282007 | 0.25s 2025-11-25 10:35:51.756976 | fa163e48-8288-2c28-7bf3-000000004a9c | TASK | Finalise hashes for all containers 2025-11-25 10:35:51.804432 | fa163e48-8288-2c28-7bf3-000000004a9c | OK | Finalise hashes for all containers | standalone 2025-11-25 10:35:51.805976 | fa163e48-8288-2c28-7bf3-000000004a9c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:39.360632 | 0.05s 2025-11-25 10:35:51.837926 | fa163e48-8288-2c28-7bf3-000000004a9e | TASK | Manage systemd shutdown files 2025-11-25 10:35:51.862776 | fa163e48-8288-2c28-7bf3-000000004a9e | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:35:51.864428 | fa163e48-8288-2c28-7bf3-000000004a9e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:39.419082 | 0.02s 2025-11-25 10:35:51.895622 | fa163e48-8288-2c28-7bf3-000000004aa0 | TASK | Update container configs with new config hashes 2025-11-25 10:35:51.962845 | fa163e48-8288-2c28-7bf3-000000004aa0 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:35:51.964515 | fa163e48-8288-2c28-7bf3-000000004aa0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:39.519173 | 0.07s 2025-11-25 10:35:52.001714 | fa163e48-8288-2c28-7bf3-000000004aa1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-25 10:35:52.044951 | fa163e48-8288-2c28-7bf3-000000004aa1 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-25 10:35:52.046151 | fa163e48-8288-2c28-7bf3-000000004aa1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:39.600812 | 0.04s 2025-11-25 10:35:52.071762 | fa163e48-8288-2c28-7bf3-000000004aa2 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-25 10:35:52.122198 | fa163e48-8288-2c28-7bf3-000000004aa2 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-25 10:35:52.123524 | fa163e48-8288-2c28-7bf3-000000004aa2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:39.678185 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-11-25 10:35:52.262732 | fa163e48-8288-2c28-7bf3-0000000000ea | TASK | External deployment step 5 2025-11-25 10:35:52.300903 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000ea') missing from stats 2025-11-25 10:35:52.343967 | fa163e48-8288-2c28-7bf3-0000000000eb | TIMING | include_tasks | undercloud | 0:27:39.898622 | 0.03s 2025-11-25 10:35:52.351502 | afc2cc00-8a88-4227-baa5-b7643f2399f8 | INCLUDED | /root/standalone-ansible-4jlq2qdr/external_deploy_steps_tasks_step5.yaml | undercloud 2025-11-25 10:35:52.370278 | fa163e48-8288-2c28-7bf3-000000004af1 | TASK | Manage Cinder's default volume type 2025-11-25 10:36:03.129055 | fa163e48-8288-2c28-7bf3-000000004af1 | OK | Manage Cinder's default volume type | undercloud 2025-11-25 10:36:03.130739 | fa163e48-8288-2c28-7bf3-000000004af1 | TIMING | Manage Cinder's default volume type | undercloud | 0:27:50.685400 | 10.76s PLAY [Deploy step tasks for 5] ************************************************* 2025-11-25 10:36:03.274605 | fa163e48-8288-2c28-7bf3-0000000000ee | TASK | Deploy step tasks for 5 2025-11-25 10:36:03.302904 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000ee') missing from stats 2025-11-25 10:36:03.326709 | fa163e48-8288-2c28-7bf3-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-11-25 10:36:03.857109 | fa163e48-8288-2c28-7bf3-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-11-25 10:36:03.858495 | fa163e48-8288-2c28-7bf3-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:27:51.413155 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-25 10:36:03.930590 | fa163e48-8288-2c28-7bf3-0000000000f0 | TIMING | include_tasks | standalone | 0:27:51.485240 | 0.04s 2025-11-25 10:36:04.026231 | 27560281-1cea-4a4d-9dc8-12d8ef38ab0d | INCLUDED | /root/standalone-ansible-4jlq2qdr/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-11-25 10:36:04.061116 | fa163e48-8288-2c28-7bf3-000000004b14 | TASK | Gather variables for each operating system 2025-11-25 10:36:04.155243 | fa163e48-8288-2c28-7bf3-000000004b14 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:51.709885 | 0.09s 2025-11-25 10:36:04.186259 | fa163e48-8288-2c28-7bf3-000000004b15 | TASK | Detect if resource is being created or already exists 2025-11-25 10:36:04.952407 | fa163e48-8288-2c28-7bf3-000000004b15 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-25 10:36:04.953877 | fa163e48-8288-2c28-7bf3-000000004b15 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:52.508536 | 0.77s 2025-11-25 10:36:04.986621 | fa163e48-8288-2c28-7bf3-000000004b16 | TASK | Run init bundle puppet on the host for cinder_backup 2025-11-25 10:36:30.294743 | fa163e48-8288-2c28-7bf3-000000004b16 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-11-25 10:36:30.297464 | fa163e48-8288-2c28-7bf3-000000004b16 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:17.852123 | 25.31s 2025-11-25 10:36:30.325733 | fa163e48-8288-2c28-7bf3-000000004b17 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-25 10:36:30.567731 | fa163e48-8288-2c28-7bf3-000000004b17 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-25 10:36:30.568921 | fa163e48-8288-2c28-7bf3-000000004b17 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:18.123586 | 0.24s 2025-11-25 10:36:30.598984 | fa163e48-8288-2c28-7bf3-000000004b18 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-25 10:36:31.075852 | fa163e48-8288-2c28-7bf3-000000004b18 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-25 10:36:31.077490 | fa163e48-8288-2c28-7bf3-000000004b18 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:18.632154 | 0.48s 2025-11-25 10:36:31.101581 | fa163e48-8288-2c28-7bf3-000000004b19 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-11-25 10:36:31.308351 | fa163e48-8288-2c28-7bf3-000000004b19 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-11-25 10:36:31.309404 | fa163e48-8288-2c28-7bf3-000000004b19 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:18.864067 | 0.21s 2025-11-25 10:36:31.330333 | fa163e48-8288-2c28-7bf3-000000004b1b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-11-25 10:36:31.378711 | fa163e48-8288-2c28-7bf3-000000004b1b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-11-25 10:36:31.379948 | fa163e48-8288-2c28-7bf3-000000004b1b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:18.934611 | 0.05s 2025-11-25 10:36:31.407764 | fa163e48-8288-2c28-7bf3-000000004b1c | TASK | Get container image tag from bundle openstack-cinder-backup 2025-11-25 10:36:31.467067 | fa163e48-8288-2c28-7bf3-000000004b1c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-11-25 10:36:31.468148 | fa163e48-8288-2c28-7bf3-000000004b1c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:19.022810 | 0.06s 2025-11-25 10:36:31.493180 | fa163e48-8288-2c28-7bf3-000000004b1d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-11-25 10:36:31.533158 | fa163e48-8288-2c28-7bf3-000000004b1d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-11-25 10:36:31.534609 | fa163e48-8288-2c28-7bf3-000000004b1d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:19.089267 | 0.04s 2025-11-25 10:36:31.568231 | fa163e48-8288-2c28-7bf3-000000004b1e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-25 10:36:31.608533 | fa163e48-8288-2c28-7bf3-000000004b1e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-25 10:36:31.610156 | fa163e48-8288-2c28-7bf3-000000004b1e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:19.164812 | 0.04s 2025-11-25 10:36:31.645069 | fa163e48-8288-2c28-7bf3-000000004b1f | TASK | Remove update marker for bundle openstack-cinder-backup 2025-11-25 10:36:31.686577 | fa163e48-8288-2c28-7bf3-000000004b1f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-11-25 10:36:31.687568 | fa163e48-8288-2c28-7bf3-000000004b1f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:19.242233 | 0.04s 2025-11-25 10:36:31.731749 | fa163e48-8288-2c28-7bf3-000000004b40 | TASK | Gather variables for each operating system 2025-11-25 10:36:31.846996 | fa163e48-8288-2c28-7bf3-000000004b40 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:19.401641 | 0.11s 2025-11-25 10:36:31.879099 | fa163e48-8288-2c28-7bf3-000000004b41 | TASK | Detect if resource is being created or already exists 2025-11-25 10:36:32.588586 | fa163e48-8288-2c28-7bf3-000000004b41 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-25 10:36:32.590105 | fa163e48-8288-2c28-7bf3-000000004b41 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:20.144761 | 0.71s 2025-11-25 10:36:32.621749 | fa163e48-8288-2c28-7bf3-000000004b42 | TASK | Run init bundle puppet on the host for cinder_volume 2025-11-25 10:36:57.597212 | fa163e48-8288-2c28-7bf3-000000004b42 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-11-25 10:36:57.598304 | fa163e48-8288-2c28-7bf3-000000004b42 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:28:45.152971 | 24.97s 2025-11-25 10:36:57.618627 | fa163e48-8288-2c28-7bf3-000000004b43 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-25 10:36:57.827874 | fa163e48-8288-2c28-7bf3-000000004b43 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-25 10:36:57.828803 | fa163e48-8288-2c28-7bf3-000000004b43 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:45.383471 | 0.21s 2025-11-25 10:36:57.848203 | fa163e48-8288-2c28-7bf3-000000004b44 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-25 10:36:58.289709 | fa163e48-8288-2c28-7bf3-000000004b44 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-25 10:36:58.290469 | fa163e48-8288-2c28-7bf3-000000004b44 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:45.845138 | 0.44s 2025-11-25 10:36:58.310848 | fa163e48-8288-2c28-7bf3-000000004b45 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-11-25 10:36:58.565847 | fa163e48-8288-2c28-7bf3-000000004b45 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-11-25 10:36:58.567202 | fa163e48-8288-2c28-7bf3-000000004b45 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:28:46.121863 | 0.26s 2025-11-25 10:36:58.597712 | fa163e48-8288-2c28-7bf3-000000004b47 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-11-25 10:36:58.635487 | fa163e48-8288-2c28-7bf3-000000004b47 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-11-25 10:36:58.636557 | fa163e48-8288-2c28-7bf3-000000004b47 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:28:46.191222 | 0.04s 2025-11-25 10:36:58.660924 | fa163e48-8288-2c28-7bf3-000000004b48 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-11-25 10:36:58.719490 | fa163e48-8288-2c28-7bf3-000000004b48 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-11-25 10:36:58.720447 | fa163e48-8288-2c28-7bf3-000000004b48 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:28:46.275112 | 0.06s 2025-11-25 10:36:58.745887 | fa163e48-8288-2c28-7bf3-000000004b49 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-11-25 10:36:58.804383 | fa163e48-8288-2c28-7bf3-000000004b49 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-11-25 10:36:58.805354 | fa163e48-8288-2c28-7bf3-000000004b49 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:28:46.360017 | 0.06s 2025-11-25 10:36:58.830977 | fa163e48-8288-2c28-7bf3-000000004b4a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-25 10:36:58.889994 | fa163e48-8288-2c28-7bf3-000000004b4a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-25 10:36:58.891744 | fa163e48-8288-2c28-7bf3-000000004b4a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:46.446391 | 0.06s 2025-11-25 10:36:58.924494 | fa163e48-8288-2c28-7bf3-000000004b4b | TASK | Remove update marker for bundle openstack-cinder-volume 2025-11-25 10:36:58.987071 | fa163e48-8288-2c28-7bf3-000000004b4b | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-11-25 10:36:58.988281 | fa163e48-8288-2c28-7bf3-000000004b4b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:28:46.542940 | 0.06s 2025-11-25 10:36:59.045891 | fa163e48-8288-2c28-7bf3-000000004b6c | TASK | Gather variables for each operating system 2025-11-25 10:36:59.172485 | fa163e48-8288-2c28-7bf3-000000004b6c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:46.727127 | 0.12s 2025-11-25 10:36:59.210557 | fa163e48-8288-2c28-7bf3-000000004b6d | TASK | Detect if resource is being created or already exists 2025-11-25 10:37:00.013257 | fa163e48-8288-2c28-7bf3-000000004b6d | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-25 10:37:00.014690 | fa163e48-8288-2c28-7bf3-000000004b6d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:47.569358 | 0.80s 2025-11-25 10:37:00.037532 | fa163e48-8288-2c28-7bf3-000000004b6e | TASK | Run init bundle puppet on the host for manila_share 2025-11-25 10:37:24.652963 | fa163e48-8288-2c28-7bf3-000000004b6e | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-11-25 10:37:24.654810 | fa163e48-8288-2c28-7bf3-000000004b6e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:12.209465 | 24.62s 2025-11-25 10:37:24.699918 | fa163e48-8288-2c28-7bf3-000000004b6f | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-11-25 10:37:24.951929 | fa163e48-8288-2c28-7bf3-000000004b6f | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-11-25 10:37:24.952878 | fa163e48-8288-2c28-7bf3-000000004b6f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:12.507543 | 0.25s 2025-11-25 10:37:24.972597 | fa163e48-8288-2c28-7bf3-000000004b70 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-25 10:37:25.407496 | fa163e48-8288-2c28-7bf3-000000004b70 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-25 10:37:25.408606 | fa163e48-8288-2c28-7bf3-000000004b70 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:12.963273 | 0.44s 2025-11-25 10:37:25.429596 | fa163e48-8288-2c28-7bf3-000000004b71 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-11-25 10:37:25.624754 | fa163e48-8288-2c28-7bf3-000000004b71 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-11-25 10:37:25.625555 | fa163e48-8288-2c28-7bf3-000000004b71 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:13.180224 | 0.19s 2025-11-25 10:37:25.646540 | fa163e48-8288-2c28-7bf3-000000004b73 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-11-25 10:37:25.694284 | fa163e48-8288-2c28-7bf3-000000004b73 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-11-25 10:37:25.695105 | fa163e48-8288-2c28-7bf3-000000004b73 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:13.249772 | 0.05s 2025-11-25 10:37:25.720345 | fa163e48-8288-2c28-7bf3-000000004b74 | TASK | Get container image tag from bundle openstack-manila-share 2025-11-25 10:37:25.767732 | fa163e48-8288-2c28-7bf3-000000004b74 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-11-25 10:37:25.768657 | fa163e48-8288-2c28-7bf3-000000004b74 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:13.323322 | 0.05s 2025-11-25 10:37:25.791146 | fa163e48-8288-2c28-7bf3-000000004b75 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-11-25 10:37:25.844562 | fa163e48-8288-2c28-7bf3-000000004b75 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-11-25 10:37:25.845487 | fa163e48-8288-2c28-7bf3-000000004b75 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:13.400153 | 0.05s 2025-11-25 10:37:25.867461 | fa163e48-8288-2c28-7bf3-000000004b76 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-25 10:37:25.917124 | fa163e48-8288-2c28-7bf3-000000004b76 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-25 10:37:25.917992 | fa163e48-8288-2c28-7bf3-000000004b76 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:13.472658 | 0.05s 2025-11-25 10:37:25.939733 | fa163e48-8288-2c28-7bf3-000000004b77 | TASK | Remove update marker for bundle openstack-manila-share 2025-11-25 10:37:25.970480 | fa163e48-8288-2c28-7bf3-000000004b77 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-11-25 10:37:25.971253 | fa163e48-8288-2c28-7bf3-000000004b77 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:13.525922 | 0.03s 2025-11-25 10:37:26.007692 | fa163e48-8288-2c28-7bf3-000000004b98 | TASK | Run kolla_set_configs to copy ring files 2025-11-25 10:37:26.442005 | fa163e48-8288-2c28-7bf3-000000004b98 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-11-25 10:37:26.444755 | fa163e48-8288-2c28-7bf3-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:13.999408 | 0.44s 2025-11-25 10:37:26.454613 | fa163e48-8288-2c28-7bf3-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:14.009264 | 0.45s 2025-11-25 10:37:26.483931 | fa163e48-8288-2c28-7bf3-000000004b99 | TASK | Run kolla_set_configs to copy ring files 2025-11-25 10:37:26.831905 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-11-25 10:37:26.834733 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:14.389385 | 0.35s 2025-11-25 10:37:27.332260 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-11-25 10:37:27.333342 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:14.888006 | 0.85s 2025-11-25 10:37:27.599196 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-11-25 10:37:27.600010 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:15.154678 | 1.11s 2025-11-25 10:37:28.024607 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-11-25 10:37:28.027299 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:15.581960 | 1.54s 2025-11-25 10:37:28.318971 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-11-25 10:37:28.320073 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:15.874734 | 1.83s 2025-11-25 10:37:28.622671 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-11-25 10:37:28.623777 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:16.178439 | 2.14s 2025-11-25 10:37:29.172627 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-11-25 10:37:29.174734 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:16.729395 | 2.69s 2025-11-25 10:37:29.597694 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-11-25 10:37:29.599295 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:17.153954 | 3.11s 2025-11-25 10:37:29.891349 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-11-25 10:37:29.892465 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:17.447127 | 3.41s 2025-11-25 10:37:30.534922 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-11-25 10:37:30.535693 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:18.090364 | 4.05s 2025-11-25 10:37:30.816130 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-11-25 10:37:30.818263 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:18.372923 | 4.33s 2025-11-25 10:37:31.248995 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-11-25 10:37:31.250331 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:18.804993 | 4.76s 2025-11-25 10:37:31.781252 | fa163e48-8288-2c28-7bf3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-11-25 10:37:31.783027 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:19.337689 | 5.30s 2025-11-25 10:37:31.794487 | fa163e48-8288-2c28-7bf3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:19.349149 | 5.31s 2025-11-25 10:37:31.816746 | fa163e48-8288-2c28-7bf3-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-11-25 10:37:32.014979 | fa163e48-8288-2c28-7bf3-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-11-25 10:37:32.016518 | fa163e48-8288-2c28-7bf3-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:19.571176 | 0.20s 2025-11-25 10:37:32.113254 | fa163e48-8288-2c28-7bf3-0000000000f3 | TIMING | include_tasks | standalone | 0:29:19.667907 | 0.07s 2025-11-25 10:37:32.150891 | f9c54426-b6b4-44bf-98d3-026f30a0b64e | INCLUDED | /root/standalone-ansible-4jlq2qdr/common_deploy_steps_tasks.yaml | standalone 2025-11-25 10:37:32.193224 | fa163e48-8288-2c28-7bf3-000000004c16 | TASK | Write the config_step hieradata 2025-11-25 10:37:32.619877 | fa163e48-8288-2c28-7bf3-000000004c16 | OK | Write the config_step hieradata | standalone 2025-11-25 10:37:32.620676 | fa163e48-8288-2c28-7bf3-000000004c16 | TIMING | Write the config_step hieradata | standalone | 0:29:20.175340 | 0.43s 2025-11-25 10:37:32.640496 | fa163e48-8288-2c28-7bf3-000000004c17 | TASK | Run puppet host configuration for step 5 2025-11-25 10:37:32.942172 | fa163e48-8288-2c28-7bf3-000000004c17 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-11-25 10:37:32.943010 | fa163e48-8288-2c28-7bf3-000000004c17 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:20.497676 | 0.30s 2025-11-25 10:37:32.962564 | fa163e48-8288-2c28-7bf3-000000004c18 | TASK | Wait for puppet host configuration to finish 2025-11-25 10:37:33.205743 | fa163e48-8288-2c28-7bf3-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-25 10:37:43.533055 | fa163e48-8288-2c28-7bf3-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-25 10:37:53.749516 | fa163e48-8288-2c28-7bf3-000000004c18 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-25 10:37:53.750555 | fa163e48-8288-2c28-7bf3-000000004c18 | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:41.305221 | 20.79s 2025-11-25 10:37:53.774161 | fa163e48-8288-2c28-7bf3-000000004c19 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-11-25 10:37:53.844190 | fa163e48-8288-2c28-7bf3-000000004c19 | 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>Nov 25 10:37:33 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 25 10:37:39 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 25 10:37:39 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 25 10:37:39 puppet-user: (file & line not available)", "<13>Nov 25 10:37:39 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>Nov 25 10:37:39 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 25 10:37:40 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>Nov 25 10:37:40 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 25 10:37:40 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 25 10:37:40 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>Nov 25 10:37:40 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>Nov 25 10:37:40 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>Nov 25 10:37:40 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>Nov 25 10:37:40 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>Nov 25 10:37:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 25 10:37:40 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.63 seconds", "<13>Nov 25 10:37:45 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 25 10:37:47 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 25 10:37:49 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 25 10:37:49 puppet-user: Notice: Applied catalog in 8.68 seconds", "<13>Nov 25 10:37:49 puppet-user: Application:", "<13>Nov 25 10:37:49 puppet-user: Initial environment: production", "<13>Nov 25 10:37:49 puppet-user: Converged environment: production", "<13>Nov 25 10:37:49 puppet-user: Run mode: user", "<13>Nov 25 10:37:49 puppet-user: Changes:", "<13>Nov 25 10:37:49 puppet-user: Total: 2", "<13>Nov 25 10:37:49 puppet-user: Events:", "<13>Nov 25 10:37:49 puppet-user: Success: 2", "<13>Nov 25 10:37:49 puppet-user: Resources:", "<13>Nov 25 10:37:49 puppet-user: Changed: 2", "<13>Nov 25 10:37:49 puppet-user: Out of sync: 2", "<13>Nov 25 10:37:49 puppet-user: Total: 37", "<13>Nov 25 10:37:49 puppet-user: Time:", "<13>Nov 25 10:37:49 puppet-user: Schedule: 0.00", "<13>Nov 25 10:37:49 puppet-user: Package: 0.00", "<13>Nov 25 10:37:49 puppet-user: File line: 0.00", "<13>Nov 25 10:37:49 puppet-user: Augeas: 0.01", "<13>Nov 25 10:37:49 puppet-user: User: 0.01", "<13>Nov 25 10:37:49 puppet-user: File: 0.09", "<13>Nov 25 10:37:49 puppet-user: Service: 0.26", "<13>Nov 25 10:37:49 puppet-user: Config retrieval: 0.74", "<13>Nov 25 10:37:49 puppet-user: Pcmk property: 1.62", "<13>Nov 25 10:37:49 puppet-user: Exec: 1.90", "<13>Nov 25 10:37:49 puppet-user: Last run: 1764067069", "<13>Nov 25 10:37:49 puppet-user: Pcmk resource op default: 2.22", "<13>Nov 25 10:37:49 puppet-user: Pcmk resource default: 2.32", "<13>Nov 25 10:37:49 puppet-user: Filebucket: 0.00", "<13>Nov 25 10:37:49 puppet-user: Transaction evaluation: 8.66", "<13>Nov 25 10:37:49 puppet-user: Catalog application: 8.68", "<13>Nov 25 10:37:49 puppet-user: Total: 8.69", "<13>Nov 25 10:37:49 puppet-user: Version:", "<13>Nov 25 10:37:49 puppet-user: Config: 1764067059", "<13>Nov 25 10:37:49 puppet-user: Puppet: 7.10.0" ] } 2025-11-25 10:37:53.845319 | fa163e48-8288-2c28-7bf3-000000004c19 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:41.399970 | 0.07s 2025-11-25 10:37:53.868060 | fa163e48-8288-2c28-7bf3-000000004c1a | TASK | Pre-cache facts for puppet containers 2025-11-25 10:37:53.896852 | fa163e48-8288-2c28-7bf3-000000004c1a | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:41.451516 | 0.03s 2025-11-25 10:37:53.978528 | fa163e48-8288-2c28-7bf3-000000004c59 | TASK | Gather variables for each operating system 2025-11-25 10:37:54.096343 | fa163e48-8288-2c28-7bf3-000000004c59 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:41.650989 | 0.11s 2025-11-25 10:37:54.126811 | fa163e48-8288-2c28-7bf3-000000004c5a | TASK | Create puppet caching structures 2025-11-25 10:37:54.373625 | fa163e48-8288-2c28-7bf3-000000004c5a | CHANGED | Create puppet caching structures | standalone 2025-11-25 10:37:54.375119 | fa163e48-8288-2c28-7bf3-000000004c5a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:41.929777 | 0.25s 2025-11-25 10:37:54.404619 | fa163e48-8288-2c28-7bf3-000000004c5b | TASK | Check for facter.conf 2025-11-25 10:37:54.667310 | fa163e48-8288-2c28-7bf3-000000004c5b | OK | Check for facter.conf | standalone 2025-11-25 10:37:54.668487 | fa163e48-8288-2c28-7bf3-000000004c5b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:42.223151 | 0.26s 2025-11-25 10:37:54.692075 | fa163e48-8288-2c28-7bf3-000000004c5c | TASK | Remove facter.conf if directory 2025-11-25 10:37:54.731276 | fa163e48-8288-2c28-7bf3-000000004c5c | SKIPPED | Remove facter.conf if directory | standalone 2025-11-25 10:37:54.732111 | fa163e48-8288-2c28-7bf3-000000004c5c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:42.286779 | 0.04s 2025-11-25 10:37:54.754857 | fa163e48-8288-2c28-7bf3-000000004c5d | TASK | Write facter cache config 2025-11-25 10:37:55.178066 | fa163e48-8288-2c28-7bf3-000000004c5d | CHANGED | Write facter cache config | standalone 2025-11-25 10:37:55.179509 | fa163e48-8288-2c28-7bf3-000000004c5d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:42.734171 | 0.42s 2025-11-25 10:37:55.204795 | fa163e48-8288-2c28-7bf3-000000004c5e | TASK | Cleanup facter cache if exists 2025-11-25 10:37:55.430153 | fa163e48-8288-2c28-7bf3-000000004c5e | CHANGED | Cleanup facter cache if exists | standalone 2025-11-25 10:37:55.431729 | fa163e48-8288-2c28-7bf3-000000004c5e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:42.986383 | 0.23s 2025-11-25 10:37:55.460881 | fa163e48-8288-2c28-7bf3-000000004c5f | TASK | Pre-cache facts 2025-11-25 10:37:55.933917 | fa163e48-8288-2c28-7bf3-000000004c5f | CHANGED | Pre-cache facts | standalone 2025-11-25 10:37:55.935636 | fa163e48-8288-2c28-7bf3-000000004c5f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:29:43.490295 | 0.47s 2025-11-25 10:37:55.977574 | fa163e48-8288-2c28-7bf3-000000004c60 | TASK | Failed deployment if facter fails 2025-11-25 10:37:56.011026 | fa163e48-8288-2c28-7bf3-000000004c60 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-25 10:37:56.012267 | fa163e48-8288-2c28-7bf3-000000004c60 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:29:43.566926 | 0.03s 2025-11-25 10:37:56.059726 | fa163e48-8288-2c28-7bf3-000000004c61 | TASK | Sync cached facts 2025-11-25 10:37:56.383035 | fa163e48-8288-2c28-7bf3-000000004c61 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e48-8288-2c28-7bf3-000000004c61') missing from stats 2025-11-25 10:37:56.448036 | fa163e48-8288-2c28-7bf3-000000004c1b | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-25 10:37:56.487897 | fa163e48-8288-2c28-7bf3-000000004c1b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-25 10:37:56.489002 | fa163e48-8288-2c28-7bf3-000000004c1b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:29:44.043661 | 0.04s 2025-11-25 10:37:56.525582 | fa163e48-8288-2c28-7bf3-000000004c1d | TASK | Manage containers for step 5 with tripleo-ansible 2025-11-25 10:37:56.553678 | fa163e48-8288-2c28-7bf3-000000004c1d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:29:44.108334 | 0.03s 2025-11-25 10:37:56.631975 | fa163e48-8288-2c28-7bf3-000000004cb8 | TASK | Gather variables for each operating system 2025-11-25 10:37:56.749093 | fa163e48-8288-2c28-7bf3-000000004cb8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:44.303734 | 0.12s 2025-11-25 10:37:56.780399 | fa163e48-8288-2c28-7bf3-000000004cb9 | TASK | Create container logs path 2025-11-25 10:37:57.051639 | fa163e48-8288-2c28-7bf3-000000004cb9 | OK | Create container logs path | standalone 2025-11-25 10:37:57.053380 | fa163e48-8288-2c28-7bf3-000000004cb9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:44.608036 | 0.27s 2025-11-25 10:37:57.088027 | fa163e48-8288-2c28-7bf3-000000004cbb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-11-25 10:37:57.384781 | fa163e48-8288-2c28-7bf3-000000004cbb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-25 10:37:57.386312 | fa163e48-8288-2c28-7bf3-000000004cbb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:44.940964 | 0.30s 2025-11-25 10:37:57.417074 | fa163e48-8288-2c28-7bf3-000000004cbc | TASK | Finalise hashes for all containers 2025-11-25 10:37:57.461151 | fa163e48-8288-2c28-7bf3-000000004cbc | OK | Finalise hashes for all containers | standalone 2025-11-25 10:37:57.462104 | fa163e48-8288-2c28-7bf3-000000004cbc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:45.016768 | 0.04s 2025-11-25 10:37:57.485029 | fa163e48-8288-2c28-7bf3-000000004cbe | TASK | Manage systemd shutdown files 2025-11-25 10:37:57.512651 | fa163e48-8288-2c28-7bf3-000000004cbe | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:45.067312 | 0.03s 2025-11-25 10:37:57.534042 | 0a602781-f4bc-4689-b4a7-2758b3096cff | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-25 10:37:57.561872 | fa163e48-8288-2c28-7bf3-000000004cf1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-25 10:37:57.834314 | fa163e48-8288-2c28-7bf3-000000004cf1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-25 10:37:57.835872 | fa163e48-8288-2c28-7bf3-000000004cf1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:29:45.390527 | 0.27s 2025-11-25 10:37:57.867457 | fa163e48-8288-2c28-7bf3-000000004cf2 | TASK | Set podman_drop_in fact 2025-11-25 10:37:57.927714 | fa163e48-8288-2c28-7bf3-000000004cf2 | OK | Set podman_drop_in fact | standalone 2025-11-25 10:37:57.928723 | fa163e48-8288-2c28-7bf3-000000004cf2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:29:45.483390 | 0.06s 2025-11-25 10:37:58.034407 | fa163e48-8288-2c28-7bf3-000000004cf4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-25 10:37:58.514973 | fa163e48-8288-2c28-7bf3-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-25 10:37:58.516057 | fa163e48-8288-2c28-7bf3-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:46.070723 | 0.48s 2025-11-25 10:37:58.928464 | fa163e48-8288-2c28-7bf3-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-25 10:37:58.929295 | fa163e48-8288-2c28-7bf3-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:46.483963 | 0.89s 2025-11-25 10:37:58.937414 | fa163e48-8288-2c28-7bf3-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:46.492070 | 0.90s 2025-11-25 10:37:58.967635 | fa163e48-8288-2c28-7bf3-000000004cf5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-25 10:37:59.458407 | fa163e48-8288-2c28-7bf3-000000004cf5 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-25 10:37:59.459873 | fa163e48-8288-2c28-7bf3-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:29:47.014530 | 0.49s 2025-11-25 10:37:59.489937 | fa163e48-8288-2c28-7bf3-000000004cf6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-25 10:37:59.944808 | fa163e48-8288-2c28-7bf3-000000004cf6 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-25 10:37:59.946490 | fa163e48-8288-2c28-7bf3-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:29:47.501149 | 0.45s 2025-11-25 10:37:59.976441 | fa163e48-8288-2c28-7bf3-000000004cf7 | TASK | Enable and start tripleo-container-shutdown 2025-11-25 10:38:00.903107 | fa163e48-8288-2c28-7bf3-000000004cf7 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-25 10:38:00.904631 | fa163e48-8288-2c28-7bf3-000000004cf7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:29:48.459296 | 0.93s 2025-11-25 10:38:00.928119 | fa163e48-8288-2c28-7bf3-000000004cf8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-25 10:38:01.377918 | fa163e48-8288-2c28-7bf3-000000004cf8 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-25 10:38:01.379043 | fa163e48-8288-2c28-7bf3-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:29:48.933708 | 0.45s 2025-11-25 10:38:01.403998 | fa163e48-8288-2c28-7bf3-000000004cf9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-25 10:38:01.848874 | fa163e48-8288-2c28-7bf3-000000004cf9 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-25 10:38:01.850629 | fa163e48-8288-2c28-7bf3-000000004cf9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:29:49.405280 | 0.45s 2025-11-25 10:38:01.885273 | fa163e48-8288-2c28-7bf3-000000004cfa | TASK | Enable and start netns-placeholder 2025-11-25 10:38:03.011552 | fa163e48-8288-2c28-7bf3-000000004cfa | CHANGED | Enable and start netns-placeholder | standalone 2025-11-25 10:38:03.014844 | fa163e48-8288-2c28-7bf3-000000004cfa | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:29:50.569475 | 1.13s 2025-11-25 10:38:03.049519 | fa163e48-8288-2c28-7bf3-000000004cc0 | TASK | Update container configs with new config hashes 2025-11-25 10:38:03.109602 | fa163e48-8288-2c28-7bf3-000000004cc0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:50.664262 | 0.06s 2025-11-25 10:38:03.123722 | 89737aee-2a5e-478d-9c01-1519e6d37a48 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-25 10:38:03.152285 | fa163e48-8288-2c28-7bf3-000000004d22 | TASK | Update config hashes for container startup configs 2025-11-25 10:38:03.429082 | fa163e48-8288-2c28-7bf3-000000004d22 | OK | Update config hashes for container startup configs | standalone 2025-11-25 10:38:03.431330 | fa163e48-8288-2c28-7bf3-000000004d22 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:29:50.985897 | 0.28s 2025-11-25 10:38:03.464263 | fa163e48-8288-2c28-7bf3-000000004cc1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-25 10:38:03.507938 | fa163e48-8288-2c28-7bf3-000000004cc1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:51.062585 | 0.04s 2025-11-25 10:38:03.534738 | 1a3d3cb6-f58a-4c3a-9071-e4836e8f1da0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-25 10:38:03.565896 | fa163e48-8288-2c28-7bf3-000000004d41 | TASK | Gather podman infos 2025-11-25 10:38:05.497408 | fa163e48-8288-2c28-7bf3-000000004d41 | OK | Gather podman infos | standalone 2025-11-25 10:38:05.498882 | fa163e48-8288-2c28-7bf3-000000004d41 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:29:53.053544 | 1.93s 2025-11-25 10:38:05.644164 | fa163e48-8288-2c28-7bf3-000000004d42 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-25 10:38:05.726988 | fa163e48-8288-2c28-7bf3-000000004d42 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:53.281636 | 0.08s 2025-11-25 10:38:05.943982 | fa163e48-8288-2c28-7bf3-000000004d8b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:29:53.498627 | 0.15s 2025-11-25 10:38:06.002742 | fa163e48-8288-2c28-7bf3-000000004cc2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-25 10:38:06.044577 | fa163e48-8288-2c28-7bf3-000000004cc2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:53.599223 | 0.04s 2025-11-25 10:38:06.067066 | 31c3fc17-3b76-4539-986f-cb2c910c6ade | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-25 10:38:06.103367 | fa163e48-8288-2c28-7bf3-000000004db1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-25 10:38:32.282253 | fa163e48-8288-2c28-7bf3-000000004db1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-25 10:38:32.284922 | fa163e48-8288-2c28-7bf3-000000004db1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:19.839576 | 26.18s 2025-11-25 10:38:32.318659 | fa163e48-8288-2c28-7bf3-000000004db2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-25 10:38:58.149836 | fa163e48-8288-2c28-7bf3-000000004db2 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-25 10:38:58.151692 | fa163e48-8288-2c28-7bf3-000000004db2 | 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:30:45.706356 | 25.83s 2025-11-25 10:38:58.212279 | fa163e48-8288-2c28-7bf3-000000004c1f | TASK | Clean container_puppet_tasks for standalone step 5 2025-11-25 10:38:58.397100 | fa163e48-8288-2c28-7bf3-000000004c1f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-11-25 10:38:58.398541 | fa163e48-8288-2c28-7bf3-000000004c1f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:30:45.953205 | 0.18s 2025-11-25 10:38:58.426413 | fa163e48-8288-2c28-7bf3-000000004c20 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-11-25 10:38:58.466437 | fa163e48-8288-2c28-7bf3-000000004c20 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:30:46.021096 | 0.04s 2025-11-25 10:38:58.488482 | fa163e48-8288-2c28-7bf3-000000004c21 | TASK | Include container-puppet tasks for step 5 2025-11-25 10:38:58.522087 | fa163e48-8288-2c28-7bf3-000000004c21 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:30:46.076736 | 0.03s 2025-11-25 10:38:58.543473 | 7cf0d553-a195-4734-81c4-81afbc5aa635 | INCLUDED | /root/standalone-ansible-4jlq2qdr/host-container-puppet-tasks.yaml | standalone 2025-11-25 10:38:58.580441 | fa163e48-8288-2c28-7bf3-000000004dfd | TASK | Write container-puppet-tasks json file for standalone step 5 2025-11-25 10:38:59.034123 | fa163e48-8288-2c28-7bf3-000000004dfd | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-11-25 10:38:59.036330 | fa163e48-8288-2c28-7bf3-000000004dfd | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:30:46.590987 | 0.45s 2025-11-25 10:38:59.073460 | fa163e48-8288-2c28-7bf3-000000004dff | TASK | Generate container puppet configs for step 5 2025-11-25 10:38:59.353350 | fa163e48-8288-2c28-7bf3-000000004dff | OK | Generate container puppet configs for step 5 | standalone 2025-11-25 10:38:59.355743 | fa163e48-8288-2c28-7bf3-000000004dff | TIMING | Generate container puppet configs for step 5 | standalone | 0:30:46.910397 | 0.28s 2025-11-25 10:38:59.404079 | fa163e48-8288-2c28-7bf3-000000004e00 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-11-25 10:38:59.424934 | fa163e48-8288-2c28-7bf3-000000004e00 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:30:46.979586 | 0.02s 2025-11-25 10:38:59.485955 | fa163e48-8288-2c28-7bf3-000000004e2f | TASK | Gather variables for each operating system 2025-11-25 10:38:59.606852 | fa163e48-8288-2c28-7bf3-000000004e2f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:47.161475 | 0.12s 2025-11-25 10:38:59.649430 | fa163e48-8288-2c28-7bf3-000000004e30 | TASK | Create container logs path 2025-11-25 10:38:59.866899 | fa163e48-8288-2c28-7bf3-000000004e30 | OK | Create container logs path | standalone 2025-11-25 10:38:59.868738 | fa163e48-8288-2c28-7bf3-000000004e30 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:47.423397 | 0.22s 2025-11-25 10:38:59.895679 | fa163e48-8288-2c28-7bf3-000000004e32 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-25 10:39:00.117205 | fa163e48-8288-2c28-7bf3-000000004e32 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-25 10:39:00.117936 | fa163e48-8288-2c28-7bf3-000000004e32 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:47.672605 | 0.22s 2025-11-25 10:39:00.138869 | fa163e48-8288-2c28-7bf3-000000004e33 | TASK | Finalise hashes for all containers 2025-11-25 10:39:00.173020 | fa163e48-8288-2c28-7bf3-000000004e33 | OK | Finalise hashes for all containers | standalone 2025-11-25 10:39:00.173718 | fa163e48-8288-2c28-7bf3-000000004e33 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:47.728388 | 0.03s 2025-11-25 10:39:00.192733 | fa163e48-8288-2c28-7bf3-000000004e35 | TASK | Manage systemd shutdown files 2025-11-25 10:39:00.230898 | fa163e48-8288-2c28-7bf3-000000004e35 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-25 10:39:00.232346 | fa163e48-8288-2c28-7bf3-000000004e35 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:47.787005 | 0.04s 2025-11-25 10:39:00.267107 | fa163e48-8288-2c28-7bf3-000000004e37 | TASK | Update container configs with new config hashes 2025-11-25 10:39:00.306255 | fa163e48-8288-2c28-7bf3-000000004e37 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-25 10:39:00.307356 | fa163e48-8288-2c28-7bf3-000000004e37 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:47.862020 | 0.04s 2025-11-25 10:39:00.332429 | fa163e48-8288-2c28-7bf3-000000004e38 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-25 10:39:00.373730 | fa163e48-8288-2c28-7bf3-000000004e38 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-25 10:39:00.374657 | fa163e48-8288-2c28-7bf3-000000004e38 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:47.929319 | 0.04s 2025-11-25 10:39:00.401263 | fa163e48-8288-2c28-7bf3-000000004e39 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-25 10:39:00.433323 | fa163e48-8288-2c28-7bf3-000000004e39 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-25 10:39:00.434245 | fa163e48-8288-2c28-7bf3-000000004e39 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:47.988909 | 0.03s PLAY [Server Post Deployments] ************************************************* 2025-11-25 10:39:00.594366 | fa163e48-8288-2c28-7bf3-0000000000f7 | TASK | Server Post Deployments 2025-11-25 10:39:00.624520 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000f7') missing from stats 2025-11-25 10:39:00.720132 | fa163e48-8288-2c28-7bf3-0000000000f8 | TIMING | include_tasks | standalone | 0:30:48.274778 | 0.08s PLAY [External deployment Post Deploy tasks] *********************************** 2025-11-25 10:39:00.879193 | fa163e48-8288-2c28-7bf3-0000000000fc | TASK | External deployment Post Deploy tasks 2025-11-25 10:39:00.921207 | fa163e48-8288-2c28-7bf3-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', 'fa163e48-8288-2c28-7bf3-0000000000fc') missing from stats 2025-11-25 10:39:00.939928 | fa163e48-8288-2c28-7bf3-000000000100 | TASK | is additonal Cell? 2025-11-25 10:39:00.978494 | fa163e48-8288-2c28-7bf3-000000000100 | OK | is additonal Cell? | undercloud 2025-11-25 10:39:00.979757 | fa163e48-8288-2c28-7bf3-000000000100 | TIMING | is additonal Cell? | undercloud | 0:30:48.534411 | 0.04s 2025-11-25 10:39:00.998200 | fa163e48-8288-2c28-7bf3-000000000102 | TASK | discover via nova_manager? 2025-11-25 10:39:01.079696 | fa163e48-8288-2c28-7bf3-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-11-25 10:39:01.081139 | fa163e48-8288-2c28-7bf3-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:30:48.635796 | 0.08s 2025-11-25 10:39:01.098763 | fa163e48-8288-2c28-7bf3-000000000103 | TASK | discover via nova_api? 2025-11-25 10:39:01.180983 | fa163e48-8288-2c28-7bf3-000000000103 | OK | discover via nova_api? | undercloud 2025-11-25 10:39:01.182477 | fa163e48-8288-2c28-7bf3-000000000103 | TIMING | discover via nova_api? | undercloud | 0:30:48.737129 | 0.08s 2025-11-25 10:39:01.200864 | fa163e48-8288-2c28-7bf3-000000000104 | TASK | Warn if no discovery host available 2025-11-25 10:39:01.241429 | fa163e48-8288-2c28-7bf3-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-11-25 10:39:01.242956 | fa163e48-8288-2c28-7bf3-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:30:48.797610 | 0.04s 2025-11-25 10:39:01.277289 | fa163e48-8288-2c28-7bf3-000000000105 | TASK | Discovering nova hosts 2025-11-25 10:39:03.912920 | fa163e48-8288-2c28-7bf3-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e48-8288-2c28-7bf3-000000000105') missing from stats 2025-11-25 10:39:03.985609 | fa163e48-8288-2c28-7bf3-000000000106 | OK | set_fact | undercloud 2025-11-25 10:39:03.988062 | fa163e48-8288-2c28-7bf3-000000000106 | TIMING | set_fact | undercloud | 0:30:51.542711 | 0.05s 2025-11-25 10:39:04.007974 | fa163e48-8288-2c28-7bf3-000000000108 | TASK | Set up group_vars 2025-11-25 10:39:04.052225 | fa163e48-8288-2c28-7bf3-000000000108 | OK | Set up group_vars | undercloud 2025-11-25 10:39:04.054430 | fa163e48-8288-2c28-7bf3-000000000108 | TIMING | Set up group_vars | undercloud | 0:30:51.609086 | 0.04s 2025-11-25 10:39:04.073117 | fa163e48-8288-2c28-7bf3-000000000109 | TASK | Make needed directories on the undercloud 2025-11-25 10:39:04.380663 | fa163e48-8288-2c28-7bf3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-4jlq2qdr/octavia-ansible 2025-11-25 10:39:04.382606 | fa163e48-8288-2c28-7bf3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:51.937254 | 0.31s 2025-11-25 10:39:04.611975 | fa163e48-8288-2c28-7bf3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-4jlq2qdr/octavia-ansible/local_dir 2025-11-25 10:39:04.613169 | fa163e48-8288-2c28-7bf3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:52.167831 | 0.54s 2025-11-25 10:39:04.806397 | fa163e48-8288-2c28-7bf3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-4jlq2qdr/octavia-ansible/group_vars 2025-11-25 10:39:04.814846 | fa163e48-8288-2c28-7bf3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:52.369510 | 0.74s 2025-11-25 10:39:04.820522 | fa163e48-8288-2c28-7bf3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:52.375176 | 0.75s 2025-11-25 10:39:04.839436 | fa163e48-8288-2c28-7bf3-00000000010a | TASK | Write group_vars file 2025-11-25 10:39:05.299387 | fa163e48-8288-2c28-7bf3-00000000010a | CHANGED | Write group_vars file | undercloud 2025-11-25 10:39:05.300342 | fa163e48-8288-2c28-7bf3-00000000010a | TIMING | Write group_vars file | undercloud | 0:30:52.855008 | 0.46s 2025-11-25 10:39:05.323580 | fa163e48-8288-2c28-7bf3-00000000010b | TASK | Gather missing facts 2025-11-25 10:39:05.685443 | fa163e48-8288-2c28-7bf3-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e48-8288-2c28-7bf3-00000000010b') missing from stats 2025-11-25 10:39:05.706431 | fa163e48-8288-2c28-7bf3-00000000010b | TIMING | Gather missing facts | undercloud | 0:30:53.261084 | 0.38s 2025-11-25 10:39:05.728004 | fa163e48-8288-2c28-7bf3-00000000010c | TASK | Write octavia inventory 2025-11-25 10:39:06.263040 | fa163e48-8288-2c28-7bf3-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-11-25 10:39:06.264477 | fa163e48-8288-2c28-7bf3-00000000010c | TIMING | Write octavia inventory | undercloud | 0:30:53.819134 | 0.53s 2025-11-25 10:39:06.282443 | fa163e48-8288-2c28-7bf3-00000000010d | TASK | Check for ssh_private_key in working directory 2025-11-25 10:39:06.466720 | fa163e48-8288-2c28-7bf3-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-11-25 10:39:06.468890 | fa163e48-8288-2c28-7bf3-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:30:54.023542 | 0.19s 2025-11-25 10:39:06.487032 | fa163e48-8288-2c28-7bf3-00000000010e | TASK | Set private key location 2025-11-25 10:39:06.547207 | fa163e48-8288-2c28-7bf3-00000000010e | SKIPPED | Set private key location | undercloud 2025-11-25 10:39:06.549660 | fa163e48-8288-2c28-7bf3-00000000010e | TIMING | Set private key location | undercloud | 0:30:54.104306 | 0.06s 2025-11-25 10:39:06.569910 | fa163e48-8288-2c28-7bf3-00000000010f | TASK | Configure octavia command 2025-11-25 10:39:06.624657 | fa163e48-8288-2c28-7bf3-00000000010f | OK | Configure octavia command | undercloud 2025-11-25 10:39:06.626166 | fa163e48-8288-2c28-7bf3-00000000010f | TIMING | Configure octavia command | undercloud | 0:30:54.180808 | 0.05s 2025-11-25 10:39:06.684721 | fa163e48-8288-2c28-7bf3-000000000110 | OK | set_fact | undercloud 2025-11-25 10:39:06.686480 | fa163e48-8288-2c28-7bf3-000000000110 | TIMING | set_fact | undercloud | 0:30:54.241135 | 0.04s 2025-11-25 10:39:06.744496 | fa163e48-8288-2c28-7bf3-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-4jlq2qdr/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-4jlq2qdr/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-4jlq2qdr/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-11-25 10:39:06.745957 | fa163e48-8288-2c28-7bf3-000000000111 | TIMING | debug | undercloud | 0:30:54.300611 | 0.04s 2025-11-25 10:39:06.763956 | fa163e48-8288-2c28-7bf3-000000000112 | TASK | Configure octavia on overcloud 2025-11-25 10:42:24.202273 | fa163e48-8288-2c28-7bf3-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-11-25 10:42:24.205024 | fa163e48-8288-2c28-7bf3-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:11.759679 | 197.44s 2025-11-25 10:42:24.224956 | fa163e48-8288-2c28-7bf3-000000000113 | TASK | Purge temp dirs 2025-11-25 10:42:24.607923 | fa163e48-8288-2c28-7bf3-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-4jlq2qdr/octavia-ansible/local_dir 2025-11-25 10:42:24.609622 | fa163e48-8288-2c28-7bf3-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:12.164277 | 0.38s 2025-11-25 10:42:24.618358 | fa163e48-8288-2c28-7bf3-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:12.173009 | 0.39s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=797 changed=346 unreachable=0 failed=0 skipped=318 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-11-25 10:42:24.688075 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-25 10:42:24.688681 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-25 10:42:24.689257 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:12.243923 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-25 10:42:24.689892 | UUID | Info | Host | Task Name | Run Time 2025-11-25 10:42:24.690504 | fa163e48-8288-2c28-7bf3-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 236.05s 2025-11-25 10:42:24.691204 | fa163e48-8288-2c28-7bf3-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 197.44s 2025-11-25 10:42:24.691760 | fa163e48-8288-2c28-7bf3-000000004a1b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 126.46s 2025-11-25 10:42:24.692534 | fa163e48-8288-2c28-7bf3-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 110.03s 2025-11-25 10:42:24.693127 | fa163e48-8288-2c28-7bf3-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.52s 2025-11-25 10:42:24.693712 | fa163e48-8288-2c28-7bf3-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 53.26s 2025-11-25 10:42:24.694327 | fa163e48-8288-2c28-7bf3-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.78s 2025-11-25 10:42:24.694953 | fa163e48-8288-2c28-7bf3-00000000487f | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.92s 2025-11-25 10:42:24.695559 | fa163e48-8288-2c28-7bf3-000000004a1a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 30.62s 2025-11-25 10:42:24.696254 | fa163e48-8288-2c28-7bf3-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.18s 2025-11-25 10:42:24.696883 | fa163e48-8288-2c28-7bf3-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 28.09s 2025-11-25 10:42:24.697517 | fa163e48-8288-2c28-7bf3-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.76s 2025-11-25 10:42:24.698134 | fa163e48-8288-2c28-7bf3-000000004db1 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.18s 2025-11-25 10:42:24.698712 | fa163e48-8288-2c28-7bf3-000000004db2 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.83s 2025-11-25 10:42:24.699286 | fa163e48-8288-2c28-7bf3-000000004b16 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.31s 2025-11-25 10:42:24.699932 | fa163e48-8288-2c28-7bf3-0000000038a1 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 25.06s 2025-11-25 10:42:24.700552 | fa163e48-8288-2c28-7bf3-000000004b42 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.97s 2025-11-25 10:42:24.701192 | fa163e48-8288-2c28-7bf3-000000004b6e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.62s 2025-11-25 10:42:24.701757 | fa163e48-8288-2c28-7bf3-000000004c18 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.79s 2025-11-25 10:42:24.702514 | fa163e48-8288-2c28-7bf3-00000000370c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.67s 2025-11-25 10:42:24.703181 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-4jlq2qdr Install artifact is located at /root/standalone-install-20251125104225.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.34oCUb0uqN + exit 0 ~/ci-framework-data/artifacts