~/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.gEMB5gOGnP + 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.gEMB5gOGnP/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=true + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.gEMB5gOGnP/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.gEMB5gOGnP + J2_VARS_FILE=/tmp/tmp.gEMB5gOGnP/tmp.HayHbrZZeb.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.gEMB5gOGnP/tmp.HayHbrZZeb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.gEMB5gOGnP/tmp.HayHbrZZeb.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.gEMB5gOGnP/tmp.HayHbrZZeb.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.gEMB5gOGnP/tmp.HayHbrZZeb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.gEMB5gOGnP/tmp.HayHbrZZeb.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.gEMB5gOGnP/tmp.HayHbrZZeb.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.gEMB5gOGnP/tmp.HayHbrZZeb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.gEMB5gOGnP/tmp.HayHbrZZeb.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.gEMB5gOGnP/tmp.HayHbrZZeb.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.gEMB5gOGnP/tmp.HayHbrZZeb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.gEMB5gOGnP/tmp.HayHbrZZeb.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.gEMB5gOGnP/tmp.HayHbrZZeb.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.gEMB5gOGnP/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.gEMB5gOGnP/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.gEMB5gOGnP/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.gEMB5gOGnP/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.gEMB5gOGnP/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 6.7 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-340.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 374 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 167 kB/s | 15 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.8 MB/s | 223 kB 00:00 (3/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.5 MB/s | 98 kB 00:00 (4/399): python3-urllib-gssapi-1.0.2-4.el9.noar 645 kB/s | 24 kB 00:00 (5/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 563 kB/s | 64 kB 00:00 (6/399): python3-openvswitch3.3-3.3.4-110.el9fd 1.7 MB/s | 369 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 475 kB/s | 17 kB 00:00 (8/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.8 MB/s | 216 kB 00:00 (9/399): boost-thread-1.75.0-8.el9.x86_64.rpm 993 kB/s | 57 kB 00:00 (10/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.3 MB/s | 59 kB 00:00 (11/399): perl-Exporter-5.74-461.el9.noarch.rpm 946 kB/s | 34 kB 00:00 (12/399): perl-File-Temp-0.231.100-4.el9.noarch 1.1 MB/s | 63 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 422 kB/s | 16 kB 00:00 (14/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 412 kB/s | 25 kB 00:00 (15/399): python3-pyasn1-modules-0.4.8-6.el9.no 6.0 MB/s | 283 kB 00:00 (16/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.9 MB/s | 321 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.1 MB/s | 45 kB 00:00 (18/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.9 MB/s | 224 kB 00:00 (19/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 8.4 MB/s | 392 kB 00:00 (20/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.0 MB/s | 92 kB 00:00 (21/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 4.7 MB/s | 229 kB 00:00 (22/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.3 MB/s | 51 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 2.5 MB/s | 125 kB 00:00 (24/399): perl-Text-ParseWords-3.30-460.el9.noa 290 kB/s | 18 kB 00:00 (25/399): perl-libnet-3.13-4.el9.noarch.rpm 3.3 MB/s | 134 kB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 726 kB/s | 26 kB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 705 kB/s | 28 kB 00:00 (28/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 17 MB/s | 1.2 MB 00:00 (29/399): perl-Carp-1.50-460.el9.noarch.rpm 700 kB/s | 31 kB 00:00 (30/399): perl-Encode-3.08-462.el9.x86_64.rpm 27 MB/s | 1.7 MB 00:00 (31/399): perl-Pod-Escapes-1.07-460.el9.noarch. 443 kB/s | 22 kB 00:00 (32/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.8 MB/s | 218 kB 00:00 (33/399): libburn-1.5.4-4.el9.x86_64.rpm 3.6 MB/s | 175 kB 00:00 (34/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 609 kB/s | 24 kB 00:00 (35/399): perl-Mozilla-CA-20200520-6.el9.noarch 292 kB/s | 14 kB 00:00 (36/399): perl-Time-Local-1.300-7.el9.noarch.rp 818 kB/s | 37 kB 00:00 (37/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.3 MB/s | 76 kB 00:00 (38/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.2 MB/s | 73 kB 00:00 (39/399): sshpass-1.09-4.el9.x86_64.rpm 770 kB/s | 30 kB 00:00 (40/399): boost-filesystem-1.75.0-8.el9.x86_64. 856 kB/s | 59 kB 00:00 (41/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.6 MB/s | 410 kB 00:00 (42/399): boost-program-options-1.75.0-8.el9.x8 970 kB/s | 108 kB 00:00 (43/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 541 kB/s | 39 kB 00:00 (44/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 532 kB/s | 34 kB 00:00 (45/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 519 kB/s | 19 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 692 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 1.0 MB/s | 38 kB 00:00 (48/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.5 MB/s | 419 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.2 MB/s | 43 kB 00:00 (50/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.6 MB/s | 92 kB 00:00 (51/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.8 MB/s | 77 kB 00:00 (52/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.6 MB/s | 58 kB 00:00 (53/399): perl-constant-1.33-461.el9.noarch.rpm 695 kB/s | 25 kB 00:00 (54/399): python3-appdirs-1.4.4-4.el9.noarch.rp 718 kB/s | 27 kB 00:00 (55/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.9 MB/s | 112 kB 00:00 (56/399): perl-podlators-4.14-460.el9.noarch.rp 1.7 MB/s | 118 kB 00:00 (57/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.8 MB/s | 163 kB 00:00 (58/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.5 MB/s | 96 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 978 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 5.8 MB/s | 279 kB 00:00 (61/399): python3-qrcode-core-6.1-12.el9.noarch 670 kB/s | 61 kB 00:00 (62/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.7 MB/s | 221 kB 00:00 (63/399): python3-alembic-1.7.5-3.el9.noarch.rp 17 MB/s | 900 kB 00:00 (64/399): python3-augeas-0.5.0-25.el9.noarch.rp 503 kB/s | 31 kB 00:00 (65/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 1.1 MB/s | 42 kB 00:00 (66/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 7.6 MB/s | 489 kB 00:00 (67/399): perl-AutoLoader-5.74-480.el9.noarch.r 331 kB/s | 23 kB 00:00 (68/399): perl-Class-Struct-0.66-480.el9.noarch 578 kB/s | 24 kB 00:00 (69/399): perl-B-1.80-480.el9.x86_64.rpm 3.0 MB/s | 185 kB 00:00 (70/399): perl-Errno-1.30-480.el9.x86_64.rpm 436 kB/s | 17 kB 00:00 (71/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 596 kB/s | 23 kB 00:00 (72/399): perl-File-Basename-2.85-480.el9.noarc 496 kB/s | 19 kB 00:00 (73/399): perl-File-stat-1.09-480.el9.noarch.rp 532 kB/s | 19 kB 00:00 (74/399): perl-FileHandle-2.03-480.el9.noarch.r 442 kB/s | 17 kB 00:00 (75/399): perl-Getopt-Std-1.12-480.el9.noarch.r 445 kB/s | 17 kB 00:00 (76/399): perl-IO-1.43-480.el9.x86_64.rpm 2.4 MB/s | 94 kB 00:00 (77/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 678 kB/s | 25 kB 00:00 (78/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 628 kB/s | 25 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 358 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 350 kB/s | 16 kB 00:00 (81/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.5 MB/s | 99 kB 00:00 (82/399): perl-interpreter-5.32.1-480.el9.x86_6 1.9 MB/s | 75 kB 00:00 (83/399): perl-if-0.60.800-480.el9.noarch.rpm 297 kB/s | 16 kB 00:00 (84/399): perl-mro-1.23-480.el9.x86_64.rpm 632 kB/s | 31 kB 00:00 (85/399): perl-libs-5.32.1-480.el9.x86_64.rpm 27 MB/s | 2.2 MB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 626 kB/s | 47 kB 00:00 (87/399): perl-base-2.27-480.el9.noarch.rpm 91 kB/s | 18 kB 00:00 (88/399): perl-overloading-0.02-480.el9.noarch. 216 kB/s | 15 kB 00:00 (89/399): perl-vars-1.05-480.el9.noarch.rpm 398 kB/s | 15 kB 00:00 (90/399): perl-subs-1.03-480.el9.noarch.rpm 311 kB/s | 13 kB 00:00 (91/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 5.0 MB/s | 259 kB 00:00 (92/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 8.8 MB/s | 459 kB 00:00 (93/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 176 kB 00:00 (94/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 1.0 MB/s | 40 kB 00:00 (95/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.5 MB/s | 59 kB 00:00 (96/399): jq-1.6-14.el9.x86_64.rpm 3.5 MB/s | 190 kB 00:00 (97/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 9.7 MB/s | 452 kB 00:00 (98/399): ansible-collection-community-general- 22 MB/s | 1.3 MB 00:00 (99/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.2 MB/s | 68 kB 00:00 (100/399): rhel-system-roles-1.21.2-1.el9_2.noa 25 MB/s | 2.4 MB 00:00 (101/399): ansible-collection-ansible-posix-1.2 2.2 MB/s | 124 kB 00:00 (102/399): cephadm-18.2.1-340.el9cp.noarch.rpm 6.6 MB/s | 374 kB 00:00 (103/399): ipa-client-common-4.10.1-12.el9_2.2. 1.0 MB/s | 44 kB 00:00 (104/399): ipa-common-4.10.1-12.el9_2.2.noarch. 13 MB/s | 656 kB 00:00 (105/399): python3-ipalib-4.10.1-12.el9_2.2.noa 9.6 MB/s | 663 kB 00:00 (106/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.0 MB/s | 57 kB 00:00 (107/399): python3-ipaclient-4.10.1-12.el9_2.2. 5.8 MB/s | 648 kB 00:00 (108/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 1.1 MB/s | 41 kB 00:00 (109/399): ruby-default-gems-3.0.4-161.el9_2.2. 751 kB/s | 46 kB 00:00 (110/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 62 MB/s | 7.9 MB 00:00 (111/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.5 MB/s | 55 kB 00:00 (112/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 34 MB/s | 3.3 MB 00:00 (113/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.0 MB/s | 59 kB 00:00 (114/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.3 MB/s | 60 kB 00:00 (115/399): rubygem-io-console-0.5.7-161.el9_2.2 148 kB/s | 26 kB 00:00 (116/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 6.6 MB/s | 441 kB 00:00 (117/399): rubygem-bundler-2.2.33-161.el9_2.2.n 2.1 MB/s | 456 kB 00:00 (118/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.7 MB/s | 110 kB 00:00 (119/399): rubygems-3.2.33-161.el9_2.2.noarch.r 7.0 MB/s | 306 kB 00:00 (120/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.2 MB/s | 245 kB 00:00 (121/399): ansible-collection-ansible-netcommon 4.5 MB/s | 181 kB 00:00 (122/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 28 MB/s | 2.2 MB 00:00 (123/399): buildah-1.29.5-1.el9_2.x86_64.rpm 51 MB/s | 8.6 MB 00:00 (124/399): ansible-collection-ansible-utils-2.3 1.1 MB/s | 91 kB 00:00 (125/399): golang-github-vbatts-tar-split-0.11. 14 MB/s | 1.0 MB 00:00 (126/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.8 MB/s | 77 kB 00:00 (127/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.2 MB/s | 178 kB 00:00 (128/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 2.7 MB/s | 162 kB 00:00 (129/399): puppet-fdio-18.2-1.20220727113954.6f 569 kB/s | 25 kB 00:00 (130/399): python3-ansible-runner-2.0.0a1-3.el9 3.1 MB/s | 122 kB 00:00 (131/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.2 MB/s | 44 kB 00:00 (132/399): python3-croniter-0.3.35-2.el9ost.noa 1.1 MB/s | 49 kB 00:00 (133/399): python3-beautifulsoup4-4.9.3-2.el9os 3.1 MB/s | 204 kB 00:00 (134/399): python3-daemon-2.3.0-1.el9ost.noarch 556 kB/s | 39 kB 00:00 (135/399): python3-docutils-0.16-6.el9ost.noarc 26 MB/s | 1.5 MB 00:00 (136/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 834 kB/s | 44 kB 00:00 (137/399): python3-gevent-21.1.2-2.el9ost.x86_6 28 MB/s | 1.6 MB 00:00 (138/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.7 MB/s | 107 kB 00:00 (139/399): python3-jeepney-0.6.0-2.el9ost.noarc 4.8 MB/s | 284 kB 00:00 (140/399): python3-jmespath-0.10.0-1.el9ost.noa 1.2 MB/s | 46 kB 00:00 (141/399): python3-lockfile-0.12.2-2.el9ost.noa 840 kB/s | 31 kB 00:00 (142/399): python3-memcached-1.59-3.el9ost.noar 1.0 MB/s | 40 kB 00:00 (143/399): python3-logutils-0.3.5-15.el9ost.noa 866 kB/s | 47 kB 00:00 (144/399): python3-mimeparse-1.6.0-16.el9ost.no 465 kB/s | 16 kB 00:00 (145/399): python3-natsort-7.1.1-2.el9ost.noarc 1.1 MB/s | 59 kB 00:00 (146/399): python3-migrate-0.13.0-1.el9ost.noar 2.1 MB/s | 224 kB 00:00 (147/399): python3-passlib-1.7.4-3.el9ost.noarc 14 MB/s | 712 kB 00:00 (148/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.2 MB/s | 90 kB 00:00 (149/399): python3-pecan-1.4.0-2.el9ost.noarch. 4.7 MB/s | 273 kB 00:00 (150/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.7 MB/s | 111 kB 00:00 (151/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.1 MB/s | 47 kB 00:00 (152/399): python3-pyperclip-1.8.0-3.el9ost.noa 298 kB/s | 25 kB 00:00 (153/399): python3-setproctitle-1.2.2-1.el9ost. 274 kB/s | 23 kB 00:00 (154/399): python3-soupsieve-2.2-1.el9ost.noarc 1.5 MB/s | 67 kB 00:00 (155/399): python3-tenacity-6.3.1-1.el9ost.noar 1.2 MB/s | 51 kB 00:00 (156/399): python3-sqlalchemy13-1.3.24-3.el9ost 26 MB/s | 1.7 MB 00:00 (157/399): python3-zope-event-4.2.0-20.el9ost.n 2.9 MB/s | 205 kB 00:00 (158/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 3.3 MB/s | 396 kB 00:00 (159/399): python3-webtest-2.0.35-6.el9ost.noar 415 kB/s | 82 kB 00:00 (160/399): python3-zope-interface-5.4.0-1.el9os 2.0 MB/s | 202 kB 00:00 (161/399): rubygem-concurrent-ruby-1.1.5-2.el9o 3.1 MB/s | 243 kB 00:00 (162/399): rubygem-deep_merge-1.2.1-7.el9ost.no 290 kB/s | 14 kB 00:00 (163/399): rubygem-fast_gettext-1.2.0-9.el9ost. 746 kB/s | 34 kB 00:00 (164/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.2 MB/s | 90 kB 00:00 (165/399): rubygem-multi_json-1.15.0-2.el9ost.n 433 kB/s | 22 kB 00:00 (166/399): rubygem-puppet-resource_api-1.8.13-1 813 kB/s | 34 kB 00:00 (167/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 288 kB/s | 16 kB 00:00 (168/399): rubygem-semantic_puppet-1.0.4-2.el9o 605 kB/s | 21 kB 00:00 (169/399): ansible-config_template-2.0.1-17.1.2 809 kB/s | 29 kB 00:00 (170/399): ansible-role-atos-hsm-1.0.1-17.1.202 454 kB/s | 17 kB 00:00 (171/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 6.0 MB/s | 433 kB 00:00 (172/399): ansible-role-container-registry-1.4. 655 kB/s | 24 kB 00:00 (173/399): ansible-role-collectd-config-0.0.3-1 1.1 MB/s | 53 kB 00:00 (174/399): ansible-role-openstack-operations-0. 703 kB/s | 30 kB 00:00 (175/399): ansible-role-qdr-config-0.0.2-17.1.2 357 kB/s | 21 kB 00:00 (176/399): ansible-role-chrony-1.3.1-17.1.20230 167 kB/s | 22 kB 00:00 (177/399): ansible-role-redhat-subscription-1.3 659 kB/s | 28 kB 00:00 (178/399): ansible-role-thales-hsm-3.0.1-17.1.2 583 kB/s | 21 kB 00:00 (179/399): ansible-tripleo-ipa-0.3.1-17.1.20230 887 kB/s | 36 kB 00:00 (180/399): ansible-role-tripleo-modify-image-1. 567 kB/s | 27 kB 00:00 (181/399): ansible-tripleo-ipsec-11.0.1-17.1.20 727 kB/s | 38 kB 00:00 (182/399): dib-utils-0.0.11-17.1.20230620173328 344 kB/s | 12 kB 00:00 (183/399): openstack-heat-agents-2.2.1-17.1.202 214 kB/s | 9.6 kB 00:00 (184/399): os-collect-config-13.1.1-17.1.202310 1.0 MB/s | 50 kB 00:00 (185/399): os-apply-config-13.1.1-17.1.20231020 763 kB/s | 54 kB 00:00 (186/399): puppet-aodh-18.4.2-17.1.202306201512 1.4 MB/s | 62 kB 00:00 (187/399): puppet-archive-4.6.1-17.1.2023062018 948 kB/s | 44 kB 00:00 (188/399): puppet-apache-6.5.2-17.1.20230621001 3.0 MB/s | 259 kB 00:00 (189/399): os-refresh-config-13.1.1-17.1.202310 140 kB/s | 21 kB 00:00 (190/399): puppet-auditd-2.2.1-17.1.20230620192 704 kB/s | 28 kB 00:00 (191/399): puppet-ceilometer-18.4.3-17.1.202309 1.0 MB/s | 70 kB 00:00 (192/399): puppet-collectd-13.0.1-17.1.20230620 3.5 MB/s | 135 kB 00:00 (193/399): puppet-certmonger-2.7.1-17.1.2023062 296 kB/s | 26 kB 00:00 (194/399): puppet-cinder-18.5.2-17.1.2023062105 1.2 MB/s | 120 kB 00:00 (195/399): puppet-corosync-8.0.1-17.1.202306211 1.4 MB/s | 68 kB 00:00 (196/399): puppet-concat-6.2.1-17.1.20230620181 550 kB/s | 41 kB 00:00 (197/399): puppet-dns-8.2.1-17.1.20230621002045 836 kB/s | 36 kB 00:00 (198/399): puppet-designate-18.6.1-17.1.2023062 726 kB/s | 69 kB 00:00 (199/399): puppet-etcd-1.12.3-17.1.202306201932 454 kB/s | 25 kB 00:00 (200/399): puppet-firewall-3.4.1-17.1.202306210 1.3 MB/s | 77 kB 00:00 (201/399): puppet-git-0.5.0-17.1.20230620193928 568 kB/s | 23 kB 00:00 (202/399): puppet-gnocchi-18.4.3-17.1.202306210 781 kB/s | 58 kB 00:00 (203/399): puppet-heat-18.4.1-17.1.202306211116 1.6 MB/s | 70 kB 00:00 (204/399): puppet-inifile-4.2.1-17.1.2023062018 1.1 MB/s | 42 kB 00:00 (205/399): puppet-haproxy-4.2.2-17.1.2023062019 522 kB/s | 52 kB 00:00 (206/399): puppet-keepalived-0.0.2-17.1.2023062 340 kB/s | 14 kB 00:00 (207/399): puppet-ipaclient-2.5.2-17.1.20230620 355 kB/s | 17 kB 00:00 (208/399): puppet-horizon-18.6.1-17.1.202306210 638 kB/s | 63 kB 00:00 (209/399): puppet-manila-18.5.2-17.1.2023110219 1.8 MB/s | 81 kB 00:00 (210/399): puppet-memcached-6.0.0-17.1.20230620 371 kB/s | 23 kB 00:00 (211/399): puppet-module-data-0.5.1-17.1.202306 340 kB/s | 13 kB 00:00 (212/399): puppet-kmod-2.5.0-17.1.2023062019064 227 kB/s | 21 kB 00:00 (213/399): puppet-mysql-10.6.1-17.1.20230621022 2.2 MB/s | 99 kB 00:00 (214/399): puppet-neutron-18.6.1-17.1.202306210 3.0 MB/s | 196 kB 00:00 (215/399): puppet-nssdb-1.0.2-17.1.202306201856 291 kB/s | 12 kB 00:00 (216/399): puppet-nova-18.6.1-17.1.202306210904 2.3 MB/s | 200 kB 00:00 (217/399): puppet-octavia-18.5.1-17.1.202306210 2.0 MB/s | 76 kB 00:00 (218/399): puppet-openstack_extras-18.5.1-17.1. 861 kB/s | 48 kB 00:00 (219/399): puppet-openstacklib-18.5.2-17.1.2023 1.3 MB/s | 62 kB 00:00 (220/399): puppet-placement-5.4.3-17.1.20230621 416 kB/s | 41 kB 00:00 (221/399): puppet-oslo-18.5.1-17.1.202306210523 370 kB/s | 48 kB 00:00 (222/399): puppet-redis-6.1.1-17.1.202306201917 1.1 MB/s | 51 kB 00:00 (223/399): puppet-qdr-7.4.1-17.1.20230620195605 192 kB/s | 31 kB 00:00 (224/399): puppet-remote-10.0.0-17.1.2023062019 447 kB/s | 16 kB 00:00 (225/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.1 MB/s | 58 kB 00:00 (226/399): puppet-snmp-3.9.1-17.1.2023062020041 927 kB/s | 34 kB 00:00 (227/399): puppet-rsync-1.1.4-17.1.202306210028 187 kB/s | 28 kB 00:00 (228/399): puppet-ssh-6.2.1-17.1.20230620190251 474 kB/s | 29 kB 00:00 (229/399): puppet-rabbitmq-11.0.1-17.1.20230620 1.0 MB/s | 266 kB 00:00 (230/399): puppet-swift-18.6.1-17.1.20230621052 2.9 MB/s | 115 kB 00:00 (231/399): puppet-stdlib-6.3.1-17.1.20230621000 2.2 MB/s | 160 kB 00:00 (232/399): puppet-systemd-2.12.1-17.1.202306201 1.0 MB/s | 42 kB 00:00 (233/399): puppet-sysctl-0.0.13-17.1.2023062018 218 kB/s | 16 kB 00:00 (234/399): puppet-vcsrepo-3.1.1-17.1.2023062018 1.3 MB/s | 50 kB 00:00 (235/399): puppet-vswitch-14.4.3-17.1.202306210 881 kB/s | 41 kB 00:00 (236/399): puppet-xinetd-3.3.1-17.1.20230620185 678 kB/s | 26 kB 00:00 (237/399): python-oslo-cache-lang-2.7.1-17.1.20 501 kB/s | 19 kB 00:00 (238/399): python-oslo-log-lang-4.4.0-17.1.2023 384 kB/s | 14 kB 00:00 (239/399): python-oslo-policy-lang-3.7.1-17.1.2 355 kB/s | 14 kB 00:00 (240/399): python-oslo-versionedobjects-lang-2. 347 kB/s | 14 kB 00:00 (241/399): python-pycadf-common-3.1.1-17.1.2023 395 kB/s | 15 kB 00:00 (242/399): python3-aodhclient-2.2.0-17.1.202306 1.5 MB/s | 56 kB 00:00 (243/399): python3-GitPython-3.1.14-2.el9ost.no 3.9 MB/s | 238 kB 00:00 (244/399): python-oslo-middleware-lang-4.2.1-17 86 kB/s | 13 kB 00:00 (245/399): python3-barbicanclient-5.3.0-17.1.20 3.0 MB/s | 127 kB 00:00 (246/399): python3-cinderclient-7.4.1-17.1.2023 3.1 MB/s | 218 kB 00:00 (247/399): python3-futurist-2.3.0-17.1.20230621 1.6 MB/s | 64 kB 00:00 (248/399): python3-designateclient-4.2.1-17.1.2 890 kB/s | 92 kB 00:00 (249/399): python3-heat-agent-2.2.1-17.1.202306 502 kB/s | 19 kB 00:00 (250/399): python3-heat-agent-ansible-2.2.1-17. 256 kB/s | 11 kB 00:00 (251/399): python3-heat-agent-apply-config-2.2. 255 kB/s | 9.9 kB 00:00 (252/399): python3-cliff-3.7.0-17.1.20230620172 592 kB/s | 95 kB 00:00 (253/399): python3-heat-agent-hiera-2.2.1-17.1. 282 kB/s | 10 kB 00:00 (254/399): python3-heat-agent-puppet-2.2.1-17.1 248 kB/s | 11 kB 00:00 (255/399): python3-heat-agent-docker-cmd-2.2.1- 117 kB/s | 12 kB 00:00 (256/399): python3-heat-agent-json-file-2.2.1-1 89 kB/s | 9.8 kB 00:00 (257/399): python3-heatclient-2.3.1-17.1.202306 2.6 MB/s | 158 kB 00:00 (258/399): python3-ironic-inspector-client-4.5. 1.4 MB/s | 67 kB 00:00 (259/399): python3-ironicclient-4.6.4-17.1.2023 5.2 MB/s | 342 kB 00:00 (260/399): python3-keystoneclient-4.3.0-17.1.20 5.1 MB/s | 239 kB 00:00 (261/399): python3-keystonemiddleware-9.2.0-17. 1.9 MB/s | 92 kB 00:00 (262/399): python3-mistralclient-4.2.0-17.1.202 4.1 MB/s | 166 kB 00:00 (263/399): python3-neutronclient-7.3.1-17.1.202 6.4 MB/s | 298 kB 00:00 (264/399): python3-novaclient-17.4.1-17.1.20230 4.4 MB/s | 201 kB 00:00 (265/399): python3-magnumclient-3.4.1-17.1.2023 1.2 MB/s | 121 kB 00:00 (266/399): python3-os-client-config-2.1.0-17.1. 1.2 MB/s | 55 kB 00:00 (267/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (268/399): python3-osc-lib-2.3.1-17.1.202306202 1.6 MB/s | 78 kB 00:00 (269/399): python3-os-traits-2.5.0-17.1.2023062 611 kB/s | 45 kB 00:00 (270/399): python3-oslo-cache-2.7.1-17.1.202306 952 kB/s | 56 kB 00:00 (271/399): python3-oslo-context-3.2.1-17.1.2023 639 kB/s | 27 kB 00:00 (272/399): python3-oslo-policy-3.7.1-17.1.20230 1.8 MB/s | 76 kB 00:00 (273/399): python3-oslo-middleware-4.2.1-17.1.2 1.1 MB/s | 55 kB 00:00 (274/399): python3-oslo-log-4.4.0-17.1.20230620 671 kB/s | 64 kB 00:00 (275/399): python3-oslo-reports-2.2.0-17.1.2023 1.4 MB/s | 59 kB 00:00 (276/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.0 MB/s | 46 kB 00:00 (277/399): python3-oslo-upgradecheck-1.3.1-17.1 802 kB/s | 29 kB 00:00 (278/399): python3-oslo-versionedobjects-2.4.1- 1.0 MB/s | 79 kB 00:00 (279/399): python3-osprofiler-3.4.0-17.1.202306 984 kB/s | 130 kB 00:00 (280/399): python3-oslo-serialization-4.1.1-17. 189 kB/s | 34 kB 00:00 (281/399): python3-pycadf-3.1.1-17.1.2023062021 576 kB/s | 53 kB 00:00 (282/399): python3-requestsexceptions-1.4.0-17. 476 kB/s | 17 kB 00:00 (283/399): python3-shade-1.33.0-17.1.2023062022 7.7 MB/s | 523 kB 00:00 (284/399): python3-statsd-3.2.1-20.1.el9ost.noa 885 kB/s | 35 kB 00:00 (285/399): python3-saharaclient-3.3.0-17.1.2023 1.8 MB/s | 188 kB 00:00 (286/399): python3-swiftclient-3.11.1-17.1.2023 3.2 MB/s | 136 kB 00:00 (287/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.0 MB/s | 50 kB 00:00 (288/399): python3-validations-libs-1.9.1-17.1. 3.5 MB/s | 137 kB 00:00 (289/399): python3-troveclient-7.0.0-17.1.20230 6.3 MB/s | 344 kB 00:00 (290/399): python3-zaqarclient-2.4.0-17.1.20230 2.8 MB/s | 129 kB 00:00 (291/399): python3-paramiko-2.11.0-2.el9ost.noa 7.0 MB/s | 299 kB 00:00 (292/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.8 MB/s | 427 kB 00:00 (293/399): validations-common-1.9.1-17.1.202310 1.7 MB/s | 111 kB 00:00 (294/399): ansible-pacemaker-1.0.4-17.1.2023121 588 kB/s | 21 kB 00:00 (295/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (296/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.9 MB/s | 83 kB 00:00 (297/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.8 MB/s | 230 kB 00:00 (298/399): openstack-selinux-0.8.37-17.1.202311 5.4 MB/s | 221 kB 00:00 (299/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (300/399): python-oslo-db-lang-8.5.2-17.1.20240 354 kB/s | 14 kB 00:00 (301/399): python3-glanceclient-3.3.0-17.1.2024 3.4 MB/s | 143 kB 00:00 (302/399): ansible-role-metalsmith-deployment-1 198 kB/s | 21 kB 00:00 (303/399): python3-keystoneauth1-4.4.0-17.1.202 9.2 MB/s | 409 kB 00:00 (304/399): python3-metalsmith-1.4.4-17.1.202405 1.7 MB/s | 65 kB 00:00 (305/399): python3-neutron-lib-2.10.3-17.1.2023 8.9 MB/s | 375 kB 00:00 (306/399): python3-octaviaclient-2.3.1-17.1.202 2.3 MB/s | 91 kB 00:00 (307/399): python3-oslo-db-8.5.2-17.1.202408201 3.8 MB/s | 144 kB 00:00 (308/399): python3-oslo-messaging-12.7.3-17.1.2 3.7 MB/s | 216 kB 00:00 (309/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (310/399): python3-rhosp-openvswitch-3.3-1.el9o 236 kB/s | 8.3 kB 00:00 (311/399): python3-waitress-2.0.0-4.el9ost.noar 2.0 MB/s | 109 kB 00:00 (312/399): openstack-ansible-core-2.14.2-4.7.el 37 MB/s | 2.3 MB 00:00 (313/399): openstack-tripleo-validations-14.3.2 2.9 MB/s | 204 kB 00:00 (314/399): puppet-glance-18.6.1-17.1.2025022015 1.8 MB/s | 87 kB 00:00 (315/399): puppet-ovn-18.6.1-17.1.2024092509490 791 kB/s | 29 kB 00:00 (316/399): puppet-pacemaker-1.5.1-17.1.20250214 3.9 MB/s | 158 kB 00:00 (317/399): puppet-tripleo-14.2.3-17.1.202503201 5.3 MB/s | 239 kB 00:00 (318/399): ansible-collection-containers-podman 5.0 MB/s | 243 kB 00:00 (319/399): python3-os-ken-1.4.1-17.1.2024120509 26 MB/s | 2.1 MB 00:00 (320/399): ansible-collections-openstack-1.9.1- 3.7 MB/s | 146 kB 00:00 (321/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 8.2 MB/s | 351 kB 00:00 (322/399): hiera-3.6.0-6.el9ost.noarch.rpm 928 kB/s | 33 kB 00:00 (323/399): facter-3.14.19-3.el9ost.x86_64.rpm 9.2 MB/s | 518 kB 00:00 (324/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.0 MB/s | 405 kB 00:00 (325/399): openstack-tripleo-common-15.4.1-17.1 1.3 MB/s | 52 kB 00:00 (326/399): openstack-tripleo-common-containers- 2.0 MB/s | 78 kB 00:00 (327/399): puppet-7.10.0-4.el9ost.noarch.rpm 296 kB/s | 11 kB 00:00 (328/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.3 MB/s | 92 kB 00:00 (329/399): puppet-headless-7.10.0-4.el9ost.noar 20 MB/s | 1.4 MB 00:00 (330/399): puppet-keystone-18.6.1-17.1.20250425 1.8 MB/s | 127 kB 00:00 (331/399): python3-cachetools-4.2.2-3.el9ost.no 853 kB/s | 33 kB 00:00 (332/399): python3-boto-2.45.0-8.1.el9ost.noarc 16 MB/s | 1.3 MB 00:00 (333/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 4.2 MB/s | 284 kB 00:00 (334/399): python3-colorama-0.4.4-4.el9ost.noar 882 kB/s | 35 kB 00:00 (335/399): python3-dogpile-cache-1.1.5-5.el9ost 2.2 MB/s | 89 kB 00:00 (336/399): python3-extras-1.0.0-17.el9ost.noarc 550 kB/s | 21 kB 00:00 (337/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (338/399): python3-fixtures-3.0.0-24.el9ost.noa 1.2 MB/s | 93 kB 00:00 (339/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.6 MB/s | 313 kB 00:00 (340/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.0 MB/s | 87 kB 00:00 (341/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (342/399): python3-munch-2.5.0-6.el9ost.noarch. 376 kB/s | 25 kB 00:00 (343/399): python3-paste-deploy-2.1.1-4.el9ost. 1.1 MB/s | 41 kB 00:00 (344/399): python3-paste-3.5.0-5.el9ost.noarch. 11 MB/s | 776 kB 00:00 (345/399): python3-pystache-0.5.4-15.el9ost.noa 2.9 MB/s | 132 kB 00:00 (346/399): python3-repoze-lru-0.7-12.el9ost.noa 854 kB/s | 32 kB 00:00 (347/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.4 MB/s | 57 kB 00:00 (348/399): python3-routes-2.4.1-14.el9ost.noarc 3.0 MB/s | 188 kB 00:00 (349/399): python3-secretstorage-3.3.1-3.el9ost 967 kB/s | 36 kB 00:00 (350/399): python3-simplejson-3.17.5-3.el9ost.x 5.9 MB/s | 266 kB 00:00 (351/399): python3-tempita-0.5.1-27.el9ost.noar 961 kB/s | 36 kB 00:00 (352/399): python3-testtools-2.4.0-10.el9ost.no 5.5 MB/s | 333 kB 00:00 (353/399): python3-tripleoclient-16.5.1-17.1.20 12 MB/s | 553 kB 00:00 (354/399): python3-tripleo-common-15.4.1-17.1.2 3.1 MB/s | 202 kB 00:00 (355/399): python3-vine-5.0.0-5.el9ost.noarch.r 634 kB/s | 26 kB 00:00 (356/399): python3-warlock-1.3.3-7.el9ost.noarc 589 kB/s | 21 kB 00:00 (357/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.5 MB/s | 56 kB 00:00 (358/399): ruby-facter-3.14.19-3.el9ost.x86_64. 275 kB/s | 9.5 kB 00:00 (359/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 627 kB/s | 29 kB 00:00 (360/399): python3-yaql-1.1.3-13.el9ost.noarch. 2.3 MB/s | 180 kB 00:00 (361/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 537 kB/s | 19 kB 00:00 (362/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.7 MB/s | 123 kB 00:00 (363/399): openstack-heat-api-16.1.1-17.1.20250 356 kB/s | 16 kB 00:00 (364/399): openstack-heat-engine-16.1.1-17.1.20 361 kB/s | 15 kB 00:00 (365/399): openstack-heat-common-16.1.1-17.1.20 18 MB/s | 1.6 MB 00:00 (366/399): openstack-heat-monolith-16.1.1-17.1. 245 kB/s | 16 kB 00:00 (367/399): openstack-tripleo-heat-templates-14. 11 MB/s | 617 kB 00:00 (368/399): puppet-barbican-18.4.2-17.1.20250625 1.5 MB/s | 57 kB 00:00 (369/399): python-openstackclient-lang-5.5.2-17 1.3 MB/s | 58 kB 00:00 (370/399): python3-openstackclient-5.5.2-17.1.2 21 MB/s | 1.1 MB 00:00 (371/399): tripleo-ansible-3.3.1-17.1.202507021 9.9 MB/s | 570 kB 00:00 (372/399): libaio-0.3.111-13.el9.x86_64.rpm 239 kB/s | 26 kB 00:00 (373/399): bash-completion-2.11-4.el9.noarch.rp 2.6 MB/s | 459 kB 00:00 (374/399): device-mapper-persistent-data-0.9.0- 4.8 MB/s | 786 kB 00:00 (375/399): glibc-langpack-en-2.34-60.el9.x86_64 14 MB/s | 675 kB 00:00 (376/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.5 MB/s | 62 kB 00:00 (377/399): krb5-workstation-1.20.1-8.el9.x86_64 11 MB/s | 542 kB 00:00 (378/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 687 kB/s | 37 kB 00:00 (379/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.0 MB/s | 45 kB 00:00 (380/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.1 MB/s | 81 kB 00:00 (381/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 422 kB/s | 16 kB 00:00 (382/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 299 kB/s | 12 kB 00:00 (383/399): python3-dns-2.2.1-2.el9.noarch.rpm 9.2 MB/s | 418 kB 00:00 (384/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 861 kB/s | 36 kB 00:00 (385/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 735 kB/s | 30 kB 00:00 (386/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 521 kB/s | 19 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 788 kB/s | 32 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 705 kB/s | 31 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 22 MB/s | 1.5 MB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 17 MB/s | 1.0 MB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.0 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.2 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.3 MB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 629 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 33 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 6.2 MB/s | 464 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.4 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 4.1 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 12 MB/s | 97 MB 00:07 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : 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-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.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-openvswitch3.3-3.3.4-110.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 171/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 172/408 Installing : pkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 174/408 Installing : bash-completion-1:2.11-4.el9.noarch 175/408 Installing : libkadm5-1.20.1-8.el9.x86_64 176/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 177/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 178/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 179/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 180/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 181/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 182/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 183/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 184/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 185/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 186/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 187/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 188/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 189/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 190/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 191/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 192/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 193/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 195/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 196/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 197/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 198/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 199/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 200/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 201/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 202/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 203/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 204/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 205/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 206/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 207/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 208/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 209/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 210/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 211/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 212/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 213/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 214/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 215/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 216/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 217/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 218/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 219/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 220/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 221/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 222/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 223/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 224/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 225/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 226/408 Installing : python3-memcached-1.59-3.el9ost.noarch 227/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 228/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 229/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 230/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 231/408 Installing : python3-docutils-0.16-6.el9ost.noarch 232/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 233/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 234/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 235/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 236/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 237/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 238/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 239/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 240/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 241/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 242/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 243/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 244/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 245/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 246/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 247/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 248/408 warning: group neutron does not exist - using root Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-340.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-340.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 1/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 2/408 Verifying : boost-system-1.75.0-8.el9.x86_64 3/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 4/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 5/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 6/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 7/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 8/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 9/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 10/408 Verifying : perl-Exporter-5.74-461.el9.noarch 11/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 12/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 13/408 Verifying : perl-parent-1:0.238-460.el9.noarch 14/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 15/408 Verifying : xorriso-1.5.4-4.el9.x86_64 16/408 Verifying : libisofs-1.5.4-4.el9.x86_64 17/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 18/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 19/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 20/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 21/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 22/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 23/408 Verifying : perl-URI-5.09-3.el9.noarch 24/408 Verifying : perl-libnet-3.13-4.el9.noarch 25/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 26/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 27/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 28/408 Verifying : perl-Carp-1.50-460.el9.noarch 29/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 30/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 31/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 32/408 Verifying : libburn-1.5.4-4.el9.x86_64 33/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 34/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 35/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 36/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 37/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 38/408 Verifying : sshpass-1.09-4.el9.x86_64 39/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 40/408 Verifying : boost-log-1.75.0-8.el9.x86_64 41/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 42/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 43/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 44/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 45/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 46/408 Verifying : perl-Digest-1.19-4.el9.noarch 47/408 Verifying : perl-File-Path-2.18-4.el9.noarch 48/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 49/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 50/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 51/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 52/408 Verifying : perl-constant-1.33-461.el9.noarch 53/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 54/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 55/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 56/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 57/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 58/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 59/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 60/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 61/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 62/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 63/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 64/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 65/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 66/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 67/408 Verifying : perl-B-1.80-480.el9.x86_64 68/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 69/408 Verifying : perl-Errno-1.30-480.el9.x86_64 70/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 71/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 72/408 Verifying : perl-File-stat-1.09-480.el9.noarch 73/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 74/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 75/408 Verifying : perl-IO-1.43-480.el9.x86_64 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 78/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 79/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 80/408 Verifying : perl-Symbol-1.08-480.el9.noarch 81/408 Verifying : perl-base-2.27-480.el9.noarch 82/408 Verifying : perl-if-0.60.800-480.el9.noarch 83/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 85/408 Verifying : perl-mro-1.23-480.el9.x86_64 86/408 Verifying : perl-overload-1.31-480.el9.noarch 87/408 Verifying : perl-overloading-0.02-480.el9.noarch 88/408 Verifying : perl-subs-1.03-480.el9.noarch 89/408 Verifying : perl-vars-1.05-480.el9.noarch 90/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 91/408 Verifying : python3-mako-1.1.4-6.el9.noarch 92/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 93/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 94/408 Verifying : jq-1.6-14.el9.x86_64 95/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 96/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 97/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 98/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 99/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 100/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 101/408 Verifying : cephadm-2:18.2.1-340.el9cp.noarch 102/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 103/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 104/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 105/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 106/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 107/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 108/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 109/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 110/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 111/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 112/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 113/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 114/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 115/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 116/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 117/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 118/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 119/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 120/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 121/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 122/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 123/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 124/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 125/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 126/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 127/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 128/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 129/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 130/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 131/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 132/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 133/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 134/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 135/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 136/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 137/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 138/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 139/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 140/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 141/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 142/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 143/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 144/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 145/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 146/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 147/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 148/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 149/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 150/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 151/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 152/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 153/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 154/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 155/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 156/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 157/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 158/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 159/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 160/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 163/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 164/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 165/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 166/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 167/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 168/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 169/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 170/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 171/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 172/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 173/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 174/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 175/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 176/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 177/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 178/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 179/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 180/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 181/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 182/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 183/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 184/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 185/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 186/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 187/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 188/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 189/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 190/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 191/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 192/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 193/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 194/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 195/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 196/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 197/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 198/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 199/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 200/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 201/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 202/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 203/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 204/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 205/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 206/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 207/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 208/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 209/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 210/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 211/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 212/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 213/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 214/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 215/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 216/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 217/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 218/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 219/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 220/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 221/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 222/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 223/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 224/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 225/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 226/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 227/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 228/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 229/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 230/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 231/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 232/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 233/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 234/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 235/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 236/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 237/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 238/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 239/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 240/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 241/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 242/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 243/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 244/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 245/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 246/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 247/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 248/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 249/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 250/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 251/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 252/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 253/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 254/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 255/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 256/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 258/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 259/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 260/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 261/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 262/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 263/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 264/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 265/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 266/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 267/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 268/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 269/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 270/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 271/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 272/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 273/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 274/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 275/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 276/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 277/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 278/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 279/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 280/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 281/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 282/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 283/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 284/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 285/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 286/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 287/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 288/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 289/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 290/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 291/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 292/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 293/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 294/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 295/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 296/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 297/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 299/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 300/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 301/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 302/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 303/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 304/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 305/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 306/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 307/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 308/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 309/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 310/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 311/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 312/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 313/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 314/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 315/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 316/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 317/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 318/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 319/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 320/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 321/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 322/408 Verifying : hiera-3.6.0-6.el9ost.noarch 323/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 324/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 325/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 326/408 Verifying : puppet-7.10.0-4.el9ost.noarch 327/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 328/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 329/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 330/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 331/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 332/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 334/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 335/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 336/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 337/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 338/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 339/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 340/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 341/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 342/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 343/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 344/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 345/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 346/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 347/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 348/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 349/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 350/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 351/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 352/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 353/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 354/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 355/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 356/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 357/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 358/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 359/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 360/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 361/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 362/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 363/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 364/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 365/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 366/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 367/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 368/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 369/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 370/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 371/408 Verifying : bash-completion-1:2.11-4.el9.noarch 372/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 373/408 Verifying : libaio-0.3.111-13.el9.x86_64 374/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 375/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 376/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 377/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 378/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 379/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 380/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 381/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 382/408 Verifying : python3-dns-2.2.1-2.el9.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 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-340.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-09-30T14:03:15.457478 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fce95318204114530f31f885c9df588f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-41 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-41... Getting image source signatures Copying blob sha256:79498cb0f2b27f59da529bea667f47861917cac98515a423abb9b515a6ac570d Copying blob sha256:de4712ba638bd8550090cb9b3dd0330655246285f06b60d088f34875e008cf27 Copying blob sha256:2c9fc73dd8d6a3d336305ff211b6df96eabb8a2050c4375c68dbf6f71cb26580 Copying blob sha256:f81679de61c023fe2f7e7cc73cc5299529b7fbf00cfa96514803339bfdd8fbae Copying blob sha256:a0342cc2a91ed0a28f9fbff29f7fd6ca164d7c4eb5f5efcdd4a838d0eaa42e8e Copying blob sha256:976e03166bc2f19b22854b4de381826eb118265d7e92d66468353f986d37c2bc Copying blob sha256:efd43a33690212f238140359bda3117728c407bebd91d7def677383835650a7b Copying blob sha256:0acecbf672259cbdd44b35a9711ba7d0ed60c30ee0edf9e35a86fe615fcb0a22 Copying blob sha256:f77e3740766f9ac247652fdf719612e60c82865b3170b899eedbc1670914442a Copying blob sha256:17e6fc2b89729d9b24ef945b07619b8f1f8335963548882cb25f1ba36a923126 Copying blob sha256:747876b6e468d8dfe97cc72f8f1906ca598ff06e286912e0cfcbf7059fb185b8 Copying blob sha256:aab3fda710ea22c971e559a90d9cb91f1df1f973ed7da22bbc3937846793a8d2 Copying blob sha256:1ab78dc4a6ab1157dead4376262b094b0977d79fac063276a9928e761cd60cce Copying blob sha256:b97c6bd795fc6766b95296338c972c8022177d38d6dacf9f47886446940c6071 Copying blob sha256:b58f609fdaee691c457df68fbcb507eb27a998c5b53b90711ffdb31360d22048 Copying blob sha256:988e6f5228a94f6673ce67a208b710b85b27f4eca3fb300f440bd02b09e8b311 Copying blob sha256:2613985e1008a93859f4919c3aa97a6459f3ab941775322a31bfceec393ae4b6 Copying blob sha256:3b06a72ab3f774e4a5666167eb8d039baaf0f51c7ff727198fc6de6c3bf4cd6f Copying blob sha256:451cc1945ac8b10613a71e3ea27eddb3d02f2775e80e77f9b0b5685c139d245f Copying blob sha256:60719756fc5ea8a880194a3cbf2236a0135b5c45cc02c413e8572b2b0ac53e14 Copying blob sha256:cc811d695eb1a2e1efbb50a351c75eea17ce78b64f0761eea6bbe587246ece07 Copying blob sha256:753f90a566a5bfc3898b52b1674ad25568f4b0654d25b01ac511042ac6610761 Copying blob sha256:79e86b1d583245964717a7f82192fb4871830c3f730b71cbe76a34096278d772 Copying blob sha256:6711ef08433fbe72e6b02814f1239126b0b609457c9d39aaf7f78113e458cb9b Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:f967dfcc8bf4f84153ec72c507812a01d157d96a6fc244dfd4260ac1b2303300 Copying blob sha256:e79dfb5507c725c69931551491a284db9f011dbf36751541e8741b736913f9e7 Copying blob sha256:40048b2f251ac2d55ac229864a057a1fa1a2c86ca337b3b781962c1540f6118b Copying blob sha256:19f97dae6524fa1a4f037cbbe00ff6ef8babb6f2bee446dcd64618f3a9e22629 Copying blob sha256:37f6ad28ff140ff7197eb56ebe1ec120aeee415a221adc57f856f202ee78fccc Copying blob sha256:968c4c9693e740b177f1adf29350946861ac4f3213972b1ee79f3f6c143dd4f1 Copying blob sha256:db9e5c21a857e9abe694b837486480b3751eead57a9d5086558211dd7bdc6a31 Copying blob sha256:6f1de9a88d01a38e5219c75e6494f451f0868d651ee35f3d051ccf3a79c5a07c Copying blob sha256:9f26a17701d9006c8c4acfb9a33708059d252376aff2e6c33724ef6bc3c2a8b1 Copying blob sha256:c842e571d0f489fc14900f318baf3ba878624bffd7e1d3c024630a43c1eadb1a Copying blob sha256:7b914c8fa1e242e8cf7dcda1d3a5eb1d85fa39dc353c9b9c358c4f6d0ab68f63 Copying blob sha256:a4f0520b31e5c150e29e333a3238bfd19a706f7a7808fa2557c7cd538e49c0eb Copying blob sha256:8ff22e1abb2b49fb8cf415f31a2896b1176b0e5b392b964c61474386913f6984 Copying blob sha256:ab48aadc029edebb942c292435dff9def5e050b45780d4f413e45af025fb8d40 Copying blob sha256:7bbb2c4c8538bf0e2b90893140c15f2872ece7cef470bd85f6029d5a23524ea8 Copying blob sha256:9378f236d5d55e119f7c6693d66449195e6b3ee4b90586f98bfa5b5a0695668a Copying blob sha256:cef48b5980dfb196de86add9f24bb475292b9984defe106ada2683c905ac807b Copying blob sha256:9bc82287e77678ce1d2a74bc29d457476e1d22e7420d72d7d1465174dd0f5ee9 Copying blob sha256:7160c060b91b9ae1a3815c4f16e4ddc313ab66532a118c1c88f579aa91e56f68 Copying blob sha256:bc6a9237596ade34d1391a7ad95c7a8d3bc7ca49d84dfa187830536f2dcaa23d Copying blob sha256:50cad4384ba8a22f92afc359836592866a8824e9cf35406f82b5a0165c23ef8f Copying blob sha256:05afcbabd5ca6ff4703dc43908c43d57dc529b576a611637b6842602a5e39a1e Copying config sha256:78d7b261daf12b6fb2c237ad6ae9d9a79ef18089dd4ef59cca896175eb26f3c4 Writing manifest to image destination Storing signatures 9aa5ce2ee33ece1b609551665bbf9e9729960d680c612cc8df216058b08ae535 + 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-09-30 14:11:11.591 42994 INFO migrate.versioning.api [-] 72 -> 73...  2025-09-30 14:11:11.614 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.614 42994 INFO migrate.versioning.api [-] 73 -> 74...  2025-09-30 14:11:11.616 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.616 42994 INFO migrate.versioning.api [-] 74 -> 75...  2025-09-30 14:11:11.618 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.618 42994 INFO migrate.versioning.api [-] 75 -> 76...  2025-09-30 14:11:11.620 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.620 42994 INFO migrate.versioning.api [-] 76 -> 77...  2025-09-30 14:11:11.621 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.622 42994 INFO migrate.versioning.api [-] 77 -> 78...  2025-09-30 14:11:11.623 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.623 42994 INFO migrate.versioning.api [-] 78 -> 79...  2025-09-30 14:11:11.647 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.647 42994 INFO migrate.versioning.api [-] 79 -> 80...  2025-09-30 14:11:11.664 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.664 42994 INFO migrate.versioning.api [-] 80 -> 81...  2025-09-30 14:11:11.665 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.666 42994 INFO migrate.versioning.api [-] 81 -> 82...  2025-09-30 14:11:11.667 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.667 42994 INFO migrate.versioning.api [-] 82 -> 83...  2025-09-30 14:11:11.669 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.669 42994 INFO migrate.versioning.api [-] 83 -> 84...  2025-09-30 14:11:11.671 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.671 42994 INFO migrate.versioning.api [-] 84 -> 85...  2025-09-30 14:11:11.673 42994 INFO migrate.versioning.api [-] done 2025-09-30 14:11:11.673 42994 INFO migrate.versioning.api [-] 85 -> 86...  2025-09-30 14:11:11.695 42994 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-09-30 14:11:20Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:20Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:20Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:20Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:20Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-09-30 14:11:20Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:21Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 14:11:21Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:21Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:21Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-09-30 14:11:21Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:21Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:21Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:21Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:22Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:22Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:22Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-09-30 14:11:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:23Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-09-30 14:11:23Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:23Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:23Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:23Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:24Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:24Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:24Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:24Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:24Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-09-30 14:11:24Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:25Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:25Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-09-30 14:11:25Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:25Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-09-30 14:11:25Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-09-30 14:11:26Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:26Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-09-30 14:11:26Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:26Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-09-30 14:11:26Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:26Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-09-30 14:11:27Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:27Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-09-30 14:11:27Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:28Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-09-30 14:11:28Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:28Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:28Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:28Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:28Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:28Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:28Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:28Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:28Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:28Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-09-30 14:11:29Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:11:29Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:11:29Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:11:29Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-09-30 14:11:30Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:30Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:30Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:30Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:30Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:31Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-09-30 14:11:31Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:31Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:31Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-09-30 14:11:32Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-09-30 14:11:32Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:32Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-09-30 14:11:32Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:32Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:33Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:34Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:11:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:37Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:38Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:39Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:40Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-09-30 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:41Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:42Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:43Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:43Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:44Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:44Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:46Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-09-30 14:11:47Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:47Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:47Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:48Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:49Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:50Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:51Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-09-30 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:52Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:53Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:54Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:54Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:11:55Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:55Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:11:56Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-09-30 14:11:56Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:57Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-09-30 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:11:58Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:11:59Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-09-30 14:11:59Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:00Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-09-30 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:01Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:02Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:03Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-09-30 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:04Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:05Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:05Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:06Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:07Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-09-30 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:08Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:10Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:11Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:12:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:14Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:15Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:16Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-09-30 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:17Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:12:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:12:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:25Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:26Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-09-30 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:27Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:28Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:28Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:29Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:12:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:33Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:34Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-09-30 14:12:34Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:34Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:40Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:40Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:41Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:42Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-09-30 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:43Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:44Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:46Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:47Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:48Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:49Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-09-30 14:12:50Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:51Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:51Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:51Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:52Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:53Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:12:54Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-09-30 14:12:55Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:56Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:12:57Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:57Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:12:58Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:12:59Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:12:59Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-09-30 14:13:00Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:01Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:02Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:02Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:03Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:13:04Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:04Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:13:05Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:05Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:05Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:13:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:07Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:08Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-09-30 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:10Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:10Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 14:13:11Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:13:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:13:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:15Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-09-30 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:16Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:13:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:13:18Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:13:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:20Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-09-30 14:13:20Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:20Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-09-30 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:21Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:22Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:22Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:22Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:13:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:13:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:24Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:24Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:25Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:25Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:13:26Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:26Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:27Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-09-30 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:28Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:29Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:30Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:30Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:31Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:32Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:13:32Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-09-30 14:13:33Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:34Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:35Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:35Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:36Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:36Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:36Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:13:37Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:38Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:13:38Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-09-30 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:39Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-09-30 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-09-30 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-09-30 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:13:43Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-09-30 14:13:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:13:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-09-30 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:46Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:47Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-09-30 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:48Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:49Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:13:50Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:51Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:52Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:52Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-09-30 14:13:53Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:13:53Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:54Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-09-30 14:13:55Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:55Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:55Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:56Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:56Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:13:56Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:13:57Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:58Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:13:59Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-09-30 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:00Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:01Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-09-30 14:14:01Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:02Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:03Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:03Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:04Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:04Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-09-30 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:05Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:06Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:07Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-09-30 14:14:07Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:08Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-09-30 14:14:08Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:08Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:09Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:10Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-09-30 14:14:11Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:12Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-09-30 14:14:12Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:12Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:12Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:12Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:13Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:14Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:15Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-09-30 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:16Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-09-30 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:14:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:20Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:21Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-09-30 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:14:22Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:23Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-09-30 14:14:24Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:24Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:25Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:25Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 14:14:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:26Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:14:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:14:28Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-09-30 14:14:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-09-30 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:31Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:32Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:32Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:14:33Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:33Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 14:14:34Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:34Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:34Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:34Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:35Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-09-30 14:14:35Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:36Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:14:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-09-30 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:42Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:42Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-09-30 14:14:43Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:44Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-09-30 14:14:44Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:45Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:46Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:47Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:47Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:48Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-09-30 14:14:48Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:48Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:48Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:49Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:49Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:49Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-09-30 14:14:50Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:51Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:51Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:52Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-09-30 14:14:53Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-09-30 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:54Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:55Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:14:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:14:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:57Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 14:14:58Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:58Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:14:58Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:14:59Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:01Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:01Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-09-30 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:02Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-09-30 14:15:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:06Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:07Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-09-30 14:15:08Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:08Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:08Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:09Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:09Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:09Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:10Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:11Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:15:12Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 14:15:12Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:13Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-09-30 14:15:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:13Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:14Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:14Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 14:15:15Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:15Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:15Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:15:16Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:17Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:18Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:18Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-09-30 14:15:19Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:19Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:19Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:20Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:20Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:22Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:22Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-09-30 14:15:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:23Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:24Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:24Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:24Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:15:25Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:26Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:26Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:27Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:27Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:28Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-09-30 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:29Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:32Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 14:15:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 14:15:34Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:35Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:15:35Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-09-30 14:15:36Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:37Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:37Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:40Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:40Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:40Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:42Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-09-30 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:43Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:44Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:44Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:15:45Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:46Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-09-30 14:15:46Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:46Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:48Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:49Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:49Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:49Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:15:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:50Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 14:15:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:53Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-09-30 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:54Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:55Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:56Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-09-30 14:15:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:15:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:58Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-09-30 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:15:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 14:16:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:01Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 14:16:01Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:01Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-09-30 14:16:02Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:02Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:02Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:02Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:03Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:04Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:04Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-09-30 14:16:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:06Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:07Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:07Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:08Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-09-30 14:16:09Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:09Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:09Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:09Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:10Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:11Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:11Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:12Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:12Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:13Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-09-30 14:16:13Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:13Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-09-30 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-09-30 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:17Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-09-30 14:16:18Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:18Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:16:19Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:19Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:20Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-09-30 14:16:20Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:20Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:20Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:21Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:21Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:21Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:22Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:22Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:22Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:23Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-09-30 14:16:24Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:24Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:24Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:24Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:25Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:26Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:26Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:27Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-09-30 14:16:27Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:27Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:27Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:28Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:29Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:29Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:29Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-09-30 14:16:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:31Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:32Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-09-30 14:16:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:33Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:34Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:34Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:16:35Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:35Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:36Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:36Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:38Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:38Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:38Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-09-30 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:16:40Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:41Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:41Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:42Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-09-30 14:16:42Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:43Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-09-30 14:16:44Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:44Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:44Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:44Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-09-30 14:16:44Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-09-30 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:45Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:46Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:46Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:47Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:16:48Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:49Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:49Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:50Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-09-30 14:16:51Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:51Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:51Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:52Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:52Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:16:52Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:16:53Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:54Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:54Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:16:55Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:55Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:16:56Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-09-30 14:16:56Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:56Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:16:57Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:58Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:58Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-09-30 14:16:59Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:16:59Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:00Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:00Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:00Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:17:00Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:01Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-09-30 14:17:01Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:02Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-09-30 14:17:02Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:03Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:03Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:04Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:05Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-09-30 14:17:05Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:05Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:05Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:06Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:17:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-09-30 14:17:10Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:11Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-09-30 14:17:12Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:13Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-09-30 14:17:13Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:13Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:13Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:13Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:14Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:14Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:14Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:14Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:14Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:15Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:15Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-09-30 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-09-30 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:17:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:17Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:17Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-09-30 14:17:18Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:18Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:19Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-09-30 14:17:20Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:21Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-09-30 14:17:21Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:21Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:21Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:21Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:22Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:22Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:22Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:23Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:23Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:23Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:24Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:24Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-09-30 14:17:24Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:26Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-09-30 14:17:26Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:26Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-09-30 14:17:27Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:28Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-09-30 14:17:28Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:29Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-09-30 14:17:30Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:31Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-09-30 14:17:31Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:31Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:31Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:32Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:32Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:32Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:33Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-09-30 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-09-30 14:17:34Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:35Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-09-30 14:17:35Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-09-30 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:37Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:38Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-09-30 14:17:38Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:38Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:38Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:39Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:39Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:39Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-09-30 14:17:40Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:41Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-09-30 14:17:41Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:42Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-09-30 14:17:43Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:44Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-09-30 14:17:44Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:45Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-09-30 14:17:46Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:47Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-09-30 14:17:47Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:47Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:47Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:47Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:47Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:48Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-09-30 14:17:48Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:48Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:49Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:50Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:50Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:50Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-09-30 14:17:50Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:51Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-09-30 14:17:51Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:51Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:51Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:51Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-09-30 14:17:51Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:52Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-09-30 14:17:52Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:17:52Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-09-30 14:17:54Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:54Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:55Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:55Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-09-30 14:17:55Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:55Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:56Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 14:17:56Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:56Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-09-30 14:17:56Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:56Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-09-30 14:17:56Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:17:56Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:57Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-09-30 14:17:57Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:57Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-09-30 14:17:57Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:57Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-09-30 14:17:58Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:58Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-09-30 14:17:58Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:58Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-09-30 14:17:58Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:59Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-09-30 14:17:59Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:59Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 14:17:59Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:17:59Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 14:17:59Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:00Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-09-30 14:18:00Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:00Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:00Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:00Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:00Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:01Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:01Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:01Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:01Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:02Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:02Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:02Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:03Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:03Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:03Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:03Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:04Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-09-30 14:18:04Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:04Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-09-30 14:18:04Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:04Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:04Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:04Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:05Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:05Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:05Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 14:18:05Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-09-30 14:18:07Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:08Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-09-30 14:18:09Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:09Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-09-30 14:18:09Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:09Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:09Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:09Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-09-30 14:18:09Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:10Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-09-30 14:18:10Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:10Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:10Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-09-30 14:18:10Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:10Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-09-30 14:18:10Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:10Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:10Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-09-30 14:18:10Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:11Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-09-30 14:18:12Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:12Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:12Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:12Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-09-30 14:18:13Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:13Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:13Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:13Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-09-30 14:18:14Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:15Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-09-30 14:18:15Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:16Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-09-30 14:18:16Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:16Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:17Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:17Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:17Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:17Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:17Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:17Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:17Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:17Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:17Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:18Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:18Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:18:18Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:19Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:19Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-09-30 14:18:19Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:20Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-09-30 14:18:20Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-09-30 14:18:21Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-09-30 14:18:21Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:21Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-09-30 14:18:21Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:21Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:21Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:21Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:21Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-09-30 14:18:21Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-09-30 14:18:21Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-09-30 14:18:22Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:22Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:22Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-09-30 14:18:22Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-09-30 14:18:22Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-09-30 14:18:22Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:22Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:22Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:22Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:22Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:22Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-09-30 14:18:22Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:22Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-09-30 14:18:22Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:22Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-09-30 14:18:23Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:23Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-09-30 14:18:23Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:23Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:23Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:24Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-09-30 14:18:24Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:24Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:25Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:25Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:26Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:26Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:27Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:27Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:28Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:29Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:29Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-09-30 14:18:29Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-09-30 14:18:30Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-09-30 14:18:30Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-09-30 14:18:30Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-09-30 14:18:30Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-09-30 14:18:30Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/23939099-e208-43b0-83a8-3a6ad6134fd1 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-09-30 14:18:56.318421 | fa163eff-7e2e-356a-281c-000000000006 | TASK | External deployment step 0 2025-09-30 14:18:56.344629 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-000000000006') missing from stats 2025-09-30 14:18:56.394779 | fa163eff-7e2e-356a-281c-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.126916 | 0.04s 2025-09-30 14:18:56.404420 | c4045524-8d9d-42b5-b776-1457a424d11c | INCLUDED | /root/standalone-ansible-44vyqawn/external_deploy_steps_tasks_step0.yaml | undercloud 2025-09-30 14:18:56.422270 | fa163eff-7e2e-356a-281c-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-09-30 14:18:57.375979 | fa163eff-7e2e-356a-281c-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-09-30 14:18:57.377340 | fa163eff-7e2e-356a-281c-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.109479 | 0.95s 2025-09-30 14:18:57.394658 | fa163eff-7e2e-356a-281c-000000000129 | TASK | create redis virtual ip 2025-09-30 14:18:58.338282 | fa163eff-7e2e-356a-281c-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-09-30 14:18:58.339828 | fa163eff-7e2e-356a-281c-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.071965 | 0.94s PLAY [Check if required variables are defined] ********************************* 2025-09-30 14:18:58.415840 | fa163eff-7e2e-356a-281c-000000000138 | TASK | Gathering Facts 2025-09-30 14:18:58.966506 | fa163eff-7e2e-356a-281c-000000000138 | OK | Gathering Facts | localhost 2025-09-30 14:18:58.968183 | fa163eff-7e2e-356a-281c-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.700317 | 0.55s 2025-09-30 14:18:59.026085 | fa163eff-7e2e-356a-281c-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-09-30 14:18:59.027488 | fa163eff-7e2e-356a-281c-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.759624 | 0.04s 2025-09-30 14:18:59.080986 | fa163eff-7e2e-356a-281c-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-09-30 14:18:59.082517 | fa163eff-7e2e-356a-281c-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.814652 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-09-30 14:18:59.207800 | fa163eff-7e2e-356a-281c-000000000160 | TASK | Gathering Facts 2025-09-30 14:18:59.218944 | fa163eff-7e2e-356a-281c-000000000160 | TASK | Gathering Facts 2025-09-30 14:18:59.553391 | fa163eff-7e2e-356a-281c-000000000160 | OK | Gathering Facts | undercloud 2025-09-30 14:18:59.555034 | fa163eff-7e2e-356a-281c-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.287171 | 0.35s 2025-09-30 14:18:59.558036 | fa163eff-7e2e-356a-281c-000000000160 | OK | Gathering Facts | standalone 2025-09-30 14:18:59.559155 | fa163eff-7e2e-356a-281c-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.291300 | 0.34s 2025-09-30 14:18:59.620382 | fa163eff-7e2e-356a-281c-000000000012 | TASK | Set legacy facts 2025-09-30 14:18:59.641789 | fa163eff-7e2e-356a-281c-000000000012 | TASK | Set legacy facts 2025-09-30 14:18:59.659203 | fa163eff-7e2e-356a-281c-000000000012 | OK | Set legacy facts | undercloud 2025-09-30 14:18:59.660798 | fa163eff-7e2e-356a-281c-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.392927 | 0.04s 2025-09-30 14:18:59.687296 | fa163eff-7e2e-356a-281c-000000000012 | OK | Set legacy facts | standalone 2025-09-30 14:18:59.688296 | fa163eff-7e2e-356a-281c-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.420435 | 0.04s PLAY [Load global variables] *************************************************** 2025-09-30 14:18:59.865142 | fa163eff-7e2e-356a-281c-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-09-30 14:18:59.866402 | fa163eff-7e2e-356a-281c-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.598536 | 0.04s 2025-09-30 14:18:59.878989 | fa163eff-7e2e-356a-281c-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-09-30 14:18:59.879417 | fa163eff-7e2e-356a-281c-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.611566 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-09-30 14:18:59.953315 | fa163eff-7e2e-356a-281c-000000000018 | TASK | Include Service VIP vars 2025-09-30 14:18:59.991629 | fa163eff-7e2e-356a-281c-000000000018 | OK | Include Service VIP vars | undercloud 2025-09-30 14:18:59.992480 | fa163eff-7e2e-356a-281c-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.724625 | 0.04s 2025-09-30 14:18:59.992837 | fa163eff-7e2e-356a-281c-000000000018 | OK | Include Service VIP vars | standalone 2025-09-30 14:18:59.993215 | fa163eff-7e2e-356a-281c-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.725368 | 0.03s 2025-09-30 14:18:59.996487 | fa163eff-7e2e-356a-281c-000000000019 | TASK | Include OVN bridge MAC address variables 2025-09-30 14:19:00.025017 | fa163eff-7e2e-356a-281c-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-09-30 14:19:00.026249 | fa163eff-7e2e-356a-281c-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.758392 | 0.03s 2025-09-30 14:19:00.026764 | fa163eff-7e2e-356a-281c-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-09-30 14:19:00.027203 | fa163eff-7e2e-356a-281c-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.759354 | 0.02s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-09-30 14:19:00.112183 | fa163eff-7e2e-356a-281c-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-09-30 14:19:00.975760 | fa163eff-7e2e-356a-281c-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-7e2e-356a-281c-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-09-30 14:19:01.070067 | fa163eff-7e2e-356a-281c-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-09-30 14:19:01.107460 | fa163eff-7e2e-356a-281c-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-09-30 14:19:01.108568 | fa163eff-7e2e-356a-281c-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.840687 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-09-30 14:19:01.190413 | fa163eff-7e2e-356a-281c-000000000023 | TASK | Set selinux state 2025-09-30 14:19:01.725363 | fa163eff-7e2e-356a-281c-000000000023 | OK | Set selinux state | standalone 2025-09-30 14:19:01.726930 | fa163eff-7e2e-356a-281c-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.459062 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2025-09-30 14:19:01.874209 | fa163eff-7e2e-356a-281c-000000000026 | TASK | Configure Hosts Entries 2025-09-30 14:19:01.913697 | fa163eff-7e2e-356a-281c-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.645820 | 0.04s 2025-09-30 14:19:01.931280 | fa163eff-7e2e-356a-281c-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.663414 | 0.02s 2025-09-30 14:19:01.980139 | fa163eff-7e2e-356a-281c-0000000001f1 | TASK | Create temporary file for hosts 2025-09-30 14:19:02.324051 | fa163eff-7e2e-356a-281c-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-09-30 14:19:02.326189 | fa163eff-7e2e-356a-281c-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.058302 | 0.34s 2025-09-30 14:19:02.360253 | fa163eff-7e2e-356a-281c-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-09-30 14:19:02.361637 | fa163eff-7e2e-356a-281c-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.093775 | 0.36s 2025-09-30 14:19:02.381133 | fa163eff-7e2e-356a-281c-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-09-30 14:19:02.792385 | fa163eff-7e2e-356a-281c-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-09-30 14:19:02.793448 | fa163eff-7e2e-356a-281c-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.525590 | 0.41s 2025-09-30 14:19:02.824380 | fa163eff-7e2e-356a-281c-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-09-30 14:19:02.824940 | fa163eff-7e2e-356a-281c-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.557089 | 0.42s 2025-09-30 14:19:02.840306 | fa163eff-7e2e-356a-281c-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-09-30 14:19:03.187407 | fa163eff-7e2e-356a-281c-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-09-30 14:19:03.189218 | fa163eff-7e2e-356a-281c-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.921354 | 0.33s 2025-09-30 14:19:03.204036 | fa163eff-7e2e-356a-281c-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-09-30 14:19:03.204509 | fa163eff-7e2e-356a-281c-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.936659 | 0.36s 2025-09-30 14:19:03.222011 | fa163eff-7e2e-356a-281c-0000000001f4 | TASK | Render out the hosts entries 2025-09-30 14:19:03.353957 | fa163eff-7e2e-356a-281c-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-09-30 14:19:03.355279 | fa163eff-7e2e-356a-281c-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.087415 | 0.13s 2025-09-30 14:19:03.372838 | fa163eff-7e2e-356a-281c-0000000001f5 | TASK | Prepare new /etc/hosts 2025-09-30 14:19:03.660207 | fa163eff-7e2e-356a-281c-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-09-30 14:19:03.661919 | fa163eff-7e2e-356a-281c-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.394046 | 0.29s 2025-09-30 14:19:03.704079 | fa163eff-7e2e-356a-281c-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-09-30 14:19:03.705151 | fa163eff-7e2e-356a-281c-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.437290 | 0.31s 2025-09-30 14:19:03.723529 | fa163eff-7e2e-356a-281c-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-09-30 14:19:04.127934 | fa163eff-7e2e-356a-281c-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-09-30 14:19:04.128937 | fa163eff-7e2e-356a-281c-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.861066 | 0.38s 2025-09-30 14:19:04.133491 | fa163eff-7e2e-356a-281c-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-09-30 14:19:04.133884 | fa163eff-7e2e-356a-281c-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.866036 | 0.41s 2025-09-30 14:19:04.147917 | fa163eff-7e2e-356a-281c-0000000001f7 | TASK | Clean up temporary hosts file 2025-09-30 14:19:04.510825 | fa163eff-7e2e-356a-281c-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-09-30 14:19:04.511907 | fa163eff-7e2e-356a-281c-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.244048 | 0.36s 2025-09-30 14:19:04.522824 | fa163eff-7e2e-356a-281c-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-09-30 14:19:04.523382 | fa163eff-7e2e-356a-281c-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.255530 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-09-30 14:19:04.639577 | fa163eff-7e2e-356a-281c-00000000002a | TASK | Common roles for TripleO servers 2025-09-30 14:19:04.666435 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-00000000002a') missing from stats 2025-09-30 14:19:04.730877 | fa163eff-7e2e-356a-281c-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.463001 | 0.02s 2025-09-30 14:19:04.801645 | fa163eff-7e2e-356a-281c-000000000254 | TASK | Gather variables for each operating system 2025-09-30 14:19:04.892695 | fa163eff-7e2e-356a-281c-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 14:19:04.894950 | fa163eff-7e2e-356a-281c-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.627082 | 0.09s 2025-09-30 14:19:04.904200 | fa163eff-7e2e-356a-281c-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.636332 | 0.10s 2025-09-30 14:19:04.922339 | fa163eff-7e2e-356a-281c-000000000256 | TASK | Check release version package is installed 2025-09-30 14:19:05.212734 | fa163eff-7e2e-356a-281c-000000000256 | CHANGED | Check release version package is installed | standalone 2025-09-30 14:19:05.214193 | fa163eff-7e2e-356a-281c-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.946328 | 0.29s 2025-09-30 14:19:05.241403 | fa163eff-7e2e-356a-281c-000000000257 | TASK | Deploy release version package 2025-09-30 14:19:10.225297 | fa163eff-7e2e-356a-281c-000000000257 | CHANGED | Deploy release version package | standalone 2025-09-30 14:19:10.226724 | fa163eff-7e2e-356a-281c-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.958863 | 4.98s 2025-09-30 14:19:10.251661 | fa163eff-7e2e-356a-281c-000000000259 | TASK | Include packages tasks 2025-09-30 14:19:10.279870 | fa163eff-7e2e-356a-281c-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:14.011989 | 0.03s 2025-09-30 14:19:10.307440 | bf9c7923-132d-4bd7-ad61-25ebf620b5bf | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-09-30 14:19:10.339360 | fa163eff-7e2e-356a-281c-0000000002ad | TASK | Gather facts if they don't exist 2025-09-30 14:19:10.368403 | fa163eff-7e2e-356a-281c-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-09-30 14:19:10.370152 | fa163eff-7e2e-356a-281c-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:14.102285 | 0.03s 2025-09-30 14:19:10.394975 | fa163eff-7e2e-356a-281c-0000000002ae | TASK | Gather variables for each operating system 2025-09-30 14:19:10.521816 | fa163eff-7e2e-356a-281c-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 14:19:10.526758 | fa163eff-7e2e-356a-281c-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.258879 | 0.13s 2025-09-30 14:19:10.552013 | fa163eff-7e2e-356a-281c-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-09-30 14:19:10.840986 | fa163eff-7e2e-356a-281c-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-09-30 14:19:10.842485 | fa163eff-7e2e-356a-281c-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.574623 | 0.29s 2025-09-30 14:19:10.863784 | fa163eff-7e2e-356a-281c-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-09-30 14:19:16.756730 | fa163eff-7e2e-356a-281c-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-09-30 14:19:16.759483 | fa163eff-7e2e-356a-281c-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.491615 | 5.89s 2025-09-30 14:19:16.786427 | fa163eff-7e2e-356a-281c-0000000002b2 | TASK | Ensure packages are actually well installed 2025-09-30 14:19:17.843260 | fa163eff-7e2e-356a-281c-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-09-30 14:19:17.845076 | fa163eff-7e2e-356a-281c-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.577208 | 1.06s 2025-09-30 14:19:17.872628 | fa163eff-7e2e-356a-281c-00000000025a | TASK | Enable openvswitch service if installed 2025-09-30 14:19:18.809913 | fa163eff-7e2e-356a-281c-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-09-30 14:19:18.811339 | fa163eff-7e2e-356a-281c-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.543473 | 0.94s 2025-09-30 14:19:18.830364 | fa163eff-7e2e-356a-281c-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-09-30 14:19:19.061874 | fa163eff-7e2e-356a-281c-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-09-30 14:19:19.063633 | fa163eff-7e2e-356a-281c-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.795765 | 0.23s 2025-09-30 14:19:19.089281 | fa163eff-7e2e-356a-281c-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-09-30 14:19:19.407128 | fa163eff-7e2e-356a-281c-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-09-30 14:19:19.409010 | fa163eff-7e2e-356a-281c-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.141140 | 0.32s 2025-09-30 14:19:19.435201 | fa163eff-7e2e-356a-281c-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-09-30 14:19:19.497199 | fa163eff-7e2e-356a-281c-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-09-30 14:19:19.500377 | fa163eff-7e2e-356a-281c-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.232497 | 0.06s 2025-09-30 14:19:19.529244 | fa163eff-7e2e-356a-281c-00000000025f | TASK | Ensure network service is enabled 2025-09-30 14:19:19.964640 | fa163eff-7e2e-356a-281c-00000000025f | OK | Ensure network service is enabled | standalone 2025-09-30 14:19:19.968155 | fa163eff-7e2e-356a-281c-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.700283 | 0.43s 2025-09-30 14:19:19.989871 | fa163eff-7e2e-356a-281c-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 14:19:20.335135 | fa163eff-7e2e-356a-281c-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 14:19:20.336762 | fa163eff-7e2e-356a-281c-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.068901 | 0.35s 2025-09-30 14:19:20.357614 | fa163eff-7e2e-356a-281c-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 14:19:20.591706 | fa163eff-7e2e-356a-281c-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 14:19:20.593325 | fa163eff-7e2e-356a-281c-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.325458 | 0.23s 2025-09-30 14:19:20.618324 | fa163eff-7e2e-356a-281c-000000000263 | TASK | Reload NetworkManager 2025-09-30 14:19:21.040335 | fa163eff-7e2e-356a-281c-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-09-30 14:19:21.042471 | fa163eff-7e2e-356a-281c-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.774605 | 0.42s 2025-09-30 14:19:21.069994 | fa163eff-7e2e-356a-281c-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-09-30 14:19:21.317060 | fa163eff-7e2e-356a-281c-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-09-30 14:19:21.318859 | fa163eff-7e2e-356a-281c-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.050990 | 0.25s 2025-09-30 14:19:21.345125 | fa163eff-7e2e-356a-281c-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-09-30 14:19:21.667367 | fa163eff-7e2e-356a-281c-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-09-30 14:19:21.669184 | fa163eff-7e2e-356a-281c-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.401317 | 0.32s 2025-09-30 14:19:21.690633 | fa163eff-7e2e-356a-281c-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-09-30 14:19:21.906925 | fa163eff-7e2e-356a-281c-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-09-30 14:19:21.908837 | fa163eff-7e2e-356a-281c-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.640962 | 0.22s 2025-09-30 14:19:21.936086 | fa163eff-7e2e-356a-281c-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-09-30 14:19:22.173785 | fa163eff-7e2e-356a-281c-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-09-30 14:19:22.175306 | fa163eff-7e2e-356a-281c-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.907423 | 0.24s 2025-09-30 14:19:22.248175 | fa163eff-7e2e-356a-281c-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.980287 | 0.03s 2025-09-30 14:19:22.311480 | fa163eff-7e2e-356a-281c-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-09-30 14:19:22.527709 | fa163eff-7e2e-356a-281c-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-09-30 14:19:22.529488 | fa163eff-7e2e-356a-281c-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.261617 | 0.22s 2025-09-30 14:19:22.555576 | fa163eff-7e2e-356a-281c-000000000362 | TASK | Check for ssh_known_hosts file 2025-09-30 14:19:22.792836 | fa163eff-7e2e-356a-281c-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-09-30 14:19:22.794337 | fa163eff-7e2e-356a-281c-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.526478 | 0.24s 2025-09-30 14:19:22.812628 | fa163eff-7e2e-356a-281c-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-09-30 14:19:22.837996 | fa163eff-7e2e-356a-281c-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-09-30 14:19:22.839125 | fa163eff-7e2e-356a-281c-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.571266 | 0.03s 2025-09-30 14:19:22.857215 | fa163eff-7e2e-356a-281c-000000000364 | TASK | Write temporary file 2025-09-30 14:19:22.888225 | fa163eff-7e2e-356a-281c-000000000364 | SKIPPED | Write temporary file | standalone 2025-09-30 14:19:22.889383 | fa163eff-7e2e-356a-281c-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.621526 | 0.03s 2025-09-30 14:19:22.907218 | fa163eff-7e2e-356a-281c-000000000365 | TASK | Set ssh_known_hosts fact 2025-09-30 14:19:22.989171 | fa163eff-7e2e-356a-281c-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-09-30 14:19:22.990652 | fa163eff-7e2e-356a-281c-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.722786 | 0.08s 2025-09-30 14:19:23.014848 | fa163eff-7e2e-356a-281c-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-09-30 14:19:23.249181 | fa163eff-7e2e-356a-281c-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-09-30 14:19:23.250711 | fa163eff-7e2e-356a-281c-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.982849 | 0.23s 2025-09-30 14:19:23.272943 | fa163eff-7e2e-356a-281c-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-09-30 14:19:23.493816 | fa163eff-7e2e-356a-281c-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-09-30 14:19:23.495418 | fa163eff-7e2e-356a-281c-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.227547 | 0.22s 2025-09-30 14:19:23.519573 | fa163eff-7e2e-356a-281c-000000000368 | TASK | Remove temp file 2025-09-30 14:19:23.715264 | fa163eff-7e2e-356a-281c-000000000368 | CHANGED | Remove temp file | standalone 2025-09-30 14:19:23.717146 | fa163eff-7e2e-356a-281c-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.449281 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2025-09-30 14:19:23.899705 | fa163eff-7e2e-356a-281c-000000000034 | TASK | Deploy step tasks for step 0 2025-09-30 14:19:23.960066 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-000000000034') missing from stats 2025-09-30 14:19:23.983026 | fa163eff-7e2e-356a-281c-000000000035 | TASK | Ensure /var/log/journal exists 2025-09-30 14:19:24.223946 | fa163eff-7e2e-356a-281c-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-09-30 14:19:24.225422 | fa163eff-7e2e-356a-281c-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.957558 | 0.24s 2025-09-30 14:19:24.250069 | fa163eff-7e2e-356a-281c-000000000036 | TASK | Check cloud-init status 2025-09-30 14:19:24.461332 | fa163eff-7e2e-356a-281c-000000000036 | CHANGED | Check cloud-init status | standalone 2025-09-30 14:19:24.462715 | fa163eff-7e2e-356a-281c-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.194855 | 0.21s 2025-09-30 14:19:24.483655 | fa163eff-7e2e-356a-281c-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-09-30 14:19:24.723864 | fa163eff-7e2e-356a-281c-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-09-30 14:19:24.725594 | fa163eff-7e2e-356a-281c-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.457699 | 0.24s 2025-09-30 14:19:24.755521 | fa163eff-7e2e-356a-281c-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-09-30 14:19:25.171421 | fa163eff-7e2e-356a-281c-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-09-30 14:19:25.173016 | fa163eff-7e2e-356a-281c-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.905153 | 0.42s 2025-09-30 14:19:25.202661 | fa163eff-7e2e-356a-281c-000000000039 | TASK | Create /var/lib/container-puppet 2025-09-30 14:19:25.395410 | fa163eff-7e2e-356a-281c-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-09-30 14:19:25.396838 | fa163eff-7e2e-356a-281c-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.128975 | 0.19s 2025-09-30 14:19:25.421907 | fa163eff-7e2e-356a-281c-00000000003a | TASK | Write container-puppet.sh 2025-09-30 14:19:25.923220 | fa163eff-7e2e-356a-281c-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-09-30 14:19:25.924300 | fa163eff-7e2e-356a-281c-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.656446 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:19:25.983537 | fa163eff-7e2e-356a-281c-00000000003b | TIMING | include_tasks | standalone | 0:00:29.715659 | 0.04s 2025-09-30 14:19:26.005768 | 9b985577-c8ef-432f-a511-e527b5488eda | INCLUDED | /root/standalone-ansible-44vyqawn/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-09-30 14:19:26.041721 | fa163eff-7e2e-356a-281c-000000000416 | TASK | Configure tuned before reboot 2025-09-30 14:19:26.094710 | fa163eff-7e2e-356a-281c-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.826835 | 0.05s 2025-09-30 14:19:26.164970 | fa163eff-7e2e-356a-281c-000000000455 | TASK | Gather variables for each operating system 2025-09-30 14:19:26.257410 | fa163eff-7e2e-356a-281c-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-09-30 14:19:26.259066 | fa163eff-7e2e-356a-281c-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.991199 | 0.09s 2025-09-30 14:19:26.265660 | fa163eff-7e2e-356a-281c-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.997762 | 0.10s 2025-09-30 14:19:26.357527 | fa163eff-7e2e-356a-281c-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.089654 | 0.06s 2025-09-30 14:19:26.380929 | 4a5dacab-2696-4695-949c-7439c33c429a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-09-30 14:19:26.418617 | fa163eff-7e2e-356a-281c-00000000047f | TASK | Check tuned package is installed 2025-09-30 14:19:26.694387 | fa163eff-7e2e-356a-281c-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-09-30 14:19:26.696220 | fa163eff-7e2e-356a-281c-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.428350 | 0.28s 2025-09-30 14:19:26.728503 | fa163eff-7e2e-356a-281c-000000000480 | TASK | Install tuned 2025-09-30 14:19:33.505012 | fa163eff-7e2e-356a-281c-000000000480 | CHANGED | Install tuned | standalone 2025-09-30 14:19:33.506278 | fa163eff-7e2e-356a-281c-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.238422 | 6.78s 2025-09-30 14:19:33.528556 | fa163eff-7e2e-356a-281c-000000000481 | TASK | Restart tuned 2025-09-30 14:19:35.306460 | fa163eff-7e2e-356a-281c-000000000481 | CHANGED | Restart tuned | standalone 2025-09-30 14:19:35.308481 | fa163eff-7e2e-356a-281c-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.040618 | 1.78s 2025-09-30 14:19:35.335231 | fa163eff-7e2e-356a-281c-000000000457 | TASK | Check for tuned-adm 2025-09-30 14:19:35.579121 | fa163eff-7e2e-356a-281c-000000000457 | OK | Check for tuned-adm | standalone 2025-09-30 14:19:35.580623 | fa163eff-7e2e-356a-281c-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.312758 | 0.24s 2025-09-30 14:19:35.639347 | fa163eff-7e2e-356a-281c-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.371474 | 0.03s 2025-09-30 14:19:35.668607 | 3da56c43-f0a3-4094-8698-37db42d482b8 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-09-30 14:19:35.705573 | fa163eff-7e2e-356a-281c-0000000004b6 | TASK | Ensure profile directory exists 2025-09-30 14:19:35.755141 | fa163eff-7e2e-356a-281c-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-09-30 14:19:35.756242 | fa163eff-7e2e-356a-281c-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.488382 | 0.05s 2025-09-30 14:19:35.776470 | fa163eff-7e2e-356a-281c-0000000004b7 | TASK | Create custom tuned profile 2025-09-30 14:19:35.824072 | fa163eff-7e2e-356a-281c-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-09-30 14:19:35.825072 | fa163eff-7e2e-356a-281c-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.557216 | 0.05s 2025-09-30 14:19:35.845672 | fa163eff-7e2e-356a-281c-0000000004b8 | TASK | Check tuned active profile 2025-09-30 14:19:36.147367 | fa163eff-7e2e-356a-281c-0000000004b8 | OK | Check tuned active profile | standalone 2025-09-30 14:19:36.148312 | fa163eff-7e2e-356a-281c-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.880460 | 0.30s 2025-09-30 14:19:36.166123 | fa163eff-7e2e-356a-281c-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-09-30 14:19:36.412160 | fa163eff-7e2e-356a-281c-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-09-30 14:19:36.413766 | fa163eff-7e2e-356a-281c-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.145898 | 0.25s 2025-09-30 14:19:36.440869 | fa163eff-7e2e-356a-281c-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-09-30 14:19:36.492747 | fa163eff-7e2e-356a-281c-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-09-30 14:19:36.494209 | fa163eff-7e2e-356a-281c-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.226340 | 0.05s 2025-09-30 14:19:36.522225 | fa163eff-7e2e-356a-281c-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-09-30 14:19:36.586527 | fa163eff-7e2e-356a-281c-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-09-30 14:19:36.588076 | fa163eff-7e2e-356a-281c-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.320204 | 0.06s 2025-09-30 14:19:36.613896 | fa163eff-7e2e-356a-281c-0000000004bc | TASK | Enable tuned profile 2025-09-30 14:19:38.060081 | fa163eff-7e2e-356a-281c-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-09-30 14:19:38.062247 | fa163eff-7e2e-356a-281c-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.794384 | 1.45s 2025-09-30 14:19:38.113229 | fa163eff-7e2e-356a-281c-000000000417 | TASK | Configure kernel args and reboot 2025-09-30 14:19:38.153901 | fa163eff-7e2e-356a-281c-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.886032 | 0.04s 2025-09-30 14:19:38.296734 | fa163eff-7e2e-356a-281c-000000000569 | TASK | Get the command line args of the node 2025-09-30 14:19:38.546626 | fa163eff-7e2e-356a-281c-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-09-30 14:19:38.547479 | fa163eff-7e2e-356a-281c-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.279623 | 0.25s 2025-09-30 14:19:38.565979 | fa163eff-7e2e-356a-281c-00000000056b | TASK | Check if node has a nova.conf 2025-09-30 14:19:38.773695 | fa163eff-7e2e-356a-281c-00000000056b | OK | Check if node has a nova.conf | standalone 2025-09-30 14:19:38.775227 | fa163eff-7e2e-356a-281c-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.507372 | 0.21s 2025-09-30 14:19:38.793665 | fa163eff-7e2e-356a-281c-00000000056d | TASK | Warn operator about workload protection 2025-09-30 14:19:38.830512 | fa163eff-7e2e-356a-281c-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-09-30 14:19:38.831389 | fa163eff-7e2e-356a-281c-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.563535 | 0.04s 2025-09-30 14:19:38.849151 | fa163eff-7e2e-356a-281c-00000000056e | TASK | Setting defer reboot fact 2025-09-30 14:19:38.886356 | fa163eff-7e2e-356a-281c-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-09-30 14:19:38.887110 | fa163eff-7e2e-356a-281c-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.619257 | 0.04s 2025-09-30 14:19:38.904634 | fa163eff-7e2e-356a-281c-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-09-30 14:19:38.933718 | fa163eff-7e2e-356a-281c-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.665858 | 0.03s 2025-09-30 14:19:38.951968 | fa163eff-7e2e-356a-281c-000000000575 | TASK | Find hugepages in cmdline 2025-09-30 14:19:38.988251 | fa163eff-7e2e-356a-281c-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-09-30 14:19:38.989183 | fa163eff-7e2e-356a-281c-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.721330 | 0.04s 2025-09-30 14:19:39.007786 | fa163eff-7e2e-356a-281c-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-09-30 14:19:39.046674 | fa163eff-7e2e-356a-281c-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-09-30 14:19:39.047923 | fa163eff-7e2e-356a-281c-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.780059 | 0.04s 2025-09-30 14:19:39.069243 | fa163eff-7e2e-356a-281c-00000000057a | TASK | Find desired default hugepage size 2025-09-30 14:19:39.108807 | fa163eff-7e2e-356a-281c-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-09-30 14:19:39.110010 | fa163eff-7e2e-356a-281c-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.842144 | 0.04s 2025-09-30 14:19:39.136174 | fa163eff-7e2e-356a-281c-00000000057c | TASK | Storing non-configured hugepages 2025-09-30 14:19:39.171176 | fa163eff-7e2e-356a-281c-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.903309 | 0.03s 2025-09-30 14:19:39.192648 | fa163eff-7e2e-356a-281c-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-09-30 14:19:39.233467 | fa163eff-7e2e-356a-281c-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-09-30 14:19:39.234806 | fa163eff-7e2e-356a-281c-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.966943 | 0.04s 2025-09-30 14:19:39.260060 | fa163eff-7e2e-356a-281c-00000000057f | TASK | Determining the default hugepagesz 2025-09-30 14:19:39.309865 | fa163eff-7e2e-356a-281c-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-09-30 14:19:39.311164 | fa163eff-7e2e-356a-281c-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.043302 | 0.05s 2025-09-30 14:19:39.339184 | fa163eff-7e2e-356a-281c-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-09-30 14:19:39.389931 | fa163eff-7e2e-356a-281c-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-09-30 14:19:39.391206 | fa163eff-7e2e-356a-281c-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.123342 | 0.05s 2025-09-30 14:19:39.418384 | fa163eff-7e2e-356a-281c-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-09-30 14:19:39.463049 | fa163eff-7e2e-356a-281c-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-09-30 14:19:39.464197 | fa163eff-7e2e-356a-281c-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.196333 | 0.04s 2025-09-30 14:19:39.490690 | fa163eff-7e2e-356a-281c-000000000583 | TASK | Warn about possible modifications 2025-09-30 14:19:39.535829 | fa163eff-7e2e-356a-281c-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-09-30 14:19:39.537346 | fa163eff-7e2e-356a-281c-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.269480 | 0.04s 2025-09-30 14:19:39.564173 | fa163eff-7e2e-356a-281c-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-09-30 14:19:39.608859 | fa163eff-7e2e-356a-281c-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-09-30 14:19:39.610413 | fa163eff-7e2e-356a-281c-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.342545 | 0.04s 2025-09-30 14:19:39.638054 | fa163eff-7e2e-356a-281c-000000000585 | TASK | Cleaning up whitespaces 2025-09-30 14:19:39.682377 | fa163eff-7e2e-356a-281c-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-09-30 14:19:39.683789 | fa163eff-7e2e-356a-281c-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.415923 | 0.04s 2025-09-30 14:19:39.711702 | fa163eff-7e2e-356a-281c-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-09-30 14:19:40.052302 | fa163eff-7e2e-356a-281c-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-09-30 14:19:40.053350 | fa163eff-7e2e-356a-281c-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.785496 | 0.34s 2025-09-30 14:19:40.078757 | fa163eff-7e2e-356a-281c-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-09-30 14:19:40.142078 | fa163eff-7e2e-356a-281c-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-09-30 14:19:40.143416 | fa163eff-7e2e-356a-281c-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.875552 | 0.06s 2025-09-30 14:19:40.171145 | fa163eff-7e2e-356a-281c-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-09-30 14:19:40.223007 | fa163eff-7e2e-356a-281c-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-09-30 14:19:40.224464 | fa163eff-7e2e-356a-281c-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.956600 | 0.05s 2025-09-30 14:19:40.251416 | fa163eff-7e2e-356a-281c-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-09-30 14:19:40.313400 | fa163eff-7e2e-356a-281c-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-09-30 14:19:40.314652 | fa163eff-7e2e-356a-281c-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.046787 | 0.06s 2025-09-30 14:19:40.339581 | fa163eff-7e2e-356a-281c-00000000058c | TASK | Generate grub config 2025-09-30 14:19:40.403162 | fa163eff-7e2e-356a-281c-00000000058c | SKIPPED | Generate grub config | standalone 2025-09-30 14:19:40.404776 | fa163eff-7e2e-356a-281c-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.136911 | 0.06s 2025-09-30 14:19:40.428440 | fa163eff-7e2e-356a-281c-000000000590 | TASK | Get the block device that /boot is on 2025-09-30 14:19:40.492821 | fa163eff-7e2e-356a-281c-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-09-30 14:19:40.494155 | fa163eff-7e2e-356a-281c-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.226295 | 0.06s 2025-09-30 14:19:40.515657 | fa163eff-7e2e-356a-281c-000000000591 | TASK | Get the mount point that /boot is in 2025-09-30 14:19:40.564483 | fa163eff-7e2e-356a-281c-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-09-30 14:19:40.566002 | fa163eff-7e2e-356a-281c-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.298138 | 0.05s 2025-09-30 14:19:40.587270 | fa163eff-7e2e-356a-281c-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-09-30 14:19:40.638394 | fa163eff-7e2e-356a-281c-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-09-30 14:19:40.639612 | fa163eff-7e2e-356a-281c-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.371752 | 0.05s 2025-09-30 14:19:40.660425 | fa163eff-7e2e-356a-281c-000000000593 | TASK | Executed script to fix grub-menu 2025-09-30 14:19:40.723794 | fa163eff-7e2e-356a-281c-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-09-30 14:19:40.725142 | fa163eff-7e2e-356a-281c-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.457280 | 0.06s 2025-09-30 14:19:40.746087 | fa163eff-7e2e-356a-281c-000000000594 | TASK | Check grub config paths 2025-09-30 14:19:40.812817 | fa163eff-7e2e-356a-281c-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-09-30 14:19:40.831248 | fa163eff-7e2e-356a-281c-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-09-30 14:19:40.836598 | fa163eff-7e2e-356a-281c-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.568720 | 0.09s 2025-09-30 14:19:40.858795 | fa163eff-7e2e-356a-281c-000000000595 | TASK | Write EFI grub.cfg 2025-09-30 14:19:40.916408 | fa163eff-7e2e-356a-281c-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-09-30 14:19:40.932878 | fa163eff-7e2e-356a-281c-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-09-30 14:19:40.945293 | fa163eff-7e2e-356a-281c-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.677415 | 0.08s 2025-09-30 14:19:40.967819 | fa163eff-7e2e-356a-281c-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-09-30 14:19:41.017322 | fa163eff-7e2e-356a-281c-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-09-30 14:19:41.018657 | fa163eff-7e2e-356a-281c-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.750799 | 0.05s 2025-09-30 14:19:41.039641 | fa163eff-7e2e-356a-281c-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-09-30 14:19:41.108865 | fa163eff-7e2e-356a-281c-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-09-30 14:19:41.110092 | fa163eff-7e2e-356a-281c-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.842232 | 0.07s 2025-09-30 14:19:41.130285 | fa163eff-7e2e-356a-281c-000000000598 | TASK | Execute grub2-mkconfig 2025-09-30 14:19:41.189934 | fa163eff-7e2e-356a-281c-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-09-30 14:19:41.191635 | fa163eff-7e2e-356a-281c-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.923769 | 0.06s 2025-09-30 14:19:41.218828 | fa163eff-7e2e-356a-281c-000000000599 | TASK | Check for active tuned profile 2025-09-30 14:19:41.269817 | fa163eff-7e2e-356a-281c-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-09-30 14:19:41.271325 | fa163eff-7e2e-356a-281c-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.003459 | 0.05s 2025-09-30 14:19:41.301144 | fa163eff-7e2e-356a-281c-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-09-30 14:19:41.363620 | fa163eff-7e2e-356a-281c-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-09-30 14:19:41.365614 | fa163eff-7e2e-356a-281c-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.097739 | 0.06s 2025-09-30 14:19:41.393346 | fa163eff-7e2e-356a-281c-00000000059b | TASK | Set reboot required fact 2025-09-30 14:19:41.459326 | fa163eff-7e2e-356a-281c-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-09-30 14:19:41.460801 | fa163eff-7e2e-356a-281c-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.192936 | 0.07s 2025-09-30 14:19:41.491536 | fa163eff-7e2e-356a-281c-00000000059d | TASK | Apply DPDK workarounds 2025-09-30 14:19:41.545284 | fa163eff-7e2e-356a-281c-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-09-30 14:19:41.546786 | fa163eff-7e2e-356a-281c-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.278921 | 0.05s 2025-09-30 14:19:41.572008 | fa163eff-7e2e-356a-281c-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-09-30 14:19:41.614321 | fa163eff-7e2e-356a-281c-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-09-30 14:19:41.616267 | fa163eff-7e2e-356a-281c-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.348395 | 0.04s 2025-09-30 14:19:41.643033 | fa163eff-7e2e-356a-281c-0000000005a0 | TASK | Load modules 2025-09-30 14:19:41.681980 | fa163eff-7e2e-356a-281c-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-09-30 14:19:41.695004 | fa163eff-7e2e-356a-281c-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.427120 | 0.05s 2025-09-30 14:19:41.724723 | fa163eff-7e2e-356a-281c-0000000005a2 | TASK | Persist modules via modules-load.d 2025-09-30 14:19:41.776296 | fa163eff-7e2e-356a-281c-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-09-30 14:19:41.783334 | fa163eff-7e2e-356a-281c-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.515444 | 0.06s 2025-09-30 14:19:41.810291 | fa163eff-7e2e-356a-281c-0000000005a4 | TASK | Drop module persistence 2025-09-30 14:19:41.859911 | fa163eff-7e2e-356a-281c-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-09-30 14:19:41.872595 | fa163eff-7e2e-356a-281c-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.604682 | 0.06s 2025-09-30 14:19:41.901013 | fa163eff-7e2e-356a-281c-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-09-30 14:19:41.952209 | fa163eff-7e2e-356a-281c-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-09-30 14:19:41.965676 | fa163eff-7e2e-356a-281c-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.697796 | 0.06s 2025-09-30 14:19:41.992378 | fa163eff-7e2e-356a-281c-0000000005a8 | TASK | Modules reload 2025-09-30 14:19:42.031799 | fa163eff-7e2e-356a-281c-0000000005a8 | SKIPPED | Modules reload | standalone 2025-09-30 14:19:42.032909 | fa163eff-7e2e-356a-281c-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.765048 | 0.04s 2025-09-30 14:19:42.058403 | fa163eff-7e2e-356a-281c-0000000005aa | TASK | Reboot tasks 2025-09-30 14:19:42.112141 | fa163eff-7e2e-356a-281c-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-09-30 14:19:42.113679 | fa163eff-7e2e-356a-281c-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.845811 | 0.05s 2025-09-30 14:19:42.139668 | fa163eff-7e2e-356a-281c-0000000005ab | TASK | Skipping reboot for deployed node 2025-09-30 14:19:42.192129 | fa163eff-7e2e-356a-281c-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-09-30 14:19:42.193758 | fa163eff-7e2e-356a-281c-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.925886 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-09-30 14:19:42.368629 | fa163eff-7e2e-356a-281c-00000000003f | TASK | Server pre-network deployments 2025-09-30 14:19:42.397592 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-00000000003f') missing from stats 2025-09-30 14:19:42.423859 | fa163eff-7e2e-356a-281c-000000000043 | TASK | Hiera config 2025-09-30 14:19:42.451091 | fa163eff-7e2e-356a-281c-000000000043 | TIMING | Hiera config | standalone | 0:00:46.183218 | 0.03s 2025-09-30 14:19:42.497082 | fa163eff-7e2e-356a-281c-000000000721 | TASK | Create /etc/puppet/hieradata 2025-09-30 14:19:42.775844 | fa163eff-7e2e-356a-281c-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-09-30 14:19:42.777279 | fa163eff-7e2e-356a-281c-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.509419 | 0.28s 2025-09-30 14:19:42.798223 | fa163eff-7e2e-356a-281c-000000000722 | TASK | Write hiera config 2025-09-30 14:19:43.291397 | fa163eff-7e2e-356a-281c-000000000722 | CHANGED | Write hiera config | standalone 2025-09-30 14:19:43.293003 | fa163eff-7e2e-356a-281c-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.025140 | 0.49s 2025-09-30 14:19:43.341625 | fa163eff-7e2e-356a-281c-000000000044 | TASK | Hiera symlink 2025-09-30 14:19:43.588773 | fa163eff-7e2e-356a-281c-000000000044 | CHANGED | Hiera symlink | standalone 2025-09-30 14:19:43.590360 | fa163eff-7e2e-356a-281c-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.322495 | 0.25s 2025-09-30 14:19:43.616604 | fa163eff-7e2e-356a-281c-000000000045 | TASK | Hieradata from vars 2025-09-30 14:19:43.637650 | fa163eff-7e2e-356a-281c-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.369765 | 0.02s 2025-09-30 14:19:43.699672 | fa163eff-7e2e-356a-281c-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-09-30 14:19:44.146355 | fa163eff-7e2e-356a-281c-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-09-30 14:19:44.147976 | fa163eff-7e2e-356a-281c-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.880111 | 0.45s 2025-09-30 14:19:44.173882 | fa163eff-7e2e-356a-281c-00000000077d | TASK | Render hieradata from template 2025-09-30 14:19:44.736082 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-09-30 14:19:44.737207 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.469348 | 0.56s 2025-09-30 14:19:45.280275 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-09-30 14:19:45.282528 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.014668 | 1.11s 2025-09-30 14:19:45.941944 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-09-30 14:19:45.944422 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.676562 | 1.77s 2025-09-30 14:19:46.453368 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-09-30 14:19:46.455741 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.187880 | 2.28s 2025-09-30 14:19:46.962768 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-09-30 14:19:46.963588 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.695735 | 2.79s 2025-09-30 14:19:47.364774 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-09-30 14:19:47.365831 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.097973 | 3.19s 2025-09-30 14:19:47.817759 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-09-30 14:19:47.818775 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.550918 | 3.64s 2025-09-30 14:19:48.296469 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-09-30 14:19:48.298529 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.030670 | 4.12s 2025-09-30 14:19:48.742851 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-09-30 14:19:48.743885 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.476026 | 4.57s 2025-09-30 14:19:49.231792 | fa163eff-7e2e-356a-281c-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-09-30 14:19:49.232513 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.964659 | 5.06s 2025-09-30 14:19:49.238101 | fa163eff-7e2e-356a-281c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.970223 | 5.06s 2025-09-30 14:19:49.290569 | fa163eff-7e2e-356a-281c-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-09-30 14:19:49.314245 | fa163eff-7e2e-356a-281c-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.046374 | 0.02s 2025-09-30 14:19:49.383134 | fa163eff-7e2e-356a-281c-000000000821 | TASK | Check for hieradata file 2025-09-30 14:19:49.585395 | fa163eff-7e2e-356a-281c-000000000821 | OK | Check for hieradata file | standalone 2025-09-30 14:19:49.586757 | fa163eff-7e2e-356a-281c-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.318894 | 0.20s 2025-09-30 14:19:49.613105 | fa163eff-7e2e-356a-281c-000000000823 | TASK | Get existing data 2025-09-30 14:19:49.651656 | fa163eff-7e2e-356a-281c-000000000823 | SKIPPED | Get existing data | standalone 2025-09-30 14:19:49.652898 | fa163eff-7e2e-356a-281c-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.385030 | 0.04s 2025-09-30 14:19:49.678801 | fa163eff-7e2e-356a-281c-000000000824 | TASK | Set data fact 2025-09-30 14:19:49.739784 | fa163eff-7e2e-356a-281c-000000000824 | SKIPPED | Set data fact | standalone 2025-09-30 14:19:49.741202 | fa163eff-7e2e-356a-281c-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.473332 | 0.06s 2025-09-30 14:19:49.767436 | fa163eff-7e2e-356a-281c-000000000826 | TASK | Write ansible hieradata file 2025-09-30 14:19:50.255966 | fa163eff-7e2e-356a-281c-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-09-30 14:19:50.257488 | fa163eff-7e2e-356a-281c-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.989624 | 0.49s 2025-09-30 14:19:50.366673 | fa163eff-7e2e-356a-281c-000000000047 | TIMING | include_tasks | standalone | 0:00:54.098795 | 0.06s PLAY [Server network deployments] ********************************************** 2025-09-30 14:19:50.527920 | fa163eff-7e2e-356a-281c-00000000004b | TASK | Network Configuration 2025-09-30 14:19:50.555263 | fa163eff-7e2e-356a-281c-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eff-7e2e-356a-281c-00000000004b') missing from stats 2025-09-30 14:19:50.577821 | fa163eff-7e2e-356a-281c-00000000004c | TASK | Check NetworkConfig script existence 2025-09-30 14:19:50.604780 | fa163eff-7e2e-356a-281c-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-09-30 14:19:50.605897 | fa163eff-7e2e-356a-281c-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.338033 | 0.03s 2025-09-30 14:19:50.630527 | fa163eff-7e2e-356a-281c-000000000052 | TASK | Gather SELinux fact if needed 2025-09-30 14:19:50.681013 | fa163eff-7e2e-356a-281c-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-09-30 14:19:50.682261 | fa163eff-7e2e-356a-281c-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.414398 | 0.05s 2025-09-30 14:19:50.708677 | fa163eff-7e2e-356a-281c-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-09-30 14:19:51.428679 | fa163eff-7e2e-356a-281c-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-09-30 14:19:51.429840 | fa163eff-7e2e-356a-281c-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.161984 | 0.72s 2025-09-30 14:19:51.450347 | fa163eff-7e2e-356a-281c-000000000054 | TASK | Ensure requirements are satisfied 2025-09-30 14:19:51.494434 | fa163eff-7e2e-356a-281c-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.226568 | 0.04s 2025-09-30 14:19:51.541638 | fa163eff-7e2e-356a-281c-0000000008bf | TASK | Gather facts if they don't exist 2025-09-30 14:19:51.593185 | fa163eff-7e2e-356a-281c-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-09-30 14:19:51.594221 | fa163eff-7e2e-356a-281c-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.326363 | 0.05s 2025-09-30 14:19:51.614863 | fa163eff-7e2e-356a-281c-0000000008c0 | TASK | Gather variables for each operating system 2025-09-30 14:19:51.729403 | fa163eff-7e2e-356a-281c-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-09-30 14:19:51.741513 | fa163eff-7e2e-356a-281c-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.473640 | 0.13s 2025-09-30 14:19:51.769378 | fa163eff-7e2e-356a-281c-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-09-30 14:19:52.030317 | fa163eff-7e2e-356a-281c-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-09-30 14:19:52.031629 | fa163eff-7e2e-356a-281c-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.763768 | 0.26s 2025-09-30 14:19:52.053302 | fa163eff-7e2e-356a-281c-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-09-30 14:19:52.093766 | fa163eff-7e2e-356a-281c-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-09-30 14:19:52.094818 | fa163eff-7e2e-356a-281c-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.826960 | 0.04s 2025-09-30 14:19:52.116026 | fa163eff-7e2e-356a-281c-0000000008c4 | TASK | Ensure packages are actually well installed 2025-09-30 14:19:53.191329 | fa163eff-7e2e-356a-281c-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-09-30 14:19:53.193499 | fa163eff-7e2e-356a-281c-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.925627 | 1.08s 2025-09-30 14:19:53.244212 | fa163eff-7e2e-356a-281c-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-09-30 14:19:53.501790 | fa163eff-7e2e-356a-281c-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-09-30 14:19:53.503223 | fa163eff-7e2e-356a-281c-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.235363 | 0.26s 2025-09-30 14:19:53.528417 | fa163eff-7e2e-356a-281c-000000000057 | TASK | Reload NetworkManager 2025-09-30 14:19:53.976067 | fa163eff-7e2e-356a-281c-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-09-30 14:19:53.977587 | fa163eff-7e2e-356a-281c-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.709731 | 0.45s 2025-09-30 14:19:53.999130 | fa163eff-7e2e-356a-281c-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-09-30 14:19:54.252829 | fa163eff-7e2e-356a-281c-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-09-30 14:19:54.254292 | fa163eff-7e2e-356a-281c-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.986429 | 0.25s 2025-09-30 14:19:54.279801 | fa163eff-7e2e-356a-281c-00000000005a | TASK | Check for previous run of NetworkConfig 2025-09-30 14:19:54.502930 | fa163eff-7e2e-356a-281c-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-09-30 14:19:54.504569 | fa163eff-7e2e-356a-281c-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.236674 | 0.22s 2025-09-30 14:19:54.530775 | fa163eff-7e2e-356a-281c-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-09-30 14:19:54.563196 | fa163eff-7e2e-356a-281c-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-09-30 14:19:54.564488 | fa163eff-7e2e-356a-281c-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.296624 | 0.03s 2025-09-30 14:19:54.589621 | fa163eff-7e2e-356a-281c-00000000005c | TASK | Ensure we get cloud-init 2025-09-30 14:19:54.824740 | fa163eff-7e2e-356a-281c-00000000005c | OK | Ensure we get cloud-init | standalone 2025-09-30 14:19:54.826310 | fa163eff-7e2e-356a-281c-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.558446 | 0.24s 2025-09-30 14:19:54.860177 | fa163eff-7e2e-356a-281c-00000000005e | TASK | Create /etc/os-net-config directory 2025-09-30 14:19:55.138124 | fa163eff-7e2e-356a-281c-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-09-30 14:19:55.139686 | fa163eff-7e2e-356a-281c-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.871820 | 0.28s 2025-09-30 14:19:55.165769 | fa163eff-7e2e-356a-281c-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-09-30 14:19:55.526589 | fa163eff-7e2e-356a-281c-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-09-30 14:19:55.528004 | fa163eff-7e2e-356a-281c-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.260143 | 0.36s 2025-09-30 14:19:55.548258 | fa163eff-7e2e-356a-281c-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-09-30 14:19:55.620844 | fa163eff-7e2e-356a-281c-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-09-30 14:19:55.622155 | fa163eff-7e2e-356a-281c-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.354291 | 0.07s 2025-09-30 14:19:55.648780 | fa163eff-7e2e-356a-281c-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-09-30 14:19:55.904466 | fa163eff-7e2e-356a-281c-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-09-30 14:19:55.905441 | fa163eff-7e2e-356a-281c-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.637587 | 0.26s 2025-09-30 14:19:55.926382 | fa163eff-7e2e-356a-281c-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-09-30 14:19:56.007931 | fa163eff-7e2e-356a-281c-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.740043 | 0.08s 2025-09-30 14:19:56.035809 | 6fafa9b5-aa09-4081-b276-b8b346f02a5b | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-09-30 14:19:56.071369 | fa163eff-7e2e-356a-281c-000000000909 | TASK | Set nic_config_file fact 2025-09-30 14:19:56.147735 | fa163eff-7e2e-356a-281c-000000000909 | OK | Set nic_config_file fact | standalone 2025-09-30 14:19:56.148687 | fa163eff-7e2e-356a-281c-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.880831 | 0.08s 2025-09-30 14:19:56.166585 | fa163eff-7e2e-356a-281c-00000000090a | TASK | Render overidden network config 2025-09-30 14:19:56.235498 | fa163eff-7e2e-356a-281c-00000000090a | SKIPPED | Render overidden network config | standalone 2025-09-30 14:19:56.237120 | fa163eff-7e2e-356a-281c-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:59.969248 | 0.07s 2025-09-30 14:19:56.262914 | fa163eff-7e2e-356a-281c-00000000090b | TASK | Render network_config 2025-09-30 14:19:56.317842 | fa163eff-7e2e-356a-281c-00000000090b | SKIPPED | Render network_config | standalone 2025-09-30 14:19:56.319419 | fa163eff-7e2e-356a-281c-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.051551 | 0.05s 2025-09-30 14:19:56.346769 | fa163eff-7e2e-356a-281c-00000000090c | TASK | Render network_config from template 2025-09-30 14:19:56.914784 | fa163eff-7e2e-356a-281c-00000000090c | CHANGED | Render network_config from template | standalone 2025-09-30 14:19:56.916046 | fa163eff-7e2e-356a-281c-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.648188 | 0.57s 2025-09-30 14:19:56.937291 | fa163eff-7e2e-356a-281c-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=731111492367.45653 2025-09-30 14:20:01.052165 | fa163eff-7e2e-356a-281c-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-09-30 14:20:01.053481 | fa163eff-7e2e-356a-281c-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.785625 | 4.11s 2025-09-30 14:20:01.076478 | fa163eff-7e2e-356a-281c-000000000064 | TASK | Write rc of NetworkConfig script 2025-09-30 14:20:01.583434 | fa163eff-7e2e-356a-281c-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-09-30 14:20:01.584984 | fa163eff-7e2e-356a-281c-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.317121 | 0.51s 2025-09-30 14:20:01.610159 | fa163eff-7e2e-356a-281c-000000000065 | TASK | Disable cloud-init network config 2025-09-30 14:20:02.105043 | fa163eff-7e2e-356a-281c-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-09-30 14:20:02.106175 | fa163eff-7e2e-356a-281c-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.838318 | 0.49s 2025-09-30 14:20:02.126849 | fa163eff-7e2e-356a-281c-000000000066 | TASK | Ensure network service is enabled 2025-09-30 14:20:02.525407 | fa163eff-7e2e-356a-281c-000000000066 | OK | Ensure network service is enabled | standalone 2025-09-30 14:20:02.526931 | fa163eff-7e2e-356a-281c-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.259073 | 0.40s PLAY [Server network validation] *********************************************** 2025-09-30 14:20:02.672680 | fa163eff-7e2e-356a-281c-000000000096 | TASK | Basic Network Validation 2025-09-30 14:20:02.701586 | fa163eff-7e2e-356a-281c-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.433694 | 0.03s 2025-09-30 14:20:02.734745 | fa163eff-7e2e-356a-281c-000000000945 | TASK | Collect default network fact 2025-09-30 14:20:03.317352 | fa163eff-7e2e-356a-281c-000000000945 | OK | Collect default network fact | standalone 2025-09-30 14:20:03.318760 | fa163eff-7e2e-356a-281c-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:07.050890 | 0.58s 2025-09-30 14:20:03.344828 | fa163eff-7e2e-356a-281c-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-09-30 14:20:03.374661 | fa163eff-7e2e-356a-281c-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-09-30 14:20:03.375912 | fa163eff-7e2e-356a-281c-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.108049 | 0.03s 2025-09-30 14:20:03.401431 | fa163eff-7e2e-356a-281c-000000000947 | TASK | Check all networks Gateway availability 2025-09-30 14:20:03.423363 | fa163eff-7e2e-356a-281c-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:07.155488 | 0.02s 2025-09-30 14:20:03.449315 | fa163eff-7e2e-356a-281c-000000000949 | TASK | Check Controllers availability 2025-09-30 14:20:03.522037 | fa163eff-7e2e-356a-281c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-09-30 14:20:03.534491 | fa163eff-7e2e-356a-281c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-09-30 14:20:03.544415 | fa163eff-7e2e-356a-281c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-09-30 14:20:03.557659 | fa163eff-7e2e-356a-281c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-09-30 14:20:03.573080 | fa163eff-7e2e-356a-281c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-09-30 14:20:03.579945 | fa163eff-7e2e-356a-281c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-09-30 14:20:03.586664 | fa163eff-7e2e-356a-281c-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.318790 | 0.14s 2025-09-30 14:20:03.612837 | fa163eff-7e2e-356a-281c-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-09-30 14:20:03.645509 | fa163eff-7e2e-356a-281c-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-09-30 14:20:03.648525 | fa163eff-7e2e-356a-281c-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.380568 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-09-30 14:20:03.839223 | fa163eff-7e2e-356a-281c-00000000009a | TASK | Server pre deployments 2025-09-30 14:20:03.865966 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-00000000009a') missing from stats 2025-09-30 14:20:03.886307 | fa163eff-7e2e-356a-281c-00000000009e | TASK | Hiera config 2025-09-30 14:20:03.907807 | fa163eff-7e2e-356a-281c-00000000009e | TIMING | Hiera config | standalone | 0:01:07.639935 | 0.02s 2025-09-30 14:20:03.951422 | fa163eff-7e2e-356a-281c-00000000099e | TASK | Create /etc/puppet/hieradata 2025-09-30 14:20:04.159490 | fa163eff-7e2e-356a-281c-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-09-30 14:20:04.160968 | fa163eff-7e2e-356a-281c-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.893105 | 0.21s 2025-09-30 14:20:04.186444 | fa163eff-7e2e-356a-281c-00000000099f | TASK | Write hiera config 2025-09-30 14:20:04.681828 | fa163eff-7e2e-356a-281c-00000000099f | OK | Write hiera config | standalone 2025-09-30 14:20:04.683415 | fa163eff-7e2e-356a-281c-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.415552 | 0.50s 2025-09-30 14:20:04.733592 | fa163eff-7e2e-356a-281c-00000000009f | TASK | Hiera symlink 2025-09-30 14:20:04.964833 | fa163eff-7e2e-356a-281c-00000000009f | OK | Hiera symlink | standalone 2025-09-30 14:20:04.966464 | fa163eff-7e2e-356a-281c-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.698595 | 0.23s 2025-09-30 14:20:04.993569 | fa163eff-7e2e-356a-281c-0000000000a0 | TASK | Hieradata from vars 2025-09-30 14:20:05.023216 | fa163eff-7e2e-356a-281c-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.755346 | 0.03s 2025-09-30 14:20:05.083432 | fa163eff-7e2e-356a-281c-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-09-30 14:20:05.537027 | fa163eff-7e2e-356a-281c-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-09-30 14:20:05.538430 | fa163eff-7e2e-356a-281c-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.270566 | 0.45s 2025-09-30 14:20:05.564632 | fa163eff-7e2e-356a-281c-0000000009fa | TASK | Render hieradata from template 2025-09-30 14:20:06.089742 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-09-30 14:20:06.091657 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.823801 | 0.53s 2025-09-30 14:20:06.676744 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-09-30 14:20:06.678986 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.411125 | 1.11s 2025-09-30 14:20:07.299533 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-09-30 14:20:07.300675 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.032816 | 1.73s 2025-09-30 14:20:07.813606 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-09-30 14:20:07.814820 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.546961 | 2.25s 2025-09-30 14:20:08.334055 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-09-30 14:20:08.335006 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.067151 | 2.77s 2025-09-30 14:20:08.834143 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-09-30 14:20:08.835027 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.567173 | 3.27s 2025-09-30 14:20:09.343828 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-09-30 14:20:09.345174 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.077313 | 3.78s 2025-09-30 14:20:09.759191 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-09-30 14:20:09.760698 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.492823 | 4.19s 2025-09-30 14:20:10.267470 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-09-30 14:20:10.268191 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.000339 | 4.70s 2025-09-30 14:20:10.758982 | fa163eff-7e2e-356a-281c-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-09-30 14:20:10.759722 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.491869 | 5.19s 2025-09-30 14:20:10.766392 | fa163eff-7e2e-356a-281c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.498525 | 5.20s 2025-09-30 14:20:10.817366 | fa163eff-7e2e-356a-281c-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-09-30 14:20:10.846595 | fa163eff-7e2e-356a-281c-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.578681 | 0.03s 2025-09-30 14:20:10.919661 | fa163eff-7e2e-356a-281c-000000000a9e | TASK | Check for hieradata file 2025-09-30 14:20:11.150488 | fa163eff-7e2e-356a-281c-000000000a9e | OK | Check for hieradata file | standalone 2025-09-30 14:20:11.151964 | fa163eff-7e2e-356a-281c-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.884100 | 0.23s 2025-09-30 14:20:11.177680 | fa163eff-7e2e-356a-281c-000000000aa0 | TASK | Get existing data 2025-09-30 14:20:11.228972 | fa163eff-7e2e-356a-281c-000000000aa0 | SKIPPED | Get existing data | standalone 2025-09-30 14:20:11.230305 | fa163eff-7e2e-356a-281c-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.962437 | 0.05s 2025-09-30 14:20:11.255776 | fa163eff-7e2e-356a-281c-000000000aa1 | TASK | Set data fact 2025-09-30 14:20:11.306922 | fa163eff-7e2e-356a-281c-000000000aa1 | SKIPPED | Set data fact | standalone 2025-09-30 14:20:11.308428 | fa163eff-7e2e-356a-281c-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:15.040556 | 0.05s 2025-09-30 14:20:11.334670 | fa163eff-7e2e-356a-281c-000000000aa3 | TASK | Write ansible hieradata file 2025-09-30 14:20:11.835464 | fa163eff-7e2e-356a-281c-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-09-30 14:20:11.837192 | fa163eff-7e2e-356a-281c-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.569321 | 0.50s 2025-09-30 14:20:11.927603 | fa163eff-7e2e-356a-281c-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.659737 | 0.04s PLAY [Host prep steps] ********************************************************* 2025-09-30 14:20:12.089687 | fa163eff-7e2e-356a-281c-0000000000a6 | TASK | Host prep steps 2025-09-30 14:20:12.117301 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000a6') missing from stats 2025-09-30 14:20:12.266456 | fa163eff-7e2e-356a-281c-0000000000a7 | TASK | Deploy Artifacts 2025-09-30 14:20:12.380429 | fa163eff-7e2e-356a-281c-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-09-30 14:20:12.381967 | fa163eff-7e2e-356a-281c-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:16.114103 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:20:12.441372 | fa163eff-7e2e-356a-281c-0000000000a8 | TIMING | include_tasks | standalone | 0:01:16.173484 | 0.03s 2025-09-30 14:20:12.620240 | 9e65a82b-1f20-4167-9b94-0e4898fa8b65 | INCLUDED | /root/standalone-ansible-44vyqawn/Standalone/host_prep_tasks.yaml | standalone 2025-09-30 14:20:12.677750 | fa163eff-7e2e-356a-281c-000000000b1e | TASK | Run firewall role 2025-09-30 14:20:12.704857 | fa163eff-7e2e-356a-281c-000000000b1e | TIMING | Run firewall role | standalone | 0:01:16.436979 | 0.03s 2025-09-30 14:20:12.761926 | fa163eff-7e2e-356a-281c-000000000c1b | TASK | Gather variables for each operating system 2025-09-30 14:20:12.880582 | fa163eff-7e2e-356a-281c-000000000c1b | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-09-30 14:20:12.881884 | fa163eff-7e2e-356a-281c-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.614018 | 0.12s 2025-09-30 14:20:12.887878 | fa163eff-7e2e-356a-281c-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.620001 | 0.12s 2025-09-30 14:20:12.914780 | fa163eff-7e2e-356a-281c-000000000c1c | TASK | Uninstall firewalld to prevent nftables conflicts 2025-09-30 14:20:15.886532 | fa163eff-7e2e-356a-281c-000000000c1c | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-09-30 14:20:15.888404 | fa163eff-7e2e-356a-281c-000000000c1c | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:19.620537 | 2.97s 2025-09-30 14:20:15.915193 | fa163eff-7e2e-356a-281c-000000000c20 | TASK | Create empty var for masquerade rules 2025-09-30 14:20:15.959326 | fa163eff-7e2e-356a-281c-000000000c20 | OK | Create empty var for masquerade rules | standalone 2025-09-30 14:20:15.961053 | fa163eff-7e2e-356a-281c-000000000c20 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:19.693187 | 0.04s 2025-09-30 14:20:15.983919 | fa163eff-7e2e-356a-281c-000000000c21 | TASK | Enable masquerade 2025-09-30 14:20:16.037376 | fa163eff-7e2e-356a-281c-000000000c21 | SKIPPED | Enable masquerade | standalone 2025-09-30 14:20:16.038891 | fa163eff-7e2e-356a-281c-000000000c21 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:19.771029 | 0.05s 2025-09-30 14:20:16.060256 | fa163eff-7e2e-356a-281c-000000000c22 | TASK | Set the default frontend firewall rules 2025-09-30 14:20:16.096102 | fa163eff-7e2e-356a-281c-000000000c22 | OK | Set the default frontend firewall rules | standalone 2025-09-30 14:20:16.097589 | fa163eff-7e2e-356a-281c-000000000c22 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:19.829725 | 0.04s 2025-09-30 14:20:16.119562 | fa163eff-7e2e-356a-281c-000000000c25 | TASK | Set frontend rule fact (non-ssl rules) 2025-09-30 14:20:16.165765 | fa163eff-7e2e-356a-281c-000000000c25 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-09-30 14:20:16.167288 | fa163eff-7e2e-356a-281c-000000000c25 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.899429 | 0.05s 2025-09-30 14:20:16.185633 | fa163eff-7e2e-356a-281c-000000000c26 | TASK | Set frontend rule fact (ssl rules) 2025-09-30 14:20:16.236080 | fa163eff-7e2e-356a-281c-000000000c26 | OK | Set frontend rule fact (ssl rules) | standalone 2025-09-30 14:20:16.237979 | fa163eff-7e2e-356a-281c-000000000c26 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.970117 | 0.05s 2025-09-30 14:20:16.257154 | fa163eff-7e2e-356a-281c-000000000c28 | TASK | Set frontend rule fact (non-ssl rules) 2025-09-30 14:20:16.296725 | fa163eff-7e2e-356a-281c-000000000c28 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-09-30 14:20:16.298082 | fa163eff-7e2e-356a-281c-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.030220 | 0.04s 2025-09-30 14:20:16.316968 | fa163eff-7e2e-356a-281c-000000000c29 | TASK | Set frontend rule fact (ssl rules) 2025-09-30 14:20:16.354371 | fa163eff-7e2e-356a-281c-000000000c29 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-09-30 14:20:16.355315 | fa163eff-7e2e-356a-281c-000000000c29 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.087460 | 0.04s 2025-09-30 14:20:16.373244 | fa163eff-7e2e-356a-281c-000000000c2b | TASK | Enable LOG rules 2025-09-30 14:20:16.401994 | fa163eff-7e2e-356a-281c-000000000c2b | SKIPPED | Enable LOG rules | standalone 2025-09-30 14:20:16.402800 | fa163eff-7e2e-356a-281c-000000000c2b | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:20.134948 | 0.03s 2025-09-30 14:20:16.427318 | fa163eff-7e2e-356a-281c-000000000c2c | TASK | Set rule fact 2025-09-30 14:20:16.528796 | fa163eff-7e2e-356a-281c-000000000c2c | OK | Set rule fact | standalone 2025-09-30 14:20:16.532159 | fa163eff-7e2e-356a-281c-000000000c2c | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:20.264294 | 0.10s 2025-09-30 14:20:16.561996 | fa163eff-7e2e-356a-281c-000000000c2d | TASK | Manage rules via nftables 2025-09-30 14:20:16.594012 | fa163eff-7e2e-356a-281c-000000000c2d | TIMING | Manage rules via nftables | standalone | 0:01:20.326144 | 0.03s 2025-09-30 14:20:16.696697 | fa163eff-7e2e-356a-281c-000000000cc7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.428806 | 0.03s 2025-09-30 14:20:16.720690 | 892d2a1a-b512-47ef-9844-f1dd73d7d46a | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-09-30 14:20:16.749535 | fa163eff-7e2e-356a-281c-000000000cf0 | TASK | Ensure legacy iptables services are off 2025-09-30 14:20:17.154083 | fa163eff-7e2e-356a-281c-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-09-30 14:20:17.156335 | fa163eff-7e2e-356a-281c-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.888462 | 0.41s 2025-09-30 14:20:18.511968 | fa163eff-7e2e-356a-281c-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-09-30 14:20:18.513856 | fa163eff-7e2e-356a-281c-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.245993 | 1.76s 2025-09-30 14:20:18.524929 | fa163eff-7e2e-356a-281c-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.257051 | 1.77s 2025-09-30 14:20:18.556751 | fa163eff-7e2e-356a-281c-000000000cf1 | TASK | Ensure nftables service is enabled and running 2025-09-30 14:20:19.272125 | fa163eff-7e2e-356a-281c-000000000cf1 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-09-30 14:20:19.274204 | fa163eff-7e2e-356a-281c-000000000cf1 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:23.006341 | 0.72s 2025-09-30 14:20:19.302056 | fa163eff-7e2e-356a-281c-000000000cf2 | TASK | Empty nftables from anything that may lay around 2025-09-30 14:20:19.343862 | fa163eff-7e2e-356a-281c-000000000cf2 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-09-30 14:20:19.345244 | fa163eff-7e2e-356a-281c-000000000cf2 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:23.077380 | 0.04s 2025-09-30 14:20:19.398874 | fa163eff-7e2e-356a-281c-000000000cc8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.131002 | 0.03s 2025-09-30 14:20:19.437571 | 1f9e7dd2-a1e3-43f1-b428-b59fd9f5f7a6 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-09-30 14:20:19.470447 | fa163eff-7e2e-356a-281c-000000000d21 | TASK | Push empty ruleset 2025-09-30 14:20:19.920415 | fa163eff-7e2e-356a-281c-000000000d21 | CHANGED | Push empty ruleset | standalone 2025-09-30 14:20:19.921621 | fa163eff-7e2e-356a-281c-000000000d21 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.653763 | 0.45s 2025-09-30 14:20:19.946167 | fa163eff-7e2e-356a-281c-000000000d22 | TASK | Load empty ruleset 2025-09-30 14:20:20.201092 | fa163eff-7e2e-356a-281c-000000000d22 | CHANGED | Load empty ruleset | standalone 2025-09-30 14:20:20.202612 | fa163eff-7e2e-356a-281c-000000000d22 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.934748 | 0.25s 2025-09-30 14:20:20.229369 | fa163eff-7e2e-356a-281c-000000000d24 | TASK | Use default rules 2025-09-30 14:20:20.325890 | fa163eff-7e2e-356a-281c-000000000d24 | OK | Use default rules | standalone 2025-09-30 14:20:20.329349 | fa163eff-7e2e-356a-281c-000000000d24 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:24.061485 | 0.10s 2025-09-30 14:20:20.358627 | fa163eff-7e2e-356a-281c-000000000d25 | TASK | Enable LOG rules 2025-09-30 14:20:20.454842 | fa163eff-7e2e-356a-281c-000000000d25 | OK | Enable LOG rules | standalone 2025-09-30 14:20:20.458156 | fa163eff-7e2e-356a-281c-000000000d25 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:24.190293 | 0.10s 2025-09-30 14:20:20.489417 | fa163eff-7e2e-356a-281c-000000000d27 | TASK | Get current nftables content 2025-09-30 14:20:20.727009 | fa163eff-7e2e-356a-281c-000000000d27 | CHANGED | Get current nftables content | standalone 2025-09-30 14:20:20.728529 | fa163eff-7e2e-356a-281c-000000000d27 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:24.460667 | 0.24s 2025-09-30 14:20:20.754606 | fa163eff-7e2e-356a-281c-000000000d29 | TASK | Generate chain jumps 2025-09-30 14:20:21.277141 | fa163eff-7e2e-356a-281c-000000000d29 | CHANGED | Generate chain jumps | standalone 2025-09-30 14:20:21.278444 | fa163eff-7e2e-356a-281c-000000000d29 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.010582 | 0.52s 2025-09-30 14:20:21.296714 | fa163eff-7e2e-356a-281c-000000000d2a | TASK | Generate chain jumps 2025-09-30 14:20:21.925259 | fa163eff-7e2e-356a-281c-000000000d2a | CHANGED | Generate chain jumps | standalone 2025-09-30 14:20:21.926746 | fa163eff-7e2e-356a-281c-000000000d2a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.658885 | 0.63s 2025-09-30 14:20:21.952734 | fa163eff-7e2e-356a-281c-000000000d2b | TASK | Generate nft flushes 2025-09-30 14:20:22.474499 | fa163eff-7e2e-356a-281c-000000000d2b | CHANGED | Generate nft flushes | standalone 2025-09-30 14:20:22.476139 | fa163eff-7e2e-356a-281c-000000000d2b | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:26.208272 | 0.52s 2025-09-30 14:20:22.503926 | fa163eff-7e2e-356a-281c-000000000d2c | TASK | Generate nft tripleo chains 2025-09-30 14:20:23.004231 | fa163eff-7e2e-356a-281c-000000000d2c | CHANGED | Generate nft tripleo chains | standalone 2025-09-30 14:20:23.005760 | fa163eff-7e2e-356a-281c-000000000d2c | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.737898 | 0.50s 2025-09-30 14:20:23.031810 | fa163eff-7e2e-356a-281c-000000000d2d | TASK | Generate nft ruleset in static file 2025-09-30 14:20:24.738401 | fa163eff-7e2e-356a-281c-000000000d2d | CHANGED | Generate nft ruleset in static file | standalone 2025-09-30 14:20:24.739392 | fa163eff-7e2e-356a-281c-000000000d2d | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:28.471540 | 1.71s 2025-09-30 14:20:24.757046 | fa163eff-7e2e-356a-281c-000000000d2f | TASK | Validate all of the generated content before loading 2025-09-30 14:20:25.272071 | fa163eff-7e2e-356a-281c-000000000d2f | CHANGED | Validate all of the generated content before loading | standalone 2025-09-30 14:20:25.273697 | fa163eff-7e2e-356a-281c-000000000d2f | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:29.005834 | 0.52s 2025-09-30 14:20:25.300986 | fa163eff-7e2e-356a-281c-000000000d30 | TASK | Ensure we load our different nft rulesets on boot 2025-09-30 14:20:25.553349 | fa163eff-7e2e-356a-281c-000000000d30 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-09-30 14:20:25.554975 | fa163eff-7e2e-356a-281c-000000000d30 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:29.287111 | 0.25s 2025-09-30 14:20:25.612356 | fa163eff-7e2e-356a-281c-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:29.344488 | 0.03s 2025-09-30 14:20:25.631377 | 2a2fd46c-35bc-4cb7-aff2-3c9318c3044f | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-09-30 14:20:25.685184 | fa163eff-7e2e-356a-281c-000000000d98 | TASK | Inject our custom chains in nftables 2025-09-30 14:20:25.937017 | fa163eff-7e2e-356a-281c-000000000d98 | CHANGED | Inject our custom chains in nftables | standalone 2025-09-30 14:20:25.938594 | fa163eff-7e2e-356a-281c-000000000d98 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.670698 | 0.25s 2025-09-30 14:20:25.959961 | fa163eff-7e2e-356a-281c-000000000d99 | TASK | Reload custom nftables ruleset files 2025-09-30 14:20:26.240994 | fa163eff-7e2e-356a-281c-000000000d99 | CHANGED | Reload custom nftables ruleset files | standalone 2025-09-30 14:20:26.242472 | fa163eff-7e2e-356a-281c-000000000d99 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.974609 | 0.28s 2025-09-30 14:20:26.312803 | fa163eff-7e2e-356a-281c-000000000b1f | TASK | create persistent logs directory 2025-09-30 14:20:26.581076 | fa163eff-7e2e-356a-281c-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 14:20:26.583704 | fa163eff-7e2e-356a-281c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.315829 | 0.27s 2025-09-30 14:20:26.781903 | fa163eff-7e2e-356a-281c-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-09-30 14:20:26.783095 | fa163eff-7e2e-356a-281c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.515234 | 0.47s 2025-09-30 14:20:26.790270 | fa163eff-7e2e-356a-281c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.522402 | 0.48s 2025-09-30 14:20:26.815618 | fa163eff-7e2e-356a-281c-000000000b20 | TASK | create persistent directories 2025-09-30 14:20:27.067908 | fa163eff-7e2e-356a-281c-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 14:20:27.069963 | fa163eff-7e2e-356a-281c-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.802099 | 0.25s 2025-09-30 14:20:27.080188 | fa163eff-7e2e-356a-281c-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.812320 | 0.26s 2025-09-30 14:20:27.106597 | fa163eff-7e2e-356a-281c-000000000b21 | TASK | create persistent directories 2025-09-30 14:20:27.371345 | fa163eff-7e2e-356a-281c-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-09-30 14:20:27.373681 | fa163eff-7e2e-356a-281c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.105809 | 0.27s 2025-09-30 14:20:27.600170 | fa163eff-7e2e-356a-281c-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-09-30 14:20:27.601592 | fa163eff-7e2e-356a-281c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.333728 | 0.49s 2025-09-30 14:20:27.608134 | fa163eff-7e2e-356a-281c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.340274 | 0.50s 2025-09-30 14:20:27.629454 | fa163eff-7e2e-356a-281c-000000000b22 | TASK | create persistent directories 2025-09-30 14:20:27.831336 | fa163eff-7e2e-356a-281c-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-09-30 14:20:27.832816 | fa163eff-7e2e-356a-281c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.564951 | 0.20s 2025-09-30 14:20:27.842258 | fa163eff-7e2e-356a-281c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.574393 | 0.21s 2025-09-30 14:20:27.863000 | fa163eff-7e2e-356a-281c-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-09-30 14:20:29.022713 | fa163eff-7e2e-356a-281c-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-09-30 14:20:29.024145 | fa163eff-7e2e-356a-281c-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.756289 | 1.16s 2025-09-30 14:20:29.044327 | fa163eff-7e2e-356a-281c-000000000b24 | TASK | create persistent directories 2025-09-30 14:20:29.292626 | fa163eff-7e2e-356a-281c-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 14:20:29.294854 | fa163eff-7e2e-356a-281c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.026983 | 0.25s 2025-09-30 14:20:29.463082 | fa163eff-7e2e-356a-281c-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-09-30 14:20:29.464759 | fa163eff-7e2e-356a-281c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.196901 | 0.42s 2025-09-30 14:20:29.475151 | fa163eff-7e2e-356a-281c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.207288 | 0.43s 2025-09-30 14:20:29.496374 | fa163eff-7e2e-356a-281c-000000000b25 | TASK | create fcontext entry for cinder data 2025-09-30 14:20:30.859616 | fa163eff-7e2e-356a-281c-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-09-30 14:20:30.861430 | fa163eff-7e2e-356a-281c-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.593571 | 1.36s 2025-09-30 14:20:30.886154 | fa163eff-7e2e-356a-281c-000000000b26 | TASK | create persistent directories 2025-09-30 14:20:31.135987 | fa163eff-7e2e-356a-281c-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 14:20:31.137820 | fa163eff-7e2e-356a-281c-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.869949 | 0.25s 2025-09-30 14:20:31.381336 | fa163eff-7e2e-356a-281c-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-09-30 14:20:31.383193 | fa163eff-7e2e-356a-281c-000000000b26 | TIMING | create persistent directories | standalone | 0:01:35.115332 | 0.50s 2025-09-30 14:20:31.394065 | fa163eff-7e2e-356a-281c-000000000b26 | TIMING | create persistent directories | standalone | 0:01:35.126196 | 0.51s 2025-09-30 14:20:31.421604 | fa163eff-7e2e-356a-281c-000000000b27 | TASK | ensure ceph configurations exist 2025-09-30 14:20:31.665330 | fa163eff-7e2e-356a-281c-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-09-30 14:20:31.666973 | fa163eff-7e2e-356a-281c-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:35.399110 | 0.24s 2025-09-30 14:20:31.692330 | fa163eff-7e2e-356a-281c-000000000b28 | TASK | create persistent directories 2025-09-30 14:20:31.946507 | fa163eff-7e2e-356a-281c-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-09-30 14:20:31.948426 | fa163eff-7e2e-356a-281c-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.680568 | 0.25s 2025-09-30 14:20:31.958875 | fa163eff-7e2e-356a-281c-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.691007 | 0.27s 2025-09-30 14:20:31.984471 | fa163eff-7e2e-356a-281c-000000000b2a | TASK | Create cinder image conversion directory 2025-09-30 14:20:32.024354 | fa163eff-7e2e-356a-281c-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-09-30 14:20:32.025633 | fa163eff-7e2e-356a-281c-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:35.757769 | 0.04s 2025-09-30 14:20:32.053002 | fa163eff-7e2e-356a-281c-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-09-30 14:20:32.085659 | fa163eff-7e2e-356a-281c-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-09-30 14:20:32.087077 | fa163eff-7e2e-356a-281c-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.819213 | 0.03s 2025-09-30 14:20:32.111843 | fa163eff-7e2e-356a-281c-000000000b2d | TASK | cinder_configure_lvm fact 2025-09-30 14:20:32.144317 | fa163eff-7e2e-356a-281c-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-09-30 14:20:32.145489 | fa163eff-7e2e-356a-281c-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:35.877628 | 0.03s 2025-09-30 14:20:32.169402 | fa163eff-7e2e-356a-281c-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-09-30 14:20:35.252710 | fa163eff-7e2e-356a-281c-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-09-30 14:20:35.254988 | fa163eff-7e2e-356a-281c-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:38.987119 | 3.08s 2025-09-30 14:20:35.281959 | fa163eff-7e2e-356a-281c-000000000b30 | TASK | cinder create LVM volume group dd 2025-09-30 14:20:35.502132 | fa163eff-7e2e-356a-281c-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-09-30 14:20:35.504084 | fa163eff-7e2e-356a-281c-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:39.236220 | 0.22s 2025-09-30 14:20:35.531439 | fa163eff-7e2e-356a-281c-000000000b31 | TASK | Get or create LVM loopback device 2025-09-30 14:20:35.809384 | fa163eff-7e2e-356a-281c-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-09-30 14:20:35.810929 | fa163eff-7e2e-356a-281c-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:39.543066 | 0.28s 2025-09-30 14:20:35.836648 | fa163eff-7e2e-356a-281c-000000000b32 | TASK | Create LVM volume group 2025-09-30 14:20:36.418892 | fa163eff-7e2e-356a-281c-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-09-30 14:20:36.420682 | fa163eff-7e2e-356a-281c-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:40.152812 | 0.58s 2025-09-30 14:20:36.446015 | fa163eff-7e2e-356a-281c-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-09-30 14:20:36.956259 | fa163eff-7e2e-356a-281c-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-09-30 14:20:36.957728 | fa163eff-7e2e-356a-281c-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:40.689865 | 0.51s 2025-09-30 14:20:36.985008 | fa163eff-7e2e-356a-281c-000000000b34 | TASK | cinder enable the LVM losetup service 2025-09-30 14:20:37.885136 | fa163eff-7e2e-356a-281c-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-09-30 14:20:37.886574 | fa163eff-7e2e-356a-281c-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:41.618695 | 0.90s 2025-09-30 14:20:37.904608 | fa163eff-7e2e-356a-281c-000000000b36 | TASK | allow logrotate to read inside containers 2025-09-30 14:20:38.824704 | fa163eff-7e2e-356a-281c-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-09-30 14:20:38.826204 | fa163eff-7e2e-356a-281c-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:42.558343 | 0.92s 2025-09-30 14:20:38.850979 | fa163eff-7e2e-356a-281c-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-09-30 14:20:41.046426 | fa163eff-7e2e-356a-281c-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-09-30 14:20:41.048245 | fa163eff-7e2e-356a-281c-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:44.780381 | 2.20s 2025-09-30 14:20:41.120162 | fa163eff-7e2e-356a-281c-000000000b39 | OK | set_fact | standalone 2025-09-30 14:20:41.121617 | fa163eff-7e2e-356a-281c-000000000b39 | TIMING | set_fact | standalone | 0:01:44.853755 | 0.05s 2025-09-30 14:20:41.175157 | fa163eff-7e2e-356a-281c-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:44.907280 | 0.03s 2025-09-30 14:20:41.233665 | fa163eff-7e2e-356a-281c-000000000edf | TASK | ensure apache is installed 2025-09-30 14:20:48.320290 | fa163eff-7e2e-356a-281c-000000000edf | CHANGED | ensure apache is installed | standalone 2025-09-30 14:20:48.322323 | fa163eff-7e2e-356a-281c-000000000edf | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:52.054450 | 7.09s 2025-09-30 14:20:48.340747 | fa163eff-7e2e-356a-281c-000000000ee0 | TASK | create image data directory 2025-09-30 14:20:48.604213 | fa163eff-7e2e-356a-281c-000000000ee0 | CHANGED | create image data directory | standalone 2025-09-30 14:20:48.606317 | fa163eff-7e2e-356a-281c-000000000ee0 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:52.338443 | 0.26s 2025-09-30 14:20:48.632536 | fa163eff-7e2e-356a-281c-000000000ee1 | TASK | create /v2/ response file 2025-09-30 14:20:49.159890 | fa163eff-7e2e-356a-281c-000000000ee1 | CHANGED | create /v2/ response file | standalone 2025-09-30 14:20:49.161320 | fa163eff-7e2e-356a-281c-000000000ee1 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:52.893456 | 0.53s 2025-09-30 14:20:49.186675 | fa163eff-7e2e-356a-281c-000000000ee2 | TASK | Add listen line 2025-09-30 14:20:49.572823 | fa163eff-7e2e-356a-281c-000000000ee2 | CHANGED | Add listen line | standalone 2025-09-30 14:20:49.574302 | fa163eff-7e2e-356a-281c-000000000ee2 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:53.306439 | 0.39s 2025-09-30 14:20:49.599826 | fa163eff-7e2e-356a-281c-000000000ee3 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-09-30 14:20:50.092984 | fa163eff-7e2e-356a-281c-000000000ee3 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-09-30 14:20:50.094404 | fa163eff-7e2e-356a-281c-000000000ee3 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:53.826541 | 0.49s 2025-09-30 14:20:50.120037 | fa163eff-7e2e-356a-281c-000000000ee4 | TASK | Image-Serve | restart httpd 2025-09-30 14:20:51.022970 | fa163eff-7e2e-356a-281c-000000000ee4 | CHANGED | Image-Serve | restart httpd | standalone 2025-09-30 14:20:51.024937 | fa163eff-7e2e-356a-281c-000000000ee4 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:54.757074 | 0.90s 2025-09-30 14:20:51.074186 | fa163eff-7e2e-356a-281c-000000000b3c | TASK | create persistent logs directory 2025-09-30 14:20:51.288534 | fa163eff-7e2e-356a-281c-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-09-30 14:20:51.290902 | fa163eff-7e2e-356a-281c-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.023032 | 0.22s 2025-09-30 14:20:51.460426 | fa163eff-7e2e-356a-281c-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-09-30 14:20:51.461658 | fa163eff-7e2e-356a-281c-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.193799 | 0.39s 2025-09-30 14:20:51.468891 | fa163eff-7e2e-356a-281c-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.201026 | 0.39s 2025-09-30 14:20:51.493988 | fa163eff-7e2e-356a-281c-000000000b3d | TASK | Mount NFS on host 2025-09-30 14:20:51.523236 | fa163eff-7e2e-356a-281c-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-09-30 14:20:51.524316 | fa163eff-7e2e-356a-281c-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:55.256454 | 0.03s 2025-09-30 14:20:51.548283 | fa163eff-7e2e-356a-281c-000000000b3e | TASK | Mount Node Staging Location 2025-09-30 14:20:51.577321 | fa163eff-7e2e-356a-281c-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-09-30 14:20:51.578511 | fa163eff-7e2e-356a-281c-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:55.310650 | 0.03s 2025-09-30 14:20:51.602681 | fa163eff-7e2e-356a-281c-000000000b3f | TASK | ensure /var/lib/glance exists 2025-09-30 14:20:51.803768 | fa163eff-7e2e-356a-281c-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-09-30 14:20:51.805136 | fa163eff-7e2e-356a-281c-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:55.537275 | 0.20s 2025-09-30 14:20:51.829334 | fa163eff-7e2e-356a-281c-000000000b40 | TASK | create logs directory 2025-09-30 14:20:52.058588 | fa163eff-7e2e-356a-281c-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-09-30 14:20:52.060358 | fa163eff-7e2e-356a-281c-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.792488 | 0.23s 2025-09-30 14:20:52.245759 | fa163eff-7e2e-356a-281c-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-09-30 14:20:52.246955 | fa163eff-7e2e-356a-281c-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.979095 | 0.42s 2025-09-30 14:20:52.253650 | fa163eff-7e2e-356a-281c-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.985784 | 0.42s 2025-09-30 14:20:52.279597 | fa163eff-7e2e-356a-281c-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-09-30 14:20:52.308438 | fa163eff-7e2e-356a-281c-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-09-30 14:20:52.310037 | fa163eff-7e2e-356a-281c-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:56.042172 | 0.03s 2025-09-30 14:20:52.335469 | fa163eff-7e2e-356a-281c-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-09-30 14:20:52.565948 | fa163eff-7e2e-356a-281c-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-09-30 14:20:52.567347 | fa163eff-7e2e-356a-281c-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:56.299485 | 0.23s 2025-09-30 14:20:52.592297 | fa163eff-7e2e-356a-281c-000000000b43 | TASK | create persistent directories 2025-09-30 14:20:52.858596 | fa163eff-7e2e-356a-281c-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-09-30 14:20:52.859937 | fa163eff-7e2e-356a-281c-000000000b43 | TIMING | create persistent directories | standalone | 0:01:56.592075 | 0.27s 2025-09-30 14:20:52.867871 | fa163eff-7e2e-356a-281c-000000000b43 | TIMING | create persistent directories | standalone | 0:01:56.600023 | 0.27s 2025-09-30 14:20:52.888098 | fa163eff-7e2e-356a-281c-000000000b44 | TASK | create persistent data directory 2025-09-30 14:20:53.109718 | fa163eff-7e2e-356a-281c-000000000b44 | OK | create persistent data directory | standalone 2025-09-30 14:20:53.111163 | fa163eff-7e2e-356a-281c-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:56.843302 | 0.22s 2025-09-30 14:20:53.137935 | fa163eff-7e2e-356a-281c-000000000b45 | TASK | create persistent directories 2025-09-30 14:20:53.388652 | fa163eff-7e2e-356a-281c-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-09-30 14:20:53.390485 | fa163eff-7e2e-356a-281c-000000000b45 | TIMING | create persistent directories | standalone | 0:01:57.122614 | 0.25s 2025-09-30 14:20:53.628906 | fa163eff-7e2e-356a-281c-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-09-30 14:20:53.630758 | fa163eff-7e2e-356a-281c-000000000b45 | TIMING | create persistent directories | standalone | 0:01:57.362898 | 0.49s 2025-09-30 14:20:53.641820 | fa163eff-7e2e-356a-281c-000000000b45 | TIMING | create persistent directories | standalone | 0:01:57.373944 | 0.50s 2025-09-30 14:20:53.668747 | fa163eff-7e2e-356a-281c-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-09-30 14:21:00.686087 | fa163eff-7e2e-356a-281c-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-09-30 14:21:00.687489 | fa163eff-7e2e-356a-281c-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:04.419628 | 7.02s 2025-09-30 14:21:00.712040 | fa163eff-7e2e-356a-281c-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-09-30 14:21:00.783956 | fa163eff-7e2e-356a-281c-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.72 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.25", " Catalog application: 0.26", " Config retrieval: 0.79", " Last run: 1759242060", " Total: 0.26", "Version:", " Config: 1759242059", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-09-30 14:21:00.785175 | fa163eff-7e2e-356a-281c-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:04.517314 | 0.07s 2025-09-30 14:21:00.810040 | fa163eff-7e2e-356a-281c-000000000b48 | TASK | create persistent directories 2025-09-30 14:21:01.039423 | fa163eff-7e2e-356a-281c-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 14:21:01.041217 | fa163eff-7e2e-356a-281c-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.773347 | 0.23s 2025-09-30 14:21:01.251074 | fa163eff-7e2e-356a-281c-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-09-30 14:21:01.252200 | fa163eff-7e2e-356a-281c-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.984341 | 0.44s 2025-09-30 14:21:01.258885 | fa163eff-7e2e-356a-281c-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.991016 | 0.45s 2025-09-30 14:21:01.285187 | fa163eff-7e2e-356a-281c-000000000b49 | TASK | create persistent directories 2025-09-30 14:21:01.543114 | fa163eff-7e2e-356a-281c-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 14:21:01.545448 | fa163eff-7e2e-356a-281c-000000000b49 | TIMING | create persistent directories | standalone | 0:02:05.277581 | 0.26s 2025-09-30 14:21:01.721010 | fa163eff-7e2e-356a-281c-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-09-30 14:21:01.722223 | fa163eff-7e2e-356a-281c-000000000b49 | TIMING | create persistent directories | standalone | 0:02:05.454363 | 0.44s 2025-09-30 14:21:01.729189 | fa163eff-7e2e-356a-281c-000000000b49 | TIMING | create persistent directories | standalone | 0:02:05.461321 | 0.44s 2025-09-30 14:21:01.755597 | fa163eff-7e2e-356a-281c-000000000b4a | TASK | create persistent directories 2025-09-30 14:21:02.004957 | fa163eff-7e2e-356a-281c-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-09-30 14:21:02.006349 | fa163eff-7e2e-356a-281c-000000000b4a | TIMING | create persistent directories | standalone | 0:02:05.738491 | 0.25s 2025-09-30 14:21:02.013475 | fa163eff-7e2e-356a-281c-000000000b4a | TIMING | create persistent directories | standalone | 0:02:05.745607 | 0.26s 2025-09-30 14:21:02.039306 | fa163eff-7e2e-356a-281c-000000000b4b | TASK | create persistent directories 2025-09-30 14:21:02.329373 | fa163eff-7e2e-356a-281c-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-09-30 14:21:02.331849 | fa163eff-7e2e-356a-281c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.063977 | 0.29s 2025-09-30 14:21:02.559992 | fa163eff-7e2e-356a-281c-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-09-30 14:21:02.561758 | fa163eff-7e2e-356a-281c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.293899 | 0.52s 2025-09-30 14:21:02.773169 | fa163eff-7e2e-356a-281c-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-09-30 14:21:02.774326 | fa163eff-7e2e-356a-281c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.506467 | 0.73s 2025-09-30 14:21:02.980919 | fa163eff-7e2e-356a-281c-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-09-30 14:21:02.982056 | fa163eff-7e2e-356a-281c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.714197 | 0.94s 2025-09-30 14:21:02.989173 | fa163eff-7e2e-356a-281c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.721308 | 0.95s 2025-09-30 14:21:03.011073 | fa163eff-7e2e-356a-281c-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-09-30 14:21:03.452122 | fa163eff-7e2e-356a-281c-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-09-30 14:21:03.453403 | fa163eff-7e2e-356a-281c-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:07.185544 | 0.44s 2025-09-30 14:21:03.474229 | fa163eff-7e2e-356a-281c-000000000b4d | TASK | create fcontext entry for iscsi 2025-09-30 14:21:04.753355 | fa163eff-7e2e-356a-281c-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-09-30 14:21:04.755380 | fa163eff-7e2e-356a-281c-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.487493 | 1.28s 2025-09-30 14:21:06.091080 | fa163eff-7e2e-356a-281c-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-09-30 14:21:06.093431 | fa163eff-7e2e-356a-281c-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.825571 | 2.62s 2025-09-30 14:21:07.356904 | fa163eff-7e2e-356a-281c-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-09-30 14:21:07.358196 | fa163eff-7e2e-356a-281c-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:11.090337 | 3.88s 2025-09-30 14:21:07.364937 | fa163eff-7e2e-356a-281c-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:11.097068 | 3.89s 2025-09-30 14:21:07.390357 | fa163eff-7e2e-356a-281c-000000000b4e | TASK | create persistent directories 2025-09-30 14:21:07.650636 | fa163eff-7e2e-356a-281c-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-09-30 14:21:07.652004 | fa163eff-7e2e-356a-281c-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.384143 | 0.26s 2025-09-30 14:21:07.887979 | fa163eff-7e2e-356a-281c-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-09-30 14:21:07.889118 | fa163eff-7e2e-356a-281c-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.621259 | 0.50s 2025-09-30 14:21:08.079960 | fa163eff-7e2e-356a-281c-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-09-30 14:21:08.081078 | fa163eff-7e2e-356a-281c-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.813219 | 0.69s 2025-09-30 14:21:08.088122 | fa163eff-7e2e-356a-281c-000000000b4e | TIMING | create persistent directories | standalone | 0:02:11.820253 | 0.70s 2025-09-30 14:21:08.114687 | fa163eff-7e2e-356a-281c-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-09-30 14:21:08.345040 | fa163eff-7e2e-356a-281c-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-09-30 14:21:08.346441 | fa163eff-7e2e-356a-281c-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:12.078578 | 0.23s 2025-09-30 14:21:08.371413 | fa163eff-7e2e-356a-281c-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-09-30 14:21:08.402819 | fa163eff-7e2e-356a-281c-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-09-30 14:21:08.404099 | fa163eff-7e2e-356a-281c-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:12.136235 | 0.03s 2025-09-30 14:21:08.428741 | fa163eff-7e2e-356a-281c-000000000b51 | TASK | Check if iscsi.service is enabled 2025-09-30 14:21:08.649384 | fa163eff-7e2e-356a-281c-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-09-30 14:21:08.650851 | fa163eff-7e2e-356a-281c-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:12.382988 | 0.22s 2025-09-30 14:21:08.676077 | fa163eff-7e2e-356a-281c-000000000b52 | TASK | Stop iscsi.service 2025-09-30 14:21:08.719389 | fa163eff-7e2e-356a-281c-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-09-30 14:21:08.720717 | fa163eff-7e2e-356a-281c-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:12.452854 | 0.04s 2025-09-30 14:21:08.773957 | fa163eff-7e2e-356a-281c-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:12.506085 | 0.03s 2025-09-30 14:21:08.874379 | fa163eff-7e2e-356a-281c-00000000104a | TASK | Install additional packages 2025-09-30 14:21:08.902122 | fa163eff-7e2e-356a-281c-00000000104a | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:12.634258 | 0.03s 2025-09-30 14:21:08.919705 | fa163eff-7e2e-356a-281c-00000000104b | TASK | Remove dracut-config-generic 2025-09-30 14:21:12.886176 | fa163eff-7e2e-356a-281c-00000000104b | CHANGED | Remove dracut-config-generic | standalone 2025-09-30 14:21:12.887684 | fa163eff-7e2e-356a-281c-00000000104b | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:16.619822 | 3.97s 2025-09-30 14:21:12.913645 | fa163eff-7e2e-356a-281c-00000000104c | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-09-30 14:21:13.148822 | fa163eff-7e2e-356a-281c-00000000104c | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-09-30 14:21:13.150390 | fa163eff-7e2e-356a-281c-00000000104c | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:16.882527 | 0.24s 2025-09-30 14:21:13.175845 | fa163eff-7e2e-356a-281c-00000000104d | TASK | Write list of modules to load at boot 2025-09-30 14:21:13.677712 | fa163eff-7e2e-356a-281c-00000000104d | CHANGED | Write list of modules to load at boot | standalone 2025-09-30 14:21:13.679368 | fa163eff-7e2e-356a-281c-00000000104d | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:17.411498 | 0.50s 2025-09-30 14:21:13.707918 | fa163eff-7e2e-356a-281c-00000000104e | TASK | Modules reload 2025-09-30 14:21:14.134745 | fa163eff-7e2e-356a-281c-00000000104e | CHANGED | Modules reload | standalone 2025-09-30 14:21:14.136764 | fa163eff-7e2e-356a-281c-00000000104e | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:17.868901 | 0.43s 2025-09-30 14:21:14.163405 | fa163eff-7e2e-356a-281c-00000000104f | TASK | Set default sysctl options 2025-09-30 14:21:14.641770 | fa163eff-7e2e-356a-281c-00000000104f | CHANGED | Set default sysctl options | standalone 2025-09-30 14:21:14.643192 | fa163eff-7e2e-356a-281c-00000000104f | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:18.375331 | 0.48s 2025-09-30 14:21:14.668862 | fa163eff-7e2e-356a-281c-000000001050 | TASK | Set extra sysctl options 2025-09-30 14:21:15.093048 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-09-30 14:21:15.095010 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.827146 | 0.42s 2025-09-30 14:21:15.368601 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-09-30 14:21:15.369236 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.101385 | 0.70s 2025-09-30 14:21:15.628162 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-09-30 14:21:15.628959 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.361105 | 0.96s 2025-09-30 14:21:15.846192 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-09-30 14:21:15.847530 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.579673 | 1.18s 2025-09-30 14:21:16.058928 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-09-30 14:21:16.060580 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.792691 | 1.39s 2025-09-30 14:21:16.311621 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-09-30 14:21:16.312240 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.044390 | 1.64s 2025-09-30 14:21:16.518691 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-09-30 14:21:16.519328 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.251477 | 1.85s 2025-09-30 14:21:16.735576 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-09-30 14:21:16.736788 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.468937 | 2.07s 2025-09-30 14:21:16.944789 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-09-30 14:21:16.945755 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.677897 | 2.27s 2025-09-30 14:21:17.207414 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-09-30 14:21:17.209327 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.941463 | 2.54s 2025-09-30 14:21:17.452220 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-09-30 14:21:17.452872 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.185020 | 2.78s 2025-09-30 14:21:17.706045 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-09-30 14:21:17.707033 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.439175 | 3.04s 2025-09-30 14:21:17.924837 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-09-30 14:21:17.926468 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.658610 | 3.26s 2025-09-30 14:21:18.189524 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-09-30 14:21:18.191000 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.923135 | 3.52s 2025-09-30 14:21:18.424984 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-09-30 14:21:18.426377 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.158513 | 3.76s 2025-09-30 14:21:18.676420 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-09-30 14:21:18.677417 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.409559 | 4.01s 2025-09-30 14:21:18.945225 | fa163eff-7e2e-356a-281c-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-09-30 14:21:18.946846 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.678988 | 4.28s 2025-09-30 14:21:18.959521 | fa163eff-7e2e-356a-281c-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.691654 | 4.29s 2025-09-30 14:21:18.987706 | fa163eff-7e2e-356a-281c-000000001052 | TASK | Sysctl reload 2025-09-30 14:21:19.443499 | fa163eff-7e2e-356a-281c-000000001052 | CHANGED | Sysctl reload | standalone 2025-09-30 14:21:19.445482 | fa163eff-7e2e-356a-281c-000000001052 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:23.177619 | 0.46s 2025-09-30 14:21:19.496720 | fa163eff-7e2e-356a-281c-000000000b54 | TASK | create persistent directories 2025-09-30 14:21:19.750944 | fa163eff-7e2e-356a-281c-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-09-30 14:21:19.753441 | fa163eff-7e2e-356a-281c-000000000b54 | TIMING | create persistent directories | standalone | 0:02:23.485571 | 0.26s 2025-09-30 14:21:19.962441 | fa163eff-7e2e-356a-281c-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-09-30 14:21:19.963635 | fa163eff-7e2e-356a-281c-000000000b54 | TIMING | create persistent directories | standalone | 0:02:23.695772 | 0.47s 2025-09-30 14:21:19.970120 | fa163eff-7e2e-356a-281c-000000000b54 | TIMING | create persistent directories | standalone | 0:02:23.702257 | 0.47s 2025-09-30 14:21:19.991537 | fa163eff-7e2e-356a-281c-000000000b55 | TASK | Check if file certs_valid exist 2025-09-30 14:21:20.219988 | fa163eff-7e2e-356a-281c-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-09-30 14:21:20.221389 | fa163eff-7e2e-356a-281c-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:23.953526 | 0.23s 2025-09-30 14:21:20.246895 | fa163eff-7e2e-356a-281c-000000000b56 | TASK | Check if file cert9.db exist 2025-09-30 14:21:20.497847 | fa163eff-7e2e-356a-281c-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-09-30 14:21:20.499267 | fa163eff-7e2e-356a-281c-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:24.231404 | 0.25s 2025-09-30 14:21:20.525700 | fa163eff-7e2e-356a-281c-000000000b57 | TASK | Check if file key4.db exist 2025-09-30 14:21:20.746027 | fa163eff-7e2e-356a-281c-000000000b57 | OK | Check if file key4.db exist | standalone 2025-09-30 14:21:20.747484 | fa163eff-7e2e-356a-281c-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:24.479622 | 0.22s 2025-09-30 14:21:20.813179 | fa163eff-7e2e-356a-281c-000000000b58 | SKIPPED | fail | standalone 2025-09-30 14:21:20.814394 | fa163eff-7e2e-356a-281c-000000000b58 | TIMING | fail | standalone | 0:02:24.546531 | 0.04s 2025-09-30 14:21:20.838887 | fa163eff-7e2e-356a-281c-000000000b59 | TASK | Create persistent directories 2025-09-30 14:21:21.112340 | fa163eff-7e2e-356a-281c-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 14:21:21.114526 | fa163eff-7e2e-356a-281c-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:24.846663 | 0.27s 2025-09-30 14:21:21.360930 | fa163eff-7e2e-356a-281c-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-09-30 14:21:21.362171 | fa163eff-7e2e-356a-281c-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:25.094312 | 0.52s 2025-09-30 14:21:21.369539 | fa163eff-7e2e-356a-281c-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:25.101669 | 0.53s 2025-09-30 14:21:21.396516 | fa163eff-7e2e-356a-281c-000000000b5a | TASK | create persistent directories 2025-09-30 14:21:21.655639 | fa163eff-7e2e-356a-281c-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 14:21:21.657101 | fa163eff-7e2e-356a-281c-000000000b5a | TIMING | create persistent directories | standalone | 0:02:25.389238 | 0.26s 2025-09-30 14:21:21.663482 | fa163eff-7e2e-356a-281c-000000000b5a | TIMING | create persistent directories | standalone | 0:02:25.395616 | 0.27s 2025-09-30 14:21:21.690252 | fa163eff-7e2e-356a-281c-000000000b5b | TASK | create persistent directories 2025-09-30 14:21:21.959009 | fa163eff-7e2e-356a-281c-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-09-30 14:21:21.960837 | fa163eff-7e2e-356a-281c-000000000b5b | TIMING | create persistent directories | standalone | 0:02:25.692968 | 0.27s 2025-09-30 14:21:22.162646 | fa163eff-7e2e-356a-281c-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-09-30 14:21:22.163875 | fa163eff-7e2e-356a-281c-000000000b5b | TIMING | create persistent directories | standalone | 0:02:25.896017 | 0.47s 2025-09-30 14:21:22.174276 | fa163eff-7e2e-356a-281c-000000000b5b | TIMING | create persistent directories | standalone | 0:02:25.906410 | 0.48s 2025-09-30 14:21:22.199510 | fa163eff-7e2e-356a-281c-000000000b5c | TASK | create persistent directories 2025-09-30 14:21:22.404532 | fa163eff-7e2e-356a-281c-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-09-30 14:21:22.406380 | fa163eff-7e2e-356a-281c-000000000b5c | TIMING | create persistent directories | standalone | 0:02:26.138523 | 0.21s 2025-09-30 14:21:22.416901 | fa163eff-7e2e-356a-281c-000000000b5c | TIMING | create persistent directories | standalone | 0:02:26.149036 | 0.22s 2025-09-30 14:21:22.441711 | fa163eff-7e2e-356a-281c-000000000b5d | TASK | create persistent directories 2025-09-30 14:21:22.728684 | fa163eff-7e2e-356a-281c-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-09-30 14:21:22.730634 | fa163eff-7e2e-356a-281c-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.462714 | 0.29s 2025-09-30 14:21:22.958282 | fa163eff-7e2e-356a-281c-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-09-30 14:21:22.959481 | fa163eff-7e2e-356a-281c-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.691621 | 0.52s 2025-09-30 14:21:23.201933 | fa163eff-7e2e-356a-281c-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-09-30 14:21:23.203889 | fa163eff-7e2e-356a-281c-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.936028 | 0.76s 2025-09-30 14:21:23.214970 | fa163eff-7e2e-356a-281c-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.947105 | 0.77s 2025-09-30 14:21:23.240748 | fa163eff-7e2e-356a-281c-000000000b5e | TASK | create persistent directories 2025-09-30 14:21:23.506797 | fa163eff-7e2e-356a-281c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-09-30 14:21:23.508669 | fa163eff-7e2e-356a-281c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.240800 | 0.27s 2025-09-30 14:21:23.723705 | fa163eff-7e2e-356a-281c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-09-30 14:21:23.724891 | fa163eff-7e2e-356a-281c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.457031 | 0.48s 2025-09-30 14:21:23.731810 | fa163eff-7e2e-356a-281c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.463770 | 0.49s 2025-09-30 14:21:23.757762 | fa163eff-7e2e-356a-281c-000000000b5f | TASK | create persistent directories 2025-09-30 14:21:24.012798 | fa163eff-7e2e-356a-281c-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-09-30 14:21:24.013837 | fa163eff-7e2e-356a-281c-000000000b5f | TIMING | create persistent directories | standalone | 0:02:27.745981 | 0.25s 2025-09-30 14:21:24.018261 | fa163eff-7e2e-356a-281c-000000000b5f | TIMING | create persistent directories | standalone | 0:02:27.750394 | 0.26s 2025-09-30 14:21:24.043432 | fa163eff-7e2e-356a-281c-000000000b60 | TASK | creating directory 2025-09-30 14:21:24.249997 | fa163eff-7e2e-356a-281c-000000000b60 | CHANGED | creating directory | standalone 2025-09-30 14:21:24.251391 | fa163eff-7e2e-356a-281c-000000000b60 | TIMING | creating directory | standalone | 0:02:27.983531 | 0.21s 2025-09-30 14:21:24.276071 | fa163eff-7e2e-356a-281c-000000000b61 | TASK | derive pci passthrough whitelist 2025-09-30 14:21:24.727094 | fa163eff-7e2e-356a-281c-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-09-30 14:21:24.728465 | fa163eff-7e2e-356a-281c-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:28.460604 | 0.45s 2025-09-30 14:21:24.753077 | fa163eff-7e2e-356a-281c-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-09-30 14:21:25.559239 | fa163eff-7e2e-356a-281c-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-09-30 14:21:25.560634 | fa163eff-7e2e-356a-281c-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:29.292773 | 0.81s 2025-09-30 14:21:25.585517 | fa163eff-7e2e-356a-281c-000000000b63 | TASK | create /run/netns with temp namespace 2025-09-30 14:21:25.812137 | fa163eff-7e2e-356a-281c-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-09-30 14:21:25.813435 | fa163eff-7e2e-356a-281c-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:29.545574 | 0.23s 2025-09-30 14:21:25.837834 | fa163eff-7e2e-356a-281c-000000000b64 | TASK | remove temp namespace 2025-09-30 14:21:26.082945 | fa163eff-7e2e-356a-281c-000000000b64 | CHANGED | remove temp namespace | standalone 2025-09-30 14:21:26.084166 | fa163eff-7e2e-356a-281c-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:29.816306 | 0.24s 2025-09-30 14:21:26.108950 | fa163eff-7e2e-356a-281c-000000000b65 | TASK | create /var/lib/neutron 2025-09-30 14:21:26.343072 | fa163eff-7e2e-356a-281c-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-09-30 14:21:26.344435 | fa163eff-7e2e-356a-281c-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:30.076575 | 0.23s 2025-09-30 14:21:26.369129 | fa163eff-7e2e-356a-281c-000000000b66 | TASK | set conditions 2025-09-30 14:21:26.401706 | fa163eff-7e2e-356a-281c-000000000b66 | OK | set conditions | standalone 2025-09-30 14:21:26.403294 | fa163eff-7e2e-356a-281c-000000000b66 | TIMING | set conditions | standalone | 0:02:30.135428 | 0.03s 2025-09-30 14:21:26.428519 | fa163eff-7e2e-356a-281c-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-09-30 14:21:26.666210 | fa163eff-7e2e-356a-281c-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-09-30 14:21:26.667622 | fa163eff-7e2e-356a-281c-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:30.399760 | 0.24s 2025-09-30 14:21:26.691967 | fa163eff-7e2e-356a-281c-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-09-30 14:21:27.155730 | fa163eff-7e2e-356a-281c-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-09-30 14:21:27.158053 | fa163eff-7e2e-356a-281c-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:30.890197 | 0.46s 2025-09-30 14:21:27.179652 | fa163eff-7e2e-356a-281c-000000000b69 | TASK | create haproxy kill script 2025-09-30 14:21:27.653734 | fa163eff-7e2e-356a-281c-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-09-30 14:21:27.655704 | fa163eff-7e2e-356a-281c-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:31.387848 | 0.47s 2025-09-30 14:21:27.678096 | fa163eff-7e2e-356a-281c-000000000b6a | TASK | create persistent directories 2025-09-30 14:21:27.927751 | fa163eff-7e2e-356a-281c-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 14:21:27.929488 | fa163eff-7e2e-356a-281c-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.661620 | 0.25s 2025-09-30 14:21:28.136991 | fa163eff-7e2e-356a-281c-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-09-30 14:21:28.138759 | fa163eff-7e2e-356a-281c-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.870905 | 0.46s 2025-09-30 14:21:28.149609 | fa163eff-7e2e-356a-281c-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.881743 | 0.47s 2025-09-30 14:21:28.175965 | fa163eff-7e2e-356a-281c-000000000b6b | TASK | create persistent directories 2025-09-30 14:21:28.423483 | fa163eff-7e2e-356a-281c-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 14:21:28.425227 | fa163eff-7e2e-356a-281c-000000000b6b | TIMING | create persistent directories | standalone | 0:02:32.157370 | 0.25s 2025-09-30 14:21:28.435862 | fa163eff-7e2e-356a-281c-000000000b6b | TIMING | create persistent directories | standalone | 0:02:32.167995 | 0.26s 2025-09-30 14:21:28.461176 | fa163eff-7e2e-356a-281c-000000000b6c | TASK | create persistent directories 2025-09-30 14:21:28.704255 | fa163eff-7e2e-356a-281c-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-09-30 14:21:28.706777 | fa163eff-7e2e-356a-281c-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.438907 | 0.24s 2025-09-30 14:21:28.936654 | fa163eff-7e2e-356a-281c-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-09-30 14:21:28.938618 | fa163eff-7e2e-356a-281c-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.670757 | 0.48s 2025-09-30 14:21:28.949379 | fa163eff-7e2e-356a-281c-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.681512 | 0.49s 2025-09-30 14:21:28.975330 | fa163eff-7e2e-356a-281c-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-09-30 14:21:29.191332 | fa163eff-7e2e-356a-281c-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-09-30 14:21:29.192764 | fa163eff-7e2e-356a-281c-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:32.924901 | 0.22s 2025-09-30 14:21:29.218175 | fa163eff-7e2e-356a-281c-000000000b6e | TASK | create persistent directories 2025-09-30 14:21:29.463061 | fa163eff-7e2e-356a-281c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-09-30 14:21:29.464838 | fa163eff-7e2e-356a-281c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.196969 | 0.24s 2025-09-30 14:21:29.658830 | fa163eff-7e2e-356a-281c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-09-30 14:21:29.660024 | fa163eff-7e2e-356a-281c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.392165 | 0.44s 2025-09-30 14:21:29.836873 | fa163eff-7e2e-356a-281c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-09-30 14:21:29.838772 | fa163eff-7e2e-356a-281c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.570913 | 0.62s 2025-09-30 14:21:30.012843 | fa163eff-7e2e-356a-281c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-09-30 14:21:30.014683 | fa163eff-7e2e-356a-281c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.746825 | 0.79s 2025-09-30 14:21:30.166850 | fa163eff-7e2e-356a-281c-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-09-30 14:21:30.168815 | fa163eff-7e2e-356a-281c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.900951 | 0.95s 2025-09-30 14:21:30.180473 | fa163eff-7e2e-356a-281c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.912605 | 0.96s 2025-09-30 14:21:30.208688 | fa163eff-7e2e-356a-281c-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-09-30 14:21:30.673776 | fa163eff-7e2e-356a-281c-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-09-30 14:21:30.675458 | fa163eff-7e2e-356a-281c-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:34.407596 | 0.47s 2025-09-30 14:21:30.702008 | fa163eff-7e2e-356a-281c-000000000b70 | TASK | create tempfiles 2025-09-30 14:21:30.943000 | fa163eff-7e2e-356a-281c-000000000b70 | CHANGED | create tempfiles | standalone 2025-09-30 14:21:30.944583 | fa163eff-7e2e-356a-281c-000000000b70 | TIMING | create tempfiles | standalone | 0:02:34.676690 | 0.24s 2025-09-30 14:21:30.969729 | fa163eff-7e2e-356a-281c-000000000b71 | TASK | Mount Nova NFS Share 2025-09-30 14:21:31.000257 | fa163eff-7e2e-356a-281c-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-09-30 14:21:31.001467 | fa163eff-7e2e-356a-281c-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:34.733604 | 0.03s 2025-09-30 14:21:31.027410 | fa163eff-7e2e-356a-281c-000000000b73 | TASK | check systemd-container package installed or not 2025-09-30 14:21:31.057851 | fa163eff-7e2e-356a-281c-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-09-30 14:21:31.059405 | fa163eff-7e2e-356a-281c-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:34.791542 | 0.03s 2025-09-30 14:21:31.084586 | fa163eff-7e2e-356a-281c-000000000b74 | TASK | get latest package from downloaded package versions 2025-09-30 14:21:31.115794 | fa163eff-7e2e-356a-281c-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-09-30 14:21:31.116948 | fa163eff-7e2e-356a-281c-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:34.849085 | 0.03s 2025-09-30 14:21:31.143163 | fa163eff-7e2e-356a-281c-000000000b75 | TASK | Install systemd-container package on boot 2025-09-30 14:21:31.172864 | fa163eff-7e2e-356a-281c-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-09-30 14:21:31.174187 | fa163eff-7e2e-356a-281c-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:34.906321 | 0.03s 2025-09-30 14:21:31.199655 | fa163eff-7e2e-356a-281c-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-09-30 14:21:31.229469 | fa163eff-7e2e-356a-281c-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-09-30 14:21:31.230789 | fa163eff-7e2e-356a-281c-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:34.962927 | 0.03s 2025-09-30 14:21:31.256304 | fa163eff-7e2e-356a-281c-000000000b77 | TASK | check if install-systemd-container service exists 2025-09-30 14:21:31.288215 | fa163eff-7e2e-356a-281c-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-09-30 14:21:31.289375 | fa163eff-7e2e-356a-281c-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:35.021512 | 0.03s 2025-09-30 14:21:31.314408 | fa163eff-7e2e-356a-281c-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-09-30 14:21:31.347023 | fa163eff-7e2e-356a-281c-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-09-30 14:21:31.348300 | fa163eff-7e2e-356a-281c-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:35.080438 | 0.03s 2025-09-30 14:21:31.373199 | fa163eff-7e2e-356a-281c-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-09-30 14:21:31.404952 | fa163eff-7e2e-356a-281c-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-09-30 14:21:31.406226 | fa163eff-7e2e-356a-281c-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:35.138364 | 0.03s 2025-09-30 14:21:31.431319 | fa163eff-7e2e-356a-281c-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-09-30 14:21:31.461488 | fa163eff-7e2e-356a-281c-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-09-30 14:21:31.462868 | fa163eff-7e2e-356a-281c-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:35.195005 | 0.03s 2025-09-30 14:21:31.487735 | fa163eff-7e2e-356a-281c-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-09-30 14:21:31.517349 | fa163eff-7e2e-356a-281c-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-09-30 14:21:31.520096 | fa163eff-7e2e-356a-281c-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.252232 | 0.03s 2025-09-30 14:21:31.545711 | fa163eff-7e2e-356a-281c-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-09-30 14:21:31.576375 | fa163eff-7e2e-356a-281c-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-09-30 14:21:31.578120 | fa163eff-7e2e-356a-281c-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.310252 | 0.03s 2025-09-30 14:21:31.604340 | fa163eff-7e2e-356a-281c-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-09-30 14:21:31.636839 | fa163eff-7e2e-356a-281c-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-09-30 14:21:31.638432 | fa163eff-7e2e-356a-281c-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:35.370567 | 0.03s 2025-09-30 14:21:31.673429 | fa163eff-7e2e-356a-281c-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-09-30 14:21:31.705231 | fa163eff-7e2e-356a-281c-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-09-30 14:21:31.706744 | fa163eff-7e2e-356a-281c-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:35.438881 | 0.03s 2025-09-30 14:21:31.733875 | fa163eff-7e2e-356a-281c-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-09-30 14:21:31.756585 | fa163eff-7e2e-356a-281c-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-09-30 14:21:31.758018 | fa163eff-7e2e-356a-281c-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.490156 | 0.02s 2025-09-30 14:21:31.783724 | fa163eff-7e2e-356a-281c-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-09-30 14:21:31.812843 | fa163eff-7e2e-356a-281c-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-09-30 14:21:31.813983 | fa163eff-7e2e-356a-281c-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.546122 | 0.03s 2025-09-30 14:21:31.839777 | fa163eff-7e2e-356a-281c-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-09-30 14:21:31.870797 | fa163eff-7e2e-356a-281c-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-09-30 14:21:31.872036 | fa163eff-7e2e-356a-281c-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:35.604176 | 0.03s 2025-09-30 14:21:31.897201 | fa163eff-7e2e-356a-281c-000000000b86 | TASK | install nova-compute delay wrapper script 2025-09-30 14:21:31.950490 | fa163eff-7e2e-356a-281c-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-09-30 14:21:31.952146 | fa163eff-7e2e-356a-281c-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:35.684277 | 0.05s 2025-09-30 14:21:31.970486 | fa163eff-7e2e-356a-281c-000000000b87 | TASK | Is irqbalance enabled 2025-09-30 14:21:31.989959 | fa163eff-7e2e-356a-281c-000000000b87 | OK | Is irqbalance enabled | standalone 2025-09-30 14:21:31.990887 | fa163eff-7e2e-356a-281c-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:35.723031 | 0.02s 2025-09-30 14:21:32.007660 | fa163eff-7e2e-356a-281c-000000000b88 | TASK | disable irqbalance service on compute 2025-09-30 14:21:32.026743 | fa163eff-7e2e-356a-281c-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-09-30 14:21:32.027731 | fa163eff-7e2e-356a-281c-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:35.759875 | 0.02s 2025-09-30 14:21:32.048020 | fa163eff-7e2e-356a-281c-000000000b89 | TASK | create persistent directories 2025-09-30 14:21:32.273649 | fa163eff-7e2e-356a-281c-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-09-30 14:21:32.274693 | fa163eff-7e2e-356a-281c-000000000b89 | TIMING | create persistent directories | standalone | 0:02:36.006827 | 0.23s 2025-09-30 14:21:32.286295 | fa163eff-7e2e-356a-281c-000000000b89 | TIMING | create persistent directories | standalone | 0:02:36.018433 | 0.24s 2025-09-30 14:21:32.308220 | fa163eff-7e2e-356a-281c-000000000b8a | TASK | create libvirt persistent data directories 2025-09-30 14:21:32.580376 | fa163eff-7e2e-356a-281c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-09-30 14:21:32.582480 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.314614 | 0.27s 2025-09-30 14:21:32.795532 | fa163eff-7e2e-356a-281c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-09-30 14:21:32.796234 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.528383 | 0.49s 2025-09-30 14:21:32.992801 | fa163eff-7e2e-356a-281c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-09-30 14:21:32.993468 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.725616 | 0.68s 2025-09-30 14:21:33.199755 | fa163eff-7e2e-356a-281c-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-09-30 14:21:33.201596 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.933698 | 0.89s 2025-09-30 14:21:33.401803 | fa163eff-7e2e-356a-281c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-09-30 14:21:33.403001 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.135142 | 1.09s 2025-09-30 14:21:33.641165 | fa163eff-7e2e-356a-281c-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-09-30 14:21:33.642999 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.375140 | 1.33s 2025-09-30 14:21:33.883901 | fa163eff-7e2e-356a-281c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-09-30 14:21:33.884604 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.616754 | 1.58s 2025-09-30 14:21:34.049299 | fa163eff-7e2e-356a-281c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-09-30 14:21:34.049982 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.782132 | 1.74s 2025-09-30 14:21:34.063265 | fa163eff-7e2e-356a-281c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.795402 | 1.75s 2025-09-30 14:21:34.083940 | fa163eff-7e2e-356a-281c-000000000b8b | TASK | ensure qemu group is present on the host 2025-09-30 14:21:34.699175 | fa163eff-7e2e-356a-281c-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-09-30 14:21:34.701813 | fa163eff-7e2e-356a-281c-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:38.433939 | 0.62s 2025-09-30 14:21:34.728425 | fa163eff-7e2e-356a-281c-000000000b8c | TASK | ensure qemu user is present on the host 2025-09-30 14:21:35.440772 | fa163eff-7e2e-356a-281c-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-09-30 14:21:35.442645 | fa163eff-7e2e-356a-281c-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:39.174777 | 0.71s 2025-09-30 14:21:35.472110 | fa163eff-7e2e-356a-281c-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-09-30 14:21:35.741049 | fa163eff-7e2e-356a-281c-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-09-30 14:21:35.742841 | fa163eff-7e2e-356a-281c-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:39.474974 | 0.27s 2025-09-30 14:21:35.769487 | fa163eff-7e2e-356a-281c-000000000b8e | TASK | check if libvirt is installed 2025-09-30 14:21:36.018596 | fa163eff-7e2e-356a-281c-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-09-30 14:21:36.020373 | fa163eff-7e2e-356a-281c-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:39.752504 | 0.25s 2025-09-30 14:21:36.049465 | fa163eff-7e2e-356a-281c-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-09-30 14:21:36.095740 | fa163eff-7e2e-356a-281c-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-09-30 14:21:36.106491 | fa163eff-7e2e-356a-281c-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-09-30 14:21:36.125282 | fa163eff-7e2e-356a-281c-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:39.857395 | 0.07s 2025-09-30 14:21:36.153716 | fa163eff-7e2e-356a-281c-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-09-30 14:21:36.646104 | fa163eff-7e2e-356a-281c-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-09-30 14:21:36.647802 | fa163eff-7e2e-356a-281c-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:40.379940 | 0.49s 2025-09-30 14:21:36.669101 | fa163eff-7e2e-356a-281c-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-09-30 14:21:37.665329 | fa163eff-7e2e-356a-281c-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-09-30 14:21:37.667468 | fa163eff-7e2e-356a-281c-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:41.399606 | 1.00s 2025-09-30 14:21:37.694040 | fa163eff-7e2e-356a-281c-000000000b92 | TASK | Create libvirt persistent data directories 2025-09-30 14:21:37.940504 | fa163eff-7e2e-356a-281c-000000000b92 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-09-30 14:21:37.942842 | fa163eff-7e2e-356a-281c-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.674977 | 0.25s 2025-09-30 14:21:37.953311 | fa163eff-7e2e-356a-281c-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.685433 | 0.26s 2025-09-30 14:21:37.976172 | fa163eff-7e2e-356a-281c-000000000b93 | TASK | create persistent directories 2025-09-30 14:21:38.257887 | fa163eff-7e2e-356a-281c-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-09-30 14:21:38.260220 | fa163eff-7e2e-356a-281c-000000000b93 | TIMING | create persistent directories | standalone | 0:02:41.992351 | 0.28s 2025-09-30 14:21:38.481437 | fa163eff-7e2e-356a-281c-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-09-30 14:21:38.482654 | fa163eff-7e2e-356a-281c-000000000b93 | TIMING | create persistent directories | standalone | 0:02:42.214796 | 0.50s 2025-09-30 14:21:38.489522 | fa163eff-7e2e-356a-281c-000000000b93 | TIMING | create persistent directories | standalone | 0:02:42.221656 | 0.51s 2025-09-30 14:21:38.518303 | fa163eff-7e2e-356a-281c-000000000b94 | TASK | Copy in cleanup script 2025-09-30 14:21:39.027132 | fa163eff-7e2e-356a-281c-000000000b94 | CHANGED | Copy in cleanup script | standalone 2025-09-30 14:21:39.029011 | fa163eff-7e2e-356a-281c-000000000b94 | TIMING | Copy in cleanup script | standalone | 0:02:42.761141 | 0.51s 2025-09-30 14:21:39.053655 | fa163eff-7e2e-356a-281c-000000000b95 | TASK | Copy in cleanup service 2025-09-30 14:21:39.499439 | fa163eff-7e2e-356a-281c-000000000b95 | CHANGED | Copy in cleanup service | standalone 2025-09-30 14:21:39.500976 | fa163eff-7e2e-356a-281c-000000000b95 | TIMING | Copy in cleanup service | standalone | 0:02:43.233114 | 0.45s 2025-09-30 14:21:39.525322 | fa163eff-7e2e-356a-281c-000000000b96 | TASK | Enabling the cleanup service 2025-09-30 14:21:40.160149 | fa163eff-7e2e-356a-281c-000000000b96 | CHANGED | Enabling the cleanup service | standalone 2025-09-30 14:21:40.162141 | fa163eff-7e2e-356a-281c-000000000b96 | TIMING | Enabling the cleanup service | standalone | 0:02:43.894280 | 0.64s 2025-09-30 14:21:40.188706 | fa163eff-7e2e-356a-281c-000000000b97 | TASK | create persistent directories 2025-09-30 14:21:40.448526 | fa163eff-7e2e-356a-281c-000000000b97 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-09-30 14:21:40.450456 | fa163eff-7e2e-356a-281c-000000000b97 | TIMING | create persistent directories | standalone | 0:02:44.182594 | 0.26s 2025-09-30 14:21:40.635849 | fa163eff-7e2e-356a-281c-000000000b97 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-09-30 14:21:40.637432 | fa163eff-7e2e-356a-281c-000000000b97 | TIMING | create persistent directories | standalone | 0:02:44.369577 | 0.45s 2025-09-30 14:21:40.648360 | fa163eff-7e2e-356a-281c-000000000b97 | TIMING | create persistent directories | standalone | 0:02:44.380466 | 0.46s 2025-09-30 14:21:40.676114 | fa163eff-7e2e-356a-281c-000000000b98 | TASK | set conditions 2025-09-30 14:21:40.707456 | fa163eff-7e2e-356a-281c-000000000b98 | OK | set conditions | standalone 2025-09-30 14:21:40.708964 | fa163eff-7e2e-356a-281c-000000000b98 | TIMING | set conditions | standalone | 0:02:44.441110 | 0.03s 2025-09-30 14:21:40.726655 | fa163eff-7e2e-356a-281c-000000000b99 | TASK | create persistent directories 2025-09-30 14:21:40.976165 | fa163eff-7e2e-356a-281c-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 14:21:40.977634 | fa163eff-7e2e-356a-281c-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.709774 | 0.25s 2025-09-30 14:21:41.198326 | fa163eff-7e2e-356a-281c-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-09-30 14:21:41.199311 | fa163eff-7e2e-356a-281c-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.931456 | 0.47s 2025-09-30 14:21:41.375683 | fa163eff-7e2e-356a-281c-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-09-30 14:21:41.376724 | fa163eff-7e2e-356a-281c-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.108868 | 0.65s 2025-09-30 14:21:41.382434 | fa163eff-7e2e-356a-281c-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.114553 | 0.65s 2025-09-30 14:21:41.405563 | fa163eff-7e2e-356a-281c-000000000b9a | TASK | ensure /run/octavia is present upon reboot 2025-09-30 14:21:41.891928 | fa163eff-7e2e-356a-281c-000000000b9a | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-09-30 14:21:41.893340 | fa163eff-7e2e-356a-281c-000000000b9a | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:45.625479 | 0.49s 2025-09-30 14:21:41.914556 | fa163eff-7e2e-356a-281c-000000000b9b | TASK | create persistent directories 2025-09-30 14:21:42.148074 | fa163eff-7e2e-356a-281c-000000000b9b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 14:21:42.149997 | fa163eff-7e2e-356a-281c-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.882139 | 0.23s 2025-09-30 14:21:42.351454 | fa163eff-7e2e-356a-281c-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-09-30 14:21:42.353140 | fa163eff-7e2e-356a-281c-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.085281 | 0.44s 2025-09-30 14:21:42.363523 | fa163eff-7e2e-356a-281c-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.095667 | 0.45s 2025-09-30 14:21:42.389301 | fa163eff-7e2e-356a-281c-000000000b9c | TASK | create empty log files 2025-09-30 14:21:42.664510 | fa163eff-7e2e-356a-281c-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-09-30 14:21:42.666782 | fa163eff-7e2e-356a-281c-000000000b9c | TIMING | create empty log files | standalone | 0:02:46.398911 | 0.28s 2025-09-30 14:21:42.878000 | fa163eff-7e2e-356a-281c-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-09-30 14:21:42.879844 | fa163eff-7e2e-356a-281c-000000000b9c | TIMING | create empty log files | standalone | 0:02:46.611984 | 0.49s 2025-09-30 14:21:42.891043 | fa163eff-7e2e-356a-281c-000000000b9c | TIMING | create empty log files | standalone | 0:02:46.623178 | 0.50s 2025-09-30 14:21:42.916467 | fa163eff-7e2e-356a-281c-000000000b9d | TASK | create persistent directories 2025-09-30 14:21:43.158099 | fa163eff-7e2e-356a-281c-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-09-30 14:21:43.160128 | fa163eff-7e2e-356a-281c-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.892265 | 0.24s 2025-09-30 14:21:43.170368 | fa163eff-7e2e-356a-281c-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.902504 | 0.25s 2025-09-30 14:21:43.195370 | fa163eff-7e2e-356a-281c-000000000b9f | TASK | Ensure packages required for configuring octavia are present 2025-09-30 14:21:46.073057 | fa163eff-7e2e-356a-281c-000000000b9f | OK | Ensure packages required for configuring octavia are present | standalone 2025-09-30 14:21:46.074768 | fa163eff-7e2e-356a-281c-000000000b9f | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:49.806906 | 2.88s 2025-09-30 14:21:46.116174 | fa163eff-7e2e-356a-281c-000000000ba1 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:49.848299 | 0.02s 2025-09-30 14:21:46.165538 | fa163eff-7e2e-356a-281c-000000001298 | TASK | Gather variables for each operating system 2025-09-30 14:21:46.280456 | fa163eff-7e2e-356a-281c-000000001298 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:50.012573 | 0.11s 2025-09-30 14:21:46.308012 | fa163eff-7e2e-356a-281c-000000001299 | TASK | Set packages facts 2025-09-30 14:21:46.360908 | fa163eff-7e2e-356a-281c-000000001299 | OK | Set packages facts | standalone 2025-09-30 14:21:46.362674 | fa163eff-7e2e-356a-281c-000000001299 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:50.094807 | 0.05s 2025-09-30 14:21:46.389756 | fa163eff-7e2e-356a-281c-00000000129a | TASK | Manage package 2025-09-30 14:21:46.453590 | fa163eff-7e2e-356a-281c-00000000129a | SKIPPED | Manage package | standalone | item=[]: absent 2025-09-30 14:21:46.473124 | fa163eff-7e2e-356a-281c-00000000129a | SKIPPED | Manage package | standalone | item=[]: installed 2025-09-30 14:21:46.493582 | fa163eff-7e2e-356a-281c-00000000129a | SKIPPED | Manage package | standalone | item=[]: latest 2025-09-30 14:21:51.025279 | fa163eff-7e2e-356a-281c-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.757413 | 4.63s 2025-09-30 14:21:51.050023 | fa163eff-7e2e-356a-281c-00000000129a | SKIPPED | Manage package | standalone | item=[]: removed 2025-09-30 14:21:51.058234 | fa163eff-7e2e-356a-281c-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.790372 | 4.67s 2025-09-30 14:21:51.105878 | fa163eff-7e2e-356a-281c-000000000ba2 | TASK | create fcontext for rabbitmq data 2025-09-30 14:21:52.421035 | fa163eff-7e2e-356a-281c-000000000ba2 | CHANGED | create fcontext for rabbitmq data | standalone 2025-09-30 14:21:52.422845 | fa163eff-7e2e-356a-281c-000000000ba2 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:56.154983 | 1.32s 2025-09-30 14:21:52.448256 | fa163eff-7e2e-356a-281c-000000000ba3 | TASK | create persistent directories 2025-09-30 14:21:52.721467 | fa163eff-7e2e-356a-281c-000000000ba3 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-09-30 14:21:52.723645 | fa163eff-7e2e-356a-281c-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:56.455788 | 0.27s 2025-09-30 14:21:52.949772 | fa163eff-7e2e-356a-281c-000000000ba3 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-09-30 14:21:52.951511 | fa163eff-7e2e-356a-281c-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:56.683648 | 0.50s 2025-09-30 14:21:52.962240 | fa163eff-7e2e-356a-281c-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:56.694375 | 0.51s 2025-09-30 14:21:52.988949 | fa163eff-7e2e-356a-281c-000000000ba4 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-09-30 14:21:53.253958 | fa163eff-7e2e-356a-281c-000000000ba4 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-09-30 14:21:53.255493 | fa163eff-7e2e-356a-281c-000000000ba4 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:56.987629 | 0.27s 2025-09-30 14:21:53.280872 | fa163eff-7e2e-356a-281c-000000000ba5 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-09-30 14:21:53.309951 | fa163eff-7e2e-356a-281c-000000000ba5 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-09-30 14:21:53.311131 | fa163eff-7e2e-356a-281c-000000000ba5 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:57.043268 | 0.03s 2025-09-30 14:21:53.336895 | fa163eff-7e2e-356a-281c-000000000ba6 | TASK | Remove existing entries from logind conf 2025-09-30 14:21:53.591792 | fa163eff-7e2e-356a-281c-000000000ba6 | CHANGED | Remove existing entries from logind conf | standalone 2025-09-30 14:21:53.593307 | fa163eff-7e2e-356a-281c-000000000ba6 | TIMING | Remove existing entries from logind conf | standalone | 0:02:57.325438 | 0.25s 2025-09-30 14:21:53.618735 | fa163eff-7e2e-356a-281c-000000000ba7 | TASK | Make sure systemd-logind ignores power off 2025-09-30 14:21:53.818439 | fa163eff-7e2e-356a-281c-000000000ba7 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-09-30 14:21:53.819906 | fa163eff-7e2e-356a-281c-000000000ba7 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:57.552045 | 0.20s 2025-09-30 14:21:53.845995 | fa163eff-7e2e-356a-281c-000000000ba8 | TASK | Restart systemd-logind 2025-09-30 14:21:54.367616 | fa163eff-7e2e-356a-281c-000000000ba8 | CHANGED | Restart systemd-logind | standalone 2025-09-30 14:21:54.369614 | fa163eff-7e2e-356a-281c-000000000ba8 | TIMING | Restart systemd-logind | standalone | 0:02:58.101748 | 0.52s 2025-09-30 14:21:54.396597 | fa163eff-7e2e-356a-281c-000000000ba9 | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-09-30 14:21:54.466923 | fa163eff-7e2e-356a-281c-000000000ba9 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-09-30 14:21:54.467850 | fa163eff-7e2e-356a-281c-000000000ba9 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:58.199988 | 0.07s 2025-09-30 14:21:54.491789 | fa163eff-7e2e-356a-281c-000000000baa | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-09-30 14:21:54.565158 | fa163eff-7e2e-356a-281c-000000000baa | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-09-30 14:21:54.565886 | fa163eff-7e2e-356a-281c-000000000baa | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:58.298031 | 0.07s 2025-09-30 14:21:54.584967 | fa163eff-7e2e-356a-281c-000000000bab | TASK | create persistent logs directory 2025-09-30 14:21:54.844963 | fa163eff-7e2e-356a-281c-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-09-30 14:21:54.847276 | fa163eff-7e2e-356a-281c-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:58.579409 | 0.26s 2025-09-30 14:21:55.061808 | fa163eff-7e2e-356a-281c-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-09-30 14:21:55.063372 | fa163eff-7e2e-356a-281c-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:58.795518 | 0.48s 2025-09-30 14:21:55.074391 | fa163eff-7e2e-356a-281c-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:58.806525 | 0.49s 2025-09-30 14:21:55.100349 | fa163eff-7e2e-356a-281c-000000000bad | TASK | Set login facts 2025-09-30 14:21:55.123819 | fa163eff-7e2e-356a-281c-000000000bad | OK | Set login facts | standalone 2025-09-30 14:21:55.124835 | fa163eff-7e2e-356a-281c-000000000bad | TIMING | Set login facts | standalone | 0:02:58.856979 | 0.02s 2025-09-30 14:21:55.144951 | fa163eff-7e2e-356a-281c-000000000bae | TASK | Convert logins json to dict 2025-09-30 14:21:55.173376 | fa163eff-7e2e-356a-281c-000000000bae | SKIPPED | Convert logins json to dict | standalone 2025-09-30 14:21:55.174396 | fa163eff-7e2e-356a-281c-000000000bae | TIMING | Convert logins json to dict | standalone | 0:02:58.906540 | 0.03s 2025-09-30 14:21:55.191297 | fa163eff-7e2e-356a-281c-000000000baf | TASK | Set registry logins 2025-09-30 14:21:55.219677 | fa163eff-7e2e-356a-281c-000000000baf | SKIPPED | Set registry logins | standalone 2025-09-30 14:21:55.220233 | fa163eff-7e2e-356a-281c-000000000baf | TIMING | Set registry logins | standalone | 0:02:58.952380 | 0.03s 2025-09-30 14:21:55.244084 | fa163eff-7e2e-356a-281c-000000000bb0 | TASK | Run podman install 2025-09-30 14:21:55.272637 | fa163eff-7e2e-356a-281c-000000000bb0 | TIMING | Run podman install | standalone | 0:02:59.004766 | 0.03s 2025-09-30 14:21:55.350679 | fa163eff-7e2e-356a-281c-00000000132a | TASK | Gather variables for each operating system 2025-09-30 14:21:55.481692 | fa163eff-7e2e-356a-281c-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-09-30 14:21:55.482991 | fa163eff-7e2e-356a-281c-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.215125 | 0.13s 2025-09-30 14:21:55.488253 | fa163eff-7e2e-356a-281c-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.220397 | 0.14s 2025-09-30 14:21:55.505397 | fa163eff-7e2e-356a-281c-00000000132c | TASK | ensure podman and deps are installed 2025-09-30 14:21:58.546393 | fa163eff-7e2e-356a-281c-00000000132c | OK | ensure podman and deps are installed | standalone 2025-09-30 14:21:58.548178 | fa163eff-7e2e-356a-281c-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:02.280310 | 3.04s 2025-09-30 14:21:58.576170 | fa163eff-7e2e-356a-281c-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-09-30 14:21:59.147641 | fa163eff-7e2e-356a-281c-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-09-30 14:21:59.149323 | fa163eff-7e2e-356a-281c-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:02.881459 | 0.57s 2025-09-30 14:21:59.170919 | fa163eff-7e2e-356a-281c-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-09-30 14:21:59.203311 | fa163eff-7e2e-356a-281c-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-09-30 14:21:59.204694 | fa163eff-7e2e-356a-281c-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:02.936832 | 0.03s 2025-09-30 14:21:59.233884 | fa163eff-7e2e-356a-281c-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-09-30 14:21:59.275948 | fa163eff-7e2e-356a-281c-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-09-30 14:21:59.277857 | fa163eff-7e2e-356a-281c-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:03.009990 | 0.04s 2025-09-30 14:21:59.305119 | fa163eff-7e2e-356a-281c-000000001331 | TASK | Update default network configuration if possible 2025-09-30 14:21:59.335740 | fa163eff-7e2e-356a-281c-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-09-30 14:21:59.337216 | fa163eff-7e2e-356a-281c-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:03.069353 | 0.03s 2025-09-30 14:21:59.367012 | fa163eff-7e2e-356a-281c-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-09-30 14:21:59.580067 | fa163eff-7e2e-356a-281c-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-09-30 14:21:59.581787 | fa163eff-7e2e-356a-281c-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:03.313923 | 0.21s 2025-09-30 14:21:59.609164 | fa163eff-7e2e-356a-281c-000000001334 | TASK | Get current podman network 2025-09-30 14:21:59.903912 | fa163eff-7e2e-356a-281c-000000001334 | CHANGED | Get current podman network | standalone 2025-09-30 14:21:59.904916 | fa163eff-7e2e-356a-281c-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:03.637062 | 0.29s 2025-09-30 14:21:59.924408 | fa163eff-7e2e-356a-281c-000000001335 | TASK | Update the default network configuration 2025-09-30 14:22:00.484537 | fa163eff-7e2e-356a-281c-000000001335 | CHANGED | Update the default network configuration | standalone 2025-09-30 14:22:00.485672 | fa163eff-7e2e-356a-281c-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:04.217817 | 0.56s 2025-09-30 14:22:00.511770 | fa163eff-7e2e-356a-281c-000000001336 | TASK | Write containers registries.conf 2025-09-30 14:22:01.066646 | fa163eff-7e2e-356a-281c-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-09-30 14:22:01.068132 | fa163eff-7e2e-356a-281c-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:04.800271 | 0.55s 2025-09-30 14:22:01.093863 | fa163eff-7e2e-356a-281c-000000001337 | TASK | Write containers.conf 2025-09-30 14:22:01.393711 | fa163eff-7e2e-356a-281c-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-09-30 14:22:01.396177 | fa163eff-7e2e-356a-281c-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.128314 | 0.30s 2025-09-30 14:22:01.612396 | fa163eff-7e2e-356a-281c-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-09-30 14:22:01.614696 | fa163eff-7e2e-356a-281c-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.346837 | 0.52s 2025-09-30 14:22:01.833672 | fa163eff-7e2e-356a-281c-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-09-30 14:22:01.834756 | fa163eff-7e2e-356a-281c-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.566897 | 0.74s 2025-09-30 14:22:02.013910 | fa163eff-7e2e-356a-281c-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-09-30 14:22:02.014846 | fa163eff-7e2e-356a-281c-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.746991 | 0.92s 2025-09-30 14:22:02.019799 | fa163eff-7e2e-356a-281c-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.751937 | 0.92s 2025-09-30 14:22:02.041226 | fa163eff-7e2e-356a-281c-000000001338 | TASK | Enable podman.socket service 2025-09-30 14:22:02.071425 | fa163eff-7e2e-356a-281c-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-09-30 14:22:02.072514 | fa163eff-7e2e-356a-281c-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:05.804659 | 0.03s 2025-09-30 14:22:02.123598 | fa163eff-7e2e-356a-281c-000000000bb1 | TASK | Run podman login 2025-09-30 14:22:02.146401 | fa163eff-7e2e-356a-281c-000000000bb1 | TIMING | Run podman login | standalone | 0:03:05.878530 | 0.02s 2025-09-30 14:22:02.225322 | fa163eff-7e2e-356a-281c-000000001438 | TASK | Perform container registry login(s) with podman 2025-09-30 14:22:02.254228 | fa163eff-7e2e-356a-281c-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:05.986356 | 0.03s 2025-09-30 14:22:02.292904 | fa163eff-7e2e-356a-281c-000000000bb3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-09-30 14:22:02.772314 | fa163eff-7e2e-356a-281c-000000000bb3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-09-30 14:22:02.773881 | fa163eff-7e2e-356a-281c-000000000bb3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:06.506018 | 0.48s 2025-09-30 14:22:02.798781 | fa163eff-7e2e-356a-281c-000000000bb4 | TASK | create persistent directories 2025-09-30 14:22:03.077781 | fa163eff-7e2e-356a-281c-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-09-30 14:22:03.080513 | fa163eff-7e2e-356a-281c-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:06.812642 | 0.28s 2025-09-30 14:22:03.283496 | fa163eff-7e2e-356a-281c-000000000bb4 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-09-30 14:22:03.285323 | fa163eff-7e2e-356a-281c-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:07.017464 | 0.49s 2025-09-30 14:22:03.541787 | fa163eff-7e2e-356a-281c-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-09-30 14:22:03.544164 | fa163eff-7e2e-356a-281c-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:07.276304 | 0.74s 2025-09-30 14:22:03.553957 | fa163eff-7e2e-356a-281c-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:07.286086 | 0.75s 2025-09-30 14:22:03.573346 | fa163eff-7e2e-356a-281c-000000000bb5 | TASK | ensure /run/redis is present upon reboot 2025-09-30 14:22:04.067232 | fa163eff-7e2e-356a-281c-000000000bb5 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-09-30 14:22:04.069175 | fa163eff-7e2e-356a-281c-000000000bb5 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:07.801308 | 0.49s 2025-09-30 14:22:04.094158 | fa163eff-7e2e-356a-281c-000000000bb6 | TASK | Ensure rsyslog is installed 2025-09-30 14:22:06.912181 | fa163eff-7e2e-356a-281c-000000000bb6 | OK | Ensure rsyslog is installed | standalone 2025-09-30 14:22:06.913472 | fa163eff-7e2e-356a-281c-000000000bb6 | TIMING | Ensure rsyslog is installed | standalone | 0:03:10.645615 | 2.82s 2025-09-30 14:22:06.931678 | fa163eff-7e2e-356a-281c-000000000bb7 | TASK | Ensure rsyslog is enabled and started 2025-09-30 14:22:07.279755 | fa163eff-7e2e-356a-281c-000000000bb7 | OK | Ensure rsyslog is enabled and started | standalone 2025-09-30 14:22:07.282292 | fa163eff-7e2e-356a-281c-000000000bb7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:11.014394 | 0.35s 2025-09-30 14:22:07.341435 | fa163eff-7e2e-356a-281c-000000000bb8 | TIMING | include_role : tripleo_sshd | standalone | 0:03:11.073560 | 0.03s 2025-09-30 14:22:07.434504 | fa163eff-7e2e-356a-281c-000000001553 | TASK | Gather variables for each operating system 2025-09-30 14:22:07.555168 | fa163eff-7e2e-356a-281c-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-09-30 14:22:07.556664 | fa163eff-7e2e-356a-281c-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.288796 | 0.12s 2025-09-30 14:22:07.568925 | fa163eff-7e2e-356a-281c-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.301057 | 0.13s 2025-09-30 14:22:07.596956 | fa163eff-7e2e-356a-281c-000000001555 | TASK | Install the OpenSSH server 2025-09-30 14:22:10.524618 | fa163eff-7e2e-356a-281c-000000001555 | OK | Install the OpenSSH server | standalone 2025-09-30 14:22:10.526137 | fa163eff-7e2e-356a-281c-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:14.258276 | 2.93s 2025-09-30 14:22:10.552448 | fa163eff-7e2e-356a-281c-000000001556 | TASK | Start sshd 2025-09-30 14:22:10.575069 | fa163eff-7e2e-356a-281c-000000001556 | SKIPPED | Start sshd | standalone 2025-09-30 14:22:10.576169 | fa163eff-7e2e-356a-281c-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:14.308308 | 0.02s 2025-09-30 14:22:10.600882 | fa163eff-7e2e-356a-281c-000000001557 | TASK | PasswordAuthentication notice 2025-09-30 14:22:10.647125 | fa163eff-7e2e-356a-281c-000000001557 | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2025-09-30 14:22:10.648735 | fa163eff-7e2e-356a-281c-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:14.380869 | 0.05s 2025-09-30 14:22:10.675628 | fa163eff-7e2e-356a-281c-000000001558 | TASK | PasswordAuthentication duplication notice 2025-09-30 14:22:10.708904 | fa163eff-7e2e-356a-281c-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-09-30 14:22:10.710122 | fa163eff-7e2e-356a-281c-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:14.442256 | 0.03s 2025-09-30 14:22:10.735475 | fa163eff-7e2e-356a-281c-000000001559 | TASK | Motd duplication notice 2025-09-30 14:22:10.777502 | fa163eff-7e2e-356a-281c-000000001559 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-09-30 14:22:10.778715 | fa163eff-7e2e-356a-281c-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:14.510856 | 0.04s 2025-09-30 14:22:10.803646 | fa163eff-7e2e-356a-281c-00000000155a | TASK | Configure the banner text 2025-09-30 14:22:10.836753 | fa163eff-7e2e-356a-281c-00000000155a | SKIPPED | Configure the banner text | standalone 2025-09-30 14:22:10.837967 | fa163eff-7e2e-356a-281c-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:14.570105 | 0.03s 2025-09-30 14:22:10.862447 | fa163eff-7e2e-356a-281c-00000000155b | TASK | Configure the motd banner 2025-09-30 14:22:10.895900 | fa163eff-7e2e-356a-281c-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-09-30 14:22:10.897160 | fa163eff-7e2e-356a-281c-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:14.629299 | 0.03s 2025-09-30 14:22:10.922092 | fa163eff-7e2e-356a-281c-00000000155c | TASK | Update sshd configuration options from vars 2025-09-30 14:22:10.966896 | fa163eff-7e2e-356a-281c-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-09-30 14:22:10.968155 | fa163eff-7e2e-356a-281c-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:14.700295 | 0.04s 2025-09-30 14:22:10.993688 | fa163eff-7e2e-356a-281c-00000000155d | TASK | Adjust ssh server configuration 2025-09-30 14:22:11.572518 | fa163eff-7e2e-356a-281c-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-09-30 14:22:11.574527 | fa163eff-7e2e-356a-281c-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:15.306661 | 0.58s 2025-09-30 14:22:11.600823 | fa163eff-7e2e-356a-281c-00000000155e | TASK | Restart sshd 2025-09-30 14:22:12.032497 | fa163eff-7e2e-356a-281c-00000000155e | CHANGED | Restart sshd | standalone 2025-09-30 14:22:12.034679 | fa163eff-7e2e-356a-281c-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:15.766813 | 0.43s 2025-09-30 14:22:12.085145 | fa163eff-7e2e-356a-281c-000000000bb9 | TASK | create persistent directories 2025-09-30 14:22:12.321499 | fa163eff-7e2e-356a-281c-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-09-30 14:22:12.324578 | fa163eff-7e2e-356a-281c-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:16.056665 | 0.24s 2025-09-30 14:22:12.558535 | fa163eff-7e2e-356a-281c-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-09-30 14:22:12.560467 | fa163eff-7e2e-356a-281c-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:16.292603 | 0.47s 2025-09-30 14:22:12.738144 | fa163eff-7e2e-356a-281c-000000000bb9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-09-30 14:22:12.739209 | fa163eff-7e2e-356a-281c-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:16.471350 | 0.65s 2025-09-30 14:22:12.744338 | fa163eff-7e2e-356a-281c-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:16.476471 | 0.66s 2025-09-30 14:22:12.771108 | fa163eff-7e2e-356a-281c-000000000bba | TASK | create persistent directories 2025-09-30 14:22:13.043526 | fa163eff-7e2e-356a-281c-000000000bba | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-09-30 14:22:13.045213 | fa163eff-7e2e-356a-281c-000000000bba | TIMING | create persistent directories | standalone | 0:03:16.777344 | 0.27s 2025-09-30 14:22:13.249460 | fa163eff-7e2e-356a-281c-000000000bba | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-09-30 14:22:13.250200 | fa163eff-7e2e-356a-281c-000000000bba | TIMING | create persistent directories | standalone | 0:03:16.982348 | 0.48s 2025-09-30 14:22:13.477591 | fa163eff-7e2e-356a-281c-000000000bba | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-09-30 14:22:13.479473 | fa163eff-7e2e-356a-281c-000000000bba | TIMING | create persistent directories | standalone | 0:03:17.211612 | 0.71s 2025-09-30 14:22:13.490714 | fa163eff-7e2e-356a-281c-000000000bba | TIMING | create persistent directories | standalone | 0:03:17.222846 | 0.72s 2025-09-30 14:22:13.524731 | fa163eff-7e2e-356a-281c-000000000bbb | TASK | Set swift_use_local_disks fact 2025-09-30 14:22:13.554372 | fa163eff-7e2e-356a-281c-000000000bbb | OK | Set swift_use_local_disks fact | standalone 2025-09-30 14:22:13.555767 | fa163eff-7e2e-356a-281c-000000000bbb | TIMING | Set swift_use_local_disks fact | standalone | 0:03:17.287904 | 0.03s 2025-09-30 14:22:13.581452 | fa163eff-7e2e-356a-281c-000000000bbc | TASK | Set use_node_data_lookup fact 2025-09-30 14:22:13.615133 | fa163eff-7e2e-356a-281c-000000000bbc | OK | Set use_node_data_lookup fact | standalone 2025-09-30 14:22:13.616465 | fa163eff-7e2e-356a-281c-000000000bbc | TIMING | Set use_node_data_lookup fact | standalone | 0:03:17.348603 | 0.03s 2025-09-30 14:22:13.643960 | fa163eff-7e2e-356a-281c-000000000bbd | TASK | Create Swift d1 directory if needed 2025-09-30 14:22:13.890948 | fa163eff-7e2e-356a-281c-000000000bbd | CHANGED | Create Swift d1 directory if needed | standalone 2025-09-30 14:22:13.892533 | fa163eff-7e2e-356a-281c-000000000bbd | TIMING | Create Swift d1 directory if needed | standalone | 0:03:17.624669 | 0.25s 2025-09-30 14:22:13.916933 | fa163eff-7e2e-356a-281c-000000000bbe | TASK | Set fact for SwiftRawDisks 2025-09-30 14:22:13.948294 | fa163eff-7e2e-356a-281c-000000000bbe | OK | Set fact for SwiftRawDisks | standalone 2025-09-30 14:22:13.949666 | fa163eff-7e2e-356a-281c-000000000bbe | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:17.681803 | 0.03s 2025-09-30 14:22:13.974978 | fa163eff-7e2e-356a-281c-000000000bbf | TASK | Get hiera swift::storage::disks::args 2025-09-30 14:22:14.006012 | fa163eff-7e2e-356a-281c-000000000bbf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-09-30 14:22:14.007478 | fa163eff-7e2e-356a-281c-000000000bbf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:17.739613 | 0.03s 2025-09-30 14:22:14.032109 | fa163eff-7e2e-356a-281c-000000000bc0 | TASK | Set fact for swift_raw_disks 2025-09-30 14:22:14.062450 | fa163eff-7e2e-356a-281c-000000000bc0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-09-30 14:22:14.063860 | fa163eff-7e2e-356a-281c-000000000bc0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:17.795996 | 0.03s 2025-09-30 14:22:14.088339 | fa163eff-7e2e-356a-281c-000000000bc1 | TASK | Format SwiftRawDisks 2025-09-30 14:22:14.110727 | fa163eff-7e2e-356a-281c-000000000bc1 | TIMING | Format SwiftRawDisks | standalone | 0:03:17.842855 | 0.02s 2025-09-30 14:22:14.137402 | fa163eff-7e2e-356a-281c-000000000bc2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-09-30 14:22:14.189658 | fa163eff-7e2e-356a-281c-000000000bc2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-09-30 14:22:14.191071 | fa163eff-7e2e-356a-281c-000000000bc2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:17.923206 | 0.05s 2025-09-30 14:22:14.216666 | fa163eff-7e2e-356a-281c-000000000bc3 | TASK | Mount devices defined in SwiftRawDisks 2025-09-30 14:22:14.245944 | fa163eff-7e2e-356a-281c-000000000bc3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:17.978067 | 0.03s 2025-09-30 14:22:14.270598 | fa163eff-7e2e-356a-281c-000000000bc4 | TASK | Check for NTP service 2025-09-30 14:22:14.523233 | fa163eff-7e2e-356a-281c-000000000bc4 | CHANGED | Check for NTP service | standalone 2025-09-30 14:22:14.524658 | fa163eff-7e2e-356a-281c-000000000bc4 | TIMING | Check for NTP service | standalone | 0:03:18.256796 | 0.25s 2025-09-30 14:22:14.548789 | fa163eff-7e2e-356a-281c-000000000bc5 | TASK | Disable NTP before configuring Chrony 2025-09-30 14:22:14.589101 | fa163eff-7e2e-356a-281c-000000000bc5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-09-30 14:22:14.590378 | fa163eff-7e2e-356a-281c-000000000bc5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:18.322516 | 0.04s 2025-09-30 14:22:14.614938 | fa163eff-7e2e-356a-281c-000000000bc6 | TASK | Install, Configure and Run Chrony 2025-09-30 14:22:14.643877 | fa163eff-7e2e-356a-281c-000000000bc6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:18.376005 | 0.03s 2025-09-30 14:22:14.744556 | fa163eff-7e2e-356a-281c-0000000016ef | TASK | Load distro-specific variables 2025-09-30 14:22:14.771479 | fa163eff-7e2e-356a-281c-0000000016ef | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.503596 | 0.03s 2025-09-30 14:22:14.780305 | 2c348053-ae4d-48a1-b32b-017a740c3e8b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 14:22:14.801196 | fa163eff-7e2e-356a-281c-0000000017d4 | TASK | Load distro-specific variables 2025-09-30 14:22:14.854522 | fa163eff-7e2e-356a-281c-0000000017d4 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:22:14.856143 | fa163eff-7e2e-356a-281c-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.588276 | 0.05s 2025-09-30 14:22:14.861234 | fa163eff-7e2e-356a-281c-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.593366 | 0.06s 2025-09-30 14:22:14.887046 | fa163eff-7e2e-356a-281c-0000000016f0 | TASK | Install chronyd 2025-09-30 14:22:14.917303 | fa163eff-7e2e-356a-281c-0000000016f0 | TIMING | chrony : Install chronyd | standalone | 0:03:18.649436 | 0.03s 2025-09-30 14:22:14.941073 | 6ad8ddac-9a86-49fc-9e39-3259e4f742c1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-09-30 14:22:14.972113 | fa163eff-7e2e-356a-281c-00000000180d | TASK | Load distro-specific variables 2025-09-30 14:22:15.000377 | fa163eff-7e2e-356a-281c-00000000180d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.732504 | 0.03s 2025-09-30 14:22:15.012516 | 1e3b3c58-8f4a-422e-a129-c4d29392fe8b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 14:22:15.042513 | fa163eff-7e2e-356a-281c-000000001854 | TASK | Load distro-specific variables 2025-09-30 14:22:15.103690 | fa163eff-7e2e-356a-281c-000000001854 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:22:15.105284 | fa163eff-7e2e-356a-281c-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.837417 | 0.06s 2025-09-30 14:22:15.111287 | fa163eff-7e2e-356a-281c-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.843423 | 0.07s 2025-09-30 14:22:15.129842 | fa163eff-7e2e-356a-281c-00000000180e | TASK | Check for NTP service 2025-09-30 14:22:15.384197 | fa163eff-7e2e-356a-281c-00000000180e | CHANGED | Check for NTP service | standalone 2025-09-30 14:22:15.385245 | fa163eff-7e2e-356a-281c-00000000180e | TIMING | chrony : Check for NTP service | standalone | 0:03:19.117388 | 0.25s 2025-09-30 14:22:15.418277 | fa163eff-7e2e-356a-281c-00000000180f | TASK | Disable NTP before configuring Chrony 2025-09-30 14:22:15.471377 | fa163eff-7e2e-356a-281c-00000000180f | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-09-30 14:22:15.472864 | fa163eff-7e2e-356a-281c-00000000180f | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:19.204995 | 0.05s 2025-09-30 14:22:15.499421 | fa163eff-7e2e-356a-281c-000000001810 | TASK | Install chronyd package 2025-09-30 14:22:18.305307 | fa163eff-7e2e-356a-281c-000000001810 | OK | Install chronyd package | standalone 2025-09-30 14:22:18.306456 | fa163eff-7e2e-356a-281c-000000001810 | TIMING | chrony : Install chronyd package | standalone | 0:03:22.038600 | 2.81s 2025-09-30 14:22:18.327145 | fa163eff-7e2e-356a-281c-0000000016f1 | TASK | Upgrade chronyd 2025-09-30 14:22:18.366901 | fa163eff-7e2e-356a-281c-0000000016f1 | SKIPPED | Upgrade chronyd | standalone 2025-09-30 14:22:18.368116 | fa163eff-7e2e-356a-281c-0000000016f1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:22.100259 | 0.04s 2025-09-30 14:22:18.389728 | fa163eff-7e2e-356a-281c-0000000016f2 | TASK | Configure chronyd 2025-09-30 14:22:18.432652 | fa163eff-7e2e-356a-281c-0000000016f2 | TIMING | chrony : Configure chronyd | standalone | 0:03:22.164788 | 0.04s 2025-09-30 14:22:18.444344 | 34ed8008-6ba4-4c53-a7c3-1b58a405bf9f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-09-30 14:22:18.477000 | fa163eff-7e2e-356a-281c-00000000188d | TASK | Load distro-specific variables 2025-09-30 14:22:18.504381 | fa163eff-7e2e-356a-281c-00000000188d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.236521 | 0.03s 2025-09-30 14:22:18.514745 | a24067a0-9dd7-4c31-a780-f8fc9749445e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 14:22:18.536906 | fa163eff-7e2e-356a-281c-0000000018f9 | TASK | Load distro-specific variables 2025-09-30 14:22:18.594948 | fa163eff-7e2e-356a-281c-0000000018f9 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:22:18.596111 | fa163eff-7e2e-356a-281c-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.328253 | 0.06s 2025-09-30 14:22:18.608274 | fa163eff-7e2e-356a-281c-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.340409 | 0.07s 2025-09-30 14:22:18.633198 | fa163eff-7e2e-356a-281c-00000000188e | TASK | Install chrony configuration file 2025-09-30 14:22:19.252376 | fa163eff-7e2e-356a-281c-00000000188e | CHANGED | Install chrony configuration file | standalone 2025-09-30 14:22:19.253871 | fa163eff-7e2e-356a-281c-00000000188e | TIMING | chrony : Install chrony configuration file | standalone | 0:03:22.986009 | 0.62s 2025-09-30 14:22:19.276078 | fa163eff-7e2e-356a-281c-0000000016f3 | TASK | Run chronyd 2025-09-30 14:22:19.306055 | fa163eff-7e2e-356a-281c-0000000016f3 | TIMING | chrony : Run chronyd | standalone | 0:03:23.038181 | 0.03s 2025-09-30 14:22:19.329857 | 904886f4-a9e7-490a-8913-8c910c31f4c3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-09-30 14:22:19.371968 | fa163eff-7e2e-356a-281c-00000000191c | TASK | Load distro-specific variables 2025-09-30 14:22:19.401178 | fa163eff-7e2e-356a-281c-00000000191c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.133306 | 0.03s 2025-09-30 14:22:19.412889 | 98eeb93d-64f9-4efa-8aa1-7efa760469ea | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-09-30 14:22:19.437280 | fa163eff-7e2e-356a-281c-0000000019a0 | TASK | Load distro-specific variables 2025-09-30 14:22:19.495742 | fa163eff-7e2e-356a-281c-0000000019a0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-09-30 14:22:19.497076 | fa163eff-7e2e-356a-281c-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.229212 | 0.06s 2025-09-30 14:22:19.509707 | fa163eff-7e2e-356a-281c-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.241839 | 0.07s 2025-09-30 14:22:19.539325 | fa163eff-7e2e-356a-281c-00000000191d | TASK | Ensure chronyd is running 2025-09-30 14:22:19.978011 | fa163eff-7e2e-356a-281c-00000000191d | OK | Ensure chronyd is running | standalone 2025-09-30 14:22:19.979961 | fa163eff-7e2e-356a-281c-00000000191d | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:23.712098 | 0.44s 2025-09-30 14:22:20.006272 | fa163eff-7e2e-356a-281c-00000000191e | TASK | Force chronyd restart 2025-09-30 14:22:20.477677 | fa163eff-7e2e-356a-281c-00000000191e | CHANGED | Force chronyd restart | standalone 2025-09-30 14:22:20.479568 | fa163eff-7e2e-356a-281c-00000000191e | TIMING | chrony : Force chronyd restart | standalone | 0:03:24.211681 | 0.47s 2025-09-30 14:22:20.505770 | fa163eff-7e2e-356a-281c-0000000016f4 | TASK | Enable online service 2025-09-30 14:22:20.536581 | fa163eff-7e2e-356a-281c-0000000016f4 | TIMING | chrony : Enable online service | standalone | 0:03:24.268690 | 0.03s 2025-09-30 14:22:20.555456 | be3d0dd9-b1d7-4d09-943b-05e4e2d27af7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-09-30 14:22:20.598570 | fa163eff-7e2e-356a-281c-0000000019cd | TASK | Create chrony-online.service unit file 2025-09-30 14:22:21.093921 | fa163eff-7e2e-356a-281c-0000000019cd | CHANGED | Create chrony-online.service unit file | standalone 2025-09-30 14:22:21.094784 | fa163eff-7e2e-356a-281c-0000000019cd | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:24.826930 | 0.50s 2025-09-30 14:22:21.114315 | fa163eff-7e2e-356a-281c-0000000019ce | TASK | Enable chrony-online.service 2025-09-30 14:22:22.044306 | fa163eff-7e2e-356a-281c-0000000019ce | CHANGED | Enable chrony-online.service | standalone 2025-09-30 14:22:22.046538 | fa163eff-7e2e-356a-281c-0000000019ce | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:25.778671 | 0.93s 2025-09-30 14:22:22.073089 | fa163eff-7e2e-356a-281c-0000000016f5 | TASK | Sync chronyc 2025-09-30 14:22:22.103759 | fa163eff-7e2e-356a-281c-0000000016f5 | TIMING | chrony : Sync chronyc | standalone | 0:03:25.835888 | 0.03s 2025-09-30 14:22:22.123285 | 94f500e7-adb0-4091-8329-f301a5d5465a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-09-30 14:22:22.171810 | fa163eff-7e2e-356a-281c-000000001a73 | TASK | Force NTP sync 2025-09-30 14:22:22.416176 | fa163eff-7e2e-356a-281c-000000001a73 | CHANGED | Force NTP sync | standalone 2025-09-30 14:22:22.417647 | fa163eff-7e2e-356a-281c-000000001a73 | TIMING | chrony : Force NTP sync | standalone | 0:03:26.149783 | 0.24s 2025-09-30 14:22:22.443126 | fa163eff-7e2e-356a-281c-000000001a74 | TASK | Ensure system is NTP time synced 2025-09-30 14:22:32.717159 | fa163eff-7e2e-356a-281c-000000001a74 | CHANGED | Ensure system is NTP time synced | standalone 2025-09-30 14:22:32.718938 | fa163eff-7e2e-356a-281c-000000001a74 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:36.451073 | 10.27s 2025-09-30 14:22:32.767105 | fa163eff-7e2e-356a-281c-000000000bc7 | TASK | Force NTP sync 2025-09-30 14:22:33.024850 | fa163eff-7e2e-356a-281c-000000000bc7 | CHANGED | Force NTP sync | standalone 2025-09-30 14:22:33.026748 | fa163eff-7e2e-356a-281c-000000000bc7 | TIMING | Force NTP sync | standalone | 0:03:36.758883 | 0.26s 2025-09-30 14:22:33.051823 | fa163eff-7e2e-356a-281c-000000000bc8 | TASK | Ensure system is NTP time synced 2025-09-30 14:22:33.309098 | fa163eff-7e2e-356a-281c-000000000bc8 | CHANGED | Ensure system is NTP time synced | standalone 2025-09-30 14:22:33.310938 | fa163eff-7e2e-356a-281c-000000000bc8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:37.043070 | 0.26s 2025-09-30 14:22:33.338795 | fa163eff-7e2e-356a-281c-000000000bc9 | TASK | Run timezone role 2025-09-30 14:22:33.374396 | fa163eff-7e2e-356a-281c-000000000bc9 | TIMING | Run timezone role | standalone | 0:03:37.106527 | 0.03s 2025-09-30 14:22:33.481030 | fa163eff-7e2e-356a-281c-000000001c34 | TASK | Set timezone 2025-09-30 14:22:34.048799 | fa163eff-7e2e-356a-281c-000000001c34 | OK | Set timezone | standalone 2025-09-30 14:22:34.050238 | fa163eff-7e2e-356a-281c-000000001c34 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:37.782373 | 0.57s 2025-09-30 14:22:34.072448 | fa163eff-7e2e-356a-281c-000000001c35 | TASK | Restart time services 2025-09-30 14:22:34.115378 | fa163eff-7e2e-356a-281c-000000001c35 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-09-30 14:22:34.123012 | fa163eff-7e2e-356a-281c-000000001c35 | SKIPPED | Restart time services | standalone | item=crond 2025-09-30 14:22:34.129218 | fa163eff-7e2e-356a-281c-000000001c35 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:37.861343 | 0.06s 2025-09-30 14:22:34.171374 | fa163eff-7e2e-356a-281c-000000000bca | TASK | install tmpwatch on the host 2025-09-30 14:22:37.032639 | fa163eff-7e2e-356a-281c-000000000bca | OK | install tmpwatch on the host | standalone 2025-09-30 14:22:37.033772 | fa163eff-7e2e-356a-281c-000000000bca | TIMING | install tmpwatch on the host | standalone | 0:03:40.765914 | 2.86s 2025-09-30 14:22:37.057081 | fa163eff-7e2e-356a-281c-000000000bcb | TASK | Notice - ctlplane subnet is set 2025-09-30 14:22:37.091526 | fa163eff-7e2e-356a-281c-000000000bcb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-09-30 14:22:37.092748 | fa163eff-7e2e-356a-281c-000000000bcb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:40.824888 | 0.03s 2025-09-30 14:22:37.145800 | fa163eff-7e2e-356a-281c-000000000bcc | TIMING | include_role : tuned | standalone | 0:03:40.877923 | 0.03s 2025-09-30 14:22:37.251120 | fa163eff-7e2e-356a-281c-000000001e68 | TASK | Gather variables for each operating system 2025-09-30 14:22:37.365284 | fa163eff-7e2e-356a-281c-000000001e68 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-09-30 14:22:37.368141 | fa163eff-7e2e-356a-281c-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:41.100268 | 0.12s 2025-09-30 14:22:37.378228 | fa163eff-7e2e-356a-281c-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:41.110356 | 0.13s 2025-09-30 14:22:37.446851 | fa163eff-7e2e-356a-281c-000000001e69 | TIMING | tuned : include_tasks | standalone | 0:03:41.178973 | 0.04s 2025-09-30 14:22:37.468217 | 0d3402c8-a887-497d-ba8b-a1e884042f46 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-09-30 14:22:37.502662 | fa163eff-7e2e-356a-281c-000000001f99 | TASK | Check tuned package is installed 2025-09-30 14:22:37.769480 | fa163eff-7e2e-356a-281c-000000001f99 | CHANGED | Check tuned package is installed | standalone 2025-09-30 14:22:37.770959 | fa163eff-7e2e-356a-281c-000000001f99 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:41.503098 | 0.27s 2025-09-30 14:22:37.797671 | fa163eff-7e2e-356a-281c-000000001f9a | TASK | Install tuned 2025-09-30 14:22:37.829251 | fa163eff-7e2e-356a-281c-000000001f9a | SKIPPED | Install tuned | standalone 2025-09-30 14:22:37.830625 | fa163eff-7e2e-356a-281c-000000001f9a | TIMING | tuned : Install tuned | standalone | 0:03:41.562763 | 0.03s 2025-09-30 14:22:37.855951 | fa163eff-7e2e-356a-281c-000000001f9b | TASK | Restart tuned 2025-09-30 14:22:37.886867 | fa163eff-7e2e-356a-281c-000000001f9b | SKIPPED | Restart tuned | standalone 2025-09-30 14:22:37.888108 | fa163eff-7e2e-356a-281c-000000001f9b | TIMING | tuned : Restart tuned | standalone | 0:03:41.620244 | 0.03s 2025-09-30 14:22:37.912870 | fa163eff-7e2e-356a-281c-000000001e6a | TASK | Check for tuned-adm 2025-09-30 14:22:38.141282 | fa163eff-7e2e-356a-281c-000000001e6a | OK | Check for tuned-adm | standalone 2025-09-30 14:22:38.142705 | fa163eff-7e2e-356a-281c-000000001e6a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:41.874843 | 0.23s 2025-09-30 14:22:38.198650 | fa163eff-7e2e-356a-281c-000000001e6b | TIMING | tuned : include_tasks | standalone | 0:03:41.930755 | 0.03s 2025-09-30 14:22:38.225103 | 29981233-e418-4031-a755-1116170be287 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-09-30 14:22:38.257456 | fa163eff-7e2e-356a-281c-000000001fc6 | TASK | Ensure profile directory exists 2025-09-30 14:22:38.325719 | fa163eff-7e2e-356a-281c-000000001fc6 | SKIPPED | Ensure profile directory exists | standalone 2025-09-30 14:22:38.327013 | fa163eff-7e2e-356a-281c-000000001fc6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:42.059148 | 0.07s 2025-09-30 14:22:38.352235 | fa163eff-7e2e-356a-281c-000000001fc7 | TASK | Create custom tuned profile 2025-09-30 14:22:38.411913 | fa163eff-7e2e-356a-281c-000000001fc7 | SKIPPED | Create custom tuned profile | standalone 2025-09-30 14:22:38.413266 | fa163eff-7e2e-356a-281c-000000001fc7 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:42.145403 | 0.06s 2025-09-30 14:22:38.439728 | fa163eff-7e2e-356a-281c-000000001fc8 | TASK | Check tuned active profile 2025-09-30 14:22:38.671617 | fa163eff-7e2e-356a-281c-000000001fc8 | OK | Check tuned active profile | standalone 2025-09-30 14:22:38.673048 | fa163eff-7e2e-356a-281c-000000001fc8 | TIMING | tuned : Check tuned active profile | standalone | 0:03:42.405184 | 0.23s 2025-09-30 14:22:38.699477 | fa163eff-7e2e-356a-281c-000000001fc9 | TASK | Check Tuned Configuration file exists 2025-09-30 14:22:38.926106 | fa163eff-7e2e-356a-281c-000000001fc9 | OK | Check Tuned Configuration file exists | standalone 2025-09-30 14:22:38.927017 | fa163eff-7e2e-356a-281c-000000001fc9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:42.659162 | 0.23s 2025-09-30 14:22:38.945406 | fa163eff-7e2e-356a-281c-000000001fca | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-09-30 14:22:38.994669 | fa163eff-7e2e-356a-281c-000000001fca | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-09-30 14:22:38.995472 | fa163eff-7e2e-356a-281c-000000001fca | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:42.727619 | 0.05s 2025-09-30 14:22:39.021705 | fa163eff-7e2e-356a-281c-000000001fcb | TASK | Configure isolated cores for profile throughput-performance 2025-09-30 14:22:39.083095 | fa163eff-7e2e-356a-281c-000000001fcb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-09-30 14:22:39.084504 | fa163eff-7e2e-356a-281c-000000001fcb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:42.816638 | 0.06s 2025-09-30 14:22:39.110861 | fa163eff-7e2e-356a-281c-000000001fcc | TASK | Enable tuned profile 2025-09-30 14:22:39.173218 | fa163eff-7e2e-356a-281c-000000001fcc | SKIPPED | Enable tuned profile | standalone 2025-09-30 14:22:39.174525 | fa163eff-7e2e-356a-281c-000000001fcc | TIMING | tuned : Enable tuned profile | standalone | 0:03:42.906662 | 0.06s PLAY [Overcloud container setup tasks] ***************************************** 2025-09-30 14:22:39.344209 | fa163eff-7e2e-356a-281c-0000000000ac | TASK | Overcloud container setup tasks 2025-09-30 14:22:39.372744 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000ac') missing from stats 2025-09-30 14:22:39.392366 | fa163eff-7e2e-356a-281c-0000000000ad | TASK | Write config data 2025-09-30 14:22:39.462882 | fa163eff-7e2e-356a-281c-0000000000ad | TIMING | Write config data | standalone | 0:03:43.195009 | 0.07s 2025-09-30 14:22:39.505973 | a1df10b0-f83f-4dc8-a28d-f1ecddc3fd00 | INCLUDED | /root/standalone-ansible-44vyqawn/common_container_setup_tasks.yaml | standalone 2025-09-30 14:22:39.529634 | fa163eff-7e2e-356a-281c-00000000202a | TASK | Create and ensure setype for /var/log/containers directory 2025-09-30 14:22:39.782001 | fa163eff-7e2e-356a-281c-00000000202a | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-09-30 14:22:39.783395 | fa163eff-7e2e-356a-281c-00000000202a | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:43.515533 | 0.25s 2025-09-30 14:22:39.808280 | fa163eff-7e2e-356a-281c-00000000202b | TASK | Create ContainerLogStdoutPath directory 2025-09-30 14:22:40.028236 | fa163eff-7e2e-356a-281c-00000000202b | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-09-30 14:22:40.029677 | fa163eff-7e2e-356a-281c-00000000202b | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:43.761814 | 0.22s 2025-09-30 14:22:40.054930 | fa163eff-7e2e-356a-281c-00000000202c | TASK | Create /var/lib/tripleo-config directory 2025-09-30 14:22:40.295820 | fa163eff-7e2e-356a-281c-00000000202c | OK | Create /var/lib/tripleo-config directory | standalone 2025-09-30 14:22:40.297300 | fa163eff-7e2e-356a-281c-00000000202c | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:44.029435 | 0.24s 2025-09-30 14:22:40.322086 | fa163eff-7e2e-356a-281c-00000000202d | TASK | Clean old /var/lib/container-startup-configs.json file 2025-09-30 14:22:40.554194 | fa163eff-7e2e-356a-281c-00000000202d | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-09-30 14:22:40.555575 | fa163eff-7e2e-356a-281c-00000000202d | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:44.287682 | 0.23s 2025-09-30 14:22:40.580222 | fa163eff-7e2e-356a-281c-00000000202e | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-09-30 14:22:40.759387 | fa163eff-7e2e-356a-281c-00000000202e | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-09-30 14:22:40.760739 | fa163eff-7e2e-356a-281c-00000000202e | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:44.492878 | 0.18s 2025-09-30 14:22:40.786114 | fa163eff-7e2e-356a-281c-000000002032 | TASK | Create fcontext entry for container-config-scripts 2025-09-30 14:22:42.054865 | fa163eff-7e2e-356a-281c-000000002032 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-09-30 14:22:42.056656 | fa163eff-7e2e-356a-281c-000000002032 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:45.788794 | 1.27s 2025-09-30 14:22:42.082901 | fa163eff-7e2e-356a-281c-000000002033 | TASK | Create /var/lib/container-config-scripts 2025-09-30 14:22:42.328127 | fa163eff-7e2e-356a-281c-000000002033 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-09-30 14:22:42.329665 | fa163eff-7e2e-356a-281c-000000002033 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:46.061803 | 0.25s 2025-09-30 14:22:42.355061 | fa163eff-7e2e-356a-281c-000000002034 | TASK | Write container config scripts 2025-09-30 14:22:42.705318 | fa163eff-7e2e-356a-281c-000000002034 | CHANGED | Write container config scripts | standalone 2025-09-30 14:22:42.706766 | fa163eff-7e2e-356a-281c-000000002034 | TIMING | Write container config scripts | standalone | 0:03:46.438903 | 0.35s 2025-09-30 14:22:42.732899 | fa163eff-7e2e-356a-281c-000000002035 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-09-30 14:22:43.208944 | fa163eff-7e2e-356a-281c-000000002035 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-09-30 14:22:43.210213 | fa163eff-7e2e-356a-281c-000000002035 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:46.942351 | 0.48s 2025-09-30 14:22:43.236144 | fa163eff-7e2e-356a-281c-000000002036 | TASK | Generate startup configs files per step and per container 2025-09-30 14:22:43.793273 | fa163eff-7e2e-356a-281c-000000002036 | CHANGED | Generate startup configs files per step and per container | standalone 2025-09-30 14:22:43.799706 | fa163eff-7e2e-356a-281c-000000002036 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:47.531850 | 0.56s 2025-09-30 14:22:43.830334 | fa163eff-7e2e-356a-281c-000000002037 | TASK | Create /var/lib/kolla/config_files directory 2025-09-30 14:22:44.068078 | fa163eff-7e2e-356a-281c-000000002037 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-09-30 14:22:44.069151 | fa163eff-7e2e-356a-281c-000000002037 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:47.801296 | 0.24s 2025-09-30 14:22:44.089058 | fa163eff-7e2e-356a-281c-000000002038 | TASK | Create /var/lib/config-data directory 2025-09-30 14:22:44.330595 | fa163eff-7e2e-356a-281c-000000002038 | CHANGED | Create /var/lib/config-data directory | standalone 2025-09-30 14:22:44.331662 | fa163eff-7e2e-356a-281c-000000002038 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:48.063807 | 0.24s 2025-09-30 14:22:44.351712 | fa163eff-7e2e-356a-281c-000000002039 | TASK | Write container config json files 2025-09-30 14:22:44.902261 | fa163eff-7e2e-356a-281c-000000002039 | CHANGED | Write container config json files | standalone 2025-09-30 14:22:44.909848 | fa163eff-7e2e-356a-281c-000000002039 | TIMING | Write container config json files | standalone | 0:03:48.641984 | 0.56s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-09-30 14:22:45.049252 | fa163eff-7e2e-356a-281c-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-09-30 14:22:45.075883 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:22:45.127956 | fa163eff-7e2e-356a-281c-0000000000b2 | TIMING | include_tasks | standalone | 0:03:48.860098 | 0.03s 2025-09-30 14:22:45.141638 | 87dc0642-aa7e-491b-89c8-e9ea1b0f9862 | INCLUDED | /root/standalone-ansible-44vyqawn/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-09-30 14:22:45.168747 | fa163eff-7e2e-356a-281c-00000000206d | TASK | Get undercloud FQDN 2025-09-30 14:22:45.239473 | fa163eff-7e2e-356a-281c-00000000206d | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-7e2e-356a-281c-00000000206d') missing from stats 2025-09-30 14:22:45.302820 | fa163eff-7e2e-356a-281c-00000000206e | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:49.034940 | 0.04s 2025-09-30 14:22:45.372943 | fa163eff-7e2e-356a-281c-000000002092 | TASK | set main facts 2025-09-30 14:22:45.446453 | fa163eff-7e2e-356a-281c-000000002092 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-7e2e-356a-281c-000000002092') missing from stats 2025-09-30 14:22:45.494909 | fa163eff-7e2e-356a-281c-000000002093 | TASK | get the default.conf file 2025-09-30 14:22:45.746940 | fa163eff-7e2e-356a-281c-000000002093 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-7e2e-356a-281c-000000002093') missing from stats 2025-09-30 14:22:45.796391 | fa163eff-7e2e-356a-281c-000000002094 | TASK | set the principal 2025-09-30 14:22:45.859937 | fa163eff-7e2e-356a-281c-000000002094 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-7e2e-356a-281c-000000002094') missing from stats 2025-09-30 14:22:45.907952 | fa163eff-7e2e-356a-281c-000000002096 | TASK | add new host with one-time password 2025-09-30 14:22:47.108752 | fa163eff-7e2e-356a-281c-000000002096 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-7e2e-356a-281c-000000002096') missing from stats 2025-09-30 14:22:47.153873 | fa163eff-7e2e-356a-281c-000000002097 | TASK | set otp as a host fact 2025-09-30 14:22:47.196353 | fa163eff-7e2e-356a-281c-000000002097 | SKIPPED | set otp as a host fact | standalone 2025-09-30 14:22:47.197947 | fa163eff-7e2e-356a-281c-000000002097 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:50.930081 | 0.04s 2025-09-30 14:22:47.245001 | fa163eff-7e2e-356a-281c-000000002099 | TASK | add required services using custom module 2025-09-30 14:22:50.627246 | fa163eff-7e2e-356a-281c-000000002099 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-7e2e-356a-281c-000000002099') missing from stats 2025-09-30 14:22:50.699116 | fa163eff-7e2e-356a-281c-000000002070 | TASK | check if default.conf exists 2025-09-30 14:22:50.964806 | fa163eff-7e2e-356a-281c-000000002070 | OK | check if default.conf exists | standalone 2025-09-30 14:22:50.966001 | fa163eff-7e2e-356a-281c-000000002070 | TIMING | check if default.conf exists | standalone | 0:03:54.698144 | 0.27s 2025-09-30 14:22:50.990738 | fa163eff-7e2e-356a-281c-000000002071 | TASK | install openssl-perl 2025-09-30 14:22:51.030590 | fa163eff-7e2e-356a-281c-000000002071 | SKIPPED | install openssl-perl | standalone 2025-09-30 14:22:51.031748 | fa163eff-7e2e-356a-281c-000000002071 | TIMING | install openssl-perl | standalone | 0:03:54.763888 | 0.04s 2025-09-30 14:22:51.056918 | fa163eff-7e2e-356a-281c-000000002072 | TASK | register as an ipa client 2025-09-30 14:22:51.100884 | fa163eff-7e2e-356a-281c-000000002072 | SKIPPED | register as an ipa client | standalone 2025-09-30 14:22:51.102614 | fa163eff-7e2e-356a-281c-000000002072 | TIMING | register as an ipa client | standalone | 0:03:54.834675 | 0.04s 2025-09-30 14:22:51.127726 | fa163eff-7e2e-356a-281c-000000002073 | TASK | restart certmonger service 2025-09-30 14:22:51.169518 | fa163eff-7e2e-356a-281c-000000002073 | SKIPPED | restart certmonger service | standalone 2025-09-30 14:22:51.170737 | fa163eff-7e2e-356a-281c-000000002073 | TIMING | restart certmonger service | standalone | 0:03:54.902875 | 0.04s 2025-09-30 14:22:51.195326 | fa163eff-7e2e-356a-281c-000000002074 | TASK | set discovered ipa realm 2025-09-30 14:22:51.237588 | fa163eff-7e2e-356a-281c-000000002074 | OK | set discovered ipa realm | standalone 2025-09-30 14:22:51.239027 | fa163eff-7e2e-356a-281c-000000002074 | TIMING | set discovered ipa realm | standalone | 0:03:54.971163 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-09-30 14:22:51.385912 | fa163eff-7e2e-356a-281c-0000000000b6 | TASK | External deployment step 1 2025-09-30 14:22:51.416225 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000b6') missing from stats 2025-09-30 14:22:51.475949 | fa163eff-7e2e-356a-281c-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:55.208073 | 0.04s 2025-09-30 14:22:51.513924 | 7bc7faa6-f50b-4834-904f-d33cc5fdbc39 | INCLUDED | /root/standalone-ansible-44vyqawn/external_deploy_steps_tasks_step1.yaml | undercloud 2025-09-30 14:22:51.532414 | fa163eff-7e2e-356a-281c-0000000020ef | TASK | Container image prepare 2025-09-30 14:22:52.706043 | fa163eff-7e2e-356a-281c-0000000020ef | CHANGED | Container image prepare | undercloud 2025-09-30 14:22:52.708435 | fa163eff-7e2e-356a-281c-0000000020ef | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:56.440572 | 1.17s 2025-09-30 14:22:52.796305 | fa163eff-7e2e-356a-281c-0000000020f6 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:56.528427 | 0.05s 2025-09-30 14:22:52.839153 | fa163eff-7e2e-356a-281c-000000002115 | TASK | get dns zones and entries to add 2025-09-30 14:22:52.907170 | fa163eff-7e2e-356a-281c-000000002115 | OK | get dns zones and entries to add | undercloud 2025-09-30 14:22:52.908924 | fa163eff-7e2e-356a-281c-000000002115 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:56.641061 | 0.07s 2025-09-30 14:22:52.990973 | fa163eff-7e2e-356a-281c-000000002116 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "122.168.192.in-addr.arpa", "tenant.ooo.test", "storage.ooo.test", "storagemgmt.ooo.test", "ooo.test", "0.21.172.in-addr.arpa", "0.17.172.in-addr.arpa", "0.20.172.in-addr.arpa", "ctlplane.ooo.test", "external.ooo.test", "internalapi.ooo.test", "0.18.172.in-addr.arpa", "0.19.172.in-addr.arpa" ] } 2025-09-30 14:22:52.993007 | fa163eff-7e2e-356a-281c-000000002116 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:56.725144 | 0.06s 2025-09-30 14:22:53.077170 | fa163eff-7e2e-356a-281c-000000002117 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2025-09-30 14:22:53.078931 | fa163eff-7e2e-356a-281c-000000002117 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:56.811068 | 0.07s 2025-09-30 14:22:53.095965 | fa163eff-7e2e-356a-281c-000000002118 | TASK | add dns zones and records 2025-09-30 14:22:55.969264 | fa163eff-7e2e-356a-281c-000000002118 | CHANGED | add dns zones and records | undercloud 2025-09-30 14:22:55.970490 | fa163eff-7e2e-356a-281c-000000002118 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:59.702632 | 2.87s 2025-09-30 14:22:56.001647 | fa163eff-7e2e-356a-281c-0000000020f8 | TASK | Create /etc/openstack directory if it does not exist 2025-09-30 14:22:56.220438 | fa163eff-7e2e-356a-281c-0000000020f8 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-09-30 14:22:56.221406 | fa163eff-7e2e-356a-281c-0000000020f8 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:59.953551 | 0.22s 2025-09-30 14:22:56.237743 | fa163eff-7e2e-356a-281c-0000000020f9 | TASK | Configure /etc/openstack/clouds.yaml 2025-09-30 14:22:56.289642 | fa163eff-7e2e-356a-281c-0000000020f9 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:00.021764 | 0.05s 2025-09-30 14:22:56.336734 | fa163eff-7e2e-356a-281c-00000000214a | TASK | Check if /etc/openstack/clouds.yaml exists 2025-09-30 14:22:56.581000 | fa163eff-7e2e-356a-281c-00000000214a | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-09-30 14:22:56.582375 | fa163eff-7e2e-356a-281c-00000000214a | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:00.314512 | 0.24s 2025-09-30 14:22:56.601965 | fa163eff-7e2e-356a-281c-00000000214b | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-09-30 14:22:57.122889 | fa163eff-7e2e-356a-281c-00000000214b | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-09-30 14:22:57.124429 | fa163eff-7e2e-356a-281c-00000000214b | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:00.856567 | 0.52s 2025-09-30 14:22:57.144690 | fa163eff-7e2e-356a-281c-00000000214c | TASK | Configure /etc/openstack/clouds.yaml 2025-09-30 14:22:57.197389 | fa163eff-7e2e-356a-281c-00000000214c | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:00.929511 | 0.05s 2025-09-30 14:22:57.245179 | fa163eff-7e2e-356a-281c-000000002186 | TASK | Check for a configured destination 2025-09-30 14:22:57.312074 | fa163eff-7e2e-356a-281c-000000002186 | SKIPPED | Check for a configured destination | undercloud 2025-09-30 14:22:57.313481 | fa163eff-7e2e-356a-281c-000000002186 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:01.045616 | 0.07s 2025-09-30 14:22:57.350743 | fa163eff-7e2e-356a-281c-000000002187 | TASK | Generate /etc/openstack/clouds.yaml config 2025-09-30 14:22:57.821846 | fa163eff-7e2e-356a-281c-000000002187 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-09-30 14:22:57.823248 | fa163eff-7e2e-356a-281c-000000002187 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:01.555385 | 0.47s PLAY [Deploy step tasks for 1] ************************************************* 2025-09-30 14:22:57.989806 | fa163eff-7e2e-356a-281c-0000000000ba | TASK | Deploy step tasks for 1 2025-09-30 14:22:58.027480 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000ba') missing from stats 2025-09-30 14:22:58.048697 | fa163eff-7e2e-356a-281c-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-09-30 14:22:58.562883 | fa163eff-7e2e-356a-281c-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-09-30 14:22:58.564471 | fa163eff-7e2e-356a-281c-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:02.296604 | 0.51s 2025-09-30 14:22:58.589243 | fa163eff-7e2e-356a-281c-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-09-30 14:22:58.829718 | fa163eff-7e2e-356a-281c-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-09-30 14:22:58.831210 | fa163eff-7e2e-356a-281c-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:02.563348 | 0.24s 2025-09-30 14:22:58.856123 | fa163eff-7e2e-356a-281c-0000000000be | TASK | Write config data at the start of step 1 2025-09-30 14:22:58.929981 | fa163eff-7e2e-356a-281c-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:02.662110 | 0.07s 2025-09-30 14:22:58.973770 | 06ff820f-a8a9-47b0-b0a6-7ea205a3c8a0 | INCLUDED | /root/standalone-ansible-44vyqawn/common_deploy_steps_tasks_step_1.yaml | standalone 2025-09-30 14:22:58.997401 | fa163eff-7e2e-356a-281c-0000000021c5 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-09-30 14:22:59.026873 | fa163eff-7e2e-356a-281c-0000000021c5 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-09-30 14:22:59.027710 | fa163eff-7e2e-356a-281c-0000000021c5 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:02.759854 | 0.03s 2025-09-30 14:22:59.046670 | fa163eff-7e2e-356a-281c-0000000021c6 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-09-30 14:22:59.072848 | fa163eff-7e2e-356a-281c-0000000021c6 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-09-30 14:22:59.073906 | fa163eff-7e2e-356a-281c-0000000021c6 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:02.806045 | 0.03s 2025-09-30 14:22:59.098437 | fa163eff-7e2e-356a-281c-0000000021c7 | TASK | Write the puppet step_config manifest 2025-09-30 14:22:59.606392 | fa163eff-7e2e-356a-281c-0000000021c7 | CHANGED | Write the puppet step_config manifest | standalone 2025-09-30 14:22:59.607784 | fa163eff-7e2e-356a-281c-0000000021c7 | TIMING | Write the puppet step_config manifest | standalone | 0:04:03.339923 | 0.51s 2025-09-30 14:22:59.632997 | fa163eff-7e2e-356a-281c-0000000021c8 | TASK | Diff puppet step_config manifest changes for check mode 2025-09-30 14:22:59.663677 | fa163eff-7e2e-356a-281c-0000000021c8 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-09-30 14:22:59.664818 | fa163eff-7e2e-356a-281c-0000000021c8 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:03.396956 | 0.03s 2025-09-30 14:22:59.689116 | fa163eff-7e2e-356a-281c-0000000021c9 | TASK | Diff puppet step_config manifest changes for check mode 2025-09-30 14:22:59.719179 | fa163eff-7e2e-356a-281c-0000000021c9 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-09-30 14:22:59.720086 | fa163eff-7e2e-356a-281c-0000000021c9 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:03.452235 | 0.03s 2025-09-30 14:22:59.737088 | fa163eff-7e2e-356a-281c-0000000021ca | TASK | Create /var/lib/container-puppet 2025-09-30 14:22:59.976922 | fa163eff-7e2e-356a-281c-0000000021ca | OK | Create /var/lib/container-puppet | standalone 2025-09-30 14:22:59.978318 | fa163eff-7e2e-356a-281c-0000000021ca | TIMING | Create /var/lib/container-puppet | standalone | 0:04:03.710457 | 0.24s 2025-09-30 14:23:00.003924 | fa163eff-7e2e-356a-281c-0000000021cb | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-09-30 14:23:00.035792 | fa163eff-7e2e-356a-281c-0000000021cb | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-09-30 14:23:00.037092 | fa163eff-7e2e-356a-281c-0000000021cb | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.769229 | 0.03s 2025-09-30 14:23:00.062628 | fa163eff-7e2e-356a-281c-0000000021cc | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-09-30 14:23:00.094122 | fa163eff-7e2e-356a-281c-0000000021cc | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-09-30 14:23:00.095450 | fa163eff-7e2e-356a-281c-0000000021cc | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.827581 | 0.03s 2025-09-30 14:23:00.120255 | fa163eff-7e2e-356a-281c-0000000021cd | TASK | Write container-puppet.json file 2025-09-30 14:23:00.718704 | fa163eff-7e2e-356a-281c-0000000021cd | CHANGED | Write container-puppet.json file | standalone 2025-09-30 14:23:00.720443 | fa163eff-7e2e-356a-281c-0000000021cd | TIMING | Write container-puppet.json file | standalone | 0:04:04.452582 | 0.60s 2025-09-30 14:23:00.745372 | fa163eff-7e2e-356a-281c-0000000021ce | TASK | Diff container-puppet.json changes for check mode 2025-09-30 14:23:00.774975 | fa163eff-7e2e-356a-281c-0000000021ce | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-09-30 14:23:00.776348 | fa163eff-7e2e-356a-281c-0000000021ce | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:04.508478 | 0.03s 2025-09-30 14:23:00.802493 | fa163eff-7e2e-356a-281c-0000000021cf | TASK | Diff container-puppet.json changes for check mode 2025-09-30 14:23:00.833328 | fa163eff-7e2e-356a-281c-0000000021cf | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-09-30 14:23:00.834762 | fa163eff-7e2e-356a-281c-0000000021cf | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:04.566900 | 0.03s 2025-09-30 14:23:00.860087 | fa163eff-7e2e-356a-281c-0000000021d0 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-09-30 14:23:01.252633 | fa163eff-7e2e-356a-281c-0000000021d0 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-09-30 14:23:01.254049 | fa163eff-7e2e-356a-281c-0000000021d0 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:04.986187 | 0.39s 2025-09-30 14:23:01.279324 | fa163eff-7e2e-356a-281c-0000000021d1 | TASK | Set host puppet debugging fact string 2025-09-30 14:23:01.313086 | fa163eff-7e2e-356a-281c-0000000021d1 | SKIPPED | Set host puppet debugging fact string | standalone 2025-09-30 14:23:01.314578 | fa163eff-7e2e-356a-281c-0000000021d1 | TIMING | Set host puppet debugging fact string | standalone | 0:04:05.046674 | 0.03s 2025-09-30 14:23:01.340959 | fa163eff-7e2e-356a-281c-0000000021d2 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-09-30 14:23:01.371575 | fa163eff-7e2e-356a-281c-0000000021d2 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-09-30 14:23:01.372851 | fa163eff-7e2e-356a-281c-0000000021d2 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:05.104988 | 0.03s 2025-09-30 14:23:01.399734 | fa163eff-7e2e-356a-281c-0000000021d3 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-09-30 14:23:01.430463 | fa163eff-7e2e-356a-281c-0000000021d3 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-09-30 14:23:01.432026 | fa163eff-7e2e-356a-281c-0000000021d3 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:05.164159 | 0.03s 2025-09-30 14:23:01.458797 | fa163eff-7e2e-356a-281c-0000000021d4 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-09-30 14:23:01.489815 | fa163eff-7e2e-356a-281c-0000000021d4 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-09-30 14:23:01.491232 | fa163eff-7e2e-356a-281c-0000000021d4 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:05.223367 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:23:01.560228 | fa163eff-7e2e-356a-281c-0000000000c0 | TIMING | include_tasks | standalone | 0:04:05.292359 | 0.04s 2025-09-30 14:23:01.718512 | e2a50d1f-8154-4dc9-9b06-4ec4c51ef67f | INCLUDED | /root/standalone-ansible-44vyqawn/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-09-30 14:23:01.762907 | fa163eff-7e2e-356a-281c-0000000021ff | TASK | Create dirs for certificates and keys 2025-09-30 14:23:02.031002 | fa163eff-7e2e-356a-281c-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-09-30 14:23:02.032726 | fa163eff-7e2e-356a-281c-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.764855 | 0.27s 2025-09-30 14:23:02.229164 | fa163eff-7e2e-356a-281c-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-09-30 14:23:02.230493 | fa163eff-7e2e-356a-281c-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.962632 | 0.47s 2025-09-30 14:23:02.243767 | fa163eff-7e2e-356a-281c-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.975900 | 0.48s 2025-09-30 14:23:02.325269 | fa163eff-7e2e-356a-281c-000000002200 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:06.057392 | 0.05s 2025-09-30 14:23:02.403316 | fa163eff-7e2e-356a-281c-000000002316 | TASK | Set version specific variables 2025-09-30 14:23:02.442718 | fa163eff-7e2e-356a-281c-000000002316 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:06.174853 | 0.04s 2025-09-30 14:23:02.462077 | 92280338-2f3c-4b8f-bb73-3848754a004f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:23:02.486773 | fa163eff-7e2e-356a-281c-000000002349 | TASK | Ensure ansible_facts used by role 2025-09-30 14:23:02.897857 | fa163eff-7e2e-356a-281c-000000002349 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:23:02.898990 | fa163eff-7e2e-356a-281c-000000002349 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:06.631134 | 0.41s 2025-09-30 14:23:02.919739 | fa163eff-7e2e-356a-281c-00000000234a | TASK | Set platform/version specific variables 2025-09-30 14:23:03.006657 | fa163eff-7e2e-356a-281c-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:23:03.039336 | fa163eff-7e2e-356a-281c-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:23:03.066409 | fa163eff-7e2e-356a-281c-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:23:03.086741 | fa163eff-7e2e-356a-281c-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:23:03.094918 | fa163eff-7e2e-356a-281c-00000000234a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:06.827059 | 0.17s 2025-09-30 14:23:03.112885 | fa163eff-7e2e-356a-281c-000000002317 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:23:06.029426 | fa163eff-7e2e-356a-281c-000000002317 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:23:06.030909 | fa163eff-7e2e-356a-281c-000000002317 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:09.763047 | 2.92s 2025-09-30 14:23:06.056391 | fa163eff-7e2e-356a-281c-000000002319 | TASK | Ensure provider packages are installed 2025-09-30 14:23:08.957268 | fa163eff-7e2e-356a-281c-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:12.689386 | 2.90s 2025-09-30 14:23:08.969693 | fa163eff-7e2e-356a-281c-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:12.701826 | 2.91s 2025-09-30 14:23:08.995717 | fa163eff-7e2e-356a-281c-00000000231b | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:23:09.297208 | fa163eff-7e2e-356a-281c-00000000231b | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:23:09.298763 | fa163eff-7e2e-356a-281c-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:13.030899 | 0.30s 2025-09-30 14:23:09.304904 | fa163eff-7e2e-356a-281c-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:13.037039 | 0.31s 2025-09-30 14:23:09.332245 | fa163eff-7e2e-356a-281c-00000000231d | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:23:09.632715 | fa163eff-7e2e-356a-281c-00000000231d | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:23:09.635004 | fa163eff-7e2e-356a-281c-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:13.367140 | 0.30s 2025-09-30 14:23:09.644894 | fa163eff-7e2e-356a-281c-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:13.377030 | 0.31s 2025-09-30 14:23:09.671739 | fa163eff-7e2e-356a-281c-00000000231f | TASK | Ensure provider service is running 2025-09-30 14:23:10.438597 | fa163eff-7e2e-356a-281c-00000000231f | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:23:10.440790 | fa163eff-7e2e-356a-281c-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:14.172925 | 0.77s 2025-09-30 14:23:10.449347 | fa163eff-7e2e-356a-281c-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:14.181485 | 0.78s 2025-09-30 14:23:10.471927 | fa163eff-7e2e-356a-281c-000000002322 | TASK | Ensure certificate requests 2025-09-30 14:23:12.883580 | fa163eff-7e2e-356a-281c-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2025-09-30 14:23:12.885100 | fa163eff-7e2e-356a-281c-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.617236 | 2.41s 2025-09-30 14:23:14.366685 | fa163eff-7e2e-356a-281c-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2025-09-30 14:23:14.368790 | fa163eff-7e2e-356a-281c-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.100927 | 3.90s 2025-09-30 14:23:17.079660 | fa163eff-7e2e-356a-281c-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2025-09-30 14:23:17.082620 | fa163eff-7e2e-356a-281c-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.814754 | 6.61s 2025-09-30 14:23:19.482808 | fa163eff-7e2e-356a-281c-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2025-09-30 14:23:19.484413 | fa163eff-7e2e-356a-281c-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:23.216547 | 9.01s 2025-09-30 14:23:21.429785 | fa163eff-7e2e-356a-281c-000000002322 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2025-09-30 14:23:21.431092 | fa163eff-7e2e-356a-281c-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.163232 | 10.96s 2025-09-30 14:23:21.440145 | fa163eff-7e2e-356a-281c-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.172278 | 10.97s 2025-09-30 14:23:21.491837 | fa163eff-7e2e-356a-281c-000000002207 | TASK | Fail if container image is undefined 2025-09-30 14:23:21.554739 | fa163eff-7e2e-356a-281c-000000002207 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:23:21.556048 | fa163eff-7e2e-356a-281c-000000002207 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:25.288184 | 0.06s 2025-09-30 14:23:21.598094 | fa163eff-7e2e-356a-281c-000000002208 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-09-30 14:23:36.123005 | fa163eff-7e2e-356a-281c-000000002208 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-09-30 14:23:36.124467 | fa163eff-7e2e-356a-281c-000000002208 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:39.856605 | 14.52s 2025-09-30 14:23:36.179780 | fa163eff-7e2e-356a-281c-000000002209 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-09-30 14:23:36.551956 | fa163eff-7e2e-356a-281c-000000002209 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-09-30 14:23:36.553323 | fa163eff-7e2e-356a-281c-000000002209 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:40.285461 | 0.37s 2025-09-30 14:23:36.603181 | fa163eff-7e2e-356a-281c-000000002218 | TASK | Fail if container image is undefined 2025-09-30 14:23:36.666153 | fa163eff-7e2e-356a-281c-000000002218 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:23:36.667874 | fa163eff-7e2e-356a-281c-000000002218 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:40.400006 | 0.06s 2025-09-30 14:23:36.718809 | fa163eff-7e2e-356a-281c-000000002219 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-09-30 14:23:42.485610 | fa163eff-7e2e-356a-281c-000000002219 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-09-30 14:23:42.487459 | fa163eff-7e2e-356a-281c-000000002219 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:46.219595 | 5.77s 2025-09-30 14:23:42.545458 | fa163eff-7e2e-356a-281c-00000000221a | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-09-30 14:23:42.898258 | fa163eff-7e2e-356a-281c-00000000221a | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-09-30 14:23:42.899874 | fa163eff-7e2e-356a-281c-00000000221a | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:46.632007 | 0.35s 2025-09-30 14:23:42.950442 | fa163eff-7e2e-356a-281c-000000002225 | TASK | Check if rsyslog exists 2025-09-30 14:23:43.197415 | fa163eff-7e2e-356a-281c-000000002225 | CHANGED | Check if rsyslog exists | standalone 2025-09-30 14:23:43.198997 | fa163eff-7e2e-356a-281c-000000002225 | TIMING | Check if rsyslog exists | standalone | 0:04:46.931127 | 0.25s 2025-09-30 14:23:43.225614 | fa163eff-7e2e-356a-281c-000000002227 | TASK | Forward logging to haproxy.log file 2025-09-30 14:23:43.495625 | fa163eff-7e2e-356a-281c-000000002227 | CHANGED | Forward logging to haproxy.log file | standalone 2025-09-30 14:23:43.497038 | fa163eff-7e2e-356a-281c-000000002227 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:47.229177 | 0.27s 2025-09-30 14:23:43.522916 | fa163eff-7e2e-356a-281c-000000002228 | TASK | restart rsyslog service after logging conf change 2025-09-30 14:23:44.320098 | fa163eff-7e2e-356a-281c-000000002228 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-09-30 14:23:44.322081 | fa163eff-7e2e-356a-281c-000000002228 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:48.054219 | 0.80s 2025-09-30 14:23:44.350023 | fa163eff-7e2e-356a-281c-00000000222f | TASK | Fail if container image is undefined 2025-09-30 14:23:44.411100 | fa163eff-7e2e-356a-281c-00000000222f | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:23:44.412387 | fa163eff-7e2e-356a-281c-00000000222f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:48.144513 | 0.06s 2025-09-30 14:23:44.455629 | fa163eff-7e2e-356a-281c-000000002230 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-09-30 14:23:51.387639 | fa163eff-7e2e-356a-281c-000000002230 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-09-30 14:23:51.389189 | fa163eff-7e2e-356a-281c-000000002230 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:55.121328 | 6.93s 2025-09-30 14:23:51.443413 | fa163eff-7e2e-356a-281c-000000002231 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-09-30 14:23:51.788655 | fa163eff-7e2e-356a-281c-000000002231 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-09-30 14:23:51.790153 | fa163eff-7e2e-356a-281c-000000002231 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:55.522290 | 0.35s 2025-09-30 14:23:51.838473 | fa163eff-7e2e-356a-281c-00000000223c | TASK | make sure certmonger is installed 2025-09-30 14:23:54.668656 | fa163eff-7e2e-356a-281c-00000000223c | OK | make sure certmonger is installed | standalone 2025-09-30 14:23:54.669814 | fa163eff-7e2e-356a-281c-00000000223c | TIMING | make sure certmonger is installed | standalone | 0:04:58.401958 | 2.83s 2025-09-30 14:23:54.690941 | fa163eff-7e2e-356a-281c-00000000223d | TASK | make sure certmonger service is started 2025-09-30 14:23:55.088803 | fa163eff-7e2e-356a-281c-00000000223d | OK | make sure certmonger service is started | standalone 2025-09-30 14:23:55.090616 | fa163eff-7e2e-356a-281c-00000000223d | TIMING | make sure certmonger service is started | standalone | 0:04:58.822753 | 0.40s 2025-09-30 14:23:55.118696 | fa163eff-7e2e-356a-281c-00000000223e | TASK | Create dirs for certificates and keys 2025-09-30 14:23:55.384867 | fa163eff-7e2e-356a-281c-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-09-30 14:23:55.387207 | fa163eff-7e2e-356a-281c-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:59.119336 | 0.27s 2025-09-30 14:23:55.588636 | fa163eff-7e2e-356a-281c-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-09-30 14:23:55.590404 | fa163eff-7e2e-356a-281c-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:59.322546 | 0.47s 2025-09-30 14:23:55.601146 | fa163eff-7e2e-356a-281c-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:59.333253 | 0.48s 2025-09-30 14:23:55.628484 | fa163eff-7e2e-356a-281c-00000000223f | TASK | Extract and trust certmonger's local CA 2025-09-30 14:23:59.644904 | fa163eff-7e2e-356a-281c-00000000223f | CHANGED | Extract and trust certmonger's local CA | standalone 2025-09-30 14:23:59.646391 | fa163eff-7e2e-356a-281c-00000000223f | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:03.378530 | 4.02s 2025-09-30 14:23:59.705100 | fa163eff-7e2e-356a-281c-000000002240 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.437240 | 0.04s 2025-09-30 14:23:59.749038 | fa163eff-7e2e-356a-281c-0000000023ca | TASK | Set version specific variables 2025-09-30 14:23:59.798812 | fa163eff-7e2e-356a-281c-0000000023ca | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:03.530943 | 0.05s 2025-09-30 14:23:59.811943 | 2815a33c-a8e4-4680-b788-2cd3e52e1387 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:23:59.836288 | fa163eff-7e2e-356a-281c-000000002409 | TASK | Ensure ansible_facts used by role 2025-09-30 14:24:00.281884 | fa163eff-7e2e-356a-281c-000000002409 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:24:00.283562 | fa163eff-7e2e-356a-281c-000000002409 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:04.015679 | 0.45s 2025-09-30 14:24:00.309959 | fa163eff-7e2e-356a-281c-00000000240a | TASK | Set platform/version specific variables 2025-09-30 14:24:00.390104 | fa163eff-7e2e-356a-281c-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:24:00.408934 | fa163eff-7e2e-356a-281c-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:24:00.428923 | fa163eff-7e2e-356a-281c-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:24:00.443154 | fa163eff-7e2e-356a-281c-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:24:00.456025 | fa163eff-7e2e-356a-281c-00000000240a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:04.188152 | 0.14s 2025-09-30 14:24:00.482222 | fa163eff-7e2e-356a-281c-0000000023cb | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:24:03.381839 | fa163eff-7e2e-356a-281c-0000000023cb | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:24:03.383701 | fa163eff-7e2e-356a-281c-0000000023cb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:07.115838 | 2.90s 2025-09-30 14:24:03.409968 | fa163eff-7e2e-356a-281c-0000000023cd | TASK | Ensure provider packages are installed 2025-09-30 14:24:06.363001 | fa163eff-7e2e-356a-281c-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:10.095110 | 2.95s 2025-09-30 14:24:06.374034 | fa163eff-7e2e-356a-281c-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:10.106164 | 2.96s 2025-09-30 14:24:06.401240 | fa163eff-7e2e-356a-281c-0000000023cf | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:24:06.692437 | fa163eff-7e2e-356a-281c-0000000023cf | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:24:06.694755 | fa163eff-7e2e-356a-281c-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:10.426889 | 0.29s 2025-09-30 14:24:06.704904 | fa163eff-7e2e-356a-281c-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:10.437043 | 0.30s 2025-09-30 14:24:06.731320 | fa163eff-7e2e-356a-281c-0000000023d1 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:24:07.033691 | fa163eff-7e2e-356a-281c-0000000023d1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:24:07.035025 | fa163eff-7e2e-356a-281c-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:10.767162 | 0.30s 2025-09-30 14:24:07.039728 | fa163eff-7e2e-356a-281c-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:10.771865 | 0.31s 2025-09-30 14:24:07.066387 | fa163eff-7e2e-356a-281c-0000000023d3 | TASK | Ensure provider service is running 2025-09-30 14:24:07.569455 | fa163eff-7e2e-356a-281c-0000000023d3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:24:07.571382 | fa163eff-7e2e-356a-281c-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:11.303518 | 0.50s 2025-09-30 14:24:07.580954 | fa163eff-7e2e-356a-281c-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:11.313085 | 0.51s 2025-09-30 14:24:07.609467 | fa163eff-7e2e-356a-281c-0000000023d6 | TASK | Ensure certificate requests 2025-09-30 14:24:09.389088 | fa163eff-7e2e-356a-281c-0000000023d6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-09-30 14:24:09.390912 | fa163eff-7e2e-356a-281c-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:13.123040 | 1.78s 2025-09-30 14:24:09.405252 | fa163eff-7e2e-356a-281c-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:13.137354 | 1.79s 2025-09-30 14:24:09.456298 | fa163eff-7e2e-356a-281c-000000002242 | TASK | Create dirs for certificates and keys 2025-09-30 14:24:09.732352 | fa163eff-7e2e-356a-281c-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-09-30 14:24:09.734220 | fa163eff-7e2e-356a-281c-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:13.466341 | 0.28s 2025-09-30 14:24:09.967561 | fa163eff-7e2e-356a-281c-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-09-30 14:24:09.968775 | fa163eff-7e2e-356a-281c-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:13.700912 | 0.51s 2025-09-30 14:24:09.975534 | fa163eff-7e2e-356a-281c-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:13.707678 | 0.52s 2025-09-30 14:24:10.030266 | fa163eff-7e2e-356a-281c-000000002243 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:13.762397 | 0.04s 2025-09-30 14:24:10.094206 | fa163eff-7e2e-356a-281c-000000002458 | TASK | Set version specific variables 2025-09-30 14:24:10.141449 | fa163eff-7e2e-356a-281c-000000002458 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:13.873578 | 0.05s 2025-09-30 14:24:10.161877 | 09f592e4-49f6-46ad-ab37-9c140819dea7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:24:10.192231 | fa163eff-7e2e-356a-281c-00000000248b | TASK | Ensure ansible_facts used by role 2025-09-30 14:24:10.563223 | fa163eff-7e2e-356a-281c-00000000248b | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:24:10.564742 | fa163eff-7e2e-356a-281c-00000000248b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:14.296877 | 0.37s 2025-09-30 14:24:10.591756 | fa163eff-7e2e-356a-281c-00000000248c | TASK | Set platform/version specific variables 2025-09-30 14:24:10.667238 | fa163eff-7e2e-356a-281c-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:24:10.686142 | fa163eff-7e2e-356a-281c-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:24:10.732321 | fa163eff-7e2e-356a-281c-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:24:10.739236 | fa163eff-7e2e-356a-281c-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:24:10.745783 | fa163eff-7e2e-356a-281c-00000000248c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:14.477915 | 0.15s 2025-09-30 14:24:10.771465 | fa163eff-7e2e-356a-281c-000000002459 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:24:13.603650 | fa163eff-7e2e-356a-281c-000000002459 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:24:13.605198 | fa163eff-7e2e-356a-281c-000000002459 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:17.337334 | 2.83s 2025-09-30 14:24:13.632535 | fa163eff-7e2e-356a-281c-00000000245b | TASK | Ensure provider packages are installed 2025-09-30 14:24:16.678930 | fa163eff-7e2e-356a-281c-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:20.411056 | 3.04s 2025-09-30 14:24:16.683940 | fa163eff-7e2e-356a-281c-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:20.416072 | 3.05s 2025-09-30 14:24:16.710284 | fa163eff-7e2e-356a-281c-00000000245d | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:24:16.993579 | fa163eff-7e2e-356a-281c-00000000245d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:24:16.994963 | fa163eff-7e2e-356a-281c-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:20.727100 | 0.28s 2025-09-30 14:24:17.001053 | fa163eff-7e2e-356a-281c-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:20.733189 | 0.29s 2025-09-30 14:24:17.027441 | fa163eff-7e2e-356a-281c-00000000245f | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:24:17.294359 | fa163eff-7e2e-356a-281c-00000000245f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:24:17.295834 | fa163eff-7e2e-356a-281c-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:21.027969 | 0.27s 2025-09-30 14:24:17.302401 | fa163eff-7e2e-356a-281c-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:21.034532 | 0.27s 2025-09-30 14:24:17.329074 | fa163eff-7e2e-356a-281c-000000002461 | TASK | Ensure provider service is running 2025-09-30 14:24:17.729001 | fa163eff-7e2e-356a-281c-000000002461 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:24:17.731726 | fa163eff-7e2e-356a-281c-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:21.463861 | 0.40s 2025-09-30 14:24:17.742190 | fa163eff-7e2e-356a-281c-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:21.474319 | 0.41s 2025-09-30 14:24:17.769335 | fa163eff-7e2e-356a-281c-000000002464 | TASK | Ensure certificate requests 2025-09-30 14:24:19.539198 | fa163eff-7e2e-356a-281c-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-09-30 14:24:19.541914 | fa163eff-7e2e-356a-281c-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.274045 | 1.77s 2025-09-30 14:24:21.708578 | fa163eff-7e2e-356a-281c-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-09-30 14:24:21.710718 | fa163eff-7e2e-356a-281c-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:25.442859 | 3.94s 2025-09-30 14:24:23.728079 | fa163eff-7e2e-356a-281c-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-09-30 14:24:23.730352 | fa163eff-7e2e-356a-281c-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.462490 | 5.96s 2025-09-30 14:24:25.506403 | fa163eff-7e2e-356a-281c-000000002464 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-09-30 14:24:25.508855 | fa163eff-7e2e-356a-281c-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.240994 | 7.74s 2025-09-30 14:24:25.520531 | fa163eff-7e2e-356a-281c-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.252665 | 7.75s 2025-09-30 14:24:25.570952 | fa163eff-7e2e-356a-281c-000000002245 | TASK | Run lvmfilter role 2025-09-30 14:24:25.621643 | fa163eff-7e2e-356a-281c-000000002245 | TIMING | Run lvmfilter role | standalone | 0:05:29.353772 | 0.05s 2025-09-30 14:24:25.694757 | fa163eff-7e2e-356a-281c-0000000024f8 | TASK | Check if lvm2 is installed 2025-09-30 14:24:25.944596 | fa163eff-7e2e-356a-281c-0000000024f8 | CHANGED | Check if lvm2 is installed | standalone 2025-09-30 14:24:25.945905 | fa163eff-7e2e-356a-281c-0000000024f8 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:29.678044 | 0.25s 2025-09-30 14:24:25.971996 | fa163eff-7e2e-356a-281c-0000000024fa | TASK | collect ansible devices 2025-09-30 14:24:26.010859 | fa163eff-7e2e-356a-281c-0000000024fa | SKIPPED | collect ansible devices | standalone 2025-09-30 14:24:26.011767 | fa163eff-7e2e-356a-281c-0000000024fa | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:29.743911 | 0.04s 2025-09-30 14:24:26.031822 | fa163eff-7e2e-356a-281c-0000000024fb | TASK | collect in-use lvm2 devices list 2025-09-30 14:24:26.078977 | fa163eff-7e2e-356a-281c-0000000024fb | SKIPPED | collect in-use lvm2 devices list | standalone 2025-09-30 14:24:26.080271 | fa163eff-7e2e-356a-281c-0000000024fb | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:29.812410 | 0.05s 2025-09-30 14:24:26.105690 | fa163eff-7e2e-356a-281c-0000000024fc | TASK | set allowed_devices 2025-09-30 14:24:26.157277 | fa163eff-7e2e-356a-281c-0000000024fc | SKIPPED | set allowed_devices | standalone 2025-09-30 14:24:26.158538 | fa163eff-7e2e-356a-281c-0000000024fc | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:29.890675 | 0.05s 2025-09-30 14:24:26.183998 | fa163eff-7e2e-356a-281c-0000000024fd | TASK | build lvm2 allow list 2025-09-30 14:24:26.233836 | fa163eff-7e2e-356a-281c-0000000024fd | SKIPPED | build lvm2 allow list | standalone 2025-09-30 14:24:26.234991 | fa163eff-7e2e-356a-281c-0000000024fd | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:29.967129 | 0.05s 2025-09-30 14:24:26.259805 | fa163eff-7e2e-356a-281c-0000000024fe | TASK | build lvm2 deny list 2025-09-30 14:24:26.309835 | fa163eff-7e2e-356a-281c-0000000024fe | SKIPPED | build lvm2 deny list | standalone 2025-09-30 14:24:26.311113 | fa163eff-7e2e-356a-281c-0000000024fe | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:30.043251 | 0.05s 2025-09-30 14:24:26.336448 | fa163eff-7e2e-356a-281c-0000000024ff | TASK | build lvm2 filter 2025-09-30 14:24:26.384853 | fa163eff-7e2e-356a-281c-0000000024ff | SKIPPED | build lvm2 filter | standalone 2025-09-30 14:24:26.385688 | fa163eff-7e2e-356a-281c-0000000024ff | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:30.117833 | 0.05s 2025-09-30 14:24:26.404988 | fa163eff-7e2e-356a-281c-000000002500 | TASK | regenerate lvm config 2025-09-30 14:24:26.451119 | fa163eff-7e2e-356a-281c-000000002500 | SKIPPED | regenerate lvm config | standalone 2025-09-30 14:24:26.451867 | fa163eff-7e2e-356a-281c-000000002500 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:30.184013 | 0.05s 2025-09-30 14:24:26.471578 | fa163eff-7e2e-356a-281c-000000002501 | TASK | copy new lvm.conf in place 2025-09-30 14:24:26.520940 | fa163eff-7e2e-356a-281c-000000002501 | SKIPPED | copy new lvm.conf in place | standalone 2025-09-30 14:24:26.522069 | fa163eff-7e2e-356a-281c-000000002501 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:30.254207 | 0.05s 2025-09-30 14:24:26.565422 | fa163eff-7e2e-356a-281c-00000000224b | TASK | Fail if container image is undefined 2025-09-30 14:24:26.600841 | fa163eff-7e2e-356a-281c-00000000224b | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:24:26.601440 | fa163eff-7e2e-356a-281c-00000000224b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:30.333588 | 0.04s 2025-09-30 14:24:26.626174 | fa163eff-7e2e-356a-281c-00000000224c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-09-30 14:24:35.226348 | fa163eff-7e2e-356a-281c-00000000224c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-09-30 14:24:35.227374 | fa163eff-7e2e-356a-281c-00000000224c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:38.959519 | 8.60s 2025-09-30 14:24:35.265416 | fa163eff-7e2e-356a-281c-00000000224d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-09-30 14:24:35.614457 | fa163eff-7e2e-356a-281c-00000000224d | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-09-30 14:24:35.615602 | fa163eff-7e2e-356a-281c-00000000224d | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:39.347746 | 0.35s 2025-09-30 14:24:35.698883 | fa163eff-7e2e-356a-281c-000000002258 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:39.431011 | 0.05s 2025-09-30 14:24:35.759734 | fa163eff-7e2e-356a-281c-000000002570 | TASK | Set version specific variables 2025-09-30 14:24:35.806972 | fa163eff-7e2e-356a-281c-000000002570 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:39.539105 | 0.05s 2025-09-30 14:24:35.825313 | b6092dc3-f202-4482-b6bc-6d132b644374 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:24:35.855501 | fa163eff-7e2e-356a-281c-00000000259f | TASK | Ensure ansible_facts used by role 2025-09-30 14:24:36.248332 | fa163eff-7e2e-356a-281c-00000000259f | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:24:36.249814 | fa163eff-7e2e-356a-281c-00000000259f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:39.981952 | 0.39s 2025-09-30 14:24:36.276805 | fa163eff-7e2e-356a-281c-0000000025a0 | TASK | Set platform/version specific variables 2025-09-30 14:24:36.351776 | fa163eff-7e2e-356a-281c-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:24:36.367850 | fa163eff-7e2e-356a-281c-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:24:36.386012 | fa163eff-7e2e-356a-281c-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:24:36.400754 | fa163eff-7e2e-356a-281c-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:24:36.411660 | fa163eff-7e2e-356a-281c-0000000025a0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:40.143807 | 0.13s 2025-09-30 14:24:36.429176 | fa163eff-7e2e-356a-281c-000000002571 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:24:39.327111 | fa163eff-7e2e-356a-281c-000000002571 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:24:39.328695 | fa163eff-7e2e-356a-281c-000000002571 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:43.060828 | 2.90s 2025-09-30 14:24:39.354284 | fa163eff-7e2e-356a-281c-000000002573 | TASK | Ensure provider packages are installed 2025-09-30 14:24:42.242493 | fa163eff-7e2e-356a-281c-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.974618 | 2.89s 2025-09-30 14:24:42.248853 | fa163eff-7e2e-356a-281c-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.980996 | 2.89s 2025-09-30 14:24:42.276058 | fa163eff-7e2e-356a-281c-000000002575 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:24:42.575833 | fa163eff-7e2e-356a-281c-000000002575 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:24:42.577986 | fa163eff-7e2e-356a-281c-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.310123 | 0.30s 2025-09-30 14:24:42.587812 | fa163eff-7e2e-356a-281c-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.319956 | 0.31s 2025-09-30 14:24:42.614470 | fa163eff-7e2e-356a-281c-000000002577 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:24:42.918048 | fa163eff-7e2e-356a-281c-000000002577 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:24:42.919941 | fa163eff-7e2e-356a-281c-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.652080 | 0.30s 2025-09-30 14:24:42.929977 | fa163eff-7e2e-356a-281c-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.662120 | 0.31s 2025-09-30 14:24:42.955305 | fa163eff-7e2e-356a-281c-000000002579 | TASK | Ensure provider service is running 2025-09-30 14:24:43.364835 | fa163eff-7e2e-356a-281c-000000002579 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:24:43.365922 | fa163eff-7e2e-356a-281c-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.098067 | 0.41s 2025-09-30 14:24:43.369929 | fa163eff-7e2e-356a-281c-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.102071 | 0.41s 2025-09-30 14:24:43.388143 | fa163eff-7e2e-356a-281c-00000000257c | TASK | Ensure certificate requests 2025-09-30 14:24:45.741075 | fa163eff-7e2e-356a-281c-00000000257c | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2025-09-30 14:24:45.743657 | fa163eff-7e2e-356a-281c-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.475792 | 2.35s 2025-09-30 14:24:45.754106 | fa163eff-7e2e-356a-281c-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.486240 | 2.37s 2025-09-30 14:24:45.864989 | fa163eff-7e2e-356a-281c-00000000225a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:49.597122 | 0.06s 2025-09-30 14:24:45.928195 | fa163eff-7e2e-356a-281c-0000000025e4 | TASK | Set version specific variables 2025-09-30 14:24:45.980215 | fa163eff-7e2e-356a-281c-0000000025e4 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:49.712341 | 0.05s 2025-09-30 14:24:46.000577 | a96cd245-24a8-40d3-99a8-6979718a0867 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:24:46.031541 | fa163eff-7e2e-356a-281c-000000002613 | TASK | Ensure ansible_facts used by role 2025-09-30 14:24:46.416538 | fa163eff-7e2e-356a-281c-000000002613 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:24:46.418016 | fa163eff-7e2e-356a-281c-000000002613 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:50.150156 | 0.39s 2025-09-30 14:24:46.444491 | fa163eff-7e2e-356a-281c-000000002614 | TASK | Set platform/version specific variables 2025-09-30 14:24:46.514833 | fa163eff-7e2e-356a-281c-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:24:46.534678 | fa163eff-7e2e-356a-281c-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:24:46.591497 | fa163eff-7e2e-356a-281c-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:24:46.623397 | fa163eff-7e2e-356a-281c-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:24:46.635424 | fa163eff-7e2e-356a-281c-000000002614 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:50.367557 | 0.19s 2025-09-30 14:24:46.661045 | fa163eff-7e2e-356a-281c-0000000025e5 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:24:49.491159 | fa163eff-7e2e-356a-281c-0000000025e5 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:24:49.492599 | fa163eff-7e2e-356a-281c-0000000025e5 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:53.224735 | 2.83s 2025-09-30 14:24:49.520104 | fa163eff-7e2e-356a-281c-0000000025e7 | TASK | Ensure provider packages are installed 2025-09-30 14:24:52.437382 | fa163eff-7e2e-356a-281c-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.169503 | 2.92s 2025-09-30 14:24:52.449426 | fa163eff-7e2e-356a-281c-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.181561 | 2.93s 2025-09-30 14:24:52.475701 | fa163eff-7e2e-356a-281c-0000000025e9 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:24:52.743330 | fa163eff-7e2e-356a-281c-0000000025e9 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:24:52.744829 | fa163eff-7e2e-356a-281c-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:56.476966 | 0.27s 2025-09-30 14:24:52.754064 | fa163eff-7e2e-356a-281c-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:56.486203 | 0.28s 2025-09-30 14:24:52.774191 | fa163eff-7e2e-356a-281c-0000000025eb | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:24:53.072382 | fa163eff-7e2e-356a-281c-0000000025eb | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:24:53.073855 | fa163eff-7e2e-356a-281c-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:56.805993 | 0.30s 2025-09-30 14:24:53.083976 | fa163eff-7e2e-356a-281c-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:56.816110 | 0.31s 2025-09-30 14:24:53.109349 | fa163eff-7e2e-356a-281c-0000000025ed | TASK | Ensure provider service is running 2025-09-30 14:24:53.551291 | fa163eff-7e2e-356a-281c-0000000025ed | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:24:53.553192 | fa163eff-7e2e-356a-281c-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.285330 | 0.44s 2025-09-30 14:24:53.562787 | fa163eff-7e2e-356a-281c-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.294918 | 0.45s 2025-09-30 14:24:53.590279 | fa163eff-7e2e-356a-281c-0000000025f0 | TASK | Ensure certificate requests 2025-09-30 14:24:55.065898 | fa163eff-7e2e-356a-281c-0000000025f0 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2025-09-30 14:24:55.067376 | fa163eff-7e2e-356a-281c-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:58.799514 | 1.48s 2025-09-30 14:24:55.073697 | fa163eff-7e2e-356a-281c-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:58.805840 | 1.48s 2025-09-30 14:24:55.123330 | fa163eff-7e2e-356a-281c-000000002261 | TASK | Fail if container image is undefined 2025-09-30 14:24:55.187867 | fa163eff-7e2e-356a-281c-000000002261 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:24:55.189044 | fa163eff-7e2e-356a-281c-000000002261 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:58.921175 | 0.06s 2025-09-30 14:24:55.232078 | fa163eff-7e2e-356a-281c-000000002262 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-09-30 14:25:04.376959 | fa163eff-7e2e-356a-281c-000000002262 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-09-30 14:25:04.378841 | fa163eff-7e2e-356a-281c-000000002262 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:08.110980 | 9.15s 2025-09-30 14:25:04.433063 | fa163eff-7e2e-356a-281c-000000002263 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-09-30 14:25:04.788492 | fa163eff-7e2e-356a-281c-000000002263 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-09-30 14:25:04.790026 | fa163eff-7e2e-356a-281c-000000002263 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:08.522161 | 0.36s 2025-09-30 14:25:04.892636 | fa163eff-7e2e-356a-281c-00000000226e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:08.624759 | 0.05s 2025-09-30 14:25:04.965978 | fa163eff-7e2e-356a-281c-00000000265e | TASK | Set version specific variables 2025-09-30 14:25:05.015202 | fa163eff-7e2e-356a-281c-00000000265e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:08.747325 | 0.05s 2025-09-30 14:25:05.035427 | ea26f865-e6d6-4431-a7cf-12de43ee13eb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:25:05.068227 | fa163eff-7e2e-356a-281c-00000000268d | TASK | Ensure ansible_facts used by role 2025-09-30 14:25:05.454286 | fa163eff-7e2e-356a-281c-00000000268d | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:25:05.456292 | fa163eff-7e2e-356a-281c-00000000268d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:09.188425 | 0.39s 2025-09-30 14:25:05.483468 | fa163eff-7e2e-356a-281c-00000000268e | TASK | Set platform/version specific variables 2025-09-30 14:25:05.558175 | fa163eff-7e2e-356a-281c-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:25:05.577293 | fa163eff-7e2e-356a-281c-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:25:05.597533 | fa163eff-7e2e-356a-281c-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:25:05.612606 | fa163eff-7e2e-356a-281c-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:25:05.624487 | fa163eff-7e2e-356a-281c-00000000268e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:09.356620 | 0.14s 2025-09-30 14:25:05.650180 | fa163eff-7e2e-356a-281c-00000000265f | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:25:08.460094 | fa163eff-7e2e-356a-281c-00000000265f | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:25:08.461536 | fa163eff-7e2e-356a-281c-00000000265f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:12.193675 | 2.81s 2025-09-30 14:25:08.486464 | fa163eff-7e2e-356a-281c-000000002661 | TASK | Ensure provider packages are installed 2025-09-30 14:25:11.363687 | fa163eff-7e2e-356a-281c-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:15.095812 | 2.88s 2025-09-30 14:25:11.376590 | fa163eff-7e2e-356a-281c-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:15.108684 | 2.89s 2025-09-30 14:25:11.404367 | fa163eff-7e2e-356a-281c-000000002663 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:25:11.699898 | fa163eff-7e2e-356a-281c-000000002663 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:25:11.701944 | fa163eff-7e2e-356a-281c-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:15.434079 | 0.30s 2025-09-30 14:25:11.712319 | fa163eff-7e2e-356a-281c-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:15.444450 | 0.31s 2025-09-30 14:25:11.746237 | fa163eff-7e2e-356a-281c-000000002665 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:25:12.034204 | fa163eff-7e2e-356a-281c-000000002665 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:25:12.036602 | fa163eff-7e2e-356a-281c-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:15.768697 | 0.29s 2025-09-30 14:25:12.046246 | fa163eff-7e2e-356a-281c-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:15.778378 | 0.30s 2025-09-30 14:25:12.071930 | fa163eff-7e2e-356a-281c-000000002667 | TASK | Ensure provider service is running 2025-09-30 14:25:12.556424 | fa163eff-7e2e-356a-281c-000000002667 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:25:12.558298 | fa163eff-7e2e-356a-281c-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:16.290434 | 0.48s 2025-09-30 14:25:12.566798 | fa163eff-7e2e-356a-281c-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:16.298931 | 0.49s 2025-09-30 14:25:12.593633 | fa163eff-7e2e-356a-281c-00000000266a | TASK | Ensure certificate requests 2025-09-30 14:25:14.299881 | fa163eff-7e2e-356a-281c-00000000266a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2025-09-30 14:25:14.301426 | fa163eff-7e2e-356a-281c-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.033561 | 1.71s 2025-09-30 14:25:14.314305 | fa163eff-7e2e-356a-281c-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.046439 | 1.72s 2025-09-30 14:25:14.415867 | fa163eff-7e2e-356a-281c-000000002270 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:18.147995 | 0.05s 2025-09-30 14:25:14.479337 | fa163eff-7e2e-356a-281c-0000000026d2 | TASK | Set version specific variables 2025-09-30 14:25:14.530471 | fa163eff-7e2e-356a-281c-0000000026d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:18.262597 | 0.05s 2025-09-30 14:25:14.549576 | d15f53b7-ece4-4b0d-81ea-744b4bed9c25 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:25:14.618513 | fa163eff-7e2e-356a-281c-000000002701 | TASK | Ensure ansible_facts used by role 2025-09-30 14:25:15.053910 | fa163eff-7e2e-356a-281c-000000002701 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:25:15.055482 | fa163eff-7e2e-356a-281c-000000002701 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:18.787617 | 0.44s 2025-09-30 14:25:15.081977 | fa163eff-7e2e-356a-281c-000000002702 | TASK | Set platform/version specific variables 2025-09-30 14:25:15.166126 | fa163eff-7e2e-356a-281c-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:25:15.196894 | fa163eff-7e2e-356a-281c-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:25:15.223876 | fa163eff-7e2e-356a-281c-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:25:15.243982 | fa163eff-7e2e-356a-281c-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:25:15.253103 | fa163eff-7e2e-356a-281c-000000002702 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:18.985231 | 0.17s 2025-09-30 14:25:15.280484 | fa163eff-7e2e-356a-281c-0000000026d3 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:25:18.144486 | fa163eff-7e2e-356a-281c-0000000026d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:25:18.145968 | fa163eff-7e2e-356a-281c-0000000026d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:21.878106 | 2.86s 2025-09-30 14:25:18.172776 | fa163eff-7e2e-356a-281c-0000000026d5 | TASK | Ensure provider packages are installed 2025-09-30 14:25:21.258062 | fa163eff-7e2e-356a-281c-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:24.990192 | 3.08s 2025-09-30 14:25:21.262625 | fa163eff-7e2e-356a-281c-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:24.994765 | 3.09s 2025-09-30 14:25:21.288565 | fa163eff-7e2e-356a-281c-0000000026d7 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:25:21.585241 | fa163eff-7e2e-356a-281c-0000000026d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:25:21.586850 | fa163eff-7e2e-356a-281c-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.318994 | 0.30s 2025-09-30 14:25:21.597325 | fa163eff-7e2e-356a-281c-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.329463 | 0.31s 2025-09-30 14:25:21.624327 | fa163eff-7e2e-356a-281c-0000000026d9 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:25:21.935944 | fa163eff-7e2e-356a-281c-0000000026d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:25:21.937271 | fa163eff-7e2e-356a-281c-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:25.669410 | 0.31s 2025-09-30 14:25:21.943091 | fa163eff-7e2e-356a-281c-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:25.675234 | 0.32s 2025-09-30 14:25:21.968673 | fa163eff-7e2e-356a-281c-0000000026db | TASK | Ensure provider service is running 2025-09-30 14:25:22.344652 | fa163eff-7e2e-356a-281c-0000000026db | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:25:22.346426 | fa163eff-7e2e-356a-281c-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:26.078563 | 0.38s 2025-09-30 14:25:22.356034 | fa163eff-7e2e-356a-281c-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:26.088171 | 0.39s 2025-09-30 14:25:22.383144 | fa163eff-7e2e-356a-281c-0000000026de | TASK | Ensure certificate requests 2025-09-30 14:25:24.078025 | fa163eff-7e2e-356a-281c-0000000026de | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2025-09-30 14:25:24.080192 | fa163eff-7e2e-356a-281c-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:27.812334 | 1.70s 2025-09-30 14:25:24.090930 | fa163eff-7e2e-356a-281c-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:27.823063 | 1.71s 2025-09-30 14:25:24.139509 | fa163eff-7e2e-356a-281c-000000002272 | TASK | install systemd-container for a greenfield 2025-09-30 14:25:40.730128 | fa163eff-7e2e-356a-281c-000000002272 | CHANGED | install systemd-container for a greenfield | standalone 2025-09-30 14:25:40.732187 | fa163eff-7e2e-356a-281c-000000002272 | TIMING | install systemd-container for a greenfield | standalone | 0:06:44.464322 | 16.59s 2025-09-30 14:25:40.753608 | fa163eff-7e2e-356a-281c-000000002273 | TASK | manage PMEM namespaces for vPMEM 2025-09-30 14:25:40.794622 | fa163eff-7e2e-356a-281c-000000002273 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-09-30 14:25:40.796324 | fa163eff-7e2e-356a-281c-000000002273 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:44.528456 | 0.04s 2025-09-30 14:25:40.826338 | fa163eff-7e2e-356a-281c-000000002275 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-09-30 14:25:41.088137 | fa163eff-7e2e-356a-281c-000000002275 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-09-30 14:25:41.089412 | fa163eff-7e2e-356a-281c-000000002275 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:44.821555 | 0.26s 2025-09-30 14:25:41.109138 | fa163eff-7e2e-356a-281c-000000002277 | TASK | is KSM enabled 2025-09-30 14:25:41.171080 | fa163eff-7e2e-356a-281c-000000002277 | OK | is KSM enabled | standalone 2025-09-30 14:25:41.172567 | fa163eff-7e2e-356a-281c-000000002277 | TIMING | is KSM enabled | standalone | 0:06:44.904682 | 0.06s 2025-09-30 14:25:41.196328 | fa163eff-7e2e-356a-281c-000000002279 | TASK | Check for ksm 2025-09-30 14:25:41.462518 | fa163eff-7e2e-356a-281c-000000002279 | CHANGED | Check for ksm | standalone 2025-09-30 14:25:41.464063 | fa163eff-7e2e-356a-281c-000000002279 | TIMING | Check for ksm | standalone | 0:06:45.196200 | 0.27s 2025-09-30 14:25:41.490191 | fa163eff-7e2e-356a-281c-00000000227a | TASK | disable KSM services 2025-09-30 14:25:41.580217 | fa163eff-7e2e-356a-281c-00000000227a | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-09-30 14:25:41.613260 | fa163eff-7e2e-356a-281c-00000000227a | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-09-30 14:25:41.619610 | fa163eff-7e2e-356a-281c-00000000227a | TIMING | disable KSM services | standalone | 0:06:45.351714 | 0.13s 2025-09-30 14:25:41.640033 | fa163eff-7e2e-356a-281c-00000000227b | TASK | delete PageKSM after disable ksm on compute 2025-09-30 14:25:41.716424 | fa163eff-7e2e-356a-281c-00000000227b | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-09-30 14:25:41.717879 | fa163eff-7e2e-356a-281c-00000000227b | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:45.450016 | 0.08s 2025-09-30 14:25:41.740925 | fa163eff-7e2e-356a-281c-00000000227d | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-09-30 14:25:41.794205 | fa163eff-7e2e-356a-281c-00000000227d | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-09-30 14:25:41.795758 | fa163eff-7e2e-356a-281c-00000000227d | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:45.527896 | 0.05s 2025-09-30 14:25:41.819251 | fa163eff-7e2e-356a-281c-00000000227e | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-09-30 14:25:41.873049 | fa163eff-7e2e-356a-281c-00000000227e | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-09-30 14:25:41.874361 | fa163eff-7e2e-356a-281c-00000000227e | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:45.606498 | 0.05s 2025-09-30 14:25:41.897368 | fa163eff-7e2e-356a-281c-00000000227f | TASK | enable ksmtunded 2025-09-30 14:25:41.949383 | fa163eff-7e2e-356a-281c-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-09-30 14:25:41.964728 | fa163eff-7e2e-356a-281c-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-09-30 14:25:41.973446 | fa163eff-7e2e-356a-281c-00000000227f | TIMING | enable ksmtunded | standalone | 0:06:45.705564 | 0.07s 2025-09-30 14:25:42.000573 | fa163eff-7e2e-356a-281c-000000002281 | TASK | Create dirs for certificates and keys 2025-09-30 14:25:42.271992 | fa163eff-7e2e-356a-281c-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-09-30 14:25:42.273188 | fa163eff-7e2e-356a-281c-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.005327 | 0.27s 2025-09-30 14:25:42.487757 | fa163eff-7e2e-356a-281c-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-09-30 14:25:42.490198 | fa163eff-7e2e-356a-281c-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.222334 | 0.49s 2025-09-30 14:25:42.716582 | fa163eff-7e2e-356a-281c-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-09-30 14:25:42.717770 | fa163eff-7e2e-356a-281c-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.449909 | 0.72s 2025-09-30 14:25:42.725674 | fa163eff-7e2e-356a-281c-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.457793 | 0.72s 2025-09-30 14:25:42.796464 | fa163eff-7e2e-356a-281c-000000002282 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:46.528588 | 0.04s 2025-09-30 14:25:42.862985 | fa163eff-7e2e-356a-281c-00000000276e | TASK | Set version specific variables 2025-09-30 14:25:42.919044 | fa163eff-7e2e-356a-281c-00000000276e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:46.651154 | 0.05s 2025-09-30 14:25:42.941697 | 14870713-fd76-48f3-ada3-b995ba529da3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:25:42.972446 | fa163eff-7e2e-356a-281c-0000000027a1 | TASK | Ensure ansible_facts used by role 2025-09-30 14:25:43.372021 | fa163eff-7e2e-356a-281c-0000000027a1 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:25:43.373909 | fa163eff-7e2e-356a-281c-0000000027a1 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:47.106046 | 0.40s 2025-09-30 14:25:43.407862 | fa163eff-7e2e-356a-281c-0000000027a2 | TASK | Set platform/version specific variables 2025-09-30 14:25:43.475312 | fa163eff-7e2e-356a-281c-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:25:43.495236 | fa163eff-7e2e-356a-281c-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:25:43.517647 | fa163eff-7e2e-356a-281c-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:25:43.534054 | fa163eff-7e2e-356a-281c-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:25:43.540607 | fa163eff-7e2e-356a-281c-0000000027a2 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:47.272700 | 0.13s 2025-09-30 14:25:43.567453 | fa163eff-7e2e-356a-281c-00000000276f | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:25:46.383190 | fa163eff-7e2e-356a-281c-00000000276f | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:25:46.384597 | fa163eff-7e2e-356a-281c-00000000276f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:50.116735 | 2.82s 2025-09-30 14:25:46.410204 | fa163eff-7e2e-356a-281c-000000002771 | TASK | Ensure provider packages are installed 2025-09-30 14:25:49.328848 | fa163eff-7e2e-356a-281c-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:53.060962 | 2.92s 2025-09-30 14:25:49.340259 | fa163eff-7e2e-356a-281c-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:53.072402 | 2.93s 2025-09-30 14:25:49.357972 | fa163eff-7e2e-356a-281c-000000002773 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:25:49.636278 | fa163eff-7e2e-356a-281c-000000002773 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:25:49.638590 | fa163eff-7e2e-356a-281c-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:53.370686 | 0.28s 2025-09-30 14:25:49.648576 | fa163eff-7e2e-356a-281c-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:53.380687 | 0.29s 2025-09-30 14:25:49.674689 | fa163eff-7e2e-356a-281c-000000002775 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:25:49.930456 | fa163eff-7e2e-356a-281c-000000002775 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:25:49.932458 | fa163eff-7e2e-356a-281c-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:53.664589 | 0.26s 2025-09-30 14:25:49.941667 | fa163eff-7e2e-356a-281c-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:53.673819 | 0.27s 2025-09-30 14:25:49.961528 | fa163eff-7e2e-356a-281c-000000002777 | TASK | Ensure provider service is running 2025-09-30 14:25:50.390744 | fa163eff-7e2e-356a-281c-000000002777 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:25:50.393462 | fa163eff-7e2e-356a-281c-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:54.125597 | 0.43s 2025-09-30 14:25:50.404060 | fa163eff-7e2e-356a-281c-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:54.136203 | 0.44s 2025-09-30 14:25:50.430640 | fa163eff-7e2e-356a-281c-00000000277a | TASK | Ensure certificate requests 2025-09-30 14:25:52.051683 | fa163eff-7e2e-356a-281c-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-09-30 14:25:52.054317 | fa163eff-7e2e-356a-281c-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:55.786450 | 1.62s 2025-09-30 14:25:53.500363 | fa163eff-7e2e-356a-281c-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-09-30 14:25:53.502786 | fa163eff-7e2e-356a-281c-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:57.234922 | 3.07s 2025-09-30 14:25:55.245673 | fa163eff-7e2e-356a-281c-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2025-09-30 14:25:55.247094 | fa163eff-7e2e-356a-281c-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.979234 | 4.82s 2025-09-30 14:25:57.213803 | fa163eff-7e2e-356a-281c-00000000277a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2025-09-30 14:25:57.215988 | fa163eff-7e2e-356a-281c-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.948128 | 6.78s 2025-09-30 14:25:57.227374 | fa163eff-7e2e-356a-281c-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.959508 | 6.80s 2025-09-30 14:25:57.281031 | fa163eff-7e2e-356a-281c-000000002284 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-09-30 14:25:57.360943 | fa163eff-7e2e-356a-281c-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.093054 | 0.08s 2025-09-30 14:25:57.370943 | fa163eff-7e2e-356a-281c-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.103086 | 0.09s 2025-09-30 14:25:57.383369 | fa163eff-7e2e-356a-281c-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.115502 | 0.10s 2025-09-30 14:25:57.472685 | fa163eff-7e2e-356a-281c-0000000027f8 | TASK | Set version specific variables 2025-09-30 14:25:57.523889 | fa163eff-7e2e-356a-281c-0000000027f8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:01.256015 | 0.05s 2025-09-30 14:25:57.542317 | fa922715-1a3e-4b68-b199-e67029fb0c23 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:25:57.573038 | fa163eff-7e2e-356a-281c-000000002850 | TASK | Ensure ansible_facts used by role 2025-09-30 14:25:57.955088 | fa163eff-7e2e-356a-281c-000000002850 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:25:57.956621 | fa163eff-7e2e-356a-281c-000000002850 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:01.688757 | 0.38s 2025-09-30 14:25:57.982921 | fa163eff-7e2e-356a-281c-000000002851 | TASK | Set platform/version specific variables 2025-09-30 14:25:58.035654 | fa163eff-7e2e-356a-281c-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:25:58.052714 | fa163eff-7e2e-356a-281c-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:25:58.065998 | fa163eff-7e2e-356a-281c-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:25:58.075734 | fa163eff-7e2e-356a-281c-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:25:58.079699 | fa163eff-7e2e-356a-281c-000000002851 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:01.811834 | 0.10s 2025-09-30 14:25:58.104883 | fa163eff-7e2e-356a-281c-0000000027f9 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:26:00.974982 | fa163eff-7e2e-356a-281c-0000000027f9 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:26:00.976111 | fa163eff-7e2e-356a-281c-0000000027f9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:04.708254 | 2.87s 2025-09-30 14:26:00.996403 | fa163eff-7e2e-356a-281c-0000000027fb | TASK | Ensure provider packages are installed 2025-09-30 14:26:03.977830 | fa163eff-7e2e-356a-281c-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:07.709956 | 2.98s 2025-09-30 14:26:03.989138 | fa163eff-7e2e-356a-281c-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:07.721279 | 2.99s 2025-09-30 14:26:04.007528 | fa163eff-7e2e-356a-281c-0000000027fd | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:26:04.279144 | fa163eff-7e2e-356a-281c-0000000027fd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:04.280735 | fa163eff-7e2e-356a-281c-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:08.012880 | 0.27s 2025-09-30 14:26:04.291284 | fa163eff-7e2e-356a-281c-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:08.023421 | 0.28s 2025-09-30 14:26:04.313633 | fa163eff-7e2e-356a-281c-0000000027ff | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:26:04.611873 | fa163eff-7e2e-356a-281c-0000000027ff | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:04.612747 | fa163eff-7e2e-356a-281c-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:08.344892 | 0.30s 2025-09-30 14:26:04.620180 | fa163eff-7e2e-356a-281c-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:08.352320 | 0.31s 2025-09-30 14:26:04.638577 | fa163eff-7e2e-356a-281c-000000002801 | TASK | Ensure provider service is running 2025-09-30 14:26:05.052961 | fa163eff-7e2e-356a-281c-000000002801 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:26:05.054987 | fa163eff-7e2e-356a-281c-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:08.787128 | 0.42s 2025-09-30 14:26:05.066136 | fa163eff-7e2e-356a-281c-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:08.798270 | 0.43s 2025-09-30 14:26:05.092859 | fa163eff-7e2e-356a-281c-000000002804 | TASK | Ensure certificate requests 2025-09-30 14:26:07.021973 | fa163eff-7e2e-356a-281c-000000002804 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-09-30 14:26:07.024234 | fa163eff-7e2e-356a-281c-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:10.756369 | 1.93s 2025-09-30 14:26:07.034677 | fa163eff-7e2e-356a-281c-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:10.766817 | 1.94s 2025-09-30 14:26:07.086873 | fa163eff-7e2e-356a-281c-000000002821 | TASK | Set version specific variables 2025-09-30 14:26:07.138417 | fa163eff-7e2e-356a-281c-000000002821 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:10.870545 | 0.05s 2025-09-30 14:26:07.158049 | 6080953e-7a90-4710-b0b2-7022a8f84608 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:26:07.181608 | fa163eff-7e2e-356a-281c-00000000288a | TASK | Ensure ansible_facts used by role 2025-09-30 14:26:07.575317 | fa163eff-7e2e-356a-281c-00000000288a | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:26:07.577047 | fa163eff-7e2e-356a-281c-00000000288a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:11.309185 | 0.39s 2025-09-30 14:26:07.605575 | fa163eff-7e2e-356a-281c-00000000288b | TASK | Set platform/version specific variables 2025-09-30 14:26:07.682021 | fa163eff-7e2e-356a-281c-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:07.702119 | fa163eff-7e2e-356a-281c-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:07.719225 | fa163eff-7e2e-356a-281c-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:26:07.733382 | fa163eff-7e2e-356a-281c-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:26:07.744911 | fa163eff-7e2e-356a-281c-00000000288b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:11.477047 | 0.14s 2025-09-30 14:26:07.765767 | fa163eff-7e2e-356a-281c-000000002822 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:26:10.623705 | fa163eff-7e2e-356a-281c-000000002822 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:26:10.625095 | fa163eff-7e2e-356a-281c-000000002822 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:14.357234 | 2.86s 2025-09-30 14:26:10.650153 | fa163eff-7e2e-356a-281c-000000002824 | TASK | Ensure provider packages are installed 2025-09-30 14:26:13.527276 | fa163eff-7e2e-356a-281c-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:17.259410 | 2.88s 2025-09-30 14:26:13.534923 | fa163eff-7e2e-356a-281c-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:17.267057 | 2.88s 2025-09-30 14:26:13.560701 | fa163eff-7e2e-356a-281c-000000002826 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:26:13.832634 | fa163eff-7e2e-356a-281c-000000002826 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:13.833935 | fa163eff-7e2e-356a-281c-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:17.566073 | 0.27s 2025-09-30 14:26:13.839783 | fa163eff-7e2e-356a-281c-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:17.571922 | 0.28s 2025-09-30 14:26:13.858435 | fa163eff-7e2e-356a-281c-000000002828 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:26:14.123382 | fa163eff-7e2e-356a-281c-000000002828 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:14.124453 | fa163eff-7e2e-356a-281c-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:17.856596 | 0.27s 2025-09-30 14:26:14.129962 | fa163eff-7e2e-356a-281c-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:17.862094 | 0.27s 2025-09-30 14:26:14.150750 | fa163eff-7e2e-356a-281c-00000000282a | TASK | Ensure provider service is running 2025-09-30 14:26:14.577065 | fa163eff-7e2e-356a-281c-00000000282a | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:26:14.579692 | fa163eff-7e2e-356a-281c-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:18.311827 | 0.43s 2025-09-30 14:26:14.590421 | fa163eff-7e2e-356a-281c-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:18.322547 | 0.44s 2025-09-30 14:26:14.619952 | fa163eff-7e2e-356a-281c-00000000282d | TASK | Ensure certificate requests 2025-09-30 14:26:16.328847 | fa163eff-7e2e-356a-281c-00000000282d | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-09-30 14:26:16.330463 | fa163eff-7e2e-356a-281c-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:20.062600 | 1.71s 2025-09-30 14:26:16.340147 | fa163eff-7e2e-356a-281c-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:20.072279 | 1.72s 2025-09-30 14:26:16.445349 | fa163eff-7e2e-356a-281c-000000002287 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:20.177474 | 0.05s 2025-09-30 14:26:16.511232 | fa163eff-7e2e-356a-281c-0000000028cf | TASK | Set version specific variables 2025-09-30 14:26:16.563843 | fa163eff-7e2e-356a-281c-0000000028cf | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:20.295970 | 0.05s 2025-09-30 14:26:16.578512 | d9b020e8-00fb-4b9b-9648-0b42a3afc137 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:26:16.616709 | fa163eff-7e2e-356a-281c-0000000028fe | TASK | Ensure ansible_facts used by role 2025-09-30 14:26:17.002205 | fa163eff-7e2e-356a-281c-0000000028fe | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:26:17.004005 | fa163eff-7e2e-356a-281c-0000000028fe | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:20.736141 | 0.39s 2025-09-30 14:26:17.032001 | fa163eff-7e2e-356a-281c-0000000028ff | TASK | Set platform/version specific variables 2025-09-30 14:26:17.108502 | fa163eff-7e2e-356a-281c-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:17.137514 | fa163eff-7e2e-356a-281c-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:17.160816 | fa163eff-7e2e-356a-281c-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:26:17.180856 | fa163eff-7e2e-356a-281c-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:26:17.185695 | fa163eff-7e2e-356a-281c-0000000028ff | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:20.917815 | 0.15s 2025-09-30 14:26:17.208978 | fa163eff-7e2e-356a-281c-0000000028d0 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:26:20.028654 | fa163eff-7e2e-356a-281c-0000000028d0 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:26:20.029589 | fa163eff-7e2e-356a-281c-0000000028d0 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:23.761735 | 2.82s 2025-09-30 14:26:20.054487 | fa163eff-7e2e-356a-281c-0000000028d2 | TASK | Ensure provider packages are installed 2025-09-30 14:26:22.931803 | fa163eff-7e2e-356a-281c-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:26.663916 | 2.88s 2025-09-30 14:26:22.944991 | fa163eff-7e2e-356a-281c-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:26.677108 | 2.89s 2025-09-30 14:26:22.976320 | fa163eff-7e2e-356a-281c-0000000028d4 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:26:23.225412 | fa163eff-7e2e-356a-281c-0000000028d4 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:23.227293 | fa163eff-7e2e-356a-281c-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:26.959426 | 0.25s 2025-09-30 14:26:23.236282 | fa163eff-7e2e-356a-281c-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:26.968415 | 0.26s 2025-09-30 14:26:23.254791 | fa163eff-7e2e-356a-281c-0000000028d6 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:26:23.531509 | fa163eff-7e2e-356a-281c-0000000028d6 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:23.533799 | fa163eff-7e2e-356a-281c-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:27.265929 | 0.28s 2025-09-30 14:26:23.543148 | fa163eff-7e2e-356a-281c-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:27.275286 | 0.29s 2025-09-30 14:26:23.561343 | fa163eff-7e2e-356a-281c-0000000028d8 | TASK | Ensure provider service is running 2025-09-30 14:26:23.944254 | fa163eff-7e2e-356a-281c-0000000028d8 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:26:23.946840 | fa163eff-7e2e-356a-281c-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:27.678974 | 0.38s 2025-09-30 14:26:23.956207 | fa163eff-7e2e-356a-281c-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:27.688348 | 0.39s 2025-09-30 14:26:23.974553 | fa163eff-7e2e-356a-281c-0000000028db | TASK | Ensure certificate requests 2025-09-30 14:26:25.321914 | fa163eff-7e2e-356a-281c-0000000028db | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST'} 2025-09-30 14:26:25.323318 | fa163eff-7e2e-356a-281c-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:29.055455 | 1.35s 2025-09-30 14:26:25.330082 | fa163eff-7e2e-356a-281c-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:29.062216 | 1.35s 2025-09-30 14:26:25.380045 | fa163eff-7e2e-356a-281c-000000002289 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-09-30 14:26:25.462283 | fa163eff-7e2e-356a-281c-000000002289 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-09-30 14:26:25.463739 | fa163eff-7e2e-356a-281c-000000002289 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:29.195876 | 0.08s 2025-09-30 14:26:25.489211 | fa163eff-7e2e-356a-281c-00000000228a | TASK | Populate ansible service facts so we can check for pacemaker service 2025-09-30 14:26:29.313275 | fa163eff-7e2e-356a-281c-00000000228a | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-09-30 14:26:29.316370 | fa163eff-7e2e-356a-281c-00000000228a | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:33.048512 | 3.83s 2025-09-30 14:26:29.341565 | fa163eff-7e2e-356a-281c-00000000228c | TASK | Fetch ovn-dbs-bundle 2025-09-30 14:26:29.410378 | fa163eff-7e2e-356a-281c-00000000228c | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-09-30 14:26:29.411818 | fa163eff-7e2e-356a-281c-00000000228c | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:33.143952 | 0.07s 2025-09-30 14:26:29.441661 | fa163eff-7e2e-356a-281c-00000000228d | TASK | Fetch ovn VIP 2025-09-30 14:26:29.486262 | fa163eff-7e2e-356a-281c-00000000228d | SKIPPED | Fetch ovn VIP | standalone 2025-09-30 14:26:29.487598 | fa163eff-7e2e-356a-281c-00000000228d | TIMING | Fetch ovn VIP | standalone | 0:07:33.219735 | 0.04s 2025-09-30 14:26:29.510399 | fa163eff-7e2e-356a-281c-00000000228e | TASK | Remove OVNDBs from pacemaker 2025-09-30 14:26:29.582384 | fa163eff-7e2e-356a-281c-00000000228e | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-09-30 14:26:29.583867 | fa163eff-7e2e-356a-281c-00000000228e | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:33.316002 | 0.07s 2025-09-30 14:26:29.612621 | fa163eff-7e2e-356a-281c-00000000228f | TASK | Remove OVNDBs VIP from pacemaker 2025-09-30 14:26:29.684304 | fa163eff-7e2e-356a-281c-00000000228f | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-09-30 14:26:29.685654 | fa163eff-7e2e-356a-281c-00000000228f | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:33.417791 | 0.07s 2025-09-30 14:26:29.714226 | fa163eff-7e2e-356a-281c-000000002290 | TASK | Clean up pacemaker remote nodes cache 2025-09-30 14:26:29.786369 | fa163eff-7e2e-356a-281c-000000002290 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-09-30 14:26:29.787667 | fa163eff-7e2e-356a-281c-000000002290 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:33.519804 | 0.07s 2025-09-30 14:26:29.816025 | fa163eff-7e2e-356a-281c-000000002291 | TASK | Remove pacemaker attributes 2025-09-30 14:26:29.872275 | fa163eff-7e2e-356a-281c-000000002291 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-09-30 14:26:29.878764 | fa163eff-7e2e-356a-281c-000000002291 | TIMING | Remove pacemaker attributes | standalone | 0:07:33.610898 | 0.06s 2025-09-30 14:26:29.947042 | fa163eff-7e2e-356a-281c-000000002294 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:33.679169 | 0.04s 2025-09-30 14:26:30.013934 | fa163eff-7e2e-356a-281c-000000002957 | TASK | Set version specific variables 2025-09-30 14:26:30.082690 | fa163eff-7e2e-356a-281c-000000002957 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:33.814810 | 0.07s 2025-09-30 14:26:30.107719 | 507a7f9d-a3f5-458a-9480-ff4529ccc619 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:26:30.141757 | fa163eff-7e2e-356a-281c-000000002988 | TASK | Ensure ansible_facts used by role 2025-09-30 14:26:30.540341 | fa163eff-7e2e-356a-281c-000000002988 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:26:30.541891 | fa163eff-7e2e-356a-281c-000000002988 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:34.274029 | 0.40s 2025-09-30 14:26:30.571742 | fa163eff-7e2e-356a-281c-000000002989 | TASK | Set platform/version specific variables 2025-09-30 14:26:30.668386 | fa163eff-7e2e-356a-281c-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:30.697148 | fa163eff-7e2e-356a-281c-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:30.721865 | fa163eff-7e2e-356a-281c-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:26:30.744312 | fa163eff-7e2e-356a-281c-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:26:30.755632 | fa163eff-7e2e-356a-281c-000000002989 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:34.487776 | 0.18s 2025-09-30 14:26:30.775433 | fa163eff-7e2e-356a-281c-000000002958 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:26:33.592413 | fa163eff-7e2e-356a-281c-000000002958 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:26:33.593413 | fa163eff-7e2e-356a-281c-000000002958 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:37.325557 | 2.82s 2025-09-30 14:26:33.623989 | fa163eff-7e2e-356a-281c-00000000295a | TASK | Ensure provider packages are installed 2025-09-30 14:26:36.520236 | fa163eff-7e2e-356a-281c-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:40.252367 | 2.89s 2025-09-30 14:26:36.526372 | fa163eff-7e2e-356a-281c-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:40.258524 | 2.90s 2025-09-30 14:26:36.545351 | fa163eff-7e2e-356a-281c-00000000295c | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:26:36.775613 | fa163eff-7e2e-356a-281c-00000000295c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:36.777864 | fa163eff-7e2e-356a-281c-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:40.509997 | 0.23s 2025-09-30 14:26:36.788012 | fa163eff-7e2e-356a-281c-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:40.520146 | 0.24s 2025-09-30 14:26:36.826444 | fa163eff-7e2e-356a-281c-00000000295e | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:26:37.124702 | fa163eff-7e2e-356a-281c-00000000295e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:37.126596 | fa163eff-7e2e-356a-281c-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:40.858738 | 0.30s 2025-09-30 14:26:37.136959 | fa163eff-7e2e-356a-281c-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:40.869093 | 0.31s 2025-09-30 14:26:37.167200 | fa163eff-7e2e-356a-281c-000000002960 | TASK | Ensure provider service is running 2025-09-30 14:26:37.594600 | fa163eff-7e2e-356a-281c-000000002960 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:26:37.598103 | fa163eff-7e2e-356a-281c-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:41.330235 | 0.43s 2025-09-30 14:26:37.608819 | fa163eff-7e2e-356a-281c-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:41.340946 | 0.44s 2025-09-30 14:26:37.639242 | fa163eff-7e2e-356a-281c-000000002963 | TASK | Ensure certificate requests 2025-09-30 14:26:39.296931 | fa163eff-7e2e-356a-281c-000000002963 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2025-09-30 14:26:39.298463 | fa163eff-7e2e-356a-281c-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:43.030599 | 1.66s 2025-09-30 14:26:39.305411 | fa163eff-7e2e-356a-281c-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:43.037550 | 1.66s 2025-09-30 14:26:39.348747 | fa163eff-7e2e-356a-281c-000000002296 | TASK | Configure OVN DBs and northd 2025-09-30 14:26:39.397641 | fa163eff-7e2e-356a-281c-000000002296 | TIMING | Configure OVN DBs and northd | standalone | 0:07:43.129773 | 0.05s 2025-09-30 14:26:39.445009 | fa163eff-7e2e-356a-281c-0000000029d2 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-09-30 14:26:39.708958 | fa163eff-7e2e-356a-281c-0000000029d2 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-09-30 14:26:39.709805 | fa163eff-7e2e-356a-281c-0000000029d2 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:43.441952 | 0.26s 2025-09-30 14:26:39.728557 | fa163eff-7e2e-356a-281c-0000000029d3 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-09-30 14:26:39.786534 | fa163eff-7e2e-356a-281c-0000000029d3 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-09-30 14:26:39.787318 | fa163eff-7e2e-356a-281c-0000000029d3 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:43.519465 | 0.06s 2025-09-30 14:26:39.806083 | fa163eff-7e2e-356a-281c-0000000029d4 | TASK | check ovsdb-tool election-timer options 2025-09-30 14:26:40.064720 | fa163eff-7e2e-356a-281c-0000000029d4 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-09-30 14:26:40.065988 | fa163eff-7e2e-356a-281c-0000000029d4 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:43.798127 | 0.26s 2025-09-30 14:26:40.094535 | fa163eff-7e2e-356a-281c-0000000029d5 | TASK | set has_ovsdb_tool_election_timer fact 2025-09-30 14:26:40.166521 | fa163eff-7e2e-356a-281c-0000000029d5 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-09-30 14:26:40.167822 | fa163eff-7e2e-356a-281c-0000000029d5 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:43.899961 | 0.07s 2025-09-30 14:26:40.196446 | fa163eff-7e2e-356a-281c-0000000029d6 | TASK | render OVN cluster configuration 2025-09-30 14:26:40.790678 | fa163eff-7e2e-356a-281c-0000000029d6 | CHANGED | render OVN cluster configuration | standalone 2025-09-30 14:26:40.792591 | fa163eff-7e2e-356a-281c-0000000029d6 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:44.524685 | 0.59s 2025-09-30 14:26:40.822808 | fa163eff-7e2e-356a-281c-0000000029d7 | TASK | restart OVN northd and north and south databases 2025-09-30 14:26:40.876884 | fa163eff-7e2e-356a-281c-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:44.609004 | 0.05s 2025-09-30 14:26:40.895214 | fa163eff-7e2e-356a-281c-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:44.627358 | 0.07s 2025-09-30 14:26:40.910141 | fa163eff-7e2e-356a-281c-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:44.642284 | 0.09s 2025-09-30 14:26:40.917330 | fa163eff-7e2e-356a-281c-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:44.649454 | 0.09s 2025-09-30 14:26:40.950684 | c3086850-044d-410b-b36c-a2213f75b583 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 14:26:40.957741 | 7f5ed20e-5ecc-4eae-b42b-f7dc43674472 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 14:26:40.963192 | d41f3520-4aab-4916-b275-bdcf6262a76f | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-09-30 14:26:40.992163 | fa163eff-7e2e-356a-281c-000000002a06 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-09-30 14:26:41.233876 | fa163eff-7e2e-356a-281c-000000002a06 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-09-30 14:26:41.235262 | fa163eff-7e2e-356a-281c-000000002a06 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:44.967397 | 0.24s 2025-09-30 14:26:41.267451 | fa163eff-7e2e-356a-281c-000000002a07 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-09-30 14:26:41.320681 | fa163eff-7e2e-356a-281c-000000002a07 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-09-30 14:26:41.321907 | fa163eff-7e2e-356a-281c-000000002a07 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:45.054044 | 0.05s 2025-09-30 14:26:41.353781 | fa163eff-7e2e-356a-281c-000000002a0b | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-09-30 14:26:41.632713 | fa163eff-7e2e-356a-281c-000000002a0b | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-09-30 14:26:41.633567 | fa163eff-7e2e-356a-281c-000000002a0b | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:45.365699 | 0.28s 2025-09-30 14:26:41.653975 | fa163eff-7e2e-356a-281c-000000002a0c | TASK | restart tripleo_cluster_south_db_server systemd service 2025-09-30 14:26:41.700772 | fa163eff-7e2e-356a-281c-000000002a0c | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-09-30 14:26:41.701599 | fa163eff-7e2e-356a-281c-000000002a0c | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:45.433745 | 0.05s 2025-09-30 14:26:41.732506 | fa163eff-7e2e-356a-281c-000000002a10 | TASK | check if tripleo_cluster_northd systemd service is active 2025-09-30 14:26:41.972524 | fa163eff-7e2e-356a-281c-000000002a10 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-09-30 14:26:41.973755 | fa163eff-7e2e-356a-281c-000000002a10 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:45.705894 | 0.24s 2025-09-30 14:26:41.999992 | fa163eff-7e2e-356a-281c-000000002a11 | TASK | restart tripleo_cluster_northd systemd service 2025-09-30 14:26:42.050896 | fa163eff-7e2e-356a-281c-000000002a11 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-09-30 14:26:42.051737 | fa163eff-7e2e-356a-281c-000000002a11 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:45.783883 | 0.05s 2025-09-30 14:26:42.137770 | fa163eff-7e2e-356a-281c-000000002298 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:45.869898 | 0.05s 2025-09-30 14:26:42.204848 | fa163eff-7e2e-356a-281c-000000002a5e | TASK | Set version specific variables 2025-09-30 14:26:42.253747 | fa163eff-7e2e-356a-281c-000000002a5e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:45.985873 | 0.05s 2025-09-30 14:26:42.276074 | 7bd3dc34-664b-4f2b-a0c7-1f17dfa080b4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:26:42.302169 | fa163eff-7e2e-356a-281c-000000002a8d | TASK | Ensure ansible_facts used by role 2025-09-30 14:26:42.680800 | fa163eff-7e2e-356a-281c-000000002a8d | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:26:42.682209 | fa163eff-7e2e-356a-281c-000000002a8d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:46.414351 | 0.38s 2025-09-30 14:26:42.708168 | fa163eff-7e2e-356a-281c-000000002a8e | TASK | Set platform/version specific variables 2025-09-30 14:26:42.801029 | fa163eff-7e2e-356a-281c-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:42.834262 | fa163eff-7e2e-356a-281c-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:42.864773 | fa163eff-7e2e-356a-281c-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:26:42.885704 | fa163eff-7e2e-356a-281c-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:26:42.892176 | fa163eff-7e2e-356a-281c-000000002a8e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:46.624305 | 0.18s 2025-09-30 14:26:42.920701 | fa163eff-7e2e-356a-281c-000000002a5f | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:26:45.748554 | fa163eff-7e2e-356a-281c-000000002a5f | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:26:45.749441 | fa163eff-7e2e-356a-281c-000000002a5f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:49.481587 | 2.83s 2025-09-30 14:26:45.770964 | fa163eff-7e2e-356a-281c-000000002a61 | TASK | Ensure provider packages are installed 2025-09-30 14:26:48.726943 | fa163eff-7e2e-356a-281c-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:52.459067 | 2.96s 2025-09-30 14:26:48.732216 | fa163eff-7e2e-356a-281c-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:52.464344 | 2.96s 2025-09-30 14:26:48.762778 | fa163eff-7e2e-356a-281c-000000002a63 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:26:49.038660 | fa163eff-7e2e-356a-281c-000000002a63 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:49.040445 | fa163eff-7e2e-356a-281c-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:52.772587 | 0.28s 2025-09-30 14:26:49.051002 | fa163eff-7e2e-356a-281c-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:52.783136 | 0.29s 2025-09-30 14:26:49.080689 | fa163eff-7e2e-356a-281c-000000002a65 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:26:49.344731 | fa163eff-7e2e-356a-281c-000000002a65 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:49.346791 | fa163eff-7e2e-356a-281c-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:53.078927 | 0.26s 2025-09-30 14:26:49.356955 | fa163eff-7e2e-356a-281c-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:53.089088 | 0.27s 2025-09-30 14:26:49.386183 | fa163eff-7e2e-356a-281c-000000002a67 | TASK | Ensure provider service is running 2025-09-30 14:26:50.852794 | fa163eff-7e2e-356a-281c-000000002a67 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:26:50.854467 | fa163eff-7e2e-356a-281c-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:54.586606 | 1.47s 2025-09-30 14:26:50.866850 | fa163eff-7e2e-356a-281c-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:54.598989 | 1.48s 2025-09-30 14:26:50.889302 | fa163eff-7e2e-356a-281c-000000002a6a | TASK | Ensure certificate requests 2025-09-30 14:26:52.610384 | fa163eff-7e2e-356a-281c-000000002a6a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST'} 2025-09-30 14:26:52.612903 | fa163eff-7e2e-356a-281c-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:56.345037 | 1.72s 2025-09-30 14:26:52.623785 | fa163eff-7e2e-356a-281c-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:56.355917 | 1.73s 2025-09-30 14:26:52.728010 | fa163eff-7e2e-356a-281c-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:56.460137 | 0.05s 2025-09-30 14:26:52.794430 | fa163eff-7e2e-356a-281c-000000002ad2 | TASK | Set version specific variables 2025-09-30 14:26:52.842275 | fa163eff-7e2e-356a-281c-000000002ad2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:56.574399 | 0.05s 2025-09-30 14:26:52.865356 | 55a00d15-efe0-4528-8ff9-fd91a1ef36dd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:26:52.898875 | fa163eff-7e2e-356a-281c-000000002b01 | TASK | Ensure ansible_facts used by role 2025-09-30 14:26:53.289444 | fa163eff-7e2e-356a-281c-000000002b01 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:26:53.291250 | fa163eff-7e2e-356a-281c-000000002b01 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:57.023387 | 0.39s 2025-09-30 14:26:53.321731 | fa163eff-7e2e-356a-281c-000000002b02 | TASK | Set platform/version specific variables 2025-09-30 14:26:53.381540 | fa163eff-7e2e-356a-281c-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:53.397875 | fa163eff-7e2e-356a-281c-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:26:53.410607 | fa163eff-7e2e-356a-281c-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:26:53.421436 | fa163eff-7e2e-356a-281c-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:26:53.427844 | fa163eff-7e2e-356a-281c-000000002b02 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:57.159971 | 0.10s 2025-09-30 14:26:53.457701 | fa163eff-7e2e-356a-281c-000000002ad3 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:26:56.265453 | fa163eff-7e2e-356a-281c-000000002ad3 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:26:56.266455 | fa163eff-7e2e-356a-281c-000000002ad3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:59.998600 | 2.81s 2025-09-30 14:26:56.289781 | fa163eff-7e2e-356a-281c-000000002ad5 | TASK | Ensure provider packages are installed 2025-09-30 14:26:59.202834 | fa163eff-7e2e-356a-281c-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:02.934967 | 2.91s 2025-09-30 14:26:59.209210 | fa163eff-7e2e-356a-281c-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:02.941340 | 2.92s 2025-09-30 14:26:59.238878 | fa163eff-7e2e-356a-281c-000000002ad7 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:26:59.510333 | fa163eff-7e2e-356a-281c-000000002ad7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:59.511805 | fa163eff-7e2e-356a-281c-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:03.243942 | 0.27s 2025-09-30 14:26:59.520960 | fa163eff-7e2e-356a-281c-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:03.253103 | 0.28s 2025-09-30 14:26:59.550262 | fa163eff-7e2e-356a-281c-000000002ad9 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:26:59.816275 | fa163eff-7e2e-356a-281c-000000002ad9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:26:59.817663 | fa163eff-7e2e-356a-281c-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:03.549796 | 0.27s 2025-09-30 14:26:59.823526 | fa163eff-7e2e-356a-281c-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:03.555670 | 0.27s 2025-09-30 14:26:59.851654 | fa163eff-7e2e-356a-281c-000000002adb | TASK | Ensure provider service is running 2025-09-30 14:27:00.275985 | fa163eff-7e2e-356a-281c-000000002adb | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:27:00.278579 | fa163eff-7e2e-356a-281c-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:04.010690 | 0.43s 2025-09-30 14:27:00.291480 | fa163eff-7e2e-356a-281c-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:04.023623 | 0.44s 2025-09-30 14:27:00.320816 | fa163eff-7e2e-356a-281c-000000002ade | TASK | Ensure certificate requests 2025-09-30 14:27:01.867228 | fa163eff-7e2e-356a-281c-000000002ade | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2025-09-30 14:27:01.868669 | fa163eff-7e2e-356a-281c-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:05.600806 | 1.55s 2025-09-30 14:27:01.875155 | fa163eff-7e2e-356a-281c-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:05.607288 | 1.55s 2025-09-30 14:27:01.983523 | fa163eff-7e2e-356a-281c-00000000229c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:05.715650 | 0.05s 2025-09-30 14:27:02.048653 | fa163eff-7e2e-356a-281c-000000002b46 | TASK | Set version specific variables 2025-09-30 14:27:02.095499 | fa163eff-7e2e-356a-281c-000000002b46 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:05.827634 | 0.05s 2025-09-30 14:27:02.117263 | b4153a5c-1776-4a71-95c1-fca964ff7aa7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:27:02.148219 | fa163eff-7e2e-356a-281c-000000002b75 | TASK | Ensure ansible_facts used by role 2025-09-30 14:27:02.548907 | fa163eff-7e2e-356a-281c-000000002b75 | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:27:02.550479 | fa163eff-7e2e-356a-281c-000000002b75 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:06.282617 | 0.40s 2025-09-30 14:27:02.580414 | fa163eff-7e2e-356a-281c-000000002b76 | TASK | Set platform/version specific variables 2025-09-30 14:27:02.653172 | fa163eff-7e2e-356a-281c-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:27:02.675043 | fa163eff-7e2e-356a-281c-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:27:02.697458 | fa163eff-7e2e-356a-281c-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:27:02.717942 | fa163eff-7e2e-356a-281c-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:27:02.723742 | fa163eff-7e2e-356a-281c-000000002b76 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:06.455870 | 0.14s 2025-09-30 14:27:02.753302 | fa163eff-7e2e-356a-281c-000000002b47 | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:27:05.636404 | fa163eff-7e2e-356a-281c-000000002b47 | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:27:05.637523 | fa163eff-7e2e-356a-281c-000000002b47 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:09.369667 | 2.88s 2025-09-30 14:27:05.661640 | fa163eff-7e2e-356a-281c-000000002b49 | TASK | Ensure provider packages are installed 2025-09-30 14:27:08.554838 | fa163eff-7e2e-356a-281c-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:12.286960 | 2.89s 2025-09-30 14:27:08.561215 | fa163eff-7e2e-356a-281c-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:12.293355 | 2.90s 2025-09-30 14:27:08.592097 | fa163eff-7e2e-356a-281c-000000002b4b | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:27:08.820320 | fa163eff-7e2e-356a-281c-000000002b4b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:27:08.821405 | fa163eff-7e2e-356a-281c-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:12.553548 | 0.23s 2025-09-30 14:27:08.833214 | fa163eff-7e2e-356a-281c-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:12.565349 | 0.24s 2025-09-30 14:27:08.861785 | fa163eff-7e2e-356a-281c-000000002b4d | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:27:09.136087 | fa163eff-7e2e-356a-281c-000000002b4d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:27:09.138381 | fa163eff-7e2e-356a-281c-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:12.870516 | 0.28s 2025-09-30 14:27:09.147936 | fa163eff-7e2e-356a-281c-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:12.880077 | 0.28s 2025-09-30 14:27:09.167597 | fa163eff-7e2e-356a-281c-000000002b4f | TASK | Ensure provider service is running 2025-09-30 14:27:09.604354 | fa163eff-7e2e-356a-281c-000000002b4f | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:27:09.606376 | fa163eff-7e2e-356a-281c-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:13.338519 | 0.44s 2025-09-30 14:27:09.616237 | fa163eff-7e2e-356a-281c-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:13.348380 | 0.45s 2025-09-30 14:27:09.640299 | fa163eff-7e2e-356a-281c-000000002b52 | TASK | Ensure certificate requests 2025-09-30 14:27:11.539734 | fa163eff-7e2e-356a-281c-000000002b52 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2025-09-30 14:27:11.540892 | fa163eff-7e2e-356a-281c-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:15.273032 | 1.90s 2025-09-30 14:27:11.545736 | fa163eff-7e2e-356a-281c-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:15.277869 | 1.90s 2025-09-30 14:27:11.599521 | fa163eff-7e2e-356a-281c-0000000022a3 | TASK | Fail if container image is undefined 2025-09-30 14:27:11.665108 | fa163eff-7e2e-356a-281c-0000000022a3 | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:27:11.666489 | fa163eff-7e2e-356a-281c-0000000022a3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:15.398624 | 0.06s 2025-09-30 14:27:11.716938 | fa163eff-7e2e-356a-281c-0000000022a4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-09-30 14:27:19.512745 | fa163eff-7e2e-356a-281c-0000000022a4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-09-30 14:27:19.514205 | fa163eff-7e2e-356a-281c-0000000022a4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:23.246344 | 7.80s 2025-09-30 14:27:19.570141 | fa163eff-7e2e-356a-281c-0000000022a5 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-09-30 14:27:19.881829 | fa163eff-7e2e-356a-281c-0000000022a5 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-09-30 14:27:19.883291 | fa163eff-7e2e-356a-281c-0000000022a5 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:23.615422 | 0.31s 2025-09-30 14:27:19.938652 | fa163eff-7e2e-356a-281c-0000000022b0 | TASK | Pre-fetch all the containers 2025-09-30 14:27:25.380466 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-09-30 14:27:25.384356 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:29.116492 | 5.44s 2025-09-30 14:27:30.729348 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-09-30 14:27:30.733826 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.465962 | 10.79s 2025-09-30 14:27:34.234446 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-09-30 14:27:34.237440 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:37.969579 | 14.30s 2025-09-30 14:27:38.414142 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-09-30 14:27:38.415946 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.148090 | 18.48s 2025-09-30 14:27:41.122692 | fa163eff-7e2e-356a-281c-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-09-30 14:27:41.126334 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:44.858471 | 21.19s 2025-09-30 14:27:43.925047 | fa163eff-7e2e-356a-281c-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-09-30 14:27:43.926371 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.658519 | 23.99s 2025-09-30 14:27:49.977513 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-09-30 14:27:49.984465 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.716593 | 30.04s 2025-09-30 14:27:54.817468 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-09-30 14:27:54.821867 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.554005 | 34.88s 2025-09-30 14:27:59.330928 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-09-30 14:27:59.333240 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.065382 | 39.39s 2025-09-30 14:28:02.217918 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-09-30 14:28:02.221585 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.953728 | 42.28s 2025-09-30 14:28:11.373328 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-09-30 14:28:11.376827 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.108972 | 51.44s 2025-09-30 14:28:14.939443 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-09-30 14:28:14.943365 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.675503 | 55.00s 2025-09-30 14:28:32.102144 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-09-30 14:28:32.105405 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:35.837544 | 72.16s 2025-09-30 14:28:43.495916 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-09-30 14:28:43.499846 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:47.231985 | 83.56s 2025-09-30 14:28:53.901400 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-09-30 14:28:53.905338 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:57.637475 | 93.96s 2025-09-30 14:29:01.843019 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-09-30 14:29:01.845620 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:05.577761 | 101.91s 2025-09-30 14:29:09.637442 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-09-30 14:29:09.643958 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:13.376088 | 109.70s 2025-09-30 14:29:15.539379 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-09-30 14:29:15.542493 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:19.274631 | 115.60s 2025-09-30 14:29:19.465037 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-09-30 14:29:19.468318 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:23.200457 | 119.53s 2025-09-30 14:29:25.208300 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-09-30 14:29:25.212402 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:28.944540 | 125.27s 2025-09-30 14:29:31.533368 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-09-30 14:29:31.536421 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:35.268562 | 131.60s 2025-09-30 14:29:44.889166 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-09-30 14:29:44.894370 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:48.626502 | 144.95s 2025-09-30 14:29:49.073106 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-09-30 14:29:49.077761 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:52.809896 | 149.14s 2025-09-30 14:29:58.342172 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-09-30 14:29:58.347553 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:02.079677 | 158.41s 2025-09-30 14:30:01.990597 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-09-30 14:30:01.993972 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:05.726108 | 162.05s 2025-09-30 14:30:09.475165 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-09-30 14:30:09.478110 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:13.210248 | 169.54s 2025-09-30 14:30:13.424879 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-09-30 14:30:13.428224 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:17.160366 | 173.49s 2025-09-30 14:30:18.198460 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-09-30 14:30:18.202266 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:21.934403 | 178.26s 2025-09-30 14:30:23.396182 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-09-30 14:30:23.398458 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:27.130605 | 183.46s 2025-09-30 14:30:26.326322 | fa163eff-7e2e-356a-281c-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-09-30 14:30:26.330794 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:30.062930 | 186.39s 2025-09-30 14:30:29.074940 | fa163eff-7e2e-356a-281c-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-09-30 14:30:29.076454 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:32.808601 | 189.14s 2025-09-30 14:30:32.550461 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-09-30 14:30:32.553939 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.286079 | 192.61s 2025-09-30 14:30:35.601792 | fa163eff-7e2e-356a-281c-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-09-30 14:30:35.604754 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:39.336892 | 195.66s 2025-09-30 14:30:40.328155 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-09-30 14:30:40.331976 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.064121 | 200.39s 2025-09-30 14:30:44.419981 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-09-30 14:30:44.423241 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:48.155377 | 204.48s 2025-09-30 14:30:48.113815 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-09-30 14:30:48.117579 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:51.849716 | 208.18s 2025-09-30 14:30:51.997687 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-09-30 14:30:52.001947 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:55.734083 | 212.06s 2025-09-30 14:30:55.266130 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-09-30 14:30:55.271228 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:59.003359 | 215.33s 2025-09-30 14:30:58.674190 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-09-30 14:30:58.678139 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:02.410275 | 218.74s 2025-09-30 14:31:02.762373 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-09-30 14:31:02.766766 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.498902 | 222.83s 2025-09-30 14:31:06.389072 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-09-30 14:31:06.392888 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:10.125024 | 226.45s 2025-09-30 14:31:09.903605 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-09-30 14:31:09.906490 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.638629 | 229.97s 2025-09-30 14:31:14.081215 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-09-30 14:31:14.085314 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:17.817448 | 234.14s 2025-09-30 14:31:17.726181 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-09-30 14:31:17.730141 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.462273 | 237.79s 2025-09-30 14:31:20.722245 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-09-30 14:31:20.726633 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:24.458770 | 240.79s 2025-09-30 14:31:24.831426 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-09-30 14:31:24.834074 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:28.566215 | 244.89s 2025-09-30 14:31:28.768016 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-09-30 14:31:28.771230 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:32.503371 | 248.83s 2025-09-30 14:31:33.214302 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-09-30 14:31:33.217832 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:36.949976 | 253.28s 2025-09-30 14:31:37.347642 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-09-30 14:31:37.350768 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:41.082907 | 257.41s 2025-09-30 14:31:40.721373 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-09-30 14:31:40.726178 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:44.458317 | 260.79s 2025-09-30 14:31:44.979008 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-09-30 14:31:44.982412 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:48.714554 | 265.04s 2025-09-30 14:31:48.822026 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-09-30 14:31:48.826103 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:52.558241 | 268.89s 2025-09-30 14:31:52.236470 | fa163eff-7e2e-356a-281c-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-09-30 14:31:52.240161 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:55.972296 | 272.30s 2025-09-30 14:31:52.731700 | fa163eff-7e2e-356a-281c-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:56.463834 | 272.79s 2025-09-30 14:31:52.968211 | fa163eff-7e2e-356a-281c-0000000022b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:56.700344 | 0.06s 2025-09-30 14:31:53.029440 | fa163eff-7e2e-356a-281c-000000002c2c | TASK | Set version specific variables 2025-09-30 14:31:53.082238 | fa163eff-7e2e-356a-281c-000000002c2c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:56.814352 | 0.05s 2025-09-30 14:31:53.102975 | 0dfb07ce-4dbc-4ae1-bf3c-446c552bdea7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-09-30 14:31:53.127779 | fa163eff-7e2e-356a-281c-000000002c5b | TASK | Ensure ansible_facts used by role 2025-09-30 14:31:53.532916 | fa163eff-7e2e-356a-281c-000000002c5b | OK | Ensure ansible_facts used by role | standalone 2025-09-30 14:31:53.534634 | fa163eff-7e2e-356a-281c-000000002c5b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:57.266771 | 0.41s 2025-09-30 14:31:53.565053 | fa163eff-7e2e-356a-281c-000000002c5c | TASK | Set platform/version specific variables 2025-09-30 14:31:53.659833 | fa163eff-7e2e-356a-281c-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:31:53.690526 | fa163eff-7e2e-356a-281c-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-09-30 14:31:53.716347 | fa163eff-7e2e-356a-281c-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-09-30 14:31:53.735824 | fa163eff-7e2e-356a-281c-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-09-30 14:31:53.742383 | fa163eff-7e2e-356a-281c-000000002c5c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:57.474506 | 0.18s 2025-09-30 14:31:53.772537 | fa163eff-7e2e-356a-281c-000000002c2d | TASK | Ensure certificate role dependencies are installed 2025-09-30 14:31:56.702374 | fa163eff-7e2e-356a-281c-000000002c2d | OK | Ensure certificate role dependencies are installed | standalone 2025-09-30 14:31:56.703915 | fa163eff-7e2e-356a-281c-000000002c2d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:00.436054 | 2.93s 2025-09-30 14:31:56.734431 | fa163eff-7e2e-356a-281c-000000002c2f | TASK | Ensure provider packages are installed 2025-09-30 14:31:59.743281 | fa163eff-7e2e-356a-281c-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:03.475403 | 3.01s 2025-09-30 14:31:59.749904 | fa163eff-7e2e-356a-281c-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:03.482045 | 3.01s 2025-09-30 14:31:59.769152 | fa163eff-7e2e-356a-281c-000000002c31 | TASK | Ensure pre-scripts hooks directory exists 2025-09-30 14:32:00.082224 | fa163eff-7e2e-356a-281c-000000002c31 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:32:00.084261 | fa163eff-7e2e-356a-281c-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:03.816398 | 0.31s 2025-09-30 14:32:00.094395 | fa163eff-7e2e-356a-281c-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:03.826529 | 0.32s 2025-09-30 14:32:00.123477 | fa163eff-7e2e-356a-281c-000000002c33 | TASK | Ensure post-scripts hooks directory exists 2025-09-30 14:32:00.430072 | fa163eff-7e2e-356a-281c-000000002c33 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-09-30 14:32:00.432094 | fa163eff-7e2e-356a-281c-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:04.164223 | 0.31s 2025-09-30 14:32:00.441387 | fa163eff-7e2e-356a-281c-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:04.173531 | 0.32s 2025-09-30 14:32:00.464987 | fa163eff-7e2e-356a-281c-000000002c35 | TASK | Ensure provider service is running 2025-09-30 14:32:00.869211 | fa163eff-7e2e-356a-281c-000000002c35 | OK | Ensure provider service is running | standalone | item=certmonger 2025-09-30 14:32:00.870375 | fa163eff-7e2e-356a-281c-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:04.602517 | 0.40s 2025-09-30 14:32:00.874736 | fa163eff-7e2e-356a-281c-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:04.606875 | 0.41s 2025-09-30 14:32:00.903828 | fa163eff-7e2e-356a-281c-000000002c38 | TASK | Ensure certificate requests 2025-09-30 14:32:03.143724 | fa163eff-7e2e-356a-281c-000000002c38 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2025-09-30 14:32:03.145276 | fa163eff-7e2e-356a-281c-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:06.877412 | 2.24s 2025-09-30 14:32:03.158304 | fa163eff-7e2e-356a-281c-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:06.890438 | 2.25s 2025-09-30 14:32:03.214095 | fa163eff-7e2e-356a-281c-0000000022ba | TASK | Fail if container image is undefined 2025-09-30 14:32:03.290750 | fa163eff-7e2e-356a-281c-0000000022ba | SKIPPED | Fail if container image is undefined | standalone 2025-09-30 14:32:03.292003 | fa163eff-7e2e-356a-281c-0000000022ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:07.024139 | 0.08s 2025-09-30 14:32:03.338507 | fa163eff-7e2e-356a-281c-0000000022bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-09-30 14:32:06.781923 | fa163eff-7e2e-356a-281c-0000000022bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-09-30 14:32:06.785078 | fa163eff-7e2e-356a-281c-0000000022bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:10.517201 | 3.44s 2025-09-30 14:32:06.845711 | fa163eff-7e2e-356a-281c-0000000022bc | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-09-30 14:32:07.192911 | fa163eff-7e2e-356a-281c-0000000022bc | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-09-30 14:32:07.194314 | fa163eff-7e2e-356a-281c-0000000022bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:10.926421 | 0.35s 2025-09-30 14:32:07.252952 | fa163eff-7e2e-356a-281c-0000000022c7 | TASK | Check if rsyslog exists 2025-09-30 14:32:07.500585 | fa163eff-7e2e-356a-281c-0000000022c7 | CHANGED | Check if rsyslog exists | standalone 2025-09-30 14:32:07.502044 | fa163eff-7e2e-356a-281c-0000000022c7 | TIMING | Check if rsyslog exists | standalone | 0:13:11.234181 | 0.25s 2025-09-30 14:32:07.530880 | fa163eff-7e2e-356a-281c-0000000022c8 | TASK | Forward logging to swift.log file 2025-09-30 14:32:07.932901 | fa163eff-7e2e-356a-281c-0000000022c8 | CHANGED | Forward logging to swift.log file | standalone 2025-09-30 14:32:07.934341 | fa163eff-7e2e-356a-281c-0000000022c8 | TIMING | Forward logging to swift.log file | standalone | 0:13:11.666475 | 0.40s 2025-09-30 14:32:07.964934 | fa163eff-7e2e-356a-281c-0000000022c9 | TASK | Restart rsyslogd service after logging conf change 2025-09-30 14:32:08.817434 | fa163eff-7e2e-356a-281c-0000000022c9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-09-30 14:32:08.819414 | fa163eff-7e2e-356a-281c-0000000022c9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:12.551552 | 0.85s 2025-09-30 14:32:08.849333 | fa163eff-7e2e-356a-281c-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-09-30 14:32:09.092401 | fa163eff-7e2e-356a-281c-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-09-30 14:32:09.093314 | fa163eff-7e2e-356a-281c-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:12.825461 | 0.24s 2025-09-30 14:32:09.192733 | fa163eff-7e2e-356a-281c-0000000000c3 | TIMING | include_tasks | standalone | 0:13:12.924870 | 0.08s 2025-09-30 14:32:09.221781 | ffaa4c2a-3ff2-4a8d-841e-fa98bc4ba4d4 | INCLUDED | /root/standalone-ansible-44vyqawn/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:32:09.249984 | fa163eff-7e2e-356a-281c-000000002ca3 | TASK | Write the config_step hieradata 2025-09-30 14:32:09.699158 | fa163eff-7e2e-356a-281c-000000002ca3 | OK | Write the config_step hieradata | standalone 2025-09-30 14:32:09.700139 | fa163eff-7e2e-356a-281c-000000002ca3 | TIMING | Write the config_step hieradata | standalone | 0:13:13.432287 | 0.45s 2025-09-30 14:32:09.719356 | fa163eff-7e2e-356a-281c-000000002ca4 | TASK | Run puppet host configuration for step 1 2025-09-30 14:32:10.012450 | fa163eff-7e2e-356a-281c-000000002ca4 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-09-30 14:32:10.013699 | fa163eff-7e2e-356a-281c-000000002ca4 | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:13.745838 | 0.29s 2025-09-30 14:32:10.042989 | fa163eff-7e2e-356a-281c-000000002ca5 | TASK | Wait for puppet host configuration to finish 2025-09-30 14:32:10.244691 | fa163eff-7e2e-356a-281c-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:32:20.476939 | fa163eff-7e2e-356a-281c-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:32:30.724185 | fa163eff-7e2e-356a-281c-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-09-30 14:32:40.958139 | fa163eff-7e2e-356a-281c-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-09-30 14:32:51.192520 | fa163eff-7e2e-356a-281c-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-09-30 14:33:01.455412 | fa163eff-7e2e-356a-281c-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-09-30 14:33:11.672467 | fa163eff-7e2e-356a-281c-000000002ca5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:33:11.673996 | fa163eff-7e2e-356a-281c-000000002ca5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:15.406131 | 61.63s 2025-09-30 14:33:11.708168 | fa163eff-7e2e-356a-281c-000000002ca6 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-09-30 14:33:11.781755 | fa163eff-7e2e-356a-281c-000000002ca6 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Sep 30 14:32:10 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:32:15 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:32:15 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:32:15 puppet-user: (file & line not available)", "<13>Sep 30 14:32:15 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 14:32:15 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:32:16 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:32:16 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Sep 30 14:32:16 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Sep 30 14:32:16 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Sep 30 14:32:16 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Sep 30 14:32:23 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Sep 30 14:32:32 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Sep 30 14:32:32 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Sep 30 14:32:32 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Sep 30 14:32:32 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Sep 30 14:32:36 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Sep 30 14:32:36 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Sep 30 14:32:37 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Sep 30 14:32:41 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Sep 30 14:32:43 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Sep 30 14:32:43 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Sep 30 14:32:44 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Sep 30 14:33:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Sep 30 14:33:08 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:33:10 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Sep 30 14:33:10 puppet-user: Notice: Applied catalog in 54.55 seconds", "<13>Sep 30 14:33:10 puppet-user: Application:", "<13>Sep 30 14:33:10 puppet-user: Initial environment: production", "<13>Sep 30 14:33:10 puppet-user: Converged environment: production", "<13>Sep 30 14:33:10 puppet-user: Run mode: user", "<13>Sep 30 14:33:10 puppet-user: Changes:", "<13>Sep 30 14:33:10 puppet-user: Total: 17", "<13>Sep 30 14:33:10 puppet-user: Events:", "<13>Sep 30 14:33:10 puppet-user: Success: 17", "<13>Sep 30 14:33:10 puppet-user: Resources:", "<13>Sep 30 14:33:10 puppet-user: Restarted: 1", "<13>Sep 30 14:33:10 puppet-user: Changed: 16", "<13>Sep 30 14:33:10 puppet-user: Out of sync: 16", "<13>Sep 30 14:33:10 puppet-user: Total: 26", "<13>Sep 30 14:33:10 puppet-user: Time:", "<13>Sep 30 14:33:10 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:33:10 puppet-user: Schedule: 0.00", "<13>Sep 30 14:33:10 puppet-user: File line: 0.00", "<13>Sep 30 14:33:10 puppet-user: File: 0.00", "<13>Sep 30 14:33:10 puppet-user: Augeas: 0.02", "<13>Sep 30 14:33:10 puppet-user: Config retrieval: 0.43", "<13>Sep 30 14:33:10 puppet-user: User: 0.55", "<13>Sep 30 14:33:10 puppet-user: Package: 15.62", "<13>Sep 30 14:33:10 puppet-user: Last run: 1759242790", "<13>Sep 30 14:33:10 puppet-user: Exec: 28.96", "<13>Sep 30 14:33:10 puppet-user: Pcmk property: 3.67", "<13>Sep 30 14:33:10 puppet-user: Service: 4.47", "<13>Sep 30 14:33:10 puppet-user: Transaction evaluation: 54.54", "<13>Sep 30 14:33:10 puppet-user: Catalog application: 54.55", "<13>Sep 30 14:33:10 puppet-user: Total: 54.56", "<13>Sep 30 14:33:10 puppet-user: Version:", "<13>Sep 30 14:33:10 puppet-user: Config: 1759242735", "<13>Sep 30 14:33:10 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:33:11.783729 | fa163eff-7e2e-356a-281c-000000002ca6 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:15.515866 | 0.07s 2025-09-30 14:33:11.816139 | fa163eff-7e2e-356a-281c-000000002ca7 | TASK | Pre-cache facts for puppet containers 2025-09-30 14:33:11.848882 | fa163eff-7e2e-356a-281c-000000002ca7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:15.581003 | 0.03s 2025-09-30 14:33:11.918847 | fa163eff-7e2e-356a-281c-000000002cee | TASK | Gather variables for each operating system 2025-09-30 14:33:12.022246 | fa163eff-7e2e-356a-281c-000000002cee | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:15.754366 | 0.10s 2025-09-30 14:33:12.053235 | fa163eff-7e2e-356a-281c-000000002cef | TASK | Create puppet caching structures 2025-09-30 14:33:12.271816 | fa163eff-7e2e-356a-281c-000000002cef | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:33:12.273329 | fa163eff-7e2e-356a-281c-000000002cef | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:16.005467 | 0.22s 2025-09-30 14:33:12.302524 | fa163eff-7e2e-356a-281c-000000002cf0 | TASK | Check for facter.conf 2025-09-30 14:33:12.522515 | fa163eff-7e2e-356a-281c-000000002cf0 | OK | Check for facter.conf | standalone 2025-09-30 14:33:12.524005 | fa163eff-7e2e-356a-281c-000000002cf0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:16.256141 | 0.22s 2025-09-30 14:33:12.555680 | fa163eff-7e2e-356a-281c-000000002cf1 | TASK | Remove facter.conf if directory 2025-09-30 14:33:12.606389 | fa163eff-7e2e-356a-281c-000000002cf1 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:33:12.607782 | fa163eff-7e2e-356a-281c-000000002cf1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:16.339910 | 0.05s 2025-09-30 14:33:12.641980 | fa163eff-7e2e-356a-281c-000000002cf2 | TASK | Write facter cache config 2025-09-30 14:33:13.131640 | fa163eff-7e2e-356a-281c-000000002cf2 | CHANGED | Write facter cache config | standalone 2025-09-30 14:33:13.133075 | fa163eff-7e2e-356a-281c-000000002cf2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:16.865212 | 0.49s 2025-09-30 14:33:13.161881 | fa163eff-7e2e-356a-281c-000000002cf3 | TASK | Cleanup facter cache if exists 2025-09-30 14:33:13.397407 | fa163eff-7e2e-356a-281c-000000002cf3 | OK | Cleanup facter cache if exists | standalone 2025-09-30 14:33:13.398278 | fa163eff-7e2e-356a-281c-000000002cf3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:17.130421 | 0.23s 2025-09-30 14:33:13.420928 | fa163eff-7e2e-356a-281c-000000002cf4 | TASK | Pre-cache facts 2025-09-30 14:33:14.041382 | fa163eff-7e2e-356a-281c-000000002cf4 | CHANGED | Pre-cache facts | standalone 2025-09-30 14:33:14.042722 | fa163eff-7e2e-356a-281c-000000002cf4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:17.774861 | 0.62s 2025-09-30 14:33:14.072641 | fa163eff-7e2e-356a-281c-000000002cf5 | TASK | Failed deployment if facter fails 2025-09-30 14:33:14.111618 | fa163eff-7e2e-356a-281c-000000002cf5 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:33:14.112793 | fa163eff-7e2e-356a-281c-000000002cf5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:17.844932 | 0.04s 2025-09-30 14:33:14.169249 | fa163eff-7e2e-356a-281c-000000002cf6 | TASK | Sync cached facts 2025-09-30 14:33:14.625889 | fa163eff-7e2e-356a-281c-000000002cf6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-7e2e-356a-281c-000000002cf6') missing from stats 2025-09-30 14:33:14.685167 | fa163eff-7e2e-356a-281c-000000002ca8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:33:14.735758 | fa163eff-7e2e-356a-281c-000000002ca8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:18.467873 | 0.05s 2025-09-30 14:33:14.777531 | 74fc5a87-35c2-42ef-aba9-1ca14d7f4682 | INCLUDED | /root/standalone-ansible-44vyqawn/generate-config-tasks.yaml | standalone 2025-09-30 14:33:14.817885 | fa163eff-7e2e-356a-281c-000000002d40 | TASK | Create base directory puppet configs 2025-09-30 14:33:15.050327 | fa163eff-7e2e-356a-281c-000000002d40 | CHANGED | Create base directory puppet configs | standalone 2025-09-30 14:33:15.052125 | fa163eff-7e2e-356a-281c-000000002d40 | TIMING | Create base directory puppet configs | standalone | 0:14:18.784265 | 0.23s 2025-09-30 14:33:15.083765 | fa163eff-7e2e-356a-281c-000000002d41 | TASK | Generate container puppet configs for step 1 2025-09-30 14:33:15.341619 | fa163eff-7e2e-356a-281c-000000002d41 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-09-30 14:33:15.342856 | fa163eff-7e2e-356a-281c-000000002d41 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:19.074995 | 0.26s 2025-09-30 14:33:15.374117 | fa163eff-7e2e-356a-281c-000000002d42 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-09-30 14:33:15.403328 | fa163eff-7e2e-356a-281c-000000002d42 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:19.135458 | 0.03s 2025-09-30 14:33:15.485519 | fa163eff-7e2e-356a-281c-000000002dcc | TASK | Gather variables for each operating system 2025-09-30 14:33:15.604744 | fa163eff-7e2e-356a-281c-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:19.336876 | 0.12s 2025-09-30 14:33:15.637240 | fa163eff-7e2e-356a-281c-000000002dcd | TASK | Create container logs path 2025-09-30 14:33:15.900062 | fa163eff-7e2e-356a-281c-000000002dcd | OK | Create container logs path | standalone 2025-09-30 14:33:15.901474 | fa163eff-7e2e-356a-281c-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:19.633612 | 0.26s 2025-09-30 14:33:15.933167 | fa163eff-7e2e-356a-281c-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:33:16.404064 | fa163eff-7e2e-356a-281c-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:33:16.405454 | fa163eff-7e2e-356a-281c-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:20.137585 | 0.47s 2025-09-30 14:33:16.438010 | fa163eff-7e2e-356a-281c-000000002dd0 | TASK | Finalise hashes for all containers 2025-09-30 14:33:16.520673 | fa163eff-7e2e-356a-281c-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:33:16.521719 | fa163eff-7e2e-356a-281c-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:20.253857 | 0.08s 2025-09-30 14:33:16.552378 | fa163eff-7e2e-356a-281c-000000002dd2 | TASK | Manage systemd shutdown files 2025-09-30 14:33:16.597415 | fa163eff-7e2e-356a-281c-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:33:16.598747 | fa163eff-7e2e-356a-281c-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:20.330875 | 0.04s 2025-09-30 14:33:16.631413 | fa163eff-7e2e-356a-281c-000000002dd4 | TASK | Update container configs with new config hashes 2025-09-30 14:33:16.671488 | fa163eff-7e2e-356a-281c-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:33:16.672893 | fa163eff-7e2e-356a-281c-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:20.405031 | 0.04s 2025-09-30 14:33:16.707691 | fa163eff-7e2e-356a-281c-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:33:16.741506 | fa163eff-7e2e-356a-281c-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:20.473636 | 0.03s 2025-09-30 14:33:16.769165 | ddf0b81e-57af-4dea-b0f8-012044faba87 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:33:16.802010 | fa163eff-7e2e-356a-281c-000000002e19 | TASK | Gather podman infos 2025-09-30 14:33:17.370126 | fa163eff-7e2e-356a-281c-000000002e19 | OK | Gather podman infos | standalone 2025-09-30 14:33:17.371227 | fa163eff-7e2e-356a-281c-000000002e19 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:21.103369 | 0.57s 2025-09-30 14:33:17.398175 | fa163eff-7e2e-356a-281c-000000002e1a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:33:17.448384 | fa163eff-7e2e-356a-281c-000000002e1a | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:33:17.449459 | fa163eff-7e2e-356a-281c-000000002e1a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:21.181602 | 0.05s 2025-09-30 14:33:17.482004 | fa163eff-7e2e-356a-281c-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:33:17.532803 | fa163eff-7e2e-356a-281c-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:21.264932 | 0.05s 2025-09-30 14:33:17.556493 | bef8107b-cf96-4297-bcb1-ffbe048dbc69 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:33:17.599689 | fa163eff-7e2e-356a-281c-000000002e43 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:33:48.809262 | fa163eff-7e2e-356a-281c-000000002e43 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:33:48.810924 | fa163eff-7e2e-356a-281c-000000002e43 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:52.543059 | 31.21s 2025-09-30 14:33:48.894051 | fa163eff-7e2e-356a-281c-000000002e44 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:33:48.974869 | fa163eff-7e2e-356a-281c-000000002e44 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:33:48.976486 | fa163eff-7e2e-356a-281c-000000002e44 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:52.708616 | 0.08s 2025-09-30 14:33:49.033451 | fa163eff-7e2e-356a-281c-000000002d44 | TASK | Diff puppet-generated changes for check mode 2025-09-30 14:33:49.062002 | fa163eff-7e2e-356a-281c-000000002d44 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-09-30 14:33:49.064219 | fa163eff-7e2e-356a-281c-000000002d44 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:52.796356 | 0.03s 2025-09-30 14:33:49.092997 | fa163eff-7e2e-356a-281c-000000002d45 | TASK | Diff puppet-generated changes for check mode 2025-09-30 14:33:49.120968 | fa163eff-7e2e-356a-281c-000000002d45 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-09-30 14:33:49.122201 | fa163eff-7e2e-356a-281c-000000002d45 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:52.854338 | 0.03s 2025-09-30 14:33:49.154562 | fa163eff-7e2e-356a-281c-000000002caa | TASK | Manage containers for step 1 with tripleo-ansible 2025-09-30 14:33:49.182930 | fa163eff-7e2e-356a-281c-000000002caa | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:52.915056 | 0.03s 2025-09-30 14:33:49.247680 | fa163eff-7e2e-356a-281c-000000002e99 | TASK | Gather variables for each operating system 2025-09-30 14:33:49.368904 | fa163eff-7e2e-356a-281c-000000002e99 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:53.101031 | 0.12s 2025-09-30 14:33:49.399308 | fa163eff-7e2e-356a-281c-000000002e9a | TASK | Create container logs path 2025-09-30 14:33:49.684169 | fa163eff-7e2e-356a-281c-000000002e9a | OK | Create container logs path | standalone 2025-09-30 14:33:49.685622 | fa163eff-7e2e-356a-281c-000000002e9a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:53.417761 | 0.28s 2025-09-30 14:33:49.717010 | fa163eff-7e2e-356a-281c-000000002e9c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:33:50.024027 | fa163eff-7e2e-356a-281c-000000002e9c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 14:33:50.025365 | fa163eff-7e2e-356a-281c-000000002e9c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:53.757504 | 0.31s 2025-09-30 14:33:50.061194 | fa163eff-7e2e-356a-281c-000000002e9d | TASK | Finalise hashes for all containers 2025-09-30 14:33:50.125933 | fa163eff-7e2e-356a-281c-000000002e9d | OK | Finalise hashes for all containers | standalone 2025-09-30 14:33:50.127329 | fa163eff-7e2e-356a-281c-000000002e9d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:53.859468 | 0.06s 2025-09-30 14:33:50.157586 | fa163eff-7e2e-356a-281c-000000002e9f | TASK | Manage systemd shutdown files 2025-09-30 14:33:50.191396 | fa163eff-7e2e-356a-281c-000000002e9f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:53.923521 | 0.03s 2025-09-30 14:33:50.227751 | 3698b754-8981-4547-8531-ef0345639c00 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:33:50.258117 | fa163eff-7e2e-356a-281c-000000002ed2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:33:50.507171 | fa163eff-7e2e-356a-281c-000000002ed2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:33:50.508855 | fa163eff-7e2e-356a-281c-000000002ed2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:54.240991 | 0.25s 2025-09-30 14:33:50.540246 | fa163eff-7e2e-356a-281c-000000002ed3 | TASK | Set podman_drop_in fact 2025-09-30 14:33:50.599432 | fa163eff-7e2e-356a-281c-000000002ed3 | OK | Set podman_drop_in fact | standalone 2025-09-30 14:33:50.600453 | fa163eff-7e2e-356a-281c-000000002ed3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:54.332597 | 0.06s 2025-09-30 14:33:50.623444 | fa163eff-7e2e-356a-281c-000000002ed5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:33:51.107394 | fa163eff-7e2e-356a-281c-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:33:51.109004 | fa163eff-7e2e-356a-281c-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:54.841136 | 0.48s 2025-09-30 14:33:51.600031 | fa163eff-7e2e-356a-281c-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:33:51.600868 | fa163eff-7e2e-356a-281c-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:55.333015 | 0.98s 2025-09-30 14:33:51.606608 | fa163eff-7e2e-356a-281c-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:55.338740 | 0.98s 2025-09-30 14:33:51.638577 | fa163eff-7e2e-356a-281c-000000002ed6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:33:52.073062 | fa163eff-7e2e-356a-281c-000000002ed6 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:33:52.074632 | fa163eff-7e2e-356a-281c-000000002ed6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:55.806771 | 0.43s 2025-09-30 14:33:52.103986 | fa163eff-7e2e-356a-281c-000000002ed7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:33:52.553269 | fa163eff-7e2e-356a-281c-000000002ed7 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:33:52.554861 | fa163eff-7e2e-356a-281c-000000002ed7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:56.286999 | 0.45s 2025-09-30 14:33:52.583968 | fa163eff-7e2e-356a-281c-000000002ed8 | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:33:54.570158 | fa163eff-7e2e-356a-281c-000000002ed8 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:33:54.572170 | fa163eff-7e2e-356a-281c-000000002ed8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:58.304308 | 1.99s 2025-09-30 14:33:54.603188 | fa163eff-7e2e-356a-281c-000000002ed9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:33:55.157494 | fa163eff-7e2e-356a-281c-000000002ed9 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:33:55.159133 | fa163eff-7e2e-356a-281c-000000002ed9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:58.891270 | 0.55s 2025-09-30 14:33:55.190159 | fa163eff-7e2e-356a-281c-000000002eda | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:33:55.693626 | fa163eff-7e2e-356a-281c-000000002eda | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:33:55.694575 | fa163eff-7e2e-356a-281c-000000002eda | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:59.426720 | 0.50s 2025-09-30 14:33:55.714253 | fa163eff-7e2e-356a-281c-000000002edb | TASK | Enable and start netns-placeholder 2025-09-30 14:33:56.591687 | fa163eff-7e2e-356a-281c-000000002edb | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:33:56.593618 | fa163eff-7e2e-356a-281c-000000002edb | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:00.325753 | 0.88s 2025-09-30 14:33:56.625364 | fa163eff-7e2e-356a-281c-000000002ea1 | TASK | Update container configs with new config hashes 2025-09-30 14:33:56.680877 | fa163eff-7e2e-356a-281c-000000002ea1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:00.413003 | 0.05s 2025-09-30 14:33:56.702596 | b335840a-e324-49ab-b81a-0c7f2ff2f926 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:33:56.737471 | fa163eff-7e2e-356a-281c-000000002f03 | TASK | Update config hashes for container startup configs 2025-09-30 14:33:57.046374 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-09-30 14:33:57.047731 | | WARNING | Config change detected for mysql_bootstrap, new hash: 7bc39ad13b91af1645f0e0efb24690b6 2025-09-30 14:33:57.048267 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: cfb4b4f7d5613d6260ec906a8fea1e01 2025-09-30 14:33:57.048872 | | WARNING | Config change detected for redis_tls_proxy, new hash: 003001c6f7871d3a7e6d4685e8a4e69b 2025-09-30 14:33:57.049391 | | WARNING | Config change detected for clustercheck, new hash: 3fb4ab254881696bb79870a34d7feec2 2025-09-30 14:33:57.049910 | | WARNING | Config change detected for horizon_fix_perms, new hash: 650464960d057bf7fbf6d08e01a52746 2025-09-30 14:33:57.050458 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 7bc39ad13b91af1645f0e0efb24690b6 2025-09-30 14:33:57.050986 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.051534 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.052077 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.052664 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.053157 | | WARNING | Config change detected for aodh_db_sync, new hash: fa2895b4ca7c99b3796193d09dc1ffb3 2025-09-30 14:33:57.053724 | | WARNING | Config change detected for cinder_api_db_sync, new hash: a738fdf53ab76404f844755e4f755e1c 2025-09-30 14:33:57.054220 | | WARNING | Config change detected for glance_api_db_sync, new hash: 75da29109bbed2e4e3f145853845b434-408f1c628e594bef89ac45ac76e5e3b1 2025-09-30 14:33:57.054790 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 5cc8f48e4a7f870e4dbbac34411c589f 2025-09-30 14:33:57.055281 | | WARNING | Config change detected for horizon, new hash: 650464960d057bf7fbf6d08e01a52746 2025-09-30 14:33:57.055939 | | WARNING | Config change detected for iscsid, new hash: 408f1c628e594bef89ac45ac76e5e3b1 2025-09-30 14:33:57.056473 | | WARNING | Config change detected for keystone, new hash: 2764073360b1523b803ac9de1a2740fb 2025-09-30 14:33:57.057049 | | WARNING | Config change detected for keystone_cron, new hash: 2764073360b1523b803ac9de1a2740fb 2025-09-30 14:33:57.057578 | | WARNING | Config change detected for keystone_db_sync, new hash: 2764073360b1523b803ac9de1a2740fb 2025-09-30 14:33:57.058112 | | WARNING | Config change detected for manila_api_db_sync, new hash: 36cf1e94fbb02d15b562d2cb002e4da2 2025-09-30 14:33:57.058675 | | WARNING | Config change detected for neutron_db_sync, new hash: 75ac36363bc6fd602cfd9038f0d39ed2 2025-09-30 14:33:57.059164 | | WARNING | Config change detected for nova_api_db_sync, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.059731 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.060207 | | WARNING | Config change detected for nova_db_sync, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.060803 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.061283 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.061833 | | WARNING | Config change detected for nova_virtproxyd, new hash: 0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.062333 | | WARNING | Config change detected for nova_virtqemud, new hash: 0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.062879 | | WARNING | Config change detected for nova_virtsecretd, new hash: 0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.063376 | | WARNING | Config change detected for nova_virtstoraged, new hash: 0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.063895 | | WARNING | Config change detected for octavia_db_sync, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.064456 | | WARNING | Config change detected for placement_api_db_sync, new hash: 0eebb28e00e92029b974d4da66ca8c25 2025-09-30 14:33:57.064994 | | WARNING | Config change detected for swift_copy_rings, new hash: 425de4d2c8fb7afb35ac12fadf05343e-924c94879249b7f7fcfeaad4cc98b638 2025-09-30 14:33:57.065565 | | WARNING | Config change detected for aodh_api, new hash: fa2895b4ca7c99b3796193d09dc1ffb3 2025-09-30 14:33:57.066085 | | WARNING | Config change detected for aodh_api_cron, new hash: fa2895b4ca7c99b3796193d09dc1ffb3 2025-09-30 14:33:57.066652 | | WARNING | Config change detected for aodh_evaluator, new hash: fa2895b4ca7c99b3796193d09dc1ffb3 2025-09-30 14:33:57.067150 | | WARNING | Config change detected for aodh_listener, new hash: fa2895b4ca7c99b3796193d09dc1ffb3 2025-09-30 14:33:57.067703 | | WARNING | Config change detected for aodh_notifier, new hash: fa2895b4ca7c99b3796193d09dc1ffb3 2025-09-30 14:33:57.068178 | | WARNING | Config change detected for ceilometer_agent_central, new hash: ab7a32fa7d949a90da969a90c061b94b 2025-09-30 14:33:57.068795 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: ab7a32fa7d949a90da969a90c061b94b 2025-09-30 14:33:57.069316 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: ab7a32fa7d949a90da969a90c061b94b 2025-09-30 14:33:57.069905 | | WARNING | Config change detected for cinder_api, new hash: a738fdf53ab76404f844755e4f755e1c 2025-09-30 14:33:57.070410 | | WARNING | Config change detected for cinder_api_cron, new hash: a738fdf53ab76404f844755e4f755e1c 2025-09-30 14:33:57.070932 | | WARNING | Config change detected for cinder_scheduler, new hash: a738fdf53ab76404f844755e4f755e1c 2025-09-30 14:33:57.071443 | | WARNING | Config change detected for glance_api, new hash: 75da29109bbed2e4e3f145853845b434-408f1c628e594bef89ac45ac76e5e3b1 2025-09-30 14:33:57.071952 | | WARNING | Config change detected for glance_api_cron, new hash: 75da29109bbed2e4e3f145853845b434 2025-09-30 14:33:57.072523 | | WARNING | Config change detected for glance_api_internal, new hash: 89624811b50e74698e7802102053653f-408f1c628e594bef89ac45ac76e5e3b1 2025-09-30 14:33:57.073047 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 89624811b50e74698e7802102053653f 2025-09-30 14:33:57.073604 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 75da29109bbed2e4e3f145853845b434 2025-09-30 14:33:57.074107 | | WARNING | Config change detected for heat_api, new hash: 069f3e33490b9cb07b12f46ed50be744 2025-09-30 14:33:57.074678 | | WARNING | Config change detected for heat_api_cfn, new hash: dd7ff4a6a31e9761ace7f1d06963dbe7 2025-09-30 14:33:57.075156 | | WARNING | Config change detected for heat_api_cron, new hash: 069f3e33490b9cb07b12f46ed50be744 2025-09-30 14:33:57.075730 | | WARNING | Config change detected for heat_engine, new hash: 5cc8f48e4a7f870e4dbbac34411c589f 2025-09-30 14:33:57.076220 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-09-30 14:33:57.076804 | | WARNING | Config change detected for manila_api, new hash: 36cf1e94fbb02d15b562d2cb002e4da2 2025-09-30 14:33:57.077298 | | WARNING | Config change detected for manila_api_cron, new hash: 36cf1e94fbb02d15b562d2cb002e4da2 2025-09-30 14:33:57.077827 | | WARNING | Config change detected for manila_scheduler, new hash: 36cf1e94fbb02d15b562d2cb002e4da2 2025-09-30 14:33:57.078382 | | WARNING | Config change detected for neutron_api, new hash: 75ac36363bc6fd602cfd9038f0d39ed2 2025-09-30 14:33:57.078951 | | WARNING | Config change detected for neutron_dhcp, new hash: 75ac36363bc6fd602cfd9038f0d39ed2 2025-09-30 14:33:57.079521 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 75ac36363bc6fd602cfd9038f0d39ed2 2025-09-30 14:33:57.080039 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 75ac36363bc6fd602cfd9038f0d39ed2 2025-09-30 14:33:57.080626 | | WARNING | Config change detected for nova_api, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.081125 | | WARNING | Config change detected for nova_api_cron, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.081706 | | WARNING | Config change detected for nova_conductor, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.082210 | | WARNING | Config change detected for nova_metadata, new hash: 069b02a64e2246c6c7b24984d6c0188f 2025-09-30 14:33:57.082794 | | WARNING | Config change detected for nova_migration_target, new hash: 0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.083277 | | WARNING | Config change detected for nova_scheduler, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.083833 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.084353 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 4c60eb1bc09596d604138ee4f8f28f1c 2025-09-30 14:33:57.084910 | | WARNING | Config change detected for octavia_api, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.085397 | | WARNING | Config change detected for octavia_driver_agent, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.085905 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 75ac36363bc6fd602cfd9038f0d39ed2 2025-09-30 14:33:57.086436 | | WARNING | Config change detected for placement_api, new hash: 0eebb28e00e92029b974d4da66ca8c25 2025-09-30 14:33:57.086939 | | WARNING | Config change detected for placement_wait_for_service, new hash: 0eebb28e00e92029b974d4da66ca8c25 2025-09-30 14:33:57.087483 | | WARNING | Config change detected for swift_account_reaper, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.088044 | | WARNING | Config change detected for swift_account_server, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.088634 | | WARNING | Config change detected for swift_container_server, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.089134 | | WARNING | Config change detected for swift_container_updater, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.089684 | | WARNING | Config change detected for swift_object_expirer, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.090164 | | WARNING | Config change detected for swift_object_server, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.090724 | | WARNING | Config change detected for swift_object_updater, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.091215 | | WARNING | Config change detected for swift_proxy, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.091757 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 425de4d2c8fb7afb35ac12fadf05343e 2025-09-30 14:33:57.092319 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: ab7a32fa7d949a90da969a90c061b94b 2025-09-30 14:33:57.092911 | | WARNING | Config change detected for gnocchi_api, new hash: 505ac13c6ccbb7d8345f10d5c8a4e78e 2025-09-30 14:33:57.093432 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 505ac13c6ccbb7d8345f10d5c8a4e78e 2025-09-30 14:33:57.093938 | | WARNING | Config change detected for gnocchi_metricd, new hash: 505ac13c6ccbb7d8345f10d5c8a4e78e 2025-09-30 14:33:57.094475 | | WARNING | Config change detected for gnocchi_statsd, new hash: 505ac13c6ccbb7d8345f10d5c8a4e78e 2025-09-30 14:33:57.095008 | | WARNING | Config change detected for nova_compute, new hash: 408f1c628e594bef89ac45ac76e5e3b1-0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.095534 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 0605cc645d0a8a0cc00bb1d666f59f05 2025-09-30 14:33:57.096059 | | WARNING | Config change detected for octavia_health_manager, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.096651 | | WARNING | Config change detected for octavia_housekeeping, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.096996 | | WARNING | Config change detected for octavia_rsyslog, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.097344 | | WARNING | Config change detected for octavia_worker, new hash: 1569f0ec315a6ea47f5c52f0b4339846 2025-09-30 14:33:57.097784 | fa163eff-7e2e-356a-281c-000000002f03 | CHANGED | Update config hashes for container startup configs | standalone 2025-09-30 14:33:57.098423 | fa163eff-7e2e-356a-281c-000000002f03 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:00.830565 | 0.36s 2025-09-30 14:33:57.124610 | fa163eff-7e2e-356a-281c-000000002ea2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:33:57.183380 | fa163eff-7e2e-356a-281c-000000002ea2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:00.915511 | 0.06s 2025-09-30 14:33:57.205836 | 97602c14-efb0-482a-b37e-7295a8a1f6f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:33:57.241124 | fa163eff-7e2e-356a-281c-000000002f22 | TASK | Gather podman infos 2025-09-30 14:33:58.092487 | fa163eff-7e2e-356a-281c-000000002f22 | OK | Gather podman infos | standalone 2025-09-30 14:33:58.093659 | fa163eff-7e2e-356a-281c-000000002f22 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:01.825801 | 0.85s 2025-09-30 14:33:58.159249 | fa163eff-7e2e-356a-281c-000000002f23 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:33:58.220831 | fa163eff-7e2e-356a-281c-000000002f23 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:01.952958 | 0.06s 2025-09-30 14:33:58.352203 | fa163eff-7e2e-356a-281c-000000002f6c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:02.084329 | 0.06s 2025-09-30 14:33:58.414501 | fa163eff-7e2e-356a-281c-000000002ea3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:33:58.467706 | fa163eff-7e2e-356a-281c-000000002ea3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:02.199836 | 0.05s 2025-09-30 14:33:58.490160 | 790e770f-4eb2-4918-ab40-55fe52d24fdd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:33:58.526969 | fa163eff-7e2e-356a-281c-000000002f92 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:34:06.302806 | fa163eff-7e2e-356a-281c-000000002f92 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 14:34:06.304472 | fa163eff-7e2e-356a-281c-000000002f92 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:10.036608 | 7.78s 2025-09-30 14:34:06.336328 | fa163eff-7e2e-356a-281c-000000002f93 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-09-30 14:34:10.830894 | fa163eff-7e2e-356a-281c-000000002f93 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-09-30 14:34:10.832851 | fa163eff-7e2e-356a-281c-000000002f93 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:14.564983 | 4.49s 2025-09-30 14:34:10.900587 | fa163eff-7e2e-356a-281c-000000002cac | TASK | Clean container_puppet_tasks for standalone step 1 2025-09-30 14:34:11.115388 | fa163eff-7e2e-356a-281c-000000002cac | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-09-30 14:34:11.117030 | fa163eff-7e2e-356a-281c-000000002cac | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:14.849162 | 0.21s 2025-09-30 14:34:11.164591 | fa163eff-7e2e-356a-281c-000000002cad | TASK | Calculate container_puppet_tasks for standalone step 1 2025-09-30 14:34:11.226290 | fa163eff-7e2e-356a-281c-000000002cad | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:14.958413 | 0.06s 2025-09-30 14:34:11.258892 | fa163eff-7e2e-356a-281c-000000002cae | TASK | Include container-puppet tasks for step 1 2025-09-30 14:34:11.311498 | fa163eff-7e2e-356a-281c-000000002cae | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:15.043622 | 0.05s 2025-09-30 14:34:11.340007 | c8d2fe3f-049b-4938-ab8c-91615a8b7575 | INCLUDED | /root/standalone-ansible-44vyqawn/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:34:11.379018 | fa163eff-7e2e-356a-281c-000000002fde | TASK | Write container-puppet-tasks json file for standalone step 1 2025-09-30 14:34:11.859529 | fa163eff-7e2e-356a-281c-000000002fde | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-09-30 14:34:11.860993 | fa163eff-7e2e-356a-281c-000000002fde | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:15.593130 | 0.48s 2025-09-30 14:34:11.891402 | fa163eff-7e2e-356a-281c-000000002fe0 | TASK | Generate container puppet configs for step 1 2025-09-30 14:34:12.220767 | fa163eff-7e2e-356a-281c-000000002fe0 | OK | Generate container puppet configs for step 1 | standalone 2025-09-30 14:34:12.222196 | fa163eff-7e2e-356a-281c-000000002fe0 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:15.954334 | 0.33s 2025-09-30 14:34:12.254209 | fa163eff-7e2e-356a-281c-000000002fe1 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-09-30 14:34:12.278270 | fa163eff-7e2e-356a-281c-000000002fe1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:16.010394 | 0.02s 2025-09-30 14:34:12.342044 | fa163eff-7e2e-356a-281c-000000002dcc | TASK | Gather variables for each operating system 2025-09-30 14:34:12.469761 | fa163eff-7e2e-356a-281c-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:16.201880 | 0.13s 2025-09-30 14:34:12.503334 | fa163eff-7e2e-356a-281c-000000002dcd | TASK | Create container logs path 2025-09-30 14:34:12.744240 | fa163eff-7e2e-356a-281c-000000002dcd | OK | Create container logs path | standalone 2025-09-30 14:34:12.745846 | fa163eff-7e2e-356a-281c-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:16.477982 | 0.24s 2025-09-30 14:34:12.779799 | fa163eff-7e2e-356a-281c-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:34:13.034864 | fa163eff-7e2e-356a-281c-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:34:13.036298 | fa163eff-7e2e-356a-281c-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:16.768432 | 0.25s 2025-09-30 14:34:13.066999 | fa163eff-7e2e-356a-281c-000000002dd0 | TASK | Finalise hashes for all containers 2025-09-30 14:34:13.112389 | fa163eff-7e2e-356a-281c-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:34:13.113770 | fa163eff-7e2e-356a-281c-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:16.845908 | 0.05s 2025-09-30 14:34:13.143828 | fa163eff-7e2e-356a-281c-000000002dd2 | TASK | Manage systemd shutdown files 2025-09-30 14:34:13.179116 | fa163eff-7e2e-356a-281c-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:34:13.180510 | fa163eff-7e2e-356a-281c-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:16.912647 | 0.04s 2025-09-30 14:34:13.214584 | fa163eff-7e2e-356a-281c-000000002dd4 | TASK | Update container configs with new config hashes 2025-09-30 14:34:13.258611 | fa163eff-7e2e-356a-281c-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:34:13.260140 | fa163eff-7e2e-356a-281c-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:16.992279 | 0.04s 2025-09-30 14:34:13.283260 | fa163eff-7e2e-356a-281c-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:34:13.332128 | fa163eff-7e2e-356a-281c-000000002dd5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:34:13.334028 | fa163eff-7e2e-356a-281c-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:17.066159 | 0.05s 2025-09-30 14:34:13.355667 | fa163eff-7e2e-356a-281c-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-09-30 14:34:13.394626 | fa163eff-7e2e-356a-281c-000000002dd6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-09-30 14:34:13.395828 | fa163eff-7e2e-356a-281c-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:17.127966 | 0.04s PLAY [External deployment step 2] ********************************************** 2025-09-30 14:34:13.557222 | fa163eff-7e2e-356a-281c-0000000000c6 | TASK | External deployment step 2 2025-09-30 14:34:13.585726 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000c6') missing from stats 2025-09-30 14:34:13.641600 | fa163eff-7e2e-356a-281c-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:17.373693 | 0.04s 2025-09-30 14:34:13.647561 | 5dbf0f6d-2068-4d93-9b0a-82b5f6e66a9d | INCLUDED | /root/standalone-ansible-44vyqawn/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-09-30 14:34:13.785913 | fa163eff-7e2e-356a-281c-0000000000ca | TASK | Deploy step tasks for 2 2025-09-30 14:34:13.826769 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000ca') missing from stats 2025-09-30 14:34:13.853146 | fa163eff-7e2e-356a-281c-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-09-30 14:34:14.389720 | fa163eff-7e2e-356a-281c-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-09-30 14:34:14.391009 | fa163eff-7e2e-356a-281c-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:18.123148 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:34:14.463302 | fa163eff-7e2e-356a-281c-0000000000cc | TIMING | include_tasks | standalone | 0:15:18.195432 | 0.04s 2025-09-30 14:34:14.560133 | ef6d1956-0959-4d73-ab9e-1a9a25c4497a | INCLUDED | /root/standalone-ansible-44vyqawn/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-09-30 14:34:14.596282 | fa163eff-7e2e-356a-281c-00000000306f | TASK | Push script 2025-09-30 14:34:15.095821 | fa163eff-7e2e-356a-281c-00000000306f | CHANGED | Push script | standalone 2025-09-30 14:34:15.097714 | fa163eff-7e2e-356a-281c-00000000306f | TIMING | Push script | standalone | 0:15:18.829844 | 0.50s 2025-09-30 14:34:15.128102 | fa163eff-7e2e-356a-281c-000000003070 | TASK | Insert cronjob in root crontab 2025-09-30 14:34:15.575344 | fa163eff-7e2e-356a-281c-000000003070 | CHANGED | Insert cronjob in root crontab | standalone 2025-09-30 14:34:15.576980 | fa163eff-7e2e-356a-281c-000000003070 | TIMING | Insert cronjob in root crontab | standalone | 0:15:19.309115 | 0.45s 2025-09-30 14:34:15.607923 | fa163eff-7e2e-356a-281c-000000003077 | TASK | Gather variables for each operating system 2025-09-30 14:34:15.727821 | fa163eff-7e2e-356a-281c-000000003077 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:19.459938 | 0.12s 2025-09-30 14:34:15.758549 | fa163eff-7e2e-356a-281c-000000003078 | TASK | Detect if resource is being created or already exists 2025-09-30 14:34:16.583653 | fa163eff-7e2e-356a-281c-000000003078 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:34:16.585047 | fa163eff-7e2e-356a-281c-000000003078 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:20.317184 | 0.82s 2025-09-30 14:34:16.617392 | fa163eff-7e2e-356a-281c-000000003079 | TASK | Run init bundle puppet on the host for haproxy 2025-09-30 14:36:05.331469 | fa163eff-7e2e-356a-281c-000000003079 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-09-30 14:36:05.333086 | fa163eff-7e2e-356a-281c-000000003079 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:09.065230 | 108.71s 2025-09-30 14:36:05.359305 | fa163eff-7e2e-356a-281c-00000000307a | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-09-30 14:36:05.628767 | fa163eff-7e2e-356a-281c-00000000307a | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-09-30 14:36:05.630261 | fa163eff-7e2e-356a-281c-00000000307a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:09.362398 | 0.27s 2025-09-30 14:36:05.661826 | fa163eff-7e2e-356a-281c-00000000307b | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:36:06.247746 | fa163eff-7e2e-356a-281c-00000000307b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:36:06.248718 | fa163eff-7e2e-356a-281c-00000000307b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:09.980863 | 0.58s 2025-09-30 14:36:06.272784 | fa163eff-7e2e-356a-281c-00000000307c | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-09-30 14:36:06.514829 | fa163eff-7e2e-356a-281c-00000000307c | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-09-30 14:36:06.515862 | fa163eff-7e2e-356a-281c-00000000307c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:10.248006 | 0.24s 2025-09-30 14:36:06.540208 | fa163eff-7e2e-356a-281c-00000000307e | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-09-30 14:36:06.570614 | fa163eff-7e2e-356a-281c-00000000307e | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-09-30 14:36:06.571914 | fa163eff-7e2e-356a-281c-00000000307e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:10.304050 | 0.03s 2025-09-30 14:36:06.599850 | fa163eff-7e2e-356a-281c-00000000307f | TASK | Get container image tag from bundle haproxy-bundle 2025-09-30 14:36:06.653611 | fa163eff-7e2e-356a-281c-00000000307f | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-09-30 14:36:06.654891 | fa163eff-7e2e-356a-281c-00000000307f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:10.387032 | 0.05s 2025-09-30 14:36:06.679188 | fa163eff-7e2e-356a-281c-000000003080 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-09-30 14:36:06.741496 | fa163eff-7e2e-356a-281c-000000003080 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-09-30 14:36:06.742651 | fa163eff-7e2e-356a-281c-000000003080 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:10.474792 | 0.06s 2025-09-30 14:36:06.768779 | fa163eff-7e2e-356a-281c-000000003081 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:36:06.830537 | fa163eff-7e2e-356a-281c-000000003081 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:36:06.831477 | fa163eff-7e2e-356a-281c-000000003081 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:10.563618 | 0.06s 2025-09-30 14:36:06.855071 | fa163eff-7e2e-356a-281c-000000003082 | TASK | Remove update marker for bundle haproxy-bundle 2025-09-30 14:36:06.911033 | fa163eff-7e2e-356a-281c-000000003082 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-09-30 14:36:06.912023 | fa163eff-7e2e-356a-281c-000000003082 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:10.644166 | 0.06s 2025-09-30 14:36:06.953718 | fa163eff-7e2e-356a-281c-0000000030a3 | TASK | Gather variables for each operating system 2025-09-30 14:36:07.082739 | fa163eff-7e2e-356a-281c-0000000030a3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:10.814855 | 0.13s 2025-09-30 14:36:07.107991 | fa163eff-7e2e-356a-281c-0000000030a4 | TASK | Detect if resource is being created or already exists 2025-09-30 14:36:07.887073 | fa163eff-7e2e-356a-281c-0000000030a4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:36:07.889105 | fa163eff-7e2e-356a-281c-0000000030a4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:11.621238 | 0.78s 2025-09-30 14:36:07.926898 | fa163eff-7e2e-356a-281c-0000000030a5 | TASK | Run init bundle puppet on the host for mysql 2025-09-30 14:36:37.579642 | fa163eff-7e2e-356a-281c-0000000030a5 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-09-30 14:36:37.581436 | fa163eff-7e2e-356a-281c-0000000030a5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:41.313568 | 29.65s 2025-09-30 14:36:37.613813 | fa163eff-7e2e-356a-281c-0000000030a6 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-09-30 14:36:37.915973 | fa163eff-7e2e-356a-281c-0000000030a6 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-09-30 14:36:37.917776 | fa163eff-7e2e-356a-281c-0000000030a6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:41.649909 | 0.30s 2025-09-30 14:36:37.950096 | fa163eff-7e2e-356a-281c-0000000030a7 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:36:38.358337 | fa163eff-7e2e-356a-281c-0000000030a7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:36:38.361383 | fa163eff-7e2e-356a-281c-0000000030a7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:42.093519 | 0.41s 2025-09-30 14:36:38.395990 | fa163eff-7e2e-356a-281c-0000000030a8 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-09-30 14:36:38.600148 | fa163eff-7e2e-356a-281c-0000000030a8 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-09-30 14:36:38.602526 | fa163eff-7e2e-356a-281c-0000000030a8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:42.334658 | 0.20s 2025-09-30 14:36:38.631438 | fa163eff-7e2e-356a-281c-0000000030aa | TASK | Get container image tag from marker for bundle galera-bundle 2025-09-30 14:36:38.669803 | fa163eff-7e2e-356a-281c-0000000030aa | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-09-30 14:36:38.671225 | fa163eff-7e2e-356a-281c-0000000030aa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:42.403368 | 0.04s 2025-09-30 14:36:38.695517 | fa163eff-7e2e-356a-281c-0000000030ab | TASK | Get container image tag from bundle galera-bundle 2025-09-30 14:36:38.733703 | fa163eff-7e2e-356a-281c-0000000030ab | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-09-30 14:36:38.735525 | fa163eff-7e2e-356a-281c-0000000030ab | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:42.467556 | 0.04s 2025-09-30 14:36:38.762099 | fa163eff-7e2e-356a-281c-0000000030ac | TASK | Compare tags between marker and bundle galera-bundle 2025-09-30 14:36:38.811240 | fa163eff-7e2e-356a-281c-0000000030ac | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-09-30 14:36:38.812913 | fa163eff-7e2e-356a-281c-0000000030ac | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:42.545056 | 0.05s 2025-09-30 14:36:38.838511 | fa163eff-7e2e-356a-281c-0000000030ad | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:36:38.890507 | fa163eff-7e2e-356a-281c-0000000030ad | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:36:38.892721 | fa163eff-7e2e-356a-281c-0000000030ad | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:42.624861 | 0.05s 2025-09-30 14:36:38.921085 | fa163eff-7e2e-356a-281c-0000000030ae | TASK | Remove update marker for bundle galera-bundle 2025-09-30 14:36:38.982272 | fa163eff-7e2e-356a-281c-0000000030ae | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-09-30 14:36:38.984032 | fa163eff-7e2e-356a-281c-0000000030ae | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:42.716174 | 0.06s 2025-09-30 14:36:39.032657 | fa163eff-7e2e-356a-281c-0000000030cf | TASK | Gather variables for each operating system 2025-09-30 14:36:39.157336 | fa163eff-7e2e-356a-281c-0000000030cf | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:42.889461 | 0.12s 2025-09-30 14:36:39.189761 | fa163eff-7e2e-356a-281c-0000000030d0 | TASK | Detect if resource is being created or already exists 2025-09-30 14:36:39.965417 | fa163eff-7e2e-356a-281c-0000000030d0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:36:39.968033 | fa163eff-7e2e-356a-281c-0000000030d0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:43.700168 | 0.78s 2025-09-30 14:36:40.000413 | fa163eff-7e2e-356a-281c-0000000030d1 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-09-30 14:37:09.562761 | fa163eff-7e2e-356a-281c-0000000030d1 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-09-30 14:37:09.564794 | fa163eff-7e2e-356a-281c-0000000030d1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:13.296928 | 29.56s 2025-09-30 14:37:09.598950 | fa163eff-7e2e-356a-281c-0000000030d2 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-09-30 14:37:09.885278 | fa163eff-7e2e-356a-281c-0000000030d2 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-09-30 14:37:09.886686 | fa163eff-7e2e-356a-281c-0000000030d2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:13.618823 | 0.29s 2025-09-30 14:37:09.916375 | fa163eff-7e2e-356a-281c-0000000030d3 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:37:10.377901 | fa163eff-7e2e-356a-281c-0000000030d3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:37:10.379496 | fa163eff-7e2e-356a-281c-0000000030d3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:14.111631 | 0.46s 2025-09-30 14:37:10.417468 | fa163eff-7e2e-356a-281c-0000000030d4 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-09-30 14:37:10.626184 | fa163eff-7e2e-356a-281c-0000000030d4 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-09-30 14:37:10.627514 | fa163eff-7e2e-356a-281c-0000000030d4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:14.359649 | 0.21s 2025-09-30 14:37:10.653409 | fa163eff-7e2e-356a-281c-0000000030d6 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-09-30 14:37:10.712304 | fa163eff-7e2e-356a-281c-0000000030d6 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-09-30 14:37:10.713374 | fa163eff-7e2e-356a-281c-0000000030d6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:14.445516 | 0.06s 2025-09-30 14:37:10.738917 | fa163eff-7e2e-356a-281c-0000000030d7 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-09-30 14:37:10.797951 | fa163eff-7e2e-356a-281c-0000000030d7 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-09-30 14:37:10.798889 | fa163eff-7e2e-356a-281c-0000000030d7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:14.531033 | 0.06s 2025-09-30 14:37:10.823274 | fa163eff-7e2e-356a-281c-0000000030d8 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-09-30 14:37:10.875400 | fa163eff-7e2e-356a-281c-0000000030d8 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-09-30 14:37:10.876417 | fa163eff-7e2e-356a-281c-0000000030d8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:14.608559 | 0.05s 2025-09-30 14:37:10.902376 | fa163eff-7e2e-356a-281c-0000000030d9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:37:10.943860 | fa163eff-7e2e-356a-281c-0000000030d9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:37:10.944867 | fa163eff-7e2e-356a-281c-0000000030d9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:14.677008 | 0.04s 2025-09-30 14:37:10.969627 | fa163eff-7e2e-356a-281c-0000000030da | TASK | Remove update marker for bundle rabbitmq-bundle 2025-09-30 14:37:11.001126 | fa163eff-7e2e-356a-281c-0000000030da | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-09-30 14:37:11.002341 | fa163eff-7e2e-356a-281c-0000000030da | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:14.734481 | 0.03s 2025-09-30 14:37:11.046955 | fa163eff-7e2e-356a-281c-0000000030fb | TASK | Gather variables for each operating system 2025-09-30 14:37:11.164145 | fa163eff-7e2e-356a-281c-0000000030fb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:14.896268 | 0.12s 2025-09-30 14:37:11.195537 | fa163eff-7e2e-356a-281c-0000000030fc | TASK | Detect if resource is being created or already exists 2025-09-30 14:37:11.950148 | fa163eff-7e2e-356a-281c-0000000030fc | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:37:11.951619 | fa163eff-7e2e-356a-281c-0000000030fc | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:15.683755 | 0.75s 2025-09-30 14:37:11.984056 | fa163eff-7e2e-356a-281c-0000000030fd | TASK | Run init bundle puppet on the host for redis 2025-09-30 14:37:41.035494 | fa163eff-7e2e-356a-281c-0000000030fd | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-09-30 14:37:41.037351 | fa163eff-7e2e-356a-281c-0000000030fd | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:44.769490 | 29.05s 2025-09-30 14:37:41.068999 | fa163eff-7e2e-356a-281c-0000000030fe | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-09-30 14:37:41.350876 | fa163eff-7e2e-356a-281c-0000000030fe | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-09-30 14:37:41.353893 | fa163eff-7e2e-356a-281c-0000000030fe | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:45.086029 | 0.28s 2025-09-30 14:37:41.384347 | fa163eff-7e2e-356a-281c-0000000030ff | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:37:41.831987 | fa163eff-7e2e-356a-281c-0000000030ff | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:37:41.832844 | fa163eff-7e2e-356a-281c-0000000030ff | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:45.564991 | 0.45s 2025-09-30 14:37:41.853909 | fa163eff-7e2e-356a-281c-000000003100 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-09-30 14:37:42.050621 | fa163eff-7e2e-356a-281c-000000003100 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-09-30 14:37:42.051616 | fa163eff-7e2e-356a-281c-000000003100 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:45.783764 | 0.20s 2025-09-30 14:37:42.072161 | fa163eff-7e2e-356a-281c-000000003102 | TASK | Get container image tag from marker for bundle redis-bundle 2025-09-30 14:37:42.098745 | fa163eff-7e2e-356a-281c-000000003102 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-09-30 14:37:42.099487 | fa163eff-7e2e-356a-281c-000000003102 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:45.831635 | 0.03s 2025-09-30 14:37:42.119479 | fa163eff-7e2e-356a-281c-000000003103 | TASK | Get container image tag from bundle redis-bundle 2025-09-30 14:37:42.156104 | fa163eff-7e2e-356a-281c-000000003103 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-09-30 14:37:42.157018 | fa163eff-7e2e-356a-281c-000000003103 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:45.889164 | 0.04s 2025-09-30 14:37:42.177238 | fa163eff-7e2e-356a-281c-000000003104 | TASK | Compare tags between marker and bundle redis-bundle 2025-09-30 14:37:42.215297 | fa163eff-7e2e-356a-281c-000000003104 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-09-30 14:37:42.216268 | fa163eff-7e2e-356a-281c-000000003104 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:45.948407 | 0.04s 2025-09-30 14:37:42.238262 | fa163eff-7e2e-356a-281c-000000003105 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:37:42.274686 | fa163eff-7e2e-356a-281c-000000003105 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:37:42.275540 | fa163eff-7e2e-356a-281c-000000003105 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:46.007684 | 0.04s 2025-09-30 14:37:42.296080 | fa163eff-7e2e-356a-281c-000000003106 | TASK | Remove update marker for bundle redis-bundle 2025-09-30 14:37:42.332946 | fa163eff-7e2e-356a-281c-000000003106 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-09-30 14:37:42.333662 | fa163eff-7e2e-356a-281c-000000003106 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:46.065809 | 0.04s 2025-09-30 14:37:42.377020 | fa163eff-7e2e-356a-281c-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-09-30 14:37:42.590126 | fa163eff-7e2e-356a-281c-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-09-30 14:37:42.591691 | fa163eff-7e2e-356a-281c-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:46.323826 | 0.21s 2025-09-30 14:37:42.695796 | fa163eff-7e2e-356a-281c-0000000000cf | TIMING | include_tasks | standalone | 0:18:46.427929 | 0.07s 2025-09-30 14:37:42.722057 | 4cc42717-6e81-445c-9c91-0812d2828721 | INCLUDED | /root/standalone-ansible-44vyqawn/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:37:42.747831 | fa163eff-7e2e-356a-281c-00000000319b | TASK | Write the config_step hieradata 2025-09-30 14:37:43.204357 | fa163eff-7e2e-356a-281c-00000000319b | OK | Write the config_step hieradata | standalone 2025-09-30 14:37:43.206128 | fa163eff-7e2e-356a-281c-00000000319b | TIMING | Write the config_step hieradata | standalone | 0:18:46.938263 | 0.46s 2025-09-30 14:37:43.237606 | fa163eff-7e2e-356a-281c-00000000319c | TASK | Run puppet host configuration for step 2 2025-09-30 14:37:43.561718 | fa163eff-7e2e-356a-281c-00000000319c | CHANGED | Run puppet host configuration for step 2 | standalone 2025-09-30 14:37:43.562581 | fa163eff-7e2e-356a-281c-00000000319c | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:47.294724 | 0.32s 2025-09-30 14:37:43.585415 | fa163eff-7e2e-356a-281c-00000000319d | TASK | Wait for puppet host configuration to finish 2025-09-30 14:37:43.827409 | fa163eff-7e2e-356a-281c-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:37:54.038084 | fa163eff-7e2e-356a-281c-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:38:04.243158 | fa163eff-7e2e-356a-281c-00000000319d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:38:04.244263 | fa163eff-7e2e-356a-281c-00000000319d | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:07.976407 | 20.66s 2025-09-30 14:38:04.268531 | fa163eff-7e2e-356a-281c-00000000319e | TASK | Debug output for task: Run puppet host configuration for step 2 2025-09-30 14:38:04.360350 | fa163eff-7e2e-356a-281c-00000000319e | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Sep 30 14:37:43 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:37:50 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:37:50 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:37:50 puppet-user: (file & line not available)", "<13>Sep 30 14:37:50 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 14:37:50 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:37:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:37:51 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Sep 30 14:37:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 14:37:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 14:38:01 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:38:01 puppet-user: Notice: Applied catalog in 10.35 seconds", "<13>Sep 30 14:38:01 puppet-user: Application:", "<13>Sep 30 14:38:01 puppet-user: Initial environment: production", "<13>Sep 30 14:38:01 puppet-user: Converged environment: production", "<13>Sep 30 14:38:01 puppet-user: Run mode: user", "<13>Sep 30 14:38:01 puppet-user: Changes:", "<13>Sep 30 14:38:01 puppet-user: Total: 2", "<13>Sep 30 14:38:01 puppet-user: Events:", "<13>Sep 30 14:38:01 puppet-user: Success: 2", "<13>Sep 30 14:38:01 puppet-user: Resources:", "<13>Sep 30 14:38:01 puppet-user: Changed: 2", "<13>Sep 30 14:38:01 puppet-user: Out of sync: 2", "<13>Sep 30 14:38:01 puppet-user: Total: 28", "<13>Sep 30 14:38:01 puppet-user: Time:", "<13>Sep 30 14:38:01 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:38:01 puppet-user: Schedule: 0.00", "<13>Sep 30 14:38:01 puppet-user: Package: 0.00", "<13>Sep 30 14:38:01 puppet-user: File line: 0.00", "<13>Sep 30 14:38:01 puppet-user: File: 0.00", "<13>Sep 30 14:38:01 puppet-user: Augeas: 0.01", "<13>Sep 30 14:38:01 puppet-user: User: 0.01", "<13>Sep 30 14:38:01 puppet-user: Service: 0.09", "<13>Sep 30 14:38:01 puppet-user: Config retrieval: 0.47", "<13>Sep 30 14:38:01 puppet-user: Pcmk property: 1.68", "<13>Sep 30 14:38:01 puppet-user: Exec: 1.99", "<13>Sep 30 14:38:01 puppet-user: Transaction evaluation: 10.33", "<13>Sep 30 14:38:01 puppet-user: Catalog application: 10.35", "<13>Sep 30 14:38:01 puppet-user: Last run: 1759243081", "<13>Sep 30 14:38:01 puppet-user: Pcmk resource default: 3.10", "<13>Sep 30 14:38:01 puppet-user: Pcmk resource op default: 3.22", "<13>Sep 30 14:38:01 puppet-user: Total: 10.36", "<13>Sep 30 14:38:01 puppet-user: Version:", "<13>Sep 30 14:38:01 puppet-user: Config: 1759243070", "<13>Sep 30 14:38:01 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:38:04.361386 | fa163eff-7e2e-356a-281c-00000000319e | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:08.093531 | 0.09s 2025-09-30 14:38:04.386218 | fa163eff-7e2e-356a-281c-00000000319f | TASK | Pre-cache facts for puppet containers 2025-09-30 14:38:04.404866 | fa163eff-7e2e-356a-281c-00000000319f | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:08.136999 | 0.02s 2025-09-30 14:38:04.459048 | fa163eff-7e2e-356a-281c-0000000031de | TASK | Gather variables for each operating system 2025-09-30 14:38:04.578372 | fa163eff-7e2e-356a-281c-0000000031de | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:08.310506 | 0.12s 2025-09-30 14:38:04.598442 | fa163eff-7e2e-356a-281c-0000000031df | TASK | Create puppet caching structures 2025-09-30 14:38:04.829512 | fa163eff-7e2e-356a-281c-0000000031df | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:38:04.830869 | fa163eff-7e2e-356a-281c-0000000031df | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:08.563006 | 0.23s 2025-09-30 14:38:04.860686 | fa163eff-7e2e-356a-281c-0000000031e0 | TASK | Check for facter.conf 2025-09-30 14:38:05.159432 | fa163eff-7e2e-356a-281c-0000000031e0 | OK | Check for facter.conf | standalone 2025-09-30 14:38:05.160866 | fa163eff-7e2e-356a-281c-0000000031e0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:08.893004 | 0.30s 2025-09-30 14:38:05.190142 | fa163eff-7e2e-356a-281c-0000000031e1 | TASK | Remove facter.conf if directory 2025-09-30 14:38:05.240694 | fa163eff-7e2e-356a-281c-0000000031e1 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:38:05.242070 | fa163eff-7e2e-356a-281c-0000000031e1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:08.974206 | 0.05s 2025-09-30 14:38:05.274207 | fa163eff-7e2e-356a-281c-0000000031e2 | TASK | Write facter cache config 2025-09-30 14:38:05.696538 | fa163eff-7e2e-356a-281c-0000000031e2 | CHANGED | Write facter cache config | standalone 2025-09-30 14:38:05.698072 | fa163eff-7e2e-356a-281c-0000000031e2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:09.430208 | 0.42s 2025-09-30 14:38:05.718558 | fa163eff-7e2e-356a-281c-0000000031e3 | TASK | Cleanup facter cache if exists 2025-09-30 14:38:05.941906 | fa163eff-7e2e-356a-281c-0000000031e3 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 14:38:05.943439 | fa163eff-7e2e-356a-281c-0000000031e3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:09.675577 | 0.22s 2025-09-30 14:38:05.971805 | fa163eff-7e2e-356a-281c-0000000031e4 | TASK | Pre-cache facts 2025-09-30 14:38:06.599475 | fa163eff-7e2e-356a-281c-0000000031e4 | CHANGED | Pre-cache facts | standalone 2025-09-30 14:38:06.600630 | fa163eff-7e2e-356a-281c-0000000031e4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:10.332774 | 0.63s 2025-09-30 14:38:06.632168 | fa163eff-7e2e-356a-281c-0000000031e5 | TASK | Failed deployment if facter fails 2025-09-30 14:38:06.664084 | fa163eff-7e2e-356a-281c-0000000031e5 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:38:06.665062 | fa163eff-7e2e-356a-281c-0000000031e5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:10.397204 | 0.03s 2025-09-30 14:38:06.699401 | fa163eff-7e2e-356a-281c-0000000031e6 | TASK | Sync cached facts 2025-09-30 14:38:06.992472 | fa163eff-7e2e-356a-281c-0000000031e6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-7e2e-356a-281c-0000000031e6') missing from stats 2025-09-30 14:38:07.049257 | fa163eff-7e2e-356a-281c-0000000031a0 | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:38:07.088598 | fa163eff-7e2e-356a-281c-0000000031a0 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 14:38:07.089972 | fa163eff-7e2e-356a-281c-0000000031a0 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:10.822105 | 0.04s 2025-09-30 14:38:07.122150 | fa163eff-7e2e-356a-281c-0000000031a2 | TASK | Manage containers for step 2 with tripleo-ansible 2025-09-30 14:38:07.144519 | fa163eff-7e2e-356a-281c-0000000031a2 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:10.876652 | 0.02s 2025-09-30 14:38:07.211022 | fa163eff-7e2e-356a-281c-00000000323d | TASK | Gather variables for each operating system 2025-09-30 14:38:07.301909 | fa163eff-7e2e-356a-281c-00000000323d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:11.034032 | 0.09s 2025-09-30 14:38:07.333185 | fa163eff-7e2e-356a-281c-00000000323e | TASK | Create container logs path 2025-09-30 14:38:07.576931 | fa163eff-7e2e-356a-281c-00000000323e | OK | Create container logs path | standalone 2025-09-30 14:38:07.578439 | fa163eff-7e2e-356a-281c-00000000323e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:11.310575 | 0.24s 2025-09-30 14:38:07.611276 | fa163eff-7e2e-356a-281c-000000003240 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:38:07.910325 | fa163eff-7e2e-356a-281c-000000003240 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 14:38:07.911610 | fa163eff-7e2e-356a-281c-000000003240 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:11.643748 | 0.30s 2025-09-30 14:38:07.943482 | fa163eff-7e2e-356a-281c-000000003241 | TASK | Finalise hashes for all containers 2025-09-30 14:38:08.015891 | fa163eff-7e2e-356a-281c-000000003241 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:38:08.017258 | fa163eff-7e2e-356a-281c-000000003241 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:11.749389 | 0.07s 2025-09-30 14:38:08.045890 | fa163eff-7e2e-356a-281c-000000003243 | TASK | Manage systemd shutdown files 2025-09-30 14:38:08.075860 | fa163eff-7e2e-356a-281c-000000003243 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:11.807987 | 0.03s 2025-09-30 14:38:08.107703 | dd7feb68-a49f-4273-94f6-6835214ab101 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:38:08.212287 | fa163eff-7e2e-356a-281c-000000003276 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:38:08.496329 | fa163eff-7e2e-356a-281c-000000003276 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:38:08.498003 | fa163eff-7e2e-356a-281c-000000003276 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:12.230138 | 0.28s 2025-09-30 14:38:08.528869 | fa163eff-7e2e-356a-281c-000000003277 | TASK | Set podman_drop_in fact 2025-09-30 14:38:08.590897 | fa163eff-7e2e-356a-281c-000000003277 | OK | Set podman_drop_in fact | standalone 2025-09-30 14:38:08.592183 | fa163eff-7e2e-356a-281c-000000003277 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:12.324321 | 0.06s 2025-09-30 14:38:08.621605 | fa163eff-7e2e-356a-281c-000000003279 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:38:09.088585 | fa163eff-7e2e-356a-281c-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:38:09.089496 | fa163eff-7e2e-356a-281c-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:12.821640 | 0.47s 2025-09-30 14:38:09.488621 | fa163eff-7e2e-356a-281c-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:38:09.490483 | fa163eff-7e2e-356a-281c-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:13.222623 | 0.87s 2025-09-30 14:38:09.501172 | fa163eff-7e2e-356a-281c-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:13.233305 | 0.88s 2025-09-30 14:38:09.531437 | fa163eff-7e2e-356a-281c-00000000327a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:38:10.053442 | fa163eff-7e2e-356a-281c-00000000327a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:38:10.055394 | fa163eff-7e2e-356a-281c-00000000327a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:13.787524 | 0.52s 2025-09-30 14:38:10.085935 | fa163eff-7e2e-356a-281c-00000000327b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:38:10.599710 | fa163eff-7e2e-356a-281c-00000000327b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:38:10.601214 | fa163eff-7e2e-356a-281c-00000000327b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:14.333345 | 0.51s 2025-09-30 14:38:10.631525 | fa163eff-7e2e-356a-281c-00000000327c | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:38:12.277380 | fa163eff-7e2e-356a-281c-00000000327c | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:38:12.279455 | fa163eff-7e2e-356a-281c-00000000327c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:16.011599 | 1.65s 2025-09-30 14:38:12.304986 | fa163eff-7e2e-356a-281c-00000000327d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:38:12.803433 | fa163eff-7e2e-356a-281c-00000000327d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:38:12.805156 | fa163eff-7e2e-356a-281c-00000000327d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:16.537291 | 0.50s 2025-09-30 14:38:12.836807 | fa163eff-7e2e-356a-281c-00000000327e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:38:13.318523 | fa163eff-7e2e-356a-281c-00000000327e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:38:13.320211 | fa163eff-7e2e-356a-281c-00000000327e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:17.052347 | 0.48s 2025-09-30 14:38:13.368620 | fa163eff-7e2e-356a-281c-00000000327f | TASK | Enable and start netns-placeholder 2025-09-30 14:38:14.101259 | fa163eff-7e2e-356a-281c-00000000327f | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:38:14.103083 | fa163eff-7e2e-356a-281c-00000000327f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:17.835226 | 0.73s 2025-09-30 14:38:14.126929 | fa163eff-7e2e-356a-281c-000000003245 | TASK | Update container configs with new config hashes 2025-09-30 14:38:14.187044 | fa163eff-7e2e-356a-281c-000000003245 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:17.919168 | 0.06s 2025-09-30 14:38:14.210665 | 72d78c9e-9f0d-4746-8b6c-e4f5805016af | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:38:14.247058 | fa163eff-7e2e-356a-281c-0000000032a7 | TASK | Update config hashes for container startup configs 2025-09-30 14:38:14.507747 | fa163eff-7e2e-356a-281c-0000000032a7 | OK | Update config hashes for container startup configs | standalone 2025-09-30 14:38:14.509485 | fa163eff-7e2e-356a-281c-0000000032a7 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:18.241612 | 0.26s 2025-09-30 14:38:14.543474 | fa163eff-7e2e-356a-281c-000000003246 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:38:14.599905 | fa163eff-7e2e-356a-281c-000000003246 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:18.332028 | 0.05s 2025-09-30 14:38:14.625827 | da82b17a-f94f-47af-b2d6-e48a63c9e4b1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:38:14.665160 | fa163eff-7e2e-356a-281c-0000000032c6 | TASK | Gather podman infos 2025-09-30 14:38:15.577875 | fa163eff-7e2e-356a-281c-0000000032c6 | OK | Gather podman infos | standalone 2025-09-30 14:38:15.580904 | fa163eff-7e2e-356a-281c-0000000032c6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:19.313030 | 0.91s 2025-09-30 14:38:15.656852 | fa163eff-7e2e-356a-281c-0000000032c7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:38:15.712660 | fa163eff-7e2e-356a-281c-0000000032c7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:19.444788 | 0.05s 2025-09-30 14:38:15.835715 | fa163eff-7e2e-356a-281c-000000003310 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:19.567836 | 0.07s 2025-09-30 14:38:15.897391 | fa163eff-7e2e-356a-281c-000000003247 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:38:15.956783 | fa163eff-7e2e-356a-281c-000000003247 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:19.688899 | 0.06s 2025-09-30 14:38:15.981289 | 1c3c6c9e-2ba3-4f8b-9b46-3b18c890783a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:38:16.026888 | fa163eff-7e2e-356a-281c-000000003336 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:38:36.977877 | fa163eff-7e2e-356a-281c-000000003336 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 14:38:36.979494 | fa163eff-7e2e-356a-281c-000000003336 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:40.711629 | 20.95s 2025-09-30 14:38:37.011142 | fa163eff-7e2e-356a-281c-000000003337 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-09-30 14:38:39.645533 | fa163eff-7e2e-356a-281c-000000003337 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-09-30 14:38:39.647397 | fa163eff-7e2e-356a-281c-000000003337 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:43.379525 | 2.63s 2025-09-30 14:38:39.712487 | fa163eff-7e2e-356a-281c-0000000031a4 | TASK | Clean container_puppet_tasks for standalone step 2 2025-09-30 14:38:39.964027 | fa163eff-7e2e-356a-281c-0000000031a4 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-09-30 14:38:39.965607 | fa163eff-7e2e-356a-281c-0000000031a4 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:43.697739 | 0.25s 2025-09-30 14:38:40.012684 | fa163eff-7e2e-356a-281c-0000000031a5 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-09-30 14:38:40.063990 | fa163eff-7e2e-356a-281c-0000000031a5 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:43.796115 | 0.05s 2025-09-30 14:38:40.094517 | fa163eff-7e2e-356a-281c-0000000031a6 | TASK | Include container-puppet tasks for step 2 2025-09-30 14:38:40.137640 | fa163eff-7e2e-356a-281c-0000000031a6 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:43.869769 | 0.04s 2025-09-30 14:38:40.163162 | e9bd643e-7e8b-4d78-b1bd-631912299df9 | INCLUDED | /root/standalone-ansible-44vyqawn/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:38:40.211387 | fa163eff-7e2e-356a-281c-000000003382 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-09-30 14:38:40.677861 | fa163eff-7e2e-356a-281c-000000003382 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-09-30 14:38:40.678857 | fa163eff-7e2e-356a-281c-000000003382 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:44.411001 | 0.47s 2025-09-30 14:38:40.700474 | fa163eff-7e2e-356a-281c-000000003384 | TASK | Generate container puppet configs for step 2 2025-09-30 14:38:40.983050 | fa163eff-7e2e-356a-281c-000000003384 | OK | Generate container puppet configs for step 2 | standalone 2025-09-30 14:38:40.984411 | fa163eff-7e2e-356a-281c-000000003384 | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:44.716550 | 0.28s 2025-09-30 14:38:41.015710 | fa163eff-7e2e-356a-281c-000000003385 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-09-30 14:38:41.044915 | fa163eff-7e2e-356a-281c-000000003385 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:44.777042 | 0.03s 2025-09-30 14:38:41.115694 | fa163eff-7e2e-356a-281c-0000000033b4 | TASK | Gather variables for each operating system 2025-09-30 14:38:41.239946 | fa163eff-7e2e-356a-281c-0000000033b4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:44.972073 | 0.12s 2025-09-30 14:38:41.270258 | fa163eff-7e2e-356a-281c-0000000033b5 | TASK | Create container logs path 2025-09-30 14:38:41.497160 | fa163eff-7e2e-356a-281c-0000000033b5 | OK | Create container logs path | standalone 2025-09-30 14:38:41.498652 | fa163eff-7e2e-356a-281c-0000000033b5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:45.230786 | 0.23s 2025-09-30 14:38:41.535424 | fa163eff-7e2e-356a-281c-0000000033b7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 14:38:41.833925 | fa163eff-7e2e-356a-281c-0000000033b7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 14:38:41.835612 | fa163eff-7e2e-356a-281c-0000000033b7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:45.567743 | 0.30s 2025-09-30 14:38:41.867273 | fa163eff-7e2e-356a-281c-0000000033b8 | TASK | Finalise hashes for all containers 2025-09-30 14:38:41.913453 | fa163eff-7e2e-356a-281c-0000000033b8 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:38:41.914964 | fa163eff-7e2e-356a-281c-0000000033b8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:45.647100 | 0.05s 2025-09-30 14:38:41.946288 | fa163eff-7e2e-356a-281c-0000000033ba | TASK | Manage systemd shutdown files 2025-09-30 14:38:41.993686 | fa163eff-7e2e-356a-281c-0000000033ba | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:38:41.995002 | fa163eff-7e2e-356a-281c-0000000033ba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:45.727139 | 0.05s 2025-09-30 14:38:42.025139 | fa163eff-7e2e-356a-281c-0000000033bc | TASK | Update container configs with new config hashes 2025-09-30 14:38:42.078059 | fa163eff-7e2e-356a-281c-0000000033bc | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:38:42.079382 | fa163eff-7e2e-356a-281c-0000000033bc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:45.811518 | 0.05s 2025-09-30 14:38:42.112219 | fa163eff-7e2e-356a-281c-0000000033bd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 14:38:42.167020 | fa163eff-7e2e-356a-281c-0000000033bd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 14:38:42.167980 | fa163eff-7e2e-356a-281c-0000000033bd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:45.900124 | 0.05s 2025-09-30 14:38:42.202618 | fa163eff-7e2e-356a-281c-0000000033be | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-09-30 14:38:42.254641 | fa163eff-7e2e-356a-281c-0000000033be | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-09-30 14:38:42.256270 | fa163eff-7e2e-356a-281c-0000000033be | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:45.988402 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-09-30 14:38:42.431653 | fa163eff-7e2e-356a-281c-0000000000d2 | TASK | External deployment step 3 2025-09-30 14:38:42.458621 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000d2') missing from stats 2025-09-30 14:38:42.515802 | fa163eff-7e2e-356a-281c-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:46.247931 | 0.04s 2025-09-30 14:38:42.520949 | 1ec067e0-a91f-4735-9f43-ad85159d5810 | INCLUDED | /root/standalone-ansible-44vyqawn/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-09-30 14:38:42.650818 | fa163eff-7e2e-356a-281c-0000000000d6 | TASK | Deploy step tasks for 3 2025-09-30 14:38:42.681639 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000d6') missing from stats 2025-09-30 14:38:42.705503 | fa163eff-7e2e-356a-281c-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-09-30 14:38:43.209851 | fa163eff-7e2e-356a-281c-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-09-30 14:38:43.211431 | fa163eff-7e2e-356a-281c-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:46.943561 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:38:43.297921 | fa163eff-7e2e-356a-281c-0000000000d8 | TIMING | include_tasks | standalone | 0:19:47.030050 | 0.05s 2025-09-30 14:38:43.318987 | 53db88a1-d728-4142-abf1-82bb553d1969 | INCLUDED | /root/standalone-ansible-44vyqawn/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-09-30 14:38:43.343177 | fa163eff-7e2e-356a-281c-000000003422 | TASK | Start OVN container 2025-09-30 14:38:43.403390 | fa163eff-7e2e-356a-281c-000000003422 | TIMING | Start OVN container | standalone | 0:19:47.135495 | 0.06s 2025-09-30 14:38:43.426646 | fa163eff-7e2e-356a-281c-000000003422 | TIMING | Start OVN container | standalone | 0:19:47.158781 | 0.08s 2025-09-30 14:38:43.450843 | fa163eff-7e2e-356a-281c-000000003422 | TIMING | Start OVN container | standalone | 0:19:47.182972 | 0.11s 2025-09-30 14:38:43.462676 | fa163eff-7e2e-356a-281c-000000003422 | TIMING | Start OVN container | standalone | 0:19:47.194808 | 0.12s 2025-09-30 14:38:43.567902 | fa163eff-7e2e-356a-281c-00000000345a | TASK | Gather variables for each operating system 2025-09-30 14:38:43.667703 | fa163eff-7e2e-356a-281c-00000000345a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:47.399826 | 0.10s 2025-09-30 14:38:43.696951 | fa163eff-7e2e-356a-281c-00000000345b | TASK | Create container logs path 2025-09-30 14:38:43.962245 | fa163eff-7e2e-356a-281c-00000000345b | OK | Create container logs path | standalone 2025-09-30 14:38:43.963696 | fa163eff-7e2e-356a-281c-00000000345b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:47.695834 | 0.27s 2025-09-30 14:38:43.994283 | fa163eff-7e2e-356a-281c-00000000345d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:44.312723 | fa163eff-7e2e-356a-281c-00000000345d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:38:44.314194 | fa163eff-7e2e-356a-281c-00000000345d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:48.046331 | 0.32s 2025-09-30 14:38:44.343476 | fa163eff-7e2e-356a-281c-00000000345e | TASK | Finalise hashes for all containers 2025-09-30 14:38:44.450823 | fa163eff-7e2e-356a-281c-00000000345e | OK | Finalise hashes for all containers | standalone 2025-09-30 14:38:44.452061 | fa163eff-7e2e-356a-281c-00000000345e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:48.184200 | 0.11s 2025-09-30 14:38:44.482077 | fa163eff-7e2e-356a-281c-000000003460 | TASK | Manage systemd shutdown files 2025-09-30 14:38:44.546316 | fa163eff-7e2e-356a-281c-000000003460 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:38:44.547729 | fa163eff-7e2e-356a-281c-000000003460 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:48.279866 | 0.06s 2025-09-30 14:38:44.577907 | fa163eff-7e2e-356a-281c-000000003462 | TASK | Update container configs with new config hashes 2025-09-30 14:38:44.642172 | fa163eff-7e2e-356a-281c-000000003462 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:38:44.643484 | fa163eff-7e2e-356a-281c-000000003462 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:48.375622 | 0.06s 2025-09-30 14:38:44.675479 | fa163eff-7e2e-356a-281c-000000003463 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:44.748224 | fa163eff-7e2e-356a-281c-000000003463 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:48.480348 | 0.07s 2025-09-30 14:38:44.774467 | 8fb2f0ea-001e-4e8d-b46b-d7a65d5c36ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:38:44.813804 | fa163eff-7e2e-356a-281c-0000000034ef | TASK | Gather podman infos 2025-09-30 14:38:45.991809 | fa163eff-7e2e-356a-281c-0000000034ef | OK | Gather podman infos | standalone 2025-09-30 14:38:45.993129 | fa163eff-7e2e-356a-281c-0000000034ef | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:49.725088 | 1.18s 2025-09-30 14:38:46.085925 | fa163eff-7e2e-356a-281c-0000000034f0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:46.154694 | fa163eff-7e2e-356a-281c-0000000034f0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:49.886816 | 0.06s 2025-09-30 14:38:46.295680 | fa163eff-7e2e-356a-281c-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:50.027669 | 0.08s 2025-09-30 14:38:46.362276 | fa163eff-7e2e-356a-281c-000000003464 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:46.429718 | fa163eff-7e2e-356a-281c-000000003464 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:50.161838 | 0.07s 2025-09-30 14:38:46.457467 | b9095eff-ad1d-4f87-91c2-71bb42e14b20 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:38:46.493735 | fa163eff-7e2e-356a-281c-00000000355a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:47.415680 | fa163eff-7e2e-356a-281c-00000000355a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:38:47.418809 | fa163eff-7e2e-356a-281c-00000000355a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:51.150908 | 0.92s 2025-09-30 14:38:47.446130 | fa163eff-7e2e-356a-281c-00000000355b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:51.391628 | fa163eff-7e2e-356a-281c-00000000355b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:38:51.393164 | fa163eff-7e2e-356a-281c-00000000355b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:55.125301 | 3.95s 2025-09-30 14:38:51.448162 | fa163eff-7e2e-356a-281c-000000003485 | TASK | Gather variables for each operating system 2025-09-30 14:38:51.563858 | fa163eff-7e2e-356a-281c-000000003485 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:55.295984 | 0.11s 2025-09-30 14:38:51.594871 | fa163eff-7e2e-356a-281c-000000003486 | TASK | Create container logs path 2025-09-30 14:38:51.822125 | fa163eff-7e2e-356a-281c-000000003486 | OK | Create container logs path | standalone 2025-09-30 14:38:51.823522 | fa163eff-7e2e-356a-281c-000000003486 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:55.555660 | 0.23s 2025-09-30 14:38:51.855745 | fa163eff-7e2e-356a-281c-000000003488 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:52.231311 | fa163eff-7e2e-356a-281c-000000003488 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:38:52.233885 | fa163eff-7e2e-356a-281c-000000003488 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:55.966013 | 0.38s 2025-09-30 14:38:52.262183 | fa163eff-7e2e-356a-281c-000000003489 | TASK | Finalise hashes for all containers 2025-09-30 14:38:52.353499 | fa163eff-7e2e-356a-281c-000000003489 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:38:52.355111 | fa163eff-7e2e-356a-281c-000000003489 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:56.087244 | 0.09s 2025-09-30 14:38:52.387729 | fa163eff-7e2e-356a-281c-00000000348b | TASK | Manage systemd shutdown files 2025-09-30 14:38:52.440223 | fa163eff-7e2e-356a-281c-00000000348b | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:38:52.441520 | fa163eff-7e2e-356a-281c-00000000348b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:56.173657 | 0.05s 2025-09-30 14:38:52.472797 | fa163eff-7e2e-356a-281c-00000000348d | TASK | Update container configs with new config hashes 2025-09-30 14:38:52.518065 | fa163eff-7e2e-356a-281c-00000000348d | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:38:52.519298 | fa163eff-7e2e-356a-281c-00000000348d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:56.251435 | 0.04s 2025-09-30 14:38:52.545787 | fa163eff-7e2e-356a-281c-00000000348e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:52.599655 | fa163eff-7e2e-356a-281c-00000000348e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:56.331788 | 0.05s 2025-09-30 14:38:52.618261 | c59cdd93-3f75-4abe-abdc-c30a7ec0d3d9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:38:52.647683 | fa163eff-7e2e-356a-281c-0000000035a6 | TASK | Gather podman infos 2025-09-30 14:38:53.909620 | fa163eff-7e2e-356a-281c-0000000035a6 | OK | Gather podman infos | standalone 2025-09-30 14:38:53.910778 | fa163eff-7e2e-356a-281c-0000000035a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:57.642919 | 1.26s 2025-09-30 14:38:53.997695 | fa163eff-7e2e-356a-281c-0000000035a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:54.088262 | fa163eff-7e2e-356a-281c-0000000035a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:57.820388 | 0.09s 2025-09-30 14:38:54.211657 | fa163eff-7e2e-356a-281c-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:57.943780 | 0.07s 2025-09-30 14:38:54.257053 | fa163eff-7e2e-356a-281c-00000000348f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:54.305853 | fa163eff-7e2e-356a-281c-00000000348f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:58.037978 | 0.05s 2025-09-30 14:38:54.323055 | 8933b2a8-316c-44a7-8fe0-b7c63357cecc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:38:54.354289 | fa163eff-7e2e-356a-281c-00000000360c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:55.214206 | fa163eff-7e2e-356a-281c-00000000360c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:38:55.217502 | fa163eff-7e2e-356a-281c-00000000360c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:58.949637 | 0.86s 2025-09-30 14:38:55.247646 | fa163eff-7e2e-356a-281c-00000000360d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:58.151379 | fa163eff-7e2e-356a-281c-00000000360d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:38:58.152924 | fa163eff-7e2e-356a-281c-00000000360d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:01.885062 | 2.90s 2025-09-30 14:38:58.210090 | fa163eff-7e2e-356a-281c-0000000034b0 | TASK | Gather variables for each operating system 2025-09-30 14:38:58.326349 | fa163eff-7e2e-356a-281c-0000000034b0 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:02.058472 | 0.11s 2025-09-30 14:38:58.357403 | fa163eff-7e2e-356a-281c-0000000034b1 | TASK | Create container logs path 2025-09-30 14:38:58.630514 | fa163eff-7e2e-356a-281c-0000000034b1 | OK | Create container logs path | standalone 2025-09-30 14:38:58.631935 | fa163eff-7e2e-356a-281c-0000000034b1 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:02.364073 | 0.27s 2025-09-30 14:38:58.662847 | fa163eff-7e2e-356a-281c-0000000034b3 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:58.997224 | fa163eff-7e2e-356a-281c-0000000034b3 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:38:58.998667 | fa163eff-7e2e-356a-281c-0000000034b3 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:02.730803 | 0.33s 2025-09-30 14:38:59.029044 | fa163eff-7e2e-356a-281c-0000000034b4 | TASK | Finalise hashes for all containers 2025-09-30 14:38:59.137273 | fa163eff-7e2e-356a-281c-0000000034b4 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:38:59.138064 | fa163eff-7e2e-356a-281c-0000000034b4 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:02.870211 | 0.11s 2025-09-30 14:38:59.157065 | fa163eff-7e2e-356a-281c-0000000034b6 | TASK | Manage systemd shutdown files 2025-09-30 14:38:59.216940 | fa163eff-7e2e-356a-281c-0000000034b6 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:38:59.218206 | fa163eff-7e2e-356a-281c-0000000034b6 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:02.950342 | 0.06s 2025-09-30 14:38:59.249145 | fa163eff-7e2e-356a-281c-0000000034b8 | TASK | Update container configs with new config hashes 2025-09-30 14:38:59.323437 | fa163eff-7e2e-356a-281c-0000000034b8 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:38:59.325177 | fa163eff-7e2e-356a-281c-0000000034b8 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:03.057306 | 0.07s 2025-09-30 14:38:59.358359 | fa163eff-7e2e-356a-281c-0000000034b9 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:38:59.431746 | fa163eff-7e2e-356a-281c-0000000034b9 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:03.163872 | 0.07s 2025-09-30 14:38:59.456942 | ad46cdec-38a0-4e30-9b73-1163da674841 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:38:59.492362 | fa163eff-7e2e-356a-281c-000000003658 | TASK | Gather podman infos 2025-09-30 14:39:00.690192 | fa163eff-7e2e-356a-281c-000000003658 | OK | Gather podman infos | standalone 2025-09-30 14:39:00.692838 | fa163eff-7e2e-356a-281c-000000003658 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:04.424968 | 1.20s 2025-09-30 14:39:00.778076 | fa163eff-7e2e-356a-281c-000000003659 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:39:00.868255 | fa163eff-7e2e-356a-281c-000000003659 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:04.600389 | 0.08s 2025-09-30 14:39:00.993002 | fa163eff-7e2e-356a-281c-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:04.725124 | 0.08s 2025-09-30 14:39:01.066517 | fa163eff-7e2e-356a-281c-0000000034ba | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:39:01.140846 | fa163eff-7e2e-356a-281c-0000000034ba | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:04.872966 | 0.07s 2025-09-30 14:39:01.167916 | 65c0d4da-3263-4af7-a374-98efe0a3d1fa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:39:01.204797 | fa163eff-7e2e-356a-281c-0000000036be | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:39:02.256449 | fa163eff-7e2e-356a-281c-0000000036be | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:39:02.257568 | fa163eff-7e2e-356a-281c-0000000036be | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:05.989695 | 1.05s 2025-09-30 14:39:02.283539 | fa163eff-7e2e-356a-281c-0000000036bf | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-09-30 14:39:05.159903 | fa163eff-7e2e-356a-281c-0000000036bf | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-09-30 14:39:05.161535 | fa163eff-7e2e-356a-281c-0000000036bf | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:08.893671 | 2.88s 2025-09-30 14:39:05.215699 | fa163eff-7e2e-356a-281c-000000003424 | TASK | Set NB connection 2025-09-30 14:39:05.687920 | fa163eff-7e2e-356a-281c-000000003424 | CHANGED | Set NB connection | standalone 2025-09-30 14:39:05.689158 | fa163eff-7e2e-356a-281c-000000003424 | TIMING | Set NB connection | standalone | 0:20:09.421297 | 0.47s 2025-09-30 14:39:05.710990 | fa163eff-7e2e-356a-281c-000000003425 | TASK | Set SB connection 2025-09-30 14:39:06.173964 | fa163eff-7e2e-356a-281c-000000003425 | CHANGED | Set SB connection | standalone 2025-09-30 14:39:06.174937 | fa163eff-7e2e-356a-281c-000000003425 | TIMING | Set SB connection | standalone | 0:20:09.907081 | 0.46s 2025-09-30 14:39:06.197070 | fa163eff-7e2e-356a-281c-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-09-30 14:39:06.438682 | fa163eff-7e2e-356a-281c-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-09-30 14:39:06.439795 | fa163eff-7e2e-356a-281c-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:10.171940 | 0.24s 2025-09-30 14:39:06.549967 | fa163eff-7e2e-356a-281c-0000000000db | TIMING | include_tasks | standalone | 0:20:10.282087 | 0.09s 2025-09-30 14:39:06.588758 | 20d7bc1f-89cf-44f1-a1be-78d511334d72 | INCLUDED | /root/standalone-ansible-44vyqawn/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:39:06.615008 | fa163eff-7e2e-356a-281c-000000003704 | TASK | Write the config_step hieradata 2025-09-30 14:39:07.081313 | fa163eff-7e2e-356a-281c-000000003704 | OK | Write the config_step hieradata | standalone 2025-09-30 14:39:07.082614 | fa163eff-7e2e-356a-281c-000000003704 | TIMING | Write the config_step hieradata | standalone | 0:20:10.814750 | 0.47s 2025-09-30 14:39:07.106003 | fa163eff-7e2e-356a-281c-000000003705 | TASK | Run puppet host configuration for step 3 2025-09-30 14:39:07.444459 | fa163eff-7e2e-356a-281c-000000003705 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-09-30 14:39:07.445805 | fa163eff-7e2e-356a-281c-000000003705 | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:11.177942 | 0.34s 2025-09-30 14:39:07.474028 | fa163eff-7e2e-356a-281c-000000003706 | TASK | Wait for puppet host configuration to finish 2025-09-30 14:39:07.710039 | fa163eff-7e2e-356a-281c-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:39:17.963206 | fa163eff-7e2e-356a-281c-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:39:28.196268 | fa163eff-7e2e-356a-281c-000000003706 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:39:28.199378 | fa163eff-7e2e-356a-281c-000000003706 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:31.931485 | 20.72s 2025-09-30 14:39:28.232488 | fa163eff-7e2e-356a-281c-000000003707 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-09-30 14:39:28.319127 | fa163eff-7e2e-356a-281c-000000003707 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Sep 30 14:39:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:39:13 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:39:13 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:39:13 puppet-user: (file & line not available)", "<13>Sep 30 14:39:13 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 14:39:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:39:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:39:14 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.51 seconds", "<13>Sep 30 14:39:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 14:39:20 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 14:39:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:39:22 puppet-user: Notice: Applied catalog in 8.05 seconds", "<13>Sep 30 14:39:22 puppet-user: Application:", "<13>Sep 30 14:39:22 puppet-user: Initial environment: production", "<13>Sep 30 14:39:22 puppet-user: Converged environment: production", "<13>Sep 30 14:39:22 puppet-user: Run mode: user", "<13>Sep 30 14:39:22 puppet-user: Changes:", "<13>Sep 30 14:39:22 puppet-user: Total: 2", "<13>Sep 30 14:39:22 puppet-user: Events:", "<13>Sep 30 14:39:22 puppet-user: Success: 2", "<13>Sep 30 14:39:22 puppet-user: Resources:", "<13>Sep 30 14:39:22 puppet-user: Changed: 2", "<13>Sep 30 14:39:22 puppet-user: Out of sync: 2", "<13>Sep 30 14:39:22 puppet-user: Total: 28", "<13>Sep 30 14:39:22 puppet-user: Time:", "<13>Sep 30 14:39:22 puppet-user: Schedule: 0.00", "<13>Sep 30 14:39:22 puppet-user: File line: 0.00", "<13>Sep 30 14:39:22 puppet-user: Package: 0.00", "<13>Sep 30 14:39:22 puppet-user: File: 0.00", "<13>Sep 30 14:39:22 puppet-user: Augeas: 0.01", "<13>Sep 30 14:39:22 puppet-user: Service: 0.09", "<13>Sep 30 14:39:22 puppet-user: User: 0.11", "<13>Sep 30 14:39:22 puppet-user: Config retrieval: 0.56", "<13>Sep 30 14:39:22 puppet-user: Pcmk property: 1.58", "<13>Sep 30 14:39:22 puppet-user: Exec: 1.89", "<13>Sep 30 14:39:22 puppet-user: Last run: 1759243162", "<13>Sep 30 14:39:22 puppet-user: Pcmk resource op default: 2.02", "<13>Sep 30 14:39:22 puppet-user: Pcmk resource default: 2.14", "<13>Sep 30 14:39:22 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:39:22 puppet-user: Transaction evaluation: 8.04", "<13>Sep 30 14:39:22 puppet-user: Catalog application: 8.05", "<13>Sep 30 14:39:22 puppet-user: Total: 8.06", "<13>Sep 30 14:39:22 puppet-user: Version:", "<13>Sep 30 14:39:22 puppet-user: Config: 1759243153", "<13>Sep 30 14:39:22 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:39:28.320078 | fa163eff-7e2e-356a-281c-000000003707 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:32.052223 | 0.09s 2025-09-30 14:39:28.342192 | fa163eff-7e2e-356a-281c-000000003708 | TASK | Pre-cache facts for puppet containers 2025-09-30 14:39:28.369051 | fa163eff-7e2e-356a-281c-000000003708 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:32.101182 | 0.03s 2025-09-30 14:39:28.427232 | fa163eff-7e2e-356a-281c-000000003747 | TASK | Gather variables for each operating system 2025-09-30 14:39:28.542475 | fa163eff-7e2e-356a-281c-000000003747 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:32.274595 | 0.11s 2025-09-30 14:39:28.572835 | fa163eff-7e2e-356a-281c-000000003748 | TASK | Create puppet caching structures 2025-09-30 14:39:28.845632 | fa163eff-7e2e-356a-281c-000000003748 | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:39:28.847429 | fa163eff-7e2e-356a-281c-000000003748 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:32.579559 | 0.27s 2025-09-30 14:39:28.878308 | fa163eff-7e2e-356a-281c-000000003749 | TASK | Check for facter.conf 2025-09-30 14:39:29.134897 | fa163eff-7e2e-356a-281c-000000003749 | OK | Check for facter.conf | standalone 2025-09-30 14:39:29.136340 | fa163eff-7e2e-356a-281c-000000003749 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:32.868477 | 0.26s 2025-09-30 14:39:29.165823 | fa163eff-7e2e-356a-281c-00000000374a | TASK | Remove facter.conf if directory 2025-09-30 14:39:29.211743 | fa163eff-7e2e-356a-281c-00000000374a | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:39:29.213136 | fa163eff-7e2e-356a-281c-00000000374a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:32.945273 | 0.05s 2025-09-30 14:39:29.244606 | fa163eff-7e2e-356a-281c-00000000374b | TASK | Write facter cache config 2025-09-30 14:39:29.796667 | fa163eff-7e2e-356a-281c-00000000374b | CHANGED | Write facter cache config | standalone 2025-09-30 14:39:29.798178 | fa163eff-7e2e-356a-281c-00000000374b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:33.530316 | 0.55s 2025-09-30 14:39:29.824703 | fa163eff-7e2e-356a-281c-00000000374c | TASK | Cleanup facter cache if exists 2025-09-30 14:39:30.063651 | fa163eff-7e2e-356a-281c-00000000374c | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 14:39:30.065584 | fa163eff-7e2e-356a-281c-00000000374c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:33.797694 | 0.24s 2025-09-30 14:39:30.098796 | fa163eff-7e2e-356a-281c-00000000374d | TASK | Pre-cache facts 2025-09-30 14:39:30.743887 | fa163eff-7e2e-356a-281c-00000000374d | CHANGED | Pre-cache facts | standalone 2025-09-30 14:39:30.745579 | fa163eff-7e2e-356a-281c-00000000374d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:34.477690 | 0.64s 2025-09-30 14:39:30.779412 | fa163eff-7e2e-356a-281c-00000000374e | TASK | Failed deployment if facter fails 2025-09-30 14:39:30.826594 | fa163eff-7e2e-356a-281c-00000000374e | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:39:30.828237 | fa163eff-7e2e-356a-281c-00000000374e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:34.560369 | 0.05s 2025-09-30 14:39:30.876260 | fa163eff-7e2e-356a-281c-00000000374f | TASK | Sync cached facts 2025-09-30 14:39:31.218766 | fa163eff-7e2e-356a-281c-00000000374f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-7e2e-356a-281c-00000000374f') missing from stats 2025-09-30 14:39:31.280473 | fa163eff-7e2e-356a-281c-000000003709 | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:39:31.347614 | fa163eff-7e2e-356a-281c-000000003709 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 14:39:31.348909 | fa163eff-7e2e-356a-281c-000000003709 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:35.081047 | 0.07s 2025-09-30 14:39:31.375103 | fa163eff-7e2e-356a-281c-00000000370b | TASK | Manage containers for step 3 with tripleo-ansible 2025-09-30 14:39:31.407419 | fa163eff-7e2e-356a-281c-00000000370b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:35.139549 | 0.03s 2025-09-30 14:39:31.472236 | fa163eff-7e2e-356a-281c-0000000037a6 | TASK | Gather variables for each operating system 2025-09-30 14:39:31.591163 | fa163eff-7e2e-356a-281c-0000000037a6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:35.323260 | 0.12s 2025-09-30 14:39:31.624506 | fa163eff-7e2e-356a-281c-0000000037a7 | TASK | Create container logs path 2025-09-30 14:39:31.876119 | fa163eff-7e2e-356a-281c-0000000037a7 | OK | Create container logs path | standalone 2025-09-30 14:39:31.878070 | fa163eff-7e2e-356a-281c-0000000037a7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:35.610203 | 0.25s 2025-09-30 14:39:31.913369 | fa163eff-7e2e-356a-281c-0000000037a9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:39:32.198576 | fa163eff-7e2e-356a-281c-0000000037a9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 14:39:32.200337 | fa163eff-7e2e-356a-281c-0000000037a9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:35.932470 | 0.28s 2025-09-30 14:39:32.235103 | fa163eff-7e2e-356a-281c-0000000037aa | TASK | Finalise hashes for all containers 2025-09-30 14:39:32.329597 | fa163eff-7e2e-356a-281c-0000000037aa | OK | Finalise hashes for all containers | standalone 2025-09-30 14:39:32.331664 | fa163eff-7e2e-356a-281c-0000000037aa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:36.063796 | 0.09s 2025-09-30 14:39:32.364456 | fa163eff-7e2e-356a-281c-0000000037ac | TASK | Manage systemd shutdown files 2025-09-30 14:39:32.406736 | fa163eff-7e2e-356a-281c-0000000037ac | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:36.138851 | 0.04s 2025-09-30 14:39:32.446896 | a6f5b770-909c-42a7-bfc1-1c2abe11804a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:39:32.477232 | fa163eff-7e2e-356a-281c-0000000037df | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:39:32.730769 | fa163eff-7e2e-356a-281c-0000000037df | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:39:32.732623 | fa163eff-7e2e-356a-281c-0000000037df | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:36.464752 | 0.25s 2025-09-30 14:39:32.755998 | fa163eff-7e2e-356a-281c-0000000037e0 | TASK | Set podman_drop_in fact 2025-09-30 14:39:32.821345 | fa163eff-7e2e-356a-281c-0000000037e0 | OK | Set podman_drop_in fact | standalone 2025-09-30 14:39:32.823029 | fa163eff-7e2e-356a-281c-0000000037e0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:36.555164 | 0.07s 2025-09-30 14:39:32.855467 | fa163eff-7e2e-356a-281c-0000000037e2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:39:33.377426 | fa163eff-7e2e-356a-281c-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:39:33.379500 | fa163eff-7e2e-356a-281c-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:37.111638 | 0.52s 2025-09-30 14:39:33.873517 | fa163eff-7e2e-356a-281c-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:39:33.874359 | fa163eff-7e2e-356a-281c-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:37.606505 | 1.02s 2025-09-30 14:39:33.879329 | fa163eff-7e2e-356a-281c-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:37.611471 | 1.02s 2025-09-30 14:39:33.910359 | fa163eff-7e2e-356a-281c-0000000037e3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:39:34.434903 | fa163eff-7e2e-356a-281c-0000000037e3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:39:34.436211 | fa163eff-7e2e-356a-281c-0000000037e3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:38.168349 | 0.52s 2025-09-30 14:39:34.465278 | fa163eff-7e2e-356a-281c-0000000037e4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:39:34.998324 | fa163eff-7e2e-356a-281c-0000000037e4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:39:34.999815 | fa163eff-7e2e-356a-281c-0000000037e4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:38.731950 | 0.53s 2025-09-30 14:39:35.023085 | fa163eff-7e2e-356a-281c-0000000037e5 | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:39:35.794146 | fa163eff-7e2e-356a-281c-0000000037e5 | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:39:35.796385 | fa163eff-7e2e-356a-281c-0000000037e5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:39.528519 | 0.77s 2025-09-30 14:39:35.825841 | fa163eff-7e2e-356a-281c-0000000037e6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:39:36.353502 | fa163eff-7e2e-356a-281c-0000000037e6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:39:36.354957 | fa163eff-7e2e-356a-281c-0000000037e6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:40.087095 | 0.53s 2025-09-30 14:39:36.383283 | fa163eff-7e2e-356a-281c-0000000037e7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:39:36.860725 | fa163eff-7e2e-356a-281c-0000000037e7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:39:36.862220 | fa163eff-7e2e-356a-281c-0000000037e7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:40.594348 | 0.48s 2025-09-30 14:39:36.894476 | fa163eff-7e2e-356a-281c-0000000037e8 | TASK | Enable and start netns-placeholder 2025-09-30 14:39:37.602486 | fa163eff-7e2e-356a-281c-0000000037e8 | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:39:37.604068 | fa163eff-7e2e-356a-281c-0000000037e8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:41.336211 | 0.71s 2025-09-30 14:39:37.633960 | fa163eff-7e2e-356a-281c-0000000037ae | TASK | Update container configs with new config hashes 2025-09-30 14:39:37.695421 | fa163eff-7e2e-356a-281c-0000000037ae | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:41.427547 | 0.06s 2025-09-30 14:39:37.717013 | 028019fc-ba32-4431-9da2-ad2c3eaa5fb2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:39:37.750802 | fa163eff-7e2e-356a-281c-000000003810 | TASK | Update config hashes for container startup configs 2025-09-30 14:39:38.084051 | fa163eff-7e2e-356a-281c-000000003810 | OK | Update config hashes for container startup configs | standalone 2025-09-30 14:39:38.085875 | fa163eff-7e2e-356a-281c-000000003810 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:41.818007 | 0.33s 2025-09-30 14:39:38.119367 | fa163eff-7e2e-356a-281c-0000000037af | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:39:38.175815 | fa163eff-7e2e-356a-281c-0000000037af | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:41.907938 | 0.05s 2025-09-30 14:39:38.201727 | 5920806a-d330-42c7-af12-6971a9f459e6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:39:38.242218 | fa163eff-7e2e-356a-281c-00000000382f | TASK | Gather podman infos 2025-09-30 14:39:39.371874 | fa163eff-7e2e-356a-281c-00000000382f | OK | Gather podman infos | standalone 2025-09-30 14:39:39.373110 | fa163eff-7e2e-356a-281c-00000000382f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:43.105245 | 1.13s 2025-09-30 14:39:39.460817 | fa163eff-7e2e-356a-281c-000000003830 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:39:39.520573 | fa163eff-7e2e-356a-281c-000000003830 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:43.252667 | 0.05s 2025-09-30 14:39:39.645273 | fa163eff-7e2e-356a-281c-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:43.377396 | 0.07s 2025-09-30 14:39:39.705053 | fa163eff-7e2e-356a-281c-0000000037b0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:39:39.758806 | fa163eff-7e2e-356a-281c-0000000037b0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:43.490929 | 0.05s 2025-09-30 14:39:39.783899 | af7a2699-47d4-4b42-b163-ced75cb69998 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:39:39.830011 | fa163eff-7e2e-356a-281c-00000000389a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:40:31.733903 | fa163eff-7e2e-356a-281c-00000000389a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 14:40:31.735622 | fa163eff-7e2e-356a-281c-00000000389a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:35.467757 | 51.90s 2025-09-30 14:40:31.768195 | fa163eff-7e2e-356a-281c-00000000389b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-09-30 14:40:57.414769 | fa163eff-7e2e-356a-281c-00000000389b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-09-30 14:40:57.417914 | fa163eff-7e2e-356a-281c-00000000389b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:01.150028 | 25.65s 2025-09-30 14:40:57.469756 | fa163eff-7e2e-356a-281c-00000000370d | TASK | Clean container_puppet_tasks for standalone step 3 2025-09-30 14:40:57.657101 | fa163eff-7e2e-356a-281c-00000000370d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-09-30 14:40:57.658578 | fa163eff-7e2e-356a-281c-00000000370d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:01.390678 | 0.19s 2025-09-30 14:40:57.710925 | fa163eff-7e2e-356a-281c-00000000370e | TASK | Calculate container_puppet_tasks for standalone step 3 2025-09-30 14:40:57.765529 | fa163eff-7e2e-356a-281c-00000000370e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:01.497654 | 0.05s 2025-09-30 14:40:57.797095 | fa163eff-7e2e-356a-281c-00000000370f | TASK | Include container-puppet tasks for step 3 2025-09-30 14:40:57.843998 | fa163eff-7e2e-356a-281c-00000000370f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:01.576125 | 0.04s 2025-09-30 14:40:57.872527 | c001795e-327c-4b3e-940d-21496053ed04 | INCLUDED | /root/standalone-ansible-44vyqawn/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:40:57.931340 | fa163eff-7e2e-356a-281c-0000000038e6 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-09-30 14:40:58.512491 | fa163eff-7e2e-356a-281c-0000000038e6 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-09-30 14:40:58.513774 | fa163eff-7e2e-356a-281c-0000000038e6 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:02.245912 | 0.58s 2025-09-30 14:40:58.543985 | fa163eff-7e2e-356a-281c-0000000038e8 | TASK | Generate container puppet configs for step 3 2025-09-30 14:40:58.843682 | fa163eff-7e2e-356a-281c-0000000038e8 | OK | Generate container puppet configs for step 3 | standalone 2025-09-30 14:40:58.844629 | fa163eff-7e2e-356a-281c-0000000038e8 | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:02.576772 | 0.30s 2025-09-30 14:40:58.866122 | fa163eff-7e2e-356a-281c-0000000038e9 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-09-30 14:40:58.897192 | fa163eff-7e2e-356a-281c-0000000038e9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:02.629325 | 0.03s 2025-09-30 14:40:58.953853 | fa163eff-7e2e-356a-281c-000000003918 | TASK | Gather variables for each operating system 2025-09-30 14:40:59.078173 | fa163eff-7e2e-356a-281c-000000003918 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:02.810294 | 0.12s 2025-09-30 14:40:59.108573 | fa163eff-7e2e-356a-281c-000000003919 | TASK | Create container logs path 2025-09-30 14:40:59.351085 | fa163eff-7e2e-356a-281c-000000003919 | OK | Create container logs path | standalone 2025-09-30 14:40:59.352684 | fa163eff-7e2e-356a-281c-000000003919 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:03.084818 | 0.24s 2025-09-30 14:40:59.385168 | fa163eff-7e2e-356a-281c-00000000391b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 14:40:59.639949 | fa163eff-7e2e-356a-281c-00000000391b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 14:40:59.641381 | fa163eff-7e2e-356a-281c-00000000391b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:03.373512 | 0.25s 2025-09-30 14:40:59.673174 | fa163eff-7e2e-356a-281c-00000000391c | TASK | Finalise hashes for all containers 2025-09-30 14:40:59.717676 | fa163eff-7e2e-356a-281c-00000000391c | OK | Finalise hashes for all containers | standalone 2025-09-30 14:40:59.719070 | fa163eff-7e2e-356a-281c-00000000391c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:03.451201 | 0.04s 2025-09-30 14:40:59.749934 | fa163eff-7e2e-356a-281c-00000000391e | TASK | Manage systemd shutdown files 2025-09-30 14:40:59.793535 | fa163eff-7e2e-356a-281c-00000000391e | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:40:59.795224 | fa163eff-7e2e-356a-281c-00000000391e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:03.527352 | 0.04s 2025-09-30 14:40:59.828886 | fa163eff-7e2e-356a-281c-000000003920 | TASK | Update container configs with new config hashes 2025-09-30 14:40:59.881501 | fa163eff-7e2e-356a-281c-000000003920 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:40:59.883064 | fa163eff-7e2e-356a-281c-000000003920 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:03.615194 | 0.05s 2025-09-30 14:40:59.920855 | fa163eff-7e2e-356a-281c-000000003921 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 14:40:59.972151 | fa163eff-7e2e-356a-281c-000000003921 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 14:40:59.973386 | fa163eff-7e2e-356a-281c-000000003921 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:03.705523 | 0.05s 2025-09-30 14:41:00.016401 | fa163eff-7e2e-356a-281c-000000003922 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-09-30 14:41:00.071260 | fa163eff-7e2e-356a-281c-000000003922 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-09-30 14:41:00.072187 | fa163eff-7e2e-356a-281c-000000003922 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:03.804332 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-09-30 14:41:00.230649 | fa163eff-7e2e-356a-281c-0000000000de | TASK | External deployment step 4 2025-09-30 14:41:00.277331 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000de') missing from stats 2025-09-30 14:41:00.338263 | fa163eff-7e2e-356a-281c-0000000000df | TIMING | include_tasks | undercloud | 0:22:04.070382 | 0.04s 2025-09-30 14:41:00.373223 | 1d7abb8b-c285-4404-be1f-3cdfad07afbf | INCLUDED | /root/standalone-ansible-44vyqawn/external_deploy_steps_tasks_step4.yaml | undercloud 2025-09-30 14:41:00.391927 | fa163eff-7e2e-356a-281c-000000003971 | TASK | Clean up legacy Cinder keystone catalog entries 2025-09-30 14:41:02.183872 | fa163eff-7e2e-356a-281c-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-09-30 14:41:02.186355 | fa163eff-7e2e-356a-281c-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:05.918491 | 1.79s 2025-09-30 14:41:03.482476 | fa163eff-7e2e-356a-281c-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-09-30 14:41:03.484264 | fa163eff-7e2e-356a-281c-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:07.216404 | 3.09s 2025-09-30 14:41:03.494731 | fa163eff-7e2e-356a-281c-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:07.226862 | 3.10s 2025-09-30 14:41:03.511176 | fa163eff-7e2e-356a-281c-000000003974 | TASK | Manage Keystone resources for OpenStack services 2025-09-30 14:41:03.572932 | fa163eff-7e2e-356a-281c-000000003974 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:22:07.305055 | 0.06s 2025-09-30 14:41:03.634708 | fa163eff-7e2e-356a-281c-0000000039a0 | TASK | Create Keystone Admin resources 2025-09-30 14:41:03.687839 | fa163eff-7e2e-356a-281c-0000000039a0 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:07.419957 | 0.05s 2025-09-30 14:41:03.727039 | b5c1efea-5c9a-4430-95b2-f9bca5f8ea3f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-09-30 14:41:03.756776 | fa163eff-7e2e-356a-281c-0000000039e1 | TASK | Create admin and service projects 2025-09-30 14:41:03.823733 | fa163eff-7e2e-356a-281c-0000000039e1 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:07.555855 | 0.07s 2025-09-30 14:41:03.838901 | 406cd6a4-f261-41c2-94d8-3f067860bc53 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-09-30 14:41:03.878701 | fa163eff-7e2e-356a-281c-000000003a32 | TASK | Async creation of Keystone project 2025-09-30 14:41:04.416150 | fa163eff-7e2e-356a-281c-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-09-30 14:41:04.417861 | fa163eff-7e2e-356a-281c-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:08.150006 | 0.54s 2025-09-30 14:41:04.712713 | fa163eff-7e2e-356a-281c-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-09-30 14:41:04.714422 | fa163eff-7e2e-356a-281c-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:08.446562 | 0.83s 2025-09-30 14:41:04.724985 | fa163eff-7e2e-356a-281c-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:08.457122 | 0.84s 2025-09-30 14:41:04.741920 | fa163eff-7e2e-356a-281c-000000003a34 | TASK | Check Keystone project status 2025-09-30 14:41:05.020796 | fa163eff-7e2e-356a-281c-000000003a34 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-09-30 14:41:10.269724 | fa163eff-7e2e-356a-281c-000000003a34 | OK | Check Keystone project status | undercloud | item=admin 2025-09-30 14:41:10.272289 | fa163eff-7e2e-356a-281c-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:14.004424 | 5.53s 2025-09-30 14:41:10.580256 | fa163eff-7e2e-356a-281c-000000003a34 | CHANGED | Check Keystone project status | undercloud | item=service 2025-09-30 14:41:10.581502 | fa163eff-7e2e-356a-281c-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:14.313643 | 5.84s 2025-09-30 14:41:10.588863 | fa163eff-7e2e-356a-281c-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:14.321011 | 5.84s 2025-09-30 14:41:10.604365 | fa163eff-7e2e-356a-281c-0000000039e2 | TASK | Create admin role 2025-09-30 14:41:11.963070 | fa163eff-7e2e-356a-281c-0000000039e2 | OK | Create admin role | undercloud 2025-09-30 14:41:11.964322 | fa163eff-7e2e-356a-281c-0000000039e2 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:15.696461 | 1.36s 2025-09-30 14:41:11.983566 | fa163eff-7e2e-356a-281c-0000000039e3 | TASK | Create _member_ role 2025-09-30 14:41:12.035628 | fa163eff-7e2e-356a-281c-0000000039e3 | SKIPPED | Create _member_ role | undercloud 2025-09-30 14:41:12.036984 | fa163eff-7e2e-356a-281c-0000000039e3 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:15.769114 | 0.05s 2025-09-30 14:41:12.057079 | fa163eff-7e2e-356a-281c-0000000039e4 | TASK | Check admin password 2025-09-30 14:41:13.595303 | fa163eff-7e2e-356a-281c-0000000039e4 | OK | Check admin password | undercloud 2025-09-30 14:41:13.596788 | fa163eff-7e2e-356a-281c-0000000039e4 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:17.328922 | 1.54s 2025-09-30 14:41:13.616265 | fa163eff-7e2e-356a-281c-0000000039e5 | TASK | Create admin user 2025-09-30 14:41:15.292568 | fa163eff-7e2e-356a-281c-0000000039e5 | CHANGED | Create admin user | undercloud 2025-09-30 14:41:15.294366 | fa163eff-7e2e-356a-281c-0000000039e5 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:19.026513 | 1.68s 2025-09-30 14:41:15.309278 | fa163eff-7e2e-356a-281c-0000000039e6 | TASK | Assign admin role to admin project for admin user 2025-09-30 14:41:16.996763 | fa163eff-7e2e-356a-281c-0000000039e6 | OK | Assign admin role to admin project for admin user | undercloud 2025-09-30 14:41:16.997597 | fa163eff-7e2e-356a-281c-0000000039e6 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:20.729743 | 1.69s 2025-09-30 14:41:17.012375 | fa163eff-7e2e-356a-281c-0000000039e7 | TASK | Assign _member_ role to admin project for admin user 2025-09-30 14:41:17.070952 | fa163eff-7e2e-356a-281c-0000000039e7 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-09-30 14:41:17.071851 | fa163eff-7e2e-356a-281c-0000000039e7 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:20.803994 | 0.06s 2025-09-30 14:41:17.086558 | fa163eff-7e2e-356a-281c-0000000039e8 | TASK | Create identity service 2025-09-30 14:41:18.424441 | fa163eff-7e2e-356a-281c-0000000039e8 | OK | Create identity service | undercloud 2025-09-30 14:41:18.425176 | fa163eff-7e2e-356a-281c-0000000039e8 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:22.157324 | 1.34s 2025-09-30 14:41:18.439635 | fa163eff-7e2e-356a-281c-0000000039e9 | TASK | Create identity public endpoint 2025-09-30 14:41:19.851749 | fa163eff-7e2e-356a-281c-0000000039e9 | OK | Create identity public endpoint | undercloud 2025-09-30 14:41:19.852705 | fa163eff-7e2e-356a-281c-0000000039e9 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:23.584851 | 1.41s 2025-09-30 14:41:19.867455 | fa163eff-7e2e-356a-281c-0000000039ea | TASK | Create identity internal endpoint 2025-09-30 14:41:21.148607 | fa163eff-7e2e-356a-281c-0000000039ea | OK | Create identity internal endpoint | undercloud 2025-09-30 14:41:21.150283 | fa163eff-7e2e-356a-281c-0000000039ea | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:24.882414 | 1.28s 2025-09-30 14:41:21.170112 | fa163eff-7e2e-356a-281c-0000000039eb | TASK | Create identity admin endpoint 2025-09-30 14:41:22.410535 | fa163eff-7e2e-356a-281c-0000000039eb | OK | Create identity admin endpoint | undercloud 2025-09-30 14:41:22.411390 | fa163eff-7e2e-356a-281c-0000000039eb | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:26.143536 | 1.24s 2025-09-30 14:41:22.429404 | fa163eff-7e2e-356a-281c-0000000039a1 | TASK | Create Keystone Projects 2025-09-30 14:41:22.522883 | fa163eff-7e2e-356a-281c-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:26.255009 | 0.09s 2025-09-30 14:41:22.535160 | fa163eff-7e2e-356a-281c-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:26.267292 | 0.10s 2025-09-30 14:41:22.548388 | 8473ce21-97c3-43ca-a045-5ae6a3810ea5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-09-30 14:41:22.594824 | fa163eff-7e2e-356a-281c-000000003abe | TASK | Async creation of Keystone project 2025-09-30 14:41:22.911438 | fa163eff-7e2e-356a-281c-000000003abe | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-09-30 14:41:22.913530 | fa163eff-7e2e-356a-281c-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:26.645658 | 0.32s 2025-09-30 14:41:22.923523 | fa163eff-7e2e-356a-281c-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:26.655656 | 0.33s 2025-09-30 14:41:22.942210 | fa163eff-7e2e-356a-281c-000000003ac0 | TASK | Check Keystone project status 2025-09-30 14:41:23.235303 | fa163eff-7e2e-356a-281c-000000003ac0 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-09-30 14:41:28.405277 | fa163eff-7e2e-356a-281c-000000003ac0 | OK | Check Keystone project status | undercloud | item=service 2025-09-30 14:41:28.406972 | fa163eff-7e2e-356a-281c-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:32.139110 | 5.46s 2025-09-30 14:41:28.415218 | fa163eff-7e2e-356a-281c-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:32.147360 | 5.47s 2025-09-30 14:41:28.429883 | fa163eff-7e2e-356a-281c-0000000039a3 | TASK | Create Keystone Domains 2025-09-30 14:41:28.521837 | fa163eff-7e2e-356a-281c-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:32.253960 | 0.09s 2025-09-30 14:41:28.533783 | fa163eff-7e2e-356a-281c-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:32.265915 | 0.10s 2025-09-30 14:41:28.548615 | 473bb975-e6f9-4623-bd7d-290acc3900a5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-09-30 14:41:28.597502 | fa163eff-7e2e-356a-281c-000000003b73 | TASK | Async creation of Keystone domains 2025-09-30 14:41:29.106794 | fa163eff-7e2e-356a-281c-000000003b73 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-09-30 14:41:29.107942 | fa163eff-7e2e-356a-281c-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:32.840083 | 0.51s 2025-09-30 14:41:29.112400 | fa163eff-7e2e-356a-281c-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:32.844534 | 0.51s 2025-09-30 14:41:29.131525 | fa163eff-7e2e-356a-281c-000000003b75 | TASK | Check Keystone domain status 2025-09-30 14:41:29.378917 | fa163eff-7e2e-356a-281c-000000003b75 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-09-30 14:41:34.622304 | fa163eff-7e2e-356a-281c-000000003b75 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-09-30 14:41:34.624496 | fa163eff-7e2e-356a-281c-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:38.356632 | 5.49s 2025-09-30 14:41:34.634511 | fa163eff-7e2e-356a-281c-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:38.366646 | 5.50s 2025-09-30 14:41:34.653579 | fa163eff-7e2e-356a-281c-0000000039a5 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-09-30 14:41:34.707756 | fa163eff-7e2e-356a-281c-0000000039a5 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:38.439879 | 0.05s 2025-09-30 14:41:34.722082 | 066a422f-d5bb-4e94-98e3-5555d39e07a2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-09-30 14:41:34.773135 | fa163eff-7e2e-356a-281c-000000003c3d | TASK | Collect OpenStack Keystone domains infos 2025-09-30 14:41:36.227969 | fa163eff-7e2e-356a-281c-000000003c3d | OK | Collect OpenStack Keystone domains infos | undercloud 2025-09-30 14:41:36.229617 | fa163eff-7e2e-356a-281c-000000003c3d | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:39.961744 | 1.45s 2025-09-30 14:41:36.250094 | fa163eff-7e2e-356a-281c-000000003c3e | TASK | Set openstack_domains fact 2025-09-30 14:41:36.290264 | fa163eff-7e2e-356a-281c-000000003c3e | OK | Set openstack_domains fact | undercloud 2025-09-30 14:41:36.291342 | fa163eff-7e2e-356a-281c-000000003c3e | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:40.023486 | 0.04s 2025-09-30 14:41:36.307522 | fa163eff-7e2e-356a-281c-0000000039a6 | TASK | Create Keystone Services 2025-09-30 14:41:36.404888 | fa163eff-7e2e-356a-281c-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:40.137002 | 0.10s 2025-09-30 14:41:36.425633 | fa163eff-7e2e-356a-281c-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:40.157781 | 0.12s 2025-09-30 14:41:36.439105 | fa163eff-7e2e-356a-281c-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:40.171244 | 0.13s 2025-09-30 14:41:36.452118 | 74a98a8d-c4a2-417d-b7f2-48e27da6c37a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-09-30 14:41:36.458734 | c3bf51a5-d994-4376-aedc-824e1e04cb4c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-09-30 14:41:36.498001 | fa163eff-7e2e-356a-281c-000000003d1a | TASK | Async creation of Keystone service 2025-09-30 14:41:36.778595 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-09-30 14:41:36.779596 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:40.511736 | 0.28s 2025-09-30 14:41:37.071868 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-09-30 14:41:37.072945 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:40.805085 | 0.57s 2025-09-30 14:41:37.391327 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-09-30 14:41:37.393152 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:41.125297 | 0.89s 2025-09-30 14:41:37.723345 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-09-30 14:41:37.724057 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:41.456206 | 1.22s 2025-09-30 14:41:38.047553 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-09-30 14:41:38.048192 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:41.780340 | 1.55s 2025-09-30 14:41:38.330385 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-09-30 14:41:38.331910 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:42.064051 | 1.83s 2025-09-30 14:41:38.641571 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-09-30 14:41:38.642486 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:42.374635 | 2.14s 2025-09-30 14:41:38.917795 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-09-30 14:41:38.918391 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:42.650540 | 2.42s 2025-09-30 14:41:39.176262 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-09-30 14:41:39.176941 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:42.909090 | 2.68s 2025-09-30 14:41:39.439081 | fa163eff-7e2e-356a-281c-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-09-30 14:41:39.439686 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:43.171834 | 2.94s 2025-09-30 14:41:39.447379 | fa163eff-7e2e-356a-281c-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:43.179523 | 2.95s 2025-09-30 14:41:39.462886 | fa163eff-7e2e-356a-281c-000000003d1c | TASK | Check Keystone service status 2025-09-30 14:41:39.730697 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-09-30 14:41:39.731707 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:43.463850 | 0.27s 2025-09-30 14:41:39.940464 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-09-30 14:41:39.941810 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:43.673950 | 0.48s 2025-09-30 14:41:40.164154 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=glance 2025-09-30 14:41:40.164839 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:43.896986 | 0.70s 2025-09-30 14:41:40.422426 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-09-30 14:41:40.423218 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.155365 | 0.96s 2025-09-30 14:41:40.665498 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat 2025-09-30 14:41:40.666786 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.398926 | 1.20s 2025-09-30 14:41:40.858116 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-09-30 14:41:40.859932 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.592071 | 1.40s 2025-09-30 14:41:41.045142 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manila 2025-09-30 14:41:41.047191 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.779330 | 1.58s 2025-09-30 14:41:41.269325 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-09-30 14:41:41.270644 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.002792 | 1.81s 2025-09-30 14:41:41.539819 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-09-30 14:41:41.540526 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.272675 | 2.08s 2025-09-30 14:41:41.772746 | fa163eff-7e2e-356a-281c-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=nova 2025-09-30 14:41:41.773977 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.506117 | 2.31s 2025-09-30 14:41:41.785889 | fa163eff-7e2e-356a-281c-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.518016 | 2.32s 2025-09-30 14:41:41.812008 | fa163eff-7e2e-356a-281c-000000003d21 | TASK | Async creation of Keystone service 2025-09-30 14:41:42.167085 | fa163eff-7e2e-356a-281c-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-09-30 14:41:42.169363 | fa163eff-7e2e-356a-281c-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:45.901493 | 0.36s 2025-09-30 14:41:42.518049 | fa163eff-7e2e-356a-281c-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-09-30 14:41:42.520092 | fa163eff-7e2e-356a-281c-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:46.252233 | 0.71s 2025-09-30 14:41:42.803021 | fa163eff-7e2e-356a-281c-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-09-30 14:41:42.803665 | fa163eff-7e2e-356a-281c-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:46.535814 | 0.99s 2025-09-30 14:41:42.812256 | fa163eff-7e2e-356a-281c-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:46.544387 | 1.00s 2025-09-30 14:41:42.833306 | fa163eff-7e2e-356a-281c-000000003d23 | TASK | Check Keystone service status 2025-09-30 14:41:43.146793 | fa163eff-7e2e-356a-281c-000000003d23 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-09-30 14:41:48.403184 | fa163eff-7e2e-356a-281c-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-09-30 14:41:48.404293 | fa163eff-7e2e-356a-281c-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.136435 | 5.57s 2025-09-30 14:41:48.670757 | fa163eff-7e2e-356a-281c-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-09-30 14:41:48.671865 | fa163eff-7e2e-356a-281c-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.404006 | 5.84s 2025-09-30 14:41:48.903275 | fa163eff-7e2e-356a-281c-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-09-30 14:41:48.904746 | fa163eff-7e2e-356a-281c-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.636894 | 6.07s 2025-09-30 14:41:48.916634 | fa163eff-7e2e-356a-281c-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.648769 | 6.08s 2025-09-30 14:41:48.934287 | fa163eff-7e2e-356a-281c-0000000039a8 | TASK | Create Keystone Endpoints 2025-09-30 14:41:49.008368 | fa163eff-7e2e-356a-281c-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:52.740496 | 0.07s 2025-09-30 14:41:49.041062 | fa163eff-7e2e-356a-281c-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:52.773200 | 0.11s 2025-09-30 14:41:49.066854 | fa163eff-7e2e-356a-281c-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:52.798997 | 0.13s 2025-09-30 14:41:49.074793 | fa163eff-7e2e-356a-281c-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:52.806927 | 0.14s 2025-09-30 14:41:49.086158 | d0401637-4dfa-413c-a73b-ca3d1a9984c9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 14:41:49.090740 | 4acf7802-75ee-483e-98ff-d28effc1242e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 14:41:49.094295 | 0c031db4-d826-470e-94ff-1e6f43d35bad | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-09-30 14:41:49.135112 | fa163eff-7e2e-356a-281c-000000003e53 | TASK | Create Keystone public endpoints 2025-09-30 14:41:49.225297 | fa163eff-7e2e-356a-281c-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:52.957411 | 0.09s 2025-09-30 14:41:49.245348 | fa163eff-7e2e-356a-281c-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:52.977484 | 0.11s 2025-09-30 14:41:49.255321 | fa163eff-7e2e-356a-281c-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:52.987454 | 0.12s 2025-09-30 14:41:49.273443 | 4104d83c-6d9f-40d6-b9c3-58036f6a4b8a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:41:49.283032 | a69950c9-1b37-445c-b638-bdf0574fd41a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:41:49.308605 | fa163eff-7e2e-356a-281c-000000003f7b | TASK | Async creation of Keystone public endpoint 2025-09-30 14:41:49.611120 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-09-30 14:41:49.613254 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:53.345395 | 0.30s 2025-09-30 14:41:49.883002 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-09-30 14:41:49.884819 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:53.616958 | 0.57s 2025-09-30 14:41:50.196270 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-09-30 14:41:50.197103 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:53.929250 | 0.89s 2025-09-30 14:41:50.542837 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-09-30 14:41:50.544517 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:54.276661 | 1.23s 2025-09-30 14:41:50.891882 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-09-30 14:41:50.894998 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:54.627142 | 1.58s 2025-09-30 14:41:51.173427 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-09-30 14:41:51.175133 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:54.907274 | 1.87s 2025-09-30 14:41:51.502539 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-09-30 14:41:51.503402 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:55.235546 | 2.19s 2025-09-30 14:41:51.843275 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-09-30 14:41:51.844498 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:55.576636 | 2.53s 2025-09-30 14:41:52.119160 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-09-30 14:41:52.119861 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:55.852009 | 2.81s 2025-09-30 14:41:52.388908 | fa163eff-7e2e-356a-281c-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-09-30 14:41:52.390605 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:56.122749 | 3.08s 2025-09-30 14:41:52.402630 | fa163eff-7e2e-356a-281c-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:56.134761 | 3.09s 2025-09-30 14:41:52.425787 | fa163eff-7e2e-356a-281c-000000003f7d | TASK | Check Keystone public endpoint status 2025-09-30 14:41:52.679324 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-09-30 14:41:52.680624 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:56.412762 | 0.25s 2025-09-30 14:41:52.907744 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-09-30 14:41:52.908431 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:56.640579 | 0.48s 2025-09-30 14:41:53.153436 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-09-30 14:41:53.154144 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:56.886293 | 0.73s 2025-09-30 14:41:53.431218 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-09-30 14:41:53.432382 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:57.164522 | 1.00s 2025-09-30 14:41:53.660739 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-09-30 14:41:53.662065 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:57.394203 | 1.23s 2025-09-30 14:41:53.907708 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-09-30 14:41:53.908885 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:57.641026 | 1.48s 2025-09-30 14:41:54.114590 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-09-30 14:41:54.115873 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:57.848012 | 1.69s 2025-09-30 14:41:54.390490 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-09-30 14:41:54.391369 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.123514 | 1.96s 2025-09-30 14:41:54.657225 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-09-30 14:41:54.657916 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.390064 | 2.23s 2025-09-30 14:41:54.964375 | fa163eff-7e2e-356a-281c-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-09-30 14:41:54.965580 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.697685 | 2.54s 2025-09-30 14:41:54.980155 | fa163eff-7e2e-356a-281c-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.712289 | 2.55s 2025-09-30 14:41:55.007633 | fa163eff-7e2e-356a-281c-000000003f82 | TASK | Async creation of Keystone public endpoint 2025-09-30 14:41:55.340704 | fa163eff-7e2e-356a-281c-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-09-30 14:41:55.342433 | fa163eff-7e2e-356a-281c-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:59.074570 | 0.33s 2025-09-30 14:41:55.667453 | fa163eff-7e2e-356a-281c-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-09-30 14:41:55.668171 | fa163eff-7e2e-356a-281c-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:59.400318 | 0.66s 2025-09-30 14:41:55.920374 | fa163eff-7e2e-356a-281c-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-09-30 14:41:55.921901 | fa163eff-7e2e-356a-281c-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:59.654041 | 0.91s 2025-09-30 14:41:55.932047 | fa163eff-7e2e-356a-281c-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:59.664185 | 0.92s 2025-09-30 14:41:55.948493 | fa163eff-7e2e-356a-281c-000000003f84 | TASK | Check Keystone public endpoint status 2025-09-30 14:41:56.165875 | fa163eff-7e2e-356a-281c-000000003f84 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-09-30 14:42:01.386360 | fa163eff-7e2e-356a-281c-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-09-30 14:42:01.387629 | fa163eff-7e2e-356a-281c-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.119775 | 5.44s 2025-09-30 14:42:01.643359 | fa163eff-7e2e-356a-281c-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-09-30 14:42:01.643997 | fa163eff-7e2e-356a-281c-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.376146 | 5.69s 2025-09-30 14:42:01.885603 | fa163eff-7e2e-356a-281c-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-09-30 14:42:01.886254 | fa163eff-7e2e-356a-281c-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.618402 | 5.94s 2025-09-30 14:42:01.892375 | fa163eff-7e2e-356a-281c-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.624509 | 5.94s 2025-09-30 14:42:01.914625 | fa163eff-7e2e-356a-281c-000000003e58 | TASK | Create Keystone admin endpoints 2025-09-30 14:42:01.998460 | fa163eff-7e2e-356a-281c-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:05.730578 | 0.08s 2025-09-30 14:42:02.018033 | fa163eff-7e2e-356a-281c-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:05.750166 | 0.10s 2025-09-30 14:42:02.028503 | fa163eff-7e2e-356a-281c-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:05.760635 | 0.11s 2025-09-30 14:42:02.045386 | 1090a91a-73a2-4d18-bd14-dab7b41ee5a5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:42:02.055491 | b23da974-db9e-49be-819e-c718b870c193 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:42:02.080412 | fa163eff-7e2e-356a-281c-000000003fdc | TASK | Async creation of Keystone admin endpoint 2025-09-30 14:42:02.418607 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-09-30 14:42:02.419668 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:06.151808 | 0.34s 2025-09-30 14:42:02.743605 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-09-30 14:42:02.744368 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:06.476514 | 0.66s 2025-09-30 14:42:03.005294 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-09-30 14:42:03.006767 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:06.738903 | 0.92s 2025-09-30 14:42:03.298569 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-09-30 14:42:03.299192 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:07.031341 | 1.22s 2025-09-30 14:42:03.594004 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-09-30 14:42:03.594794 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:07.326940 | 1.51s 2025-09-30 14:42:03.880945 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-09-30 14:42:03.881698 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:07.613846 | 1.80s 2025-09-30 14:42:04.164650 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-09-30 14:42:04.166274 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:07.898407 | 2.08s 2025-09-30 14:42:04.430654 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-09-30 14:42:04.431358 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.163507 | 2.35s 2025-09-30 14:42:04.675423 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-09-30 14:42:04.676984 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.409132 | 2.60s 2025-09-30 14:42:04.956789 | fa163eff-7e2e-356a-281c-000000003fdc | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-09-30 14:42:04.958084 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.690223 | 2.88s 2025-09-30 14:42:04.965425 | fa163eff-7e2e-356a-281c-000000003fdc | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.697571 | 2.88s 2025-09-30 14:42:04.982088 | fa163eff-7e2e-356a-281c-000000003fde | TASK | Check Keystone admin endpoint status 2025-09-30 14:42:05.278038 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-09-30 14:42:05.279409 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.011550 | 0.30s 2025-09-30 14:42:05.539312 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-09-30 14:42:05.540339 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.272482 | 0.56s 2025-09-30 14:42:05.767027 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-09-30 14:42:05.768538 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.500673 | 0.79s 2025-09-30 14:42:06.036658 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-09-30 14:42:06.037263 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.769412 | 1.05s 2025-09-30 14:42:06.361946 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-09-30 14:42:06.363611 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.095697 | 1.38s 2025-09-30 14:42:06.579784 | fa163eff-7e2e-356a-281c-000000003fde | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-09-30 14:42:11.815725 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-09-30 14:42:11.816814 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:15.548956 | 6.83s 2025-09-30 14:42:12.051774 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-09-30 14:42:12.052562 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:15.784694 | 7.07s 2025-09-30 14:42:12.319972 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-09-30 14:42:12.321228 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:16.053367 | 7.34s 2025-09-30 14:42:12.519257 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-09-30 14:42:12.520527 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:16.252666 | 7.54s 2025-09-30 14:42:12.791976 | fa163eff-7e2e-356a-281c-000000003fde | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-09-30 14:42:12.793204 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:16.525344 | 7.81s 2025-09-30 14:42:12.801981 | fa163eff-7e2e-356a-281c-000000003fde | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:16.534122 | 7.82s 2025-09-30 14:42:12.820642 | fa163eff-7e2e-356a-281c-000000003fe3 | TASK | Async creation of Keystone admin endpoint 2025-09-30 14:42:13.199950 | fa163eff-7e2e-356a-281c-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-09-30 14:42:13.201129 | fa163eff-7e2e-356a-281c-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:16.933267 | 0.38s 2025-09-30 14:42:13.445235 | fa163eff-7e2e-356a-281c-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-09-30 14:42:13.446129 | fa163eff-7e2e-356a-281c-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:17.178274 | 0.62s 2025-09-30 14:42:13.711291 | fa163eff-7e2e-356a-281c-000000003fe3 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-09-30 14:42:13.711973 | fa163eff-7e2e-356a-281c-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:17.444121 | 0.89s 2025-09-30 14:42:13.717246 | fa163eff-7e2e-356a-281c-000000003fe3 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:17.449386 | 0.89s 2025-09-30 14:42:13.733983 | fa163eff-7e2e-356a-281c-000000003fe5 | TASK | Check Keystone admin endpoint status 2025-09-30 14:42:14.016121 | fa163eff-7e2e-356a-281c-000000003fe5 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-09-30 14:42:19.235449 | fa163eff-7e2e-356a-281c-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-09-30 14:42:19.236644 | fa163eff-7e2e-356a-281c-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:22.968786 | 5.50s 2025-09-30 14:42:19.483339 | fa163eff-7e2e-356a-281c-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-09-30 14:42:19.484303 | fa163eff-7e2e-356a-281c-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:23.216449 | 5.75s 2025-09-30 14:42:19.757449 | fa163eff-7e2e-356a-281c-000000003fe5 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-09-30 14:42:19.758848 | fa163eff-7e2e-356a-281c-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:23.490987 | 6.02s 2025-09-30 14:42:19.766731 | fa163eff-7e2e-356a-281c-000000003fe5 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:23.498870 | 6.03s 2025-09-30 14:42:19.785729 | fa163eff-7e2e-356a-281c-000000003e5d | TASK | Create Keystone internal endpoints 2025-09-30 14:42:19.888054 | fa163eff-7e2e-356a-281c-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:23.620133 | 0.10s 2025-09-30 14:42:19.905104 | fa163eff-7e2e-356a-281c-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:23.637239 | 0.12s 2025-09-30 14:42:19.923011 | fa163eff-7e2e-356a-281c-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:23.655131 | 0.14s 2025-09-30 14:42:19.949062 | 232e601a-175f-4e68-8af9-31691f80964b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:42:19.959617 | 1c9915d8-25e9-41a9-98c1-5545f33294ef | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-09-30 14:42:19.983466 | fa163eff-7e2e-356a-281c-00000000403f | TASK | Async creation of Keystone internal endpoint 2025-09-30 14:42:20.326665 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-09-30 14:42:20.330046 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:24.062173 | 0.35s 2025-09-30 14:42:20.647809 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-09-30 14:42:20.648761 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:24.380909 | 0.66s 2025-09-30 14:42:20.919400 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-09-30 14:42:20.920458 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:24.652598 | 0.94s 2025-09-30 14:42:21.208630 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-09-30 14:42:21.209488 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:24.941633 | 1.22s 2025-09-30 14:42:21.473177 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-09-30 14:42:21.473923 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.206071 | 1.49s 2025-09-30 14:42:21.709909 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-09-30 14:42:21.711402 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.443549 | 1.73s 2025-09-30 14:42:22.035855 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-09-30 14:42:22.036487 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.768636 | 2.05s 2025-09-30 14:42:22.415908 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-09-30 14:42:22.417816 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:26.149956 | 2.43s 2025-09-30 14:42:22.670884 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-09-30 14:42:22.671503 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:26.403652 | 2.69s 2025-09-30 14:42:22.953347 | fa163eff-7e2e-356a-281c-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-09-30 14:42:22.954490 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:26.686639 | 2.97s 2025-09-30 14:42:22.965579 | fa163eff-7e2e-356a-281c-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:26.697722 | 2.98s 2025-09-30 14:42:22.981879 | fa163eff-7e2e-356a-281c-000000004041 | TASK | Check Keystone internal endpoint status 2025-09-30 14:42:23.251064 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-09-30 14:42:23.251937 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:26.984083 | 0.27s 2025-09-30 14:42:23.578993 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-09-30 14:42:23.581198 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:27.313338 | 0.60s 2025-09-30 14:42:23.830220 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-09-30 14:42:23.830913 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:27.563061 | 0.85s 2025-09-30 14:42:24.101091 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-09-30 14:42:24.102341 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:27.834481 | 1.12s 2025-09-30 14:42:24.356861 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-09-30 14:42:24.358112 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:28.090250 | 1.38s 2025-09-30 14:42:24.611930 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-09-30 14:42:24.613170 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:28.345309 | 1.63s 2025-09-30 14:42:24.869318 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-09-30 14:42:24.871280 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:28.603419 | 1.89s 2025-09-30 14:42:25.141781 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-09-30 14:42:25.143452 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:28.875593 | 2.16s 2025-09-30 14:42:25.424000 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-09-30 14:42:25.426083 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:29.158221 | 2.44s 2025-09-30 14:42:25.630874 | fa163eff-7e2e-356a-281c-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-09-30 14:42:25.631774 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:29.363920 | 2.65s 2025-09-30 14:42:25.649373 | fa163eff-7e2e-356a-281c-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:29.381507 | 2.67s 2025-09-30 14:42:25.677886 | fa163eff-7e2e-356a-281c-000000004046 | TASK | Async creation of Keystone internal endpoint 2025-09-30 14:42:25.976437 | fa163eff-7e2e-356a-281c-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-09-30 14:42:25.978931 | fa163eff-7e2e-356a-281c-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:29.711057 | 0.30s 2025-09-30 14:42:26.276757 | fa163eff-7e2e-356a-281c-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-09-30 14:42:26.277767 | fa163eff-7e2e-356a-281c-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:30.009908 | 0.60s 2025-09-30 14:42:26.576465 | fa163eff-7e2e-356a-281c-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-09-30 14:42:26.577121 | fa163eff-7e2e-356a-281c-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:30.309269 | 0.90s 2025-09-30 14:42:26.581085 | fa163eff-7e2e-356a-281c-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:30.313218 | 0.90s 2025-09-30 14:42:26.602211 | fa163eff-7e2e-356a-281c-000000004048 | TASK | Check Keystone internal endpoint status 2025-09-30 14:42:26.871770 | fa163eff-7e2e-356a-281c-000000004048 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-09-30 14:42:32.159108 | fa163eff-7e2e-356a-281c-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-09-30 14:42:32.159966 | fa163eff-7e2e-356a-281c-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:35.892111 | 5.56s 2025-09-30 14:42:32.248867 | fa163eff-7e2e-356a-281c-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-09-30 14:42:32.249514 | fa163eff-7e2e-356a-281c-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:35.981663 | 5.65s 2025-09-30 14:42:32.435717 | fa163eff-7e2e-356a-281c-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-09-30 14:42:32.436891 | fa163eff-7e2e-356a-281c-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:36.169031 | 5.83s 2025-09-30 14:42:32.449748 | fa163eff-7e2e-356a-281c-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:36.181885 | 5.85s 2025-09-30 14:42:32.465509 | fa163eff-7e2e-356a-281c-0000000039aa | TASK | Run cleanup tasks 2025-09-30 14:42:32.513507 | fa163eff-7e2e-356a-281c-0000000039aa | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:36.245634 | 0.05s 2025-09-30 14:42:32.521786 | 679ff9fa-4c43-456e-9392-8523e78a3b89 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-09-30 14:42:32.594969 | fa163eff-7e2e-356a-281c-00000000409c | TASK | Get list of enabled services 2025-09-30 14:42:35.103906 | fa163eff-7e2e-356a-281c-00000000409c | CHANGED | Get list of enabled services | undercloud 2025-09-30 14:42:35.105018 | fa163eff-7e2e-356a-281c-00000000409c | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:38.837159 | 2.51s 2025-09-30 14:42:35.121142 | fa163eff-7e2e-356a-281c-00000000409d | TASK | List services to be disabled 2025-09-30 14:42:35.207379 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-09-30 14:42:35.244392 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-09-30 14:42:35.271473 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-09-30 14:42:35.299941 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-09-30 14:42:35.327213 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-09-30 14:42:35.353585 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-09-30 14:42:35.382451 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-09-30 14:42:35.409369 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-09-30 14:42:35.435450 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-09-30 14:42:35.463840 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-09-30 14:42:35.491051 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-09-30 14:42:35.515721 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-09-30 14:42:35.542700 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-09-30 14:42:35.567236 | fa163eff-7e2e-356a-281c-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-09-30 14:42:35.575205 | fa163eff-7e2e-356a-281c-00000000409d | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:39.307330 | 0.45s 2025-09-30 14:42:35.596641 | fa163eff-7e2e-356a-281c-00000000409e | TASK | Delete keystone services not enabled 2025-09-30 14:42:35.619193 | fa163eff-7e2e-356a-281c-00000000409e | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:39.351319 | 0.02s 2025-09-30 14:42:35.639238 | fa163eff-7e2e-356a-281c-0000000039ab | TASK | Create Keystone Roles 2025-09-30 14:42:35.740205 | fa163eff-7e2e-356a-281c-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:39.472335 | 0.10s 2025-09-30 14:42:35.752280 | fa163eff-7e2e-356a-281c-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:39.484414 | 0.11s 2025-09-30 14:42:35.768953 | 32e99386-7ee2-4f87-912f-a36640a6493c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-09-30 14:42:35.845991 | fa163eff-7e2e-356a-281c-000000004208 | TASK | Async creation of Keystone role 2025-09-30 14:42:36.260124 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-09-30 14:42:36.261705 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:39.993833 | 0.41s 2025-09-30 14:42:36.591007 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-09-30 14:42:36.591864 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:40.324007 | 0.74s 2025-09-30 14:42:36.845193 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-09-30 14:42:36.846422 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:40.578561 | 1.00s 2025-09-30 14:42:37.122396 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-09-30 14:42:37.123424 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:40.855562 | 1.28s 2025-09-30 14:42:37.411240 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-09-30 14:42:37.413476 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:41.145611 | 1.57s 2025-09-30 14:42:37.674287 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-09-30 14:42:37.675437 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:41.407576 | 1.83s 2025-09-30 14:42:37.962531 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-09-30 14:42:37.963367 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:41.695513 | 2.12s 2025-09-30 14:42:38.240497 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-09-30 14:42:38.242740 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:41.974885 | 2.40s 2025-09-30 14:42:38.487787 | fa163eff-7e2e-356a-281c-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-09-30 14:42:38.489199 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:42.221339 | 2.64s 2025-09-30 14:42:38.499152 | fa163eff-7e2e-356a-281c-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:42.231291 | 2.65s 2025-09-30 14:42:38.514106 | fa163eff-7e2e-356a-281c-00000000420a | TASK | Check Keystone role status 2025-09-30 14:42:38.829194 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=service 2025-09-30 14:42:38.831385 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:42.563521 | 0.32s 2025-09-30 14:42:39.056206 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-09-30 14:42:39.058581 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:42.790686 | 0.54s 2025-09-30 14:42:39.299691 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-09-30 14:42:39.302601 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:43.034699 | 0.79s 2025-09-30 14:42:39.568706 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-09-30 14:42:39.570235 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:43.302370 | 1.06s 2025-09-30 14:42:39.802453 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-09-30 14:42:39.804178 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:43.536319 | 1.29s 2025-09-30 14:42:40.020498 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-09-30 14:42:40.021881 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:43.754018 | 1.51s 2025-09-30 14:42:40.292337 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-09-30 14:42:40.293970 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:44.026114 | 1.78s 2025-09-30 14:42:40.524425 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-09-30 14:42:40.525979 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:44.258127 | 2.01s 2025-09-30 14:42:40.768162 | fa163eff-7e2e-356a-281c-00000000420a | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-09-30 14:42:40.770159 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:44.502299 | 2.26s 2025-09-30 14:42:40.781830 | fa163eff-7e2e-356a-281c-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:44.513957 | 2.27s 2025-09-30 14:42:40.801657 | fa163eff-7e2e-356a-281c-0000000039ad | TASK | Create Keystone Users 2025-09-30 14:42:40.897914 | fa163eff-7e2e-356a-281c-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:44.630028 | 0.09s 2025-09-30 14:42:40.916059 | fa163eff-7e2e-356a-281c-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:44.648195 | 0.11s 2025-09-30 14:42:40.924209 | fa163eff-7e2e-356a-281c-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:44.656340 | 0.12s 2025-09-30 14:42:40.945906 | 0a16d8a7-caa5-406b-8d5f-1ee9220fe393 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-09-30 14:42:40.959961 | f86e3e31-bda1-4296-bc6f-41b6c7643675 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-09-30 14:42:41.026294 | fa163eff-7e2e-356a-281c-00000000439c | TASK | Check password of Keystone user 2025-09-30 14:42:42.060605 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:42.062454 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:45.794587 | 1.04s 2025-09-30 14:42:42.975075 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:42.976215 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:46.708361 | 1.95s 2025-09-30 14:42:43.947291 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:43.948262 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:47.680402 | 2.92s 2025-09-30 14:42:44.914462 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:44.915105 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:48.647254 | 3.89s 2025-09-30 14:42:45.854671 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:45.856206 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:49.588346 | 4.83s 2025-09-30 14:42:46.807517 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:46.808844 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:50.540993 | 5.78s 2025-09-30 14:42:47.736087 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:47.737058 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:51.469199 | 6.71s 2025-09-30 14:42:48.644612 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:48.646349 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:52.378490 | 7.62s 2025-09-30 14:42:49.625957 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:49.626794 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:53.358938 | 8.60s 2025-09-30 14:42:50.560512 | fa163eff-7e2e-356a-281c-00000000439c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:50.562680 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:54.294817 | 9.54s 2025-09-30 14:42:50.572454 | fa163eff-7e2e-356a-281c-00000000439c | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:42:50.573243 | fa163eff-7e2e-356a-281c-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:54.305386 | 9.55s 2025-09-30 14:42:50.595368 | fa163eff-7e2e-356a-281c-00000000439e | TASK | Async creation of Keystone user 2025-09-30 14:42:51.022970 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:51.024036 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:54.756177 | 0.43s 2025-09-30 14:42:51.333291 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:51.334311 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:55.066453 | 0.74s 2025-09-30 14:42:51.670166 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:51.671113 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:55.403261 | 1.07s 2025-09-30 14:42:52.007510 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:52.008089 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:55.740238 | 1.41s 2025-09-30 14:42:52.345230 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:52.346748 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:56.078893 | 1.75s 2025-09-30 14:42:52.644324 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:52.644940 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:56.377088 | 2.05s 2025-09-30 14:42:52.971903 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:52.972702 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:56.704847 | 2.38s 2025-09-30 14:42:53.264083 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:53.264739 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:56.996886 | 2.67s 2025-09-30 14:42:53.571943 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:53.572460 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:57.304610 | 2.98s 2025-09-30 14:42:53.889593 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:53.890200 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:57.622349 | 3.29s 2025-09-30 14:42:53.893560 | fa163eff-7e2e-356a-281c-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:42:53.894521 | fa163eff-7e2e-356a-281c-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:57.626668 | 3.30s 2025-09-30 14:42:53.911668 | fa163eff-7e2e-356a-281c-0000000043a0 | TASK | Check Keystone user status 2025-09-30 14:42:54.195052 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:42:54.196044 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:57.928186 | 0.28s 2025-09-30 14:42:54.424872 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:42:54.425937 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:58.158074 | 0.51s 2025-09-30 14:42:54.687122 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:42:54.688140 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:58.420280 | 0.78s 2025-09-30 14:42:54.998522 | fa163eff-7e2e-356a-281c-0000000043a0 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-09-30 14:43:00.219997 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:00.220989 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:03.953131 | 6.31s 2025-09-30 14:43:00.458033 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:00.459484 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:04.191625 | 6.55s 2025-09-30 14:43:00.684113 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:00.686382 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:04.418524 | 6.77s 2025-09-30 14:43:00.925862 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:00.926857 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:04.658997 | 7.01s 2025-09-30 14:43:01.169493 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:01.170509 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:04.902649 | 7.26s 2025-09-30 14:43:01.416702 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:01.417638 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.149779 | 7.50s 2025-09-30 14:43:01.653413 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:01.654360 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.386501 | 7.74s 2025-09-30 14:43:01.661405 | fa163eff-7e2e-356a-281c-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:01.662415 | fa163eff-7e2e-356a-281c-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:05.394556 | 7.75s 2025-09-30 14:43:01.688582 | fa163eff-7e2e-356a-281c-0000000043a5 | TASK | Check password of Keystone user 2025-09-30 14:43:02.683663 | fa163eff-7e2e-356a-281c-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:43:02.685954 | fa163eff-7e2e-356a-281c-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:06.418084 | 1.00s 2025-09-30 14:43:03.654910 | fa163eff-7e2e-356a-281c-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:43:03.655938 | fa163eff-7e2e-356a-281c-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:07.388078 | 1.97s 2025-09-30 14:43:04.593815 | fa163eff-7e2e-356a-281c-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:43:04.594594 | fa163eff-7e2e-356a-281c-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:08.326741 | 2.90s 2025-09-30 14:43:05.526388 | fa163eff-7e2e-356a-281c-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:43:05.528412 | fa163eff-7e2e-356a-281c-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:09.260551 | 3.84s 2025-09-30 14:43:06.454502 | fa163eff-7e2e-356a-281c-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:43:06.456123 | fa163eff-7e2e-356a-281c-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:10.188264 | 4.77s 2025-09-30 14:43:07.366964 | fa163eff-7e2e-356a-281c-0000000043a5 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:43:07.367865 | fa163eff-7e2e-356a-281c-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:11.100006 | 5.68s 2025-09-30 14:43:07.374071 | fa163eff-7e2e-356a-281c-0000000043a5 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-09-30 14:43:07.375020 | fa163eff-7e2e-356a-281c-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:11.107162 | 5.68s 2025-09-30 14:43:07.394251 | fa163eff-7e2e-356a-281c-0000000043a7 | TASK | Async creation of Keystone user 2025-09-30 14:43:07.795251 | fa163eff-7e2e-356a-281c-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:43:07.797388 | fa163eff-7e2e-356a-281c-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:11.529520 | 0.40s 2025-09-30 14:43:08.118708 | fa163eff-7e2e-356a-281c-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:43:08.119391 | fa163eff-7e2e-356a-281c-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:11.851539 | 0.72s 2025-09-30 14:43:08.499578 | fa163eff-7e2e-356a-281c-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:43:08.500194 | fa163eff-7e2e-356a-281c-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:12.232343 | 1.10s 2025-09-30 14:43:08.817703 | fa163eff-7e2e-356a-281c-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:43:08.819283 | fa163eff-7e2e-356a-281c-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:12.551425 | 1.42s 2025-09-30 14:43:09.189264 | fa163eff-7e2e-356a-281c-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:43:09.189815 | fa163eff-7e2e-356a-281c-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:12.921964 | 1.79s 2025-09-30 14:43:09.475968 | fa163eff-7e2e-356a-281c-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:43:09.476497 | fa163eff-7e2e-356a-281c-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.208648 | 2.08s 2025-09-30 14:43:09.481531 | fa163eff-7e2e-356a-281c-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-09-30 14:43:09.481909 | fa163eff-7e2e-356a-281c-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.214061 | 2.09s 2025-09-30 14:43:09.496764 | fa163eff-7e2e-356a-281c-0000000043a9 | TASK | Check Keystone user status 2025-09-30 14:43:09.815130 | fa163eff-7e2e-356a-281c-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:09.816301 | fa163eff-7e2e-356a-281c-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:13.548443 | 0.32s 2025-09-30 14:43:10.066763 | fa163eff-7e2e-356a-281c-0000000043a9 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-09-30 14:43:15.289553 | fa163eff-7e2e-356a-281c-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:15.290286 | fa163eff-7e2e-356a-281c-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:19.022435 | 5.79s 2025-09-30 14:43:15.568729 | fa163eff-7e2e-356a-281c-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:15.569633 | fa163eff-7e2e-356a-281c-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:19.301775 | 6.07s 2025-09-30 14:43:15.821906 | fa163eff-7e2e-356a-281c-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:15.823516 | fa163eff-7e2e-356a-281c-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:19.555658 | 6.33s 2025-09-30 14:43:16.086470 | fa163eff-7e2e-356a-281c-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:16.088496 | fa163eff-7e2e-356a-281c-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:19.820631 | 6.59s 2025-09-30 14:43:16.351632 | fa163eff-7e2e-356a-281c-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:16.353235 | fa163eff-7e2e-356a-281c-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:20.085369 | 6.86s 2025-09-30 14:43:16.363362 | fa163eff-7e2e-356a-281c-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-09-30 14:43:16.364435 | fa163eff-7e2e-356a-281c-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:20.096575 | 6.87s 2025-09-30 14:43:16.385506 | fa163eff-7e2e-356a-281c-0000000039af | TASK | Assign Keystone Users to Roles 2025-09-30 14:43:16.474266 | fa163eff-7e2e-356a-281c-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:20.206394 | 0.09s 2025-09-30 14:43:16.495528 | fa163eff-7e2e-356a-281c-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:20.227677 | 0.11s 2025-09-30 14:43:16.515238 | fa163eff-7e2e-356a-281c-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:20.247388 | 0.13s 2025-09-30 14:43:16.521119 | fa163eff-7e2e-356a-281c-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:20.253251 | 0.13s 2025-09-30 14:43:16.536103 | 6ac8c259-31f5-4d10-84fe-cda9c544907f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 14:43:16.543106 | b876dca5-242e-40de-b188-61f3a8c7997d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 14:43:16.548838 | 522a070b-3d32-4d1c-bcd2-192c424d70c3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-09-30 14:43:16.618494 | fa163eff-7e2e-356a-281c-00000000459c | TASK | Async assignment of Keystone user per role 2025-09-30 14:43:16.721741 | fa163eff-7e2e-356a-281c-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:20.453874 | 0.10s 2025-09-30 14:43:16.740135 | fa163eff-7e2e-356a-281c-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:20.472284 | 0.12s 2025-09-30 14:43:16.753510 | fa163eff-7e2e-356a-281c-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:20.485643 | 0.13s 2025-09-30 14:43:16.770424 | 283fbde7-3589-44c4-95ca-246b58d2d41b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 14:43:16.780149 | 13fb304b-674a-40c7-851e-5b014ba0608a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 14:43:16.803935 | fa163eff-7e2e-356a-281c-000000004765 | TASK | Async assignment of Keystone user to roles 2025-09-30 14:43:17.152880 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-09-30 14:43:17.154464 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.886592 | 0.35s 2025-09-30 14:43:17.488994 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-09-30 14:43:17.489660 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.221809 | 0.68s 2025-09-30 14:43:17.818912 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-09-30 14:43:17.819559 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.551694 | 1.01s 2025-09-30 14:43:18.095629 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-09-30 14:43:18.096188 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.828337 | 1.29s 2025-09-30 14:43:18.376184 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-09-30 14:43:18.378090 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:22.110226 | 1.57s 2025-09-30 14:43:18.678102 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-09-30 14:43:18.679304 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:22.411454 | 1.87s 2025-09-30 14:43:19.027584 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-09-30 14:43:19.028146 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:22.760294 | 2.22s 2025-09-30 14:43:19.303864 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-09-30 14:43:19.304450 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:23.036598 | 2.50s 2025-09-30 14:43:19.585404 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-09-30 14:43:19.586365 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:23.318513 | 2.78s 2025-09-30 14:43:19.906740 | fa163eff-7e2e-356a-281c-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-09-30 14:43:19.908745 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:23.640892 | 3.10s 2025-09-30 14:43:19.919940 | fa163eff-7e2e-356a-281c-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:23.652077 | 3.11s 2025-09-30 14:43:19.941746 | fa163eff-7e2e-356a-281c-000000004767 | TASK | Check Keystone user assignment to roles status 2025-09-30 14:43:20.171435 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-09-30 14:43:20.172644 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:23.904782 | 0.23s 2025-09-30 14:43:20.359018 | fa163eff-7e2e-356a-281c-000000004767 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 14:43:25.578003 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-09-30 14:43:25.579962 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:29.312096 | 5.64s 2025-09-30 14:43:25.845724 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-09-30 14:43:25.846385 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:29.578534 | 5.90s 2025-09-30 14:43:26.042302 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-09-30 14:43:26.044262 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:29.776402 | 6.10s 2025-09-30 14:43:26.268760 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-09-30 14:43:26.269927 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:30.002075 | 6.33s 2025-09-30 14:43:26.517831 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-09-30 14:43:26.518412 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:30.250561 | 6.57s 2025-09-30 14:43:26.750032 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-09-30 14:43:26.751308 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:30.483456 | 6.81s 2025-09-30 14:43:26.971717 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-09-30 14:43:26.972860 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:30.705000 | 7.03s 2025-09-30 14:43:27.208859 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-09-30 14:43:27.210798 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:30.942939 | 7.27s 2025-09-30 14:43:27.425720 | fa163eff-7e2e-356a-281c-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-09-30 14:43:27.426853 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:31.158992 | 7.48s 2025-09-30 14:43:27.443739 | fa163eff-7e2e-356a-281c-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:31.175865 | 7.50s 2025-09-30 14:43:27.472923 | fa163eff-7e2e-356a-281c-00000000476c | TASK | Async assignment of Keystone user to roles 2025-09-30 14:43:27.812054 | fa163eff-7e2e-356a-281c-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-09-30 14:43:27.814509 | fa163eff-7e2e-356a-281c-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:31.546633 | 0.34s 2025-09-30 14:43:28.135278 | fa163eff-7e2e-356a-281c-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-09-30 14:43:28.135807 | fa163eff-7e2e-356a-281c-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:31.867957 | 0.66s 2025-09-30 14:43:28.459643 | fa163eff-7e2e-356a-281c-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-09-30 14:43:28.460163 | fa163eff-7e2e-356a-281c-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.192313 | 0.99s 2025-09-30 14:43:28.771090 | fa163eff-7e2e-356a-281c-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-09-30 14:43:28.771650 | fa163eff-7e2e-356a-281c-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.503800 | 1.30s 2025-09-30 14:43:29.043378 | fa163eff-7e2e-356a-281c-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-09-30 14:43:29.043953 | fa163eff-7e2e-356a-281c-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:32.776103 | 1.57s 2025-09-30 14:43:29.321250 | fa163eff-7e2e-356a-281c-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-09-30 14:43:29.323001 | fa163eff-7e2e-356a-281c-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:33.055143 | 1.85s 2025-09-30 14:43:29.333138 | fa163eff-7e2e-356a-281c-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:33.065284 | 1.86s 2025-09-30 14:43:29.350777 | fa163eff-7e2e-356a-281c-00000000476e | TASK | Check Keystone user assignment to roles status 2025-09-30 14:43:29.581137 | fa163eff-7e2e-356a-281c-00000000476e | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 14:43:34.793536 | fa163eff-7e2e-356a-281c-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-09-30 14:43:34.795746 | fa163eff-7e2e-356a-281c-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:38.527881 | 5.44s 2025-09-30 14:43:35.056827 | fa163eff-7e2e-356a-281c-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-09-30 14:43:35.059429 | fa163eff-7e2e-356a-281c-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:38.791564 | 5.71s 2025-09-30 14:43:35.295349 | fa163eff-7e2e-356a-281c-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-09-30 14:43:35.296057 | fa163eff-7e2e-356a-281c-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.028205 | 5.94s 2025-09-30 14:43:35.574428 | fa163eff-7e2e-356a-281c-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-09-30 14:43:35.576836 | fa163eff-7e2e-356a-281c-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.308970 | 6.22s 2025-09-30 14:43:35.824633 | fa163eff-7e2e-356a-281c-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-09-30 14:43:35.826081 | fa163eff-7e2e-356a-281c-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.558220 | 6.47s 2025-09-30 14:43:36.037959 | fa163eff-7e2e-356a-281c-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-09-30 14:43:36.039697 | fa163eff-7e2e-356a-281c-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.771837 | 6.69s 2025-09-30 14:43:36.050993 | fa163eff-7e2e-356a-281c-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:39.783143 | 6.70s 2025-09-30 14:43:36.066979 | fa163eff-7e2e-356a-281c-0000000045a1 | TASK | Async assignment of Keystone user per role 2025-09-30 14:43:36.149771 | fa163eff-7e2e-356a-281c-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:39.881894 | 0.08s 2025-09-30 14:43:36.161933 | fa163eff-7e2e-356a-281c-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:39.894067 | 0.09s 2025-09-30 14:43:36.175930 | 636badc3-6840-47d6-a4a9-584477113a6e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 14:43:36.201884 | fa163eff-7e2e-356a-281c-0000000047d2 | TASK | Async assignment of Keystone user to roles 2025-09-30 14:43:36.549954 | fa163eff-7e2e-356a-281c-0000000047d2 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-09-30 14:43:36.551640 | fa163eff-7e2e-356a-281c-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.283771 | 0.35s 2025-09-30 14:43:36.560018 | fa163eff-7e2e-356a-281c-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.292169 | 0.36s 2025-09-30 14:43:36.574389 | fa163eff-7e2e-356a-281c-0000000047d4 | TASK | Check Keystone user assignment to roles status 2025-09-30 14:43:36.822465 | fa163eff-7e2e-356a-281c-0000000047d4 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 14:43:42.037391 | fa163eff-7e2e-356a-281c-0000000047d4 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-09-30 14:43:42.038593 | fa163eff-7e2e-356a-281c-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:45.770734 | 5.46s 2025-09-30 14:43:42.042313 | fa163eff-7e2e-356a-281c-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:45.774453 | 5.47s 2025-09-30 14:43:42.061515 | fa163eff-7e2e-356a-281c-0000000045a6 | TASK | Async assignment of Keystone user per role 2025-09-30 14:43:42.157001 | fa163eff-7e2e-356a-281c-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:45.889132 | 0.09s 2025-09-30 14:43:42.162470 | fa163eff-7e2e-356a-281c-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:45.894602 | 0.10s 2025-09-30 14:43:42.176242 | 42fe2510-b339-40d1-9dc9-ea514ebe8552 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-09-30 14:43:42.201831 | fa163eff-7e2e-356a-281c-0000000047f6 | TASK | Async assignment of Keystone user to roles 2025-09-30 14:43:42.569695 | fa163eff-7e2e-356a-281c-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-09-30 14:43:42.572074 | fa163eff-7e2e-356a-281c-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.304204 | 0.37s 2025-09-30 14:43:42.868640 | fa163eff-7e2e-356a-281c-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-09-30 14:43:42.869611 | fa163eff-7e2e-356a-281c-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.601753 | 0.67s 2025-09-30 14:43:43.207251 | fa163eff-7e2e-356a-281c-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-09-30 14:43:43.208492 | fa163eff-7e2e-356a-281c-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.940636 | 1.00s 2025-09-30 14:43:43.218523 | fa163eff-7e2e-356a-281c-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:46.950666 | 1.01s 2025-09-30 14:43:43.233455 | fa163eff-7e2e-356a-281c-0000000047f8 | TASK | Check Keystone user assignment to roles status 2025-09-30 14:43:43.519276 | fa163eff-7e2e-356a-281c-0000000047f8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-09-30 14:43:48.748034 | fa163eff-7e2e-356a-281c-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-09-30 14:43:48.750706 | fa163eff-7e2e-356a-281c-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:52.482840 | 5.52s 2025-09-30 14:43:48.995144 | fa163eff-7e2e-356a-281c-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-09-30 14:43:48.997588 | fa163eff-7e2e-356a-281c-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:52.729733 | 5.76s 2025-09-30 14:43:49.258280 | fa163eff-7e2e-356a-281c-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-09-30 14:43:49.259383 | fa163eff-7e2e-356a-281c-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:52.991525 | 6.03s 2025-09-30 14:43:49.266944 | fa163eff-7e2e-356a-281c-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:52.999077 | 6.03s 2025-09-30 14:43:49.301693 | fa163eff-7e2e-356a-281c-000000003975 | TASK | is Keystone LDAP enabled 2025-09-30 14:43:49.350565 | fa163eff-7e2e-356a-281c-000000003975 | OK | is Keystone LDAP enabled | undercloud 2025-09-30 14:43:49.351586 | fa163eff-7e2e-356a-281c-000000003975 | TIMING | is Keystone LDAP enabled | undercloud | 0:24:53.083731 | 0.05s 2025-09-30 14:43:49.367419 | fa163eff-7e2e-356a-281c-000000003976 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-09-30 14:43:49.426444 | fa163eff-7e2e-356a-281c-000000003976 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-09-30 14:43:49.427944 | fa163eff-7e2e-356a-281c-000000003976 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:53.160086 | 0.06s 2025-09-30 14:43:49.445972 | fa163eff-7e2e-356a-281c-000000003977 | TASK | Manage Keystone domains from LDAP config 2025-09-30 14:43:49.514891 | fa163eff-7e2e-356a-281c-000000003977 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-09-30 14:43:49.516182 | fa163eff-7e2e-356a-281c-000000003977 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:53.248321 | 0.07s PLAY [Deploy step tasks for 4] ************************************************* 2025-09-30 14:43:49.645679 | fa163eff-7e2e-356a-281c-0000000000e2 | TASK | Deploy step tasks for 4 2025-09-30 14:43:49.675892 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000e2') missing from stats 2025-09-30 14:43:49.700535 | fa163eff-7e2e-356a-281c-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-09-30 14:43:50.223924 | fa163eff-7e2e-356a-281c-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-09-30 14:43:50.225511 | fa163eff-7e2e-356a-281c-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:53.957644 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:43:50.299439 | fa163eff-7e2e-356a-281c-0000000000e4 | TIMING | include_tasks | standalone | 0:24:54.031565 | 0.04s 2025-09-30 14:43:50.348736 | f9aabae9-76ce-42fe-a592-205a5dc4ba61 | INCLUDED | /root/standalone-ansible-44vyqawn/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-09-30 14:43:50.377038 | fa163eff-7e2e-356a-281c-00000000483a | TASK | Create virtqemud recovery script 2025-09-30 14:43:50.931492 | fa163eff-7e2e-356a-281c-00000000483a | CHANGED | Create virtqemud recovery script | standalone 2025-09-30 14:43:50.932811 | fa163eff-7e2e-356a-281c-00000000483a | TIMING | Create virtqemud recovery script | standalone | 0:24:54.664950 | 0.55s 2025-09-30 14:43:50.960894 | fa163eff-7e2e-356a-281c-00000000483b | TASK | Create virtqemud recovery trigger service 2025-09-30 14:43:51.446779 | fa163eff-7e2e-356a-281c-00000000483b | CHANGED | Create virtqemud recovery trigger service | standalone 2025-09-30 14:43:51.448013 | fa163eff-7e2e-356a-281c-00000000483b | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:55.180149 | 0.49s 2025-09-30 14:43:51.471665 | fa163eff-7e2e-356a-281c-00000000483c | TASK | Create virtqemud recovery trigger timer 2025-09-30 14:43:51.988780 | fa163eff-7e2e-356a-281c-00000000483c | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-09-30 14:43:51.990309 | fa163eff-7e2e-356a-281c-00000000483c | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:55.722447 | 0.52s 2025-09-30 14:43:52.019805 | fa163eff-7e2e-356a-281c-00000000483d | TASK | Enable virtqemud recovery trigger service 2025-09-30 14:43:53.236074 | fa163eff-7e2e-356a-281c-00000000483d | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-09-30 14:43:53.237753 | fa163eff-7e2e-356a-281c-00000000483d | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:56.969896 | 1.22s 2025-09-30 14:43:53.268192 | fa163eff-7e2e-356a-281c-00000000483e | TASK | Enable virtqemud recovery trigger timer 2025-09-30 14:43:54.333219 | fa163eff-7e2e-356a-281c-00000000483e | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-09-30 14:43:54.334812 | fa163eff-7e2e-356a-281c-00000000483e | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:58.066951 | 1.06s 2025-09-30 14:43:54.364918 | fa163eff-7e2e-356a-281c-00000000483f | TASK | Really enable virtqemud recovery trigger timer 2025-09-30 14:43:54.997532 | fa163eff-7e2e-356a-281c-00000000483f | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-09-30 14:43:54.998875 | fa163eff-7e2e-356a-281c-00000000483f | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:58.731014 | 0.63s 2025-09-30 14:43:55.028508 | fa163eff-7e2e-356a-281c-000000004841 | TASK | Create systemd file 2025-09-30 14:43:55.516459 | fa163eff-7e2e-356a-281c-000000004841 | CHANGED | Create systemd file | standalone 2025-09-30 14:43:55.517821 | fa163eff-7e2e-356a-281c-000000004841 | TIMING | Create systemd file | standalone | 0:24:59.249957 | 0.49s 2025-09-30 14:43:55.546935 | fa163eff-7e2e-356a-281c-000000004842 | TASK | Reload systemd 2025-09-30 14:43:56.293462 | fa163eff-7e2e-356a-281c-000000004842 | CHANGED | Reload systemd | standalone 2025-09-30 14:43:56.296599 | fa163eff-7e2e-356a-281c-000000004842 | TIMING | Reload systemd | standalone | 0:25:00.028734 | 0.75s 2025-09-30 14:43:56.328496 | fa163eff-7e2e-356a-281c-000000004845 | TASK | Start OVN container 2025-09-30 14:43:56.393075 | fa163eff-7e2e-356a-281c-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-09-30 14:43:56.418522 | fa163eff-7e2e-356a-281c-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-09-30 14:43:56.435763 | fa163eff-7e2e-356a-281c-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-09-30 14:43:56.445143 | fa163eff-7e2e-356a-281c-000000004845 | TIMING | Start OVN container | standalone | 0:25:00.177273 | 0.11s 2025-09-30 14:43:56.474917 | fa163eff-7e2e-356a-281c-000000004847 | TASK | Set NB connection 2025-09-30 14:43:56.525417 | fa163eff-7e2e-356a-281c-000000004847 | SKIPPED | Set NB connection | standalone 2025-09-30 14:43:56.527377 | fa163eff-7e2e-356a-281c-000000004847 | TIMING | Set NB connection | standalone | 0:25:00.259511 | 0.05s 2025-09-30 14:43:56.555890 | fa163eff-7e2e-356a-281c-000000004848 | TASK | Set SB connection 2025-09-30 14:43:56.606382 | fa163eff-7e2e-356a-281c-000000004848 | SKIPPED | Set SB connection | standalone 2025-09-30 14:43:56.607742 | fa163eff-7e2e-356a-281c-000000004848 | TIMING | Set SB connection | standalone | 0:25:00.339878 | 0.05s 2025-09-30 14:43:56.636151 | fa163eff-7e2e-356a-281c-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-09-30 14:43:56.877635 | fa163eff-7e2e-356a-281c-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-09-30 14:43:56.879183 | fa163eff-7e2e-356a-281c-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:25:00.611320 | 0.24s 2025-09-30 14:43:57.008583 | fa163eff-7e2e-356a-281c-0000000000e7 | TIMING | include_tasks | standalone | 0:25:00.740680 | 0.10s 2025-09-30 14:43:57.047161 | 6de0afdc-a3da-49c9-897a-65881d4bd840 | INCLUDED | /root/standalone-ansible-44vyqawn/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:43:57.074972 | fa163eff-7e2e-356a-281c-000000004877 | TASK | Write the config_step hieradata 2025-09-30 14:43:57.523853 | fa163eff-7e2e-356a-281c-000000004877 | OK | Write the config_step hieradata | standalone 2025-09-30 14:43:57.524968 | fa163eff-7e2e-356a-281c-000000004877 | TIMING | Write the config_step hieradata | standalone | 0:25:01.257106 | 0.45s 2025-09-30 14:43:57.548661 | fa163eff-7e2e-356a-281c-000000004878 | TASK | Run puppet host configuration for step 4 2025-09-30 14:43:57.810672 | fa163eff-7e2e-356a-281c-000000004878 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-09-30 14:43:57.811570 | fa163eff-7e2e-356a-281c-000000004878 | TIMING | Run puppet host configuration for step 4 | standalone | 0:25:01.543699 | 0.26s 2025-09-30 14:43:57.833639 | fa163eff-7e2e-356a-281c-000000004879 | TASK | Wait for puppet host configuration to finish 2025-09-30 14:43:58.061258 | fa163eff-7e2e-356a-281c-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:44:08.281614 | fa163eff-7e2e-356a-281c-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:44:18.478807 | fa163eff-7e2e-356a-281c-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-09-30 14:44:28.720171 | fa163eff-7e2e-356a-281c-000000004879 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:44:28.721970 | fa163eff-7e2e-356a-281c-000000004879 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:32.454107 | 30.89s 2025-09-30 14:44:28.752957 | fa163eff-7e2e-356a-281c-00000000487a | TASK | Debug output for task: Run puppet host configuration for step 4 2025-09-30 14:44:28.847387 | fa163eff-7e2e-356a-281c-00000000487a | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Sep 30 14:43:57 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:44:04 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:44:04 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:44:04 puppet-user: (file & line not available)", "<13>Sep 30 14:44:04 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 14:44:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:44:04 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>Sep 30 14:44:04 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Sep 30 14:44:04 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Sep 30 14:44:04 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>Sep 30 14:44:04 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>Sep 30 14:44:04 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>Sep 30 14:44:04 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>Sep 30 14:44:04 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>Sep 30 14:44:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:44:04 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.57 seconds", "<13>Sep 30 14:44:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 14:44:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 14:44:17 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Sep 30 14:44:17 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}c0d1a81f3ae5144cd6cf6a4d60dcbd4b61d249a240704a8e1941de33615e8d1c'", "<13>Sep 30 14:44:17 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Sep 30 14:44:17 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Sep 30 14:44:17 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Sep 30 14:44:17 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Sep 30 14:44:18 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:44:23 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Sep 30 14:44:25 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Sep 30 14:44:25 puppet-user: Notice: Applied catalog in 20.22 seconds", "<13>Sep 30 14:44:25 puppet-user: Application:", "<13>Sep 30 14:44:25 puppet-user: Initial environment: production", "<13>Sep 30 14:44:25 puppet-user: Converged environment: production", "<13>Sep 30 14:44:25 puppet-user: Run mode: user", "<13>Sep 30 14:44:25 puppet-user: Changes:", "<13>Sep 30 14:44:25 puppet-user: Total: 10", "<13>Sep 30 14:44:25 puppet-user: Events:", "<13>Sep 30 14:44:25 puppet-user: Success: 10", "<13>Sep 30 14:44:25 puppet-user: Resources:", "<13>Sep 30 14:44:25 puppet-user: Restarted: 1", "<13>Sep 30 14:44:25 puppet-user: Changed: 10", "<13>Sep 30 14:44:25 puppet-user: Out of sync: 10", "<13>Sep 30 14:44:25 puppet-user: Total: 37", "<13>Sep 30 14:44:25 puppet-user: Time:", "<13>Sep 30 14:44:25 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:44:25 puppet-user: Schedule: 0.00", "<13>Sep 30 14:44:25 puppet-user: File line: 0.00", "<13>Sep 30 14:44:25 puppet-user: Augeas: 0.01", "<13>Sep 30 14:44:25 puppet-user: User: 0.01", "<13>Sep 30 14:44:25 puppet-user: File: 0.10", "<13>Sep 30 14:44:25 puppet-user: Config retrieval: 0.68", "<13>Sep 30 14:44:25 puppet-user: Service: 1.43", "<13>Sep 30 14:44:25 puppet-user: Pcmk property: 1.52", "<13>Sep 30 14:44:25 puppet-user: Last run: 1759243465", "<13>Sep 30 14:44:25 puppet-user: Pcmk resource default: 2.15", "<13>Sep 30 14:44:25 puppet-user: Pcmk resource op default: 2.18", "<13>Sep 30 14:44:25 puppet-user: Transaction evaluation: 20.20", "<13>Sep 30 14:44:25 puppet-user: Catalog application: 20.22", "<13>Sep 30 14:44:25 puppet-user: Package: 5.48", "<13>Sep 30 14:44:25 puppet-user: Exec: 7.11", "<13>Sep 30 14:44:25 puppet-user: Total: 20.23", "<13>Sep 30 14:44:25 puppet-user: Version:", "<13>Sep 30 14:44:25 puppet-user: Config: 1759243444", "<13>Sep 30 14:44:25 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:44:28.848858 | fa163eff-7e2e-356a-281c-00000000487a | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:32.580974 | 0.09s 2025-09-30 14:44:28.877439 | fa163eff-7e2e-356a-281c-00000000487b | TASK | Pre-cache facts for puppet containers 2025-09-30 14:44:28.906963 | fa163eff-7e2e-356a-281c-00000000487b | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:32.639088 | 0.03s 2025-09-30 14:44:28.974696 | fa163eff-7e2e-356a-281c-0000000048bc | TASK | Gather variables for each operating system 2025-09-30 14:44:29.100800 | fa163eff-7e2e-356a-281c-0000000048bc | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:32.832936 | 0.12s 2025-09-30 14:44:29.120109 | fa163eff-7e2e-356a-281c-0000000048bd | TASK | Create puppet caching structures 2025-09-30 14:44:29.382977 | fa163eff-7e2e-356a-281c-0000000048bd | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:44:29.384418 | fa163eff-7e2e-356a-281c-0000000048bd | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:33.116556 | 0.26s 2025-09-30 14:44:29.413620 | fa163eff-7e2e-356a-281c-0000000048be | TASK | Check for facter.conf 2025-09-30 14:44:29.657320 | fa163eff-7e2e-356a-281c-0000000048be | OK | Check for facter.conf | standalone 2025-09-30 14:44:29.658952 | fa163eff-7e2e-356a-281c-0000000048be | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:33.391088 | 0.24s 2025-09-30 14:44:29.689247 | fa163eff-7e2e-356a-281c-0000000048bf | TASK | Remove facter.conf if directory 2025-09-30 14:44:29.734730 | fa163eff-7e2e-356a-281c-0000000048bf | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:44:29.735905 | fa163eff-7e2e-356a-281c-0000000048bf | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:33.468042 | 0.04s 2025-09-30 14:44:29.766964 | fa163eff-7e2e-356a-281c-0000000048c0 | TASK | Write facter cache config 2025-09-30 14:44:30.271566 | fa163eff-7e2e-356a-281c-0000000048c0 | CHANGED | Write facter cache config | standalone 2025-09-30 14:44:30.272457 | fa163eff-7e2e-356a-281c-0000000048c0 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:34.004601 | 0.50s 2025-09-30 14:44:30.294734 | fa163eff-7e2e-356a-281c-0000000048c1 | TASK | Cleanup facter cache if exists 2025-09-30 14:44:30.527979 | fa163eff-7e2e-356a-281c-0000000048c1 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 14:44:30.528798 | fa163eff-7e2e-356a-281c-0000000048c1 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:34.260944 | 0.23s 2025-09-30 14:44:30.550766 | fa163eff-7e2e-356a-281c-0000000048c2 | TASK | Pre-cache facts 2025-09-30 14:44:31.125308 | fa163eff-7e2e-356a-281c-0000000048c2 | CHANGED | Pre-cache facts | standalone 2025-09-30 14:44:31.126670 | fa163eff-7e2e-356a-281c-0000000048c2 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:34.858808 | 0.57s 2025-09-30 14:44:31.158097 | fa163eff-7e2e-356a-281c-0000000048c3 | TASK | Failed deployment if facter fails 2025-09-30 14:44:31.192141 | fa163eff-7e2e-356a-281c-0000000048c3 | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:44:31.193358 | fa163eff-7e2e-356a-281c-0000000048c3 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:34.925495 | 0.03s 2025-09-30 14:44:31.240361 | fa163eff-7e2e-356a-281c-0000000048c4 | TASK | Sync cached facts 2025-09-30 14:44:31.569533 | fa163eff-7e2e-356a-281c-0000000048c4 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-7e2e-356a-281c-0000000048c4') missing from stats 2025-09-30 14:44:31.609968 | fa163eff-7e2e-356a-281c-00000000487c | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:44:31.657389 | fa163eff-7e2e-356a-281c-00000000487c | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 14:44:31.658718 | fa163eff-7e2e-356a-281c-00000000487c | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:35.390853 | 0.05s 2025-09-30 14:44:31.689852 | fa163eff-7e2e-356a-281c-00000000487e | TASK | Manage containers for step 4 with tripleo-ansible 2025-09-30 14:44:31.718705 | fa163eff-7e2e-356a-281c-00000000487e | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:35.450832 | 0.03s 2025-09-30 14:44:31.786494 | fa163eff-7e2e-356a-281c-00000000491b | TASK | Gather variables for each operating system 2025-09-30 14:44:31.907455 | fa163eff-7e2e-356a-281c-00000000491b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:35.639579 | 0.12s 2025-09-30 14:44:31.932135 | fa163eff-7e2e-356a-281c-00000000491c | TASK | Create container logs path 2025-09-30 14:44:32.189857 | fa163eff-7e2e-356a-281c-00000000491c | OK | Create container logs path | standalone 2025-09-30 14:44:32.191224 | fa163eff-7e2e-356a-281c-00000000491c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:35.923363 | 0.26s 2025-09-30 14:44:32.224185 | fa163eff-7e2e-356a-281c-00000000491e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:44:32.539981 | fa163eff-7e2e-356a-281c-00000000491e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 14:44:32.541296 | fa163eff-7e2e-356a-281c-00000000491e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:36.273433 | 0.32s 2025-09-30 14:44:32.574244 | fa163eff-7e2e-356a-281c-00000000491f | TASK | Finalise hashes for all containers 2025-09-30 14:44:32.673714 | fa163eff-7e2e-356a-281c-00000000491f | OK | Finalise hashes for all containers | standalone 2025-09-30 14:44:32.675114 | fa163eff-7e2e-356a-281c-00000000491f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:36.407251 | 0.10s 2025-09-30 14:44:32.706476 | fa163eff-7e2e-356a-281c-000000004921 | TASK | Manage systemd shutdown files 2025-09-30 14:44:32.749072 | fa163eff-7e2e-356a-281c-000000004921 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:36.481186 | 0.04s 2025-09-30 14:44:32.799482 | 3c7946f7-3929-4098-a9f6-5c4e2875411d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:44:32.844458 | fa163eff-7e2e-356a-281c-000000004954 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:44:33.106350 | fa163eff-7e2e-356a-281c-000000004954 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:44:33.108074 | fa163eff-7e2e-356a-281c-000000004954 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:36.840208 | 0.26s 2025-09-30 14:44:33.144968 | fa163eff-7e2e-356a-281c-000000004955 | TASK | Set podman_drop_in fact 2025-09-30 14:44:33.208250 | fa163eff-7e2e-356a-281c-000000004955 | OK | Set podman_drop_in fact | standalone 2025-09-30 14:44:33.209641 | fa163eff-7e2e-356a-281c-000000004955 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:36.941778 | 0.06s 2025-09-30 14:44:33.239285 | fa163eff-7e2e-356a-281c-000000004957 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:44:33.790300 | fa163eff-7e2e-356a-281c-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:44:33.792497 | fa163eff-7e2e-356a-281c-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:37.524619 | 0.55s 2025-09-30 14:44:34.306237 | fa163eff-7e2e-356a-281c-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:44:34.306897 | fa163eff-7e2e-356a-281c-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:38.039046 | 1.07s 2025-09-30 14:44:34.312790 | fa163eff-7e2e-356a-281c-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:38.044925 | 1.07s 2025-09-30 14:44:34.342927 | fa163eff-7e2e-356a-281c-000000004958 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:44:34.859051 | fa163eff-7e2e-356a-281c-000000004958 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:44:34.860868 | fa163eff-7e2e-356a-281c-000000004958 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:38.593010 | 0.51s 2025-09-30 14:44:34.884074 | fa163eff-7e2e-356a-281c-000000004959 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:44:35.402577 | fa163eff-7e2e-356a-281c-000000004959 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:44:35.404074 | fa163eff-7e2e-356a-281c-000000004959 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:39.136210 | 0.52s 2025-09-30 14:44:35.434645 | fa163eff-7e2e-356a-281c-00000000495a | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:44:36.191080 | fa163eff-7e2e-356a-281c-00000000495a | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:44:36.193099 | fa163eff-7e2e-356a-281c-00000000495a | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:39.925237 | 0.76s 2025-09-30 14:44:36.222858 | fa163eff-7e2e-356a-281c-00000000495b | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:44:36.764659 | fa163eff-7e2e-356a-281c-00000000495b | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:44:36.766166 | fa163eff-7e2e-356a-281c-00000000495b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:40.498302 | 0.54s 2025-09-30 14:44:36.799264 | fa163eff-7e2e-356a-281c-00000000495c | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:44:37.275238 | fa163eff-7e2e-356a-281c-00000000495c | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:44:37.276024 | fa163eff-7e2e-356a-281c-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:41.008172 | 0.47s 2025-09-30 14:44:37.295404 | fa163eff-7e2e-356a-281c-00000000495d | TASK | Enable and start netns-placeholder 2025-09-30 14:44:38.156680 | fa163eff-7e2e-356a-281c-00000000495d | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:44:38.159081 | fa163eff-7e2e-356a-281c-00000000495d | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:41.891216 | 0.86s 2025-09-30 14:44:38.195006 | fa163eff-7e2e-356a-281c-000000004923 | TASK | Update container configs with new config hashes 2025-09-30 14:44:38.263629 | fa163eff-7e2e-356a-281c-000000004923 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:41.995747 | 0.07s 2025-09-30 14:44:38.285992 | de48f9f4-fc4a-4316-9993-593e10f21466 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:44:38.327611 | fa163eff-7e2e-356a-281c-000000004985 | TASK | Update config hashes for container startup configs 2025-09-30 14:44:38.610158 | fa163eff-7e2e-356a-281c-000000004985 | OK | Update config hashes for container startup configs | standalone 2025-09-30 14:44:38.611531 | fa163eff-7e2e-356a-281c-000000004985 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:42.343668 | 0.28s 2025-09-30 14:44:38.645004 | fa163eff-7e2e-356a-281c-000000004924 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:44:38.709205 | fa163eff-7e2e-356a-281c-000000004924 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:42.441331 | 0.06s 2025-09-30 14:44:38.732903 | 858c78ed-b715-406f-83ff-8e752edd832f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:44:38.770995 | fa163eff-7e2e-356a-281c-0000000049a4 | TASK | Gather podman infos 2025-09-30 14:44:40.407527 | fa163eff-7e2e-356a-281c-0000000049a4 | OK | Gather podman infos | standalone 2025-09-30 14:44:40.408803 | fa163eff-7e2e-356a-281c-0000000049a4 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:44.140943 | 1.64s 2025-09-30 14:44:40.510119 | fa163eff-7e2e-356a-281c-0000000049a5 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:44:40.602919 | fa163eff-7e2e-356a-281c-0000000049a5 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:44.335047 | 0.09s 2025-09-30 14:44:40.786077 | fa163eff-7e2e-356a-281c-0000000049ee | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:44.518203 | 0.13s 2025-09-30 14:44:40.844740 | fa163eff-7e2e-356a-281c-000000004925 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:44:40.907609 | fa163eff-7e2e-356a-281c-000000004925 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:44.639695 | 0.06s 2025-09-30 14:44:40.930760 | ebf9216a-0aca-41e3-ad5f-751e0ef3bea1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:44:40.967470 | fa163eff-7e2e-356a-281c-000000004a14 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:45:01.866379 | fa163eff-7e2e-356a-281c-000000004a14 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 14:45:01.868003 | fa163eff-7e2e-356a-281c-000000004a14 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:05.600137 | 20.90s 2025-09-30 14:45:01.901049 | fa163eff-7e2e-356a-281c-000000004a15 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-09-30 14:47:12.317881 | fa163eff-7e2e-356a-281c-000000004a15 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-09-30 14:47:12.319672 | fa163eff-7e2e-356a-281c-000000004a15 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:28:16.051808 | 130.42s 2025-09-30 14:47:12.395234 | fa163eff-7e2e-356a-281c-000000004880 | TASK | Clean container_puppet_tasks for standalone step 4 2025-09-30 14:47:12.606648 | fa163eff-7e2e-356a-281c-000000004880 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-09-30 14:47:12.607646 | fa163eff-7e2e-356a-281c-000000004880 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:16.339791 | 0.21s 2025-09-30 14:47:12.655589 | fa163eff-7e2e-356a-281c-000000004881 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-09-30 14:47:12.685951 | fa163eff-7e2e-356a-281c-000000004881 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:16.418074 | 0.03s 2025-09-30 14:47:12.717192 | fa163eff-7e2e-356a-281c-000000004882 | TASK | Include container-puppet tasks for step 4 2025-09-30 14:47:12.748655 | fa163eff-7e2e-356a-281c-000000004882 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:16.480783 | 0.03s 2025-09-30 14:47:12.774754 | e105c2f3-3f3a-4504-bbc2-d8491085e4c6 | INCLUDED | /root/standalone-ansible-44vyqawn/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:47:12.823004 | fa163eff-7e2e-356a-281c-000000004a60 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-09-30 14:47:13.329008 | fa163eff-7e2e-356a-281c-000000004a60 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-09-30 14:47:13.330247 | fa163eff-7e2e-356a-281c-000000004a60 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:17.062386 | 0.51s 2025-09-30 14:47:13.360232 | fa163eff-7e2e-356a-281c-000000004a62 | TASK | Generate container puppet configs for step 4 2025-09-30 14:47:13.651094 | fa163eff-7e2e-356a-281c-000000004a62 | OK | Generate container puppet configs for step 4 | standalone 2025-09-30 14:47:13.652360 | fa163eff-7e2e-356a-281c-000000004a62 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:17.384503 | 0.29s 2025-09-30 14:47:13.676653 | fa163eff-7e2e-356a-281c-000000004a63 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-09-30 14:47:13.707444 | fa163eff-7e2e-356a-281c-000000004a63 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:17.439574 | 0.03s 2025-09-30 14:47:13.762781 | fa163eff-7e2e-356a-281c-000000004a92 | TASK | Gather variables for each operating system 2025-09-30 14:47:13.892634 | fa163eff-7e2e-356a-281c-000000004a92 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:17.624693 | 0.13s 2025-09-30 14:47:13.924840 | fa163eff-7e2e-356a-281c-000000004a93 | TASK | Create container logs path 2025-09-30 14:47:14.170170 | fa163eff-7e2e-356a-281c-000000004a93 | OK | Create container logs path | standalone 2025-09-30 14:47:14.171198 | fa163eff-7e2e-356a-281c-000000004a93 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:17.903342 | 0.24s 2025-09-30 14:47:14.195344 | fa163eff-7e2e-356a-281c-000000004a95 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 14:47:14.481812 | fa163eff-7e2e-356a-281c-000000004a95 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 14:47:14.482812 | fa163eff-7e2e-356a-281c-000000004a95 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:18.214957 | 0.29s 2025-09-30 14:47:14.512093 | fa163eff-7e2e-356a-281c-000000004a96 | TASK | Finalise hashes for all containers 2025-09-30 14:47:14.542107 | fa163eff-7e2e-356a-281c-000000004a96 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:47:14.543536 | fa163eff-7e2e-356a-281c-000000004a96 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:18.275670 | 0.03s 2025-09-30 14:47:14.572106 | fa163eff-7e2e-356a-281c-000000004a98 | TASK | Manage systemd shutdown files 2025-09-30 14:47:14.601200 | fa163eff-7e2e-356a-281c-000000004a98 | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:47:14.602294 | fa163eff-7e2e-356a-281c-000000004a98 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:18.334432 | 0.03s 2025-09-30 14:47:14.631624 | fa163eff-7e2e-356a-281c-000000004a9a | TASK | Update container configs with new config hashes 2025-09-30 14:47:14.673208 | fa163eff-7e2e-356a-281c-000000004a9a | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:47:14.674525 | fa163eff-7e2e-356a-281c-000000004a9a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:18.406663 | 0.04s 2025-09-30 14:47:14.706277 | fa163eff-7e2e-356a-281c-000000004a9b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 14:47:14.759740 | fa163eff-7e2e-356a-281c-000000004a9b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 14:47:14.761338 | fa163eff-7e2e-356a-281c-000000004a9b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:18.493471 | 0.05s 2025-09-30 14:47:14.796443 | fa163eff-7e2e-356a-281c-000000004a9c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-09-30 14:47:14.842434 | fa163eff-7e2e-356a-281c-000000004a9c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-09-30 14:47:14.844181 | fa163eff-7e2e-356a-281c-000000004a9c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:18.576314 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-09-30 14:47:15.015001 | fa163eff-7e2e-356a-281c-0000000000ea | TASK | External deployment step 5 2025-09-30 14:47:15.042676 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000ea') missing from stats 2025-09-30 14:47:15.092392 | fa163eff-7e2e-356a-281c-0000000000eb | TIMING | include_tasks | undercloud | 0:28:18.824527 | 0.03s 2025-09-30 14:47:15.100530 | ecab5ef5-585a-4ded-a29b-796ce99e9be0 | INCLUDED | /root/standalone-ansible-44vyqawn/external_deploy_steps_tasks_step5.yaml | undercloud 2025-09-30 14:47:15.115364 | fa163eff-7e2e-356a-281c-000000004aeb | TASK | Manage Cinder's default volume type 2025-09-30 14:47:28.828624 | fa163eff-7e2e-356a-281c-000000004aeb | OK | Manage Cinder's default volume type | undercloud 2025-09-30 14:47:28.832010 | fa163eff-7e2e-356a-281c-000000004aeb | TIMING | Manage Cinder's default volume type | undercloud | 0:28:32.564134 | 13.72s PLAY [Deploy step tasks for 5] ************************************************* 2025-09-30 14:47:28.972396 | fa163eff-7e2e-356a-281c-0000000000ee | TASK | Deploy step tasks for 5 2025-09-30 14:47:29.001337 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000ee') missing from stats 2025-09-30 14:47:29.024605 | fa163eff-7e2e-356a-281c-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-09-30 14:47:29.552425 | fa163eff-7e2e-356a-281c-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-09-30 14:47:29.555044 | fa163eff-7e2e-356a-281c-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:33.287181 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-09-30 14:47:29.624814 | fa163eff-7e2e-356a-281c-0000000000f0 | TIMING | include_tasks | standalone | 0:28:33.356943 | 0.04s 2025-09-30 14:47:29.715691 | f3d2aaf2-0912-4987-8ad9-21dec1e5a3b8 | INCLUDED | /root/standalone-ansible-44vyqawn/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-09-30 14:47:29.749419 | fa163eff-7e2e-356a-281c-000000004b0e | TASK | Gather variables for each operating system 2025-09-30 14:47:29.873713 | fa163eff-7e2e-356a-281c-000000004b0e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:33.605845 | 0.12s 2025-09-30 14:47:29.894260 | fa163eff-7e2e-356a-281c-000000004b0f | TASK | Detect if resource is being created or already exists 2025-09-30 14:47:30.777615 | fa163eff-7e2e-356a-281c-000000004b0f | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:47:30.779282 | fa163eff-7e2e-356a-281c-000000004b0f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:34.511414 | 0.88s 2025-09-30 14:47:30.901855 | fa163eff-7e2e-356a-281c-000000004b10 | TASK | Run init bundle puppet on the host for cinder_backup 2025-09-30 14:47:55.850843 | fa163eff-7e2e-356a-281c-000000004b10 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-09-30 14:47:55.852288 | fa163eff-7e2e-356a-281c-000000004b10 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:59.584432 | 24.95s 2025-09-30 14:47:55.877114 | fa163eff-7e2e-356a-281c-000000004b11 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-09-30 14:47:56.097202 | fa163eff-7e2e-356a-281c-000000004b11 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-09-30 14:47:56.098659 | fa163eff-7e2e-356a-281c-000000004b11 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:59.830796 | 0.22s 2025-09-30 14:47:56.119171 | fa163eff-7e2e-356a-281c-000000004b12 | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:47:56.492888 | fa163eff-7e2e-356a-281c-000000004b12 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:47:56.494058 | fa163eff-7e2e-356a-281c-000000004b12 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:00.226199 | 0.37s 2025-09-30 14:47:56.521178 | fa163eff-7e2e-356a-281c-000000004b13 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-09-30 14:47:56.771334 | fa163eff-7e2e-356a-281c-000000004b13 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-09-30 14:47:56.772839 | fa163eff-7e2e-356a-281c-000000004b13 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:29:00.504977 | 0.25s 2025-09-30 14:47:56.807300 | fa163eff-7e2e-356a-281c-000000004b15 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-09-30 14:47:56.858502 | fa163eff-7e2e-356a-281c-000000004b15 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-09-30 14:47:56.859481 | fa163eff-7e2e-356a-281c-000000004b15 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:29:00.591624 | 0.05s 2025-09-30 14:47:56.883850 | fa163eff-7e2e-356a-281c-000000004b16 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-09-30 14:47:56.923487 | fa163eff-7e2e-356a-281c-000000004b16 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-09-30 14:47:56.924441 | fa163eff-7e2e-356a-281c-000000004b16 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:29:00.656585 | 0.04s 2025-09-30 14:47:56.948614 | fa163eff-7e2e-356a-281c-000000004b17 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-09-30 14:47:57.000053 | fa163eff-7e2e-356a-281c-000000004b17 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-09-30 14:47:57.001358 | fa163eff-7e2e-356a-281c-000000004b17 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:29:00.733500 | 0.05s 2025-09-30 14:47:57.026224 | fa163eff-7e2e-356a-281c-000000004b18 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:47:57.077074 | fa163eff-7e2e-356a-281c-000000004b18 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:47:57.078567 | fa163eff-7e2e-356a-281c-000000004b18 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:00.810693 | 0.05s 2025-09-30 14:47:57.103048 | fa163eff-7e2e-356a-281c-000000004b19 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-09-30 14:47:57.155103 | fa163eff-7e2e-356a-281c-000000004b19 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-09-30 14:47:57.156134 | fa163eff-7e2e-356a-281c-000000004b19 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:29:00.888277 | 0.05s 2025-09-30 14:47:57.202439 | fa163eff-7e2e-356a-281c-000000004b3a | TASK | Gather variables for each operating system 2025-09-30 14:47:57.336017 | fa163eff-7e2e-356a-281c-000000004b3a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:01.068145 | 0.13s 2025-09-30 14:47:57.363215 | fa163eff-7e2e-356a-281c-000000004b3b | TASK | Detect if resource is being created or already exists 2025-09-30 14:47:58.076327 | fa163eff-7e2e-356a-281c-000000004b3b | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:47:58.077676 | fa163eff-7e2e-356a-281c-000000004b3b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:01.809814 | 0.71s 2025-09-30 14:47:58.108231 | fa163eff-7e2e-356a-281c-000000004b3c | TASK | Run init bundle puppet on the host for cinder_volume 2025-09-30 14:48:23.457344 | fa163eff-7e2e-356a-281c-000000004b3c | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-09-30 14:48:23.459258 | fa163eff-7e2e-356a-281c-000000004b3c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:27.191393 | 25.35s 2025-09-30 14:48:23.492512 | fa163eff-7e2e-356a-281c-000000004b3d | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-09-30 14:48:23.739916 | fa163eff-7e2e-356a-281c-000000004b3d | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-09-30 14:48:23.741588 | fa163eff-7e2e-356a-281c-000000004b3d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:27.473697 | 0.25s 2025-09-30 14:48:23.772976 | fa163eff-7e2e-356a-281c-000000004b3e | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:48:24.178611 | fa163eff-7e2e-356a-281c-000000004b3e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:48:24.179729 | fa163eff-7e2e-356a-281c-000000004b3e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:27.911873 | 0.40s 2025-09-30 14:48:24.201443 | fa163eff-7e2e-356a-281c-000000004b3f | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-09-30 14:48:24.392275 | fa163eff-7e2e-356a-281c-000000004b3f | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-09-30 14:48:24.393377 | fa163eff-7e2e-356a-281c-000000004b3f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:28.125508 | 0.19s 2025-09-30 14:48:24.418927 | fa163eff-7e2e-356a-281c-000000004b41 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-09-30 14:48:24.457135 | fa163eff-7e2e-356a-281c-000000004b41 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-09-30 14:48:24.458057 | fa163eff-7e2e-356a-281c-000000004b41 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:28.190201 | 0.04s 2025-09-30 14:48:24.484595 | fa163eff-7e2e-356a-281c-000000004b42 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-09-30 14:48:24.528531 | fa163eff-7e2e-356a-281c-000000004b42 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-09-30 14:48:24.529843 | fa163eff-7e2e-356a-281c-000000004b42 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:28.261984 | 0.04s 2025-09-30 14:48:24.554449 | fa163eff-7e2e-356a-281c-000000004b43 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-09-30 14:48:24.613372 | fa163eff-7e2e-356a-281c-000000004b43 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-09-30 14:48:24.614693 | fa163eff-7e2e-356a-281c-000000004b43 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:28.346831 | 0.06s 2025-09-30 14:48:24.646727 | fa163eff-7e2e-356a-281c-000000004b44 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:48:24.700182 | fa163eff-7e2e-356a-281c-000000004b44 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:48:24.701499 | fa163eff-7e2e-356a-281c-000000004b44 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:28.433636 | 0.05s 2025-09-30 14:48:24.732366 | fa163eff-7e2e-356a-281c-000000004b45 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-09-30 14:48:24.763903 | fa163eff-7e2e-356a-281c-000000004b45 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-09-30 14:48:24.765211 | fa163eff-7e2e-356a-281c-000000004b45 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:28.497348 | 0.03s 2025-09-30 14:48:24.826589 | fa163eff-7e2e-356a-281c-000000004b66 | TASK | Gather variables for each operating system 2025-09-30 14:48:24.956174 | fa163eff-7e2e-356a-281c-000000004b66 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:28.688299 | 0.13s 2025-09-30 14:48:24.989581 | fa163eff-7e2e-356a-281c-000000004b67 | TASK | Detect if resource is being created or already exists 2025-09-30 14:48:25.727771 | fa163eff-7e2e-356a-281c-000000004b67 | CHANGED | Detect if resource is being created or already exists | standalone 2025-09-30 14:48:25.729436 | fa163eff-7e2e-356a-281c-000000004b67 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:29.461573 | 0.74s 2025-09-30 14:48:25.762913 | fa163eff-7e2e-356a-281c-000000004b68 | TASK | Run init bundle puppet on the host for manila_share 2025-09-30 14:48:50.350422 | fa163eff-7e2e-356a-281c-000000004b68 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-09-30 14:48:50.351392 | fa163eff-7e2e-356a-281c-000000004b68 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:54.083539 | 24.59s 2025-09-30 14:48:50.374572 | fa163eff-7e2e-356a-281c-000000004b69 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-09-30 14:48:50.665393 | fa163eff-7e2e-356a-281c-000000004b69 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-09-30 14:48:50.669511 | fa163eff-7e2e-356a-281c-000000004b69 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:54.401648 | 0.29s 2025-09-30 14:48:50.699611 | fa163eff-7e2e-356a-281c-000000004b6a | TASK | Run pacemaker restart if the config file for the service changed 2025-09-30 14:48:51.152409 | fa163eff-7e2e-356a-281c-000000004b6a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-09-30 14:48:51.153773 | fa163eff-7e2e-356a-281c-000000004b6a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:54.885909 | 0.45s 2025-09-30 14:48:51.185091 | fa163eff-7e2e-356a-281c-000000004b6b | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-09-30 14:48:51.427886 | fa163eff-7e2e-356a-281c-000000004b6b | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-09-30 14:48:51.428787 | fa163eff-7e2e-356a-281c-000000004b6b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:55.160932 | 0.24s 2025-09-30 14:48:51.460570 | fa163eff-7e2e-356a-281c-000000004b6d | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-09-30 14:48:51.493155 | fa163eff-7e2e-356a-281c-000000004b6d | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-09-30 14:48:51.494113 | fa163eff-7e2e-356a-281c-000000004b6d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:55.226256 | 0.03s 2025-09-30 14:48:51.521364 | fa163eff-7e2e-356a-281c-000000004b6e | TASK | Get container image tag from bundle openstack-manila-share 2025-09-30 14:48:51.564230 | fa163eff-7e2e-356a-281c-000000004b6e | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-09-30 14:48:51.566483 | fa163eff-7e2e-356a-281c-000000004b6e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:55.298522 | 0.04s 2025-09-30 14:48:51.599092 | fa163eff-7e2e-356a-281c-000000004b6f | TASK | Compare tags between marker and bundle openstack-manila-share 2025-09-30 14:48:51.633306 | fa163eff-7e2e-356a-281c-000000004b6f | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-09-30 14:48:51.634119 | fa163eff-7e2e-356a-281c-000000004b6f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:55.366264 | 0.03s 2025-09-30 14:48:51.658774 | fa163eff-7e2e-356a-281c-000000004b70 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-09-30 14:48:51.698524 | fa163eff-7e2e-356a-281c-000000004b70 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-09-30 14:48:51.699502 | fa163eff-7e2e-356a-281c-000000004b70 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:55.431648 | 0.04s 2025-09-30 14:48:51.725021 | fa163eff-7e2e-356a-281c-000000004b71 | TASK | Remove update marker for bundle openstack-manila-share 2025-09-30 14:48:51.757411 | fa163eff-7e2e-356a-281c-000000004b71 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-09-30 14:48:51.759028 | fa163eff-7e2e-356a-281c-000000004b71 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:55.491168 | 0.03s 2025-09-30 14:48:51.797979 | fa163eff-7e2e-356a-281c-000000004b92 | TASK | Run kolla_set_configs to copy ring files 2025-09-30 14:48:52.419112 | fa163eff-7e2e-356a-281c-000000004b92 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-09-30 14:48:52.421066 | fa163eff-7e2e-356a-281c-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:56.153202 | 0.62s 2025-09-30 14:48:52.427974 | fa163eff-7e2e-356a-281c-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:56.160114 | 0.63s 2025-09-30 14:48:52.447425 | fa163eff-7e2e-356a-281c-000000004b93 | TASK | Run kolla_set_configs to copy ring files 2025-09-30 14:48:52.802765 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-09-30 14:48:52.806755 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:56.538885 | 0.36s 2025-09-30 14:48:53.299007 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-09-30 14:48:53.301330 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.033471 | 0.85s 2025-09-30 14:48:53.616479 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-09-30 14:48:53.617575 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.349684 | 1.17s 2025-09-30 14:48:54.075994 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-09-30 14:48:54.076932 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.809077 | 1.63s 2025-09-30 14:48:54.430210 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-09-30 14:48:54.431254 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:58.163395 | 1.98s 2025-09-30 14:48:54.676260 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-09-30 14:48:54.677279 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:58.409424 | 2.23s 2025-09-30 14:48:55.113646 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-09-30 14:48:55.116794 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:58.848928 | 2.67s 2025-09-30 14:48:55.554445 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-09-30 14:48:55.556868 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:59.289001 | 3.11s 2025-09-30 14:48:55.761470 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-09-30 14:48:55.763340 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:59.495446 | 3.31s 2025-09-30 14:48:56.249849 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-09-30 14:48:56.251141 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:59.983282 | 3.80s 2025-09-30 14:48:56.567093 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-09-30 14:48:56.568884 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:00.301025 | 4.12s 2025-09-30 14:48:57.011930 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-09-30 14:48:57.013405 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:00.745545 | 4.57s 2025-09-30 14:48:57.460379 | fa163eff-7e2e-356a-281c-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-09-30 14:48:57.461154 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:01.193303 | 5.01s 2025-09-30 14:48:57.471496 | fa163eff-7e2e-356a-281c-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:01.203638 | 5.02s 2025-09-30 14:48:57.505664 | fa163eff-7e2e-356a-281c-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-09-30 14:48:57.740158 | fa163eff-7e2e-356a-281c-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-09-30 14:48:57.741447 | fa163eff-7e2e-356a-281c-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:30:01.473586 | 0.23s 2025-09-30 14:48:57.852268 | fa163eff-7e2e-356a-281c-0000000000f3 | TIMING | include_tasks | standalone | 0:30:01.584398 | 0.08s 2025-09-30 14:48:57.892407 | 37f17e7b-65be-43bb-9618-2602ec6d4cbc | INCLUDED | /root/standalone-ansible-44vyqawn/common_deploy_steps_tasks.yaml | standalone 2025-09-30 14:48:57.928096 | fa163eff-7e2e-356a-281c-000000004c10 | TASK | Write the config_step hieradata 2025-09-30 14:48:58.410796 | fa163eff-7e2e-356a-281c-000000004c10 | OK | Write the config_step hieradata | standalone 2025-09-30 14:48:58.412230 | fa163eff-7e2e-356a-281c-000000004c10 | TIMING | Write the config_step hieradata | standalone | 0:30:02.144368 | 0.48s 2025-09-30 14:48:58.442773 | fa163eff-7e2e-356a-281c-000000004c11 | TASK | Run puppet host configuration for step 5 2025-09-30 14:48:58.774800 | fa163eff-7e2e-356a-281c-000000004c11 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-09-30 14:48:58.776146 | fa163eff-7e2e-356a-281c-000000004c11 | TIMING | Run puppet host configuration for step 5 | standalone | 0:30:02.508284 | 0.33s 2025-09-30 14:48:58.809166 | fa163eff-7e2e-356a-281c-000000004c12 | TASK | Wait for puppet host configuration to finish 2025-09-30 14:48:59.126021 | fa163eff-7e2e-356a-281c-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-09-30 14:49:09.369906 | fa163eff-7e2e-356a-281c-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-09-30 14:49:19.608271 | fa163eff-7e2e-356a-281c-000000004c12 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-09-30 14:49:19.610181 | fa163eff-7e2e-356a-281c-000000004c12 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:23.342327 | 20.80s 2025-09-30 14:49:19.630915 | fa163eff-7e2e-356a-281c-000000004c13 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-09-30 14:49:19.713565 | fa163eff-7e2e-356a-281c-000000004c13 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Sep 30 14:48:58 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Sep 30 14:49:07 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Sep 30 14:49:07 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Sep 30 14:49:07 puppet-user: (file & line not available)", "<13>Sep 30 14:49:07 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Sep 30 14:49:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Sep 30 14:49:07 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>Sep 30 14:49:07 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Sep 30 14:49:07 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Sep 30 14:49:07 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>Sep 30 14:49:07 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>Sep 30 14:49:07 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>Sep 30 14:49:07 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>Sep 30 14:49:07 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>Sep 30 14:49:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Sep 30 14:49:07 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.65 seconds", "<13>Sep 30 14:49:12 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Sep 30 14:49:14 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Sep 30 14:49:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Sep 30 14:49:16 puppet-user: Notice: Applied catalog in 8.30 seconds", "<13>Sep 30 14:49:16 puppet-user: Application:", "<13>Sep 30 14:49:16 puppet-user: Initial environment: production", "<13>Sep 30 14:49:16 puppet-user: Converged environment: production", "<13>Sep 30 14:49:16 puppet-user: Run mode: user", "<13>Sep 30 14:49:16 puppet-user: Changes:", "<13>Sep 30 14:49:16 puppet-user: Total: 2", "<13>Sep 30 14:49:16 puppet-user: Events:", "<13>Sep 30 14:49:16 puppet-user: Success: 2", "<13>Sep 30 14:49:16 puppet-user: Resources:", "<13>Sep 30 14:49:16 puppet-user: Changed: 2", "<13>Sep 30 14:49:16 puppet-user: Out of sync: 2", "<13>Sep 30 14:49:16 puppet-user: Total: 37", "<13>Sep 30 14:49:16 puppet-user: Time:", "<13>Sep 30 14:49:16 puppet-user: Filebucket: 0.00", "<13>Sep 30 14:49:16 puppet-user: Schedule: 0.00", "<13>Sep 30 14:49:16 puppet-user: File line: 0.00", "<13>Sep 30 14:49:16 puppet-user: Package: 0.00", "<13>Sep 30 14:49:16 puppet-user: Augeas: 0.01", "<13>Sep 30 14:49:16 puppet-user: User: 0.01", "<13>Sep 30 14:49:16 puppet-user: File: 0.10", "<13>Sep 30 14:49:16 puppet-user: Service: 0.15", "<13>Sep 30 14:49:16 puppet-user: Config retrieval: 0.76", "<13>Sep 30 14:49:16 puppet-user: Pcmk property: 1.57", "<13>Sep 30 14:49:16 puppet-user: Last run: 1759243756", "<13>Sep 30 14:49:16 puppet-user: Pcmk resource default: 2.02", "<13>Sep 30 14:49:16 puppet-user: Exec: 2.10", "<13>Sep 30 14:49:16 puppet-user: Pcmk resource op default: 2.16", "<13>Sep 30 14:49:16 puppet-user: Transaction evaluation: 8.28", "<13>Sep 30 14:49:16 puppet-user: Catalog application: 8.30", "<13>Sep 30 14:49:16 puppet-user: Total: 8.31", "<13>Sep 30 14:49:16 puppet-user: Version:", "<13>Sep 30 14:49:16 puppet-user: Config: 1759243747", "<13>Sep 30 14:49:16 puppet-user: Puppet: 7.10.0" ] } 2025-09-30 14:49:19.714653 | fa163eff-7e2e-356a-281c-000000004c13 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:23.446800 | 0.08s 2025-09-30 14:49:19.734820 | fa163eff-7e2e-356a-281c-000000004c14 | TASK | Pre-cache facts for puppet containers 2025-09-30 14:49:19.761591 | fa163eff-7e2e-356a-281c-000000004c14 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:23.493728 | 0.03s 2025-09-30 14:49:19.808972 | fa163eff-7e2e-356a-281c-000000004c53 | TASK | Gather variables for each operating system 2025-09-30 14:49:19.924038 | fa163eff-7e2e-356a-281c-000000004c53 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:23.656162 | 0.11s 2025-09-30 14:49:19.954192 | fa163eff-7e2e-356a-281c-000000004c54 | TASK | Create puppet caching structures 2025-09-30 14:49:20.224492 | fa163eff-7e2e-356a-281c-000000004c54 | CHANGED | Create puppet caching structures | standalone 2025-09-30 14:49:20.225948 | fa163eff-7e2e-356a-281c-000000004c54 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:23.958085 | 0.27s 2025-09-30 14:49:20.258378 | fa163eff-7e2e-356a-281c-000000004c55 | TASK | Check for facter.conf 2025-09-30 14:49:20.510651 | fa163eff-7e2e-356a-281c-000000004c55 | OK | Check for facter.conf | standalone 2025-09-30 14:49:20.511756 | fa163eff-7e2e-356a-281c-000000004c55 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:24.243904 | 0.25s 2025-09-30 14:49:20.535364 | fa163eff-7e2e-356a-281c-000000004c56 | TASK | Remove facter.conf if directory 2025-09-30 14:49:20.573622 | fa163eff-7e2e-356a-281c-000000004c56 | SKIPPED | Remove facter.conf if directory | standalone 2025-09-30 14:49:20.574536 | fa163eff-7e2e-356a-281c-000000004c56 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:24.306680 | 0.04s 2025-09-30 14:49:20.597389 | fa163eff-7e2e-356a-281c-000000004c57 | TASK | Write facter cache config 2025-09-30 14:49:21.003360 | fa163eff-7e2e-356a-281c-000000004c57 | CHANGED | Write facter cache config | standalone 2025-09-30 14:49:21.005023 | fa163eff-7e2e-356a-281c-000000004c57 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:24.737157 | 0.41s 2025-09-30 14:49:21.035388 | fa163eff-7e2e-356a-281c-000000004c58 | TASK | Cleanup facter cache if exists 2025-09-30 14:49:21.269789 | fa163eff-7e2e-356a-281c-000000004c58 | CHANGED | Cleanup facter cache if exists | standalone 2025-09-30 14:49:21.271238 | fa163eff-7e2e-356a-281c-000000004c58 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:25.003375 | 0.23s 2025-09-30 14:49:21.302847 | fa163eff-7e2e-356a-281c-000000004c59 | TASK | Pre-cache facts 2025-09-30 14:49:21.961043 | fa163eff-7e2e-356a-281c-000000004c59 | CHANGED | Pre-cache facts | standalone 2025-09-30 14:49:21.962473 | fa163eff-7e2e-356a-281c-000000004c59 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:25.694612 | 0.66s 2025-09-30 14:49:21.989679 | fa163eff-7e2e-356a-281c-000000004c5a | TASK | Failed deployment if facter fails 2025-09-30 14:49:22.029794 | fa163eff-7e2e-356a-281c-000000004c5a | SKIPPED | Failed deployment if facter fails | standalone 2025-09-30 14:49:22.031113 | fa163eff-7e2e-356a-281c-000000004c5a | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:25.763252 | 0.04s 2025-09-30 14:49:22.072289 | fa163eff-7e2e-356a-281c-000000004c5b | TASK | Sync cached facts 2025-09-30 14:49:22.397363 | fa163eff-7e2e-356a-281c-000000004c5b | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-7e2e-356a-281c-000000004c5b') missing from stats 2025-09-30 14:49:22.439134 | fa163eff-7e2e-356a-281c-000000004c15 | TASK | Include container-puppet tasks (generate config) during step 1 2025-09-30 14:49:22.469921 | fa163eff-7e2e-356a-281c-000000004c15 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-09-30 14:49:22.471185 | fa163eff-7e2e-356a-281c-000000004c15 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:26.203331 | 0.03s 2025-09-30 14:49:22.491071 | fa163eff-7e2e-356a-281c-000000004c17 | TASK | Manage containers for step 5 with tripleo-ansible 2025-09-30 14:49:22.506630 | fa163eff-7e2e-356a-281c-000000004c17 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:26.238768 | 0.01s 2025-09-30 14:49:22.549186 | fa163eff-7e2e-356a-281c-000000004cb2 | TASK | Gather variables for each operating system 2025-09-30 14:49:22.648150 | fa163eff-7e2e-356a-281c-000000004cb2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:26.380284 | 0.10s 2025-09-30 14:49:22.672837 | fa163eff-7e2e-356a-281c-000000004cb3 | TASK | Create container logs path 2025-09-30 14:49:22.886589 | fa163eff-7e2e-356a-281c-000000004cb3 | OK | Create container logs path | standalone 2025-09-30 14:49:22.887365 | fa163eff-7e2e-356a-281c-000000004cb3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:26.619513 | 0.21s 2025-09-30 14:49:22.907784 | fa163eff-7e2e-356a-281c-000000004cb5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:49:23.159140 | fa163eff-7e2e-356a-281c-000000004cb5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 14:49:23.160530 | fa163eff-7e2e-356a-281c-000000004cb5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:26.892661 | 0.25s 2025-09-30 14:49:23.184359 | fa163eff-7e2e-356a-281c-000000004cb6 | TASK | Finalise hashes for all containers 2025-09-30 14:49:23.247991 | fa163eff-7e2e-356a-281c-000000004cb6 | OK | Finalise hashes for all containers | standalone 2025-09-30 14:49:23.249280 | fa163eff-7e2e-356a-281c-000000004cb6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:26.981418 | 0.06s 2025-09-30 14:49:23.279885 | fa163eff-7e2e-356a-281c-000000004cb8 | TASK | Manage systemd shutdown files 2025-09-30 14:49:23.321110 | fa163eff-7e2e-356a-281c-000000004cb8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:27.053241 | 0.04s 2025-09-30 14:49:23.346041 | 4ecd8b8e-a33b-43cf-ad93-65082f58c06c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-09-30 14:49:23.375661 | fa163eff-7e2e-356a-281c-000000004ceb | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-09-30 14:49:23.635907 | fa163eff-7e2e-356a-281c-000000004ceb | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-09-30 14:49:23.637703 | fa163eff-7e2e-356a-281c-000000004ceb | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:27.369833 | 0.26s 2025-09-30 14:49:23.670870 | fa163eff-7e2e-356a-281c-000000004cec | TASK | Set podman_drop_in fact 2025-09-30 14:49:23.711974 | fa163eff-7e2e-356a-281c-000000004cec | OK | Set podman_drop_in fact | standalone 2025-09-30 14:49:23.712910 | fa163eff-7e2e-356a-281c-000000004cec | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:27.445050 | 0.04s 2025-09-30 14:49:23.735728 | fa163eff-7e2e-356a-281c-000000004cee | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-09-30 14:49:24.254571 | fa163eff-7e2e-356a-281c-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-09-30 14:49:24.256860 | fa163eff-7e2e-356a-281c-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:27.988991 | 0.52s 2025-09-30 14:49:24.711211 | fa163eff-7e2e-356a-281c-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-09-30 14:49:24.712568 | fa163eff-7e2e-356a-281c-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:28.444683 | 0.98s 2025-09-30 14:49:24.724862 | fa163eff-7e2e-356a-281c-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:28.457002 | 0.99s 2025-09-30 14:49:24.744758 | fa163eff-7e2e-356a-281c-000000004cef | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-09-30 14:49:25.239919 | fa163eff-7e2e-356a-281c-000000004cef | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-09-30 14:49:25.241354 | fa163eff-7e2e-356a-281c-000000004cef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:28.973491 | 0.50s 2025-09-30 14:49:25.271818 | fa163eff-7e2e-356a-281c-000000004cf0 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-09-30 14:49:25.791097 | fa163eff-7e2e-356a-281c-000000004cf0 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-09-30 14:49:25.792029 | fa163eff-7e2e-356a-281c-000000004cf0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:29.524177 | 0.52s 2025-09-30 14:49:25.811248 | fa163eff-7e2e-356a-281c-000000004cf1 | TASK | Enable and start tripleo-container-shutdown 2025-09-30 14:49:26.784661 | fa163eff-7e2e-356a-281c-000000004cf1 | OK | Enable and start tripleo-container-shutdown | standalone 2025-09-30 14:49:26.786647 | fa163eff-7e2e-356a-281c-000000004cf1 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:30.518784 | 0.97s 2025-09-30 14:49:26.817082 | fa163eff-7e2e-356a-281c-000000004cf2 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-09-30 14:49:27.298077 | fa163eff-7e2e-356a-281c-000000004cf2 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-09-30 14:49:27.299411 | fa163eff-7e2e-356a-281c-000000004cf2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:31.031547 | 0.48s 2025-09-30 14:49:27.330286 | fa163eff-7e2e-356a-281c-000000004cf3 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-09-30 14:49:27.810817 | fa163eff-7e2e-356a-281c-000000004cf3 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-09-30 14:49:27.812171 | fa163eff-7e2e-356a-281c-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:31.544311 | 0.48s 2025-09-30 14:49:27.842885 | fa163eff-7e2e-356a-281c-000000004cf4 | TASK | Enable and start netns-placeholder 2025-09-30 14:49:28.930427 | fa163eff-7e2e-356a-281c-000000004cf4 | CHANGED | Enable and start netns-placeholder | standalone 2025-09-30 14:49:28.932769 | fa163eff-7e2e-356a-281c-000000004cf4 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:32.664903 | 1.09s 2025-09-30 14:49:28.965049 | fa163eff-7e2e-356a-281c-000000004cba | TASK | Update container configs with new config hashes 2025-09-30 14:49:29.030900 | fa163eff-7e2e-356a-281c-000000004cba | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:32.763017 | 0.06s 2025-09-30 14:49:29.052749 | e6f4f2aa-2004-4c23-b7a5-381b199e8caf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-09-30 14:49:29.087606 | fa163eff-7e2e-356a-281c-000000004d1c | TASK | Update config hashes for container startup configs 2025-09-30 14:49:29.397576 | fa163eff-7e2e-356a-281c-000000004d1c | OK | Update config hashes for container startup configs | standalone 2025-09-30 14:49:29.400115 | fa163eff-7e2e-356a-281c-000000004d1c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:33.132247 | 0.31s 2025-09-30 14:49:29.429646 | fa163eff-7e2e-356a-281c-000000004cbb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:49:29.491111 | fa163eff-7e2e-356a-281c-000000004cbb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:33.223235 | 0.06s 2025-09-30 14:49:29.516898 | 268f6978-2888-4573-851b-8a6c81be5d6b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-09-30 14:49:29.548831 | fa163eff-7e2e-356a-281c-000000004d3b | TASK | Gather podman infos 2025-09-30 14:49:31.649077 | fa163eff-7e2e-356a-281c-000000004d3b | OK | Gather podman infos | standalone 2025-09-30 14:49:31.651622 | fa163eff-7e2e-356a-281c-000000004d3b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:35.383763 | 2.10s 2025-09-30 14:49:31.878666 | fa163eff-7e2e-356a-281c-000000004d3c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:49:31.965449 | fa163eff-7e2e-356a-281c-000000004d3c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:35.697581 | 0.08s 2025-09-30 14:49:32.117936 | fa163eff-7e2e-356a-281c-000000004d85 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:35.850058 | 0.11s 2025-09-30 14:49:32.180201 | fa163eff-7e2e-356a-281c-000000004cbc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:49:32.223019 | fa163eff-7e2e-356a-281c-000000004cbc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:35.955147 | 0.04s 2025-09-30 14:49:32.250443 | 880ceaac-42b8-45f6-adf6-6ba748300098 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-09-30 14:49:32.295784 | fa163eff-7e2e-356a-281c-000000004dab | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:49:58.748965 | fa163eff-7e2e-356a-281c-000000004dab | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 14:49:58.752082 | fa163eff-7e2e-356a-281c-000000004dab | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:02.484215 | 26.45s 2025-09-30 14:49:58.786614 | fa163eff-7e2e-356a-281c-000000004dac | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-09-30 14:50:25.541862 | fa163eff-7e2e-356a-281c-000000004dac | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-09-30 14:50:25.543934 | fa163eff-7e2e-356a-281c-000000004dac | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:29.276071 | 26.76s 2025-09-30 14:50:25.604392 | fa163eff-7e2e-356a-281c-000000004c19 | TASK | Clean container_puppet_tasks for standalone step 5 2025-09-30 14:50:25.806274 | fa163eff-7e2e-356a-281c-000000004c19 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-09-30 14:50:25.807600 | fa163eff-7e2e-356a-281c-000000004c19 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:29.539744 | 0.20s 2025-09-30 14:50:25.836161 | fa163eff-7e2e-356a-281c-000000004c1a | TASK | Calculate container_puppet_tasks for standalone step 5 2025-09-30 14:50:25.866156 | fa163eff-7e2e-356a-281c-000000004c1a | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:29.598293 | 0.03s 2025-09-30 14:50:25.887170 | fa163eff-7e2e-356a-281c-000000004c1b | TASK | Include container-puppet tasks for step 5 2025-09-30 14:50:25.915852 | fa163eff-7e2e-356a-281c-000000004c1b | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:29.647985 | 0.03s 2025-09-30 14:50:25.928887 | d23554e7-9f68-4599-b037-aba95716715f | INCLUDED | /root/standalone-ansible-44vyqawn/host-container-puppet-tasks.yaml | standalone 2025-09-30 14:50:25.957894 | fa163eff-7e2e-356a-281c-000000004df7 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-09-30 14:50:26.424563 | fa163eff-7e2e-356a-281c-000000004df7 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-09-30 14:50:26.426011 | fa163eff-7e2e-356a-281c-000000004df7 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:30.158143 | 0.47s 2025-09-30 14:50:26.456101 | fa163eff-7e2e-356a-281c-000000004df9 | TASK | Generate container puppet configs for step 5 2025-09-30 14:50:26.747097 | fa163eff-7e2e-356a-281c-000000004df9 | OK | Generate container puppet configs for step 5 | standalone 2025-09-30 14:50:26.748899 | fa163eff-7e2e-356a-281c-000000004df9 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:30.481037 | 0.29s 2025-09-30 14:50:26.787591 | fa163eff-7e2e-356a-281c-000000004dfa | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-09-30 14:50:26.809571 | fa163eff-7e2e-356a-281c-000000004dfa | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:30.541694 | 0.02s 2025-09-30 14:50:26.877097 | fa163eff-7e2e-356a-281c-000000004e29 | TASK | Gather variables for each operating system 2025-09-30 14:50:27.022779 | fa163eff-7e2e-356a-281c-000000004e29 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:30.754903 | 0.14s 2025-09-30 14:50:27.054107 | fa163eff-7e2e-356a-281c-000000004e2a | TASK | Create container logs path 2025-09-30 14:50:27.358835 | fa163eff-7e2e-356a-281c-000000004e2a | OK | Create container logs path | standalone 2025-09-30 14:50:27.361254 | fa163eff-7e2e-356a-281c-000000004e2a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:31.093384 | 0.30s 2025-09-30 14:50:27.395078 | fa163eff-7e2e-356a-281c-000000004e2c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 14:50:27.669722 | fa163eff-7e2e-356a-281c-000000004e2c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 14:50:27.672318 | fa163eff-7e2e-356a-281c-000000004e2c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:31.404453 | 0.27s 2025-09-30 14:50:27.711364 | fa163eff-7e2e-356a-281c-000000004e2d | TASK | Finalise hashes for all containers 2025-09-30 14:50:27.739451 | fa163eff-7e2e-356a-281c-000000004e2d | OK | Finalise hashes for all containers | standalone 2025-09-30 14:50:27.740474 | fa163eff-7e2e-356a-281c-000000004e2d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:31.472614 | 0.03s 2025-09-30 14:50:27.766146 | fa163eff-7e2e-356a-281c-000000004e2f | TASK | Manage systemd shutdown files 2025-09-30 14:50:27.793744 | fa163eff-7e2e-356a-281c-000000004e2f | SKIPPED | Manage systemd shutdown files | standalone 2025-09-30 14:50:27.794908 | fa163eff-7e2e-356a-281c-000000004e2f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:31.527044 | 0.03s 2025-09-30 14:50:27.822665 | fa163eff-7e2e-356a-281c-000000004e31 | TASK | Update container configs with new config hashes 2025-09-30 14:50:27.874010 | fa163eff-7e2e-356a-281c-000000004e31 | SKIPPED | Update container configs with new config hashes | standalone 2025-09-30 14:50:27.875200 | fa163eff-7e2e-356a-281c-000000004e31 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:31.607337 | 0.05s 2025-09-30 14:50:27.909017 | fa163eff-7e2e-356a-281c-000000004e32 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 14:50:27.961593 | fa163eff-7e2e-356a-281c-000000004e32 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 14:50:27.963198 | fa163eff-7e2e-356a-281c-000000004e32 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:31.695329 | 0.05s 2025-09-30 14:50:28.004722 | fa163eff-7e2e-356a-281c-000000004e33 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-09-30 14:50:28.058664 | fa163eff-7e2e-356a-281c-000000004e33 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-09-30 14:50:28.060021 | fa163eff-7e2e-356a-281c-000000004e33 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:31.792150 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-09-30 14:50:28.226752 | fa163eff-7e2e-356a-281c-0000000000f7 | TASK | Server Post Deployments 2025-09-30 14:50:28.254048 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000f7') missing from stats 2025-09-30 14:50:28.343881 | fa163eff-7e2e-356a-281c-0000000000f8 | TIMING | include_tasks | standalone | 0:31:32.076005 | 0.07s PLAY [External deployment Post Deploy tasks] *********************************** 2025-09-30 14:50:28.483287 | fa163eff-7e2e-356a-281c-0000000000fc | TASK | External deployment Post Deploy tasks 2025-09-30 14:50:28.511954 | fa163eff-7e2e-356a-281c-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', 'fa163eff-7e2e-356a-281c-0000000000fc') missing from stats 2025-09-30 14:50:28.528678 | fa163eff-7e2e-356a-281c-000000000100 | TASK | is additonal Cell? 2025-09-30 14:50:28.566913 | fa163eff-7e2e-356a-281c-000000000100 | OK | is additonal Cell? | undercloud 2025-09-30 14:50:28.567870 | fa163eff-7e2e-356a-281c-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:32.300011 | 0.04s 2025-09-30 14:50:28.583336 | fa163eff-7e2e-356a-281c-000000000102 | TASK | discover via nova_manager? 2025-09-30 14:50:28.662791 | fa163eff-7e2e-356a-281c-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-09-30 14:50:28.664198 | fa163eff-7e2e-356a-281c-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:32.396333 | 0.08s 2025-09-30 14:50:28.682527 | fa163eff-7e2e-356a-281c-000000000103 | TASK | discover via nova_api? 2025-09-30 14:50:28.763483 | fa163eff-7e2e-356a-281c-000000000103 | OK | discover via nova_api? | undercloud 2025-09-30 14:50:28.764914 | fa163eff-7e2e-356a-281c-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:32.497049 | 0.08s 2025-09-30 14:50:28.783279 | fa163eff-7e2e-356a-281c-000000000104 | TASK | Warn if no discovery host available 2025-09-30 14:50:28.858808 | fa163eff-7e2e-356a-281c-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-09-30 14:50:28.860203 | fa163eff-7e2e-356a-281c-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:32.592340 | 0.08s 2025-09-30 14:50:28.895575 | fa163eff-7e2e-356a-281c-000000000105 | TASK | Discovering nova hosts 2025-09-30 14:50:31.431657 | fa163eff-7e2e-356a-281c-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eff-7e2e-356a-281c-000000000105') missing from stats 2025-09-30 14:50:31.506928 | fa163eff-7e2e-356a-281c-000000000106 | OK | set_fact | undercloud 2025-09-30 14:50:31.508027 | fa163eff-7e2e-356a-281c-000000000106 | TIMING | set_fact | undercloud | 0:31:35.240164 | 0.06s 2025-09-30 14:50:31.523517 | fa163eff-7e2e-356a-281c-000000000108 | TASK | Set up group_vars 2025-09-30 14:50:31.550944 | fa163eff-7e2e-356a-281c-000000000108 | OK | Set up group_vars | undercloud 2025-09-30 14:50:31.551855 | fa163eff-7e2e-356a-281c-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:35.283998 | 0.03s 2025-09-30 14:50:31.567150 | fa163eff-7e2e-356a-281c-000000000109 | TASK | Make needed directories on the undercloud 2025-09-30 14:50:31.762338 | fa163eff-7e2e-356a-281c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-44vyqawn/octavia-ansible 2025-09-30 14:50:31.763456 | fa163eff-7e2e-356a-281c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:35.495600 | 0.20s 2025-09-30 14:50:31.997452 | fa163eff-7e2e-356a-281c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-44vyqawn/octavia-ansible/local_dir 2025-09-30 14:50:31.998020 | fa163eff-7e2e-356a-281c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:35.730170 | 0.43s 2025-09-30 14:50:32.148182 | fa163eff-7e2e-356a-281c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-44vyqawn/octavia-ansible/group_vars 2025-09-30 14:50:32.149397 | fa163eff-7e2e-356a-281c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:35.881546 | 0.58s 2025-09-30 14:50:32.159105 | fa163eff-7e2e-356a-281c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:35.891254 | 0.59s 2025-09-30 14:50:32.173000 | fa163eff-7e2e-356a-281c-00000000010a | TASK | Write group_vars file 2025-09-30 14:50:32.563444 | fa163eff-7e2e-356a-281c-00000000010a | CHANGED | Write group_vars file | undercloud 2025-09-30 14:50:32.564166 | fa163eff-7e2e-356a-281c-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:36.296310 | 0.39s 2025-09-30 14:50:32.587236 | fa163eff-7e2e-356a-281c-00000000010b | TASK | Gather missing facts 2025-09-30 14:50:32.977533 | fa163eff-7e2e-356a-281c-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eff-7e2e-356a-281c-00000000010b') missing from stats 2025-09-30 14:50:32.995630 | fa163eff-7e2e-356a-281c-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:36.727766 | 0.41s 2025-09-30 14:50:33.015036 | fa163eff-7e2e-356a-281c-00000000010c | TASK | Write octavia inventory 2025-09-30 14:50:33.550174 | fa163eff-7e2e-356a-281c-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-09-30 14:50:33.551328 | fa163eff-7e2e-356a-281c-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:37.283473 | 0.53s 2025-09-30 14:50:33.565645 | fa163eff-7e2e-356a-281c-00000000010d | TASK | Check for ssh_private_key in working directory 2025-09-30 14:50:33.766266 | fa163eff-7e2e-356a-281c-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-09-30 14:50:33.767226 | fa163eff-7e2e-356a-281c-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:37.499369 | 0.20s 2025-09-30 14:50:33.781516 | fa163eff-7e2e-356a-281c-00000000010e | TASK | Set private key location 2025-09-30 14:50:33.818912 | fa163eff-7e2e-356a-281c-00000000010e | SKIPPED | Set private key location | undercloud 2025-09-30 14:50:33.819710 | fa163eff-7e2e-356a-281c-00000000010e | TIMING | Set private key location | undercloud | 0:31:37.551856 | 0.04s 2025-09-30 14:50:33.834178 | fa163eff-7e2e-356a-281c-00000000010f | TASK | Configure octavia command 2025-09-30 14:50:33.870330 | fa163eff-7e2e-356a-281c-00000000010f | OK | Configure octavia command | undercloud 2025-09-30 14:50:33.871115 | fa163eff-7e2e-356a-281c-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:37.603260 | 0.04s 2025-09-30 14:50:33.912595 | fa163eff-7e2e-356a-281c-000000000110 | OK | set_fact | undercloud 2025-09-30 14:50:33.913390 | fa163eff-7e2e-356a-281c-000000000110 | TIMING | set_fact | undercloud | 0:31:37.645537 | 0.03s 2025-09-30 14:50:33.954428 | fa163eff-7e2e-356a-281c-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-44vyqawn/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-44vyqawn/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-44vyqawn/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-09-30 14:50:33.955150 | fa163eff-7e2e-356a-281c-000000000111 | TIMING | debug | undercloud | 0:31:37.687297 | 0.03s 2025-09-30 14:50:33.969244 | fa163eff-7e2e-356a-281c-000000000112 | TASK | Configure octavia on overcloud 2025-09-30 14:53:56.398745 | fa163eff-7e2e-356a-281c-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-09-30 14:53:56.404023 | fa163eff-7e2e-356a-281c-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:35:00.136161 | 202.43s 2025-09-30 14:53:56.421359 | fa163eff-7e2e-356a-281c-000000000113 | TASK | Purge temp dirs 2025-09-30 14:53:56.682204 | fa163eff-7e2e-356a-281c-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-44vyqawn/octavia-ansible/local_dir 2025-09-30 14:53:56.683129 | fa163eff-7e2e-356a-281c-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:00.415273 | 0.26s 2025-09-30 14:53:56.688496 | fa163eff-7e2e-356a-281c-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:00.420645 | 0.27s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=796 changed=346 unreachable=0 failed=0 skipped=317 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-09-30 14:53:56.747843 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:53:56.748246 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:53:56.748935 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:35:00.481059 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-30 14:53:56.749162 | UUID | Info | Host | Task Name | Run Time 2025-09-30 14:53:56.750086 | fa163eff-7e2e-356a-281c-0000000022b0 | SUMMARY | standalone | Pre-fetch all the containers | 272.79s 2025-09-30 14:53:56.750917 | fa163eff-7e2e-356a-281c-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 202.43s 2025-09-30 14:53:56.751813 | fa163eff-7e2e-356a-281c-000000004a15 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 130.42s 2025-09-30 14:53:56.752755 | fa163eff-7e2e-356a-281c-000000003079 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 108.71s 2025-09-30 14:53:56.753652 | fa163eff-7e2e-356a-281c-000000002ca5 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.63s 2025-09-30 14:53:56.754489 | fa163eff-7e2e-356a-281c-00000000389a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.90s 2025-09-30 14:53:56.755351 | fa163eff-7e2e-356a-281c-000000002e43 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.21s 2025-09-30 14:53:56.756664 | fa163eff-7e2e-356a-281c-000000004879 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.89s 2025-09-30 14:53:56.757108 | fa163eff-7e2e-356a-281c-0000000030a5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.65s 2025-09-30 14:53:56.759533 | fa163eff-7e2e-356a-281c-0000000030d1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 29.56s 2025-09-30 14:53:56.760374 | fa163eff-7e2e-356a-281c-0000000030fd | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 29.05s 2025-09-30 14:53:56.761204 | fa163eff-7e2e-356a-281c-000000004dac | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 26.76s 2025-09-30 14:53:56.762310 | fa163eff-7e2e-356a-281c-000000004dab | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.45s 2025-09-30 14:53:56.763209 | fa163eff-7e2e-356a-281c-00000000389b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 25.65s 2025-09-30 14:53:56.764096 | fa163eff-7e2e-356a-281c-000000004b3c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.35s 2025-09-30 14:53:56.764960 | fa163eff-7e2e-356a-281c-000000004b10 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.95s 2025-09-30 14:53:56.765829 | fa163eff-7e2e-356a-281c-000000004b68 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.59s 2025-09-30 14:53:56.766679 | fa163eff-7e2e-356a-281c-000000003336 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 20.95s 2025-09-30 14:53:56.767377 | fa163eff-7e2e-356a-281c-000000004a14 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 20.90s 2025-09-30 14:53:56.769195 | fa163eff-7e2e-356a-281c-000000004c12 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.80s 2025-09-30 14:53:56.769872 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-44vyqawn Install artifact is located at /root/standalone-install-20250930145357.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.gEMB5gOGnP + exit 0 ~/ci-framework-data/artifacts